@charset "utf-8";
.widget-modeBannerV2 {
  margin-bottom: 20px;
}

.widget-modeBannerV2-swiper-figure {
  display: block;
  width: 100%;
  height: auto;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  display: inline-block;
  border-radius: 2px;
  background: #c3c3c3;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #ffc800;
}
