    .section7 {
        padding-top: 100px;
        padding-bottom: 100px;
        width: 100%;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 59.54%, rgba(230, 246, 245, 0.2) 100%);
    }

    .section7 .indexTitle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .top7 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .More7 {
        width: 175px;
        height: 45px;
        border: 1px solid #2E2E2E;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 20px;
        font-size: 14px;
        text-align: center;
        color: #2E2E2E;
    }

    .Box7 {
        margin-top: 100px;
    }

    .swiper7 {
        padding-bottom: 60px;
        overflow: visible;
    }

    .slide7 {
        width: 42%;
        position: relative;
        padding-right: 50px;
        top: 0;
        transition: 0.5s;
    }

    .slide7:hover {
        top: -30px;
    }

    .img7 {
        position: relative;
        right: 0;
    }

    .img7 .img {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .img7 .text {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.5%, rgba(0, 0, 0, 0.5) 100%);
    }

    .img7 .text h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 1.5;
        color: #FFFFFF;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .img7 .text h2 {
        font-size: 16px;
        line-height: 1.5;
        color: #FFFFFF;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .slide7 span {
        margin-top: 25px;
        display: block;
        font-weight: 700;
        font-size: 16px;
        color: #2E2E2E;
    }

    .swiper7 .swiper-scrollbar {
        width: 100%;
        left: 0;
        background: rgb(46, 46, 46, 0.5);
        height: 2px;
    }

    .swiper7 .swiper-scrollbar div {
        background: var(--color);
        height: 4px;
        top: -1px;
    }

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

        .slide7 {
            width: 40%;
            padding-right: 30px;
        }

        .img7 .text {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
        }

        .img7 .text h1 {
            font-size: 20px;
        }

        .img7 .text h2 {
            font-size: 14px;
        }
    }

    @media (max-width: 720px) {
        .slide7 {
            width: 50%;
            padding-right: 15px;
        }

        .Box7 {
            margin-top: 30px;
        }

        .swiper7 {
            padding-bottom: 30px;
        }

        .slide7:hover {
            top: -15px;
        }

        .slide7 span {
            margin-top: 10px;
            font-size: 14px;
        }

        .img7 .text {
            padding: 15px;
        }

        .img7 .text h1 {
            font-size: 16px;
        }

        .More7 {
            width: 120px;
            height: 40px;
        }
    }

    @media (max-width: 460px) {
        .slide7 {
            width: 100%;
            padding: 0;
            margin-right: 30px;
        }
    }