body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,th,td,input,select,textarea,option,button,p,abbr,address,artical,aside,b,bdo,blockquote,button,datalist,del,details,dialog,em,strong,dfn,code,samp,kbd,var,cite,footer,header,i,ins,legend,m,menu,nav,q,section,time{margin:0;padding:0;font-size:16px; font-family: "微软雅黑";}
table,td,th{border-collapse:collapse;border-spacing:0; font-family: "微软雅黑";}
fieldset,img,abbr,input{border:0} 

em,i{ font-style:normal;} 
ul,li{ list-style:none;} 
a,button,input{/*-webkit-tap-highlight-color:rgba(255,0,0,0);*/}

body a{outline:none;blr:expression(this.onFocus=this.blur());}
h1,h2,h3,h4,h5,h6,input,select,textarea,option,button{font-size:14px; font-weight:normal; /*outline: none;*/}
::-webkit-input-placeholder {color:#999999; font-size: 1.2em;}
:-moz-placeholder {color: #999999; font-size: 1.2em;}
::-moz-placeholder { color:#999999; font-size: 1.2em;}
:-ms-input-placeholder {color:#999999; font-size: 1.2em;}

.text1::-webkit-input-placeholder {color:#c2c2c2; font-size: 1em;}
.text1:-moz-placeholder {color: #c2c2c2; font-size: 1em;}
.text1::-moz-placeholder { color:#c2c2c2; font-size: 1em;}
.text1:-ms-input-placeholder {color:#c2c2c2; font-size: 1em;}

.t_l{ text-align:left;}
.t_c{ text-align:center;}
.t_r{ text-align:right;}

.J_input{width:40px;margin:0 8px;text-align:center;}
.addCartBtn{margin-left:10px;padding:0 5px;border-radius:4px;color:#fff;border:1px solid #fff;}

body{font-size: 16px; background-color: #fff;}
.shoucang{background-color: #fff;}

img{width: 100%; cursor: pointer;}

a{text-decoration:none; color:#413f40; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover{ text-decoration:none;}
textarea{reszie:none;}/*禁止改变大小*/

.fl{float:left;display:inline;} 
.fr{float:right;display:inline;}

.f2{float:left;display:inline;margin-top:0px;border:1px solid red} 
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.clear{clear:both;zoom:1;}
.dis_inBlock{display:inline-block;*display:inline;*zoom:1;}
.dis_block{ display:block;}

.mr1{ margin-right:1px;}
.mb1{ margin-bottom:1px;}

.m5{margin:5px}
.m10{margin:10px}
.m15{margin:15px}
.m20{margin:20px}
.m30{margin:30px}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt50{margin-top:50px}
.mt100{margin-top:100px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb50{margin-bottom:50px}
.mb100{margin-bottom:100px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml50{margin-left:50px}
.ml100{margin-left:100px}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr50{margin-right:50px}
.mr100{margin-right:100px}


body {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.box-s{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.opa2 {
  opacity: .2;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 20);
  filter: alpha(opacity = 20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
}
.opa3 {
  opacity: .3;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 30);
  filter: alpha(opacity = 30);
  -moz-opacity: .3;
  -khtml-opacity: .3;
}
.opa4 {
  opacity: .4;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 40);
  filter: alpha(opacity = 40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
}
.opa5 {
  opacity: .5;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity = 50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
}
.opa6 {
  opacity: .6;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity = 60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
}
.opa7 {
  opacity: .7;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 70);
  filter: alpha(opacity = 70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
}
.opa8 {
  opacity: .8;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 80);
  filter: alpha(opacity = 80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
}

.warp{max-width: 640px; margin: 0 auto;}

/*清楚苹果按钮样式*/
input[type=”button”], input[type=”submit”], input[type=”reset”] {
	-webkit-appearance: none;
}

#main{position: relative; z-index: 9;}

/*header*/
.sidebar {
  width: 100%;
  position: fixed;
  right: 0px;
  left: -100%;
  top: 6.75rem;
  z-index: 666;
  background: #282828;
  padding-bottom: 1.5rem;
  display: block;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 99;
}
/* .sidebar li {
  border-bottom: 1px dashed #efefef;
  font-size: 1.2rem;
  color: #333;
  line-height: 2.5rem;
  width: 96%;
  margin: 0 auto;
  padding: 0.4rem 0;
}
.sidebar li a {
  display: block;
  width: 100%;
  line-height: 3rem;
  font-size: 1.4rem;
  text-align: left;
  color: #666;
} */
.sidebar_active {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  visibility: visible;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}


.foot-nav-list.mobile-list {
  display: block;
  clear: both;
  overflow: hidden;
  /* padding: 7rem 0px 1rem 0px; */
}
.foot-nav-list.mobile-list>ul{
  display: block;
}
.foot-nav-list.mobile-list>ul>li {
  float: none;
  margin: 0px;
  line-height: 2rem;
  border-bottom: 1px solid #388dd0;
}
.foot-nav-list.mobile-list>ul>li>a {
  font-size: 1.3rem;
  color: #388dd0;
  font-weight:normal;
  display: block;
  padding:1.5rem 2rem 1.5rem 2rem;
}
.foot-nav-list.mobile-list>ul>li>a .icon{
  float: right;
}
.foot-nav-list.mobile-list>ul>li>a .icon.up{
  display: none;
}
.foot-nav-list.mobile-list>ul>li>a.open .icon.up{
  display: block;
}
.foot-nav-list.mobile-list>ul>li>a.open .icon.down{
  display: none;
}
.foot-nav-list.mobile-list>ul>li>a .icon img{
  width: 2rem;
  height: 2rem;
}
.foot-nav-list.mobile-list>ul>li>ul {
  border-top: 2px solid #388dd0;
  background-color: #e6e5ea;
  padding: 0px;
  display: none;
}
.foot-nav-list.mobile-list>ul>li>ul>li{
  display: block;
  padding: 0px 2rem 0px 2rem;
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 1px solid #d7d6db;
}
.foot-nav-list.mobile-list>ul>li>ul>li>a{
  display: block;
  padding: 11px 0px 11px 0px;
  font-size: 1.2rem;
  color: #333;
}
.foot-nav-list.mobile-list>ul>li a:hover,
.foot-nav-list.mobile-list>ul>li.active a {
  color: #388dd0;
  text-decoration: none;
}

.header .left .iconnav2{background: url(../img/daohang.png) center no-repeat; background-size: 100%;top:5px;position: relative;}
.iconnav2{width: 33px; display: -webkit-inline-box; background: url(../img/loginimg.png) center no-repeat; background-size: 100%; height: 33px;}
.header{width: 100%; height: 6.75em; background-color: #fff; border-bottom: 2px solid #75af27; padding: .75em 5% .75em 5%; position: fixed; top: 0; left: 0; z-index: 99;}
.header .left{position: relative;width: 7%; text-align: center; margin-left: 1%; margin-top: 1.8em;}
.header .left .icon1,.icon2{width: 33px; display: -webkit-inline-box; background: url(../img/loginimg.png) center no-repeat; background-size: 100%; height: 1.9375em;}
.header .left p{color: #666666; font-size: .7em; line-height: .5em;}
.header .left .icon2{background: url(../img/nav3.png) center no-repeat; background-size: 100%;}
.header1{border-bottom: 1px solid #c9c9c9;}

.logo{font-size:24px;color:#413f40;font-weight: bold;margin-top: 0.5em;}
.logo span{font-size:29px;color:#2e86cc;}

#mobilelogo{
  display: none;
}


.searchbg{
  padding: 0px 6% 3% 6%;
}
.searchbg .search{
  width: 100%;
}
.search{position: relative;width: 93.8%;margin:0 auto; height: 3.125em;background-color: #388dd0; border-radius: 35px; -webkit-border-radius: 35px;}
.search .btn{margin:0.3125em 1.25em 0px 0px;width: 20%; max-width: 40px; height: 2.7em; background: url(../img/search.png) center no-repeat; border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px;}
.search .text{color:#fff;margin-left: 28px;margin-top: 1px;width: 80%; height: 3.125em; background-color: #388dd0; font-size: .9em; border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0;}
.search .text::placeholder{
  color: #fff;
}


.icon32{width: 55%; max-width: 28px; display: -webkit-inline-box; background: url(../img/menu.png) center no-repeat; background-size: 100%; height: 3em;}

.header2{width: 100%; height: 3.5em; background-color: #f6f8f7; border-bottom: 1px solid #e9e9e9; padding: 0 5%; position: fixed; top: 0; left: 0; z-index: 99;}
.header2 .left1,.header2 .right1{width: 20%; height: 3.5em;/* max-width: 56px;*/}
.header2 .left1 .back{display: block; width: 100%; height: 3.5em; background: url(../img/back.png) center left no-repeat; background-size: 38%; max-width: 40px;}
.header2 .middle{width: 60%; text-align: center; height: 3.5em; line-height: 3.5em;}
.header2 .right1 .back{display: block; width: 100%; height: 3.5em; background: url(../img/home.png)right center no-repeat; background-size: 50%; max-width: 56px; float: right;}
.header2 .right1 .back1{display: block; width: 100%; height: 3.5em; background: url(../img/icon16.png)right center no-repeat; background-size: 40%; max-width: 56px; float: right;}

.header3 .left{margin-top:-.5em; text-align: left; width: 15%;}
.header3 .search{width: 83%;}

.header4 .left{margin-top:-.55em; text-align: left; width: 25%;}
.header4 .search{width: 73%;}
.icon45{width: 43px; height: 43px; border: 2px solid #eb9cbd; background: url(../upload/10.jpg) center no-repeat; border-radius: 50%; overflow: hidden; display: block;}


.empty-cart{width:100%;text-align:center;font-size:1rem;padding:5rem 0;}
.empty-cart a{color:#ff5000;font-size:1rem;}
.empty-cart img{width:30%;}


/*footer*/
.footer{display: none;width: 100%; height: 3em; z-index: 99; left: 0; bottom: 0; position: fixed; border-top: 1px solid #e9e9e9; background-color: #f6f8f7;}
.footer ul li{width: 25%; float: left; text-align: center;}
.footer ul li .tit{color: #4b4b4b; font-size: .75em;}
.icon12{background: url(../img/nav1.png) center no-repeat; background-size: 55%; height: 1.9em; max-width: 40px; margin: 0 auto;}
.icon13{background: url(../img/nav2.png) center no-repeat; background-size: 55%; height: 1.9em; max-width: 40px; margin: 0 auto;}
.icon14{background: url(../img/nav3.png) center no-repeat; background-size: 46%; height: 1.9em; max-width: 54px; margin: 0 auto;}
.icon15{background: url(../img/nav4.png) center no-repeat; background-size: 50%; height: 1.9em; max-width: 42px; margin: 0 auto;}
.icon31{background: url(../img/icon17.png) center no-repeat; background-size: 55%; height: 1.9em; max-width: 40px; margin: 0 auto;}

.footer2 ul li{width: 33.333%;}

.footer1 .list{width: 22%;}
.footer1 .btn{width: 24.343%; margin-left: 2%; font-size: 1em;}
.footer1 .btn .gcar{width: 100%; height: 2.5em; line-height: 2.5em; background-color: #fb7b0a; color: #fff; border-radius: 5px; -webkit-border-radius: 5px; margin-top: .75em;}
.footer1 .btn .gcar1{background-color: #e71b70;}


/*商品加减样式*/
.btns{width: 24.343%; margin-left: 2%; font-size: 1em;float:right;margin-right:10%;}
.btns .gcar{width: 100%; height: 2.5em; line-height: 2.5em; background-color: #ff5f35; color: #fff; border-radius: 5px; -webkit-border-radius: 5px; margin-top: .75em;}
.btns .gcar1{background-color: #e71b70;}
.adds{width:50%;float:left;line-height: 2.5em;margin-left:10%;}
.ins{width:40%;text-align:center;}
.num_btn{font-size:20px;margin:2%;}
.ucenters{width: 35%; max-width: 24px; display: -webkit-inline-box; background: url(../img/nav4.png) center no-repeat; background-size: 100%; height: 1.5em;}



.footer .cur .icon12{background: url(../img/nav1.png) center no-repeat; background-size: 55%; height: 1.9em; max-width: 40px; margin: 0 auto;}
.footer .cur .icon13{background: url(../img/nav2-1.png) center no-repeat; background-size: 55%; height: 1.9em; max-width: 40px; margin: 0 auto;}
.footer .cur .icon14{background: url(../img/nav3-1.png) center no-repeat; background-size: 46%; height: 1.9em; max-width: 54px; margin: 0 auto;}
.footer .cur .icon15{background: url(../img/nav4-1.png) center no-repeat; background-size: 50%; height: 1.9em; max-width: 42px; margin: 0 auto;}
.footer .cur .tit{color: #ea2979;}

.page{height:40px;margin:30px auto;text-align:center;display:block;}
.page a{display:inline;width:38px;height:38px;padding:8px 10px;line-height:38px;border:1px solid #e7e7e7;font-size:14px;}
.page b{color:#75af27;font-weight:bold;padding:8px 5px;}
​













