html,
body {
  height: 100vh;
  background: #fff;
}
button:focus,
button:active {
  outline: none;
}
.h8 {
  height: 0.15rem;
}
.h10 {
  height: 0.19rem;
}
.h12 {
  height: 0.23rem;
}
.h13 {
  height: 0.24rem;
}
.h14 {
  height: 0.26rem;
}
.h15 {
  height: 0.28rem;
}
.h17 {
  height: 0.32rem;
}
.h20 {
  height: 0.38rem;
}
.h20.bg-white {
  background: #fff;
}
.h24 {
  height: 0.46rem;
}
.h24.bg-white {
  background: #fff;
}
.h30 {
  height: 0.57rem;
}
.h44 {
  height: 0.84rem;
}
.h48 {
  height: 0.92rem;
}
.mt14 {
  margin-top: 0.26rem;
}
.mt16 {
  margin-top: 0.3rem;
}
.mt22 {
  margin-top: 0.42rem;
}
.mt100 {
  margin-top: 1.92rem;
}
.mt150 {
  margin-top: 2.88rem;
}
.mt200 {
  margin-top: 3.84rem;
}
.mt250 {
  margin-top: 4.8rem;
}
.pt22 {
  padding-top: 0.42rem;
}
.bg-f8 {
  background: #f8f8f8;
}
/** flex start **/
.display {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.box_orient {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
}
.align_items_center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.justify_content_center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify_content_space_between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex_flow {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.word_wrap {
  word-wrap: break-word;
  word-break: break-all;
}
.text_overflow {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/**flex end**/
.footer-nav {
  border-top: 1px solid #D1D1D1;
  height: 0.94rem;
  box-sizing: border-box;
}
.footer-nav li a {
  margin: 0.11rem 0 0;
  display: block;
  font-size: 0.23rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 1;
}
.footer-nav li a.home span {
  width: 0.4rem;
  height: 0.4rem;
  background: url('../i/footer-index.png') left top / 100% no-repeat;
}
.footer-nav li a.category span {
  width: 0.4rem;
  height: 0.4rem;
  background: url('../i/footer-classify.png') left top / 100% no-repeat;
}
.footer-nav li a.car span {
  width: 0.4rem;
  height: 0.4rem;
  background: url('../i/footer-cart.png') left top / 100% no-repeat;
}
.footer-nav li a.mine span {
  width: 0.4rem;
  height: 0.4rem;
  background: url('../i/footer-mine.png') left top / 100% no-repeat;
}
.footer-nav li a span {
  margin-bottom: 0.05rem;
}
.index-page .footer-nav .home {
  color: #1D6BB5;
}
.index-page .footer-nav .home span {
  background-position-y: 0;
  background-image: url('../i/footer-index-active.png');
}
.gallery-page .footer-nav .category {
  color: #1D6BB5;
}
.gallery-page .footer-nav .category span {
  background-position-y: 0;
  background-image: url('../i/footer-classify-active.png');
}
.cart-page .footer-nav .car {
  color: #1D6BB5;
}
.cart-page .footer-nav .car span {
  background-position-y: 0;
  background-image: url('../i/footer-cart-active.png');
}
.member-page .footer-nav .mine {
  color: #1D6BB5;
}
.member-page .footer-nav .mine span {
  background-position-y: 0;
  background-image: url('../i/footer-mine-active.png');
}
/** header start**/
header {
  height: 0.86rem;
  border-bottom: none;
  padding: 0;
  /*background: #F7F7F8;*/
  background: #fff;
}
.a-bar {
  position: fixed;
  top: 0;
  left: 0;
  /*background: #F7F7F8;*/
  background: #fff;
  z-index: 999;
  height: 0.86rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  /*border-bottom: 1px solid #C4C4C4;*/
  border-bottom: 1px solid #D1D1D1;
}
.a-bar .a-back {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  background: url(../i/icon-back.png) no-repeat;
  background-size: 0.38rem 0.38rem;
  margin-right: 0;
}
.a-bar .a-name {
  height: auto;
  line-height: 1;
  font-size: 0.34rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #111;
  text-indent: 0;
}
.a-bar .a-right {
  height: auto;
  line-height: 1;
  margin: 0;
}
.a-bar .a-right .btn {
  height: auto;
  line-height: 1;
  background: none;
  color: #333;
  font-size: 0.3rem;
  padding: 0;
}
/** header end**/
/**
** 商品详情
**/
.product-page {
  overflow-x: hidden;
  /***详情轮播***/
  /**商品标题**/
  /**商品价格**/
  /**促销信息**/
  /**货品编号**/
  /***底部按钮操作*/
  /***商品详情*/
  /***返回首页悬浮按钮*/
}
.product-page .pt-pic {
  width: 6.24rem;
  margin-top: 0.48rem;
  margin-bottom: 0.21rem;
}
.product-page .pt-pic .slider {
  height: 6.24rem;
}
.product-page .pt-pic .slider-item {
  width: 6.24rem;
  height: 6.24rem;
}
.product-page .pt-pic .slider-item img {
  max-width: 6.24rem;
  max-height: 6.24rem;
}
.product-page .slider-point span {
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.product-page .slider-point span.act {
  background-color: #1D6BB5;
}
.product-page .pt-name {
  font-size: 0.26rem;
  line-height: 0.46rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  border-top: 1px solid #F2F3F4;
  padding: 0.19rem 0.23rem;
}
.product-page .pt-name span {
  display: inline-block;
  padding: 0 0.09rem;
  margin-left: 0.09rem;
  color: #fff;
  background: #DF3033;
}
.product-page .pt-price {
  padding: 0 0.23rem;
  border-bottom: 0;
  box-sizing: border-box;
}
.product-page .pt-price .pt-price-t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-page .pt-price .pt-price-t .prices-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  margin-left: -0.09rem;
}
.product-page .pt-price .pt-price-t .collect-btn {
  width: 0.4rem;
  height: 0.4rem;
  background: url('../i/icon-collect.png') left top / 100% no-repeat;
}
.product-page .pt-price .pt-price-t .collect-btn.active {
  background-image: url('../i/icon-collect-active.png');
}
.product-page .pt-price .pt-price-b {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  margin-top: 0.26rem;
}
.product-page .pt-price .price {
  font-size: 0.46rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #DF3033;
}
.product-page .pt-price .original-price {
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  text-decoration: line-through;
  color: #999999;
  margin-left: 0.19rem;
  margin-top: 0.09rem;
}
.product-page .pt-price .retail-price {
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.product-page .pt-price .level-price-box {
  position: relative;
  line-height: 1;
  padding-right: 0.57rem;
}
.product-page .pt-price .arr {
  right: 0;
  top: 0.09rem;
}
.product-page .pt-promotions {
  padding: 0.23rem 0.23rem;
  border-bottom: 0;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.product-page .pt-promotions .icon {
  display: inline-block;
  text-align: left;
  font-size: inherit;
  background-color: #fff;
  color: inherit;
  height: auto;
  line-height: 1;
  margin-bottom: 0;
}
.product-page .pt-promotions .arr {
  right: 0.23rem;
}
.product-page .pt-num {
  border-bottom: 1px solid #F2F3F4;
  padding: 0 0.23rem !important;
  height: 0.94rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-page .pt-num .item-label {
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  width: 1.3rem;
  margin-right: 0.26rem;
}
.product-page .pt-num .item-text {
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.product-page .quantity-action-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product-page .quantity-action-box .minus,
.product-page .quantity-action-box .plus {
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 0;
}
.product-page .quantity-action-box .minus {
  border-radius: 0.07rem 0px 0px 0.07rem;
  margin-right: 2px;
}
.product-page .quantity-action-box .plus {
  border-radius: 0px 0.07rem 0.07rem 0px;
  margin-left: 2px;
}
.product-page .quantity-action-box .num .num-ipt {
  width: 0.61rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 0;
  padding: 0 0.09rem;
  background: #EFEFEF;
}
.product-page .quantity-action-box .btn.gray {
  background-color: #EFEFEF;
}
.product-page .quantity-action-box .btn.disabled {
  background-color: #F6F6F6;
}
.product-page .pt-btn {
  position: fixed;
  border-top: 0.01rem solid #F0F0F0;
  bottom: 0;
  left: 0;
  z-index: 11;
  height: 0.94rem;
  background-color: #fff;
  width: 100%;
  padding: 0;
  line-height: 0.94rem;
}
.product-page .pt-btn a:last-child {
  height: 0.94rem;
  line-height: 0.94rem;
  padding-top: 0;
  background: none;
  border-left: 1px solid #F2F3F4;
  box-sizing: border-box;
}
.product-page .pt-btn .btn.red {
  height: 0.94rem;
  line-height: 0.94rem;
  background-image: none;
  background-color: #DF3033;
  position: absolute;
  right: 0;
  top: 0;
  width: 36%;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  border: 0;
}
.product-page .pt-btn .btn.orange {
  height: 0.94rem;
  line-height: 0.94rem;
  padding-top: 0;
  border: none;
  background: #1D6BB5;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  background-position-y: 0.01rem;
  position: absolute;
  left: initial;
  top: 0;
  right: 36%;
  width: 36%;
}
.product-page .icon-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
  height: 0.94rem;
  line-height: 0.94rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.product-page .icon-btn.to-cart-btn {
  left: 14%;
}
.product-page .icon-btn.to-cart-btn .btn-icon {
  background-image: url("../i/icon-cart1.png");
}
.product-page .icon-btn .btn-icon {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  background: url("../i/icon-service1.png") left top / 100% no-repeat;
}
.product-page .pt-detail .tab .trigger-list {
  height: 0.94rem;
  border-bottom: 1px solid #F2F3F4;
}
.product-page .pt-detail .tab .trigger {
  height: 0.94rem;
  line-height: 0.94rem;
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.product-page .pt-detail .tab .trigger.act {
  border-bottom: 2px solid #DF3033;
  color: #DF3033;
}
.product-page .pt-detail .panel-list .panel {
  padding: 0.19rem;
}
.product-page .to-home-btn {
  position: fixed;
  bottom: 1.51rem;
  right: 0.09rem;
  z-index: 999;
  width: 1.13rem;
  height: 1.13rem;
  border-radius: 50%;
}
.product-page .to-home-btn .btn-home {
  display: inline-block;
  width: 1.13rem;
  height: 1.13rem;
  border-radius: 50%;
  border: 0;
  margin: 0;
  padding: 0;
  background: url('../i/icon-home.png') left top / 100% no-repeat;
}
.product-page .to-home-btn .btn-home:focus,
.product-page .to-home-btn .btn-home:active {
  outline: none;
}

/*2019/9/7 han*/
.pt-sku .sel-sku-box .sku-item{
  margin: 0;
}
.product-page .pt-sku .sku-item .k{
  min-width: 1.3rem;
  width: auto;
  text-align: left;
  font-size: .26rem;
  color: #666;
}
.product-page .pt-sku .sku-item .v{
  margin-left: 1.3rem;
}
.pt-sku .sel-sku-box .sku{
  margin-bottom: .3rem;
}

.publish a.btn{
  background: #1D6BB5;
  color: #fff;
  border-radius: 5px;
  height: .8259rem;
  line-height: .8259rem;
  font-size: .32rem;
  margin: .3rem .1rem;
}
.publish_comment{
  margin-bottom: 2rem;
  font-size: .28rem;
  padding: 0 .11rem;
}


.actveq{

}
.actveq .inactveq{
  display: inline-block;
  border: 1px solid #999999;
  margin-left: 0.1rem;
}

.actveq .disbock{
  color: #333333;
}

.nnnone{
  display: none;
}

.product-page .pt-promotions{
  padding: .3rem .2rem 0 .2rem;
  font-size: .26rem;
  color: #666;
}
.pt-promotions .k{
  min-width: 1.3rem;
  width: auto;
  text-align: left;
  float: left;
}
.pt-promotions .v{
  margin-left: 1.3rem;
  margin-bottom: .3rem;
}
.pt-promotions .v> div{
  float: left;
  color: #E13C3F;
  font-size: .2rem;
  background: #FFEDEE;
  height: .4rem;
}
.pt-promotions .v> ul{
  margin-left: 1.1rem;
}
.pt-promotions .v> ul li{
  margin-bottom: .1rem;
}

/*han  套装*/
.flex-center{
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content:center;
}
.flex-start{
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content:flex-start;
}
.flex-end{
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content:flex-end;
}
.flex-between{
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content:space-between;
}
.flex-around{
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content:space-around;
}
.arrow-icon{
  background: url(../i/icon-arrow-r.png) left top / 100% no-repeat;
}
.productSuit img{
  width: 1.2482rem;
}
.productSuitTop {
  font-size: .26rem;
  color: #666;
  padding: 0 .23rem;
  height: .94rem;
}
.productSuitTop span:nth-child(2){
  color: #999;
}
.productSuitTop span i{
  width: .3rem;
  height: .3rem;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -.05rem;
}
.productSuitMain {
  padding: 0 .23rem;
}
.productSuitMain .flex-start{
  color: #DF3033;
  font-size: .24rem;
  text-align: center;
}
.productSuitMain .flex-start p{
  margin: .1rem 0 .2rem;
}
.productSuitMain .suitJia{
  color: #000;
  width: .16rem;
  margin: 0 .12rem;
}
.productSuitMain .suitDian{
  color: #000;
  margin-left: .1rem;
  width: .4rem;
  font-weight: bold;
}
.productSuitMain .SuitCart{
  color: #666;
  font-size: .22rem;
}
.productSuitMain .SuitCart span{
  font-size: .32rem;
  color: #DF3033;
}
.productSuitMain .SuitCart a{
  border: 1px solid #1D6BB5;
  color: #1D6BB5;
  font-size: .24rem;
  border-radius: .08rem;
  padding: .05rem;
  margin-top: .25rem;
  width: 1.3rem;
  text-align: center;
  float: right;
}

.bouncedSuit .mubu{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  z-index: 1000;
}
.bouncedSuit .productSuit{
  position: fixed;
  height: 8rem;
  z-index: 1000;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  overflow: scroll;
  padding-top: .94rem;
}
.bouncedSuit .productli .productSuitTop {
  border-top: 1px solid #E9E9E9;
}
.bouncedSuit .productSuitTop.flex-center{
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 0;
  margin-top: -1rem;
}
.bouncedSuit .productSuitTop.flex-center> a{
  position: absolute;
  right: .23rem;
  width: .4rem;
  text-align: center;
}

.productSuit3> .productSuitTop{
  border-bottom: 1px solid #E9E9E9;
}
.productSuit3 ul{
  padding-left: .3rem;
}
.productSuit3 ul li{
  padding: .37rem .3rem;
  border-bottom: 1px solid #E9E9E9;
  padding-left: .1rem;
}
.productSuit3 ul li> div:nth-child(1){
  margin-right: .2rem;
  width: 1.2482rem;
}
.productSuit3 ul li> div:nth-child(2){
  font-size: .28rem;
  color: #DF3033;
}
.productSuit3 ul li> div:nth-child(2) p{
  margin-bottom: .3rem;
  color: #333;
}


.recentQuotation .packets .gray{
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 0;
  background-color: #EFEFEF;
  text-align: center;
  border-radius: 0.07rem 0px 0px 0.07rem;
  margin-right: 2px;
}
.recentQuotation .packets input{
  width: 0.8rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border: 0;
  padding: 0 0.09rem;
  background: #EFEFEF;
  text-align: center;
}
.recentQuotation .packets .plus{
  margin-right: .1rem;
  margin-left: 2px;
}
.recentQuotation i{
  background: url(../iconh/index27.png) center / 0.22rem no-repeat;
  width: .22rem;
  height: .22rem;
  margin: 0 .2rem;
}

.hint{
    font-family:PingFang SC;
    font-weight:400;
    background: #E5F7F9;
    color: #00B4C8;
    font-size: .24rem;
    padding: .2rem .23rem;
    line-height: .3rem;
    align-items: flex-start
}
.hint.error{
    background: #FCEAEA;
    color: #DF3133;
}
.hint i{
    background: url(../iconh/index28.png) center / 0.24rem no-repeat;
    width: .25rem;
    height: .25rem;
    margin-right: .1rem;
}
.hint.error i{
    background: url(../iconh/index29.png) center / 0.24rem no-repeat;
    margin-top: .03rem;
}