.main-wrap {
  padding-top: 1.95rem;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 2rem;
  box-sizing: border-box;
  background: rgb(246, 246, 246);
}
.swiper {
  width: 100vw;
  height: 100vw;
  background: #f7f7f7;
}
.swiper .van-swipe {
  height: 100%;
}
.swiper .van-swipe__track {
  height: 100%;
}
.swiper .slide {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-indicator {
  position: absolute;
  z-index: 2;
  bottom: 0.8rem;
  right: 0.75rem;
  font-size: 0.6rem;
  border: 1px solid #b0b0b0;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  background: #ffffff;
  color: #666666;
}

.goods-basic {
  padding: 0.8rem 0.5rem 0.5rem;
  background: #fff;
}
.goods-basic dl dt {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #333;
}
.goods-basic dl dd {
  display: flex;
  align-items: center;
}
.goods-basic .goods-jingle {
  flex: 1;
  font-size: 0.56rem;
}
.goods-basic .share {
  width: 1.17rem;
  height: 1.17rem;
  cursor: pointer;
}
.goods-basic .share img {
  width: 100%;
}
.goods-price {
  background: #fff;
  padding: 0.5rem;
}
.goods-price b {
  font-size: 1.2rem;
  color: #ba1418;
  line-height: 1.2rem;
  font-weight: normal;
}
.goods-price span {
  font-size: 0.6rem;
  font-weight: 300;
  text-decoration: line-through;
  color: #707070;
  line-height: 0.9rem;
  margin-left: 0.8rem;
}

.presale-price {
  background: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.presale-price b {
  font-size: 0.6rem;
  line-height: 1.2rem;
  font-weight: 500;
  font-weight: normal;
  color: #232326;
}
.presale-price span {
  font-size: 0.6rem;
  font-weight: 400;
  color: #ba1418;
  line-height: 0.9rem;
  margin-left: 0.8rem;
  float: right;
  padding: 5px 0;
}

.sel-tag {
  display: flex;
  align-items: center;
}
.sel-tag-item {
  height: 0.9rem;
  font-size: 0.525rem;
  line-height: 0.9rem;
  padding: 0 0.2rem;
  color: #232326;
  position: relative;
  font-weight: bold;
}
.sel-tag-item::after {
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  width: 200%;
  height: 200%;
  content: '';
  border: 1px solid #e3e5e9;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform-origin: top left;
  -webkit-transform-origin: top left;
}
.sel-tag .sel-tag-item + .sel-tag-item {
  margin-left: 0.3rem;
}

.goods-wrap {
  margin-top: 0.39rem;
  background: #fff;
}
.goods-other .van-cell__title {
  display: flex;
}
.goods-other .custom-title {
  width: 5em;
  font-size: 0.6rem;
  color: #232323;
}

.store-info-wrap {
  align-items: center;
}
.store-info-wrap .van-cell__title {
  flex: 1;
}
.store-info-wrap .van-cell__value {
  flex: none;
}

.store-info {
  display: flex;
  align-items: center;
  font-size: 0.56rem;
  color: #6d6d6d;
  font-weight: bold;
}
.store-info img {
  width: 1.52rem;
  height: 1.52rem;
  object-fit: contain;
  border: 1px solid #f6f6f6;
  margin-right: 0.86rem;
}

.store-rate {
  display: flex;
  padding: 0.2rem 0;
  justify-content: space-between;
}
.store-rate li {
  color: #888;
  font-size: 0.55rem;
}

.store-rate li b {
  font-weight: normal;
  margin-left: 0.2rem;
  color: #f15353;
}

.channel-top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.68rem 0 0.35rem 0;
}
.channel-top span {
  position: relative;
  top: -4px;
  font-weight: 300;
  font-size: 0.08rem;
  letter-spacing: 0.15rem;
  color: #d0d0d0;
}
.channel-top-title {
  font-size: 0.72rem;
  font-weight: bold;
  margin: 0 0.69rem;
  color: #333333;
  letter-spacing: normal;
}

.commend-list {
}
.commend-list .commend-item {
  float: left;
  width: 33.33%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.25rem 3.5% 0.5rem;
  position: relative;
}

.commend-list .commend-item dt {
  width: 100%;
  height: 5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.commend-list .commend-item dt img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.commend-list .commend-item dd.name {
  font-size: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #333333;
  line-height: 0.8rem;
}
.commend-list .commend-item dd.price {
  font-size: 0.7rem;
  color: #ba1418;
  padding: 0;
  font-weight: bold;
}

.fixed-tab-pannel {
  min-width: 320px;
  max-width: 640px;
  padding: 0.86rem 0.2rem 0.9rem 0.2rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fixed-tab-pannel p,
.fixed-tab-pannel div,
.fixed-tab-pannel table {
  width: 100% !important;
  font-size: 0.6rem !important;
}

.fixed-tab-pannel img {
  width: 100% !important;
}
.fixed-tab-pannel video {
  width: 100% !important;
}
.fixed-tab-pannel p,
.fixed-tab-pannel div,
.fixed-tab-pannel table {
  width: 100% !important;
  font-size: 0.6rem !important;
}

.detail-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2rem;
  background: #fff;
  z-index: 3000;
  border-top: 1px solid #e2e5e9;
  display: flex;
}
.deatail-navbar-normal {
  color: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18%;
}
.deatail-navbar-normal-item {
  width: 100%;
  text-align: center;
  align-items: center;
  height: 1.6rem;
  position: relative;
}
.deatail-navbar-normal-item .van-icon {
  font-size: 0.8rem;
}
.deatail-navbar-normal + .deatail-navbar-normal {
  border-left: 1px solid #e2e5e9;
}
.deatail-navbar-normal h6 {
  position: absolute;
  width: 100%;
  height: 0.6rem;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0.434rem;
  line-height: 0.8rem;
  color: #2d2d2d;
}

.deatail-navbar-add,
.deatail-navbar-buy {
  flex: 1;
  text-align: center;
  height: 100%;
  line-height: 2rem;
  color: #fff;
  background: #ffb03f;
  font-size: 0.65rem;
}
.deatail-navbar-buy {
  background: #f4133d;
}

.sku-pop {
  padding-bottom: 2rem;
  overflow-y: inherit !important;
}
.mask-tip {
  position: absolute;
  z-index: 2003;
  top: -1.2rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.9rem;
  color: #fff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.mask-tip i {
  background-image: url(../images/usercenter/back_down.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 75%;
  width: 0.8rem;
  height: 0.9rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.1rem;
}
.mask-close {
  position: absolute;
  z-index: 1;
  top: -0.6rem;
  right: 0;
  background: #fff;
  width: 0.9rem;
  height: 0.9rem;
  padding: 0.15rem;
  border-radius: 100%;
}
.mask-close i {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/usercenter/close_window.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  opacity: 0.5rem;
}

.skupop-goods {
  padding: 0.5rem;
  border-bottom: solid 0.05rem #eee;
}
.skupop-goods dl {
  display: flex;
}
.skupop-goods dl dt {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  padding: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3e5e9;
  box-sizing: border-box;
}
.skupop-goods dl dt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.skupop-goods dl dd {
  padding-left: 0.5rem;
  flex: 1;
}
.skupop-goods dl dd h6 {
  font-size: 0.6rem;
  line-height: 0.75rem;
  min-height: 1.2rem;
  margin: 0.2rem 0.6rem 0.4rem 0;
  color: #232326;
  font-weight: bold;
  padding: 0;
  width: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.skupop-goods dl dd .skupop-goods-other {
  display: flex;
  justify-content: space-between;
  font-size: 0.5rem;
  line-height: 1rem;
  color: #81838e;
  font-weight: 500;
}
.skupop-goods dl dd .skupop-goods-other span {
  height: 1rem;
  font-size: 0.55rem;
  color: #333333;

  line-height: 1rem;
}

.skupop-goods dl dd .skupop-goods-other b {
  font-size: 0.66rem;
  color: #ba1418;
  font-weight: bold;
}
.skupop-buy {
  padding: 0.5rem;
}
.skupop-buy-num {
  padding: 0.5rem 0 1rem 0;
}
.skupop-buy-num .van-stepper__input {
  border: none;
}

.addtocart-ani {
  position: fixed;
  z-index: 4000;
  width: 3rem;
  height: 3rem;
  padding: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3e5e9;
  box-sizing: border-box;
  background: #fff;
  transition: all ease 0.3s;
}
.addtocart-ani img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.show-share-hb {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 5000;
}
.show-share-hb .share-hb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.8rem;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.show-share-hb .share-img {
  width: 100%;
  min-height: 18rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  background: #fff url(../images/hbing.png) no-repeat 50% 50%/60%;
}
.show-share-hb .hb-src {
  -webkit-touch-callout: default;
  -webkit-user-select: auto;
  width: 100%;
  height: auto;
}
.show-share-hb .share-hb .hb-tip {
  width: 8.1rem;
  margin: 1.47rem 0 0.47rem;
}
.show-share-hb .share-hb .hb-close {
  width: 1.1rem;
  height: 1.1rem;
  cursor: pointer;
}

.select-wrap,
.wx-share-tip,
.wx-share-hb {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 9999;
}

.wx-share-hb .hb-src {
  width: 11.75rem;
  border-radius: 10px;
}

.select-wrap .share-mode {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.select-wrap .share-mode ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.share-mode ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.share-mode li img {
  max-width: 2.3rem;
  max-height: 2.3rem;
}

.share-mode li p {
  color: #ffffff;
  font-size: 0.51rem;
  margin-top: 0.65rem;
}

.select-wrap .close {
  margin: 0.5rem 0 1rem;
  text-align: center;
  cursor: pointer;
}

.select-wrap .close img {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0.6rem;
  cursor: pointer;
}

.wx-share-tip img {
  position: absolute;
  right: 0.7rem;
  top: 0;
  width: 9.9rem;
  cursor: pointer;
}

.wx-share-hb .share-hb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wx-share-hb .share-hb .hb-tip {
  width: 8.1rem;
  margin: 1.47rem 0 0.47rem;
}

.wx-share-hb .share-hb .hb-close {
  width: 1.1rem;
  height: 1.1rem;
  cursor: pointer;
}
