@media (max-width: 680px) {
    .page {
        width: 100vw;
        height: 100%;
        background: #12142A;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .page_left_nav_box {
        width: 100% !important;
    }

    .page_right_bg {
        width: 100vw;
    }

    .page_right_swiper {
        width: 100vw;
    }

    .swiper .swiper-slide {
        height: 16.2rem !important;
    }
}