.goods_detail .thumbnail .swiper {
  width: 100%;
  height: 100%;
}

.goods_detail .thumbnail .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goods_detail .thumbnail .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.goods_detail .thumbnail .swiper {
  width: 100%;
  /* height: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.goods_detail .thumbnail .swiper-slide {
  background-size: cover;
  background-position: center;
}

.goods_detail .thumbnail .thumbsSwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.goods_detail .thumbnail .thumbsSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.goods_detail .thumbnail .thumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}


.tab-title .active {
  color: #0093e6;
  /* background: url(/public/hthy/assets/web/page/www/detail/tab_active-suit.png) no-repeat bottom; */
}

.recommendSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recommendSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
