.swiper-container .banner-img {
    width: 100%;
}
.popupCarousel .index-swiperPop .swiper-slide a {
    display: block;
}

.popupCarousel {
    display: none;
}

.popupCarousel .close-button i {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100001;
    font-size: 1.6rem;
    color: #FFF;
    cursor: pointer;
    transition: 0.2s;
}

@media screen and (min-width: 951px) {
.popupCarousel .close-button i:hover {
    color: rgba(0, 0, 0, 0.5);
}
}

.popupCarousel .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
}

.popupCarousel .adDialogGroup {
    position: relative;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 100000;
}

.popupCarousel .dontShowAgainCheckbox {
    width: auto;
    box-sizing: border-box;
}

.popupCarousel .index-swiperPop {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100001;
}

@media screen and (max-width: 480px) {
.popupCarousel .index-swiperPop {
    width: 97%;
    margin-top: 3%;
}

.popupCarousel .index-swiperPop .swiper-slide,
.popupCarousel .index-swiperPop .banner-img {
    border-radius: 10px;
}

.popupCarousel .index-swiperPop .swiper-slide {
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.popupCarousel .index-swiperPop .swiper-lazy-preloader {
    --swiper-preloader-color: #FFF;
}
}

.popupCarousel .index-swiperPop .swiper-pagination-bullets {
bottom: 40px;
}

@media (orientation: landscape) {
    .popupCarousel .index-swiperPop {
        max-width: 70vh;
    }

    .popupCarousel .index-swiperPop .swiper-slide {
        max-height: 70vh;
    }

    .popupCarousel .index-swiperPop .banner-img {
        width: 70vh;
    }
}

@media (orientation: portrait) {
    .popupCarousel .index-swiperPop {
        width: 80%;
    }
}