    /* Box1 */
    .section1 {
        padding: 0 !important;
    }


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

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

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

    .prev1 {
        width: 50px;
        height: 90px;
        background: #00000020;
        left: var(--container);
    }

    .next1 {
        width: 50px;
        height: 90px;
        background: #00000020;
        right: var(--container);
    }

    .Swiper1 .swiper-button-next:after,
    .Swiper1 .swiper-button-prev:after {
        color: #fff;
        font-size: 18px;
    }

    @media (max-width: 1200px) {
        .section1 {
            margin-top: 60px;
        }

        .prev1,
        .next1 {
            margin: 0 !important;
            transform: translateY(-50%);
            width: 30px;
            height: 60px;

        }
    }

    @media (max-width: 720px) {}

    @media (max-width: 460px) {}