.goods-body {
  box-sizing: border-box;
  min-height: 10px;
  /* margin-top: calc(100px + 2em); */
  background-color: #f3f3f3;
}

@media (min-width: 768px) {
  .goods-body { 
    margin-top: calc(100px + 1em);
  }
}

.goods-content {
  box-sizing: border-box;
  min-height: 100px;
  max-width: calc(1200px + 2em);
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  /* border: 1px solid darkorange; */
}

.preview-panel {
  box-sizing: border-box;
  margin-bottom: 1em;
  /* padding-left: .5em;
  padding-right: .5em; */
}

.preview-img-wrap {
  box-sizing: border-box;
  padding-top: 100%;
  height: 0;
  position: relative;
}
.preview-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs-swipe .swiper-wrapper {
  box-sizing: border-box;
  /* padding-left: 2.095238%;
  padding-right: 2.095238%; */
}

.swiper-button-next-thumbs.swiper-button-next:after,
.swiper-button-prev-thumbs.swiper-button-prev:after {
  /* font-size: 12px; */
  font-size: 1.5em;
}

.swiper-button-next-thumbs.swiper-button-next {
  /* right: 0; */
  right: -2%;
}

.swiper-button-prev-thumbs.swiper-button-prev {
  /* left: 0; */
  left: -2%;
}

.swiper-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.article-contain-wrap {
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 1em;
  padding-right: 1em;
}

.hot-header {
  box-sizing: border-box;
  margin-top: 3.5em;
  margin-bottom: 1.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border: 1px solid rebeccapurple; */
}

.hot-title {
  font-size: 18px;
  line-height: 2;
}


.hot-img-wrap {
  box-sizing: border-box;
  padding-top: 100%;
  height: 0;
  position: relative;
}


.hot-img-box {
  display: block;
}
.hot-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hot-goods-name {
  box-sizing: border-box;
  margin-top: 1em;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;

}


@media (min-width: 768px) and (max-width: 991.98px) {
  .hot-title {
    font-size: 20px;
  }
  .hot-goods-name {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hot-title {
    font-size: 22px;
  }
  .hot-goods-name {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .hot-title {
    font-size: 24px;
  }
  .hot-goods-name {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .hot-title {
    font-size: 26px;
  }
  .hot-goods-name {
    font-size: 14px;
  }
}
