.swiper-pagination-bullet-active {
    background: #dc0000!important;
    opacity: .9!important;
    width: 6rem;
}

.swiper-pagination-bullet {
    background: #999;
    border: 0.1rem
-rem
 solid rgba(0,0,0,.1);
    border: var(--border);
    border-radius: 0.2rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
    box-shadow: var(--box-shadow);
    height: 1rem;
    opacity: .7;
    width: 3rem;
}
