.van-tabs__wrap{
  border-bottom: 1px solid #f3f3f3;
}




.goodsImgBtn .van-button--mini+.van-button--mini{
  margin-left: 0;
}
.goodsImgBtn .van-button--mini{
  padding: 0;
}


.prodetailPopBot .van-button__text{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.prodetailPopRight .van-button__text{
  display: block;
}

.van-popup--right{
  top: initial;
  bottom: 0;
  transform: translate3d(0, 0, 0);
}

.van-popup-slide-right-enter,
.van-popup-slide-right-leave-active {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.prodetailPopRight .van-field--min-height .van-field__control{
  min-height: 4rem;
}

.van-cell--clickable:active{
  background-color: #fff;
}

.pop-down-wrap { border-radius: 1.2rem; overflow: visible; margin-top: -4rem;}
.down-wrap { width: 31.5rem; padding: 2rem; border-radius: 1.2rem;}
.down-wrap .img-list { overflow: hidden; max-height: 30rem; overflow-y: scroll; -webkit-overflow-scrolling: touch;}
.down-wrap .img-item { position: relative; width: 8.5rem; height: 8.5rem; float: left; margin: 0 1rem 1rem 0;}
.down-wrap .img-item:nth-child(3n) { margin-right: 0;}
.down-wrap .img-item::after,.down-wrap .down-all::after {
  content: ""; display: block; width: 1.6rem; height: 1.6rem; border: .1rem solid #fff; 
  position: absolute; right: .4rem; bottom: .4rem; z-index: 2; border-radius: 50%;
}
.down-wrap .img-item.active::after,.down-wrap .down-all.active::after {
  width: 1.8rem; height: 1.8rem; border: none;
  background: url(../../assets/image/icon/checked.png); background-size: 100% 100%; 
}
.down-wrap .down-bot { font-size: 1.2rem; line-height: 2rem; margin-top: 1rem;}
.down-wrap .down-all { position: relative; padding-left: 2.2rem;}
.down-wrap .down-all::after { left: 0; top: .1rem; border-color: #D8D8D8;}
.down-wrap .down-close { position: absolute; width: 3.6rem; bottom: -8.6rem; left: 50%; margin-left: -1.8rem;}
.down-wrap .img-img { width: 8.5rem; height: 8.5rem; border-radius: .4rem; object-fit: cover;}
.down-wrap .down-btn { width: 12rem;}

.wo-video-play { z-index: 3;}