.banner-box {
    width: 100%;
    height: 188px;
    margin: 8px 0 10px 0;
    overflow: hidden;
}

#swiper-banner {
    width: 100%;
    height: 100%;
}

.banner-img-box {
    width: 100%;
    height: 100%;
    display: flex;
}

.banner-img-box img {
    height: 100%;
}

/*.banner-box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {*/
/*    bottom: 40px;*/
/*}*/

@media (max-width: 768px) {
    .banner-box {
        height: 134px;
    }

    .banner-box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 4px;
    }
}