<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    /* Box1 */
    .section1 {
        padding: 0 !important;
    }

    .Swiper1 {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    .Slide1 {
        width: 100%;
        height: auto;
    }

    .Slide1 .bj {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 1;
        display: none;
    }



    .pagination1 span {
        background: #fff;
        width: 14px;
        height: 14px;
    }

    .prev1 {
        width: 50px;
        height: 65px;
        background: #424246;
        z-index: 2;
        left: 0;
    }

    .next1 {
        width: 50px;
        height: 65px;
        background: #424246;
        z-index: 2;
        right: 0;
    }

    .next1.swiper-button-next:after,
    .prev1.swiper-button-prev:after {
        color: #fff;
        font-size: 20px;
    }

    @media (max-width: 720px) {
        .pagination1 span {
            background: #fff;
            width: 8px;
            height: 8px;
        }

        .prev1 {
            width: 20px;
            height: 40px;
        }

        .next1 {
            width: 20px;
            height: 40px;
        }

        .next1.swiper-button-next:after,
        .prev1.swiper-button-prev:after {
            font-size: 16px;
        }
    }</pre></body></html>