    /* Section2 */
    .section2 {
        display: block;
    }

    .Box2 {
        margin-top: 60px;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .Swiper2 {
        overflow: visible;
    }

    .Slide2 {
        position: relative;
        width: 100%;
        opacity: 0;
        transition: 0.5s;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .Slide2.swiper-slide-active {
        opacity: 1;
    }

    .name2 {
        position: absolute;
        left: 0;
        top: 45px;
        z-index: 9;
        padding: 10px 15px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0 4px 24px 0 rgba(0, 80, 200, 0.14), 0 1px 4px 0 rgba(0, 60, 160, 0.10);
        display: flex;
        justify-content: center;
    }

    .name2 p {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    .name2::after {
        content: "";
        display: block;
        position: absolute;
        top: -45px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: radial-gradient(91.92% 91.92% at 35% 35%, #6FC3FF 0%, #0057CC 100%);
        box-shadow: 0 0 10px 2px rgba(0, 100, 220, 0.30);
    }

    .name2::before {
        content: "";
        display: block;
        position: absolute;
        top: -28px;
        width: 1px;
        height: 20px;
        background: linear-gradient(0deg, rgba(0, 120, 240, 0.60) 0%, rgba(0, 120, 240, 0.00) 100%);
    }

    .img2Box {
        position: relative;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .img2Box .img2 {
        position: relative;
        width: 100%;
    }

    .img2Box a {
        position: absolute;
        z-index: 2;
        opacity: 0;
        transition: 0.5s;
        display: block;
    }

    .img2Box a:hover {
        opacity: 1;
    }

    .text2 {
        width: calc(50% - 40px);
        padding: 30px;
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0 10px 15px -3px rgba(116, 212, 255, 0.14);
    }

    .text2 h1 {
        display: flex;
        align-items: center;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(51, 51, 51, 0.20);
    }

    .text2 h1 .icon2 {
        width: 64px;
        height: 64px;
        border-radius: 14px;
        background: var(--jianbian);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text2 h1 p {
        width: calc(100% - 64px);
        color: #333;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
    }

    .text2 h2 {
        margin: 25px 00;
        color: #6A7282;
        font-size: 14px;
        line-height: 2;
    }

    .text2 .desc2 {
        padding: 20px;
        width: 100%;
        border-radius: 14px;
        border: 1px solid var(--color);
        background: linear-gradient(90deg, rgba(0, 166, 244, 0.10) 0%, rgba(21, 93, 252, 0.10) 100%);
        display: flex;
        flex-wrap: wrap;
        grid-gap: 15px;
    }

    .text2 .desc2 h3 {
        width: 100%;
        color: #4A5565;
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .text2 .desc2 li {
        border-radius: 50px;
        color: #FFF;
        font-size: 14px;
        line-height: 1;
        padding: 10px 15px;
        background: var(--jianbian);
    }


    .Swiper2 .pagination2 {
        position: relative;
        width: calc(50% - 40px);
        margin-right: 0;
        margin-left: auto;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Swiper2 .pagination2::after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 1px;
        background: #fff;
    }

    .Swiper2 .pagination2 span {
        width: 30px;
        height: 30px;
        opacity: 1;
        background: #fff;
        box-shadow: 0 4px 4px rgba(116, 212, 255, 0.17);
    }

    .Swiper2 .pagination2 span.swiper-pagination-bullet-active {
        background: var(--jianbian);
    }


    @media (max-width: 1440px) {
        .text2 h1 p {
            font-size: 18px;
        }

        .text2 .desc2 {
            grid-gap: 10px;
        }

        .text2 .desc2 li {
            padding: 10px;
        }
    }

    @media (max-width: 1200px) {
        .text2 {
            padding: 15px;
        }

        .text2 h1 {
            display: flex;
            align-items: center;
            flex-direction: column;
            grid-gap: 10px;
        }

        .text2 h1 .icon2 {
            width: 45px;
            height: 45px;
        }

        .text2 h1 .icon2 img {
            width: 20px;
        }

        .text2 h1 p {
            width: 100%;
        }

        .text2 h2 {
            margin: 15px 0;
            line-height: 1.5;
        }

        .text2 .desc2 {
            padding: 10px;
        }

        .text2 .desc2 li {
            font-size: 12px;
        }

        .Swiper2 .pagination2 span {
            width: 20px;
            height: 20px;
        }
    }

    @media (max-width: 900px) {
        .img2Box {
            width: 100%;
        }

        .text2 {
            margin-top: 30px;
            width: 100%;
        }

        .Swiper2 .pagination2 {
            width: 100%;
        }
    }

    @media (max-width: 600px) {
        .name2 {
            position: relative;
            left: 0;
            top: 0;
        }
    }

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