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

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

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

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

    .section1 span {
        position: absolute;
        z-index: 2;
        left: var(--container);
        bottom: 5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 10px;
        color: #FFF;
        text-align: center;
        font-size: 14px;
    }

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