 
    body {
        background-color: #F3F3F5;
    }





    .banner-img-custom {
        height: 680px;
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        align-items: center;
        background-image: url('/assets/imgs/omnichannel-banner.webp');
    }
 
 
    .project-background-section {
        padding: 160px 0;
        background-image: url('/assets/imgs/project-background.webp');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }




    /* 左侧文字区域 */
    .project-text-content {
        flex: 1;
        min-width: 0;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .project-title {
        font-size: 48px;
        font-weight: 600;
        color: #003D5C;
        margin-bottom: 30px;
        line-height: 1.2;
    }

    .project-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #003D5C;
    }

    .project-description p {
        margin-bottom: 20px;
    }

    .project-description p:last-child {
        margin-bottom: 0;
    }

    .project-background-inner {
        max-width: 1440px;
        margin: 0 auto;
    }

    /* 右侧卡片区域 - 修改为2x2网格布局 */
    .project-stats-cards {
        justify-content: center;
        gap: 60px 80px;
        display: flex;
        flex-wrap: wrap;
    }


    .stats-card {
        width: calc(33% - 80px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .card-icon {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (min-width: 768px) {
        .project-background-inner .card-icon {
            background: #fff;
            border-radius: 100%;
            padding: 30px;
            width: 140px;
            height: 140px;
            box-sizing: border-box;
        }

    }



    .card-number {
        font-size: 24px;
        font-weight: 700;
        color: #003D5C;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .card-number-two {
        font-size: 42px;
        font-weight: 700;
        color: #fff;
        line-height: 1;
        margin-bottom: 13px;
    }

    .card-text {
        font-size: 18px;
        font-weight: 400;
        color: #003D5C;
        line-height: 28px;
        text-align: left;
        max-width: 240px;

    }

    .card-text-two {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        line-height: 1.3;
    }

    @media (max-width: 768px) {
        .stats-card {
            border-radius: 16px;
            padding: 40px 24px 12px;
            width: 100%;
            box-sizing: border-box;
            justify-content: flex-start;
        }

        .project-background-section {
            padding: 40px 0;
        }

        .banner-img-custom {
            background-image: url('/assets/imgs/omnichannel-banner-mob.webp');
            display: block;
            height: 545px;
        }

        .project-stats-cards {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            width: 100%;
        }

        .card-number-two {
            font-size: 32px;
            line-height: 48px;
        }

        .card-text-two {
            font-size: 14px;
            line-height: 22px;
        }

        .card-text {
            font-size: 12px;
            line-height: 18px;
        }

        .card-number {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 12px;
        }
    }
 
 
    .solution {
        position: relative;
        width: 100%;
    }

    .solution .swiper .swiper-wrapper {
        display: flex;
    }

    .solution .swiper {
        position: relative;
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    .solution-header {
        color: #fff;
        font-weight: 700;
        font-family: 'Montserrat Bold';
        font-size: 48px;
        padding-bottom: 14px;
        margin: 0 auto;

    }

    .solution .image-container img {
        width: 100%;
        height: auto;
    }

    .solution .swiper-container {
        width: 100%;
        max-width: 1440px;
        position: relative;
    }

    .solution .content-container {
        width: 100%;
        max-width: 1440px;
        z-index: 2;
        margin: 0 auto;
        padding: 100px 20px;
        /* 添加内边距，避免内容太靠边 */
        box-sizing: border-box;
    }

    .solution-desc {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Montserrat Regular';
        text-align: left;
        line-height: 24px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .project-info-card {
        width: 100%;
        max-width: 1440px;
        display: flex;
        align-items: center;
        background: linear-gradient(220.6deg, rgba(255, 255, 255, 0.1) 5.06%, rgba(107, 140, 157, 0.1) 62.87%);
        border: 1px solid #fff;
        border-radius: 24px;
        padding: 40px 50px;
        gap: 70px;
        color: #fff;
        backdrop-filter: blur(200px);
        box-sizing: border-box;
        position: relative;

    }

    .project-info-img {
        flex: 1;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .project-info-img img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .project-info-content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .project-info-section {
        margin-bottom: 30px;
    }

    .project-info-section-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 36px;
        border-bottom: 1px solid #FFFFFF4D;
        margin-bottom: 10px;
    }

    .project-info-section-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .buttons-zl {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        pointer-events: none;
        z-index: 1;
    }

    .buttons-zl .prev,
    .buttons-zl .next {
        position: absolute;
        width: 60px;
        height: 60px;
        cursor: pointer;
        pointer-events: auto;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
    }

    .buttons-zl .prev {
        left: 0;
        transform: translateX(-100%) translateX(-20px);
    }

    .buttons-zl .next {
        right: 0;
        transform: translateX(100%) translateX(20px);
    }

    .buttons-zl .prev.swiper-button-enabled,
    .buttons-zl .next.swiper-button-enabled {
        background: rgba(255, 255, 255, 0.9);
        border-color: rgba(255, 255, 255, 1);
    }

    .buttons-zl .prev.swiper-button-disabled,
    .buttons-zl .next.swiper-button-disabled {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.4);
        cursor: not-allowed;
        opacity: 0.5;
    }

    .solution {
        background: linear-gradient(314.74deg, #003D5C 7.08%, #0A1B2E 84.98%);

    }

    .solution .earth-background picture {
        font-size: 0;
        display: block;
    }

    .solution .earth-background img {
        width: 100%;
    }

    .solution .earth-background {
        /* background: url("./assets/imgs/earth-background.webp") center 0/100%; */
        width: 100%;
        height: 1110px;
        position: absolute;
        z-index: 1;
        mix-blend-mode: plus-lighter;
        display: flex;
        justify-content: flex-start;
    }

    @media screen and (max-width: 1600px) {
        .solution .buttons-zl .prev {
            left: 0;
            transform: translateX(20px);
        }

        .solution .buttons-zl .next {
            right: 0;
            transform: translateX(-20px);
        }
    }


    @media screen and (max-width: 768px) {

        .solution .buttons-zl {
            display: none;
        }

        .solution {
            background: linear-gradient(314.74deg, #003D5C 7.08%, #0A1B2E 84.98%);
            padding: 60px 0;
            width: 100%;
            overflow: hidden;
            background-repeat: no-repeat;
        }

        .solution .image-container {
            display: none;
        }

        .solution .content-container {
            max-width: 100%;
            overflow: hidden;
            top: 0;
            padding-top: 0;
        }

        .project-info-card {
            flex-direction: column;
            gap: 40px;
        }

        .project-info-card .project-info-img {
            order: 2;
        }

        .solution .content-container {
            position: relative;
        }

        .solution-desc {
            margin-bottom: 100px;
        }

        .solution .swiper .swiper-wrapper {
            flex-wrap: wrap;
            gap: 40px;
        }

        .solution .earth-background {
            /* background: url("./assets/imgs/earth-background.webp") center 0/100%; */
            width: 100%;
            height: 952px;
            position: absolute;

            top: -90px;
            z-index: 1;
            mix-blend-mode: plus-lighter;
            display: flex;
            justify-content: flex-start;
        }




    }
 
 
    .insights-section-body {
        padding-bottom: 70px;
        padding-top: 120px;
        background: none
    }

    .insights-section-body .insights-pagination {
        position: relative;

    }

    .insights-section-body .demo-pagination {
        position: absolute;
        top: 0;
        right: 0;
    }

    .insights-section-body .demo-pagination-btn {
        margin: 0;
    }
 
 
    .demo-background-wrapper {
        margin: 0 auto;
        box-sizing: border-box;
        background-image: url('/assets/imgs/business-bottom.webp');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 60px 0 60px;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    .demo-background {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        background: linear-gradient(90deg, #003D5C 0%, #0A1B2E 100%);
        border-radius: 40px;
        padding: 60px 62px 68px 62px;
        box-sizing: border-box;
        box-shadow: 0 6px 28px 0 rgba(10, 61, 92, 0.09);
        position: relative;
        overflow: hidden;
    }

    .demo-title {
        font-size: 48px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0;
        text-align: center;
    }

    .demo-desc {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 24px;
        margin: 24px auto 0 auto;
        text-align: center;
        padding: 0 150px
    }

    .demo-cards {
        display: flex;
        gap: 24px;
        margin: 60px 0 0 0;
        width: 100%;
        justify-items: center;
    }

    .demo-card {
        width: 312px;
        min-height: 220px;
        background: transparent;
        border-radius: 40px;
        border: 1px solid #ffffff;
        box-sizing: border-box;
        /* padding: 38px 28px 24px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .demo-card:hover {
        border-color: #24E2CC80;
        opacity: 0.5;
    }

    .demo-card-two:hover {
        border-color: #24E2CC80;
        opacity: 0.5;
    }

    .demo-card-img {
        width: 100%;
        height: auto;
    }

    .demo-card-svg {
        width: 72px;
        height: 72px;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .demo-card-desc {
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: 400;
        margin-bottom: 12px;
    }

    .demo-card-title {
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-weight: 400;
        line-height: 24px;
        opacity: .86;
    }

    /* 翻页按钮定位和样式 */
    .demo-pagination {
        display: flex;
        gap: 20px;
        z-index: 10;
        justify-content: right;
    }

    .demo-pagination-btn {
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background .2s;
        opacity: 1;
        margin-top: 40px;

    }

    .demo-pagination-btn[disabled] {
        background: rgba(255, 255, 255, 0.3);
        cursor: not-allowed;
        opacity: 1;
    }

    .demo-pagination-btn svg {
        width: 34px;
        height: 34px;
        stroke: #003D5C;
    }

    .demo-pagination-btn[disabled] svg {
        stroke: #003D5C;
    }

    @media(max-width:768px) {
        .zl-br-mob {
            display: block;
        }

        .demo-background-wrapper {
            min-width: 0;
            padding: 170px 24px 0 24px;
            background: linear-gradient(321.54deg, rgba(174, 194, 204, 0.6) 15.46%, #EFF0F2 85.64%);
        }

        .demo-background {
            width: 100%;
            margin: 0;
            padding: 60px 24px;
            border-radius: 24px;
        }

        .demo-title {
            font-size: 32px;
            line-height: 48px;
            text-align: left;
            margin-bottom: 16px;
        }

        .demo-desc {
            font-size: 16px;
            line-height: 24px;
            text-align: left;
            padding: 0;
            margin-bottom: 40px;
        }

        .demo-cards {
            display: flex !important;
            flex-direction: column !important;
            gap: 14px;
            margin: 18px 0 0 0;
            width: 100%;
            align-items: stretch;
        }

        .demo-card {
            width: 100%;
            margin: 0 auto;
            border: 2px solid #24E2CC80;
        }

        .demo-pagination {
            justify-content: center;
            margin-top: 40px;
            gap: 40px;
        }

        .demo-pagination-btn {
            width: auto;
            height: auto;
            margin-top: 0;
            padding: 22px;
        }

        .card-icon {
            width: 60px;
            margin-bottom: 20px;
            height: 60px;
        }

        .demo-pagination-btn svg {
            width: 16px;
            height: 16px;
        }
    }
 
 
    .insights-pagination {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: center;
        margin-top: 32px;
        margin-bottom: 0;
    }

    .insights-more-btn {
        background: #24E2CC;
        color: #003D5C;
        font-size: 18px;
        font-weight: 600;
        border: none;
        border-radius: 30px;
        padding: 14px 32px;
        cursor: pointer;
    }

    .insights-more-btn:hover {
        background: #1ad5bb;
    }

    .zl-br {
        display: block;
    }
 