body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,hr,ul,ol,td,input,option,textarea{
	margin:0;
	padding:0;
}
a, label, button, input, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul{
	list-style: none;
}
a{
  text-decoration:none;
  color: black;
}
img{
	border: none;
	display: block;
}
html,body{
  box-sizing: border-box;
  background: #F5F7FA;
  overflow-x: hidden;
}

/* header */
header{
  width: 100%;
  height: 12vw;
  box-sizing: border-box;
  padding: 2vw 3vw;
  display: flex;
  position: fixed;
  z-index: 10;
  background: #25D19B;
  
}
header .city{
  display: block;
  height: 8vw;
  color: #fff;
  font-size: 3.8vw;
  line-height: 8vw;
  padding-right: 1vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 22vw;
}
header .search{
  flex: 1;
  height: 8vw;
  background: #fff;
  border-radius: 1000px;
  color: #BEC5CF;
  text-align: center;
  line-height: 8vw;
  font-size: 4vw;
}
header .kefu{
  height: 8vw;
  text-align: center;
  display: block;
  padding: 0 1.6vw 0 3.2vw;
  font-size: 4vw;
}
header .kefu .icon-kefu{
  font-size: 5vw;
  line-height: 8vw;
  color: #fff;
}
.height{
  height: 12vw;
}
.banner{
  width: 100vw;
  height: 45vw;
}
.swiperBanner{
  width: 100vw;
  height: 45vw;
}
.banner .swiperBanner .swiper-wrapper .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  background: #303741;
}
.banner .swiperBanner .swiper-wrapper .swiper-slide a img{
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

/* nav */
.nav{
  width: 100vw;
  height: auto;
  background: #fff;
  box-sizing: border-box;
  padding: 2vw 0 2vw 4vw;
}
.nav ul{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap:wrap;
}
.nav ul li{
  width: 16.5vw;
  height: 16.5vw;
  margin: 0 2.3vw 2vw 0;
}
.nav ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 4vw;
}
.nav ul li a img{
  margin: 0 auto;
  width: auto;
  height: 12vw;
}
.nav ul li a span{
  font-size: 3.8vw;
  color: #303741;
}

/* 商品*/
.pro{
  width: 100vw;
  background: #fff;
  margin-top: 2vw;
  padding-top: 2vw;
  padding-bottom: 70px;
}
.pro .tab{
  width: 100%;
  height: 12vw;
  display: flex;
  line-height: 12vw;
  font-size: 5vw;
}
.pro .tab a{
  flex-shrink: 0;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 12vw;
  margin-left:3vw;
}
.pro .tab .selected{
  color: #25D19B;
  font-size: 6vw;
  font-weight: 800;
}
.pro ul{
  width:100%;
  height: 100%;
}
.pro ul li{
  width: 92vw;
  padding:3vw 4vw;
  /* height: 30vw; */
  border-bottom: 1px solid #eeeeee;
}
.pro ul li a{
  display: flex;
  width: 100%;
  height: 100%;
}
.pro ul li a .proimg{
  width: 28vw;
  height: 28vw;
}
.pro ul li a .proimg img{
  height: 100%;
  width: 100%;
  border-radius: 2px;
}
.pro ul li a .prodet{
  flex: 1;
  padding-left: 2vw;
  min-height: 28vw;
  position: relative;
}
.pro ul li a .prodet h4{
  font-size: 4.4vw;
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;   /*显示行数*/
}
.pro ul li a .prodet .price{
  width: 96%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 2vw;
  bottom: 0;
}
.pro ul li a .prodet::after{
  content: '';
  display: block;
  height: 7vw;
}
.pro ul li a .prodet .price p{
  padding-top: 1vw;
  color: #ef1f1f;
  font-size: 4.6vw;
}
.pro ul li a .prodet .price p span{
  font-size: 3vw;
}
.pro ul li a .prodet .tag{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1vw;
}
.pro ul li a .prodet .tag i{
  display: block;
  padding: 0.2vw 1vw;
  font-size: 3vw;
  font-style: normal;
  margin:0 1vw 1vw 0;
  background: #fcffe3;
  color: #e9c105;
}
.pro ul li a .prodet .tag .yanzheng{
  background: #e1ffe0;
  color: #1ed015;
}
.pro ul li a .prodet .brand{
  /* width: 30vw; */
  font-size: 3.4vw;
  color:#b3b3b3;
}
.pro ul li a .prodet .local{
  width: 30vw;
  font-size: 3.4vw;
  color:#b3b3b3;
  text-align: right;
  float: right;
  line-height: 7vw;
  margin-top: 1vw;
}
.pro ul li a .prodet .local .icon-Frame1{
  font-size: 3.4vw;
}
.footer{
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
}
.footer ul{
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: space-around;
}
.footer ul li{
  width: 16%;
  height: 100%;
}

.footer ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  color: #aaaaaa;
}
.footer ul li .active{
  color: #25D19B;
}
.footer ul li a .iconfont{
  font-size: 22px;
}
.footer ul li a p{
  font-size: 12px;
}
.footer ul li .addbtn{
  height: 40px;
  background: #25D19B;
  color: #fff;
  border-radius: 1000px;
  box-sizing: border-box;
  margin: 5px 0;
}
.footer ul li .addbtn .icon-tianjia{
  font-size: 29px;
}
/* 搜索弹窗 */
.searchPage{
  width: 100vw;
  background:#F5F5F5;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.searchPage .head{
  width: 100%;
  height: 12vw;
  padding: 2vw 1vw;
  display: flex;
  box-sizing: border-box;
}
.searchPage .head .cancel{
  display: block;
  width: 10vw;
  height: 8vw;
  text-align: center;
  line-height: 8vw;
  padding-right: 1vw;
}
.searchPage .head .cancel .icon-quxiao{
  font-size: 5vw;
  color: #C9C9C9;
}
.searchPage .head form input{
  width: 75vw;
  height: 8vw;
  outline: none;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 2vw;
  border-radius: 3px;

}
.searchPage .head .sousuo{
  width: 12vw;
  height: 8vw;
  display: block;
  color: #C9C9C9;
  text-align: center;
  line-height: 8vw;
}
.searchPage .head .sousuo .icon-sousuo{
  font-size: 6vw;
}
.searchPage .past{
  width: 100vw;
  background: #fff;
}
.searchPage .past ul{
  width: 100%;
  height: 100%;
  padding: 0 4vw;
  box-sizing: border-box;
}
.searchPage .past ul li{
  width: 100%;
  height: 12vw;
  line-height: 12vw;
  border-bottom: 1px solid #eee;
}
.searchPage .past ul li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #949991;
  font-size: 4vw;
}
.searchPage .past .clean{
  display: block;
  width: 100%;
  height: 10vw;
  text-align: center;
  line-height: 10vw;
  font-size: 4vw;
  color: #303741;
}
.searchPage .brand{
  width: 100%;
  background:#fff;
  margin-top: 2vw;
  padding:2vw 4vw 3vw;
  box-sizing: border-box;
  font-size: 4vw;
}
.searchPage .brand p{
  padding-bottom: 4vw;
}
.searchPage .brand .brandbox{
  width: 100%;
}
.searchPage .brand .brandbox a{
  width: 24vw;
  display: inline-block;
  padding: 2vw 2vw;
  border: #eee solid 1px;
  border-radius: 5px;
  color: #404040;
  margin: 0 .5vw;
  text-align: center;
  margin-bottom: 2vw;
  font-size: 3.8vw;
}
.goTop>img{
  width: 10vw;
  height: 10vw;
  cursor: pointer;
}
.goTop{
  position: fixed;
  right : 10vw;
  bottom : 20vw;
}
.picker{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .5);
  display: none;
}
.picker .content{
  width: 100%;
  height: 80vw;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(80vw);
  /* transition: all 1s; */
}
.picker .content .title{
  width: 100%;
  height: 10vw;
  text-align: center;
  line-height: 10vw;
  color: #303741;
  font-size: 4vw;
  border-bottom: 1px solid #eeeeee;
}
.picker .content ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  
}
.picker .content ul li{
  width: 20vw;
  height: 22vw;
  margin: 0 2.5vw;
}
.picker .content ul li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3vw;
  color: #303741;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2vw;
}
.picker .content ul li a img{
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1vw;
}
.picker .content .p_cancel{
  width: 100%;
  height: 14vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
.picker .content .p_cancel a{
  width: 12vw;
  height: 12vw;
  margin: 0 auto;display: block;
  text-align: center;
  background: #eeeeee;
  border-radius: 50%;
}
.picker .content .p_cancel a .icon-quxiao{
  font-size: 6vw;
  line-height: 12vw;
  color: #949991;
}
