

html {
  background-color: #fff;
}
ul{
  margin:0;
  padding:0;
}
li{
  margin:0;
  padding:0;
  list-style:none;
}
.slide-contant ul{
  margin:0;
  padding:0;
}
.index-slide-item{
  width:90%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  margin:0 auto;
  list-style:none;
  margin-bottom:5%;
}
.index-slide-item a img{
  width:100%;
  height:auto;
  display: inline-block;
  vertical-align: top;
}
.index-slide-item a{
  display:inline-block;
  width:100%;
  height:auto;
  text-align:center;
  color:white;
  font-size:20px;
  font-weight:bold;
  -webkit-transition:opacity .3s;
  transition:opacity .3s;
}
.index-slide-item a span{
  display:inline-block;
  vertical-align: middle;
  position:absolute;
  z-index:2;
  width:100%;
  height:100%;
  top:0;
  left:0;
  line-height:100%;
  opacity:0;
  background:rgba(0,0,0,.3);
  -webkit-transition:opacity .2s;
  transition:opacity .2s;
}

.preferential-tips{
  display:none;
}
.index-slide-item a span i{
  font-style:normal;
  font-weight: 400;
  display:block;
  position:absolute;
  width:90%;
  line-height:1.2;
  font-size:36px;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.index-slide-item:hover>a span{
  opacity:1;
  -webkit-transition:opacity .2s;
  transition:opacity .2s;
}
.preferential-tips{
  width:100%;
  height:30px;
  font-size:10px;
  line-height:30px;
  background:#000;
  text-align:center;
}
.preferential-tips a{
  color:#fff;
}
.logo{
  height:auto;
  display:inline-block;
  margin:0;
  height: 57px;
  line-height: 57px;
  overflow:hidden;
}
.logo a{
  display: inline-block;
  vertical-align: top;
}
.logo a img{
  width:70%;
  max-width: 230px;
  height:auto;
}
.menu{
  width:14px;
  height:14px;
  position:absolute;
  top:25px;
  left:20px;
  display:inline-block;
  z-index:9;
}
.nav-open .menu{
  position:fixed;
}
.menu .menu-ico{
  display:block;
  width:100%;
  height:2px;
  background:rgb(102,102,102);
}
.menu .menu-ico2{
  position:absolute;
  top:50%;
  left:0;
  -webkit-transform:translate(0,-50%);
  transform:translate(0,-50%)
}
.menu .menu-ico3{
  position:absolute;
  bottom:0;
}
.nav-open .menu .menu-ico1,.nav-open .menu .menu-ico3{
  display:none;
}
.dialog-open .menu .menu-ico1,.dialog-open .menu .menu-ico3{
  display:none;
}
.nav-open .menu .menu-ico2{
  background:none;
}
.dialog-open .menu .menu-ico2{
  background:none;
}
.menu .menu-ico2:before{
  content:'';
  display:block;
  position:absolute;
  background:rgb(102,102,102);
  top:calc(50% - 1px);
  left:0;
  width:100%;
  height:2px;
  -webkit-transition:transform(rotateZ) .3s;
  transition:transform(rotateZ) .3s;
}
.nav-open .menu .menu-ico2:before{
  background:#fff;
  -webkit-transform-origin: center center;
  -webkit-transform: rotateZ(45deg);
  transform-origin: center center;
  transform: rotateZ(45deg);
  -webkit-transition:all .3s;
  transition:all .3s;
}
.dialog-open .menu .menu-ico2:before{
  -webkit-transform-origin: center center;
  -webkit-transform: rotateZ(45deg);
  transform-origin: center center;
  transform: rotateZ(45deg);
  -webkit-transition:transform .3s;
  transition:transform .3s;
}
.menu .menu-ico2:after{
  content:'';
  display:block;
  position:absolute;
  background:rgb(102,102,102);
  top:calc(50% - 1px);
  left:0;
  width:100%;
  height:2px;
  -webkit-transition:all .3s;
  transition:all .3s;
}
.nav-open .menu .menu-ico2:after{
  background:#fff;
  -webkit-transform-origin: center center;
  -webkit-transform: rotateZ(-45deg);
  transform-origin: center center;
  transform: rotateZ(-45deg);
  -webkit-transition:all .3s;
  transition:all .3s;
}
.dialog-open .menu .menu-ico2:after{
  -webkit-transform-origin: center center;
  -webkit-transform: rotateZ(-45deg);
  transform-origin: center center;
  transform: rotateZ(-45deg);
  -webkit-transition:transform .3s;
  transition:transform .3s;
}
.nheader.wrapper{
  top:0;
  position:fixed;
  background:#fff;
  z-index:100;
  box-shadow:0 0 5px rgb(240,240,240);
  transition:all .3s;
}
.dialog-open .nheader.wrapper{
  position:fixed;
  transition:all .3s;
}
.nheader .cont{
  text-align:center;
}
.nheader-slot{
  height:57px;
}
.header-btns{
  width:72px;
  height:30px;
  position:absolute;
  right:12px;
  top:17px;
  font-size:0;
  text-align:right;
}
.header-btn{
  display:inline-block;
  width:32%;
  height:100%;
  vertical-align: top;
}
.header-icon-share{
  background:url(//asset.ibanquan.com/s/141958/538/share-ico?design_theme_id=0&v=1758882819_1550850764) center center / 14px 16px no-repeat;
}
.header-icon-search{
  background:url(//asset.ibanquan.com/s/141958/538/search-ico?design_theme_id=0&v=1758882819_1550850764) center center / 14px 16px no-repeat;
}
.header-icon-bag{
  background:url(//asset.ibanquan.com/s/141958/538/bag-ico?design_theme_id=0&v=1758882819_1550850764) center center / 14px 16px no-repeat;
}
.index-clause .guide{
  text-align:center;
  margin-bottom:20px;
}
.index-clause .guide a{
  display:inline-block;
  font-size:10px;
  vertical-align:top;
}
.index-clause .guide a .icon-bottom{
  display:inline-block;
  background:url(//asset.ibanquan.com/s/141958/538/nav-bottom?design_theme_id=0&v=1758882819_1550850764) center center / contain no-repeat;
  width: 14px;
  height: 14px;
  vertical-align:middle;
  margin-left:16px;
}
.wrapper-index-clause{
  margin-bottom:90px;
}
.index-clause .law{
  text-align:center;
}
.index-clause .law a{
  display:inline-block;
  font-size:10px;
  vertical-align:top;
}
.index-clause .law a .icon-bottom{
  display:inline-block;
  background:url(//asset.ibanquan.com/s/141958/538/nav-bottom?design_theme_id=0&v=1758882819_1550850764) center center / contain no-repeat;
  width: 14px;
  height: 14px;
  vertical-align:middle;
  margin-left:16px;
}
.footer-copy{
  font-size:10px;
  color:rgb(198,198,198);
  text-align:center;
}
.footer-links{
}
.footer-links ul{
  width:100%;
  max-width:120px;
  margin:0 auto;
  padding:0;
  font-size:0;
}
.footer-links ul li{
  list-style:none;
  display:inline-block;
  width:25%;
  height:auto;
  vertical-align:top;
}
.footer-links .icon-wechat{
  background:url(//asset.ibanquan.com/s/141958/538/footer_btn1?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
}
.footer-links .icon-index3{
  background:url(//asset.ibanquan.com/s/141958/538/footer_btn2?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
}
.footer-links .icon-weibo{
  background:url(//asset.ibanquan.com/s/141958/538/footer_btn3?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
}
.footer-links .icon-instagram{
  background:url(//asset.ibanquan.com/s/141958/538/footer_btn4?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
}
.footer-nav-bar-cont{
  padding:16px 20px;
}
.footer-nav-bar{
  font-size:0;
  margin:0;
  padding:0;
}
.footer-nav-bar-item{
  width:20%;
  display:inline-block;
  list-style:none;
  font-size:10px;
  text-align:center;
}
.footer-nav-bar-item a{
  display:inline-block;
  color:rgb(130,130,130);
  line-height:1;
}
.footer-nav-bar-item .footer-nav-bar-ico{
  display:block;
  height:26px;
  width:26px;
  margin:0 auto;
}
.footer-nav-bar .icon-HOME{
  background:url(//asset.ibanquan.com/s/141958/538/ico-HOME?design_theme_id=0&v=1758882819_1550850764) center center / contain no-repeat;
}
.footer-nav-bar .icon-shop{
  background:url(//asset.ibanquan.com/s/141958/538/ico-shop?design_theme_id=0&v=1758882819_1550850764) center center / contain no-repeat;
}
.footer-nav-bar .icon-explore{
  background:url(//asset.ibanquan.com/s/141958/538/ico-explore?design_theme_id=0&v=1758882819_1550850764) center center / contain no-repeat;
}
.footer-nav-bar .icon-service{
  background:url(//asset.ibanquan.com/s/141958/538/ico-server?design_theme_id=0&v=1758882819_1550850764) center center / contain no-repeat;
}
.footer-nav-bar .icon-my{
  background:url(//asset.ibanquan.com/s/141958/538/ico-my?design_theme_id=0&v=1758882819_1550850764) center center / contain no-repeat;
}
.footer-nav-bar-slot{
  width:100%;
  height:70px;
}
.wrapper-footer-nav-bar{
  position:fixed;
  left:0;
  bottom:0;
  background:#fff;
  border-top:1px solid rgb(240,240,240);
  z-index:101;
}
.mobi-nav-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height:100vh;
  text-align: left;
  font-size: 12px;
  visibility:hidden;
  left:-100%;
  opacity:1;
  -webkit-transition: all 400ms cubic-bezier(.39,.575,.565,1);
  -moz-transition: all 400ms cubic-bezier(.39,.575,.565,1);
  -ms-transition: all 400ms cubic-bezier(.39,.575,.565,1);
  -o-transition: all 400ms cubic-bezier(.39,.575,.565,1);
  transition: all 400ms cubic-bezier(.39,.575,.565,1);
}
.nav-open .mobi-nav-wrapper{
  visibility:visible;
  left:0;
  opacity:1;
  -webkit-transition: all 400ms cubic-bezier(.39,.575,.565,1);
  -moz-transition: all 400ms cubic-bezier(.39,.575,.565,1);
  -ms-transition: all 400ms cubic-bezier(.39,.575,.565,1);
  -o-transition: all 400ms cubic-bezier(.39,.575,.565,1);
  transition: all 400ms cubic-bezier(.39,.575,.565,1);
}
.mobi-nav{
  position:relative;
  width: 50%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  height:100%;
  left:0;
  background: rgba(73,73,73,.9);
  padding:80px 0 20px;
  z-index:2;
}
.mobi-nav-item{
  height: auto;
  line-height: 1;
  position: relative;
  padding: 0 0 0 20px;
  max-width: 33vw;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobi-nav-item a:hover{
  background: rgba(181,181,181,1);
  color:#fff;
}
.mobi-nav-item.mobi-nav-login{
  margin:27px 0;
  padding: 6px 30px;
}
.mobi-nav-item a{
  color: #fff;
  font-size:14px;
  display:inline-block;
  width:100%;;
  padding: 6px 0 6px 12px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position: relative;
}
.mobi-nav-item.mobi-nav-login a{
  display:inline;
  width:auto;
  padding: 0;
}
.mobi-nav-cove{
  position:absolute;
  top:0;
  left:0;
  width:120%;
  height:100%;
  z-index:1;
}
.nav-open .mobi-nav-cove{
  background: rgba(0,0,0,0);
  transition: all .3s .06s;
  -webkit-transition: all .3s .06s;
}
.search-ipt{
  padding: 0 28px;
  border-radius: 14px;
  outline: none;
  border: 0;
  background: rgb(239,239,239);
  vertical-align: middle;
  margin-right:6px;
  width: 75%;
  height:22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:12px;
}
.search-close{
  font-size:12px;
  color:rgb(96,96,96);
  vertical-align: middle;
  display: inline-block;
}
.search-wrapper{
  line-height:1;
  background:#fff;
  padding:7px 0 24px;
  position:relative;
  display:none;
  overflow:hidden;
}
.search-wrapper .header-icon-search{
  opacity:0;
  position: absolute;
  top: 17%;
  left: 10%;
  width: 17px;
  height: 17px;
  background: url(//asset.ibanquan.com/s/141958/538/search-ico?design_theme_id=0&v=1758882819_1550850764) center center / contain no-repeat;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.search-wrapper.active .header-icon-search{
  opacity:1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.dialog-wrapper{
  width:100%;
  height:100%;
  position:fixed;
  top:57px;
  left:0;
  z-index:999;
  max-height: 100vh;
  background:#fff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.dialog-open .dialog-wrapper{
  opacity:1;
  visibility:visible;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.index-yinsi{
  width:100%;
  height:auto;
  display:none;
}
.index-falv{
  width:100%;
  height:auto;
  display:none;
}
.swiper-wrapper.pro-img .swiper-slide{
  height:auto;
  padding:0 0 70%;
  background:#fff;
}
.swiper-wrapper.pro-img .swiper-slide img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#pro-detail-cnt{
  text-align:center;
  line-height:1.2;
}
#pro-detail-cnt .s-name{
  width:100%;
  color:rgb(87,87,87);
  text-align:center;
  font-size:14px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin:0;
}
#pro-detail-cnt .s-desc{
  width:100%;
  color:rgb(87,87,87);
  text-align:center;
  font-size:12px;
  margin:0 auto 2px;
}
#pro-detail-cnt .small-y{
  display:none;
}
#pro-detail-cnt .s-cont .s-price .dt{
  display:none;
}
#pro-detail-cnt .su-currency{
  color:rgb(87,87,87);
  font-size:10px;
  text-align:center;
}
#pro-detail-cnt .sk-product_info-default{
  font-size:10px;
  text-align:center;
  background:none;
}
#pro-detail-cnt .s-cont{
  background:none;
}
#pro-detail-cnt .s-cont .s-price{
  margin:10px 0;
}
#pro-detail-cnt .s-cont{
  padding:0;
}
#pro-detail-cnt .s-item{
  margin:0;
}
#pro-detail-cnt .s-cont .s-price .dd .price{
  margin:0;
  font-size:12px;
}
#pro-detail-cnt .sk-sku_options{
  display: inline-block;
  text-align: left;
}
#pro-detail-cnt .sk-sku_options>.s-label{
  display: inline-block;
  font-size:10px;
  margin-right: 7px;
  color:rgb(87,87,87);
}
#pro-detail-cnt .sk-sku_options>.s-label:after{
  content:'：';
}
#pro-detail-cnt .sk-product_info>.s-item{
  text-align:center;
  margin-bottom:2px;
}
#pro-detail-cnt .sk-sku_options>.s-key{
  display:block;
  margin-left: 43px;
}
#pro-detail-cnt .sk-sku_options>.s-label+.s-key{
  margin-left: 0;
  display:inline-block;
}
#pro-detail-cnt .sk-sku_options .s-key .su-button{
  padding:0;
  border:0;
  font-size:10px;
}
#pro-detail-cnt .pro_content_html{
  font-size:10px;
  color:rgb(87,87,87);
  max-width:80%;
  margin:0 auto;
}
#pro-detail-cnt .pro_content_html *{
  max-width:100% !important;
}
body #pro-detail-cnt .i-cart{
  background: #fff;
  color: rgb(87,87,87);
  font-size: 14px;
  border-radius: 41px;
  padding: 6px 9px;
  width: auto;
  border: 1px solid rgb(187,187,187);
}
body #pro-detail-cnt #x-favorite-btn_text{
  cursor: pointer;
  display: inline-block;
  background: #fff;
  color: rgb(87,87,87);
  font-size: 14px;
  border-radius: 41px;
  padding: 5px 10px;
  width: auto;
  border: 1px solid rgb(187,187,187);
  margin: 0 10px;
}
.header-btn.header-icon-share{
  position: relative;
}
.header-btn.header-icon-share>.bdsharebuttonbox{
  position: absolute;
  top: 100%;
  width:100%;
  opacity:0;
  visibility:hidden;
  padding:5px 0;
  background:rgb(182,182,182);
  -webkit-transition:all .3s;
  transition:all .3s;
}
.x-favorite-btn_icon {
  display: inline-block;
  margin: 0 3px 0 0;
  fill: #9b9b9b;
  width: 14px;
  height: 16px;
  vertical-align: top;
  overflow:hidden;
}
.btn.btn-lg.btn-disabled{
  background: none;
  border: 1px solid rgb(168,168,168);
  border-radius: 100px;
  color: rgb(87,87,87);
  padding: 8px 30px;
  font-size: 14px;
}
.header-btn.header-icon-share>.bdsharebuttonbox.active{
  opacity:1;
  visibility:visible;
  transform-origin: center center;
  transform: translate(0,10px);
  -webkit-transition:all .3s;
  transition:all .3s;
}
.header-btn.header-icon-share a{
  display:block;
  width:100%;
  height:0;
  padding:0 0 100%;
  margin:0 auto;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.header-btn.header-icon-share a.bds_weixin{
  background:url(//asset.ibanquan.com/s/141958/538/footer_btn1?design_theme_id=0&v=1758882819_1550850764) center center / 70% auto no-repeat;
}
.header-btn.header-icon-share a.bds_tsina{
  background:url(//asset.ibanquan.com/s/141958/538/footer_btn3?design_theme_id=0&v=1758882819_1550850764) center center / 70% auto no-repeat;
}
.btn-primary{
  background:rgb(168,168,168);
  border:0;
}
.sub-nav{
  position: absolute;
  top: 0;
  left: 33vw;
  width: 33vw;
  height: 100vh;
  opacity:0;
  z-index:2;
  visibility:hidden;
  -webkit-transform:translate(-10px,0);
  -webkit-transition:all .3s;
  transform:translate(-10px,0);
  transition:all .3s;
}
.sub-nav.active{
  opacity:1;
  visibility:visible;
  -webkit-transform:translate(0,0);
  -webkit-transition:all .3s;
  transform:translate(0,0);
  transition:all .3s;
}
.sub-nav .sub-item{
  height: auto;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-nav .sub-item>a{
  color: #000;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 6px 0 6px 30px;;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: transparent;
}
.sub-nav-cove{
  position: absolute;
  top: 57px;
  left: 33vw;
  width: 33vw;
  height: 100vh;
  background: rgba(255,255,255,.6);
  border:1px solid rgb(137,137,137);
  opacity:0;
  z-index:2;
  visibility:hidden;
  -webkit-transform:translate(-10px,0);
  -webkit-transition:all .3s;
  transform:translate(-10px,0);
  transition:all .3s;
}
.thr-nav-cove{
  position: absolute;
  top: 57px;
  left: 66vw;
  width: 34vw;
  height: 100vh;
  background: rgba(73,73,73,.9);
  opacity:0;
  z-index:3;
  visibility:hidden;
  -webkit-transform:translate(-10px,0);
  -webkit-transition:all .3s;
  transform:translate(-10px,0);
  transition:all .3s;
}
.sub-open .sub-nav-cove{
  opacity:1;
  z-index:1;
  visibility:visible;
  -webkit-transform:translate(0,0);
  -webkit-transition:all .3s;
  transform:translate(0,0);
  transition:all .3s;
}
.sub-item.active {
  background: rgba(81,81,81,1);
  color: #fff;
}
.sub-item.active a{
  color: #fff;
}
.thr-nav{

}
.thr-nav{
  position: absolute;
  top: 0;
  left: 33vw;
  width: 33vw;
  height: 100vh;
  opacity:0;
  z-index:2;
  visibility:hidden;
  -webkit-transform:translate(-10px,0);
  -webkit-transition:all .3s;
  transform:translate(-10px,0);
  transition:all .3s;
}
.thr-nav.active{
  opacity:1;
  visibility:visible;
  -webkit-transform:translate(0,0);
  -webkit-transition:all .3s;
  transform:translate(0,0);
  transition:all .3s;
}
.thr-nav .thr-item{
  height: auto;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.thr-item a{
  color: #000;
}
.thr-nav .thr-item>a{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 6px 0 6px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: transparent;
}
.thr-open .thr-nav-cove{
  opacity:1;
  z-index:1;
  visibility:visible;
  -webkit-transform:translate(0,0);
  -webkit-transition:all .3s;
  transform:translate(0,0);
  transition:all .3s;
}
.sub-item>a:hover{
  background: rgba(87,87,87,1);
  color: #fff;
}
.thr-item:hover a{
  background: rgba(181,181,181,1);
  color: #fff;
}
.mobi-nav-list>.mobi-nav-item:nth-child(1),.mobi-nav-list>.mobi-nav-item:nth-child(4),.mobi-nav-list>.mobi-nav-item:nth-child(6){
  margin-bottom:20px;
}
.return-btn{
  display:block;
  width:30px;
  height:30px;
  border-radius:100%;
  position:fixed;
  left:20px;
  bottom:90px;
  z-index:12;
  -webkit-transform: rotateZ(-90deg);
  border:1px solid rgb(187,187,187);
  transform: rotateZ(-90deg); background:rgba(255,255,255,.9) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDYwIDYwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQ0KCS5zdDF7ZmlsbDojMzMzMzMzO30NCjwvc3R5bGU+DQo8ZyBpZD0iX3gzRV9fMV8iIGNsYXNzPSJzdDAiPg0KCTxnIGlkPSJfeDNFXyI+DQoJCTxnPg0KCQkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQ2LjYsMzAuOEwzMi4xLDE2LjJjLTEuMS0xLjItMy0xLjItNC4xLDBMMTMuNCwzMC44Yy0wLjQsMC40LTAuNCwxLjIsMCwxLjZjMC40LDAuNCwxLjEsMC40LDEuNiwwbDEzLjktMTQNCgkJCQl2MTYuNWMwLDAuNiwwLjUsMS4xLDEuMSwxLjFjMC42LDAsMS4xLTAuNSwxLjEtMS4xVjE4LjRsMTMuOSwxNGMwLjQsMC40LDEuMSwwLjQsMS42LDBDNDcsMzIsNDcsMzEuMyw0Ni42LDMwLjh6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iX3gzMV9fMV8iIGNsYXNzPSJzdDAiPg0KCTxnIGlkPSJfeDMxXyI+DQoJCTxnPg0KCQkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTMwLDQ0Yy0wLjgsMC0xLjUsMC43LTEuNSwxLjVTMjkuMiw0NywzMCw0N3MxLjUtMC43LDEuNS0xLjVTMzAuOCw0NCwzMCw0NHogTTMwLDQyYzAuOCwwLDEuNS0wLjcsMS41LTEuNQ0KCQkJCVMzMC44LDM5LDMwLDM5cy0xLjUsMC43LTEuNSwxLjVTMjkuMiw0MiwzMCw0MnoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K) center center / contain no-repeat;
}
.serial-wrapper{
  max-width:90%;
  margin:0 auto;
  padding-top:30px;
}
.serial-wrapper h3{
  color: rgb(87,87,87);
  font-size: 14px;
}
.serial-ipt-box{
  position: relative;
}
.serial-ipt-box .serial-ipt{
  background: rgb(239,239,239);
  width: 100%;
  outline: none;
  border: 0;
  font-size: 12px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.serial-ipt-box .serial-search-btn{
  position: absolute;
  right: 0;
  z-index: 2;
  color: rgb(87,87,87);
  font-size: 12px;
  top: 50%;
  transform: translate(0,-50%);
  width: 50px;
  height: 100%;
  text-align: center;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.serial-wrapper .serial-desc{
  margin-top:50px;
}
.serial-wrapper .serial-desc p{
  font-size: 10px;
  color: rgb(173,173,173);
  white-space:nowrap;
}
.serial-search-tips{
  color: red;
  font-size: 12px;
}
.qr-code-cove{
  width:100vw;
  height:100vh;
  position:fixed;
  top:0;
  left:0;
  opacity:0;
  visibility:hidden;
  background:rgba(0,0,0,.7);
  z-index:1000;
  -webkit-transition:all .3s;
  transition:all .3s;
}
.qr-code-cove.active{
  opacity:1;
  visibility:visible;
  -webkit-transition:all .3s;
  transition:all .3s;
}
.qr-bg-cove{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.qr-code-cove img{
  width:60%;
  height:auto;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  z-index:2;
}
.footer-btns .footer-btn a{
  display:block;
  width:100%;
  height:100%;
  padding: 0 0 100%;
}
.pro-nav-list{
  padding:10px 0;
  font-size: 0;
}
.pro-nav-list a{
  color:#000;
  font-size:12px;
}
.pro-nav-list .pro-sub-item a{
  display: block;
  white-space:nowrap;
  color: #fff;
  padding:5px;
}
.has-sub-nav .pro-sub-nav{
  display: none;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position: absolute;
  border-radius: 0 0 7px 7px;
  padding: 3px 5px;
  background: rgba(150,150,150,.7);
  left: 0;
  top: 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.pro-nav-list .pro-item{
  display:inline-block;
  position:relative;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid rgb(204,204,204);
  border-bottom: 1px solid transparent;
  border-radius: 7px 7px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color:transparent;
  -weblit-transition:border 0s ease .1s;
  transition:border 0s ease .1s;
}
.pro-nav-list .pro-item:first-child{
  padding-left:0;
}
.pro-nav-list .pro-item:last-child{
  padding-right:0;
}
.pro-nav-list .pro-item.has-sub-nav:after{
  content:'';
  display:block;
  position:absolute;
  right:2px;
  top:50%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border:3px solid transparent;
  border-top:3px solid rgb(186,186,186);
}
.pro-list-wrapper{
  max-width:90%;
  margin:0 auto;
}
.proList-inner .emptyTips{
  border:0;
}
.pro-nav-list-wrapper{
  position:relative;
  z-index:3;
}
.pro-nav-list-wrapper .pro-filter-btn{
  position:absolute;
  top:50%;
  padding: 5px 0;
  right:0;
  -webkit-transform:translate(0,-50%);
  transform:translate(0,-50%);
  width: 62px;
  line-height: 1;
  text-align: right;
  display: inline-block;
  background: #fff;
  border: 1px solid rgb(204,204,204);
  border-bottom: 1px solid transparent;
  border-radius: 7px 7px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  -weblit-transition: border 0s ease .1s;
  transition: border 0s ease .1s;
}
.pro-nav-list-wrapper .pro-filter-btn>a{
  color:#000;
  font-size:12px;
  line-height:1;
}
.pro-nav-list-wrapper .prolist-spfilter-cond{
  display:none;
  right:0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  border-radius: 0 0 7px 7px;
  background:rgba(150,150,150,.7);
  padding: 5px 8px 5px;
  top: 99%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  font-size:0;
}
.pro-nav-list-wrapper .prolist-spfilter-cond a{
  font-size: 12px;
  display: block;
  white-space:nowrap;
  padding:8px 0;
  color:#fff;
}
.wrapper-proList{
  margin:0;
}
.pro-item-cove{
  color:#fff;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  display:block;
  height:100%;
  background:rgba(0,0,0,.4);
  z-index:2;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all .3s;
  transition:all .3s;
}
.proList-ul .pro-item:hover .pro-item-cove{
  opacity:1;
  visibility:visible;
  -webkit-transition:all .3s;
  transition:all .3s;
}
.proList-ul{
  font-size:0;
}
.proList-ul .pro-item{
  width:calc(50% - 7px);
  position:relative;
  font-size:12px;
  display:inline-block;
  background:#fff;
  height:auto;
  padding:0 0 66%;
  overflow:hidden;
  vertical-align:top;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.proList-ul .pro-item:nth-child(2n-1){
  margin-right:14px;
}
.proList-ul .pro-item img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
}
.proList-ul .pro-item .pro-item-info>span{
  display:block;
  font-size:12px;
  min-height:12px;
}
.pro-item-info{
  position:absolute;
  top:50%;
  width:100%;
  left:0;
  text-align:center;
  -webkit-transform:translate(0,-50%);
  transform:translate(0,-50%);
}
.proList-item-link{
  font-size:12px;
  color:#fff;
}
.proList-ul .proList-origPrice{
  font-size:12px;
  color:#fff;
  display:block;
  min-height:12px;
}
.pro-list-wrapper .mod.proList{
  margin:0;
  padding:0;
}
#pro-detail-cnt .s-tag{
  background:rgb(242,242,242);
  border:0;
  color:rgb(87,87,87);
}
.indexRecom-wrapper{
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1000;
  background:rgba(0,0,0,.7);
}
.indexRecom-wrapper .img-wrap{
  width:70%;
  display:inline-block;
  height:auto;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.indexRecom-wrapper .img-wrap>a{
  display:block;
  width:100%;
  height:100%;
}
.indexRecom-wrapper p{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width:60%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
}
.indexRecom-text{
  position:absolute;
  left:50%;
  bottom:10%;
  -webkit-transform:translate(-50%,0);
  transform:translate(-50%,0);
  color:#fff;
  width:100px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:5px 0;
  background:rgb(96,96,96);
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
} 
.index_recom_close{
  display:block;
  width:20px;
  height:20px;
  position:absolute;
  top:20px;
  left:20px;
  background:url(//asset.ibanquan.com/s/141958/538/index_recom_close?design_theme_id=0&v=1758882819_1550850764) center center / 14px 14px no-repeat;
  z-index:40;
  cursor: pointer;
}
.indexRecom-wrapper img{
  width:100%;
  height:auto;
}
.index-dialog-close{
  display:none;
}
.pc-nav-logo{
  display:none;
}
.index-video{
  width:100vw;
  height:100vh;
  position:fixed;
  top:0;
  left:0;
  z-index:1000;
}
.index-video-cove{
  width:100%;
  height:100%;
  background:rgba(0,0,0,.7);
  position:absolute;
  left:0;
  top:0;
  z-index:1;
}
.index-video-cove+div{
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  z-index:2;
}
.available-box>span{
  font-size: 12px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 22px;
}
.available-box>span.showQecode{
  background: #fff;
  color: rgb(87,87,87);
}
.search-ok{
  font-size: 12px;
  color: rgb(96,96,96);
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  left: 72%;
  top: 12px;
}
.emptyTips{
  font-size:13px;
}
.log-block-outer{
  background:#fff;
}
.sk-product-info.x-component>h3{
  max-width:80%;
}
@keyframes haowan{
  0%   {transform:translate(0,-50%) scale(1);opacity:1;}
  50%  {transform:translate(0,-50%) scale(.8);opacity:.5;}
  100% {transform:translate(0,-50%) scale(1);opacity:1;}
}
@-webkit-keyframes haowan{
  0%   {transform:translate(0,-50%) scale(1);opacity:1;}
  50%  {transform:translate(0,-50%) scale(.8);opacity:.5;}
  100% {transform:translate(0,-50%) scale(1);opacity:1;}
}
@media screen and (min-width:769px){
  .indexRecom-wrapper .img-wrap{
    max-width: 300px;
  }
  .pro-filter-btn{
    -weblit-transition: border 0s ease .1s;
    transition: border 0s ease .1s;
  }
  .pro-nav-list .pro-item{
    -weblit-transition:border 0s ease .2s;
    transition:border 0s ease .2s;
  }
  .search-ok {
    left: 65%;
    top: 4.5px;
  }
  .preferential-tips{
    position: relative;
    left: -200px;
    width: calc(100% + 200px);
    z-index: 12;
  }
  ::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,.09);
    z-index:2；
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3);
    z-index:2；
  }

  .pro-list-wrapper{
    max-width:90%;
    margin:0;
  }
  .wrapper-footer-nav-bar{
    display:none;
  }
  .nheader.wrapper{
    position:fixed;
    padding:0 30px;
    z-index:1;
  }
  .mobi-nav-cove{
    display:none;
  }
  .mobi-nav{
    background: none;
    display:inline-block;
    width: auto;
    padding-top: 120px;
  }
  .mobi-nav-wrapper{
    visibility: visible;
    left: 0;
    opacity: 1;
    display:inline-block;
    width: auto;
  }
  .menu{
    display:none;
  }
  .mobi-nav-item a{
    width:auto;
    padding:6px 48px 6px 24px;
    color: rgb(58,58,58);
    -webkit-transition:color 0s;
    transition:color 0s;
  }
  .mobi-nav-item a:after{
    content:'';
    display:block;
    width:26px;
    height:26px;
    position:absolute;
    top:0;
    right:24px;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(1)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon1?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(2)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon2?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(3)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon3?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(4)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon4?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(5)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon5?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(6)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon6?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(7)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon7?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(1)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon1?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(2)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon2?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(3)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon3?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(4)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon4?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(5)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon5?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(6)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon6?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-list .mobi-nav-item:nth-child(7)>a:after{
    background:url(//asset.ibanquan.com/s/141958/538/pc_nav_icon7?design_theme_id=0&v=1758882819_1550850764) center center / 20px 20px no-repeat;
  }
  .mobi-nav-item:hover a{
    -webkit-transition:color 0s;
    transition:color 0s;
  }
  .mobi-nav-item:hover{
    background:none;
  }
  .mobi-nav-list>.mobi-nav-item:nth-child(1), .mobi-nav-list>.mobi-nav-item:nth-child(4), .mobi-nav-list>.mobi-nav-item:nth-child(6){
    margin-bottom:20px;
  }
  .nheader-slot{
    height:90px;
  }
  .return-btn{
    display:none;
  }
  .nheader.wrapper{
    left:0;
  }
  .mobi-nav-item{
    padding:0 0 0 26px;
  }
  .header-btns{
    width:100px;
    top:8px;
  }
  .header-btns>a{
    background-size:20px 23px;
    margin:0 3px;
    width:26px;
  }
  .header-icon-share{
    background-size:18px 21px;
    cursor: pointer;
  }
  .search-wrapper{
    position: absolute;
    top: 62px;
    right: 9px;
    padding: 0;
    background:none;
  }
  .search-ipt{
    padding:0 32px;
  }
  .index-yinsi{
    max-width:960px;
    margin:0 auto;
    position:relative;
  }
  .index-falv{
    max-width:960px;
    margin:0 auto;
    position:relative;
  }
  .index-dialog-close{
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    right:20px;
    top:0;
    z-index:2;
    cursor: pointer;
    -webkit-transform:scale(.6);
    transform:scale(.6);
  }
  .qr-code-cove img{
    max-width:200px;
  }
  .nheader.wrapper{
    box-shadow:none;
  }
  .wrapper .cont{
    width:100%;
  }
  .logo{
    height: 40px;
    line-height: 40px;
  }
  .logo a img{
    width:85%;
  }
  .index-slide-item a span i{
    font-weight: 400;
    font-size:80px;
  }
  .nheader.wrapper .mod{
    padding:0;
  }
  .mobi-nav-wrapper{
    background:rgba(255,255,255,1);
    z-index:10;
  }
  .footer-nav-bar-slot{
    display:none;
  }
  .pc-nav-logo{
    display:block;
    width: 120px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 44px;
    background: url(//asset.ibanquan.com/s/141958/538/pc_nav_logo?design_theme_id=0&v=1758882819_1550850764) center left / contain no-repeat;
  }
  .indexRecom-wrapper a{
    width:24%;
  }
  .nheader.wrapper{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
  }
  .nheader.wrapper .cont{
    max-width:100%;
  }
  .pro-list-wrapper{
    max-width: 1200px;
  }
  .proList-ul .pro-item{
    width: 33%;
    margin: 0 0 0.5%;
    padding: 0 0 44%;
  }
  .proList-ul .pro-item:nth-child(2n-1){
    width: 33%;
    margin-right:0;
    margin: 0 0 0.5%;
  }
  .proList-ul .pro-item:nth-child(3n-1){
    width: 33%;
    margin: 0 0.5% 0.5%;
  }
  .swiper-wrapper.pro-img .swiper-slide{
    width:600px;
    padding: 0 0 600px;
  }
  .pro-detail .swiper-container{
    width:600px;
    margin:0;
  }
  .sub-nav{
    height:0;
    overflow:hidden;
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transition:height .2s;
    transition:height .2s;
  }
  .sub-nav.active{
    height:auto;
    -webkit-transition:height .2s;
    transition:height .2s;
  }
  .mobi-nav .sub-nav,.mobi-nav .thr-nav{
    width:auto;
  }
  .sub-nav-cove,.thr-nav-cove{
    display:none;
  }
  .dialog-open .nheader.wrapper{
    position:static;
  }
  .dialog-wrapper{
    top:0;
  }
  .nheader.wrapper{
    position:absolute;
    padding:0;
  }
  body{
    padding-left:200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrapper.nheader .mod{
    padding-right:200px;
  }
  .thr-nav .thr-item>a{
    color: #000;
    padding: 6px 0 6px 45px;
  }
  .thr-nav{
    height:0;
    overflow:hidden;
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transition:height .2s;
    transition:height .2s;
  }
  .active.thr-nav{
    height:auto;
    -webkit-transition:height .2s;
    transition:height .2s;
  }
  .thr-item:hover a {
    background: none;
  }
  .serial-wrapper{
    max-width: 30%;
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 200px;
  }
  .wrapper-index-clause{
    max-width: 600px;
    padding-right: 200px;
    margin: 0 auto 90px;
  }
  .wrapper-footer-links.wrapper{
    max-width: 600px;
    padding-right: 200px;
    margin: 0 auto;
  }
}
.sk-sku-options dd.s-key{
      margin: 10px 10px 0;
}
@media screen and (max-width:768px){
  .serial-wrapper .serial-desc p{
    white-space: normal;
  }
}
@media screen and (min-width:1441px){
  .mobi-nav-wrapper{
  }
  .wrapper.nheader{
  }
}
#pro-detail-cnt .s-item>dl{
      max-width: 90%;
    margin: 0 auto;
}
#pro-detail-cnt dt.s-label{
  display: inline-block;
}
#pro-detail-cnt dt.s-label:after{
  content:' :';
  display: inline-block;
}
.sk-sku-options dd.s-key>button.s-btn.i-on{
  border: 0;
  background: none;
  color: rgb(87,87,87);
  padding: 0 5px;
  font-size: 14px;
  line-height: 1;
}
.sku-open-btn{
      cursor: pointer;
}
#pro-detail-cnt dt.s-label:before{
  content:'';
}