.baseinfo-title {
  padding: 12vw 0 8vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 5.6vw;
  color: #000000;
  text-align: center;
  position: relative;
}

.baseinfo-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5vw;
  width: 21vw;
  height: 1.2vw;
  background: #eea91f;
  transform: translateX(-50%);
}

.baseinfo .swiper-ori {
  aspect-ratio: 1 / 1;
}

.baseinfo .swiper-ori img {
  width: inherit;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #dddddd;
}

.baseinfo .swiper-ori .swiper-slide {
  position: relative;
}

.baseinfo .flex-thumbs {
  margin-top: 6vw;
}

.baseinfo .flex-thumbs .swiper-thumbs {
  padding-left: 6vw;
  max-height: 334px;
}

.baseinfo .flex-thumbs .swiper-thumbs .swiper-slide {
  width: 29vw;
  height: 29vw;
  cursor: pointer;
  border: 1px solid #dddddd;
}

.baseinfo .flex-thumbs .swiper-thumbs .swiper-slide .slide-info {
  padding: 1.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.baseinfo .flex-thumbs .swiper-thumbs .swiper-slide-thumb-active {
  border: 1px solid #eeaa1e;
}

.baseinfo .swiper-thumbs img {
  width: 16vw;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.baseinfo .swiper-thumbs .swiper-slide .proinfo {
  margin-top: 2vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2.6667vw;
  color: #202020;
}

.baseinfo .swiper-thumbs .swiper-slide-thumb-active .proinfo {
  color: #eeaa1e;
}

.baseinfo .swiper-thumbs .swiper-slide .proinfo .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  width: 26vw;
}

.baseinfo .info {
  overflow: hidden;
}

.baseinfo .info .desc {
  padding: 0 6vw 4vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 3.2vw;
  color: #000000;
}

.baseinfo .flex-swiper {
  padding: 0 6vw;
}

.flex-swiper-props {
  margin-top: 6vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-swiper-props .swiper-props {
  height: 25vw;
  padding: 0 6vw;
}

.flex-swiper-props .swiper-btn-prev,
.flex-swiper-props .swiper-btn-next {
  display: none;
}

.swiper-props .swiper-slide {
  width: 32vw;
}

.swiper-props .swiper-slide .label {
  height: 10vw;
  line-height: 10vw;
  background-color: #595959;
  font-size: 2.8vw;
  color: #f8f8f8;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-props .swiper-slide .value {
  margin-top: 1.2vw;
  height: 10vw;
  line-height: 10vw;
  background-color: #e8e8e8;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2.8vw;
  color: #161818;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product {
  background: #ffffff;
}

.product > .swiper {
  height: 100vw;
}

.product > .swiper .swiper-slide img {
  width: 100%;
  height: 100vw;
}

.product > .swiper .swiper-button-prev {
  width: 2.6667vw;
  aspect-ratio: 2 / 3;
  left: 2.6667vw;
  background-image: url(/img/swiper-button-prev.png);
  background-size: cover;
}

.product > .swiper .swiper-button-prev::after {
  content: none;
}

.product > .swiper .swiper-button-next {
  width: 2.6667vw;
  aspect-ratio: 2 / 3;
  right: 2.6667vw;
  background-image: url(/img/swiper-button-next.png);
  background-size: cover;
}

.product > .swiper .swiper-button-next::after {
  content: none;
}
