.swiper {
    width: 100%;
    height: 100%;
}
.swiper-banner {
    margin-top: 50px;
    background-color: #F6F1ED;
}
.swiper-pagination-bullet-active{
    --swiper-theme-color: #000 !important;
    background: #000 !important;
    
}
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background: transparent;
    margin-right: 19px !important;
}