    /* 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;
        }
    }

    .ssBox {
        width: 100%;
        padding: 10px var(--container);
        border-bottom: 1px solid #b8b8b8;
    }

    .ss {
        display: block;
        margin-left: auto;
        width: 260px;
        height: 30px;
        border: 1px solid #b8b8b8;
        display: flex;
    }

    .searchInput {
        width: calc(100% - 30px);
        height: 100%;
        padding-left: 15px;
        background: #fff0;
    }

    .subButn {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff0;
    }

    .subButn img {
        width: 60%;
    }

    @media (max-width: 720px) {
        .ss {
            width: 100%;
        }
    }