/* sincol by  20210123*/
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .9;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c50018;
}