.banner {
  overflow: hidden;
}

.banner-360 {
  height: 360px;
}

.banner img {
  width: 100%;
  height: 100%;
}

.swiper-banner {
  height: 576px;
}

.swiper-banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.60);
  border-radius: 50%;
  box-sizing: border-box;
}

.swiper-banner .swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}