.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container{
    /*--swiper-theme-color: #ff6600;*/
    --swiper-pagination-color: #21BBC8;/* 两种都可以 */
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2% !important;/*2%*/
}

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

.swiper-pagination-bullet {
    width: 4px ;
    height: 4px ;
}
