/* 智慧文旅解决方案页面特有样式 */ /* Banner 部分 */ .ft-banner  {
    position: relative;
    height: calc(769 * 100vw / 1920);
    background: url(../../images/solutions/banne-bg1.jpg) no-repeat center center;
    background-size: cover;
    opacity: 1;
    overflow: hidden;

}
.ft-banner .banner-content  {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;

}
.ft-banner .smart-entertainment  {
    position: absolute;
    top: calc(291 * 100vw / 1920);
    /* width: calc(189 * 100vw / 1920);
    */ font-size: calc(28.2 * 100vw / 1920);
    font-weight: bold;
    line-height: calc(35.4 * 100vw / 1920);
    color: #FFFFFF;
    margin: 0;
    text-shadow: 0px 3.3px 5px rgba(47, 96, 217, 0.62);

}
.ft-banner h1  {
    position: absolute;
    top: calc(335 * 100vw / 1920);
    font-size: calc(80 * 100vw / 1920);
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
    text-shadow: 0px 4px 10px rgba(47, 96, 217, 0.62);

}
.ft-banner .subtitle-line  {
    position: absolute;
    width: calc(1100 * 100vw / 1920);
    top: calc(451 * 100vw / 1920);
    font-size: calc(24 * 100vw / 1920);
    font-weight: bold;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
    text-shadow: 0px 4px 10px rgba(47, 96, 217, 0.62);

}
.ft-banner .description  {
    position: absolute;
    top: calc(525 * 100vw / 1920);
    width: calc(715 * 100vw / 1920);
    height: calc(84 * 100vw / 1920);
    font-size: calc(16 * 100vw / 1920);
    font-weight: 500;
    line-height: calc(28 * 100vw / 1920);
    text-align: center;
    color: #FFFFFF;
    margin: 0;

}
.ft-banner .consult-btn  {
    position: absolute;
    top: calc(650 * 100vw / 1920);
    display: flex;
    align-items: center;
    gap: calc(18 * 100vw / 1920);
    cursor: pointer;

}
.ft-banner .consult-btn span  {
    color: #FFFFFF;
    font-size: calc(16 * 100vw / 1920);
    font-weight: 500;

}
.ft-banner .consult-btn img  {
    width: calc(32 * 100vw / 1920);
    height: calc(32 * 100vw / 1920);

}
.ft-banner .decoration-ball  {
    position: absolute;
    left: calc(134 * 100vw / 1920);
    top: calc(51 * 100vw / 1920);
    width: calc(306 * 100vw / 1920);
    height: calc(306 * 100vw / 1920);
    opacity: 1;
    background: url(../../images/solutions/decoration-ball.png) no-repeat center center;
    background-size: contain;
    animation: float 3s ease-in-out infinite;

}
.ft-banner .floating-ball  {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(1920 * 100vw / 1920);
    height: calc(769 * 100vw / 1920);
    background: url(https://flowingcloud-1253267589.cos.ap-beijing.myqcloud.com/images/banne-ball1.png) no-repeat center center;
    background-size: contain;
    filter: blur(20px);
    z-index: 1;
    transform-origin: bottom center;
    animation: scaleFromBottom 1s ease-out forwards;

}
/* 添加悬停效果 */ .point-item:hover .point-ball  {
    transform: scale(1.05);

}
@keyframes float   {

    0%  {
        transform: translateY(0);

    }
    50%  {
        transform: translateY(-20px);

    }
    100%  {
        transform: translateY(0);

    }

}
@keyframes scaleIn   {

    from  {
        transform: scale(0);
        opacity: 0.5;
        filter: blur(20px);

    }
    to  {
        transform: scale(1);
        opacity: 1;
        filter: blur(2px);

    }

}
@keyframes scaleFromBottom   {

    from  {
        transform: translateX(-50%) scale(0);
        opacity: 0.5;
        filter: blur(20px);

    }
    to  {
        transform: translateX(-50%) scale(1);
        opacity: 1;
        filter: blur(2px);

    }

}
/* 标题组样式 */ .title-group  {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(73 * 100vw / 1920);

}
.title-group .subtitle-wrapper  {
    display: flex;
    align-items: center;
    gap: calc(12 * 100vw / 1920);

}
.title-group .dot  {
    width: calc(9 * 100vw / 1920);
    height: calc(9 * 100vw / 1920);
    background: #8186E7;
    border-radius: 50%;

}
.title-group .subtitle  {
    font-size: calc(18 * 100vw / 1920);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #5C5D95;

}
.title-group .main-title  {
    /* margin-top: calc(10 * 100vw / 1920);
    */ font-size: calc(66 * 100vw / 1920);
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    background: linear-gradient(90deg, #A9CEF9 0%, #4179EB 71%, #7B86E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
/* 方案架构部分 */ .ft-application  {
    padding: calc(100 * 100vw / 1920) 0;
    background: #FFFFFF;
    position: relative;

}
.ft-application .container  {
    max-width: calc(1200 * 100vw / 1920);
    margin: 0 auto;
    padding: 0 calc(20 * 100vw / 1920);

}
.ft-application .title-group  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: calc(-20 * 100vw / 1920);

}
.ft-application .subtitle-wrapper  {
    display: flex;
    align-items: center;
    gap: calc(10 * 100vw / 1920);
    margin-bottom: calc(0 * 100vw / 1920);

}
.ft-application .dot  {
    width: calc(9 * 100vw / 1920);
    height: calc(9 * 100vw / 1920);
    background: #5C5D95;
    border-radius: 50%;
    flex-shrink: 0;

}
.ft-application .subtitle  {
    font-size: calc(18* 100vw / 1920);
    font-weight: 600;
    line-height: 190%;
    letter-spacing: 0em;
    color: #5C5D95;

}
.ft-application .main-title  {
    font-size: calc(66 * 100vw / 1920);
    font-weight: bold;
    line-height: normal;
    color: #333333;
    margin: 0;
    margin-bottom: calc(68 * 100vw / 1920);
    margin-left: calc(19 * 100vw / 1920);

}
.ft-application .architecture-images  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(20 * 100vw / 1920);
    position: relative;

}
.ft-application .arch-img  {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    cursor: pointer;

}
.ft-application .arch-img-1  {
    width: calc(854 * 100vw / 1920);
    height: calc(556 * 100vw / 1920);

}
.ft-application .arch-img-2  {
    width: calc(802 * 100vw / 1920);
    height: calc(239 * 100vw / 1920);

}
.ft-application .arch-img-3  {
    width: calc(847 * 100vw / 1920);
    height: calc(261 * 100vw / 1920);

}
/* 核心价值部分 */ .ft-value  {
    position: relative;
    padding: calc(100 * 100vw / 1920) 0;

}
.ft-value .container  {
    max-width: calc(1920 * 100vw / 1920);
    margin: 0 auto;
    /* padding: 0 calc(20 * 100vw / 1920);
    */
}
.ft-value .title-group  {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: calc(220 * 100vw / 1920);

}
.ft-value .subtitle-wrapper  {
    display: flex;
    align-items: center;
    gap: calc(8 * 100vw / 1920);
    margin-bottom: calc(8 * 100vw / 1920);

}
.ft-value .subtitle  {
    font-size: calc(18 * 100vw / 1920);
    font-weight: 600;
    line-height: 190%;
    letter-spacing: 0em;
    color: #5C5D95;

}
.ft-value .main-title  {
    font-size: calc(66 * 100vw / 1920);
    font-weight: bold;
    line-height: normal;
    text-align: left;
    letter-spacing: 0em;
    background: linear-gradient(90deg, #A9CEF9 0%, #4179EB 71%, #7B86E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
.value-content  {
    display: flex;
    gap: calc(30 * 100vw / 1920);
    margin-top: calc(40 * 100vw / 1920);

}
.value-content  {
    margin-top: calc(90 * 100vw / 1920);
    position: relative;

}
.value-menu-showcase  {
    width: calc(1475 * 100vw / 1920);
    height: calc(488 * 100vw / 1920);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
.value-menu-list  {
    width: calc(467 * 100vw / 1920);
    height: calc(488 * 100vw / 1920);
    border-top: 1px solid #B8C8FC;

}
.value-menu-item  {
    position: relative;
    height: calc(82 * 100vw / 1920);
    overflow: hidden;
    transition: all 0.3s ease;
    border-bottom: 1px solid #B8C8FC;
    cursor: pointer;

}
.value-menu-item.active  {
    height: calc(245 * 100vw / 1920);

}
.value-menu-header.expanded  {
    display: none;

}
.value-menu-header.collapsed  {
    display: flex;
    align-items: center;
    padding: 0 calc(20 * 100vw / 1920);
    height: 100%;

}
.value-menu-item.active .value-menu-header.expanded  {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.value-menu-item.active .value-menu-header.collapsed  {
    display: none;

}
.value-menu-item.active .value-menu-header  {
    height: calc(245 * 100vw / 1920);

}
.value-menu-bg  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
    rgba(89, 159, 255, 0.6) 0%,
    rgba(89, 159, 255, 0) 100%);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease;

}
.value-menu-item.active .value-menu-bg  {
    opacity: 0.2;

}
.value-menu-header  {
    position: relative;
    z-index: 2;

}
.value-menu-icon  {
    position: absolute;
    left: calc(20 * 100vw / 1920);
    top: 50%;
    transform: translateY(-50%);
    width: calc(44 * 100vw / 1920);
    height: calc(44 * 100vw / 1920);
    z-index: 2;

}
.value-menu-item.active .value-menu-icon  {
    position: absolute;
    left: calc(20 * 100vw / 1920);
    top: calc(120 * 100vw / 1920);
    transform: translateY(-50%);
    width: calc(44 * 100vw / 1920);
    height: calc(44 * 100vw / 1920);
    z-index: 2;

}
.value-menu-title-en  {
    position: relative;
    left: calc(98 * 100vw / 1920);
    font-size: calc(12 * 100vw / 1920);
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #7885E1;

}
.value-menu-title-cn  {
    position: relative;
    left: calc(98 * 100vw / 1920);
    margin-top: calc(5 * 100vw / 1920);
    font-size: calc(28 * 100vw / 1920);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    color: #7885E1;

}
.value-menu-title  {
    font-size: calc(20 * 100vw / 1920);
    font-weight: 200;
    line-height: 150%;
    letter-spacing: 0em;
    color: #2F2F2F;

}
.value-menu-arrow  {
    position: absolute;
    left: calc(420 * 100vw / 1920);
    top: 50%;
    transform: translateY(-50%);
    width: calc(25.35 * 100vw / 1920);
    height: calc(19.06 * 100vw / 1920);
    opacity: 1;
    margin-left: auto;

}
.value-menu-content  {
    padding: calc(20 * 100vw / 1920) calc(30 * 100vw / 1920);
    background: #fff;

}
.value-menu-content p  {
    font-size: calc(16 * 100vw / 1920);
    line-height: 1.6;
    color: #666;

}
.showcase-image  {
    position: relative;
    width: calc(953 * 100vw / 1920);
    height: calc(488 * 100vw / 1920);
    overflow: hidden;

}
.showcase-image img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;

}
.showcase-image.switching img  {
    opacity: 0;

}
.image-overlay  {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(953 * 100vw / 1920);
    height: calc(296 * 100vw / 1920);
    background: linear-gradient(0deg,
    #0C1D48 0%,
    rgba(12, 29, 72, 0) 100%);

}
.image-description  {
    position: absolute;
    left: calc(63 * 100vw / 1920);
    bottom: calc(50 * 100vw / 1920);
    width: calc(808 * 100vw / 1920);
    height: calc(54 * 100vw / 1920);
    display: flex;
    align-items: center;
    gap: calc(16 * 100vw / 1920);

}
.image-description .vertical-line  {
    flex-shrink: 0;
    width: 1px;
    height: calc(46 * 100vw / 1920);
    border-left: 1px solid #96A6EC;

}
.image-description p  {
    font-size: calc(14 * 100vw / 1920);
    font-weight: normal;
    line-height: 190%;
    text-align: justify;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin: 0;

}
.value-item  {
    flex: 1;
    background: #fff;
    border-radius: calc(10 * 100vw / 1920);
    padding: calc(30 * 100vw / 1920);
    transition: all 0.3s ease;

}
.value-item:hover  {
    transform: translateY(calc(-5 * 100vw / 1920));
    box-shadow: 0 calc(10 * 100vw / 1920) calc(20 * 100vw / 1920) rgba(0, 0, 0, 0.1);

}
/* 应用场景部分 */ .ft-application  {
    position: relative;
    padding: calc(100 * 100vw / 1920) 0;
    background: #fff;

}
.ft-application .container  {
    max-width: calc(1920 * 100vw / 1920);
    margin: 0 auto;

}
.application-gallery  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(30 * 100vw / 1920);
    margin-top: calc(40 * 100vw / 1920);

}
.gallery-item  {
    position: relative;
    border-radius: 0;
    /* 去除圆角 */ overflow: hidden;
    aspect-ratio: 16/9;

}
.gallery-item img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    border-radius: 0;
    /* 去除圆角 */
}
.gallery-item:hover img  {
    transform: scale(1.1);

}
/* 痛点分析部分 */ .pain-points  {
    position: relative;
    margin-top: calc(80 * 100vw / 1920);
    /* margin-bottom: calc(100 * 100vw / 1920);
    */ display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;

}
.pain-points .points-container  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.vertical-line  {
    width: 1px;
    height: calc(72 * 100vw / 1920);
    background-color: #96A6EC;
    margin: calc(30 * 100vw / 1920) 0;

}
.point-item  {
    position: relative;

}
.point-item .point-ball  {
    position: relative;
    width: calc(325 * 100vw / 1920);
    height: calc(325 * 100vw / 1920);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: calc(32 * 100vw / 1920);
    z-index: 1;

}
.point-item.left  {
    margin-right: calc(-60 * 100vw / 1920);

}
.point-item.right  {
    margin-left: calc(-60 * 100vw / 1920);

}
.point-item.center  {
    margin: 0 calc(50 * 100vw / 1920);

}
.point-item.center .point-ball  {
    background: radial-gradient(142% 142% at 14% -7%, #717EEB 26%, #2E1FA2 100%);
    z-index: 2;

}
.point-item.left .point-ball::before,
.point-item.right .point-ball::before  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: calc(2 * 100vw / 1920) solid transparent;
    border-radius: 50%;
    background: linear-gradient(#fff, #fff) padding-box,
    radial-gradient(142% 142% at 14% -7%, #DBC4F9 19%, #727CE4 66%, #6775F0 100%) border-box;
    animation: rotate360 5s linear infinite;

}
.point-item.left .point-ball,
.point-item.right .point-item.center .point-ball  {
    background: transparent;

}
@keyframes rotate360   {

    from  {
        transform: rotate(0deg);

    }
    to  {
        transform: rotate(360deg);

    }

}
.point-item .number,
.point-item h3  {
    position: relative;
    z-index: 3;
    transform: rotate(0deg);
    /* 抵消父元素的旋转，保持文字不旋转 */
}
.point-item .blur-overlay  {
    position: absolute;
    width: calc(199 * 100vw / 1920);
    height: calc(199 * 100vw / 1920);
    opacity: 1;
    background: #FFFFFF;
    filter: blur(15px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;

}
.point-item.left .blur-overlay  {
    left: calc(-100 * 100vw / 1920);
    top: calc(-30 * 100vw / 1920);

}
.point-item.right .blur-overlay  {
    left: calc(220 * 100vw / 1920);
    top: calc(120 * 100vw / 1920);

}
.point-item .number  {
    display: block;
    font-size: calc(14 * 100vw / 1920);
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    margin-bottom: calc(15 * 100vw / 1920);

}
.point-item.center .number  {
    color: #FFFFFF;

}
.point-item.left .number,
.point-item.right .number  {
    color: #7885E1;

}
.point-item h3  {
    font-size: calc(24 * 100vw / 1920);
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0em;
    margin: 0;

}
.point-item.center h3  {
    color: #FFFFFF;

}
.point-item.left h3,
.point-item.right h3  {
    color: #7885E1;

}
.pain-points .description  {
    position: relative;
    width: calc(650 * 100vw / 1920);
    /* height: calc(69 * 100vw / 1920);
    */ font-size: calc(18 * 100vw / 1920);
    font-weight: normal;
    line-height: 190%;
    text-align: center;
    letter-spacing: 0em;
    color: #7885E1;

}
/* 响应式设计 */ @media screen and (max-width: 768px)   {

    .ft-value  {
        transform: scale(1.1);
        height: calc(400 * 100vw / 750);
        padding-top: calc(50 * 100vw / 750);

    }
    .architecture-images  {
        transform: scale(1.8);
        height: calc(400 * 100vw / 750);
        padding-top: calc(80 * 100vw / 750);

    }
    .vertical-line{
        display: none;
    }
    .pain-points .description  {
        font-size: calc(10 * 100vw / 750) !important;
        line-height: 120% !important;
        letter-spacing: 0.05em !important;
        display: none !important;

    }
    .ft-banner  {
        height: calc(500 * 100vw / 750);
        background-position: center center;

    }
    .ft-banner .banner-content  {
        justify-content: flex-start;
        padding-top: calc(170 * 100vw / 750);

    }
    .ft-banner h1  {
        font-size: calc(50 * 100vw / 750);
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 90%;
        margin: calc(20 * 100vw / 750) auto 0;
        text-align: center;
        opacity: 0;
        animation: slideUpFadeIn 0.8s ease-out forwards;
        animation-delay: 0.6s;

    }
    .ft-banner .smart-entertainment  {
        font-size: calc(34 * 100vw / 750);
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        text-align: center;
        opacity: 0;
        animation: slideUpFadeIn 0.8s ease-out forwards;
        animation-delay: 0.3s;

    }
    .ft-banner .subtitle-line  {
        font-size: calc(18 * 100vw / 750);
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 90%;
        margin: calc(20 * 100vw / 750) auto 0;
        text-align: center;
        opacity: 0;
        animation: slideUpFadeIn 0.8s ease-out forwards;
        animation-delay: 0.9s;

    }
    .ft-banner .description  {
        display: none;

    }
    .ft-banner .consult-btn  {
        position: absolute;
        top: auto;
        left: 50%;
        bottom: calc(40 * 100vw / 750);
        transform: translateX(-50%);
        margin: 0;
        justify-content: center;

    }
    .ft-banner .consult-btn span  {
        font-size: calc(20 * 100vw / 750);

    }
    .ft-banner .consult-btn img  {
        width: calc(40 * 100vw / 750);
        height: calc(40 * 100vw / 750);

    }
    .ft-banner .decoration-ball  {
        width: calc(200 * 100vw / 750);
        height: calc(200 * 100vw / 750);
        left: calc(20 * 100vw / 750);
        top: calc(20 * 100vw / 750);
        background-size: contain;
        border-radius: 0;

    }
    .ft-banner .floating-ball  {
        width: calc(750 * 100vw / 750);
        height: calc(500 * 100vw / 750) !important;
        bottom: calc(-200 * 100vw / 750) !important;
        overflow: visible !important;
        background-size: 100% !important;
        animation: mobileScaleFromBottom 1.2s ease-out forwards;

    }
    @keyframes mobileScaleFromBottom   {

        from  {
            transform: translateX(-50%) translateY(50%) scale(0.5);
            opacity: 0.5;
            filter: none;

        }
        to  {
            transform: translateX(-50%) scale(1.8);
            opacity: 1;
            filter: none;

        }

    }
    .value-content  {
        flex-direction: column;

    }
    /* 痛点分析区域移动端样式 */
    .pain-points {
        margin-top: calc(0 * 100vw / 750) !important;
    }
    .title-group .subtitle{
        font-size: calc(14 * 100vw / 750) !important;
    }
    .title-group .main-title{
        font-size: calc(24 * 100vw / 750) !important;
    }
    .ft-technology{
        height: calc(400 * 100vw / 750) !important;
        padding-top: calc(50 * 100vw / 750) !important;
    }
    .pain-points .container {
        width: calc(610 * 100vw / 750);
        max-width: calc(610 * 100vw / 750);
        margin: 0 auto;
        padding: 0;
    }

    .pain-points .points-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: calc(40 * 100vw / 750) auto 0;
    }

    .point-item {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .point-item .point-ball {
        position: relative;
        width: calc(220 * 100vw / 750);
        height: calc(220 * 100vw / 750);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding-bottom: calc(20 * 100vw / 750);
        z-index: 1;
        transition: transform 0.3s ease;
    }

    .point-item.left {
        margin-right: calc(-35 * 100vw / 750);
        z-index: 1;
    }

    .point-item.right {
        margin-left: calc(-40 * 100vw / 750);
        z-index: 1;
    }

    .point-item.center {
        margin: 0 calc(35 * 100vw / 750);
        z-index: 2;
    }

    .point-item.center .point-ball {
        background: radial-gradient(142% 142% at 14% -7%, #717EEB 26%, #2E1FA2 100%);
        z-index: 2;
    }

    .point-item.left .point-ball::before,
    .point-item.right .point-ball::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: calc(2 * 100vw / 750) solid transparent;
        background: linear-gradient(#fff, #fff) padding-box,
        radial-gradient(142% 142% at 14% -7%, #717EEB 26%, #2E1FA2 100%) border-box;
        animation: rotate360 5s linear infinite;
    }

    .point-item.left .point-ball,
    .point-item.right .point-ball {
        background: transparent;
    }

    .point-item .number,
    .point-item h3 {
        position: relative;
        z-index: 3;
        transform: rotate(0deg);
    }

    .point-item .blur-overlay {
        position: absolute;
        width: calc(120 * 100vw / 750);
        height: calc(120 * 100vw / 750);
        opacity: 1;
        background: #FFFFFF;
        filter: blur(calc(55 * 100vw / 750));
        border-radius: 50%;
        pointer-events: none;
        z-index: 2;
    }

    .point-item.left .blur-overlay {
        left: calc(-60 * 100vw / 750);
        top: calc(-20 * 100vw / 750);
    }

    .point-item.right .blur-overlay {
        left: calc(135 * 100vw / 750);
        top: calc(75 * 100vw / 750);
    }

    .point-item .number {
        display: block;
        font-size: calc(12 * 100vw / 750);
        font-weight: normal;
        line-height: 1;
        letter-spacing: 0em;
        margin-bottom: calc(10 * 100vw / 750);
    }

    .point-item.center .number {
        color: #FFFFFF;
    }

    .point-item.left .number,
    .point-item.right .number {
        color: #75A1DD;
    }

    .point-item h3 {
        font-size: calc(18 * 100vw / 750);
        font-weight: bold;
        line-height: 150%;
        text-align: center;
        letter-spacing: 0em;
        margin: 0;
    }

    .point-item.center h3 {
        color: #FFFFFF;
    }

    .point-item.left h3,
    .point-item.right h3 {
        color: #75A1DD;
    }

    /* 标杆案例区域移动端样式 */ .ft-benchmark  {
        padding-top: calc(40 * 100vw / 750) !important;

    }
    .ft-benchmark .container  {
        margin-left: calc(40 * 100vw / 750);
        margin-right: calc(20 * 100vw / 750);

    }
    .ft-benchmark .title-group  {
        margin-left: calc(20 * 100vw / 750);

    }
    .ft-benchmark .dot  {
        width: calc(6 * 100vw / 750);
        height: calc(6 * 100vw / 750);

    }
    .ft-benchmark .subtitle  {
        font-size: calc(12 * 100vw / 750);

    }
    .ft-benchmark .main-title  {
        font-size: calc(24 * 100vw / 750);
        margin-bottom: calc(0 * 100vw / 750);
        margin-left: calc(10 * 100vw / 750);

    }
    .ft-benchmark .benchmark-content  {
        width: calc(610 * 100vw / 750) !important;
        margin-left: calc(0 * 100vw / 750) !important;

    }

    /* 移动端标杆案例网格布局 */
    .ft-benchmark .benchmark-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: calc(20 * 100vw / 750);
        width: calc(610 * 100vw / 750);
        margin: 0;
    }

    /* 移动端标杆案例项目样式 */
    .ft-benchmark .benchmark-item {
        width: 100% !important;
        margin: 0 !important;
        position: relative !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /* 移动端媒体包装器 - 自然高度，Safari兼容 */
    .ft-benchmark .benchmark-media-wrapper {
        position: relative;
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /* 移动端标题样式调整 */
    .ft-benchmark .benchmark-title {
        opacity: 1;
        position: absolute;
        left: 0;
        bottom: 0;
        width: auto;
        z-index: 10;
        pointer-events: auto;
    }

    .ft-benchmark .benchmark-title-wrapper:first-child {
        margin-bottom: 0;
    }

    .ft-benchmark .benchmark-cn-title-bg {
        height: calc(36 * 100vw / 750);
        border-radius: 0 calc(16 * 100vw / 750) 0 0;
    }

    .ft-benchmark .benchmark-cn-title {
        font-size: calc(14 * 100vw / 750) !important;
        line-height: calc(20 * 100vw / 750) !important;
        padding: calc(8 * 100vw / 750) calc(12 * 100vw / 750);
    }

    .ft-benchmark .benchmark-en-title-bg {
        height: calc(24 * 100vw / 750);
        border-radius: 0 calc(16 * 100vw / 750) 0 0;
    }

    .ft-benchmark .benchmark-en-title {
        font-size: calc(10 * 100vw / 750);
        line-height: calc(16 * 100vw / 750);
        padding: calc(4 * 100vw / 750) calc(12 * 100vw / 750);
    }

}
/* 应用场景部分 */ .ft-application  {
    /* margin-bottom: calc(200 * 100vw / 1920);
    */ padding-bottom: calc(0 * 100vw / 1920);

}
.ft-application .container  {
    width: 100%;
    max-width: calc(1559 * 100vw / 1920);
    margin: 0 auto;
    padding: 0;
    text-align: left;

}
.application-gallery  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(20 * 100vw / 1920);
    margin-top: calc(40 * 100vw / 1920);
    width: calc(1559 * 100vw / 1920);
    height: calc(755 * 100vw / 1920);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0;

}
.application-gallery .gallery-item  {
    position: absolute;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;

}
/* 计算每个图片的位置和宽度 */ .application-gallery .gallery-item:nth-child(1)  {
    left: 0;
    width: calc(755 * 100vw / 1920);
    /* 展开状态宽度 */ z-index: 4;

}
.application-gallery .gallery-item:nth-child(2)  {
    left: calc(755 * 100vw / 1920);
    width: calc((1559 - 755) * 100vw / 1920 / 3);
    /* 收起状态宽度 */ z-index: 3;

}
.application-gallery .gallery-item:nth-child(3)  {
    left: calc((755 + (1559 - 755) / 3) * 100vw / 1920);
    width: calc((1559 - 755) * 100vw / 1920 / 3);
    z-index: 2;

}
.application-gallery .gallery-item:nth-child(4)  {
    left: calc((755 + 2 * (1559 - 755) / 3) * 100vw / 1920);
    width: calc((1559 - 755) * 100vw / 1920 / 3);
    z-index: 1;

}
/* 标题样式保持不变 */ .application-gallery .gallery-item .title-wrapper  {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0;
    padding-left: 0;
    z-index: 3;
    pointer-events: none;
    transition: none;

}
.application-gallery .gallery-item:not(.active) .title-wrapper  {
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-direction: column;
    width: 100%;
    height: 100%;

}
.application-gallery .gallery-item:not(.active) .en-title,
.application-gallery .gallery-item:not(.active) .cn-title  {
    writing-mode: horizontal-tb;
    transform: none;
    transition: none;
    text-align: center;

}
.application-gallery .gallery-item:not(.active) .en-title  {
    font-size: calc(14 * 100vw / 1920);
    font-weight: 400;
    color: #ffffff;
    margin-bottom: calc(10 * 100vw / 1920);

}
.application-gallery .gallery-item:not(.active) .cn-title  {
    font-size: calc(20 * 100vw / 1920);
    font-weight: 400;
    color: #ffffff;

}
.application-gallery .gallery-item.active .en-title  {
    position: relative;
    font-size: calc(12 * 100vw / 1920);
    color: #FFFFFF;
    transform: none;
    transition: none;
    /* margin-bottom: calc(10 * 100vw / 1920);
    修改展开状态下中英文标题之间的间距为10px */
}
.application-gallery .gallery-item.active .cn-title  {
    position: relative;
    font-size: calc(38 * 100vw / 1920);
    color: #FFFFFF;
    transform: none;
    transition: none;

}
.application-gallery .gallery-item:not(.active) .en-title,
.application-gallery .gallery-item:not(.active) .cn-title  {
    text-transform: uppercase;
    /* writing-mode: vertical-lr;
    */ transform: rotate(0deg);
    transition: none;

}
.application-gallery .gallery-item:not(.active) .en-title  {
    font-size: calc(14 * 100vw / 1920);
    font-weight: 400;
    color: #FFFFFF;

}
.application-gallery .gallery-item:not(.active) .cn-title  {
    font-size: calc(20 * 100vw / 1920);
    font-weight: 400;
    color: #FFFFFF;

}
.application-gallery .gallery-item img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0;

}
.application-gallery .gallery-item:not(.active) img  {
    opacity: 1;

}
.application-gallery .gallery-item.active img  {
    opacity: 1;

}
.application-gallery .gallery-item .mask  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(235, 60%, 13%, 0.701);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    border-radius: 0;

}
.application-gallery .gallery-item:hover .mask  {
    opacity: 0;

}
.application-gallery .gallery-item:hover ~ .gallery-item .mask  {
    opacity: 1;

}
.application-gallery .gallery-item.active .mask  {
    opacity: 0;

}
.application-gallery .gallery-item:not(.active) .mask  {
    opacity: 1;

}
.application-gallery .gallery-item.active .title-wrapper  {
    position: absolute;
    left: calc(54 * 100vw / 1920);
    top: 71.2%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    z-index: 3;
    pointer-events: none;
    transition: none;

}
.application-gallery .gallery-item.active .en-title  {
    position: relative;
    font-size: calc(12 * 100vw / 1920);
    color: #FFFFFF;
    transform: none;
    transition: none;
    /* margin-bottom: calc(10 * 100vw / 1920);
    修改展开状态下中英文标题之间的间距为10px */
}
.application-gallery .gallery-item.active .cn-title  {
    position: relative;
    font-size: calc(38 * 100vw / 1920);
    color: #FFFFFF;
    transform: none;
    transition: none;

}
.application-gallery .gallery-item .description-wrapper  {
    display: none;

}
.application-gallery .gallery-item.active .description-wrapper  {
    display: block;
    margin-top: calc(170 * 100vw / 1920);

}
.application-gallery .gallery-item.active .desc-title  {
    font-size: calc(18 * 100vw / 1920);
    font-weight: 500;
    line-height: 176%;
    color: #FFFFFF;
    margin-bottom: calc(10 * 100vw / 1920);

}
.application-gallery .gallery-item.active .desc-text  {
    font-size: calc(18 * 100vw / 1920);
    font-weight: 200;
    line-height: 176%;
    color: #FFFFFF;
    max-width: calc(650 * 100vw / 1920);

}
.application-gallery .gallery-item.active::before  {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    pointer-events: none;

}
.contact  {
    position: relative;
    text-align: left;
    margin-top: calc(100 * 100vw / 1920);
    height: calc(429 * 100vw / 1920);
    overflow: visible;

}
.application-gallery .gallery-item .en-title,
.application-gallery .gallery-item .cn-title,
.application-gallery .gallery-item .description-wrapper  {
    transition: none;

}
.application-gallery .gallery-item.active .en-title,
.application-gallery .gallery-item.active .cn-title,
.application-gallery .gallery-item.active .description-wrapper  {
    transition: none;

}
/* 标杆案例区域 */
.ft-benchmark {
    padding-top: calc(100 * 100vw / 1920);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.ft-benchmark .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: calc(1559 * 100vw / 1920);
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
}
.ft-benchmark .title-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    align-self: flex-start;
    width: 100%;
    margin-left:calc(-20 * 100vw / 1920);;
}
.ft-benchmark .subtitle-wrapper  {
    display: flex;
    align-items: center;
    gap: calc(10 * 100vw / 1920);
    margin-bottom: calc(0 * 100vw / 1920);

}
.ft-benchmark .dot  {
    width: calc(9 * 100vw / 1920);
    height: calc(9 * 100vw / 1920);
    background: #5C5D95;
    border-radius: 50%;
    flex-shrink: 0;

}
.ft-benchmark .subtitle  {
    font-size: calc(18* 100vw / 1920);
    font-weight: 600;
    line-height: 190%;
    letter-spacing: 0em;
    color: #5C5D95;

}
.ft-benchmark .main-title  {
    font-size: calc(66 * 100vw / 1920);
    font-weight: bold;
    line-height: normal;
    color: #333333;
    margin: 0;
    margin-bottom: calc(68 * 100vw / 1920);
    margin-left: calc(19 * 100vw / 1920);

}
.ft-benchmark .benchmark-content {
    position: relative;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 标杆案例网格布局 */
.ft-benchmark .benchmark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(20 * 100vw / 1920);
    width: 100%;
    max-width: calc(1559 * 100vw / 1920);
    margin: 0 auto;
    justify-items: center;
}

/* 标杆案例项目样式 */
.ft-benchmark .benchmark-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* 媒体包装器 - 自然高度，Safari兼容 */
.ft-benchmark .benchmark-media-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* 媒体元素（图片和视频） - 自然尺寸显示，Safari兼容 */
.ft-benchmark .benchmark-media {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* 标题容器 */
.ft-benchmark .benchmark-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 0;
}

.ft-benchmark .benchmark-item:hover .benchmark-title {
    opacity: 1;
}

/* 标题包装器 */
.ft-benchmark .benchmark-title-wrapper {
    position: relative;
    width: fit-content;
    display: block;
}

.ft-benchmark .benchmark-title-wrapper:first-child {
    margin-bottom: calc(-8 * 100vw / 1920);
}

/* 中文标题背景 */
.ft-benchmark .benchmark-cn-title-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(52 * 100vw / 1920);
    width: 100%;
    background: #FFFFFF;
    border-radius: 0 calc(20 * 100vw / 1920) 0 0;
}

/* 中文标题 */
.ft-benchmark .benchmark-cn-title {
    position: relative;
    z-index: 1;
    font-size: calc(22 * 100vw / 1920);
    font-weight: bold;
    line-height: calc(26 * 100vw / 1920);
    letter-spacing: 0;
    color: #7885E1;
    padding: calc(13 * 100vw / 1920) calc(20 * 100vw / 1920);
    white-space: nowrap;
}

/* 英文标题背景 */
.ft-benchmark .benchmark-en-title-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(35 * 100vw / 1920);
    width: 100%;
    background: linear-gradient(90deg, #9090E2 0%, #619BF3 71%, #5182F4 100%);
    border-radius: 0 calc(20 * 100vw / 1920) 0 0;
}

/* 英文标题 */
.ft-benchmark .benchmark-en-title {
    position: relative;
    z-index: 1;
    font-size: calc(15 * 100vw / 1920);
    font-weight: 400;
    line-height: calc(15 * 100vw / 1920);
    letter-spacing: 0;
    color: #FFFFFF;
    padding: calc(10 * 100vw / 1920) calc(20 * 100vw / 1920);
    white-space: nowrap;
}



/* 页面布局 */ body  {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow: hidden;

}
main  {
    flex: 1 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;

}
/* 滚动内容区域 */ .scroll-content  {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;

}
/* 确保内容区域占满可用空间 */ .ft-banner,
.ft-technology,
.ft-value,
.ft-application,
.ft-benchmark  {
    flex-shrink: 0;

}
@keyframes slideUpFadeIn   {

    from  {
        transform: translateY(30px);
        opacity: 0;

    }
    to  {
        transform: translateY(0);
        opacity: 1;

    }

}

/* 手机版标杆案例标题样式 - 放在最后确保优先级 */
@media screen and (max-width: 768px) {
    /* 移动端标题样式调整 */
    .ft-benchmark .benchmark-title {
        opacity: 1 !important; /* 移动端始终显示标题 */
        position: absolute;
        left: 0;
        bottom: 0;
        width: auto;
        z-index: 10;
        pointer-events: auto;
    }

    .ft-benchmark .benchmark-title-wrapper:first-child {
        margin-bottom: 0;
    }

    .ft-benchmark .benchmark-cn-title-bg {
        height: calc(36 * 100vw / 750) !important;
        border-radius: 0 calc(16 * 100vw / 750) 0 0 !important;
    }

    .ft-benchmark .benchmark-cn-title {
        font-size: calc(18 * 100vw / 750) !important;
        line-height: calc(24 * 100vw / 750) !important;
        padding: calc(6 * 100vw / 750) calc(12 * 100vw / 750) !important;
    }

    .ft-benchmark .benchmark-en-title-bg {
        height: calc(24 * 100vw / 750) !important;
        border-radius: 0 calc(16 * 100vw / 750) 0 0 !important;
    }

    .ft-benchmark .benchmark-en-title {
        font-size: calc(10 * 100vw / 750) !important;
        line-height: calc(16 * 100vw / 750) !important;
        padding: calc(4 * 100vw / 750) calc(12 * 100vw / 750) !important;
    }
    .value-menu-title-en{
        display: none !important;
    }
    .value-menu-title{
        font-size: calc(12 * 100vw / 750);
    }
    .value-menu-title-cn{
        font-size: calc(12 * 100vw / 750);
    }
    .ft-value{
        height:calc(415 * 100vw / 750) ;
    }
    .value-menu-list{
        width: calc(200 * 100vw / 750) ;
    }
    .image-description p{
        display: none !important;
    }
    .application-gallery .gallery-item.active .en-title{
        display: none !important;
    } 
    .application-gallery .gallery-item.active .cn-title{
        display: none !important;
    }
   .application-gallery .gallery-item.active .desc-text{
        display: none !important;
    }
    .application-gallery .gallery-item.active .desc-title{
        font-size: calc(12 * 100vw / 750) !important;
        margin-top: calc(50 * 100vw / 750) !important;
    }
    .application-gallery .gallery-item.active .en-title{
         display: none !important;
    }
    .application-gallery .gallery-item:not(.active) .en-title{
        display: none !important;
    }
    .application-gallery .gallery-item:not(.active) .cn-title{
        font-size: calc(14 * 100vw / 750) !important;
        width: calc(60 * 100vw / 750) !important;
    }
    .subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: calc(8 * 100vw / 750);
    margin-bottom: calc(5 * 100vw / 750);
    }
}




