@charset "utf-8";

.sec3Swiper .swiper-pagination {
  bottom: 30px;
}

.swiper-pagination-bullet {
  background: #FDFCEF;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: orange;
}

.sec3Swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
}