<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  overflow: hidden;
}

.banner-360 {
  height: 360px;
}

.banner img {
  width: 100%;
  height: 100%;
}

.swiper-banner {
  height: 576px;
}

.swiper-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-banner .swiper-pagination-bullet-active {
  background-color: #791f20;
}

.swiper-news .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-news .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-news .swiper-news-pagination {
  bottom: 36px;
}
</pre></body></html>