
.swiperAdv {
  /* width: 100%; */
  width: 96%;
  aspect-ratio: 358 / 182;
  margin: 0 auto 18px;
  overflow: hidden;
  /* margin: 0 12px; */
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  position: absolute !important;
  bottom: 10px !important;
  right: 10px !important;
  left: auto !important;
  text-align: right !important;
  width: auto !important;
}
.swiper-pagination-bullet {
  background: #FF53FD !important; /* 粉色 */
  opacity: 0.9;
}
.swiper-pagination-bullet-active {
  background: #FF53FD !important; /* 更深的粉色 */
  opacity: 1;
}
@media screen and (min-width: 942px) {
  .swiperAdv {
    width: 100%;
  }
}