.banner {
  overflow: hidden;
}

.banner-360 {
  height: 360px;
}

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

.swiper-banner {
  height: 576px;
}

.swiper-slide a,
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.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;
  background-color: transparent;
}

.swiper-news .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  opacity: 1;
}

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

.swiper-news .swiper-news-pagination {
  bottom: 36px;
}

.swiper-slide {
  position: relative;
}