/* CSS Document */
*{
	padding: 0;
	margin: 0;
	touch-action: pan-y;
}
img{
	padding: 0;
	margin: 0;
	border: none;
}
html{
	width: 100%;
	height: 100%;
	overflow:hidden;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Tahoma";
	font-size: 12px;
	color: #222;
	background:#fff;
	font-weight: normal;
	overflow:hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;

}
textarea,
input{
	padding: 0;
	margin: 0;
	outline: none;
	font-family: "Tahoma";
	color: #222;	
}
input:focus,
textarea:focus{
	outline: none;
}
ul,
li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	font-family: "Tahoma";
	color: #222;
	font-size: 12px;
}
a:active{
	blr: expression(this.onFocus=this.blur());
	outline: none
}
a{
	outline: none;
	blr: expression(this.onFocus=this.blur());
}
a:link{
	text-decoration: none;
	color: #222;
}
a:visited{
	text-decoration: none;
	color: #222;
}
a:active{
	text-decoration: none;
	color: #222
}
a:hover{
	text-decoration: none;
	color: #222;
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
} 

.header{
	width: 100%;
	height: 1.28rem;
	float: left;
	background: #fff;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 0.03rem rgba(0,0,0,0.2);
}
.header.default{
	box-shadow: none;
}
.header .logo{
	padding: 0.26rem 0 0 0.23rem;
	width: auto;
	height: 1.12rem;
	float: left;
	background: #fff;
	overflow: hidden;
    position:relative;
    z-index:3;
}
.header .logo img{
	width: auto;
	max-height: 0.69rem;
}
.header .login{
	padding-right: 0.45rem;
	width: auto;
	height: 1.28rem;
	float: right;
	position: relative;
	z-index: 3;
}
.header .login .cart{
	padding-top: 0.21rem;
	width: auto;
	height: 1.07rem;
	float: left;
	position: relative;
	z-index: 0;
}
.header .login .cart img{
	width: auto;
	height: 0.75rem;
	float: left;
}
.header .login .cart .num{
	padding:0 0.12rem;
	width: auto;
	height: 0.4rem;
	line-height:0.4rem;
	font-size:0.24rem;
	color: #fff;
	background:#ff0000;
	border-radius: 0.4rem;
	position: absolute;
	right: -0.1rem;
	top: 0.13rem;
}
.header .login .searchbtn1{
	padding-right:0.4rem;
	padding-top: 0.26rem;
	width: auto;
	height: 1.07rem;
	float: left;
}
.header .login .searchbtn1 img{
	width: auto;
	height: 0.75rem;
	float: left;
}
.header .login .face{
	padding-right: 0.49rem;
	padding-top: 0.26rem;
	width: auto;
	height: 1.07rem;
	float: left;
}
.header .login .face img{
	width: auto;
	height: 0.75rem;
	float: left;
}
.header .login .loginname{
	padding-right:0.27rem;
	padding-top: 0.21rem;
	width: auto;
	height: 0.75rem;
	line-height: 0.75rem;
	float: left;
}
.header .login .loginname a{
	color: #222;
	font-size: 0.35rem;
}
.header .black{
	padding-left:1.27rem;
	width: auto;
	height: 1.28rem;
	line-height: 1.28rem;
	font-size: 0.4rem;
	color: #222;
	float: left;
	position: relative;
    z-index:3;
}
.header .black  img{
	margin-top: 0.3rem;
	width: auto;
	height: 0.69rem;
}
.header .black:before{
	content: '';
	width:0.29rem;
	height: 0.29rem;
	position: absolute;
	left: 0.51rem;
	top: 0.46rem;
	border-left: 0.04rem solid #222;
	border-top: 0.04rem solid #222;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg); 	/* Opera */
}
.header .black1{
	width: auto;
	height: 1.28rem;
	line-height: 1.28rem;
	font-size: 0.4rem;
	color: #222;
	float: left;
	position: relative;
}
.header .black1  img{
	margin-top: 0.3rem;
	width: auto;
	height: 0.69rem;
}
.header .title{
	width: 100%;
	height: 1.28rem;
	line-height: 1.28rem;
	text-align: center;
	font-size: 0.4rem;
	color: #222;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.header .title img{
    margin-top:0.26rem;
	width: auto;
	max-height: 0.69rem;
}
.header .title1{
	width: 50%;
	height: 1.28rem;
	line-height: 1.28rem;
	text-align: left;
	font-size: 0.4rem;
	color: #222;
	position: absolute;
	left: 0.83rem;
	top: 0;
	z-index: 2;
	overflow: hidden;
}
.seachbox{
	padding: 0 0.19rem 1.34em 0.19rem;
	width: 100%;
	height: 1.14rem;
	float: left;
	box-sizing: border-box;
	background: #fff;
}
.seachbox .inputbox1{
	width: 100%;
	height: 1.01rem;
	float: left;
	border-radius: 0.13rem;
	background: #ddd;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.seachbox .inputbox1 .input1{
	padding: 0 1.4rem 0 0.23rem;
	width: 100%;
	height: 1.01rem;
	line-height: 1.01rem;
	color: #777;
	font-size: 0.4rem;
	float: left;
	background: none;
	border:none;
}
.seachbox .inputbox1 .searchbtn{
	width: 1.17rem;
	height: 1.01rem;
	position: absolute;
	top: 0;
	right: 0;
	background: #f7aa02;
	z-index: 2;	
}
.seachbox .inputbox1 .searchbtn .input2{
	width: 1.17rem;
	height: 1.01rem;
	font-size: 0;
	overflow: hidden;
	border: none;
	background: url(../images/searchbtn.gif) no-repeat left  top;
	background-size: 1.17rem auto;
    float:left;
}
.menubox{
	padding: 0 0.23rem;
	width: 100%;
	height: 1.11rem;
	line-height: 1.11rem;
	font-size: 0.4rem;
	color: #222;
	float: left;
	box-sizing: border-box;
	background: #fff;
}
.showmenu{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left:-100%;
	top: 0;
	overflow: hidden;
	display: none;
	z-index: 10000;
}
.showmenu .menutitle{
	padding:0 0.29rem 0 0.47rem;
	width: 100%;
	height: 1.15rem;
	float:left; 
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.showmenu .menutitle .title{
	padding-left:0.61rem;
	width: auto;
	height: 1.15rem;
	line-height: 1.15rem;
	color:#222;
	font-size:0.4rem;
	float:left; 
	background: url(../images/k.gif) no-repeat left center / 0.25rem auto;
}
.showmenu .menutitle .searchbtn{
	padding-top:0.2rem;
	width: auto;
	height: 1.15rem;
	float:right;
	box-sizing: border-box; 
}

.showmenu .menutitle .searchbtn img{
	width: 0.69rem;
	height: auto; 
    float:left;
}
.showmenu .showmenucon{
	padding-bottom: 1.16rem;
	width: 100%;
	height: 100%;
	float: left;
	background: #fff;
	box-sizing:border-box;
}
.showmenu .showmenucon .menulist{
	width: 43%;
	height: 100%;
	float: left;
	background: #eee;
	overflow-y: auto;
}
.showmenu .showmenucon .menulist li{
	padding-left:0.45rem;
	width: 100%;
	height: 1.16rem;
	line-height: 1.16rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
}
.showmenu .showmenucon .menulist li.now{
	background: url(../images/menubg2.gif) repeat-y left #fff;
	background-size: 0.13rem auto;
}
.showmenu .showmenucon .subcon{
	padding:0 0.29rem 0 0.4rem;
	width: 57%;
	height: 100%;
	float: left;
	background: #fff;
	overflow-y: auto;
	box-sizing:border-box;
}
.showmenu .showmenucon .subcon .sublist{
	width: 100%;
	height: auto;
	float: left;
	display: none;
}
.showmenu .showmenucon .subcon .sublist .sublist1{
	width: 100%;
	height: auto;
	float: left;
}
.showmenu .showmenucon .subcon .sublist .sublist1 .subtitle{
	padding-top:0.63rem;
	width: 100%;
	height: 1.16rem;
	line-height: 1.16rem;
	color:#222;
	font-size: 0.33rem;
	float: left;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
}
.showmenu .showmenucon .subcon .sublist .sublist1 .sublist2{
	width: 100%;
	height: auto;
	float: left;
}
.showmenu .showmenucon .subcon .sublist .sublist1 .sublist2 li{
	width: 100%;
	height: auto;
	float: left;
}
.showmenu .showmenucon .subcon .sublist .sublist1 .sublist2 li a{
	width: 100%;
	height: 1.16rem;
	line-height: 1.16rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
	border-bottom: 1px solid #ddd;
}
.wrapper{
	width: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 1.28rem;
	bottom: 0;
	background: #ddd;
}
.wrapper .main{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: default;
	-moz-user-select: default;
	-ms-user-select: default;
	user-select: default;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.wrapper .main .header_tips{
	width: 100%;
	height:1.07rem;
	line-height: 1.07rem;
	text-align: center;
	font-size: 0.37rem;
	color: #555;
	background: #ddd;
	position:absolute;
	left: 0;
	top: -1.07rem; 
}
.wrapper .main .bottom_tips{
	width: 100%;
	height:1.07rem;
	line-height: 1.07rem;
	text-align: center;
	font-size: 0.37rem;
	color: #555;
	background: #ddd;
	position:absolute;
	left: 0;
	bottom: -1.07rem; 
    display:none;
}

.swiper_banner {
	width: 100%;
    height: auto;
    float: left;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
    border-bottom: 0.08rem solid #fff;
}        
.swiper_banner .swiper-slide {
	width: 100%;
    height: auto;
    text-align: center;
}
.swiper_banner .swiper-slide img{
	width: 100%;
    height: auto;
}
.swiper_banner .swiper_pagination{
	width: 100%;
    height: 0.2rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0.27rem;
    z-index: 1;
} 
.swiper_banner .swiper_pagination .swiper-pagination-bullet{
	margin: 0 2px;
	width: 0.2rem;
    height: 0.2rem;
    background: #313131;
    border-radius: 0.2rem;
} 
.swiper_banner .swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 0.2rem;
    height: 0.2rem;
    background: #f7aa02;
    border-radius: 0.2rem;
}

.wrapper .recommendbox{
	padding: 0.25rem 0.12rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	border-bottom: 0.08rem solid #ddd;
	background: #fff;
} 
.wrapper .recommendbox .title{
	width: 100%;
	padding-left: 0.11rem;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.53rem;
	color: #222;
	float: left;
	box-sizing: border-box;
} 
.wrapper .recommendbox .swiper_recommend{
	width: 100%;
	height: 3.65rem;
	float: left;
	overflow: hidden;
}
.wrapper .recommendbox .swiper_recommend .swiper-slide{
	width: 2.85rem;
    height: 3.65rem;
    text-align: center;
} 
.wrapper .recommendbox .swiper_recommend .swiper-slide .pic{
	width: 2.85rem;
    height: 2.85rem;
    float: left;
    background: #d5dbdb;
}
.wrapper .recommendbox .swiper_recommend .swiper-slide .pic img{
	max-width: 2.85rem;
    height: auto;
}
.wrapper .recommendbox .swiper_recommend .swiper-slide .money{
	width: 2.85rem;
    height: 0.8rem;
    line-height:0.8rem;
    font-size: 0.37rem;
    color: #f7aa02;
    float: left;
} 
.wrapper .probox{
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	background: #fff;
} 
.wrapper .probox .title{
	padding: 0 0.23rem;
	width: 100%;
	height: 0.88rem;
	line-height:0.88rem;
	font-size: 0.53rem;
	color: #222;
	float: left;
	box-sizing: border-box;
} 
.wrapper .probox .prolist{
	padding: 0 0.07rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
} 
.wrapper .probox .prolist li{
	padding: 0 0.05rem 0.15rem 0.05rem;
	width: 50%;
	height: auto;
	float: left;
	box-sizing: border-box;
}  
.wrapper .probox .prolist li .pic{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	background: #000;
} 
.wrapper .probox .prolist li .pic img{
	width: 100%;
	height: auto;
	opacity: 0.95;
}

.wrapper .probox .prolist li .tit{
	padding-right: 0.13rem;
	margin: 0.21rem 0;
	width: 100%;
	height: 0.72rem;
	line-height: 0.37rem;
	float: left;
	font-size: 0.33rem;
	color: #222;
	overflow: hidden;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
} 
.wrapper .probox .prolist li .money{
	width: 100%;
	height: 0.53rem;
	line-height: 0.53rem;
	text-align: center;
	color: #f7aa02;
	font-size: 0.37rem;
	float: left;
} 
.loginbox{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
} 
.loginbox .logo{
	padding-top:1.44rem;
	width: 100%;
	height: 2.35rem;
	text-align: center;
	float: left;
	overflow: hidden;
}
.loginbox .logo img{
	width: auto;
	height: 0.81rem;
}
.loginbox .loginbox1{
	padding:0 0.33rem ;
	width: 100%;
	height: auto;
	/*position: fixed;
	left:0;
	top: 3.65rem;*/
	box-sizing: border-box;
}
.loginbox .loginbox1 .loginbox2{
	padding-bottom:1.2rem;
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	border-radius: 0.67rem;
	box-shadow: 0 0 0.13rem rgba(0,0,0,0.6);
	position: relative;
	z-index: 0;	
}
.loginbox .loginbox1 .loginbox2 .loginmenu{
	width: 100%;
	height: 1.8rem;
	position: relative;
	float: left;
}
.loginbox .loginbox1 .loginbox2 .loginmenu .loginmenu1{
	width: 100%;
	height: 1.8rem;
	background: url(../images/loginmenu1.png) no-repeat right top / 100% auto;
	border-radius: 0.67rem 0.67rem 0 0;
	position: absolute;
	left:0;
	top: -0.21rem;
}
.loginbox .loginbox1 .loginbox2 .loginmenu .loginmenu1.reg{
	width: 100%;
	height: 1.8rem;
	background: url(../images/loginmenu2.png) no-repeat right top / 100% auto;
	border-radius: 0.67rem 0.67rem 0 0;
	position: absolute;
	left:0;
	top: -0.21rem;
}
.loginbox .loginbox1 .loginbox2 .loginmenu .loginmenu1 li{
	width: 50%;
	height: 0.13rem;
	text-align:center;
	line-height: 1.44rem;
	color: #333;
	font-size: 0.53rem;
	float: left;
}
.loginbox .loginbox1 .loginbox2 .loginmenu .loginmenu1 li.title1{
	width: 58%;
	font-size: 0.53rem;
}
.loginbox .loginbox1 .loginbox2 .loginmenu .loginmenu1 li.title2{
	width: 42%;
	font-size: 0.4rem;
}
.loginbox .loginbox1 .loginbox2 .loginmenu .loginmenu1.reg li.title1{
	width: 42%;
	font-size: 0.4rem;
}
.loginbox .loginbox1 .loginbox2 .loginmenu .loginmenu1.reg li.title2{
	width: 58%;
	font-size: 0.53rem;
}
.loginbox .loginbox1 .loginbox2 .logincon{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 0;
	display: none;
}
.loginbox .loginbox1 .loginbox2 .logincon.login{
	display: block;
}
.loginbox .loginbox1 .loginbox2 .login_login{
	padding: 0.37rem 0.52rem 0 0.52rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;	
}
.loginbox .loginbox1 .loginbox2 .login_login li{
	width: 100%;
	height: 1.44rem;
	float: left;
	border-bottom: 1px solid #9c9c9c;
	position: relative;
}
.loginbox .loginbox1 .loginbox2 .login_login li input{
	padding-top:0.77rem;
	width: 100%;
	height: 0.67rem;
	line-height: 0.67rem;
	font-size: 0.4rem;
	color: #333;
	float: left;
	border:none;
	background: none;
}
.loginbox .loginbox1 .loginbox2 .login_login li .tips_error{
	width: 100%;
	height: 0.43rem;
	line-height: 0.43rem;
	color:#ff0000;
	font-size: 0.33rem;
	position: absolute;
	left:0;
	top: 1.45rem;
}
.loginbox .loginbox1 .loginbox2 .loginpasword{
	padding: 0.2rem 0.52rem 0 0.52rem;
	width: 100%;
	height: 1.11rem;
	text-align: right;
	float: left;
	box-sizing: border-box;
}
.loginbox .loginbox1 .loginbox2 .loginpasword a{
	color: #011683;
	font-size: 0.33rem;
}
.loginbox .loginbox1 .loginbox2 .loginbtn{
	padding: 0 2.19rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.loginbox .loginbox1 .loginbox2 .loginbtn .input1{
	width: 100%;
	height: 1.12rem;
	float: left;
	background: #ffb100;
	border-radius: 0.13rem;
}
.loginbox .loginbox1 .loginbox2 .loginbtn .input1 input{
	width: 100%;
	height: 1.12rem;
	line-height: 1.12rem;
	font-size: 0.53rem;
	color: #333;
	float: left;
	background: none;
	border-radius: 0.13rem;
	border: none;
}
.loginbox .loginbox1 .loginbox2 .tips{
	width: 100%;
	height: auto;
	line-height: 0.43rem;
	text-align: center;
	font-size: 0.33rem;
	color: #ff0000;
	float: left;
	border-bottom: none;
	position: absolute;
	left:0;
	top: 0rem;
}
input::-webkit-input-placeholder{
            color:#999;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#999;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#999;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:red;
        }
.wrapper .screenbox{
	padding-top: 0.08rem;
	width: 100%;
	height: 1.16rem;
	background: #ddd;
	border-bottom: 1px solid #ddd;
	position: relative;
	left: 0;
	top: 0;
}
.wrapper .screen{
	width: 100%;
	height: 1.16rem;
	background: #fff;
	float: left;
}
.wrapper .screen .screenmenu{
	padding:0 0.6rem 0 0.51rem;
	width: auto;
	height: 1.16rem;
	line-height:1.16rem;
	font-size: 0.4rem;
	color: #222;
	background: #fff;
	float: left;
	position: relative;
}
.wrapper .screen .screenmenu:after{
	content: '';
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    right: 0;
    top: 0.52rem;
    border-left: 0.04rem solid #222;
    border-top: 0.04rem solid #222;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.wrapper .screen .screenright{
	width: auto;
	height: 1.16rem;
	float: right;
}
.wrapper .screen .screenright .screenmoney{
	padding:0.37rem 0.47rem 0 0;
	width: auto;
	height: 0.79rem;
	float: left;
}
.wrapper .screen .screenright .screenmoney img{
	width: auto;
	height: 0.53rem;
    float:left;
}
.wrapper .screen .screenright .list{
	padding:0.37rem 0.69rem 0 0;
	width: auto;
	height: 0.79rem;
	float: left;
}
.wrapper .screen .screenright .list img{
	width: auto;
	height: 0.53rem;
    float: left;
}
.wrapper .screen .screenright .list .img1{
	display:none;
}
.wrapper .screen .screenright .list .img2{
	display: inherit;
}
.wrapper.one .screen .screenright .list .img1{
	display:inherit;
}
.wrapper.one .screen .screenright .list .img2{
	display: none;
}
.wrapper .screenbox .screenmenulist{
	padding:0 0.51rem;
	width: 100%;
	height: auto;
	background: #fff;
	position: absolute;
	left: 0;
	top: 1.15rem;
	border-top:1px solid #ddd;
	box-sizing: border-box;
	display: none;
	border-bottom: 1px solid #ddd;
	z-index: 99;
}
.wrapper .screenbox .screenmenulist li{
	width: 100%;
	height:auto;
	float: left;
}
.wrapper .screenbox .screenmenulist li a{
	width: 100%;
	height:0.91rem;
	line-height:0.91rem;
	font-size: 0.33rem;
	color: #666;
	float: left;
	border-top: 1px solid #ddd;
}
.wrapper .screenbox .screenmenulist li:first-child a{
	border-top: none;
}
.wrapper .screenbox .screenmenulist li a.now{
	background: url(../images/nowbg.gif) no-repeat right center / auto 0.28rem;
}
.wrapper .probox1{	
	width: 100%;
	height: auto;
	display: block;
}
.wrapper .probox1 .prolist.two{
	width: 100%;
	height: auto;
	float:left;
	padding:0.24rem 0.13rem 0 0.13rem;
	box-sizing: border-box;
}
.wrapper .probox1 .prolist.two ul{
	/*padding:0 0.24rem;*/
/*	-moz-column-count:2; 
	-webkit-column-count:2; 
	column-count:2; 
	-moz-column-gap: 0.24rem;
	-webkit-column-gap: 0.24rem;
	column-gap: 0.24rem;*/
	box-sizing: border-box;
}
.wrapper .probox1 .prolist.two li{
	padding:0 0.13rem 0.27rem 0.13rem;
	width: 50%;
	height: auto;
	/*-moz-page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;*/
	border-top: none;
	float:left;
	box-sizing: border-box;
}
.wrapper .probox1 .prolist.two li .pic{
	width: 100%;
	height: auto;
	float:left;
	background: #fff;
	border-radius: 0.11rem 0.11rem 0 0;
	overflow: hidden;
}
.wrapper .probox1 .prolist.two li .pic img{
	width: 100%;
	height: auto;
	float:left;
}
.wrapper .probox1 .prolist.two li .detail{
	padding:0 0.13rem;
	padding-bottom: 0.36rem;
	width: 100%;
	height: auto;
	background: #fff;
	float:left;
	border-radius: 0 0 0.11rem 0.11rem;
	box-sizing: border-box;
}
.wrapper .probox1 .prolist.two li .detail .title{
	margin-top: 0.27rem;
	width: 100%;
	height: 0.8rem;
	line-height:0.4rem;
	color: #222;
	float:left;
	overflow: hidden;
	box-sizing: border-box;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	
}
.wrapper .probox1 .prolist.two li .detail .btnbox{
	padding:0.5rem 0 0.36rem 0;
	width: 100%;
	height: 0.37rem;
	overflow: hidden;
	box-sizing: border-box;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    float:left;

}
.wrapper .probox1 .prolist.two li .detail .btnbox .money{
	height: 0.37rem;
	line-height:0.37rem;
	color: #f7aa02;
	font-size: 0.37rem;
    display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border:none;

}
.wrapper .probox1 .prolist.two li .detail .btnbox  .cart{
	padding-right: 0.44rem;
	width: auto;
	height: 0.37rem;
	float: right;
	overflow: hidden;
    display:inline-block;
}
.wrapper .probox1 .prolist.two li .detail .btnbox  .cart img{
	width: auto;
	height: 0.37rem;
    float:left;

}
.prolist.one{
	padding-top: 0.11rem;
	width: 100%;
	height: auto;
	display: block;
}
.prolist.one ul{
	padding:0 0.4rem;
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.prolist.one li{
	padding:0.2rem 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	background: #fff;
	float: left;
}
.prolist.one li:first-child{
	border-top: none;
}
.prolist.one li .pic{
	width: 35%;
	height: auto;
	float: left;
	overflow: hidden;
}
.prolist.one li .pic img{
	width: 100%;
	height: auto;
}
.prolist.one li .detail{
	padding-left:0.4rem;
	width: 65%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
}
.prolist.one li .detail .title{
	padding:0;
	width: 100%;
	height: auto;
	line-height:0.37rem;
	color: #222;
	display: block;
	overflow: hidden;
}
.prolist.one li .detail .btnbox{
	padding:0.5rem 0.13rem 0.36rem 0;
	width: 100%;
	height: 0.37rem;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.prolist.one li .detail .btnbox .money{
	height: 0.37rem;
	line-height:0.37rem;
	color: #f7aa02;
	font-size: 0.37rem;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border:none;
}
.prolist.one li .detail .btnbox  .cart{
	padding-right: 0.44rem;
	width: auto;
	height: 0.37rem;
	display:inline-block;
	overflow: hidden;
}
.prolist.one li .detail .btnbox  .cart img{
	width: auto;
	height: 0.37rem;
	float:left;
}
.popscreen{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.5;
	z-index: 100;
	display: none;
}
.popscreenbox{
	width: 76%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 101;
	display: none;
}
.popscreenbox .popcon{
	width: 100%;
	height: 100%;
	float: left;
	background: #fff;
}
.popscreenbox .popcon .poptitle{
	padding-left: 1.37rem;
	width: 100%;
	height: 1.28rem;
	line-height: 1.28rem;
	font-size: 0.4rem;
	color: #222;
	float: left;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.popscreenbox .popcon .poptitle:before{
	content: '';
	width:0.29rem;
	height: 0.29rem;
	position: absolute;
	left: 0.51rem;
	top: 0.46rem;
	border-left: 0.04rem solid #222;
	border-top: 0.04rem solid #222;
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
	-o-transform:rotate(135deg); 	/* Opera */
}
.popscreenbox .popcon .brands{
	padding-left: 0.64rem;
	padding-right: 0.64rem;
	width: 100%;
	height: 1.16rem;
	color: #222;
	float: left;
	box-sizing: border-box;
	border-top:0.08rem solid #ddd;
	border-bottom:1px solid #ddd;
}
.popscreenbox .popcon .brands .brandstitle{
	width: auto;
	height: 1.16rem;
	line-height:1.16rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
}
.popscreenbox .popcon .brands .brandstitle1{
	padding-right: 0.37rem;
	width: auto;
	height: 1.16rem;
	line-height:1.16rem;
	color: #222;
	font-size: 0.33rem;
	float: right;
	position: relative;
}
.popscreenbox .popcon .brands .brandstitle1:before{
	content: '';
	width:0.16rem;
	height: 0.16rem;
	position: absolute;
	right: 0;
	top: 0.51rem;
	border-left: 0.04rem solid #222;
	border-top: 0.04rem solid #222;
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
	-o-transform:rotate(135deg); 	/* Opera */
}
.popscreenbox .popcon .pricetitle{
	padding-left: 0.64rem;
	padding-right: 0.64rem;
	width: 100%;
	height: 1.16rem;
	color: #222;
	float: left;
	box-sizing: border-box;
	border-bottom:1px solid #ddd;
}
.popscreenbox .popcon .pricetitle .title1{
	width: 2.67rem;
	height: 1.16rem;
	line-height:1.16rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
}
.popscreenbox .popcon .pricetitle .title2{
	width: auto;
	height: 1.16rem;
	line-height:1.16rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
}
.popscreenbox .popcon .pricelist{
	width: 100%;
	height: auto;
	float: left;
}
.popscreenbox .popcon .pricelist li{
	width: 100%;
	height: auto;
	float: left;
	border-bottom:1px solid #ddd;
}
.popscreenbox .popcon .pricelist li a{
	padding-left: 3.28rem;
	width: 100%;
	height: 1.16rem;
	line-height:1.16rem;
	color: #222;
	font-size: 0.4rem;
	float: left;
	box-sizing: border-box;
}
.popscreenbox .popcon .pricelist li a:hover,.popscreenbox .popcon .pricelist li a.now{
	color: #f6ab00;
}
.popscreenbox .popcon .pricebtn{
	padding-left: 0.64rem;
	padding-right: 0.64rem;
	width: 100%;
	height: 1.16rem;
	color: #222;
	float: left;
	box-sizing: border-box;
	border-bottom:1px solid #ddd;
}
.popscreenbox .popcon .pricebtn .priceright{
	width: auto;
	height: 1.16rem;
	float: right;
}
.popscreenbox .popcon .pricebtn .title1{
	width: auto;
	height: 1.16rem;
	line-height:1.16rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
}
.popscreenbox .popcon .pricebtn .inputbox{
	margin:0.23rem 0.11rem 0 0.11rem;
	width: auto;
	height: 0.67rem;
	float: left;
	background: #fff;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.popscreenbox .popcon .pricebtn .inputbox .input1{
	width: 1.33rem;
	height: 0.67rem;
	line-height:0.67rem;
	font-size: 0.33rem;
	color: #222;
	text-align: center;
	float: left;
	border:none;
	background: none;
}
.popscreenbox .popcon .pricebtn .inputbtn1{
	margin-top:0.23rem;
	width: 0.87rem;
	height: 0.67rem;
	float: left;
	background: #f6ab00;
}
.popscreenbox .popcon .pricebtn .inputbtn1 .input2{
	width: 0.87rem;
	height: 0.67rem;
	line-height:0.67rem;
	font-size: 0.33rem;
	color: #fff;
	text-align: center;
	float: left;
	border:none;
	background:none;
}
.ovfHiden{overflow: hidden;height: 100%;}
.popbrand{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.01;
	z-index: 101;
	display: none;
}
.popbrandbox{
	width: 76%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 102;
	display: none;
}
.popbrandbox .popcon{
	width: 100%;
	height: 100%;
	float: left;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}
.popbrandbox .popcon .abc{
	width: 0.37rem;
	height: auto;
	position:absolute;
	right: 0;
	top: 0.8rem;
	z-index: 22;
}
.popbrandbox .popcon .abc li{
	width: 0.37rem;
	height: auto;
	float: left;
}
.popbrandbox .popcon .abc li a{
	width: 0.37rem;
	height: 0.53rem;
	font-size: 0.29rem;
	color: #222;
	float: left;
}
.popbrandbox .popcon .poptitle{
	padding-left: 1.37rem;
	width: 100%;
	height: 1.28rem;
	line-height: 1.28rem;
	font-size: 0.4rem;
	color: #222;
	position: absolute;
	left:0;
	top: 0;
	z-index: 0;
	background: #fff;
	box-sizing: border-box;
}
.popbrandbox .popcon .poptitle:before{
	content: '';
	width:0.29rem;
	height: 0.29rem;
	position: absolute;
	left: 0.51rem;
	top: 0.46rem;
	border-left: 0.04rem solid #222;
	border-top: 0.04rem solid #222;
	transform:rotate(135deg);
	-ms-transform:rotate(135deg); 	/* IE 9 */
	-moz-transform:rotate(135deg); 	/* Firefox */
	-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
	-o-transform:rotate(135deg); 	/* Opera */
}
.popbrandbox .popcon .poptitle1{
	padding-left: 0.6rem;
	width: 100%;
	height: 1.28rem;
	line-height: 1.28rem;
	font-size: 0.4rem;
	color: #000;
	font-weight: bold;
	background: #fff;
	box-sizing: border-box;
	position: absolute;
	left:0;
	top: 0;
	z-index: 0;
	border-bottom: 1px solid #ddd;
}
.popbrandbox .popcon .poptitle1 .close{
	width: 0.59rem;
	height: 0.59rem;
	position: absolute;
	right: 0.23rem;
	top: 0.38rem;
}
.popbrandbox .popcon .poptitle1 .close img{
	width: 0.59rem;
	height: 0.59rem;
}
.popbrandbox .popcon .brandstitle{
	padding-left: 0.6rem;
	width: 100%;
	height: 1.16rem;
	line-height: 1.16rem;
	font-size: 0.4rem;
	color: #222;
	position: absolute;
	left: 0;
	top: 1.29rem;
	background:url(../images/nowbg.gif) no-repeat right center #fff;
	background-size: auto 0.28rem;
	box-sizing: border-box;
	border-top: 0.08rem solid #ddd;
	border-bottom: 1px solid #ddd;
}
.popbrandbox .popcon .brandstitle1{
	padding-left: 0.6rem;
	width: 100%;
	height: 1.16rem;
	line-height: 1.16rem;
	font-size: 0.4rem;
	color: #222;
	position: absolute;
	left: 0;
	top: 1.29rem;
	background:url(../images/nowbg.gif) no-repeat right center #fff;
	background-size: auto 0.28rem;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.popbrandbox .popcon .brandstitle1 .pic{
	padding-top: 0.24rem;
	width: 1.07rem;
	height: 0.67rem;
	float: left;
}
.popbrandbox .popcon .brandstitle1 .pic img{
	width: 1.07rem;
	height: 0.67rem;
}
.popbrandbox .popcon .brandstitle1 .name{
	padding-left: 0.21rem;
	width: auto;
	height: 1.16rem;
	line-height:1.16rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
	box-sizing: border-box;
}
.popbrandbox .popcon .brandscon{
	padding-bottom: 2.24rem;
	width: 100%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	overflow-y: auto;
}
.popbrandbox .popcon .brandscon .brandlist{
	width: 100%;
	height: auto;
	float: left;
}
.popbrandbox .popcon .brandscon .brandlist li{
	width: 100%;
	height: 1.16rem;
	float: left;
	border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.popbrandbox .popcon .brandscon .brandlist li.now{
	background:url(../images/nowbg.gif) no-repeat right center;
	background-size: auto 0.28rem;
}
.popbrandbox .popcon .brandscon .brandlist li a{
	padding-left: 0.6rem;
	width: 100%;
	height: 1.16rem;
	line-height:1.16rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
	box-sizing: border-box;
}
.popbrandbox .popcon .brandscon .brandlist li a.tit{
	background: #eee;
}
.popbrandbox .popcon .brandscon .brandlist li .pic{
	padding-left: 0.6rem;
	padding-top: 0;
	width: 1.07rem;
	height: 0.67rem;
	float: left;
}
.popbrandbox .popcon .brandscon .brandlist li .pic img{
	width: 1.07rem;
	height: 0.67rem;
	float: left;
}
.popbrandbox .popcon .brandscon .brandlist li .name{
	padding-left: 0.21rem;
	width: auto;
	height: 1.16rem;
	line-height:1.16rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
	box-sizing: border-box;
    display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow:hidden;
}
.wrapper .probox2{
	padding-top: 0.27rem;
	width: 100%;
	height: auto;
	display: block;
}
.swiper_detail {
	width: 100%;
    height: auto;
    float: left;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 0;
}        
.swiper_detail .swiper-slide {
	width: 100%;
    height: auto;
    text-align: center;
}
.swiper_detail .swiper-slide img{
	width: 100%;
    height: auto;
}
.swiper_detail .swiper_pagination{
	padding:0 0.36rem;
	width: auto;
    height: 0.51rem;
    line-height: 0.51rem;
    font-size: 0.33rem;
    color: #fff;
    background: rgba(221,221,221,0.8);
    text-align: center;
    position: absolute;
    right: 0.35rem;
    bottom: 0.27rem;
    z-index: 1;
    border-radius: 0.51rem;
}
.swiper_detail .share{
	width: 0.92rem;
    height: 0.92rem;
    position: absolute;
    right: 0.39rem;
    top: 0.32rem;
    z-index: 10;
}
.swiper_detail .share img{
	width: 0.92rem;
    height: 0.92rem;
}
.wrapper .probox2 .protitle{	
	width: 100%;
	height: auto;
	float: left;
	background: #fff;	
    position:relative;
}
.wrapper .probox2 .protitle .title{
	padding: 0.25rem 0.36rem;
	width: 100%;
	height: auto;
	line-height: 0.6rem;
	color: #222;
	font-size: 0.4rem;
	float: left;
	font-weight: bold;
	box-sizing: border-box;
} 
.wrapper .probox2 .protitle .code{
	padding:0 0.36rem;
	width: 100%;
	height: 0.64rem;
	line-height: 0.6rem;
	color: #999;
	font-size: 0.33rem;
	float: left;
	box-sizing: border-box;
}
.wrapper .probox2 .protitle .price{
        width: 100%;
        height: 1.67rem;
        float: left;
        
    }
    
.wrapper .probox2 .protitle .price .item {
        padding: 0 0.36rem;
        height: 1.67rem;
        line-height: 1.67rem;
        text-align: center;
        font-size: 0.93rem;
        color: #666;
        font-weight: bold;
        color: #666;
        float: left;
    }
.gift {
    float: left;
    position: absolute;
    right: 0;
    bottom: 15px;
    padding: 0.25rem 0.36rem;
}
.btnGift {
      
    text-align: center;
    color: #f6ab00;
    font-size: 14px;
    font-weight: bold;
    float: left;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}
.wrapper .probox2 .protitle .price .item:first-child {
        border-left: none;
    }     
.wrapper .probox2 .protitle .price .item .yen{
        font-size: 0.93rem;
        color: #666;
        font-weight: normal;
    }
.wrapper .probox2 .protitle .price .item.now{
	color: #ff0000;
}
.wrapper .probox2 .protitle .price .item.now .yen{
	color: #ff0000;
}
.wrapper .probox2 .protitle .unit{
        width: 100%;
        height: 0.67rem;
        display: -moz-box;
        display: -webkit-box;
        display: -o-box;
        display: box;
    }
.wrapper .probox2 .protitle .unit .item{
        height: 0.8rem;
        line-height: 0.8rem;
        text-align: center;
        color: #000;
        font-size: 0.33rem;
        -webkit-box-flex: 1;
    }
.wrapper .probox2 .cost{
	padding-top: 0.27rem;
	width: 100%;
	height: auto;
	float:left;
	overflow: hidden;
} 
.wrapper .probox2 .cost .cost1{
	padding:0.67rem 0.27rem; 
	width: 100%;
	height: auto;
	float:left;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.wrapper .probox2 .cost .cost1 .title{
	width: 100%;
	height: 0.75rem;
	color: #222;
	font-size: 0.4rem;
	font-weight: bold;
	float:left;
}
.wrapper .probox2 .cost .cost1 .coscon{
	padding-right: 1.2rem;
	width: 100%;
	height: auto;
	line-height: 0.51rem;
	color: #222;
	font-size: 0.4rem;
	float:left;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.wrapper .probox2 .cost .cost1 .coscon .title1{
	width: 100% ;
	height: auto;
	line-height: 0.51rem;
	color: #999;
	font-size: 0.33rem;
	float:left;
}
.wrapper .probox2 .cost .cost1 .coscon .detail{
	width: 100%;
	height: auto;
	line-height: 0.51rem;
	color: #222;
	font-size: 0.33rem;
	float:left;
	overflow: hidden;
}
.wrapper .probox2 .cost .cost1 .coscon:after{
	content: '';
    width: 0.31rem;
    height: 0.31rem;
    position: absolute;
    right: 0.13rem;
    top: 50%;
    transform: translate(0, -50%);
    border-left: 0.04rem solid #222;
    border-top: 0.04rem solid #222;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);

}
.wrapper .probox2 .colorbox{
	padding-top: 0.27rem;
	width: 100%;
	height: auto;
	float:left;
} 
.wrapper .probox2 .colorbox .colorbox1{
	padding:0.67rem 0.27rem; 
	width: 100%;
	height: auto;
	float:left;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.wrapper .probox2 .colorbox .colorbox1 .title{
	width: 100%;
	height: 0.75rem;
	color: #222;
	font-size: 0.4rem;
	font-weight: bold;
	float:left;
	position: relative;
	z-index: 0;
}
.wrapper .probox2 .colorbox .colorbox1 .colorcon{
	padding-right: 1.2rem;
	width: 100%;
	height: auto;
	line-height: 0.51rem;
	color: #222;
	font-size: 0.4rem;
	float:left;
	box-sizing: border-box;	
}
.wrapper .probox2 .colorbox .colorbox1:after{
	content: '';
    width: 0.31rem;
    height: 0.31rem;
    position: absolute;
    right: 0.37rem;
    top: 50%;
    transform: translate(0, -50%);
    border-left: 0.04rem solid #222;
    border-top: 0.04rem solid #222;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);

}
.wrapper .probox2 .descriptionbox{
	padding-top: 0.27rem;
	width: 100%;
	height: auto;
	float: left;
}
.wrapper .probox2 .descriptionbox .descriptionbox1{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
}
.wrapper .probox2 .descriptionbox .descriptionbox1 .title{
	padding:0 0.56rem 0 0.36rem;
	width: 100%;
	height: 1.44rem;
	line-height: 1.44rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #222;
	float: left;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
/*.wrapper .probox2 .descriptionbox .descriptionbox1 .title:after{
	content: '';
    width: 0.31rem;
    height: 0.31rem;
    position: absolute;
    right: 0.37rem;
    top: 0.53rem;
    border-left: 0.04rem solid #222;
    border-top: 0.04rem solid #222;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);

}*/
.wrapper .probox2 .descriptionbox .descriptionbox1 .title.now:after{
	content: '';
    width: 0.31rem;
    height: 0.31rem;
    position: absolute;
    right: 0.37rem;
    top: 0.53rem;
    border-left: 0.04rem solid #222;
    border-top: 0.04rem solid #222;
    transform: rotate(-135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);

}
.wrapper .probox2 .descriptionbox .descriptionbox1 .descriptioncon{
	padding:0 0.36rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.wrapper .probox2 .descriptionbox .descriptionbox1 .descriptioncon .dtable{
	padding-top: 1px;
	width: 100%;
	height: auto;
	float: left;
}
.wrapper .probox2 .descriptionbox .descriptionbox1 .descriptioncon .dtable li{
	width: 100%;
	height: 0.67rem;
	float: left;
	background: #f7f7ff;
}
.wrapper .probox2 .descriptionbox .descriptionbox1 .descriptioncon .dtable li:nth-child(2n+0){
	background: #fff;
}
.wrapper .probox2 .descriptionbox .descriptionbox1 .descriptioncon .dtable li .detail{
	width: 50%;
	height: 0.67rem;
	line-height: 0.67rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
}
.wrapper .probox2 .descriptionbox .descriptionbox1 .descriptioncon .detail1{
	padding:0.27rem 0;
	width: 100%;
	height: auto;
	line-height: 0.48rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
	overflow: hidden;
}
.reviewsbox{
	padding-top: 0.27rem;
	width: 100%;
	height: auto;
	float: left;
}
.reviewsbox .reviewsbox1{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
}
.reviewsbox .reviewsbox1 .title{
	padding:0 0.36rem;
	width: 100%;
	height: 1.47rem;
	float: left;
	border-bottom:1px solid #e8e8e8;
	box-sizing: border-box;
}
.reviewsbox .reviewsbox1 .title .title1{
	width: auto;
	height: 1.47rem;
	line-height: 1.47rem;
	font-size: 0.4rem;
	color: #222;
	float: left;
	font-weight: bold;
}
.reviewsbox .reviewsbox1 .title .starbox{
	padding-top: 0.56rem;
	width: auto;
	height: 0.44rem;
	float: right;
}
.star{
	width: 2.93rem;
	height: 0.44rem;
	float: left;
	background: url(../images/star.png) repeat-x left center;
	background-size: auto 100%;
	overflow: hidden;
}
.star .starnow{
	width: 100%;
	height: 0.44rem;
	float: left;
	background: url(../images/star_2.png) repeat-x left center;
	background-size: auto 100%;
}
.reviewsbox .reviewsbox1 .reviewslist{
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.reviewsbox .reviewsbox1 .reviewslist li{
	padding: 0.27rem 0.36rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	border-bottom:1px solid #e8e8e8;
}
.reviewsbox .reviewsbox1 .reviewslist li .user{
	width: 100%;
	height: 0.48rem;
	float: left;
}
.reviewsbox .reviewsbox1 .reviewslist li .user .name{
	width: auto;
	height: 0.48rem;
	line-height: 0.48rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
}
.reviewsbox .reviewsbox1 .reviewslist li .user .starbox{
	width: auto;
	height: 0.48rem;
	float: right;
}
.reviewsbox .reviewsbox1 .reviewslist li .user .starbox .starbox1{
	padding-top: 0.15rem;
	width: auto;
	height: 0.2rem;
	float: left;
}
.reviewsbox .reviewsbox1 .reviewslist li .user .starbox .starbox1 .star{
	width: 1.27rem;
	height:0.19rem;
	float: left;
	background: url(../images/star.png) repeat-x left center;
	background-size: auto 100%;
}
.reviewsbox .reviewsbox1 .reviewslist li .user .starbox .starbox1 .starnow{
	width: 100%;
	height: 0.19rem;
	float: left;
	background: url(../images/star_2.png) repeat-x left center;
	background-size: auto 100%;
}
.reviewsbox .reviewsbox1 .reviewslist li .user .starbox .time{
	padding-left: 0.27rem;
	width: auto;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.27rem;
	color: #999;
	float: left;
}
.reviewsbox .reviewsbox1 .reviewslist li .detail{
	width: 100%;
	height: auto;
	min-height: 0.93rem;
	line-height: 0.47rem;
	color: #999;
	font-size: 0.33rem;
	float: left;
}
.reviewsbox .reviewsbox1 .reviewslist li.add .detail{
	width: 100%;
	height: 0.93rem;
	line-height: 0.47rem;
	color: #999;
	font-size: 0.33rem;
	float: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.reviewsbox .reviewsbox1 .listmore{
	width: 100%;
	height: 0.76rem;
	line-height: 0.76rem;
	text-align: center;
	font-size: 0.27rem;
	color: #999;
	float: left;
}
.wrapper .probox2 .probox3{
	padding-top: 0.27rem;
	width: 100%;
	height: auto;
	float: left;
}
.wrapper .probox2 .probox3 .title1{
	width: 100%;
	height: 1.47rem;
	line-height: 1.47rem;
	font-weight: bold;
	float: left;
	font-size: 0.4rem;
	color: #222;
	padding:0 0.27rem;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.wrapper .probox2 .prolist{
	padding-top: 0;
	background: none;
}
.wrapper .adderbox{
	padding-top: 0.27rem;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .adderbox .shippingbox{
	padding: 0.28rem 0.47rem;
	width:100%;
	height: auto;
	float: left;
	background: #fff;
	box-sizing: border-box;
}
.wrapper .adderbox .shippingbox .title{
	padding-top: 0.33rem;
	width:100%;
	height: 0.52rem;
	color: #999;
	font-size:0.27rem;
	float: left;
}
.wrapper .adderbox .shippingbox .title .imp{
	color: #f6ab00;
}
.wrapper .adderbox .shippingbox .inputbox{
	padding-top: 0.27rem;
	width:100%;
	height: 0.5rem;
	line-height:0.35rem;
	font-size:0.33rem;
	color: #000;
	float: left;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 0;
}
.wrapper .adderbox .shippingbox .inputbox input{
	width:100%;
	height: 0.5rem;
	line-height:0.35rem;
	font-size:0.33rem;
	color: #000;
	float: left;
	border:none;
	background: none;
}
.wrapper .adderbox .shippingbox .inputbox:after{
	content: '';
    width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    right: 0.19rem;
    top: 0.24rem;
    border-left: 0.02rem solid #2c2c2c;
    border-top: 0.02rem solid #2c2c2c;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.wrapper .adderbox .addrlist{
	margin:0.27rem 0;
	padding: 0.28rem 0.47rem;
	width:100%;
	height: auto;
	float: left;
	background: #fff;
	box-sizing: border-box;
}
.wrapper .adderbox .addrlist li{
	width:100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 0;
}
.wrapper .adderbox .addrlist li .title{
	padding-top: 0.33rem;
	width:100%;
	height: 0.32rem;
	color: #999;
	font-size:0.27rem;
	float: left;
}
.wrapper .adderbox .addrlist li .title .imp{
	color: #f6ab00;
}
.wrapper .adderbox .addrlist li .inputbox{
	padding-top: 0.27rem;
	width:100%;
	height: 0.5rem;
	line-height:0.5rem;
	font-size:0.33rem;
	color: #000;
	float: left;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.wrapper .adderbox .addrlist li.gj .inputbox:after,.wrapper .adderbox .addrlist li.adder .inputbox:after{
	content: '';
    width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    right: 0.19rem;
    top: 0.24rem;
    border-left: 0.02rem solid #2c2c2c;
    border-top: 0.02rem solid #2c2c2c;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.wrapper .adderbox .addrlist li .inputbox input{
	width:100%;
	height: 0.44rem;
	line-height:0.35rem;
	font-size:0.33rem;
	color: #000;
	float: left;
	border: none;
	background: none;
	position: relative;
	z-index: 0;
}
.wrapper .adderbox .addrlist li .inputbox1{
	margin-top: 0.15rem;
	width:100%;
	height: 1.93rem;
	float: left;
	border: 1px solid #ddd;
	position: relative;
	z-index: 0;
}
.wrapper .adderbox .addrlist li .inputbox1 textarea{
	padding:0.13rem;
	width:100%;
	height: 1.93rem;
	line-height:0.37rem;
	font-size:0.33rem;
	color: #000;
	font-size:;
	float: left;
	border: none;
	background: none;
	box-sizing: border-box;
}

.wrapper .adderbox .addrlist li.adder{
	z-index: 20;
}
.wrapper .adderbox .addrlist li.adder .inputbox{
	height: 0.77rem;
	padding-right: 0.3rem;
	box-sizing: border-box;
	overflow: hidden;
}
.wrapper .adderbox .addrlist li.adder .list{
	width:100%;
	height: auto;
	border:1px solid #ddd;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 1.39rem;
	background: #fff;
	z-index: 20;
	display: none;
}
.wrapper .adderbox .addrlist li.adder .list li{
	padding:0 0.27rem;
	width:100%;
	height: 1rem;
	line-height:1rem;
	font-size: 0.33rem;
	color: #222;
	border-bottom:1px solid #ddd;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
.wrapper .adderbox .adderlist1{
	padding:0.17rem;
	width:100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.wrapper .adderbox .adderlist1 .adderlist2{
	padding-bottom:0.17rem;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .adderbox .adderlist1 .adderlist2 .title{
	width:100%;
	height: 1.11rem;
	float: left;
	background: url(../images/line3.png) repeat-x bottom #fcfcfc;
	border-radius: 0.11rem 0.11rem 0 0;
}
.wrapper .adderbox .adderlist1 .adderlist2 .title.now{
	background: url(../images/line3.png) repeat-x bottom #ffd880;
}
.wrapper .adderbox .adderlist1 .adderlist2 .title .title1{
	padding-left: 0.87rem;
	width:auto;
	height: 1.11rem;
	line-height:1.11rem;
	color: #000;
	font-size: 0.4rem;
	float: left;
	background: url(../images/icon_adder.png) no-repeat 0.2rem center;
	background-size: 0.55rem auto;
	border-radius: 0.11rem 0.11rem 0 0;
}
.wrapper .adderbox .adderlist1 .adderlist2 .title .inputbox{
	padding:0.37rem 0 0 0.31rem;
	width:auto;
	height: 0.73rem;
	float: left;
}
.wrapper .adderbox .adderlist1 .adderlist2 .title.now .inputbox{
	display: none;
}
.wrapper .adderbox .adderlist1 .adderlist2 .title .btn{
	padding-right: 0.41rem;
	width:auto;
	height: 1.11rem;
	float: right;
}
.wrapper .adderbox .adderlist1 .adderlist2 .title .btn li{
	padding-top: 0.35rem;
	padding-left:0.77rem;
	width:auto;
	height: 0.76rem;
	float: left;
}
.wrapper .adderbox .adderlist1 .adderlist2 .title .btn li img{
	width:auto;
	height: 0.43rem;
	float:left;
}
.wrapper .adderbox .adderlist1 .adderlist2 .detail{
	padding:0.2rem;
	width:100%;
	height: auto;
	line-height:0.93rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
	background: #fff;
	border-radius:0 0 0.11rem 0.11rem;
	box-sizing: border-box;
}
.footercart{
	width: 100%;
	height: 1.47rem;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	background: #f6ab00;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footercart .cartbtn{
	height: 1.47rem;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.footercart .cartbtn input{
	width:100%;
    height: 1.47rem;
	line-height: 1.47rem;
	text-align: center;
	font-size: 0.4rem;
	color: #fff;
	font-weight: bold;
	background: none;
    border:none;
	}
.footercart .cartbtn a{
	width: 100%;
	height: 1.47rem;
	line-height: 1.47rem;
	text-align: center;
	font-size: 0.4rem;
	color: #fff;
	font-weight: bold;
	background: none;
	border:none;
	float: left;
}
.footercart .btnbox{
	width: auto;
	height: 1.47rem;
	display: inline-block;
	background: #fff;
}
.footercart .btnbox .btn{
	width: 1.41rem;
	height: 1.41rem;
	line-height: 1.41rem;
	font-size: 0.67rem;
	color: #222;
	text-align: center;
	float: left;
	border:1px solid #999;
	background: #fff;
}
.footercart .btnbox .inputbox{
	width: 2.12rem;
	height: 1.41rem;
	line-height: 1.41rem;
	font-size: 0.67rem;
	color: #222;
	text-align: center;
	float: left;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background: #fff;
}
.footercart .btnbox .inputbox input{
	width: 2.12rem;
	height: 1.41rem;
	line-height: 1.41rem;
	font-size: 0.4rem;
	color: #222;
	text-align: center;
	float: left;
	border:none;
	background: none;
}
.spinnerend {
  width: 100%;
  height: 1.8rem;
  text-align:center;
  line-height:1.18rem;
  font-size: 0.37rem;
	color: #555;
  float: left;
  text-align: center;
}
.spinner {
  width: 100%;
  height: 1.8rem;
  float: left;
  text-align: center;
}
 
.spinner > div {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #f6ab00;
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.popcostbg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0,0,0,0.6);
	display: none;
}
.popcost{
	display: none;
	width: 100%;
	height: auto;
	background: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 101;
}
.popcost .title{
	padding-top: 0.28rem;
	width: 100%;
	height: 0.92rem;
	line-height: 0.92rem;
	text-align: center;
	color: #000;
	font-size: 0.4rem;
	font-weight: bold;
	float: left;
	position: relative;
}
.popcost .title .close{
	width: 0.59rem;
	height: 0.59rem;
	position: absolute;
	right: 0.23rem;
	top: 0.28rem;
}
.popcost .title .close img{
	width: 0.59rem;
	height: 0.59rem;
}
.popcost .popcostcon{
	padding: 1.03rem 0.51rem 0.45rem 0.51rem;
	width: 100%;
	height: auto;
	float: left;
	background: url(../images/line1.gif) repeat-x bottom;
	box-sizing: border-box;
}
.popcost .popcostcon li{
	width: 100%;
	height: 0.97rem;
	float: left;
}
.popcost .popcostcon li{
	width: 100%;
	height: 0.97rem;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.popcost .popcostcon li .tit{
	width: 2.93rem;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #000;
	font-size: 0.4rem;
    float:left;	
}
.popcost .popcostcon li .inputbox{
	height: 0.76rem;
	-webkit-box-flex: 1;
	border:1px solid #999;
	position: relative;
    display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    
}
.popcost .popcostcon li .inputbox:after{
	content: '';
    width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    right: 0.19rem;
    top: 0.24rem;
    border-left: 0.02rem solid #8d8d8d;
    border-top: 0.02rem solid #8d8d8d;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.popcost .popcostcon li .inputbox .flag{
	padding:0.05rem 0 0 0.2rem;
	width: 1.41rem;
	height: 0.76rem;
	float: left;
	box-sizing: border-box;
}
.popcost .popcostcon li .inputbox .flag img{
	width: 1.07rem;
	height: 0.67rem;
	float: left;
}
.popcost .popcostcon li .inputbox .name{
	height: 0.76rem;
	line-height: 0.76rem;
	font-size: 0.33rem;
	color: #000;
	float: left;
    overflow:hidden;
    display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.popcost .shipping{
	padding: 0.35rem 0.51rem 1.85rem 0.51rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.popcost .shipping .shippingtable{
	width: 100%;
	height: auto;
	float: left;
}
.popcost .shipping .shippingtable .tit{
	width: 100%;
	height: 1.07rem;
	float: left;
	background: #ddd;
}
.popcost .shipping .shippingtable .tit li{
	width: 50%;
	height: 1.07rem;
	line-height: 1.07rem;
	text-align: center;
	color: #222;
	font-size: 0.33rem;
	float: left;
}
.popcost .shipping .shippingtable .detail{
	width: 100%;
	height: auto;
	float: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
.popcost .shipping .shippingtable .detail li{
	width: 50%;
	height: 1.07rem;
	line-height: 1.07rem;
	text-align: center;
	color: #f6ab00;
	font-size: 0.33rem;
	float: left;
}
.popprobg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0,0,0,0.6);
	display: none;
}
.popprobox{
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 101;
	background: #fff;
	overflow: hidden;
	display: none;
}
.popprobox .title{
	width: 100%;
	height: 1.68rem;
	line-height:1.68rem;
	text-align: center;
	font-size: 0.4rem;
	color: #000;
	font-weight: bold;
	float: left;
	position: relative;
	z-index: 0;
}
.popprobox .title .close{
	width: 0.59rem;
	height: 0.59rem;
	position: absolute;
	right: 0.23rem;
	top: 0.28rem;
}
.popprobox .title .close img{
	width: 0.59rem;
	height: 0.59rem;
}
.popprobox .proinfo{
	padding:0 0.4rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.popprobox .proinfo .proinfo1{
	padding-bottom:0.4rem;
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #ddd;
}
.popprobox .proinfo .proinfo1 .pic{
	width: 34%;
	height: auto;
	float: left;
}
.popprobox .proinfo .proinfo1 .pic img{
	width: 100%;
	height: auto;
}
.popprobox .proinfo .proinfo1 .proinfo2{
	padding-left:0.35rem;
	width: 66%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.popprobox .proinfo .proinfo1 .proinfo2 .infotitle{
	width: 100%;
	height: auto;
	line-height:0.53rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
}
.popprobox .proinfo .proinfo1 .proinfo2 .price{
	width: 100%;
	height: auto;
	font-size: 0.4rem;
	color: #fe0000;
	float: left;
}
.popprobox .procon{
	padding-top:0.2rem;
	width: 100%;
	max-height: 4.2rem;
	float: left;
	overflow-y: auto;
}
.popprobox .procolor{
	padding:0 0.2rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.popprobox .procolor .colortitle{
	padding:0 0.2rem;	
	width: 100%;
	height: 0.65rem;
	color: #222;
	font-size: 0.4rem;
	font-weight: bold;
	float: left;
	box-sizing: border-box;
}
.popprobox .procolor .colorlist{
	padding-bottom: 0.27rem;
	width: 100%;
	height: auto;
	float: left;
}
.popprobox .procolor .colorlist li{
	padding:0 0.2rem 0.27rem 0.2rem;
	width: auto;
	height: 0.64rem;
	float: left;
}
.popprobox .procolor .colorlist li a{
	padding:0 0.36rem;
	width: auto;
	height: 0.64rem;
	line-height: 0.64rem;
	font-size: 0.33rem;
	color: #666;
	float: left;
	border:1px solid #222;
	border-radius: 3px;
}
.popprobox .procolor .colorlist li.now a{
	color: #f6ab00;
	border:1px solid #f6ab00;
}
.popprobox .procolor .colorlist li.end a{
	color: #222;
	border:1px solid #ddd;
	background: #f2f1f1;
}
.popprobox .quantity{
	padding:0 0.4rem 0.8rem 0.4rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.popprobox .quantity .quantitytitle{
	width: 100%;
	height: 0.65rem;
	color: #222;
	font-size: 0.4rem;
	font-weight: bold;
	float: left;
}
.popprobox .quantity .quantitycon{
	width: 100%;
	height: 1.07rem;
	float: left;
}
.popprobox .quantity .quantitycon .btnbox{
	width: auto;
	height: 1.07rem;
	float:left;
}
.popprobox .quantity .quantitycon .btnbox .btn{
	width: 1.0rem;
	height: 1.0rem;
	line-height: 1.0rem;
	font-size: 0.67rem;
	color: #222;
	text-align: center;
	float: left;
	border:1px solid #999;
	background: #fff;
}
.popprobox .quantity .quantitycon .btnbox .inputbox{
	width: 1.77rem;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.67rem;
	color: #222;
	text-align: center;
	float: left;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background: #fff;
}
.popprobox .quantity .quantitycon .btnbox .inputbox input{
	width: 1.77rem;
	height: 1rem;
	line-height: 1rem;
	font-size: 0.4rem;
	color: #222;
	text-align: center;
	float: left;
	border:none;
	background: none;
}
.popprobox .quantity .quantitycon .instock{
	padding-left: 0.28rem;
	width: auto;
	height: 1.07rem;
	line-height:1.07rem;
	color: #666;
	font-size: 0.27rem;
	float:left;
}
.popprobox .cartbox{
	width: 100%;
	height: 1.47rem;
	float: left;
}
.popprobox .cartbtn{
	width: 50%;
	height: 1.47rem;
	float: left;
	background: #f6ab00;
}
.popprobox .cartbtn input{
	width: 100%;
	height: 1.47rem;
	line-height:1.47rem;
	text-align: center;
	font-size: 0.4rem;
	color: #fff;
	font-weight: bold;
	float: left;
	background: none;
	border:none;
}

.wrapper .cartbox{
	padding:0.25rem 0;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .cartbox .carttitle{
	padding-left: 0.15rem;
	width:100%;
	height: 1.12rem;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.wrapper .cartbox .carttitle .checkbox{
	padding-top: 0.3rem;
	width:0.72rem;
	height: 0.51rem;
	float: left;
}
.wrapper .cartbox .carttitle  input{
	float: left;
}
.wrapper .cartbox .carttitle .label{
	width:auto;
	height: 1.12rem;
	float: left;
}
.wrapper .cartbox .carttitle .label label{
	padding-left: 0.21rem;
	width:auto;
	height: 1.12rem;
	line-height:1.12rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
}
.wrapper .cartbox .carttitle .delete{
	padding:0.28rem 0.4rem 0 0;
	width:auto;
	height: 1.12rem;
	float: right;
	box-sizing: border-box;
}
.wrapper .cartbox .carttitle .delete img{
	width:auto;
	height: 0.51rem;
    float:left;
}
.wrapper .cartbox .adderorderbox{
	padding-bottom: 0.27rem;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .cartbox .adderorderbox .adderorder{
	padding:0.35rem 0 1.2rem 1.39rem;
	width:100%;
	height: auto;
	float: left;
	background:url(../images/addericon.gif) no-repeat 0.44rem 0.33rem #fff;
	background-size: 0.43rem auto;
	box-sizing: border-box;
}
.wrapper .cartbox .adderorderbox .adderorder .consignee{
	width:100%;
	height: auto;
	line-height:0.48rem;
	font-size: 0.4rem;
	color: #222;
	float: left;
}
.wrapper .cartbox .adderorderbox .adderorder .forform{
	padding-top: 0.53rem;
	width:100%;
	height: auto;
	line-height:0.48rem;
	font-size: 0.33rem;
	color: #666;
	float: left;
}
.cartlist{
	width:100%;
	height: auto;
	float: left;
	background: #fff;
}
.cartlist li{
	padding:0.4rem 0.15rem;
	width:100%;
	height: auto;
	float: left;
	box-sizing: border-box;	
	display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box;
    -webkit-box-flex: 1; 
}
.cartlist li .picbox{
	width:auto;
	height:auto;
	display: inline-block;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.cartlist li .picbox .checkbox{
	width:0.65rem;
	height: 0.51rem;
	display: inline-block;
}
.cartlist li .picbox .checkbox input{
    float:left;
}
.cartlist li .picbox .pic{
	padding-right: 0.21rem;
	width:2.67rem;
	height: auto;
	display: inline-block;
}
.cartlist li .pic img{
	width:2.67rem;
	height: auto;
}
.cartlist li .detail{
	height: auto;
	-webkit-box-flex: 1;
}
.cartlist li .detail .title{
	width:100%;
	height: auto;
	float: left;
}
.cartlist li .detail .title a{
	width:100%;
	max-height: 0.93rem;
	line-height:0.47rem;
	color: #222;
	font-size:0.33rem;
	overflow: hidden;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cartlist li .detail .colorbox1{
	padding:0.4rem 0;
	width:100%;
	height: 0.4rem;
	line-height:0.4rem;
	color: #999;
	font-size: 0.33rem;
	float: left;
	overflow: hidden;
}
.cartlist li .detail .colorbox{
	padding:0.4rem 0;
	width:100%;
	height: auto;
	float: left;
}
.cartlist li .detail .colorbox .colorlist1{
	padding:0 0.13rem;
	width:auto;
	height: 0.4rem;
	line-height:0.4rem;
	color: #000;
	font-size:0.27rem;
	background: #ddd;
	float: left;
	position: relative;
	z-index: 0;
	border-radius: 0.07rem;
	box-sizing: border-box;
	overflow: hidden;
}
.cartlist li .detail .colorbox .colorlist{
	padding:0 0 0 0.19rem;
	width:auto;
	height: auto;
	background: #ddd;
	float: left;
	position: relative;
	z-index: 0;
	border-radius: 0.07rem;
	box-sizing: border-box;
}
.cartlist li .detail .colorbox .colorlist:after{
	content: '';
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    right: 0.16rem;
    top: 0.06rem;
    border-left: 0.03rem solid #222;
    border-top: 0.03rem solid #222;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.cartlist li .detail .colorbox .colorlist .tit{
	padding-right: 0.61rem;
	width:100%;
	height: 0.4rem;
	line-height:0.4rem;
	color: #000;
	font-size:0.27rem;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
.cartlist li .detail .colorbox .colorlist .list{
	/*padding:0.61rem;*/
	width:100%;
	height: auto;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 0.3rem;
	z-index: 0;
	border-radius: 0.07rem;
	box-sizing: border-box;
	display: none;
}
.cartlist li .detail .colorbox .colorlist .list span{
	padding:0.13rem 0.15rem;
	width:100%;
	height: auto;
	line-height:0.43rem;
	font-size:0.33rem;
	color: #000;
	float: left;
	box-sizing: border-box;
}
.cartlist li .detail .numberbox{
	width:100%;
	height: 0.6rem;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; 
}
.cartlist li .detail .money{
	width:auto;
	height: 0.6rem;
	line-height:0.6rem;
	font-size:0.4rem;
	color:#f6ab00;
    display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.cartlist li .detail .money1{
	width:auto;
	height: 0.6rem;
	line-height:0.6rem;
    display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.cartlist li .detail .money1 .money2{
	color: #222;
	font-size:0.4rem;
	float: left;
}
.cartlist li .detail .money1 .instock{
	padding-left: 0.39rem;
	color: #666;
	font-size:0.27rem;
	float: left;
}
.cartlist li .detail .addcart{
	width:auto;
	height: 0.6rem;
	line-height:0.6rem;
	font-size:0.27rem;
	color: #e77800;
	float:left;
	text-align: right;
}
.cartlist li .detail .money .number{
	font-size: 0.33rem;
	color: #222;
}
.cartlist li .detail .btnbox1{
	width: auto;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.33rem;
	color: #222;
	text-align: right;
	display: inline-block;
	background: #fff;
}
.cartlist li .detail .review{
	width: auto;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.27rem;
	color: #222;
	text-align: right;
	display: inline-block;
	background: #fff;
}
.cartlist li .detail .review a{
	padding-right: 0.53rem;
	width: auto;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.27rem;
	color: #222;
	text-align: right;
	display: inline-block;
	background:url(../images/review.gif) no-repeat right center;
	background-size: auto 0.35rem;
}
.cartlist li .detail .numberbox .btnbox{
	width: auto;
	height: 0.6rem;
	display: inline-block;
	background: #fff;
}
.cartlist li .detail .numberbox .btnbox .btn{
	width: 0.72rem;
	height: 0.53rem;
	line-height: 0.53rem;
	font-size: 0.4rem;
	color: #222;
	text-align: center;
	float: left;
	border:1px solid #ddd;
	background: #fff;
}
 .cartlist li .detail .numberbox .btnbox .inputbox{
	width: 0.77rem;
	height: 0.53rem;
	line-height: 0.53rem;
	font-size: 0.33rem;
	color: #222;
	text-align: center;
	float: left;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background: #fff;
}
.cartlist li .detail .numberbox .btnbox .inputbox input{
	width: 0.77rem;
	height: 0.53rem;
	line-height: 0.53rem;
	font-size: 0.33rem;
	color: #222;
	text-align: center;
	float: left;
	border:none;
	background: none;
}

.wrapper .cartbox .title1{
	width: 100%;
	height: 1.47rem;
	line-height: 1.47rem;
	font-weight: bold;
	float: left;
	font-size: 0.4rem;
	color: #222;
	padding:0 0.27rem;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.wrapper .cartbox input[type="checkbox"]{
	vertical-align:middle;
	width: 0.51rem;
	height: 0.51rem;
	display:inline-block;
	-webkit-appearance: none;
	background:url(../images/checkbox.gif) no-repeat left top;
	background-size: 100% auto;
	border: none;
	cursor:pointer;
	transition: all .2s;
    -webkit-transition: all .2s;
}
.wrapper .cartbox input[type="checkbox"]:checked{
	-webkit-appearance: none;
	background: url(../images/checkbox_2.gif) no-repeat;
	background-size: 100% auto;
	border: none;
	transition: all .2s;
    -webkit-transition: all .2s;
}
.wrapper .cartbox .nocart{
	padding-bottom: 0.27rem;
	width:100%;
	height: auto;
	float:left;
}
.wrapper .cartbox .nocart .nocart1{
	padding:1.27rem 0;
	width:100%;
	height: auto;
	float:left;
	background: #fff;
}
.wrapper .cartbox .nocart .nocart1 .pic{
	width:100%;
	height: auto;
	text-align: center;
	float:left;
}
.wrapper .cartbox .nocart .nocart1 .pic img{
	width:auto;
	height: 3.28rem;
}
.wrapper .cartbox .nocart .nocart1 .goshpping{
	padding-top: 0.67rem;
	width:100%;
	height: auto;
	text-align: center;
	float:left;
}
.wrapper .cartbox .nocart .nocart1 .goshpping a{
	padding:0.16rem 0.6rem;
	width:3.36rem;
	height: auto;
	font-size:0.4rem;
	color: #fff;
	background: #f6ab00;
	overflow: hidden;
	border-radius: 0.13rem;
}
.cartfooter{
	width:100%;
	height: 1.47rem;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box; 
    border-top: 1px solid #ddd;   
}
.cartfooter .orderprice{
	padding-left: 0.2rem;
	width:auto;
	height: 1.47rem;
	line-height:1.47rem;
	-webkit-box-flex: 1;	
}
.cartfooter .orderprice .title{
	width:auto;
	height: 1.47rem;
	line-height:1.47rem;
	font-size: 0.27rem;
	color: #222;
	float:left;
}
.cartfooter .orderprice .orderprice1{
	padding-left: 0.29rem;
	width:auto;
	height: 1.47rem;
	line-height:1.47rem;
	font-size: 0.64rem;
	font-weight: bold;
	color: #f6ab00;
	float:left;
}
.cartfooter .orderprice .ordertitle{
	padding-top: 0.27rem;
	width:auto;
	height:0.71rem;
	float:left;
	line-height:0.71rem;	
}
.cartfooter .orderprice .tips{
	width:100%;
	height:0.35rem;
	line-height:0.35rem;
	text-align: center;
	font-size: 0.27rem;
	color: #999;
	float:left;	
}
.cartfooter .orderprice .ordertitle .tit{
	padding-left: 0.49rem;
	height:0.71rem;
	font-size: 0.4rem;
	color: #f6ab00;
	font-weight: bold;
	display: inline-block;
	background: url(../images/dowan.gif) no-repeat left center;
	background-size: 0.41rem auto;
}
.cartfooter .orderprice .ordertitle .price{	
	font-size: 0.64rem;
	color: #f6ab00;
	font-weight: bold;
	display: inline-block;
}
.cartfooter .cartbtn{
	width: 3.91rem;
	height: 1.47rem;
	display: inline-block;
	background: #f6ab00;
}
.cartfooter .cartbtn input{
	width: 100%;
	height: 1.47rem;
	line-height: 1.47rem;
	text-align: center;
	font-size: 0.4rem;
	color: #fff;
	font-weight: bold;
	background: none;
	border:none;
}
.cartfooter .cartbtn a{
	width: 100%;
	height: 1.47rem;
	line-height: 1.47rem;
	text-align: center;
	font-size: 0.4rem;
	color: #fff;
	font-weight: bold;
	background: none;
	border:none;
    float:left;
}

.popadderbg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 101;
	display: none;
}
.popadderbox{
	width: 76%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 102;
	display: none;
}
.popadderbox .popcon{
	width: 100%;
	height: 100%;
	float: left;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}
.popadderbox .popcon .poptitle1{
	padding-left: 0.6rem;
	width: 100%;
	height: 1.28rem;
	line-height: 1.28rem;
	font-size: 0.4rem;
	color: #000;
	font-weight: bold;
	background: #fff;
	box-sizing: border-box;
	float: left;
	position: relative;
	z-index: 0;
	border-bottom: 1px solid #ddd;
}
.popadderbox .popcon .poptitle1 .close{
	width: 0.59rem;
	height: 0.59rem;
	position: absolute;
	right: 0.23rem;
	top: 0.38rem;
}
.popadderbox .popcon .poptitle1 .close img{
	width: 0.59rem;
	height: 0.59rem;
}
.popadderbox .popcon .poplist{
	padding:0 0.6rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.popadderbox .popcon .poplist li{
	padding:0.4rem 0;
	width: 100%;
	height: auto;
	line-height:0.53rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.wrapper .cartbox .paypalbox{
	padding-top: 0.27rem;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .cartbox .paypalbox .paypalcon{
	padding: 0.4rem;
	width:100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	background: #fff;
}
.wrapper .cartbox .paypalbox .paypalcon .title{
	width:auto;
	height: auto;
	font-size: 0.4rem;
	font-weight: bold;
	color: #222;
	float: left;
}
.wrapper .cartbox .paypalbox .paypalcon .paylist{
	width:auto;
	height: auto;
	float: right;
}
.wrapper .cartbox .paypalbox .paypalcon .paylist li{
	padding:0;
	width:auto;
	height: 0.55rem;
	float: left;
}
.wrapper .cartbox .paypalbox .paypalcon .paylist li img{
	width:auto;
	height: 0.55rem;
	float: left;
}
.wrapper .cartbox .summarybox{
	padding-top: 0.27rem;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .cartbox .summarybox .summarycon{
	padding:0 0.4rem;
	width:100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	background: #fff;
}
.wrapper .cartbox .summarybox .summarycon .title{
	padding:0.32rem 0;
	width:100%;
	height: auto;
	font-size: 0.4rem;
	font-weight: bold;
	color: #222;
	float: left;
}
.wrapper .cartbox .summarybox .summarycon .summarylist{
	padding-bottom: 0.47rem;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .cartbox .summarybox .summarycon .summarylist li{
	width:100%;
	height: 0.48rem;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper .cartbox .summarybox .summarycon .summarylist li .tit{
	width:3.04rem;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.33rem;
	display:inline-block;
	color:#666;
}
.wrapper .cartbox .summarybox .summarycon .summarylist li .detail{
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0.33rem;
	color:#666;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.wrapper .passwordbox{
	padding-top: 0.08rem;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .passwordbox .passwordcon{
	padding:0 0.4rem;
	width:100%;
	height: auto;
	float: left;
	background:#fff;
	box-sizing: border-box;
}
.wrapper .passwordbox .passwordcon .title{
	width:100%;
	height: 1.25rem;
	line-height:1.25rem;
	color: #222;
	font-size: 0.33rem;
	float: left;
	background:url(../images/line3.png) repeat-x bottom;
	box-sizing: border-box;
}
.wrapper .passwordbox .passwordcon .passwordtable{
	padding-bottom: 0.67rem;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .passwordbox .passwordcon .passwordtable li{
	padding-top: 0.31rem;
	width:100%;
	height: auto;
	float: left;
}
.wrapper .passwordbox .passwordcon .passwordtable li .tit{
	width:100%;
	height: 0.39rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
}
.wrapper .passwordbox .passwordcon .passwordtable li .inputbox{
	width:100%;
	height: 0.78rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
	border-bottom: 1px solid #999;
}
.wrapper .passwordbox .passwordcon .passwordtable li .inputbox input{
	width:100%;
	height: 0.78rem;
	line-height: 0.48rem;
	font-size: 0.27rem;
	color: #222;
	float: left;
	border:none;
	background: none;
}
.userinfo{
	padding-top: 0.47rem;
	padding-bottom: 0.87rem;
	width:100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 0;
	background:#ffb100;
	background-size: 100% auto;
}
.userinfo:after{
	content: '';
	width:100%;
	height: 0.87rem;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
	background: url(../images/userbg.png) no-repeat left bottom;
	background-size: 100% auto;
}
.userinfo .infovip{
	margin-left: 0.69rem;
	padding-left:0.91rem;
	padding-top: 0.61rem;
	width:1.6rem;
	height: 1.6rem;
	font-size: 0.48rem;
	color: #fff;
	float: left;
	background: url(../images/vip.png) no-repeat center center #ffcc00;
	background-size: 0.71rem auto;
	border-radius: 1.6rem;
	box-sizing: border-box;
}
.userinfo .namebox{
	padding-left: 0.37rem;
	width:auto;
	height: auto;
	float: left;
}
.userinfo .namebox .name{
	padding: 0.37rem 0 0.17rem 0;
	width:100%;
	height: auto;
	font-size:  0.4rem;
	color: #222;
	float: left;
}
.userinfo .namebox .email{
	width:100%;
	height: auto;
	font-size:0.33rem;
	color: #222;
	float: left;
}
.userlist{
	padding: 0.27rem 0 0.8rem 0;
	width:100%;
	height: auto;
	float: left;
	background: #fff;
}
.userlist li{
	padding-top: 0.65rem;
	width:100%;
	height: auto;
	float: left;
}
.userlist li a.max{
	padding-left: 0.37rem;
	width:100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.userinfo .logo{
	padding-top: 0.45rem;
	padding-bottom: 0.48rem;
	width:100%;
	height: auto;
	text-align: center;
	float: left;
}
.userinfo .sign{
	padding-bottom: 0.08rem;
	width:100%;
	height: 0.67rem;
	text-align: center;
	float: left;
}
.userinfo .sign .sign1{
	width:auto;
	height: 0.67rem;
	display: inline-block;
}
.userinfo .sign a{
	margin: 0 0.48rem;
	width:2.29rem;
	height: 0.64rem;
    line-height:0.64rem;
	text-align: center;
	font-size:0.4rem;
	border:1px solid #242424;
	border-radius: 0.64rem;
	float: left;
    line-height: 0.54rem;
}
.userinfo .logo img{
	width:3.83rem;
	height: auto;
}
.userlist li a.max:after{
	content: '';
    width: 0.27rem;
    height: 0.27rem;
    position: absolute;
    right: 0.4rem;
    top: 0.12rem;
    border-left: 0.03rem solid #222;
    border-top: 0.03rem solid #222;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.userlist li.order a.max:after{
	display: none;
}
.userlist li a.max .icon{
	width:0.99rem;
	height: 0.53rem;
	float: left;
}
.userlist li a.max .icon img{
	width:auto;
	height: 0.53rem;
	float: left;
}
.userlist li a.max .title{
	width:auto;
	height: 0.53rem;
	line-height:0.53rem;
	font-size: 0.4rem;
	color: #222;
	float: left;
}
.userlist li .ordermenu{
	margin-top: 0.21rem;
	width:100%;
	height: 1.71rem;
	float: left;
	background: #f2f2f2;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.userlist li .ordermenu .list{
	height: 1.71rem;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
}
.userlist li .ordermenu .list .icon{
	padding-top:0.43rem;
	width: 100%;
	height: 0.53rem;
	text-align: center;
	float:left;
	box-sizing: border-box;
}
.userlist li .ordermenu .list .icon img{
	width: auto;
	height: 0.53rem;
}
.userlist li .ordermenu .list .icon .img{
	position: relative;
	z-index: 0;
}
.userlist li .ordermenu .list .icon .img .num{
	padding:0 0.13rem;
	position: absolute;
	left: 0.34rem;
	top: -0.3rem;
	z-index: 0;
	width: auto;
	height: 0.39rem;
	line-height:0.39rem;
	color: #fff;
	font-size: 0.27rem;
	background: #ffb100;
	border-radius: 0.39rem;
}
.userlist li .ordermenu .list .tit1{
	padding-top:0.48rem;
	width: 100%;
	height: 0.53rem;
	text-align: center;
	font-size: 0.27rem;
	color: #222;
	float:left;
	box-sizing: border-box;
}
.wrapper .orderbox{
	width: 100%;
	height: auto;
	float: left;
	border-top: 0.08rem solid #ddd;
}
.wrapper .orderbox .ordermenu{
	padding:0.33rem 0.21rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.wrapper .orderbox .ordermenu .ordermenu1{
	width: 100%;
	height: 0.72rem;
	float: left;
	border:1px solid #f6ab00;
	border-left:none;
	box-sizing: border-box;
	border-radius: 0.07rem;
	overflow: hidden;
}
.wrapper .orderbox .ordermenu .ordermenu1 li{
	width: 33.3%;
	height: 0.72rem;
	float: left;
}
.wrapper .orderbox .ordermenu .ordermenu1 li a{
	width: 100%;
	height: 0.72rem;
	line-height: 0.72rem;
	text-align: center;
	font-size: 0.33rem;
	color: #000;
	float: left;
	border-left:1px solid #f6ab00;
}
.wrapper .orderbox .ordermenu .ordermenu1 li a.now{
	background: #f6ab00;
}

.wrapper .orderbox .orderlist{
	padding: 0 0.21rem 0.33rem 0.21rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.wrapper .orderbox .orderlist ul{
	border-top: 1px solid #999;
}
.wrapper .orderbox .orderlist li{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #999;
	float: left;
}
.wrapper .orderbox .orderlist li{
	padding-top:0.31rem;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #999;
	float: left;
}
.wrapper .orderbox .orderlist li .list{	
	width: 100%;
	height: 0.56rem;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper .orderbox .orderlist li .list .tit{	
	height: 0.4rem;
	line-height:0.4rem;
	font-size: 0.27rem;
	color: #666;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.wrapper .orderbox .orderlist li .list .tit1{	
	font-size: 0.33rem;
	color: #222;
	font-weight: bold;
}
.wrapper .orderbox .orderlist li .list .time{	
	font-size: 0.27rem;
	color: #222;
	height: 0.4rem;
	line-height:0.4rem;
}
.wrapper .orderbox .orderlist li .list .othertitle{	
	padding-bottom: 0.23rem;
	width: 100%;
	height: 0.4rem;
	line-height:0.4rem;
	float: left;
}
.wrapper .orderbox .orderlist li .list .othertitle a{
	padding-left:1.11rem;	
	width: auto;
	height: 0.4rem;
	line-height:0.4rem;
	color: #de7712;
	font-size:0.27rem;
	float: right;
}
.wrapper .orderbox .ordernumber{
	padding-left: 0.43rem;
	width: 100%;
	height: 1.07rem;
	line-height:1.07rem;
	font-size: 0.33rem;
	color: #222;
	font-weight: bold;
	float: left;
	background: #fef1d6;
	box-sizing: border-box;
}
.wrapper .orderbox .ordernumber .tit{
	font-size: 0.27rem;
	color: #666;
	font-weight: normal;
}
.wrapper .orderbox .shippingadder{
	padding:0 0.4rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;	
	background: #fff;
}
.wrapper .orderbox .shippingadder .title{
	padding-top:0.32rem;
	width: 100%;
	height: 0.63rem;
	font-size: 0.33rem;
	font-weight: bold;
	color: #222;
	float: left;
}
.wrapper .orderbox .shippingadder .adderdetail{
	padding-left: 0.36rem;
	padding-bottom: 0.33rem;
	width: 100%;
	height: auto;
	line-height:0.58rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
	box-sizing: border-box;	
	border-bottom: 1px solid #bababa;
}
.wrapper .orderbox .shippingadder .adderdetail .detail{
	color: #666;
}
.wrapper .orderbox .shippingadder .list{
	padding-left: 0.36rem;
	padding-bottom: 0.33rem;
	width: 100%;
	height: auto;
	color: #222;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #bababa;	
}
.wrapper .orderbox .shippingadder .list li{
	width: 100%;
	height: auto;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    
}
.wrapper .orderbox .shippingadder .list li .tit{
	width: 50%;
	height: 0.48rem;
	line-height:0.48rem;
	font-size: 0.27rem;
	color: #666;
	float: left;
	box-sizing: border-box;	
}
.wrapper .orderbox .shippingadder .list li .detail1{
	width: 50%;
	height: 0.48rem;
	line-height:0.48rem;
	font-size: 0.27rem;
	color: #222;
	float: left;
	box-sizing: border-box;	
	overflow: hidden;
}
.wrapper .orderbox .shippingadder .list li .detail1 .express{
	padding-left: 0.09rem;
	width: 0.31rem;
	height: 0.31rem;
	display: inline-block;
}
.wrapper .orderbox .shippingadder .list li .detail1 .express img{
	width: 0.31rem;
	height: 0.31rem;
	float:left;
}
.wrapper .orderbox .shippingadder .list li .tit1{
	width: auto;
	height: 0.48rem;
	line-height:0.48rem;
	font-size: 0.27rem;
	color: #666;
	float: left;
}
.wrapper .orderbox .shippingadder .list li .detail2{
	height: auto;
	line-height:0.48rem;
	font-size: 0.27rem;
	color: #222;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.wrapper .orderbox .title3{
	padding-top:0.32rem;
	padding-left:0.4rem;
	width: 100%;
	height: 0.73rem;
	font-size: 0.33rem;
	font-weight: bold;
	color: #222;
	float: left;
	box-sizing: border-box;
	background:#fff;
}
.wrapper .orderbox .cartlist{
	padding:0 0.4rem 0.4rem 0.4rem;
	box-sizing: border-box;
}
.wrapper .orderbox .cartlist li{
	padding-left:0;
	border-top: 1px solid #ddd;
}
.wrapper .orderbox .cartlist li:first-child{
	border-top: none;
}
.popcurrencybg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom:1.47rem;
	background: rgba(0,0,0,0.6);
	z-index: 101;
	display: none;
}
.popcurrencybox{
	width: 100%;
	height: auto;
	position: fixed;
	right: 0;
	bottom:1.47rem;
	z-index: 102;
	display: none;
}
.popcurrencybox .popcon{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}
.popcurrencybox .popcon .poptitle1{
	padding-left: 0.6rem;
	width: 100%;
	height: 1.28rem;
	line-height: 1.28rem;
	font-size: 0.4rem;
	color: #000;
	font-weight: bold;
	background: #fff;
	box-sizing: border-box;
	float: left;
	position: relative;
	z-index: 0;
	border-bottom: 1px solid #ddd;
}
.popcurrencybox .popcon .poptitle1 .close{
	width: 0.59rem;
	height: 0.59rem;
	position: absolute;
	right: 0.23rem;
	top: 0.38rem;
}
.popcurrencybox .popcon .poptitle1 .close img{
	width: 0.59rem;
	height: 0.59rem;
}
.popcurrencybox .popcon .currencylist{
	padding:0 0.4rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.popcurrencybox .popcon .currencylist li{
	padding-left: 0.64rem;
	width: 100%;
	height: 1.2rem;
	line-height:1.2rem;
	float: left;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	font-size: 0.4rem;
	color: #999;
}
.popcurrencybox .popcon .currencylist li.now{
	color: #f6ab00;
	background: url(../images/nowbg.gif) no-repeat right center;
	background-size: auto 0.28rem;
}
input.swith[type=radio]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: #999;
    border:none;
    width: 0.97rem;
    height: 0.43rem;
    -webkit-border-radius: 0.43rem;
    -moz-border-radius: 0.43rem;
    border-radius: 0.43rem;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
    outline: none;
    cursor: pointer;
}
input.swith[type=radio]:after{
    content: '';
    position: absolute;
    left: 0.05rem;
    top: 0.05rem;
    display: block;
    width: 0.33rem;
    height: 0.33rem;
    background: #fff;
    -webkit-transition: all ease-in-out 100ms;
    -moz-transition: all ease-in-out 100ms;
    transition: all ease-in-out 100ms;
    -webkit-border-radius: 33rem;
    -moz-border-radius: 33rem;
    border-radius: 33rem;;
}
input.swith[type=radio]:checked{
    background: #f6ab00;
}
input.swith[type=radio]:checked:after{
    content: '';
    left: 0.6rem;
    background: #fff;
}
.integralbox{
	width: 100%;
	height: auto;
	float: left;
}
.integralbox{
	padding-top: 0.28rem;
	width: 100%;
	height: auto;
	float: left;
	background: #ddd;
}
.integralbox .catalog{
	padding:0.33rem 0.4rem;	
	width: 100%;
	height: auto;
	float: left;
	background:#fff;
	box-sizing:border-box;
}
.integralbox .catalog .integral{
	padding:0.49rem 0.23rem;	
	width: 100%;
	height: auto;
	float: left;
	background: -webkit-linear-gradient(left, #fd8714 , #f6ab00); 
    background: -o-linear-gradient(right, #fd8714, #f6ab00); 
    background: -moz-linear-gradient(right, #fd8714, #f6ab00); 
    background: linear-gradient(to right, #fd8714 , #f6ab00); 
	box-sizing:border-box;
	border-radius: 0.2rem;
	box-shadow:0 0.07rem 0.11rem #ffdec6,0 0.07rem 0.11rem #ffdec6;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.integralbox .catalog .integral .list{
	height: auto;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.integralbox .catalog .integral .list .tit{
	width: 100%;
	height: 0.89rem;
	float:left;
}
.integralbox .catalog .integral .list .tit .icon{
	width: auto;
	height: 0.89rem;
	float:left;
}
.integralbox .catalog .integral .list .tit .icon img{
	width: auto;
	height: 0.6rem;
	float:left;
}
.integralbox .catalog .integral .list .tit .tit1{
	padding: 0.22rem 0 0 0.13rem;
	width: auto;
	height: auto;
	font-size:0.32rem;
	color: #fff;
	float:left;
}
.integralbox .catalog .integral .list .price{
	width: 100%;
	height: 0.64rem;
	font-size:0.53rem;
	color: #fff;
	font-weight: bold;
	float:left;
}
.integralbox .catalog .convert{
	padding-top:0.53rem;	
	width: 100%;
	height: auto;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.integralbox .catalog .convert .account{	
	height: auto;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.integralbox .catalog .convert .account .account1{	
	width: 100%;
	height: 0.92rem;
	float:left;
}
.integralbox .catalog .convert .account .account1 .tit{	
	width: auto;
	height: 0.92rem;
	line-height: 0.92rem;
	color: #222;
	font-size: 0.32rem;
	float:left;
}
.integralbox .catalog .convert .account .account1 .accountbtn{	
	margin: 0.23rem 0.13rem 0 0.13rem;
	width: 0.43rem;
	height: 0.43rem;
	text-align: center;
	line-height:0.43rem;
	color: #fff;
	font-size:0.43rem;
	float:left;
	background:#f6ab00;
	border-radius: 0.43rem;
}
.integralbox .catalog .convert .account .account1 .accountbtn.end{	
	background:#cdcdcd;
}
.integralbox .catalog .convert .account .account1 .us{	
	width: auto;
	height: 0.92rem;
	line-height: 0.92rem;
	color: #222;
	font-size: 0.32rem;
	float:left;
}
.integralbox .catalog .convert .convertbtn{	
	width: 3.17rem;
	height: 0.92rem;
	float:left;
	background:#f6ab00;
	border-radius: 0.11rem;
}
.integralbox .catalog .convert .convertbtn input{	
	width: 100%;
	height: 0.92rem;
	line-height:0.92rem;
	text-align: center;
	font-size: 0.4rem;
	color: #fff;
	background:none;
	border:none;

}

.integralbox .pointbox{
	padding-top: 0.13rem;	
	width: 100%;
	height: auto;
	float: left;
	box-sizing:border-box;
}
.integralbox .pointbox .pointbox1{
	padding:0 0.4rem 0 0.4rem;	
	width: 100%;
	height: auto;
	float: left;
	box-sizing:border-box;
	background:#fff;
}
.integralbox .pointbox .pointtitle{	
	width: 100%;
	height: 1.04rem;
	text-align: center;
	line-height:1.04rem;
	font-size:0.4rem;
	color: #222;
	float: left;
	border-bottom: 1px solid #ddd;
	
}
.integralbox .pointbox .title1{	
	width: 100%;
	height: 0.93rem;
	border-bottom: 1px solid #ddd;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;	
}
.integralbox .pointbox .title1 div{	
	height: 0.93rem;
	line-height:0.93rem;
	text-align: center;
	font-size: 0.33rem;
	color: #222;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;	
}
.integralbox .pointbox .pointlist{	
	width: 100%;
	height: auto;
	float: left;		
}
.integralbox .pointbox .pointlist li{	
	width: 100%;
	height: 1.0rem;
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;		
}
.integralbox .pointbox .pointlist li div{	
	height: 1.0rem;
	line-height:1.0rem;
	text-align: center;
	font-size: 0.33rem;
	color: #222;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;	
}
.mywishfooter{
	width: 100%;
	height: 1.01rem;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #f6ab00;
	z-index: 9;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;	
}
.mywishfooter .carttitle{
	padding-left: 0.15rem;
	height: 1.01rem;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.mywishfooter .carttitle .checkbox{
	padding-top: 0.3rem;
	width:0.72rem;
	height: 0.51rem;
	float: left;
}
.mywishfooter .carttitle  input{
	float: left;
}
.mywishfooter .carttitle .label{
	width:auto;
	height: 1.01rem;
	float: left;
}
.mywishfooter .carttitle .label label{
	padding-left: 0.21rem;
	width:auto;
	height: 1.01rem;
	line-height: 1.01rem;
	font-size: 0.33rem;
	color: #222;
	float: left;
}
.mywishfooter .carttitle input[type="checkbox"]{
	vertical-align:middle;
	width: 0.51rem;
	height: 0.51rem;
	display:inline-block;
	-webkit-appearance: none;
	background:url(../images/checkbox.gif) no-repeat left top;
	background-size: 100% auto;
	border: none;
	cursor:pointer;
	transition: all .2s;
    -webkit-transition: all .2s;
}
.mywishfooter input[type="checkbox"]:checked{
	-webkit-appearance: none;
	background: url(../images/checkbox_2.gif) no-repeat;
	background-size: 100% auto;
	border: none;
	transition: all .2s;
    -webkit-transition: all .2s;
}
.mywishfooter .carttitle .delete{
	padding-left: 0.65rem;
	width:auto;
	height: 1.01rem;
	line-height: 1.01rem;
	font-size: 0.27rem;
	color: #666;
	float: left;
}
.mywishfooter .addcartbtn{
	width: 4.29rem;
	height: 1.01rem;
	background:#f6ab00;	
}
.mywishfooter .addcartbtn input{
	width: 4.29rem;
	height: 1.01rem;
	font-size:0.4rem;
	color: #222;
	text-align: center;
	line-height: 1.01rem;
	background:none;
	border:none;	
}
.nosearchbox{
	padding-top: 3.64rem;
	width: 100%;
	height: auto;
	text-align: center;
	font-size:0.4rem;
	color: #999;
	float: left;
	background:url(../images/nosearch.gif) no-repeat center 0.83rem #fff;
	background-size: 2.93rem auto;
}
.searchboxpop{
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	background:#fff;
	z-index: 10001;
	display: none;
}
.searchbox{
	padding: 0.27rem 1.87rem;
	width: 100%;
	height: 1.33rem;
	float: left;
	z-index: 1;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.searchbox{
	padding: 0.27rem 1.87rem 0.27rem 0.33rem;
	width: 100%;
	height: 1.33rem;
	float: left;
	z-index: 1;
	box-sizing: border-box;
	position: relative;
}
.searchbox .inputbox{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	color: rgba(255,255,255,0.6);
	font-size: 0.4rem;
	float: left;
	z-index: 1;
	background: rgba(0,0,0,0.1);
	border-radius: 0.8rem;
	position: relative;
	z-index: 0;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.searchbox .inputbox{
	background: #f6f6f6;
}
.searchbox .inputbox .colse{
	width: 0.41rem;
	height: 0.41rem;
	position: absolute;
	right: 0.27rem;
	top: 0.21rem;
	display: none;
}
.searchbox .inputbox .colse{
	display: block;
}
.searchbox .inputbox .colse img{
	width: 0.41rem;
	height: 0.41rem;
}
.searchbox .inputbox input{
	padding:0 0.91rem 0 0.76rem;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #fff;
	font-size: 0.36rem;
	float: left;
	background:none;
	border:none;
	box-sizing: border-box;
}
.searchbox .inputbox input{
	color: #333;
}
.inputbox input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.6);
 }
.searchbox .inputbox input::-webkit-input-placeholder {
	color: #c0c0c6;
 }
.searchbox .inputbox:before{
	content: '';
	width: 0.27rem;
	height: 0.27rem;
	border:0.04rem solid rgba(255,255,255,0.6);
	position: absolute;
	left: 0.27rem;
	top: 0.23rem;
	border-radius: 0.27rem;
	z-index: 3;
}
.searchbox .inputbox:after{
	content: '';
	width: 0.1rem;
	height: 0.04rem;
	background:rgba(255,255,255,0.6);
	position: absolute;
	left: 0.55rem;
	top: 0.54rem;
	transform:rotate(214deg);
	-ms-transform:rotate(214deg); 	/* IE 9 */
	-moz-transform:rotate(214deg); 	/* Firefox */
	-webkit-transform:rotate(214deg); /* Safari 鍜� Chrome */
	-o-transform:rotate(214deg); 	/* Opera */
	z-index: 3;
}
.searchbox .inputbox:before{
	border:0.04rem solid #2f2d2e;
}
.searchbox .inputbox:after{
	background:#2f2d2e;
}
.searchbox .searchcolse{
	width: 1.87rem;
	height: 1.33rem;
	line-height: 1.33rem;
	text-align: center;
	color: #7d7d7d;
	font-size: 0.36rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	display: none;
}
.searchbox .searchcolse{
	display: block;
}
.search_pop{
	width: 100%;
	height: auto;
	float: left;
}
.search_pop .searchlist{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;	
}
.search_pop .searchlist li{
	width: 100%;
	height: auto;
	float: left;
}
.search_pop .searchlist li a{
	padding: 0 0.33rem;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.4rem;
	color: #333;
	float: left;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	overflow: hidden;
}
.key{
	color: #0ba6dd;
}

.search_pop .historybox{
	width: 100%;
	height: auto;
	float: left;
}
.search_pop .historybox .title{
	padding: 0 0.33rem;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.4rem;
	color: #333;
	float: left;
	background: #fff;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
}
.search_pop .historybox .historylist{
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
}
.search_pop .historybox .historylist li{
	width: 100%;
	height: auto;
	float: left;
}
.search_pop .historybox .historylist li a{
	padding: 0 0.33rem;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.4rem;
	color: #555;
	float: left;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	overflow: hidden;
}
.search_pop .historybox .historybtn{
	padding: 0.67rem 1.45rem;
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
	box-sizing: border-box;
}
.search_pop .historybox .historybtn .historybtn1{
	width: 100%;
	height: 1.04rem;
	line-height: 1.04rem;
	text-align: center;
	color: #4d4d4d;
	font-size: 0.37rem;
	float: left;
	border:1px solid #b8babb;
	border-radius: 1.04rem;
	box-sizing: border-box;
}
.search_pop .historybox .historybtn .historybtn1 i{
	padding-top: 0.13rem;
	padding-right:0.13rem;
	display: inline-block;
	width: 0.41rem;
	height: 0.41rem;
}
.search_pop .historybox .historybtn .historybtn1 i img{
	display: inline-block;
	width: 0.41rem;
	height: 0.41rem;
}
.evalbox{
	padding: 0.47rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing:border-box;
}
.evalbox{
	padding:0.36rem 0.47rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing:border-box;
}
.evalbox .evalcon{
	width: 100%;
	height: auto;
	float: left;
	box-sizing:border-box;
	background:#fff;
}
.evalbox .evalcon .points{
	width: 100%;
	height: 0.64rem;
	line-height:0.64rem;
	text-align:center;
	font-size:0.33rem;
	color: #f6ab00;
	float: left;
}
.evalbox .evalcon .points .gray{
	color: #666;
}
.evalbox .evalcon .bar{
	width: 100%;
	height: 0.64rem;
	float: left;
}
.evalbox .evalcon .bar .bar1{
	margin:0 auto;
	width: 3.55rem;
	height: 0.16rem;
	background:#ddd;
	border-radius: 0.16rem;
	overflow: hidden;
}
.evalbox .evalcon .bar .bar1 .bar2{
	width: 100%;
	height: 0.16rem;
	background:#f6ab00;
	border-radius: 0.16rem;
	overflow: hidden;
	float: left;
}
.evalbox .evalcon .starbox2{
	width: 100%;
	height: auto;
	float: left;
}
.evalbox .evalcon .starbox2 li{
	width: 100%;
	height: 71px;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	float: left;
}
.evalbox .evalcon .starbox2 li{
	width: 100%;
	height: 0.95rem;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	float: left;
}
.evalbox .evalcon .starbox2 li .tit{
	padding-right: 0.44rem;
	height: 0.59rem;
	line-height:0.59rem;
	font-size: 0.33rem;
	color: #222;
	text-align: right;
	display:inline-block;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing:border-box;
}
.evalbox .evalcon .starbox2 li .starlist{
	width: 4.76rem;
	height: 0.59rem;
	float: left;
}
.evalbox .evalcon .starbox2 li .starlist .star{
	margin-right: 0.2rem;
	width: 0.61rem;
	height: 0.59rem;
	float: left;
	background:url(../images/star10.gif) no-repeat;
	background-size: auto 0.59rem;
	position: relative;
	z-index: 0;
	overflow: inherit;
}
.evalbox .evalcon .starbox2 li .starlist .star.over{
	background:url(../images/star10_2.gif) no-repeat;
	background-size: auto 0.59rem;
}
.evalbox .evalcon .textarea{
	padding:0 0.35rem 0.53rem 0.35rem;
	width: 100%;
	height: auto;
	box-sizing:border-box;
	float: left;
}
.evalbox .evalcon .textarea .inputbox{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	float: left;
}
.evalbox .evalcon .textarea .inputbox .inputbox1{
	padding: 0.26rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing:border-box;
}
.evalbox .evalcon .textarea .inputbox .inputbox1 textarea{
	width: 100%;
	height: 3.05rem;
	float: left;
	border:none;
	background: none;
	line-height:0.33rem;
	color: #222;
	font-size:0.27rem;
	overflow: hidden;
}
.evalbox .evalcon .textarea .inputbox .tips{
	padding-right: 0.26rem;
	width: 100%;
	height: 0.48rem;
	text-align:right;
	float: left;
	box-sizing:border-box;
	font-size:0.27rem;
	color: #000;
}
.psswordbox{
	width: 100%;
	height: auto;
	float: left;
}
.psswordbox .logo{
	padding-top: 0.43rem;
	padding-bottom: 1.55rem;
	width: 100%;
	height: auto;
	text-align:center;
	float: left;
	position:relative;
	z-index: 0;
	background:#ffb100;
}
.psswordbox .logo:after{
	content: '';
	width: 100%;
	height: 1.28rem;
	position:absolute;
	left: 0;
	bottom: -0.13rem;
	background:url(../images/passwordbg1.gif) no-repeat;
	background-size: 100% 1.28rem;
}
.psswordbox .logo img{
	width: 3.67rem;
	height: auto;
}
.psswordbox .pssworcon{
	padding:0 0.87rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.psswordbox .pssworcon .title{
	padding-top:0.36rem;
	padding-bottom:0.36rem;
	width: 100%;
	height: auto;
	font-size:0.53rem;
	color:#222;
	float: left;
}
.psswordbox .pssworcon .subtitle{
	padding-bottom:0.36rem;
	width: 100%;
	height: auto;
	line-height:0.37rem;
	font-size:0.33rem;
	color:#666;
	float: left;
}
.psswordbox .pssworcon .emialtitle{
	width: 100%;
	height: auto;
	font-size:0.4rem;
	color:#222;
	float: left;
}
.psswordbox .pssworcon .inputbox{
	padding-top: 0.17rem;
	padding-bottom: 0.2rem;
	width: 100%;
	height: 0.8rem;
	float: left;
	border-bottom:1px solid #9c9c9c;
}
.psswordbox .pssworcon .inputbox input{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.27rem;
	color:#222;
	border:none;
	background: none;
	float: left;
}
.psswordbox .pssworcon .tips{
	padding-top: 0.19rem;
	width: 100%;
	height: 1.28rem;
	font-size: 0.27rem;
	color:#666;
	float: left;
}
.psswordbox .pssworcon .tips .why{
	margin-left: 0.17rem;
	width: 0.27rem;
	height: 0.27rem;
	line-height:0.27rem;
	text-align: center;
	color:#100b00;
	font-size: 0.24rem;
	display: inline-block;
	background: #f6ab00;
	border-radius: 0.27rem;
}
.psswordbox .pssworcon .verification{
	width: 100%;
	height: 2.09rem;
	float: left;
}
.fix-tips{
	font-size: 0.27rem;
	color:#222;
}
.psswordbox .pssworcon .inputbtn{
	width: 100%;
	height: 1.12rem;
	float: left;
}
.psswordbox .pssworcon .inputbtn .inputbox2{
	margin: 0 auto;
	width: 5.73rem;
	height: 1.12rem;
	background: #ffb100;
	border-radius: 0.11rem;
}
.psswordbox .pssworcon .inputbtn .inputbox2 input{
	width: 100%;
	height: 1.12rem;
	line-height: 1.12rem;
	text-align: center;
	font-size: 0.53rem;
	color:#333;
	background:none;
	border:none;
}
.aboutbox{
	padding:0.35rem 0.69rem;
	width: 100%;
	height: auto;
	line-height:0.8rem;
	font-size: 0.33rem;
	color:#222;
	float:left;
	box-sizing:border-box;
	border-top: 0.08rem solid #ddd;
	border-bottom: 0.08rem solid #ddd;
	background: #fff;
}
.aboutfooter{	
	width: 100%;
	height: auto;
	float: left;
	box-sizing:border-box;
	background: #fff;
}
.aboutfooter li{
	width: 100%;
	height: auto;
	float: left;	
}
.aboutfooter li:first-child{
	border-top:none;
}
.aboutfooter li .title{
	padding: 0 0.47rem;
	width: 100%;
	height: 1.04rem;
	float: left;
	box-sizing:border-box;
}
.aboutfooter li .title span{
	padding: 0 0.2rem;
	width: 100%;
	height: 1.04rem;
	line-height: 1.04rem;
	font-size: 0.33rem;
	font-weight: bold;
	color:#222;
	float: left;
	box-sizing:border-box;
	border-top: 1px solid #ddd;
	z-index: 0;
	position: relative;
}
.aboutfooter li .title span:after{
	content: '';
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    right: 0;
    top: 0.52rem;
    border-left: 0.04rem solid #222;
    border-top: 0.04rem solid #222;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    z-index: 1;
}
.aboutfooter li:first-child .title span{
	border-top:none;
}
.aboutfooter li .menu{
	padding: 0 0.47rem;
	width: 100%;
	height: auto;
	float: left;
	background: #ddd;
	display: none;
	box-sizing: border-box;
}
.aboutfooter li .menu li{
	width: 100%;
	height: 1.13rem;
	float: left;
	border-top: 1px solid #fff;
}
.aboutfooter li .menu li:first-child{
	border-top: none;
}
.aboutfooter li .menu li a{
	padding: 0 0.2rem;
	width: 100%;
	height: 1.04rem;
	line-height: 1.04rem;
	font-size: 0.33rem;
	color:#666;
	float: left;
	box-sizing:border-box;
}
.errorbox{
	padding-top: 1.87rem;
	width: 100%;
	height: auto;
	float:left;
}
.errorbox .pic{
	width: 100%;
	height: auto;
	text-align: center;
	float:left;
}
.errorbox .pic img{
	width: 4.87rem;
	height: auto;
}
.errorbox .btnbox{
	padding-top: 1.87rem;
	width: 100%;
	height: auto;
	float:left;
}
.errorbox .btnbox li{
	width: 50%;
	height: auto;
	float:left;
	text-align: center;
	box-sizing:border-box;
}
.errorbox .btnbox li a{
	width: 2.13rem;
	height: 0.87rem;
	line-height: 0.87rem;
	text-align: center;
	font-size: 0.4rem;
	color:#fff;
	display: inline-block;
	background:#f6ab00;
	border-radius: 0.11rem;
}
.light_banner{
	padding-top: 0.07rem;
	width:100%;
	height: auto;
	float: left;
	position:relative;
	z-index: 0;
	background: #fff;
}
.light_banner img{
	width:100%;
	height: auto;
}
.light_banner .title{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 0.6rem;
	color:#fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
.selling{	
	width:100%;
	height: 3.78rem;
	float: left;
	position:relative;
	z-index: 0;
	box-sizing:border-box;
}
.selling .selling1{	
	padding:0 0.16rem;
	width:100%;
	height: 4.72rem;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing:border-box;
}
.selling .selling1 .selling2{
	width:100%;
	height: 4.72rem;
	background: linear-gradient(0deg, rgba(0,0,0,0.10), rgba(0,0,0,0.78));
	box-sizing:border-box;
	border-radius: 0.27rem;
	float: left;
}
.selling .selling1 .selling2 .title{
	width:100%;
	height: 0.93rem;
	line-height:0.93rem;
	text-align: center;
	font-size: 0.4rem;
	color:#fff;
	font-weight: bold;
	float: left;
}
.selling .selling1 .selling2 .sellinglist{
	padding:0 0.17rem;
	width:100%;
	height: 3.37rem;
	float: left;
	box-sizing:border-box;
}
.selling .selling1 .selling2 .sellinglist li{
	padding:0 0.16rem;
	width:33.33%;
	height: 3.63rem;
	float: left;
	box-sizing:border-box;
}
.selling .selling1 .selling2 .sellinglist li a{	
	width:100%;
	height: 3.63rem;
	float: left;
	background: #fff;
}
.selling .selling1 .selling2 .sellinglist li a .pic{	
	width:100%;
	height: 2.79rem;
	float: left;
}
.selling .selling1 .selling2 .sellinglist li a .pic img{	
	width:100%;
	height: auto;
}
.selling .selling1 .selling2 .sellinglist li a .tit{	
	width:2.79rem;
	height: 0.32rem;
	text-align: center;
	font-size: 0.32rem;
	color:#222;
	float: left;
	overflow: hidden;
}
.selling .selling1 .selling2 .sellinglist li a .price{	
	width:2.79rem;
	height: 0.4rem;
	text-align: center;
	font-size: 0.4rem;
	color:#f6ab00;
	float: left;
}
.lightpro{
	margin-top: 0.2rem;
	padding-top: 2.76rem;	
	padding-left: 0.08rem;
	padding-right: 0.08rem;
	padding-bottom: 0.08rem;
	width:100%;
	height: auto;
	float: left;
	background: url(../images/lightbg1.jpg) no-repeat center top #c6ebf1;
	background-size: 100% auto;
	box-sizing:border-box;
}
.lightpro .autotitle{
	padding-top: 0.13rem;
	padding-left: 0.13rem;
	width:100%;
	height: 0.63rem;
	line-height:0.53rem;
	color:#222;
	font-size:0.4rem;
	font-weight: bold;
	float: left;
	box-sizing:border-box;
}
.lightpro li{
	padding: 0.12rem 0.11rem;	
	width:50%;
	height: auto;
	float: left;
	box-sizing:border-box;
}
.lightpro li .pro{
	width:100%;
	height: auto;
	background: #fff;
	float: left;
	overflow: hidden;
	border-radius: 0.11rem;
}
.lightpro li .pro .pic{
	width:100%;
	height: 4.68rem;
	float: left;
}
.lightpro li .pro .pic img{
	width:100%;
	height: 4.68rem;
	float: left;
}
.lightpro li .pro .title{
	padding: 0.15rem 0.37rem;
	width:100%;
	height: 0.80rem;
	line-height:0.33rem;
	color:#222;
	font-size: 0.33rem;
	float: left;
	overflow: hidden;
	box-sizing:border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.lightpro li .pro .pricebox{
	padding: 0 0.37rem;
	width:100%;
	height: 0.63rem;
	float: left;
	box-sizing:border-box;
}
.lightpro li .pro .pricebox .price{
	width:auto;
	height: 0.63rem;
	line-height: 0.63rem;
	font-size: 0.37rem;
	color:#f7aa02;
	float: left;
}
.lightpro li .pro .pricebox  .cart{
	width: auto;
	height: 0.63rem;
	float:right;
	overflow: hidden;
}
.lightpro li .pro .pricebox  .cart img{
	margin-top: 0.13rem;
	width: auto;
	height: 0.37rem;
	float:left;
}
.newsbox{
	width:100%;
	height: auto;
	float: left;
}
.newsbox .newssrcoll{
	width: 100%;
	height: auto;
	float: left;
} 

.newssrcoll .swiper_news{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.newssrcoll .swiper_news .swiper-slide{
	padding: 0 0.09rem;
	width: 8.88rem;
    height: auto;
    text-align: center;
    box-sizing:border-box;
} 
.newssrcoll .swiper_news .swiper-slide img{
	width: 100%;
    height: auto;
    float: left;
}
.newssrcoll .swiper_news .swiper-slide .title{
	padding:1.16rem 0 0 0.49rem; 
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.34);
    box-sizing:border-box;
} 
.newssrcoll .swiper_news .swiper-slide .title .title1{
	width: 80%;
    height: auto;
    line-height:0.61rem;
    font-size: 0.33rem;
    text-align: left;
    color:#fff;
    font-weight: bold;
    float:left;
    overflow: hidden;
} 
.newssrcoll .swiper_news .swiper-slide .title .more{
	margin-top: 0.27rem;
	width: 1.93rem;
    height: 0.48rem;
    line-height:0.48rem;
    font-size: 0.33rem;
    text-align: center;
    color:#fff;
    float:left;
    overflow: hidden;
    border:1px solid #fff;
    border-radius: 0.04rem;
} 

.light_icon{
	padding-top: 0.19rem;	
	padding-left: 0.08rem;
	padding-right: 0.08rem;
	padding-bottom: 0.27rem;
	width:100%;
	height: auto;
	float:left;
	box-sizing:border-box;
}
.light_icon li{
	padding: 0.12rem 0.11rem;	
	width:50%;
	height: auto;
	float: left;
	box-sizing:border-box;
}
.light_icon li a{
	width:100%;
	height: 3.27rem;
	float: left;
	background: #fff;
	border-radius: 0.11rem;
	box-shadow:0px 2px 5px rgba(0,0,0,0.04);
}
.light_icon li a .icon{
	padding-top: 0.28rem;
	width:100%;
	height: 0.92rem;
	text-align: center;
	float: left;
}
.light_icon li a .icon img{
	max-width:0.73rem;
	height: auto;
	text-align: center;
}
.light_icon li a .tit{
	width:100%;
	height: 0.48rem;
	line-height:0.48rem;
	font-size: 0.33rem;
	color:#f6ab00;
	font-weight: bold;
	text-align: center;
	float: left;
}
.light_icon li a .tit.blue{
	color:#0f1269;
}
.light_icon li a .detail{
	padding: 0.13rem 0.67rem 0 0.67rem;
	width:100%;
	height: 1.47rem;
	line-height:0.33rem;
	font-size: 0.27rem;
	color:#999;
	text-align: center;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
.autopro{
	padding: 0.27rem 0.16rem 0.5rem 0.16rem;
	width:100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.autopro .autopropic{
	width:100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 0;
}
.autopro .autopropic img{
	width:100%;
	height: auto;
	float: left;
	border-radius: 0.13rem;
}
.autopro .autopropic .picbg{
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.42);
	position: absolute;
	z-index: 1;
	left: 0;
	top:0;
	border-radius: 0.13rem;
}
.autopro .autopropic .autopro1{
	width:100%;
	height: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	top:0;
}
.autopro .autopropic .autopro1 .title{
	padding: 0 0.24rem;
	width:100%;
	height: 1.33rem;
	float:left;
	box-sizing: border-box;
}
.autopro .autopropic .autopro1 .title .title1{
	width:auto;
	height: 1.33rem;
	line-height:1.33rem;
	color: #fff;
	font-size:0.4rem;
	font-weight: bold;
	float:left;
}
.autopro .autopropic .autopro1 .title .more{
	padding-top: 0.41rem;
	width:auto;
	height: 0.48rem;
	float:right;
}
.autopro .autopropic .autopro1 .title .more img{
	width:auto;
	height: 0.48rem;
}
.autopro .autopropic .autopro1 .prolist2{
	padding: 0 0.08rem;
	width:100%;
	height:auto;
	float:left;
	box-sizing: border-box;
}
.autopro .autopropic .autopro1 .prolist2 li{
	padding: 0 0.08rem;
	width:33.33%;
	height:auto;
	float:left;
	box-sizing: border-box;
}
.autopro .autopropic .autopro1 .prolist2 li a{
	width:100%;
	height:auto;
	float:left;
	border-radius:0.13rem;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	box-shadow:0 0 0.07rem rgba(0,0,0,0.5);
}
.autopro .autopropic .autopro1 .prolist2 li a .pic{
	width:100%;
	height:auto;
	float:left;
}
.autopro .autopropic .autopro1 .prolist2 li a .pic img{
	width:100%;
	height:auto;
	float:left;
}
.autopro .autopropic .autopro1 .prolist2 li a .price{
	width:100%;
	height:0.53rem;
	line-height:0.53rem;
	color:#f6ab00;
	font-size:0.4rem;
	text-align: center;
	float:left;
}
.automessages{
	padding-bottom: 0.13rem;
	width:100%;
	height: auto;
	float: left;
}
.automessages img{
	width:100%;
	height: auto;
	float: left;
}

.popuserbg{
	width:100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 997;
	display: none;
}
.popuserbox{
	width:90%;
	height: 100%;
	position: fixed;
	left: -90%;
	top: 0;
	background: #fff;
	z-index: 998;
	display: none;
}
.popuserbox .close{
	width:0.43rem;
	height: 0.43rem;
	position: absolute;
	right: 0.27rem;
	top: 0.27rem;
	z-index: 9;
}
.popuserbox .close img{
	width:0.43rem;
	height: 0.43rem;
	float:left;
}

.blogheader{
	width:100%;
	height: 1.45rem;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.blogheader.over1{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.blogheader .black{
	width:0.36rem;
	height: 0.36rem;
	position:absolute;
	left: 0.6rem;
	top: 0.53rem;
	z-index: 9;
	border-bottom: 0.05rem solid #fff;
	border-left: 0.05rem solid #fff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
	z-index: 1;
}
.blogheader.over .black{
	border-bottom: 0.05rem solid #222;
	border-left: 0.05rem solid #222;
}
.blogheader .title{
	width:100%;
	height: 1.45rem;
	line-height:1.45rem;
	font-size:0.4rem;
	text-align: center;
	color:#fff;
	font-weight:bold;
	float:left;
	z-index: 0;
}
.blogheader.over .title{
	color:#222;
}
.blogheader .icon{
	width:auto;
	height: 1.45rem;
	position:absolute;
	right: 0.4rem;
	top: 0;
	z-index: 1;
}
.blogheader .icon .list{
	width:auto;
	height: 1.45rem;
	float:left;
}
.blogheader .icon .list img{
	margin-top: 0.39rem;
	width:auto;
	height: 0.75rem;
	float:left;
}
.blogheader .icon .list .img1{
	display: block;
}
.blogheader .icon .list .img2{
	display: none;
}
.blogheader.over .icon .list .img1{
	display: none;
}
.blogheader.over .icon .list .img2{
	display: block;
}
.blog_banner{
	width:100%;
	height: auto;
	float:left;
	position: relative;
	z-index: 0;
}
.blog_banner img{
	width:100%;
	height: auto;
	float:left;
}
.blog_banner .blog_bannerbg{
	width:100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(15,32,67,0.29);
}
.blog_banner .blogtit{
	width:100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 37%;
	transform:translate(-50%,-37%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
}
.blog_banner .blogtit .title{
	width:100%;
	height: auto;
	line-height: 0.8rem;
	font-size:0.53rem;
	text-align: center;
	color:#fff;
	float: left;
}
.blog_banner .blogtit .adminbox{
	padding-top: 0.13rem;
	width:100%;
	height: auto;
	text-align: center;
	float: left;
}
.blog_banner .blogtit .adminbox .admin{
	width:auto;
	height: auto;
	display: inline-block;
}
.blog_banner .blogtit .adminbox .face{
	width:0.88rem;
	height: 0.88rem;
	float: left;
}
.blog_banner .blogtit .adminbox .face img{
	width:0.88rem;
	height: 0.88rem;
	float: left;
	border-radius: 0.88rem;
}
.blog_banner .blogtit .adminbox .name{
	padding-left:0.31rem;
	width:auto;
	height: 0.88rem;
	line-height:0.88rem;
	font-size:0.4rem;
	color:#fff;
	float: left;
}
.blognews{
	padding:0.2rem 0.12rem 0.23rem 0.12rem;
	width:100%;
	height: auto;
	float:left;
	background: #fff;
	-moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari 和 Chrome */
    column-count:2;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    box-sizing: border-box;
}
.blognews .item{
	padding:0 0.12rem 0.24rem 0.12rem;	
	-moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    overflow: hidden;
    box-sizing: border-box;
}
.blognews .item a{
	padding-bottom: 0.23rem;
	width:100%;
	height: auto;
	display: block;	
	overflow: hidden;
	border-radius: 0.13rem;
	background: #fff;
	box-shadow:-0.03rem 0.07rem 0.13rem rgba(231,231,231);
}
.blognews .item .pic{
	width:100%;
	height: auto;
	display: block;	
}
.blognews .item .pic img{
	width:100%;
	height: auto;
	display: block;
}
.blognews .item .title{
	padding:0.21rem 0.12rem;
	width:100%;
	height: auto;
	line-height:0.48rem;
	color:#222;
	font-size:0.33rem;
	display: block;
	box-sizing: border-box;	
}
.blognews .item .time{
	padding:0 0.12rem 0 0.49rem;
	width:100%;
	height: 0.27rem;
	line-height:0.27rem;
	color:#cbcbcb;
	font-size:0.27rem;
	display: block;
	box-sizing: border-box;
	background: url(../images/time.gif) no-repeat 0.12rem 0;
	background-size: 0.27rem auto;	
}
.blog_follow{
	padding-top:0.27rem;
	padding-bottom:0.08rem;
	width: 100%;
	height: auto;
	float: left;
}
 .blog_follow .blog_follow1{
 	padding-bottom:0.44rem;
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
}
.blog_follow .title{
	width: 100%;
	height: 1.37rem;
	line-height:1.37rem;
	text-align: center;
	font-size: 0.4rem;
	color:#222;
	font-weight: bold;
	float: left;
}
.blog_follow .blog_follow1 .blog_con{
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
}
.blog_follow .blog_follow1 .blog_con a{
	margin: 0 0.04rem;
	padding:0.13rem;
	width: 0.65rem;
	height: 0.65rem;
	display: inline-block;
	background: #fff;
	overflow: hidden;
	border-radius: 50%;
	box-shadow:-0.03rem 0.07rem 0.13rem rgba(231,231,231),-0.03rem 0.07rem 0.13rem rgba(231,231,231),-0.03rem 0.07rem 0.13rem rgba(231,231,231),-0.03rem 0.07rem 0.13rem rgba(231,231,231);

}
.blog_follow .blog_follow1 .blog_con a img{
	width: 0.65rem;
	height: 0.65rem;
	float:left;
}
.blognewsbox{
	padding-top: 0.27rem;
	width: 100%;
	height: auto;
	float: left;
}
.blognewsbox .blognewsbox1{
	padding:0 0.45rem;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	background: #fff;
}
.blognewsbox .blognewsbox1 .title{
	padding:0.23rem 0;
	width: 100%;
	height: auto;
	line-height:0.64rem;
	color: #222;
	font-size: 0.53rem;
	font-weight: bold;
	float: left;
	background: #fff;
}
.blognewsbox .blognewsbox1 .key{
	padding-bottom:0.2rem;
	width: 100%;
	height: auto;
	float: left;
}
.blognewsbox .blognewsbox1 .key li{
	margin-right: 0.13rem;
	margin-bottom: 0.13rem;
	padding:0 0.23rem;
	width: auto;
	height: 0.51rem;
	line-height:0.51rem;
	font-size:0.27rem;
	color:#222;
	float: left;
	background: #ddd;
	border-radius: 0.11rem;
}
.blognewsbox .blognewsbox1 .adminbox2{
	padding-bottom:0.2rem;
	width: 100%;
	height: 0.88rem;
	float: left;
}
.blognewsbox .blognewsbox1 .adminbox2 .face{
	width:0.88rem;
	height: 0.88rem;
	float: left;
}
.blognewsbox .blognewsbox1 .adminbox2 .face img{
	width:0.88rem;
	height: 0.88rem;
	float: left;
	border-radius: 0.88rem;
}
.blognewsbox .blognewsbox1 .adminbox2 .name{
	padding-left:0.12rem;
	width:auto;
	height: 0.88rem;
	line-height:0.88rem;
	font-size:0.33rem;
	color:#6f6f6f;
	float: left;
}
.blognewsbox .blognewsbox1 .adminbox2 .time{
	margin-top: 0.27rem;
	padding-left:0.51rem;
	width:auto;
	height: 0.27rem;
	line-height:0.27rem;
	color:#cbcbcb;
	font-size:0.27rem;
	float: right;
	box-sizing: border-box;
	background: url(../images/time.gif) no-repeat 0.12rem 0;
	background-size: 0.27rem auto;	
}
.blognewsbox .blognewsbox1 .newsdetail{
	padding-bottom:0.2rem;
	width: 100%;
	height: auto;
	line-height:0.47rem;
	font-size:0.33rem;
	color:#666;
	float: left;
	overflow: hidden;
}
.blognewsbox .blognewsbox1 .newsdetail img{
	max-width: 100%;
	height: auto;
	}
.blogpro{
	padding-top: 0.27rem;
	width: 100%;
	height: auto;
	float:left;
}
.blogpro .blogpro1{
	padding-bottom:0.29rem;
	width: 100%;
	height: auto;
	float:left;
	background: #fff;
}	
.blogpro .blogpro1 .title{
	padding:0 0.45rem;
	width: 100%;
	height: 1.15rem;
	line-height:1.15rem;
	font-size: 0.4rem;
	color:#222;
	font-weight: bold;
	float:left;
	box-sizing: border-box;
}
.blogpro .blogpro1 .prolist{
	padding:0 0.29rem;
	width: 100%;
	height: auto;
	float:left;
	box-sizing: border-box;
}
.blogpro .blogpro1 .prolist li{
	padding:0 0.13rem 0.26rem 0.13rem;
	width: 50%;
	height: auto;
	float:left;
	box-sizing: border-box;
}
.blogpro .blogpro1 .prolist li a{
	padding-bottom:0.07rem;
	width: 100%;
	height: auto;
	float:left;
	background: #fff;
	border-radius: 0.11rem;
	overflow: hidden;
	box-shadow:-0.03rem 0.07rem 0.13rem rgba(231,231,231),-0.03rem 0.07rem 0.13rem rgba(231,231,231),-0.03rem 0.07rem 0.13rem rgba(231,231,231),-0.03rem 0.07rem 0.13rem rgba(231,231,231);
}
.blogpro .blogpro1 .prolist li a .pic{
	width: 100%;
	height: auto;
	float:left;
}
.blogpro .blogpro1 .prolist li a .pic img{
	width: 100%;
	height: auto;
	float:left;
}
.blogpro .blogpro1 .prolist li a .title222{
	padding:0.13rem;
	width: 100%;
	height: 0.9rem;
	line-height:0.4rem;
	font-size: 0.33rem;
	color:#222;
	float:left;
	box-sizing: border-box;
	overflow: hidden;
}

.pronews{
	width: 100%;
	height: auto;
	float:left;
}
.pronews li{
	padding:0 0.4rem 0.32rem 0.4rem;
	width: 100%;
	height: auto;
	float:left;
	box-sizing: border-box;
}
.pronews li a{
	padding:0.21rem 0.08rem;
	width: 100%;
	height: auto;
	float:left;
	background: #fff;
	box-shadow:-0.03rem 0.07rem 0.13rem rgba(231,231,231),-0.03rem 0.07rem 0.13rem rgba(231,231,231),-0.03rem 0.07rem 0.13rem rgba(231,231,231),-0.03rem 0.07rem 0.13rem rgba(231,231,231);
	box-sizing: border-box;
	border-radius: 0.11rem;
	overflow: hidden;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
}
.pronews li a .pic{
	width: 3.41rem;
	height: 1.96rem;
	float:left;
	background: #ddd;
	border-radius: 0.11rem;
	overflow: hidden;	
}
.pronews li a .detail{	
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.pronews li a .detail .title22{
	padding-left:0.15rem;
	width: 100%;
	height: 1.57rem;
	float:left;
	overflow: hidden;
	box-sizing: border-box;
}
.pronews li a .detail .title22{
	padding-left:0.15rem;
	width: 100%;
	height: 1.57rem;
	float:left;
	overflow: hidden;
	box-sizing: border-box;
}
.pronews li a .detail .title22 .title223{
	width: 100%;
	height: 0.8rem;
	line-height:0.4rem;
	color:#222;
	font-size: 0.33rem;
	float:left;
	overflow: hidden;
}
.pronews li a .detail .time{
	padding-left:0.51rem;
	width:auto;
	height: 0.27rem;
	line-height:0.27rem;
	color:#cbcbcb;
	font-size:0.27rem;
	float: left;
	box-sizing: border-box;
	background: url(../images/time.gif) no-repeat 0.12rem 0;
	background-size: 0.27rem auto;	
}
.replybox{
	margin-bottom: 0.08rem;
	width: 100%;
	height: auto;
	float:left;
	background: #181f55;
	padding:0 0.4rem;
	box-sizing: border-box;
}
.replybox .title{
	width: 100%;
	height: 0.93rem;
	line-height:0.93rem;
	text-align: center;
	font-size: 0.4rem;
	color:#fff;
	font-weight: bold;
	float:left;
}
.replybox .reply{
	width: 100%;
	height: auto;
	float:left;
}
.replybox .reply li{
	padding-bottom:0.23rem;
	width: 100%;
	height: auto;
	float:left;
}
.replybox .reply li .inputbox2{
	width: 100%;
	height: 1.07rem;
	float:left;
	background: #fff;
	border-radius: 0.11rem;
	overflow: hidden;
}
.replybox .reply li .inputbox2 input{
	padding:0 0.24rem;
	width: 100%;
	height: 1.07rem;
	line-height:1.07rem;
	font-size: 0.33rem;
	color:#222;
	background: none;
	border:none;
	box-sizing: border-box;
	overflow: hidden;
	float:left;
	border:1px solid #ddd;
}
.replybox .reply li .inputbox3{
	width: 100%;
	height: 2.37rem;
	float:left;
	background: #fff;
	border-radius: 0.11rem;
	overflow: hidden;
}
.replybox .reply li .inputbox3 textarea{
	padding:0.24rem;
	width: 100%;
	height: 2.37rem;
	line-height:0.37rem;
	font-size: 0.33rem;
	color:#222;
	background: none;
	border:none;
	box-sizing: border-box;
	overflow: hidden;
	border:1px solid #ddd;
}
.replybox .reply li .inputbox4{
	margin: 0 auto;
	width: 3.15rem;
	height: 0.83rem;
	background: #e5004f;
	border-radius: 0.11rem;
	overflow: hidden;
}
.replybox .reply li .inputbox4 input{
	width: 100%;
	height: 0.83rem;
	line-height:0.83rem;
	font-size: 0.33rem;
	color:#fff;
	background: none;
	border:none;
	box-sizing: border-box;
	overflow: hidden;
	font-weight: bold;
	float: left;
}
.big_img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	z-index: -1;
	opacity: 0;
}
.big_img .swiper_bigpic{
	width: 100%;
	height: 100%;
	float: left;
}
.big_img .swiper_bigpic .swiper-wrapper .swiper-slide{
	text-align: center;
    font-size: 18px;
	/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;       
}
.big_img .swiper_bigpic .swiper-wrapper .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.big_img .swiper_pagination{
	width: 100%;
	height:  0.43rem;
	line-height: 0.43rem;
	font-size: 0.43rem;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom:0.6rem;
	z-index: 10;
}
.major{
	width: 100%;
	height: auto;
	float:left;
	border-bottom: 0.08rem solid #ddd;
}
.major li{
	width: 50%;
	height: auto;
	float:left;
}
.major li img{
	width: 100%;
	height: auto;
	float:left;
}

.successbox{
	width: 100%;
	height: auto;
	float:left;
}
.successbox .pic{
	width: 100%;
	height: auto;
	float:left;
	position: relative;
	z-index: 0;
}
.successbox .pic img{
	width: 100%;
	height: auto;
	float:left;
}
.successbox .yes{
	width: 1.67rem;
	height: 1.67rem;
	position: absolute;
	left: 50%;
	bottom: 0.79rem;
	background: #fff;
	box-shadow:0 0.07rem 0.11rem #ddd;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index:2;
	border-radius: 1.67rem;
}
.successbox .yes img{
	margin: 0.56rem 0.3rem;
	width: 1.08rem;
	height: 0.73rem;
	float:left;
}
.successbox .title{
	width: 100%;
	height: 1rem;
	line-height:1rem;
	color: #999;
	font-size: 0.4rem;
	font-weight: bold;
	text-align: center;
	float:left;
}
.successbox .subtitle{
	width: 100%;
	height: 0.6rem;
	line-height:0.6rem;
	color: #999;
	font-size: 0.27rem;
	text-align: center;
	float:left;
}
.successbox .subtitle .time{
	color: #f6ab00;
	font-weight: bold;
}
.successbox .btn1{
	padding:0.13rem 20%;
	width: 60%;
	height: auto;
	float:left;
}
.successbox .btn1 a{
	width: 100%;
	height: 0.91rem;
	line-height: 0.91rem;
	float:left;
	text-align: center;
	font-size:0.4rem;
	color:#fff;
	background: #f6ab00;
	border-radius: 0.11rem;
}
.downloadbox{
	padding-top: 1.33rem;
	width: 100%;
	height:auto;
	display: block;
}
.downloadbox .title{
	padding:0 0.4rem;
	height:1.33rem;
	line-height: 1.33rem;
	color: #222;
	font-size: 0.48rem;
	font-weight: bold;
	display: block;
}
.downloadbox .applist{
	height:auto;
	display: block;
}
.downloadbox .applist li{
	padding:0.27rem 0.4rem;
	min-height:1.33rem;
	display: block;
	position: relative;
	z-index: 0;
}
.downloadbox .applist li .pic{
	width: 1.33rem;
	height:auto;
	position: absolute;
	left: 0.4rem;
	top: 0.27rem;
}
.downloadbox .applist li .pic img{
	width: 1.33rem;
	height:auto;
}
.downloadbox .applist li .btn{
	padding-top: 0.24rem;
	width: 2.25rem;
	height:auto;
	position: absolute;
	right: 0.4rem;
	top: 0.27rem;
}
.downloadbox .applist li .btn a{
	padding:0 0.19rem;
	width: auto;
	height:0.59rem;
	text-align:center;
	line-height: 0.59rem;
	font-size: 0.21rem;
	color: #fff;
	background: #689f38;
	float: right;
	border-radius: 0.11rem;
}
.downloadbox .applist li .btn a.a1{
	padding:0 0.4rem;
	width: auto;
	height:0.59rem;
	text-align:center;
	line-height: 0.59rem;
	font-size: 0.32rem;
	color: #007aff;
	background: #fff;
	float: right;
	border-radius: 0.59rem;
}
.downloadbox .applist li .detail{
	padding:0 2.25rem 0 1.73rem;
	height:auto;
	display: block;
}
.downloadbox .applist li .detail .title1{
	text-align: left;
	height:auto;
	font-size: 0.32rem;
	line-height: 0.38rem;
	color: #505050;
	display: block;
	font-weight: bold;
}
.downloadbox .applist li .detail .subtitle1{
	padding-top: 0.12rem;
	text-align: left;
	height:auto;
	font-size: 0.21rem;
	line-height: 0.38rem;
	color: #547e03;
	display: block;
	font-weight: bold;
}
.downloadbox .applist li .detail .detail1{
	padding-top: 0.15rem;
	text-align: left;
	height:auto;
	font-size: 0.21rem;
	line-height: 0.2rem;
	color: #505050;
	display: block;
}
.downloadbox .applist li .detail .detail1 img{
	height:0.2rem;
}
.downloadbox .applist li .bg{
	padding:0.19rem 0.19rem 0.53rem 0.19rem;
	min-height:1.33rem;
	display: block;
	position: relative;
	z-index: 0;
	background: #f2f8fc;
	border-radius: 0.11rem;
}
.downloadbox .applist li .bg .title2{
	height:0.75rem;
	line-height: 0.75rem;
	font-size: 0.32rem;
	color: #505050;
	display: block;
}
.downloadbox .ad{
	height: auto;
	display: block;
}
.downloadbox .ad img{
	width: 100%;
	height: auto;
	display: block;
}
.downloadbox .downlist{
	height:auto;
	display: block;
}
.downloadbox .downlist li{
	padding:0.27rem 0.4rem;
	min-height:0.75rem;
	display: block;
	position: relative;
	z-index: 0;
}
.downloadbox .downlist li .pic{
	width: 1.13rem;
	height:auto;
	position: absolute;
	left: 0.4rem;
	top: 0.27rem;
}
.downloadbox .downlist li .pic img{
	width: 0.85rem;
	height:auto;
}
.downloadbox .downlist li .detail{
	padding:0 2.27rem 0 1.15rem;
	height:auto;
	display: block;
}
.downloadbox .downlist li .detail .title1{
	text-align: left;
	height:auto;
	font-size: 0.27rem;
	line-height: 0.87rem;
	color: #505050;
	display: block;
}
.downloadbox .downlist li .btn{
	padding-top: 0.09rem;
	width: 2.27rem;
	height:auto;
	position: absolute;
	right: 0.4rem;
	top: 0.27rem;
}
.downloadbox .downlist li .btn a{
	width: 2.27rem;
	height:0.59rem;
	text-align:center;
	line-height: 0.59rem;
	font-size: 0.21rem;
	color: #fff;
	background: #689f38;
	float: right;
	border-radius: 0.11rem;
}



.blogbox {
    width: 100%;
    height: auto;
    float: left;
}

.blogbox .blog_title{
    width: 100%;
    height: 2.53rem;
    float: left;
    text-align: center;
    line-height: 2.53rem;
}

.blogbox .blog_title span{
    width: auto;
    height: auto;
    display:inline-block;
    line-height: .6rem;
    text-align: center;
    border-bottom: 2px solid #e90404;
    font-size: .48rem;
    color: #222222;
    font-family: "OpenSans-Bold";
}
.blogbox .blog_title span h2{
    font-size: .48rem;
    color: #222222;
    font-family: "OpenSans-Bold";
}
.blogbox .blog_list{
    padding: 0 .4rem;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.blogbox .blog_list li{
    padding-top: .27rem;
    width: 100%;
    height: auto;
    float: left;
    
}
.blogbox .blog_list li a{
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px solid #eaeaea;
    -moz-box-shadow:1px 2px 5px #f9f9f9;
    -webkit-box-shadow:1px 2px 5px #f9f9f9;
    box-shadow:1px 2px 5px #f9f9f9;
}
.blogbox .blog_list li a .pic{
    width: 100%;
    height: auto;
    float: left;
}
.blogbox .blog_list li a .pic img{
    width: 100%;
    height: auto;
    float: left;
}
.blogbox .blog_list li a .time{
    padding-top:5px;
    width: 100%;
    height: auto;
    line-height:1.23rem;
    font-size:0.37rem;
    color:#949494;
    text-align:center;
    float: left;
}
.blogbox .blog_list li a .title{
    padding:0 0.53rem 0.32rem 0.53rem;
    width: 100%;
    max-height: 1.26rem;
    line-height:0.53rem;
    font-size:0.43rem;
    color:#222;
    text-align:center;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.blogbox .blog_list li a .title h2{
    font-size:0.43rem;
    color:#222;
    font-weight:bold;
    float:left;
}
.blogbox .blog_list li a .detail{
    padding:0px 0.53rem;
    width: 100%;
    height: auto;
    line-height:0.51rem;
    font-size:0.38rem;
    color:#363636;
    text-align:center;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: -webkit-box;
    -webkit-line-clamp:4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.blogbox .blog_list li a .more{
    padding-top:0.32rem ;
    padding-bottom:0.52rem ;
    width: 100%;
    height: auto;
    line-height:0.38rem;
    font-size:0.38rem;
    color:#1e8570;
    text-align:center;
    float: left;
    font-weight:bold;

}
.blogbox .blog_list li a .more:after{
    margin-left:5px;
    content:'';
    width:4px;
    height:4px;
    display:inline-block;
    border-top:1px solid #1e8570;
    border-left:1px solid #1e8570;
    transform:rotate(145deg);
    -ms-transform:rotate(135deg); 	/* IE 9 */
    -moz-transform:rotate(135deg); 	/* Firefox */
    -webkit-transform:rotate(135deg); /* Safari 鍜� Chrome */
    -o-transform:rotate(135deg); 	/* Opera */
}