/* banner样式 */
.app-banner {
  position: relative;
  width: 100vw;
  /* height: 576px; */
}

.app-banner-pagination {
  position: absolute;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  z-index: 2;
  width: auto !important;
}

.app-banner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: white;
  opacity: 0.6;
  margin: 4px;
  border-radius: 50%;
  cursor: pointer;
}

.app-banner-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
