/*==============================================================================================*/
/*	公用样式
/*==============================================================================================*/
.header {
	position: relative;
}
button{
	margin: 0;
	padding: 0;
	border:none;
	outline: none;
	cursor: pointer;
}
input,textarea{  
	background:none;  
	outline:none;  
	border:0px;
}
input:focus,textarea:focus{outline: none;} 

@media screen and (min-width: 1000px) { 
	.form-item{ margin-bottom:15px; clear:both; display:block; overflow:hidden;}
	.form-item .item-label{ 
		height:35px; 
		line-height:35px; 
		width:100px; 
		float:left;  
		margin-right:20px; 
		text-align:right; 
		white-space:nowrap; 
		text-overflow:ellipsis; 
		overflow:hidden;
	 }
	.form-item .item-label .check-tips{ display:none;}
	.form-item .item-controls{ float:left; }
	.form-item .item-controls .lead{ height:35px; line-height:35px;}
	.form-item .item-controls .check-tips { display:block;  height:25px; line-height:25px; }
	.form-item a.link-btn{ float:right; margin-left:10px; height:35px; line-height:35px; display:block; }
}
.link{ color: #22ad38;}
.btn-rad{
	overflow: hidden;
	border-radius: 3px;
	background: #22ad38!important;
	padding: 0;
}

/* 直角按钮 */
.btn-com{
	overflow: hidden;
	background: #22ad38!important;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
	padding: 0;
}
.json_msg{ color:#F00;}
.json_msg.success{ color:#2ac25f;}

.json_btn .in { display: none;}
.json_btn.log-in .in { display: inline-block;}
.json_btn.log-in .on { display: none;}
.icon-loading {
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	vertical-align: -3px;
	background: url(../images/loading_icon.gif) no-repeat 0 0;
}

.form_check_info{ position: relative !important; }
.form_check_info .tips{ text-align: left !important;}

/* 背景颜色 */
.color-background{
	background: #22ad38!important;
}
/* 特别字体颜色 */
.color-word{
	color: #22AD38!important;
}

/*==================== 通用菜单 =====================*/
.nav_item{
	display: block;
	overflow: hidden;
}
.nav_item li{
	width: 100%;
	overflow: hidden;
	padding: 20px 10px;
	border-bottom: #eee solid 1px;
}
.nav_item li:last-child{
	border-bottom: none;
}
.nav_item li a{
	display: block;
}
.nav_item li span{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	float: left;
}
.nav_item li span i{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #ccc;
	margin-right: 10px;
}
.nav_item li em{
	font-size: 14px;
	color: #B3B3B3;
	float: right;
	margin-top: 6px;
}

/*==================== 面包屑 =====================*/
.crumb-box{
	overflow: hidden;
	height: 50px;
	margin-left: 10px;
}
.crumb-box ul li{
	float: left;
	height: 50px;
	line-height: 50px;
}
.crumb-box ul li a{
	font-size: 14px;
	color: #333;
}
.crumb-box ul li i{
	font-size: 14px;
	padding: 0 5px;
}
.crumb-box ul li:last-child i{
	display: none;
}

/*==================== 侧栏导航 =====================*/
.lefter{
	overflow: hidden;
	width: 245;
	margin-right: 15px;
}
.lefter .slide-nav{
	overflow: hidden;
	width: 100%;
	background-color: #F8F8F8;
}
.lefter .slide-nav li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #efefef;
	padding: 0 15px;
}
.lefter .slide-nav li a{
	display:block;
	width:100%;
	font-size: 14px;
	color: #333;
}
.lefter .slide-nav li a span{
	text-align: left;
	width: 80%;
	display: inline-block;
}
.lefter .slide-nav li i{
	display: inline-block;
	font-size: 14px;
	width: 20%;
	text-align: right;
}
.lefter .slide-nav li.active{
	background-color: #22ad38;
}
.lefter .slide-nav li.active a{
	color: #fff;
}

.righter{
	overflow: hidden;
	width: auto;
	min-height: 600px;
	float: none;
}
.righter .box_wrap{
	overflow: hidden;
	/* border: 1px solid #EFEFEF; */
}
.righter .box_title{
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	font-size: 15px;
	color: #333;
	background: #f8f8f8;
	border-bottom: 1px solid #EFEFEF;
}
.righter .box_body{
	display: block;
	overflow: hidden;
	padding: 20px;
	min-height: 500px;
	width: 100%;
}	
.righter .user-box{
	overflow: hidden;
	background: #F8F8F8;
	padding: 20px;
}
.righter .user-box-left{
	overflow: hidden;
	width: 128px;
	float: left;
	text-align: center;
}
.righter .user-box-left .user-avatar{
	display: block;
	margin: 0 auto;
	width: 68px;
	height: 68px;
}
.righter .user-box-left .user-avatar img{
	width: 100%;
	border-radius: 50%;
	display: block;
	border: 1px solid #EFEFEF;
}
.righter .user-box-left .user-name{
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.righter .user-box-left .user-name h3{
	font-size: 16px;
	color: #333;
}
.righter .user-box-left .user-name p{
	color: #666;
	font-size: 14px;
}
.righter .user-box-right{
	overflow: hidden;
	float: left;
	margin-top: 5px;
}
.righter .user-box-right ul li a{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #666666;
}


/*==============================================================================================*/
/*头部样式
/*==============================================================================================*/
.header_box{
  position: relative;
  z-index: 9999;
  zoom: 1;
  background-color: #ffffff;
}
.header_box .main-row{
  width: 100%;
}
/*===================顶部=========================*/
.header_box .header_top{
  height: 35px;
	font-size: 14px;
  border-bottom: 1px solid #dcdcdc;
}
.header_box .header_top li{
  text-align: center;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 0 10px;
  line-height:34px;
  color: #8c8c8c;
}
.header_box .header_top li a{
	font-size: 14px;
	color: #8c8c8c;
}
.header_box .header_top .right ul li:last-child a{
	color: #fff;
	background: #22AC38;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 12px;
}
.header_box .header_top .right .tel{
	overflow: hidden;
	padding-left: 20px;
}
.header_box .header_top .right .tel span{
  line-height: 34px;
  color: #8c8c8c;
}
.header_box .header_top .right .tel i{
	width:13px;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.header_box .header_top .right .tel i img{
	width: 100%;
	display: block;
}
.header_box .header_top .right .language{
	position: relative;
	text-align: right;
	padding-left: 20px;
}
.header_box .header_top .right .language a{
	line-height: 35px;
	color: #8C8C8C;
	font-size: 14px;
}
.header_box .header_top .right .language a i{
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 4px;
}
.header_box .header_top .right .language a i img{
	width: 100%;
	display: block;
}
.header_box .header_top .right .language ol{
	position: absolute;
	top: 30px;
	background: #F5f5f5;
	overflow: hidden;
	display: none;
	z-index: 999;
}
.header_box .header_top .right .language ol li{
	padding: 0;
	clear: both;
	display: block;
	width: 110px;
	border-bottom: #ddd solid 1px;
}
.header_box .header_top .right .language ol li a{
	display:block;
	line-height: 35px;
	padding-left:35px;
	overflow:hidden;
	text-align:left;
	color:#666666;
}
.lan li.lan-en a{
	background:url(../images/lan-en.png) 15px no-repeat;
}
.lan li.lan-cn a{
	background:url(../images/lan-cn.png) 15px no-repeat;
}
.lan li.lan-hk a{
	background:url(../images/lan-hk.png) 15px  no-repeat;
}
.header_box .header_top .right .language ol li:last-child{
	border-bottom: none;
}
.header_box .header_top .right .language:hover ol{
	display: block;
}
@media (max-width:1400px) {
	.header_top .left,.header_box .header_top li a,
	.header_box .header_top .right .tel span,
	.header_box .header_top .right .language a{font-size: 12px;}
}
@media (max-width:1250px) {
	.header_box .header_top li{
		padding: 0 5px;
	}
	.header_box .header_top .right .tel,.header_box .header_top .right .language{
		padding-left: 15px;
	}
}
/*===================头部=========================*/
.header_box .header{
  background: #ffffff;
}
.header_box .header .container{
  height:130px;
  padding:35px 0px;
  position: relative;
}
.header_box .header .logo , .header_box .header .logo a{
  display: block;
  width:355px;
  overflow: hidden;
}
.header_box .header .logo a img{
	width: 100%;
}
.header_box .header .header_search{
  width:30%;
  margin:auto;
  position: absolute;
  left:5%;
  right: 0;
  top:22px;
}
@media (max-width: 1650px){
	.header_box .header .header_search {
		left: 210px;
	}
}
.header_box .header .header_search ul ,.header_box .header .header_search ol{
  width: 100%;
  overflow: hidden;
}
.header_search ol li{
	line-height:25px;
	padding: 0 15px;
	float: left;
	background-color: #f5f5f5;
	color: #2e2e2e;
	font-size: 12px;
}
.header_search ol li.on{
	background-color: #22ac38;
	color: #ffffff;
}

.header_box .header .header_search form{
  position: relative;
  position: relative;
  height: 42px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #22ac38;
}
.header_box .header .header_search form input{
  border: 0;
  height:42px;
  line-height:42px;
  padding:0 70px 0 15px;
  width: 100%;
  outline: none;
}
.header_search_btn{
  position: absolute;
  right: 0;
  top: 0;
  display:block;
  width: 90px;
  height:42px;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: #22AC38;
  cursor: pointer;
  z-index: 9;
}
.header_box .header .header_search ul li{
  float: left;
  margin:5px 10px 0 0; 
  font-size: 14px;
}
.header_box .header .header_search ul li a{
  color: #8C8C8C;
}
.header_box .header .header_cart{
	width:150px;
	height: 45px;
	background: #e5e5e5;
}
.header_box .header .header_cart a{
	display:block;
	line-height: 40px;
	color: #000000;
	position: relative;
}

.header_box .header .header_cart a em{
	font: bold 11px/14px Verdana;
	color: #fff;
	background: #d93600;
	text-align: center;
	display: inline-block;
	height: 20px;
	min-width: 20px;
	max-width: auto !important;
	border: none 0;
	border-radius:15px;
	position: absolute;
	z-index: 3;
	top: -5px;
	right: -5px;
	line-height: 20px;
}

.header_box .header .header_cart a span{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 12px;
}
.header_box .header .header_cart a i{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 45px;
	background: #22AC38;
	overflow: hidden;
	position: relative;
}
.header_box .header .header_cart a i img{
	width: 22px;
    height: 20px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%,-50%);
}

/*===================导航=========================*/
.header_box .navbar{
  width:100%;
  position: relative;
  z-index: 999;
  background: #e5e5e5;
}
.header_box .navbar h1{
  width: 245px;
  background: #22ad38;
  position: relative;
  z-index: 9999;
  height: 50px;
  font-size:18px;
  line-height: 50px;
  color: #ffffff;
  font-weight: normal;
  padding-left: 20px;
  float: left;
}
.header_box .navbar h1 img{
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.header_box .horizontal_nav{
	overflow: hidden;
	background:#e5e5e5;
	height: 50px;
	line-height: 50px;
	padding-left: 60px;
}
.header_box .horizontal_nav li{
  float: left;
  text-align: center;
  margin-right:5%;
}
.header_box .horizontal_nav li a{
  display: block;
  height: 50px;
  font-size:16px;
  line-height: 50px;
  color: #000000;
}
.header_box  .horizontal_nav .avtive a , .header_box  .horizontal_nav li:hover a{
  color: #22AD38;
}
.header_box .navbar .container{
  position: relative;
  padding: 0;
}
.header_box .navbar .cate_bar{
  position: absolute;
  left: 0;
  top: 49px;
  width: 245px;
  height:450px;
  box-sizing: border-box;
  overflow-y:inherit;
  background-color: rgba(65,65, 65, 0.8);
  display: none;
}
.header_box .navbar .cate_bar ul li{
  display:block;
  width: 100%;
  float: left;
  transition:all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  border-bottom: 1px solid #6e6e6e;
  position: relative;
}
.header_box .navbar .cate_bar ul li::after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icon-right.png) no-repeat center;
    right: 10px;
    top: 16px;
}
.header_box .navbar .cate_bar ul li:nth-of-type(n+8){
	display: none;
}
.header_box .navbar .cate_bar ul li:last-child{
	border-bottom: none;
	display: block;
}
.header_box .navbar .cate_bar ul li a{
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	padding-left: 20px;
	display: block;
}
.header_box .navbar .cate_bar ul li em{
	float: left;
	width: 24px;
	overflow: hidden;
	display: block;
	margin:7px 5px 0 0; 
}
.header_box .navbar .cate_bar ul li h2{
	float: left;
	font-size: 14px;
	color: #fff;
}
.header_box .navbar .dorpadv{
	z-index: 900;
    position: absolute;
    width: 235px;
    height: 420px;
    overflow: hidden;
    right: 15px;
    top: 65px;
    background-color: rgba(255,255, 255, 0.9);
	display: none;
}
.header_box .navbar .dorpadv h2{
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	color: #000000;
	font-size:18px;
	font-weight: normal;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 10px 30px;
	font-weight: bolder;
}
.header_box .navbar .dorpadv h2 i{
	width: 14px;
	height: 12px;
	display:block;
	overflow: hidden;
	margin-right: 20px;
}
.header_box .navbar .dorpadv h2 i img{
	width: 100%;
	display: block;
}
.header_box .navbar .dorpadv ul{
	overflow: hidden;
	padding: 13px 30px;
}
.header_box .navbar .dorpadv ul li{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding-left: 15px;
}
.header_box .navbar .dorpadv ul li::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #c7c9c7;
    left: 0;
    top: 5px;
}
.header_box .navbar .dorpadv ul li a{
	color: #2c2c2c;
	font-size: 13px;
}

/*=======================================
	footer 底部
========================================*/
.footer_box{
	margin-top: 30px;
	clear: both;
	overflow: hidden;
	background: #F0F0F0;
}
.footer_box .footer_top{
	overflow: hidden;
	padding:35px 0 25px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}
.footer_box .footer_top ul li{
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
}
.footer_box .footer_top ul li dl{
	width: 65px;
	height:65px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	background: #eaeaea;
	text-align: center;
	padding: 14px 0;
	vertical-align: middle;
}
.footer_box .footer_top ul li dl img{
	width: 65%;
}
.footer_box .footer_top ul li dd{
	display: inline-block;
	vertical-align: middle;
	color: #545454;
	font-size: 22px;
	overflow: hidden;
	margin-left: 20px;
}
.footer_box .footer_bottom{
	overflow: hidden;
	padding:40px 0;
	border-bottom: 1px solid #E7E7E7;
}
.footer_box .footer_bottom .container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer_box .footer_bottom .footer_nav{
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width:42%;
}
.footer_box .footer_bottom .footer_nav ul{
	width: 20%;
	overflow: hidden;
}
.footer_box .footer_bottom .footer_nav ul h2{
	color: #2c2c2c;
	font-size: 18px;
}
.footer_box .footer_bottom .footer_nav ul p{
	color: #acacac;
	font-size: 12px;
	text-transform:uppercase;
	margin:5px 0 10px;
}
.footer_box .footer_bottom .footer_nav ul ol li{
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}
.footer_box .footer_bottom .footer_nav ul ol li::after{
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	background: #646464;
	left: 0;
	top: 8px;
}
.footer_box .footer_bottom .footer_nav ul ol li a{
	font-size: 14px;
	color: #5e5e5e;
}
.footer_box .footer_bottom .footer_contact{
	overflow: hidden;
	width: 30%;
}
.footer_box .footer_bottom .footer_contact ul h2{
	color: #2c2c2c;
	font-size: 18px;
}
.footer_box .footer_bottom .footer_contact ul p{
	color: #acacac;
	font-size: 12px;
	text-transform:uppercase;
	margin:5px 0 10px;
}
.footer_box .footer_bottom .footer_contact ul ol li{
	list-style: none;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color: #5e5e5e;
}
.footer_box .footer_bottom .footer_code{
	overflow: hidden;
	width: 288px;
}
.footer_box .footer_bottom .footer_code ul{
	overflow: hidden;
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.footer_box .footer_bottom .footer_code ul li{
	width: 45%;
	overflow: hidden;
}
.footer_box .footer_bottom .footer_code ul li dl{
	width: 134px;
	height: 134px;
	overflow: hidden;
	margin: 0 auto 10px;
}
.footer_box .footer_bottom .footer_code ul li dl img{
	width: 100%;
	display: block;
}
.footer_box .footer_bottom .footer_code ul li dd{
	color: #989898;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
}
.footer_box .footer-copyright{
	overflow: hidden;
	padding: 10px 0;
}
.footer_box .footer-copyright .footer-copyright-fl{
	overflow: hidden;
	display: flex;
	align-items: center;
}
.footer_box .footer-copyright .footer-copyright-fl li a{
	overflow: hidden;
	padding-right:15px;
	color: #989898;
	font-size: 14px;
	display: block;
}
.footer_box .footer-copyright .footer-copyright-fr{
	overflow: hidden;
	display: flex;
	align-items: center;
	color: #989898;
	font-size: 14px;
}
.footer_box .footer-copyright .footer-copyright-fr a{
	font-size: 14px;
	color: #989898;
}

/*==============================================================================================*/
/*	消息页面
/*==============================================================================================*/

.message-box{
	overflow: hidden;
	background: #fff;
}
.message-box .message-nav{
	background: #fff;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #EFEFEF;
}
.message-box .message-nav li {
	float: left;
	padding:0 30px;
}
.message-box .message-nav li a{
	display: block;
	font-size: 16px;
	color: #666;
	position: relative;
}
.message-box .message-nav li.active a{
	color: #22ad38;
}
.message-box .message-nav li.active a::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	display: block;
	background: #22AD38;
}
.message-box .message-list{
	overflow: hidden;
	padding: 30px;
}
.message-box .message-list ul li{
	padding: 30px;
	overflow: hidden;
	border: 1px solid #EFEFEF;
	margin-bottom: 20px;
}
.message-box .message-list ul li dd{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}
.message-box .message-list ul li dd h3{
	font-size: 16px;
	color: #333333;
}
.message-box .message-list ul li dd span{
	color: #B3B3B3;
	font-size: 14px;
}
.message-box .message-list ul li dt{
	overflow: hidden;
}
.message-box .message-list ul li dt p{
	font-size: 14px;
	color: #666666;
	margin-bottom: 18px;
}
.message-box .message-list ul li dt em{
	font-size: 14px;
	color: #B3B3B3;
}
.message-box .message-list ul li dt em i{
	font-size: 14px;
}

/*==============================================================================================*/
/*	优惠券
/*==============================================================================================*/
.coupon-box{
	overflow: hidden;
	background: #fff;
}
.coupon-title{
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 24px;
}
.coupon-title ul{
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}
.coupon-title ul li{
	float: left;
	padding: 0 20px;
	border-right: 1px solid #B3B3B3;
}
.coupon-title ul li:last-child{
	border-right: none;
}
.coupon-title ul li a{
	font-size: 16px;
	display: block;
	color: #666;
}
.coupon-title ul li.active a{
	color: #22ad38;
}
.coupon-title ._btn{
	display: block;
	float: right;
	font-size: 16px;
	color: #666;
}
.coupon-list li {
    padding: 20px 0;
    width: 305px;
    height: 212px;
    background: #FBF3E9;
    overflow: hidden;
	margin-right: 12px;
	float: left;
	margin-bottom: 12px;
}
.coupon-list li:nth-child(3n){
	margin-right: 0;
}
.coupon-list li .user-coupon {
    position: relative;
    width: 100%;
    padding: 0 15px 15px;
    border-bottom: 1px dotted #B48A61;
    margin-bottom: 15px;
}
.coupon-list li .user-coupon::before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -8px;
    bottom: -8px;
    background-color: #ffffff;
    z-index: 2;
}
.coupon-list li .user-coupon::after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: '';
    position: absolute;
    right: -8px;
    bottom: -8px;
    background-color: #ffffff;
    z-index: 2;
}
.coupon-list li .user-coupon dl, .coupon-list li .user-coupon dt {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}
.coupon-list li .user-coupon dl {
    font-size: 14px;
    color: #B48A61;
}
.coupon-list li .user-coupon dt .price {
    line-height: 34px;
    color: #B48A61;
    font-size: 34px;
    font-weight: bold;
	text-align: center;
}
.coupon-list li .user-coupon dt .price i {
    font-size: 14px;
    margin: 0 3px 0 0;
}
.coupon-list li .user-coupon dt p {
    font-size: 14px;
    color: #B48A61;
    text-align: center;
    line-height: 14px;
}
.coupon-list li .user-sawtooth {
    padding: 0 20px 20px;
}
.coupon-list li .user-sawtooth p {
    font-size: 12px;
    color: #B48A61;
    line-height: 22px;
}
.coupon-list li .user-sawtooth span {
    display: block;
    margin: 10px auto 0;
    width: 156px;
    height: 30px;
    line-height: 30px;
    background: #B48A61;
    border-radius: 15px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

/*==============================================================================================*/
/*	高级设置样式
/*==============================================================================================*/

.wallet-box{
	overflow: hidden;
}
.wallet-box .wallet-title{
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #EFEFEF;
}
.wallet-detail{
	overflow: hidden;
	background: #fff;
	padding: 50px 0;
}
.wallet-detail .wallet-detail-balance{
	overflow: hidden;
	width: 50%;
	float: left;
	text-align: center;
	color: #22ad38;
	font-size: 30px;
}
.wallet-detail .wallet-detail-balance em{
	font-size: 14px;
}
.wallet-detail .wallet-detail-balance p{
	font-size: 14px;
	color: #333;
}
.wallet-detail  .wallet-detail-recharge{
	overflow: hidden;
	width: 50%;
	float: right;
	text-align: center;
}
.wallet-detail  .wallet-detail-recharge a{
	margin:0 10px;
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #D9161C;
	color: #fff;
}
.wallet-list{
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
}
.wallet-list .wallet-list-nav{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #EFEFEF;
	padding-left: 135px;
	padding-right: 20px;
}
.wallet-list .wallet-list-nav li{
	float: left;
	width: 211px;
	color: #333;
	text-align: center;
	font-size: 14px;
}
.wallet-list .wallet-list-detail{
	overflow: hidden;
	padding: 20px;
}
.wallet-list .wallet-list-detail li{
	padding: 20px;
	overflow: hidden;
	background: #F8F8F8;
	display: flex;
	align-items: center;
}
.wallet-list .wallet-list-detail li ._thumb{
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	margin-right: 70px;
}
.wallet-list .wallet-list-detail li ._thumb img{
	width: 100%;
	display: block;
}
.wallet-list .wallet-list-detail li ._time{
	width: 211px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-right: 5px;
}
.wallet-list .wallet-list-detail li ._transactions{
	overflow: hidden;
	width: 211px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-right: 5px;
}
.wallet-list .wallet-list-detail li ._amount{
	overflow: hidden;
	width: 211px;
	text-align: center;
	font-size: 14px;
	color: #333333;	
	margin-right: 5px;
}
.wallet-list .wallet-list-detail li ._balance{
	overflow: hidden;
	width: 211px;
	text-align: center;
	font-size: 14px;
	color: #333333;	
}
/*==============================================================================================*/
/*	修改和支付密码样式
/*==============================================================================================*/
.password-box{
	overflow: hidden;
	background: #fff;
}
.password-box h2{
	overflow: hidden;
	padding:0 30px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E0E0E0;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.password-box .ajax-form{
	overflow: hidden;
	padding: 50px 70px;
	width: 480px;
}
.password-box .form_item{
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.password-box .form_item input{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	border: 1px solid #EFEFEF;
	width: 80%;
	padding: 0 10px;
}
.password-box .form_item button{
	width: 120px;
	height: 35px;
	line-height: 35px;
	background: #E1251B;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}
.password-box .form_item .form_check_info{
	right: 0;
	left: initial;
	top: 0;
}
.password-box .form_item .form_check_info .tips{
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

/*==============================================================================================*/
/*	手机绑定样式
/*==============================================================================================*/
.checkmobile-box{
	overflow: hidden;
	background: #fff;
}

.checkmobile-box .step_box{
	overflow: hidden;
	text-align: center;
	padding: 50px 0;
}
.checkmobile-box .step_box dl {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding: 0px;
    margin: 0px;
}
.checkmobile-box .step_box dl.active b{
	background: #22AD38;
}
.checkmobile-box .step_box dt b{
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #cccccc;
    color: #fff;
    display: block;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 50%;
}
.checkmobile-box .step_box dd {
    line-height: 35px;
    display: block;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: 5px;
}
.checkmobile-box .ajax-form{
	width: 400px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}
.checkmobile-box .ajax-form .form_item{
	overflow: hidden;
	margin-bottom: 20px;
}
.checkmobile-box .ajax-form .item-label{
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.checkmobile-box .ajax-form .controls{
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;	
}
.checkmobile-box .ajax-form .form_item input{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E0E0E0;
	padding: 0 10px;
	margin-left: 10px;
	width: 180px;
}
.checkmobile-box .ajax-form .form_item .btn-com{
	overflow: hidden;
	width: 120px;
	height: 35px;
	line-height: 35px;
	background: #E1251B;
	color: #fff;
	font-size: 14px;
	margin-left: 80px;
	border-radius: 5px;
}
.checkmobile-box .ajax-form .form_item  .verify_btn{
	height: 40px;
	line-height: 40px;
	background: #B3B3B3;
	width: 120px;
	border-radius: 5px;
	color: #fff;
}

/*==============================================================================================*/
/*	绑定踢现账号页面样式
/*==============================================================================================*/
.bind-lists{
	overflow: hidden;
	background: #fff;
	padding: 0px;
}
.bind-lists ul li{
	overflow: hidden;
	padding: 25px 20px;
	border-bottom:1px solid #ddd;
	background: #f8f8f8;
	cursor: pointer;
}
.bind-lists ul li label{
	padding-left: 15px;
	font-size: 14px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}
.bind-lists ul li ._left{
	float: left;
}
.bind-lists ul li ._left>div{
	display: inline-block;
}
.bind-lists ul li ._right{
	float: right;
}
/*==============================================================================================*/
/*	提现页面样式
/*==============================================================================================*/

.docash-box{
	overflow: hidden;
}
.docash-box .form_item{
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	padding: 30px;
	overflow: hidden;
	background: #fff;
}
.docash-box .form_item:first-child{
	margin-bottom: 10px;
}
.docash-box .form_item label{
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}
.docash-box .form_item input,.docash-box .form_item select{
	height: 40px;
	line-height: 40px;
	flex: 1;
	overflow: hidden;
	font-size: 14px;
	color: #B3B3B3;
}
.docash-box .form_item .pull-right{
	font-size: 14px;
	color: #E1251B;
}
.docash-box .form_item i{
	color: #B3B3B3;
	font-size: 14px;
}
.docash-box .form_item span{
	font-size: 14px;
	color: #22ad38;
}
.docash-box .form_item:nth-child(2){
	border-bottom: 1px solid #EFEFEF;
}
.docash-box .form_item:nth-child(4){
    background: none;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
	font-size: 14px;
}
.docash-box .form_item p{
	font-size: 14px;
	color: #B3B3B3;
}
.docash-box .form_item:last-child{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #22ad38;
	color: #fff;
	border-radius: 30px;
	padding: 0;
	margin-top: 15px;
}
.docash-box .form_item:last-child button{
	background: none;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
}

/*==============================================================================================*/
/*	提现明细页面样式
/*==============================================================================================*/

.cash-box{
	overflow: hidden;
	background: #fff;
}
.cash-box h2{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #EFEFEF;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding: 0 30px;
}
.cash-box .cash-nav{
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.cash-box .cash-nav li{
	width: 25%;
	overflow: hidden;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.cash-box .list_item{
	overflow: hidden;
	padding:0 30px;
}
.cash-box .list_item li{
	overflow: hidden;
	padding: 15px 0;
	text-align: center;
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid #EFEFEF;
	margin-bottom: 15px;
}
.cash-box .list_item li span{
	display: block;
	font-size: 14px;
	color: #666;
	width: 25%;
}

/*==============================================================================================*/
/*			管理地址页面 Address
/*==============================================================================================*/
.add-box .add-content .form-item .form_check_info{
	position: absolute;
	z-index: 1000;
	left: 0px;
	bottom: -20px;
	font-size: 12px;
}
.add-box .add-content .form-item .form_check_info .tips{
	padding: 0px 2px;
	height: 20px;
	margin: 0px;
	color: #f00;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
.add-box .add-content .form-item .form_check_info .tips i{
	font-size: 12px;
}
/* ======================= 地址管理列表 ======================== */
.address-list{
	overflow: hidden;
	padding: 0;
}
.address-list li{
	background: #f8f8f8;
	overflow: hidden;
	padding: 20px 10px;
	border: 1px solid #F5F5F5;
	margin-bottom: 20px;
	width: 100%;
}
.address-list li dl{
	display: inline;
	vertical-align: baseline;
	*display:inline;
	*zoom:1;  
}
.address-list li dl p{
	width: 110px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
	*display:inline; 
	*zoom:1;  
}
.address-list li dl span{
	color: #666666;
	font-size: 14px;
	width: 385px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 35px;
	vertical-align: middle;
	*display:inline;
	*zoom:1;  
}
@media (max-width:1650px) {
	.address-list li dl span{
		width: 215px;
	}
}
.address-list li dl em{
	color: #666666;
	font-size: 14px;
	width:110px;
	display: inline-block;
	vertical-align: middle;
	*display:inline;
	*zoom:1;  
}
.address-list li dd{
	overflow: hidden;
	display: inline;
	*display:inline;
	*zoom:1;  
}
.address-list li dd p{
	width: 185px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	*display:inline;
	*zoom:1;  
}
.address-list li dd p a{
	font-size: 14px;
	color: #666;
}
.address-list li dd span{
	position: relative;
	width: 150px;
	overflow: hidden;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	*display:inline;
	*zoom:1;  
}
.address-list li dd span input[type="radio"] {
	width: 90px;
	height: 30px;
	opacity: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
.address-list li dd span label {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: none;
	border: 1px solid #E1251B;
	color: #E1251B;
	border-radius: 2px;	
}
.address-list li dd span input:checked+label {
	color: #fff;
	background: #E1251B;
}

/*==============================================================================================*/
/*收藏页面 favor
/*==============================================================================================*/
.favor_list{
	overflow: hidden;
	background: #fff;
}

.favor_list .list_item{
	overflow: hidden;
	padding: 0px;
}
.favor_list ul li{
	width: 23.5%;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	border: #eee solid 1px;
	padding: 10px;
}
.favor_list ul li:nth-child(4n){
	margin-right: 0;
}
.favor_list ul li:hover{
	border: #ccc solid 1px;
}
.favor_list ul li a{
	display: block;
}
.favor_list ul li dd{
	width: 100%;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
}
.favor_list ul li dd img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	bottom: 0;
	margin: 0 auto;
	transform: translate(-50%,-50%);
}
.favor_list ul li dl{
	overflow: hidden;
}
.favor_list ul li dl h3{
	text-align: left;
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.favor_list ul li dl p{
	font-size: 20px;
	color: #EF1923;
	text-align: left;
}
.favor_list ul li dl p em{
	font-size: 14px;
}
.favor_list ul li .btn-group{
	overflow: hidden;
	margin-top: 15px;
	opacity: 0.8;
}
.favor_list ul li .btn-group a{
	width: 86px;
	display: inline-block;
	height: 28px;
	text-align: center;
	background: #757575;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	border-radius: 3px;
}
@media (max-width:1250px) {
	.favor_list ul li .btn-group a{
		width: 67px;
	}
}
.favor_list ul li .btn-group a:last-child{
	background: #22ad38;
}
.favor_list ul li:hover .btn-group{
	opacity: 1;
}

/*==============================================================================================*/
/*	订单中心 order
/*==============================================================================================*/
.order_box{
	overflow: hidden;
	background: #fff;
  margin-top: 20px;
  margin: 0 10px;
}
.order_box ._title{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}
.order_box ._title h2{
	font-size: 16px;
	color: #333;
	float: left;
	font-weight: 400;
}
.order_box ._title a{
	display: block;
	float: right;
	font-size: 12px;
	color: #666;
}
.order_box ._title i{
	font-size: 12px;
}
.order_box .table{
	border: 1px solid #EFEFEF;
}
.order_box ._btn a{
	background: #22ad38;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	padding: 5px 10px;
	border-radius: 3px;
}
.order_box ._btn a.cancel{
	background: #ff9503;
}
.order_list_tishi{
	overflow: hidden;
	padding: 50px 0;
	text-align: center;
}
.order_list_tishi p{
	font-size: 16px;
	color: #333;
	margin: 5px 0;
}
.order_list_tishi a{
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #333;
    margin: 10px auto 0;
    font-size: 14px;
    display: block;
    border-radius: 30px;
    border: 1px solid #E0E0E0;
}

/*======================= 订单中心页面样式 ===========================*/
.order-nav{
	overflow: hidden;
	background: #F8F8F8;
}
.order-nav ul li{
	float: left;
	padding: 0 30px;
	height: 55px;
	line-height: 55px;
}
@media (max-width:1650px) {
	.order-nav ul li{
		padding: 0 20px;
	}
}
.order-nav ul li a{
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
.order-nav ul li.active a{
	color: #22ad38;
}
.order-nav ul li.active a::before{
	content: '';
	width: 100%;
	display: block;
	height: 2px;
	background: #22ad38;
	bottom: 0;
	position: absolute;
}
.order-list{
	overflow: hidden;
	background: #fff;
	padding:20px 0px;
}
.order-list .list_item li{
	overflow: hidden;
	border: 2px solid #F7F7F7;
	width: 100%;
	margin-bottom: 20px;
}
.order-list .list_item li h2{
	overflow: hidden;
	background: #f7f7f7;
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 30px;
	font-weight: normal;
}
.order-list .list_item li h2 p{
	font-size: 14px;
	color: #666;
	float: left;
}
.order-list .list_item li h2 .desc{
	font-size: 14px;
	color: #22ad38;
}
.order-list .list_item li dd{
	overflow: hidden;
	padding: 20px;
	position: relative;
}
.order-list .list_item li dd ._info{
	overflow: hidden;
}
.order-list .list_item li dd ._thumb{
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.order-list .list_item li dd ._thumb img{
	width: 100%;
	display: block;
}
.order-list .list_item li dd  ._name{
	font-size: 14px;
	color: #666;
	width: 221px;
    white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.order-list .list_item li dd  ._spec{
	text-align: center;
	font-size: 14px;
	color: #666;
	width: 154px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.order-list .list_item li dd  ._price{
	text-align: center;
	font-size: 14px;
	color: #666;
	width: 154px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.order-list .list_item li dd  ._count{
	text-align: center;
	font-size: 14px;
	color: #E1251B;
	width: 154px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.order-list .list_item li dd ol{
	width: 155px;
	position: absolute;
	right: 10px;
	overflow: hidden;
	top: 50%;
	transform: translate(0,-50%);
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
@media (max-width:1650px) {
	.order-list .list_item li dd ol{
		position: relative;
		width: 156px;
	}
}
@media (max-width:1250px) {
	.order-list .list_item li dd ol{
		position: relative;
		width: 222px;
	}
}
.order-list .list_item li dd ol a{
	width: 46.5%;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background: #E1251B;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
}
.order-list .list_item li dd ol a:last-child{
	margin-left: 10px;
}
/*======================= 订单详情页面样式 ===========================*/

.detail-box{
	overflow: hidden;
}
.detail-box .detail-pro{
	overflow: hidden;
	background: #fff;
	padding:0 20px 20px;
}
.detail-box .detail-pro .detail-pro-title{
	overflow: hidden;
	padding: 0 20px;
}
.detail-box .detail-pro .detail-pro-title li{
	float: left;
	width: 152px;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.detail-box .detail-pro .detail-pro-title li:first-child{
	width: 312px;
}
@media (max-width:1650px) {
	.detail-box .detail-pro .detail-pro-title li{
		width: 135px;
	}
	.detail-box .detail-pro .detail-pro-title li:first-child{
		width: 278px;
	}
}
@media (max-width:1250px) {
	.detail-box .detail-pro .detail-pro-title li{
		width: 99px;
	}
	.detail-box .detail-pro .detail-pro-title li:first-child{
		width: 210px;
	}
}
.detail-box .detail-pro .detail-pro-list li{
	width: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	position: relative;
	background: #FEF8F5;
	border: 1px solid #FDF0E0;
	margin-bottom: 20px;
}
.detail-box .detail-pro .detail-pro-list li:last-child{
	margin-bottom: 0;
}
.detail-box .detail-pro .detail-pro-list li ._info{
	overflow: hidden;
}
.detail-box .detail-pro .detail-pro-list li ._thumb{
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.detail-box .detail-pro .detail-pro-list li ._thumb img{
	width: 100%;
	display: block;
}
.detail-box .detail-pro .detail-pro-list li ._name{
	font-size: 14px;
	color: #666;
	width: 221px;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.detail-box .detail-pro .detail-pro-list li ._spec{
	text-align: center;
	font-size: 14px;
	color: #666;
	width: 154px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.detail-box .detail-pro .detail-pro-list li ._price{
	text-align: center;
	font-size: 14px;
	color: #666;
	width: 154px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.detail-box .detail-pro .detail-pro-list li ._count {
    text-align: center;
    font-size: 14px;
    color: #666;
    width: 140px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.detail-box .detail-pro .detail-pro-list li .total_amount{
	text-align: center;
	font-size: 14px;
	color: #E1251B;
	width: 154px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.detail-info{
	overflow: hidden;
	margin-top: 20px;
	background: #fff;
	padding: 40px 60px;
}
.detail-info ul {
	overflow: hidden;
}
.detail-info ul li{
	width: 49%;
	float: left;
	overflow: hidden;
	line-height: 35px;
	height: 35px;
	text-align: left;
	font-size: 14px;
	color: #333;
	margin-right: 2%;
}
.detail-info ul li:nth-child(2n){
	margin-right: 0;
}
.detail-info ul li .desc_1,.detail-info ul li .desc_2,.detail-info ul li .desc_3{
	color: #22ad38;
}
.detail-info ._btn{
	overflow: hidden;
	margin-top: 20px;
}
.detail-info ._btn a{
	display: inline-block;
	width: 120px;
	line-height: 35px;
	height: 35px;
	background: #E1251B;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	margin-right: 10px;
}
.detail-info ._btn .cancel{
	background: #22ad38;
}
.detail-info ._btn a:first-child{
	background: #22ad38;
}

/*==============================================================================================*/
/*	分销样式
/*==============================================================================================*/
.account-title{
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #E0E0E0;
	background: #fff;
}
.agent_body{
	overflow: hidden;
	background: #fff;
	padding: 30px;
}
.agent_body .agent_info{
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.agent_body .agent_info dd{
	overflow: hidden;
	width: 100px;
	height: 100px;
	border: 1px solid #eee;
	border-radius: 50%;
	margin-right: 20px;
}
.agent_body .agent_info dd img{
	width: 100%;
	display: block;
}
.agent_body .agent_info dl{
	overflow: hidden;
}
.agent_body .agent_info dl p{
	font-size: 16px;
	color: #333;
}
.agent_body .agent_info_commission {
	overflow: hidden;
	background-color: #212950;
	background-image: linear-gradient(to top right, #212950, #37447e);
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: 10px 20px 20px;
	color: #FFCC00;
}
.agent_body .agent_info_commission .agent_vip {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.agent_body .agent_info_commission .agent_vip p{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.agent_body .agent_info_commission .agent_vip .J_open1{
	height: 35px;
	padding: 0 20px;
	line-height: 35px;
	border: 1px solid #ffcc00;
	border-radius: 30px;
	color: #FFCC00;
}
.agent_body .agent_info_commission .agent_promote {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.agent_body .agent_info_commission ol{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 30px;
    background: #FFCC00;
    color: #333;
    text-align: center;
    margin: 15px 0 0;
}
.agent_body .agent_index_list ul li{
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.agent_body .agent_index_list ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.agent_body .agent_index_list ul li p{
	font-size: 16px;
}
.agent_body .agent_index_list ul li p i{
	font-size: 20px;
	margin-right: 5px;
}
.share_box {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 8888;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color: #000;
    display: none;
}
.share_box ._body {
    width: 400px;
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    padding: 60px 40px 20px 40px;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    border-radius: 10px;
    z-index: 9999;
}
.share_box ._body img{
	width: 100%;
	display: block;
}

/*==============================================================================================*/
/*	好友面样式
/*==============================================================================================*/
.order_nav{
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #EFEFEF;
}
.order_nav ul li{
	float: left;
	overflow: hidden;
	padding:0 30px;
	height: 50px;
	line-height: 50px;
}
.order_nav ul li a{
	display: block;
	font-size: 16px;
	color: #333;
	position: relative;
}
.order_nav ul li.active a{
	color: #22ad38 ;
}
.order_nav ul li.active a::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #22ad38;
	bottom: 0;
	left: 0;
}
.team_list{
	overflow: hidden;
	padding: 30px;
	background: #fff;
}
.team_list ul li{
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #EFEFEF;
	padding: 10px;
}
.team_list ul li a{
	display: flex;
	align-items: center;
}
.team_list ul li>a div{
	width: 23%;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.team_list ul li ._thumb{
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.team_list ul li ._thumb img{
	width: 100%;
	display: block;
}
.team_list ul li ._btn{
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	width: 120px;
	margin: 0 auto;
	background: #E1251B;
	color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 9;
}
.change_edit{
	background: rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    display: none;
}
.change_div {
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}
.change_div > div {
    width: 100%;
    border: 1px solid #ddd;
    padding:0 10px;
	height: 40px;
	line-height: 40px;
}
.change_div .change_name {
    width: 100%;
    border: none;
    outline: none;
    font-size: 14px;
}
.change_div .change_button {
    width: 80%;
    display: block;
    background-color: #E1251B;
    color: #ffffff;
    border: none;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin: 15px auto 0;
}

/*==============================================================================================*/
/*	好友订单面样式
/*==============================================================================================*/
.order_list{
	overflow: hidden;
	background: #fff;
	padding: 20px;
}
.order_list .list_item li{
	overflow: hidden;
	border: 2px solid #F7F7F7;
	width: 100%;
	margin-bottom: 20px;
}
.order_list .list_item li h2 {
    overflow: hidden;
    background: #f7f7f7;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    font-weight: normal;
}
.order_list .list_item li h2 p {
    font-size: 14px;
    color: #666;
    float: left;
}
.order_list .list_item li h2 .desc{
	font-size: 14px;
	color: #22ad38;
	float: right;
}
.order_list .list_item li dd {
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
	justify-content: space-between;
}
.order_list .list_item li dd a{
    overflow: hidden;
    display: flex;
    align-items: center;
}
.order_list .list_item li dd ._thumb{
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.order_list .list_item li dd ._thumb img {
    width: 100%;
    display: block;
}
.order_list .list_item li dd ._name {
    font-size: 14px;
    color: #666;
    width: 170px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-left: 25px;
}
.order_list .list_item li dd p{
	font-size: 14px;
	color: #666;
}
.order_list .list_item li dd p b,.order_list .list_item li dd p em{
	color: #E1251B;
}



/*==============================================================================================*/
/*页脚模块 footer
/*==============================================================================================*/
.footer{ position:relative; display:block; clear:both; background:#ffffff; overflow:hidden;}
.footbd {
  display:block; 	
  overflow:hidden;
  margin-top:20px;
  padding: 25px 20px;
  color: #777;
}
.footbd h2{ color:#cccccc; display:block; margin-bottom:20px; font-size:16px;}
.footbd h2 i{ font-size:18px; color:#333; margin-right:5px;}

.footbd .col{ width:180px; margin-right:20px; float:left;} 
.footbd .xcol{ width:300px; float:right;} 
.footbd .xcol .bd{  display:block;  overflow:hidden;} 
.footbd .xcol p{ padding:5px 0px; margin:0px; display:block;  overflow:hidden; color:#e2231a; line-height:30px; font-size:22px; font-weight:bolder; } 
.footbd .xcol img{ margin-bottom:5px; width:100px; background:#fff; padding:5px;}
.footbd .xcol span{ display:block; overflow:hidden; text-align:center; width:100px; } 

.footbd a { 
  line-height:28px;
  color: #888888;
}
.footbd a:hover {
  color: #eeeeee;
}

.footbot {
  display:block;
  border-top:#eee solid 1px;	
  overflow:hidden;
  padding: 15px 20px;
  margin:0px;
  line-height:25px;
  color:#888;
}

.link_box{ margin-bottom:10px; margin: 0 auto; text-align: center;}
.link_box a{ color:#888; display:inline-block;}
.link_box a:hover{ color:#f42424;}
.link_box .spacer{ overflow: hidden; margin: 0 17px; width: 1px;height: 11px; background-color: #999; display:inline-block;}
.link_box .spacer:last-child{ display: none;}








