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-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 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 #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**/
/**
**  商品列表页
**/
/**搜索**/
.goods-search-box {
  height: 0.84rem;
}
.goods-search-box input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #B4B4B4;
}
.goods-search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #B4B4B4;
}
.goods-search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #B4B4B4;
}
.goods-search-box input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #B4B4B4;
}
.goods-search-box .goods-search-form {
  position: fixed;
  top: 0.86rem;
  left: 0;
  height: 0.84rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0.11rem 0 0.11rem 0.23rem;
  border-bottom: 0.01rem solid #F8F8F8;
  background: #fff;
  z-index: 10;
  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;
}
.goods-search-box .goods-search-form .ipt-icon {
  position: absolute;
  top: 0.28rem;
  left: 0.48rem;
  width: 0.26rem;
  height: 0.26rem;
  background: url('../i/icon-search.png') left top / 100% no-repeat;
}
.goods-search-box .goods-search-form .a-search-ipt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 0.61rem;
  background: #f8f8f8;
  border-radius: 0.61rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  padding-left: 0.67rem;
  padding-right: 0.19rem;
}
.goods-search-box .goods-search-form .a-search-btn {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 0.61rem;
  width: auto;
  padding: 0 0.26rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  background: #fff;
}
.pt-gallery .tab {
  padding-top: 0.84rem;
}
.pt-gallery .tab .trigger-list {
  position: fixed;
  top: 1.7rem;
  left: 0;
  border: 0;
  height: 0.84rem;
  border-bottom: 1px solid #f8f8f8;
  box-sizing: border-box;
  z-index: 10;
}
.pt-gallery .tab .trigger-list .trigger {
  border: 0;
  font-family: PingFang SC;
  font-weight: 500;
  width: 1.6rem;
  height: .56rem;
  background: #f5f5f5;
  border-radius: .28rem;
  font-size: .22rem;
  color: #333;
  margin-left: .15rem;
}
.pt-gallery .tab .trigger-list .trigger2 {
  border: 0;
  font-family: PingFang SC;
  font-weight: 500;
  width: 1.6rem;
  height: .56rem;
  background: #f5f5f5;
  border-radius: .28rem;
  font-size: .22rem;
  color: #333;
  margin-left: .15rem;
}

.pt-gallery .tab .trigger-list .trigger:nth-child(1){
  margin-left: .3rem;
}
.pt-gallery .tab .trigger-list .trigger2:nth-child(4){
  margin-right: .3rem;
}

.pt-gallery .tab .trigger-list .trigger.act {
  border: 0;
  color: #1D6BB5;
}
.pt-gallery .panel-list .panel {
  padding: 0;
}
.pt-gallery .panel-list .panel .pt-list {
  background: #F8F8F8;
  padding: 0.0960000614400393rem 0.0960000614400393rem 0;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item {
  background: #fff;
  width: 3.456002211841416rem;
  margin-bottom: 0.0960000614400393rem;
  border-radius: 0.09rem;
  padding: 0;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link .pt-h-img {
  width: 3.456002211841416rem;
  height: 3.456002211841416rem;
  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;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link .pt-h-img .img-box {
  width: 3.07rem;
  height: 3.07rem;
  overflow: hidden;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link .pt-h-img .img-box img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link .pt-h-info {
  height: 1.7320010444480668rem;
  width: 100%;
  border-top: 1px solid #FAFAFA;
  padding: 0.17rem 0.19rem 0;
  box-sizing: border-box;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link .pt-h-info .pt-h-name {
  margin-bottom: 0.19rem;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.38rem;
  height: 0.76rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link .pt-h-price {
  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;
  line-height: 1;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link .pt-h-price .pt-price {
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #DF3033;
  padding: 0;
  line-height: 1;
  border: 0;
  margin: 0;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link .pt-h-price .pt-inventory-tips {
  font-size: 0.22rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.pt-gallery .panel-list .panel .pt-list .pt-h-item .pt-h-link .pt-h-price .price-tag,.market-price {
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}

.bounced{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .5);
  top: 0;
  left: 0;
  z-index: 2;
}
.bounced .classification{
  background: #F5F5F5;
  max-height: 3.5rem;
  border-radius: 0 0 .1rem .1rem;
  flex-wrap: wrap;
  padding-bottom: .45rem;
  overflow: auto;
}
.bounced .classification li{
  width: 50%;
  font-size: .24rem;
  color: #333;
  font-weight: 400;
  padding-top: .3rem;
}
.bounced .classification li a{
  padding-left: .45rem;
}
.bounced .classification li.active i{
  width: .22rem;
  height: .16rem;
  background-image: url('../iconh/index19.png');
  background-size: 100%;
  background-repeat:no-repeat ;
  margin-right: .1rem;
}

.pt-gallery .tab .trigger-list .trigger2.active{
  padding-bottom: .28rem;
  margin-top: .14rem;
  color: #1D6BB5;
}