.box6 .swiper {
  width: 100%;
  height: 100%;
}

.box6 .swiper-slide {
  font-size: 18px;
  color: #fff;
}

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

.box6 .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.box6 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.box6 .mySwiper2 {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.box6 .mySwiper {
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-top: 50px;
}

.box6 .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  position: relative;
  letter-spacing: 0.1em;
}

.box6 .mySwiper .swiper-slide span {
  font-size: 18px;
  transition: .5s;
}

.box6 .mySwiper .swiper-slide-thumb-active span {
  font-size: 40px;
  line-height: 46px;
}

.box6 .mySwiper .swiper-slide-thumb-active::after {
  content: "";
  display: block;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/105/20230106182946_nPzYBwi9.png);
  width: 360px;
  height: 250px;
  background-size: 100% 100%;
  position: absolute;
  left: -155px;
  top: calc(70% - 125px);
  z-index: 5;
}

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

.box6 .swiper-button-next {
  width: 80px;
  height: 80px;
  background: #B81F1C;
  right: auto;
  left: -80px;
  top: calc(45% + 95px);
  transform: rotateZ(90deg);    cursor: unset;
    pointer-events: unset;
}

.box6 .swiper-button-next::after {
  font-size: 24px;
  color: #fff;
}

.box6 .swiper-button-prev {
  width: 80px;
  height: 80px;
  background: #B81F1C;
  right: auto;
  left: -80px;
  top: 45%;
  transform: rotateZ(90deg);    cursor: unset;
    pointer-events: unset;
}

.box6 .swiper-button-prev::after {
  font-size: 24px;
  color: #fff;
}
