@charset "utf-8";
#mobile-banner-1001 {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    position: relative;
}

#mobile-banner-1001 .swiper-container {
    width: 100%;
    height: auto;
}

#mobile-banner-1001 .swiper-container .swiper-slide img {
    width: 100%;
}

#mobile-banner-1001 .swiper-container .swiper-pagination-bullets {
    bottom: 10px;
}

#mobile-banner-1001 .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff;
    opacity: 0.8;
}

#mobile-banner-1001 .swiper-container .swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
}

@media screen and (min-width: 1240px) {
    #mobile-banner-1001 {
        display: none;
    }
}