<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  height: 115px;
  background-image: linear-gradient(-180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.94) 100%);
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  width: 37px;
  height: 6px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #0096ec;
}

/* 涓婁竴椤� 涓嬩竴椤� star */
.swiper-button-next, .swiper-button-prev {
  top: 40%;
  width: 36px;
  height: 80px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all ease .2s;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  transform: scale(1.05);
}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
  opacity: 1;
}
/* 涓婁竴椤� 涓嬩竴椤� end */

@media screen and (max-width: 959px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }

  .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    height: 100px;
  }
  .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}</pre></body></html>