

        .top-nav {
            background-color: white;
        }
        /* =======================================================================
           移动端二级菜单选项卡样式
           ======================================================================= */

       /* 移动端选项卡容器 */
        .mobile-submenu-tabs {
            position: sticky;
            top: 9rem; /* 在移动端导航栏下方 */
            z-index: 100;
            background: white;
            box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
            transition: all 0.3s ease;
            padding: 0 1rem 0;
        }

        .mobile-submenu-scrollable {
            display: flex;
            overflow-x: auto;
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* IE 10+ */
            scroll-behavior: smooth;
            justify-content: space-between;
            gap: 1.2rem;
        }

        .mobile-submenu-scrollable::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }

        /* 移动端选项卡样式 */
        .mobile-submenu-tab {
            height: 6.2rem;
            line-height: 6.2rem;
            background: transparent;
            color: #B0B0B0;
            text-decoration: none;
            font-size: 1.6rem;
            font-weight: 400;
            white-space: nowrap;
            transition: all 0.3s ease;
            border-bottom: 2px solid transparent;
            position: relative;
        }

        /* .mobile-submenu-tab:hover {
            text-decoration: none;
            color: #5D5F5F;
        } */

        .mobile-submenu-tab.active {
            font-weight: 500;
            border-bottom: none;
            color: #333333;
        }

        .mobile-submenu-tab.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 14.6rem;
            height: 0.4rem;
            background-color: rgba(60, 110, 221, 1);
        }


        /* =======================================================================
           交互效果组件
           ======================================================================= */


        /* =======================================================================
        晓葆的服务生态模块样式
        ======================================================================= */
        .service-ecosystem-section {
            /* position: relative; */
            /* padding: 100px 0; */
            background: url('../../../img/mobile/data_aiot_bg.jpg') center center/cover no-repeat;
            height: 60.5rem;
            display: flex;
            align-items: center;
            overflow: hidden;
            /* width: 100%; */
            margin-top: 9rem;
            /* scale: 0.8; */

        }

        .service-ecosystem-content {
            position: relative;
            z-index: 2;
            width: 100%;
            height: 100%;
        }

        .service-ecosystem-header {
            /* margin-bottom: 1px;
            text-align: left; */
            margin:2.4rem 0 0.21rem;
        }
        .service-ecosystem-header h2.section-title{
            padding:0;
        }

        .service-ecosystem-subtitle {
            font-size: 2.2rem;
            color: #333333;
            font-weight: 600;
            display: flex;
            align-items: baseline;
            justify-content: center;
            /* gap: 0.04rem; */
            margin-top: 1rem;
            margin-bottom: 1.8rem;
        }

        .service-ecosystem-subtitle::before {
            content: '▶';
            color: #333333;
            font-weight: 600;
            font-size: 0.15rem;
        }

        .service-ecosystem-diagram {
            margin: 0;
            text-align: center;
            transform: scale(0.8);
            transition: all 1s ease;
        }

        .service-ecosystem-diagram.animated {
            opacity: 1;
            transform: scale(1);
        }

        .service-ecosystem-image {
            width: 33rem;
            /* margin: 0.05rem auto; */
            transition: all 0.3s ease;
        }

        .arrow-down img{
            width: 3.1rem;
            margin-top: 3.8rem;
        }
        .service-ecosystem-footer {
            margin-top: 4rem;
            text-align: center;
            transform: translateY(30px);
            transition: all 0.8s ease 0.5s;
        }

        .service-ecosystem-footer.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .service-ecosystem-slogan {
            font-weight: 500;
            letter-spacing: 0.04rem;
            font-family: DingTalk, DingTalk;
            font-weight: normal;
            font-size: 2.2rem;
            color: #5D5F5F;
        }
    /* =======================================================================
        为什么选择晓葆模块样式
        ======================================================================= */
        .why-choose-section {
            /* position: relative; */
            /* padding: 0.64rem 0 0.49rem; */
            /* background: url('../../../img/mobile/data_choose_bg.jpg') center center/cover no-repeat; */
            /* overflow: hidden; */
            width: 100%;
            /* height: 8.03rem; */
            background-color: #D1D4D4;
        }

        .why-choose-content {
            position: relative;
            z-index: 2;
            width: 100%;
        }

        .why-choose-main-title {
            color: #333333;
            display: flex;
            align-items: center;
            justify-content:center;
            font-weight: normal;
            padding: 4.4rem 0 2.1rem;
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 2.2rem;
            font-weight: 600;
        }


        .why-choose-blocks {
            display: flex;
            flex-direction: column;
            /* gap: 1.3rem; */
        }
        .hardware-img img{
          width: 100%;
        }

        /* 硬件优势块 - 内容左对齐，背景图层覆盖 */
        .hardware-advantage-block {
           background-color: #fff;
        }

        .hardware-advantage-block.animated {
            opacity: 1;
            transform: translateX(0);
        }


        .hardware-bg {
            display: none;
        }
        /* 共同样式 */
        .hardware-content {
            text-align: center;
            padding: 1.9rem 0 3.8rem;
        }
        .advantage-title {
            color: #3C6EDD;
            font-weight: bold;
            margin-bottom: 0.07rem;
            font-family: DingTalk, DingTalk;
            font-size: 2.2rem;
            padding-bottom: 0.4rem;
        }

        .advantage-desc {
            font-size: 1.5rem;
            color: #4B4E4E;
            font-weight: 600;
            padding-bottom: 1.2rem;
            
        }

        .advantage-details {
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.2rem;
            padding: 0 3.5rem;
            color: #676767;
        }

        .advantage-details p {
            line-height: 1.9rem;
        }
        .advantage-details p::before {
            content: '•';
            /* position: absolute; */
            /* left: 0; */
            padding-right: 0.2rem;
            color: #676767;
            font-weight: bold;
        }
        /* =======================================================================
           服务优势模块样式
        ======================================================================= */
        .service-advantage-section {
            /* position: relative; */
            /* padding: 100px 0; */
            background: url('../../../img/mobile/service_bg.jpg') center center / cover no-repeat;
            height: 84.5rem;
            display: flex;
            align-items: center;
            overflow: hidden;
            width: 100%;
        }

        /* .service-advantage-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
        } */

        .service-advantage-content {
            position: relative;
            z-index: 2;
            text-align: center;
            width: 100%;
            color: white;
            height: 100%;
        }

        .service-advantage-title {
            letter-spacing: 0.04rem;
            font-weight: bold;
            margin: 5rem 0 0.5rem;
            font-family: DingTalk, DingTalk;
            font-size: 2.8rem;
            color: #FFFFFF;
        }
        h2.service-advantage-title{
            /* margin-top:5rem;
            margin-bottom:0.4rem; */
        }

        .service-advantage-subtitle {
            color: rgba(255, 255, 255, 0.9);
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.6rem;
            line-height: 2.3rem;
        }

        .service-advantage-grid {
            padding: 0 4rem;
        }

        .service-advantage-item {
            /* padding: 40px 30px; */
            text-align: center;
            color: white;
            transform: translateY(30px);
            transition: all 0.6s ease;
            border-bottom: 0.1rem solid rgba(255, 255, 255, 0.65);
            /* display: flex;
            flex-direction: column;
            justify-content: flex-end; */
            /* height: 100%; */
            /* padding-bottom: 0.4rem; */
        }
        .service-advantage-item:last-child {
            border-bottom: none;
        }

        .service-advantage-item.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .service-advantage-icon {
            /* display: flex;
            align-items: center;
            justify-content: center; */
            transition: all 0.3s ease;
        }


        .service-advantage-icon img {
            width: 7rem;
            height: 7rem;
            margin: 3.2rem 0 1.8rem;
        }

        .service-advantage-name {
            font-size: 1.6rem;
            font-weight: 500;
            /* margin: 0.26rem 0 0.2rem; */
            color: white;
            margin-bottom: 1.8rem;
        }

        .service-advantage-desc {
            font-size: 1.4rem;
            font-weight: 100;
            line-height: 2.3rem;
            color: rgba(255, 255, 255, 0.85);
            /* margin:0 0.16rem 0 0.2rem; */
            opacity: 0.85;
            padding-bottom: 3.2rem;
            font-family: HarmonyOS_Sans_SC_Medium;
            font-weight: 500;
        }

        .service-advantage-desc p {
            /* margin: 0.02rem 0; */
        }

        /* =======================================================================
           数据成果模块样式
           ======================================================================= */
        /* .data-results-section {
            position: relative;
            padding: 80px 0;
            background: url('../../../img/data_bg.jpg') center center / cover no-repeat;
            background-attachment: fixed;
            min-height: 600px;
            display: flex;
            align-items: center;
            overflow: hidden;
            width: 100%;
        } */

        /* 移除遮罩层，让背景图片直接显示 */

        .data-results-content {
            position: relative;
            z-index: 1;
            text-align: center;
            width: 100%;
        }

        .data-results-title {
            font-size: 30px;
            color: #2A63D4;
            margin-bottom: 100px;
            letter-spacing: 3px;
            position: relative;
            z-index: 2;
        }

        .data-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 60px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .data-stat-item {
            text-align: center;
            color: #2A63D4;
            transform: translateY(20px);
            transition: all 0.6s ease;
        }

        .data-stat-item.animated {
            transform: translateY(0);
            opacity: 1;
        }

        .data-stat-icon {
            width: 120px;
            height: 120px;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .data-stat-icon:hover {
            transform: scale(1.1);
        }

        .data-stat-icon img {
            width: 120px;
            height: 120px;
        }

        .data-stat-number {
            font-size: 32px;
            margin-bottom: 15px;
            color: #2A63D4;
            letter-spacing: 2px;
            line-height: 1.2;
        }

        .data-stat-desc {
            font-size: 14px;
            color: #333333;
            line-height: 1.6;
            font-weight: 400;
        }

        /* 数字统计动画效果 */
        .data-stat-number.counting {
            animation: numberPulse 0.6s ease-in-out;
        }

        @keyframes numberPulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
        }
        /* =======================================================================
           数据优势模块样式
           ======================================================================= */
        .data-advantage-section {
            background: #192254;
            padding: 0;
            color: white;
            position: relative;
            overflow: hidden;
        }

        .data-advantage-container {
        }

        .data-advantage-content {
            /* display: flex;
            flex-direction: column;
            gap: 0; */
        }

        .data-advantage-left {
            /* padding-left: 0.11rem;
            padding-right: 0.11rem; */
            /* padding-bottom: 0.82rem; */
            padding:5.2rem 1.9rem 5rem 3.4rem;
        }

        .data-advantage-title {
            font-size: 2.8rem;
            font-weight: 500;
            color: white;
            text-align: center;
            font-family: DingTalk, DingTalk;
            margin:0;
            padding-bottom: 1rem;
        }

        .data-advantage-subtitle {
            font-size: 1.6rem;
            color: rgba(255, 255, 255, 0.8);
            text-align: center;
            font-family: HarmonyOS_Sans_SC;
            margin:0;
        }

        .data-advantage-stats {
            display: flex;
            flex-direction: column;
            padding-top: 5rem;
            /* align-items: center; */

        }

        .data-advantage-stat-item {
            display: flex;
            flex-direction: column;
            transform: translateX(-30px);
            transition: all 0.6s ease;
        }
        .start-main{
            display: flex;
            align-items: center;
            gap: 2.1rem;
        }
        .start-main img{
            width: 4.4rem;
            height: 4.4rem;
        }
        .diving{
            width: 85%;
            height: 0.1rem;
            background: rgba(255,255,255,0.35);
            margin: 2rem 0;
        }
        .data-advantage-stat-item.animated {
            opacity: 1;
            transform: translateX(0);
        }

        .data-advantage-stat-number {
            font-weight: bold;
            color: #FFFFFF;
            letter-spacing: 0.01rem;
            font-size: 2.2rem;
        }

        .data-advantage-stat-desc {
            font-weight: 100;
            color: rgba(255, 255, 255, 0.9);
            font-family: HarmonyOS_Sans_SC_Light;
            font-size: 1.4rem;
        }

        /* =======================================================================
           移动智能体检模块样式
           ======================================================================= */
        .mobile-health-check-container {
            /* position: relative; */
            background-image: url('../../../img/mobile/data_h_bg.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-color: white;
            overflow: hidden;
            height: 34.6rem;
            display: flex;
            align-items: flex-end;
            justify-content: center;

        }

        .mobile-health-content {
            text-align: center;
            margin: 0 2.5rem 2.6rem 3.2rem;
        }

        .mobile-health-title {
            font-weight: bold;
            transform: translateY(30px);
            transition: all 0.8s ease;
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 2.2rem;
            color: white;
            margin:0;

        }

        .mobile-health-title.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .mobile-health-subtitle {
            font-size: 2.1rem;
            font-weight: 500;
            transform: translateY(0.3rem);
            transition: all 0.8s ease 0.2s;
            color: rgba(255, 255, 255, 0.85);
        }

        .mobile-health-subtitle.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .mobile-health-description {
            color: rgba(255, 255, 255, 0.85);
            transform: translateY(0.3rem);
            transition: all 0.8s ease 0.4s;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.2rem;
            line-height: 1.8rem;
        }

        .mobile-health-description.animated {
            opacity: 1;
            transform: translateY(0);
        }


        /* =======================================================================
           解决方案模块样式
           ======================================================================= */
        .solution-container {
            /* padding: 0.41rem 0.34rem 0.49rem 0.42rem; */
            background: rgba(216,216,216,0.44);
            /* margin: 0 0.34rem; */
            /* width: 87.2%; */
        }

        .solution-header {
            display: flex;
            justify-content: center;
        }
        .solution-headers{
            display: flex;
            gap: 0.8rem;
            padding: 4.1rem 0 0.9rem 3.5rem;
        }
        .data-section-title-with-arrow {
            font-size: 2.2rem;
            color: #3BBAB2;
            margin: 0;
            letter-spacing: 0.02rem;
            font-family: DingTalk, DingTalk;
            font-size: 22px;
            padding: 3rem 2.2rem;
        }
        .data-section-title-with-arrows{
            font-family: DingTalk, DingTalk;
            font-size: 1.7rem;
            color: #3BBAB2;
            margin: 0;
            font-weight: 500 !important;
        }

        /* 标题容器样式 - 确保箭头和标题正确对齐 */
        .data-section-header {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 30px;
        }


        .solution-description {
            font-family: HarmonyOS_Sans_SC;
            font-size: 12px;
            color: #666565;
            line-height: 1.8rem;
            padding: 0 3.5rem 3.3rem;
        }

        .solution-features {
            color: #666565;
            font-size: 14px;
            line-height: 1.6;
        }

        .solution-right {
            /* margin-left: 1.38rem; */
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .data-section-arrow-icon{
            width: 0.816rem;
            height: 0.999rem;
            margin-top: 0.5rem;
        }

        .solution-image {
            height: 29rem;
            transform: translateX(30px);
            transition: all 0.8s ease;
        }

        .solution-image.animated {
            opacity: 1;
            transform: translateX(0);
        }

        /* 解决方案动画效果 */
        .solution-left > * {
            transform: translateY(20px);
            transition: all 0.6s ease;
        }

        .solution-left.animated > * {
            opacity: 1;
            transform: translateY(0);
        }

        .solution-left.animated .solution-header {
            transition-delay: 0.1s;
        }

        .solution-left.animated .solution-subtitle {
            transition-delay: 0.2s;
        }

        .solution-left.animated .solution-description {
            transition-delay: 0.3s;
        }

        .solution-left.animated .solution-features {
            transition-delay: 0.4s;
        }

        /* 左侧四图布局样式 */
        .solution-left-images {
            display: flex;
            flex-direction: column;
            gap: 2.5rem;
        }

        .solution-image-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            transform: scale(0.8);
            transition: all 0.6s ease;
        }

        .solution-image-item.animated {
            opacity: 1;
            transform: scale(1);
        }


        .solution-item-image {
            background-size: contain;
            transition: transform 0.3s ease;
        }

        .solution-image-label {
            background-color:white;
            border: 0.1rem solid #49BEB7;
            padding: 0.7rem 1.3rem;
            font-weight: 500;
            white-space: nowrap;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.3rem;
            color: #717171;
            margin-top: 1.8rem;
        }



        /* =======================================================================
           多维智能体检中心模块样式
           ======================================================================= */
        .multi-dimensional-section {
            padding: 0.52rem 0 0;
            position: relative;
        }

        .multi-dimensional-container {
            /* max-width: 1200px;
            margin: 0 auto;
            padding: 0;
            overflow-x: hidden; */
        }

        .multi-dimensional-content {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .multi-dimensional-header {
            display: flex;
            margin-bottom: 0.28rem;
            margin-left: 0.62rem;
            justify-content: flex-start;
            padding: 0; /* 确保标题有合适的左右间距 */
        }




        .multi-dimensional-subtitle {
            font-size: 16px;
            color: #3BBAB2;
            margin-bottom: 40px;
            font-weight: 500;
        }

        /* 中心圆形背景和AI图片 */


        .center-ai-image {
            height: 26rem;
            width: 96.5%;
            background: url('../../../img/mobile/data_ai.png') center center / cover no-repeat;
            margin: 1.8rem 0 4.7rem;
        }
        .multi-dimensional-mobile{
           margin:0 2.1rem 0;
        }
        /* 四个矩形框垂直排列 */
        .dimension-blocks{
            display: flex;
            flex-direction: column;
            gap: 0.9rem;
        }
        .dimension-block {
            background: #F0FAFE;
            border-radius: 0.5rem;
            transform: translateY(20px);
            transition: all 0.6s ease;
        }

        .dimension-block.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .block-content {
            flex: 1;
            padding: 1.7rem 1.3rem;
        }

        .block-title {
            font-weight: 600;
            color: rgba(42, 99, 215, 0.88);
            /* margin-bottom: 0.2rem; */
            font-family: HarmonyOS_Sans_SC_Medium;
            font-size: 1.7rem;


        }
        .block-title span{
            font-size: 1.4rem;
            font-weight: 500;
        }

        .block-desc {
            font-size: 1.3rem;
            color: rgba(51, 51, 51, 0.7);
            line-height: 1.8rem;
            font-family: HarmonyOS_Sans_SC_Light;
        }

        .block-arrow {
            position: absolute;
            right: -60px;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 80px;
            flex-shrink: 0;
        }

        .block-arrow img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }


        /* =======================================================================
           数智化健管生态模块样式
           ======================================================================= */
        .digital-health-section {
            /* padding: 0.52rem 0 0; */
            position: relative;
        }

        .digital-health-container {
            margin: 0 auto;
            padding: 0;
        }


        .digital-health-subtitle {
            font-weight: bold;
            color: #1F1F1F;
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 1.4rem;
            margin: 0 3.5rem;
        }

        .digital-health-description {
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.4rem;
            color: #666565;
            line-height: 2rem;
            margin: 0 3.5rem;
            padding: 1.2rem 0 3.8rem;
        }

        .digital-health-apps {
            display: grid;
            grid-template-columns: 1fr 1fr;

            /* gap: 0.81rem;
            margin: 0 1.68rem 0 1.69rem; */
        }

        .digital-health-app {
            text-align: center;
            transform: translateY(0.26rem);
            transition: all 0.6s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3rem;
        }

        .digital-health-app.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .digital-health-app-image {
            width: 11.783rem;
            transition: all 0.3s ease;
        }

        .digital-health-app-label {
            background-color: #3BBAB2;
            border-radius: 0.3rem;
            border:0.1rem solid #BEDC96;
            color: white;
            padding: 0.5rem 0;
            width: 10.2rem;
            text-align: center;
            font-size: 1.2rem;
            margin-bottom: 3.5rem;
        }

        /* 客户端智慧看板样式 */
        .digital-health-dashboard {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 0.2rem;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .digital-health-dashboard.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .digital-health-dashboard-image {
            height: 17.2rem;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1;
        }
        .mobile-description{
            padding: 1.2rem 0 1.1rem !important;
        }
        .mobiles-header{
            padding: 2.9rem 0 0.9rem 3.5rem !important;
        }
        .mobiles-header .data-section-title-with-arrow{
            padding: 0 !important;
        }

        .mobiles-care-header{
            padding: 2.9rem 0 0.9rem 0 !important;
            gap: 0.8rem;
        }
        .mobiles-care-header .data-section-title-with-arrow{
            padding: 0 !important;
        }
        /* 客户端部分间距调整 */
        .digital-health-client-section {
            margin-top: 1rem;
            position: relative;
        }



        /* =======================================================================
           行业合作伙伴模块样式
           ======================================================================= */


        .industry-partners-showcase {
            display: flex;
            justify-content: center;
            align-items: center;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .industry-partners-showcase.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .industry-partners-image {
            height: 15.628rem;
            transition: all 0.3s ease;
            margin: 1rem 0 4rem;
        }

        .industry-partners-showcase:hover .industry-partners-image {
            transform: translateY(-5px);
            box-shadow: 0 15px 45px rgba(59, 186, 178, 0.12);
            border-color: #3BBAB2;
        }


        /* =======================================================================
           适老化产品模块样式
           ======================================================================= */
        .mobile-bg{
           background: #192254;
        }
        .mobile-bg-content{
           padding: 1.5rem 1.2rem 1.4rem 1.3rem;
        }
        .mobile-bg-box{
           background-color: #ffffff;
            padding: 0 2.6rem 1.8rem 2.5rem;
        }

         .mobile-bg-box.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .elderly-care-title {
            padding-top: 2.7rem;
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 2.2rem;
            color: #356BD6;
            text-align: center;
        }

        .elderly-care-subtitle {
            font-size: 1.8rem;
            color: #3C6EDD;
            text-align: center;
        }

        .elderly-care-description {
            /* text-align: justify; */

            font-family: HarmonyOS_Sans_SC;
            font-size: 1.3rem;
            color: #8B8B8B;
            line-height: 2.1rem;
            text-align: center;
        }

        .elderly-care-qrcode-section {
            background: #F6F6F6;
            padding: 2.2rem 0 1.7rem;
            margin-top: 1.8rem;
            width: 100%;
        }

        .elderly-care-qrcode-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .elderly-care-qrcode {
            width: 8.4rem;
            height: 8.4rem;
            /* margin-bottom: 15px; */
        }

        .elderly-care-qrcode-desc {
            color: #555555;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.2rem;
            margin-top: 0.5rem;
        }

        /* 适老化评估和管家服务样式 */
        .care-box-header {
            display: flex;
            gap: 0.5rem;
        }
        .care-box-header-subtitle{
            margin: 3.6rem 0 1.1rem 3.5rem;
        }
        .care-box-header-subtitle-mobile{
            margin: 0 !important;
            padding: 4.2rem 3.5rem 0.8rem;
        }
        .care-box-header-subtitle-mobile .care-box-subtitle-desc{
            margin-bottom: 0.06rem;
        }
        /* .care-box-header-subtitle-mobile .health-description{

        } */
        .care-box-subtitle {
            font-weight: bold;
            text-align: left;
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 1.6rem;
            color: #192254;
        }
        .care-box-subtitle-desc {
            color: #333333;
            text-align: left;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.6rem;
            
        }


        /* 评估模块布局 */

        .evaluate-content {
            display: flex;
            flex-direction: column;
        }

        .evaluate-description {
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.3rem;
            color: #8B8B8B;
            line-height: 2rem;
            text-align: justify;
        }

        .evaluate-features {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .evaluate-feature-item {
            background: #F0FAFE;
            padding: 15px 20px;
            border-radius: 8px;
            border-left: 4px solid #3BBAB2;
        }

        .feature-title {
            font-size: 16px;
            font-weight: bold;
            color: #3BBAB2;
            margin-bottom: 8px;
        }

        .feature-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
            margin-bottom: 5px;
        }

        .feature-desc:last-child {
            margin-bottom: 0;
        }

        .evaluate-image {
            text-align: center;
            transform: translateY(20px);
            transition: all 0.6s ease;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .evaluate-image.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .evaluate-image img {
            max-width: 100%;
            width: auto;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        /* 简化的评估图片样式 */
        .evaluate-simple-image {
            text-align: center;
            transform: translateY(20px);
            transition: all 0.6s ease;
        }

        .evaluate-simple-image.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .evaluate-simple-image img {
            width:100%;
            margin-top: 3.8rem;
        }

        .care-box-content {
            text-align: center;
            transform: translateY(20px);
            transition: all 0.6s ease;
        }

        .care-box-content.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .housekeeper-image {
            /* margin-top: 0.28rem; */
            height: 35.5rem;
            margin:0 auto;
        }

        /* 安全管家模块样式 */
        .safety-butler-content {
            transform: translateY(20px);
            transition: all 0.6s ease;
        }

        .safety-butler-content.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .safety-description {
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.3rem;
            color: #666565;
            line-height: 1.8rem;
            text-align: left;
            padding: 0 3.5rem 2.6rem;
        }

        .smart-monitoring-section {
            text-align: center;
            /* margin-bottom: 20px; */
        }

        h4.monitoring-title {
            text-align: center;
            display: block;
            letter-spacing: 0.04rem;
            position: relative;
            overflow: hidden;
            /* margin: 0.4rem auto 0.28rem; */
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 1.5rem;
            color: #3BBAB1;
            font-weight: 600;
            margin-bottom: 1.6rem;
        }
        .monitoring-title strong {
            font-size: 1.6rem;
            font-weight: block;
        }

        .monitoring-title::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            display: inline-block;
            height: 0.65rem;
            background: rgba(156, 202, 95, 0.7);
            transition: left 0.5s;
            margin-top: 0.623rem;
            border-radius: 0.1rem;
        }
        .mobile-monitoring1::after{
            width: 14.9rem;
        }
        .mobile-monitoring2::after{
            width: 12rem;
            height: 1rem;
        }
        .mobile-monitoring3::after{
            width: 13.5rem;
            height: 1rem;
        }

        .monitoring-image-container {
            display: flex;
            justify-content: center;
            align-items: center;
            transform: scale(0.9);
            transition: all 0.8s ease;
            margin-bottom: 3.6rem;
        }
        .monitoring-image-container-mobile .monitoring-image{
            height: 100%;
            width: 81.6%;
        }
        .monitoring-mobile .monitoring-image{
            height: 17.8rem;
        }
        .monitoring-image-container.animated {
            opacity: 1;
            transform: scale(1);
        }

        .monitoring-image {
            height: 22.049rem;
            transition: transform 0.3s ease;
        }

        /* 健康管家模块样式 */
        .health-butler-content {
            opacity: 1;
        }

        .health-description {
            font-size: 1.3rem;
            color: #666565;
            line-height: 1.8rem;
            font-family: HarmonyOS_Sans_SC;
            padding: 0 3.5rem 2.1rem;
        }

        .health-image-container {
            position: relative;
            height: 39.1rem;
            background: url('../../../img/mobile/health-butler-bg.png') center center / cover no-repeat;
            /* background-size: contain; */
            display: flex;
            flex-direction: column;
            justify-content: center;
            overflow: hidden;
            /* transform: scale(0.95); */
            /* transition: all 0.8s ease; */
            margin-bottom: 3.1rem;
        }

        /* .health-image-container.animated {
            opacity: 1;
            transform: scale(1);
        } */

        .health-service-text {
            font-weight: bold;
            color: white;
            text-align: center;
            letter-spacing: 2px;
            z-index: 2;
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 1.8rem;
        }
        .health-service-container{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 6.5rem 4.5rem;
            margin: 2rem 3.5rem 2rem;
            position: relative;

        }
        .medical-butler-header{
            background: #FFFFFF;
        }
        .health-service-item{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .health-butler-image{
            width: 4rem;
            height: 4rem;
        }
        .health-subtitle-text{
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 1.3rem;
            color: #FFFFFF;
            font-weight: 600;
            padding:0.7rem 0 0.3rem;
            text-align: center;
        }
        .health-description-text{
            font-family: HarmonyOS_Sans_SC_Light;
            font-size: 1.3rem;
            color: rgba(255, 255, 255, 0.65);
            text-align: center;
            /* line-height: 1.5rem; */
        }
        /* 图片中间虚线部分 */
        .cross-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 11.1rem;
            height: 10.2rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .horizontal-line {
            position: absolute;
            width: 100%;
            height: 0.124rem;
            border-bottom: 0.124rem dashed rgba(255, 255, 255, 0.55);
            transform: translateY(-50%);
        }
        
        .vertical-line {
            position: absolute;
            left: 50%;
            top: 0;
            width: 0.124rem;
            height: 100%;
            border-right: 0.124rem dashed rgba(255, 255, 255, 0.55);
            transform: translateX(-50%);
        }
        
        /* 虚线效果 */
        .dashed {
            /* background-image: linear-gradient(to right, #00ffff 50%, transparent 50%);
            background-size: 10px 100%; */
        }

        .vertical-line.dashed {
            /* background-image: linear-gradient(to bottom, #00ffff 50%, transparent 50%);
            background-size: 100% 10px; */
        }

        /* 365天居家健康监测网格样式 */
        .health-monitoring-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            /* grid-template-rows: repeat(2, 1fr); */
            background-color: rgba(60, 110, 221, 0.07);
            padding: 1.1rem 0;
            gap: 1.7rem 0;
            margin: 0 1.8rem 3.1rem;
            border-radius: 0.8rem;
        }

        .health-monitor-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transform: translateY(20px);
            transition: all 0.6s ease;
            background: none !important;
            border: none !important;
        }

        .health-monitor-item.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .monitor-image-box {
            /* width: 120px;
            height: 120px;
            border-radius: 12px; */
            background: none !important;
            border: none !important;
            display: flex;
            align-items: center;
            justify-content: center;
            /* margin-bottom: 15px; */
            transition: all 0.3s ease;
            overflow: hidden;
        }
        .monitor-product-image {
            width: 5.1rem;
            height: 5.1rem;
            object-fit: contain;
            transition: transform 0.3s ease;
        }


        .monitor-product-name {
            background: #3C6EDD;
            /* min-width: 1.2rem; */
            padding: 0.1rem 0.25rem;
            border-radius: 0.5rem;
            white-space: nowrap;
            transition: all 0.3s ease;
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            font-size: 1.2rem;
            color: #FEFEFE;
        }

        .health-monitor-item:hover .monitor-product-name {
            background: #3367D6;
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(66, 133, 244, 0.4);
        }



        /* 建立个人健康档案样式 */
        .health-archive-container {
            /* max-width: 840px; */
            /* margin: 0 auto;
            padding: 20px; */
        }

        .archive-image-wrapper {
            transition: all 0.3s ease;
            display: flex;
            justify-content: center;
        }

        .archive-image {
            height: 34.6rem;
            display: block;
            transition: transform 0.3s ease;
        }
 /* =======================================================================
        居家养老数据成果模块样式 (使用原数据成果样式，重命名避免冲突)
        ======================================================================= */
    .elderly-care-stats-section {
        position: relative;
        background: url('../../../img/mobile/data_bg.png') center center / cover no-repeat;
        background-attachment: fixed;
        display: flex;
        align-items: center;
        overflow: hidden;
        width: 100%;
        margin-top: 3.1rem;
        /* padding: 0.39rem 0.48rem; */
    }

    .elderly-care-stats-content {
        position: relative;
        z-index: 1;
        text-align: center;
        width: 100%;
    }

    .elderly-care-stats-title {
        font-family: HarmonyOS_Sans_SC_Bold;
        font-size: 2.8rem;
        color: #3C6EDD;
        /* margin: 0 0 .36rem; */
        letter-spacing: 0.04rem;
        position: relative;
        z-index: 2;

        /* font-family: HarmonyOS_Sans_SC_Bold;
        font-size: 28px;
        color: #3C6EDD;
        line-height: 40px;
        text-align: center;
        font-style: normal; */

    }

    .elderly-care-stats-grid {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       gap: 1.7rem 0;
       padding-bottom: 6.3rem;
    }

    .elderly-care-stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #2A63D4;
        transform: translateY(20px);
        opacity: 0;
        transition: all 0.6s ease;
    }

    .elderly-care-stat-item.animated {
        transform: translateY(0);
        opacity: 1;
    }

    .elderly-care-stat-icon {
        width: 9.4rem;
        height: 9.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .elderly-care-stat-icon img {
        width: 9.4rem;
        height: 9.4rem;
    }

    .elderly-care-stat-number {
        font-family: HarmonyOS_Sans_SC_Bold;
        font-size: 2.4rem;
        color: #2A63D4;
        margin: 1.8rem 0 0.8rem;
        letter-spacing: 0.04rem;
    }

    .elderly-care-stat-desc {
        font-family: HarmonyOS_Sans_SC;
        font-size: 1.4rem;
        color: #333333;
        line-height: 1.9rem;
        width: 12.7rem;
    }

    /* 数字统计动画效果 */
    .elderly-care-stat-number.counting {
        animation: numberPulse 0.6s ease-in-out;
    }

    @keyframes numberPulse {
        0%, 100% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
    }




        /* =======================================================================
           就医管家模块样式
           ======================================================================= */
        .medical-service-item-bg{
            background-image: url("../../../img/mobile/medical_butler_1.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .medical-service-item-bg_2{
            background-image: url("../../../img/mobile/medical_butler_2.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
       .medical-service-item-bg_3{
            background-image: url("../../../img/mobile/medical_butler_3.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .medical-service-item-bg_4{
            background-image: url("../../../img/mobile/medical_butler_4.png");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .medical-butler-section {
            background: rgba(25,34,84,0.05);
            /* padding: 0 0 60px 0; */
            /* position: relative; */
        }

        .medical-butler-title {
            font-size: 20px;
            font-weight: bold;
            color: white;
            letter-spacing: 1px;
            display: flex;
            align-items: baseline;
            gap: 3px;
        }

        .medical-butler-subtitle {
            font-size: 20px;
            color: rgba(255, 255, 255, 0.9);
            font-weight: 400;
        }

        .medical-butler-description {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.95);
            line-height: 1.6;
            text-align: left;
            text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
        }

        .medical-services-grid {
            position: relative;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 0.33rem 0;
            margin: 0 0.48rem;
        }

        .medical-service-items {
            height: 31.7rem;
            width: 30.6rem;
        }

        .medical-service-fix {
            margin-bottom: 0 !important;
        }

        .medical-service-items.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .service-overlay {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 1.8rem;
        }

        .service-number {
            font-weight: 400;
            color: white;
            font-family: kuaikanshijieti;
            font-size: 3.3rem;
            margin-bottom: 0.5rem;
        }

        .service-title {
            font-family: HarmonyOS_Sans_SC_Medium !important;
            font-weight: 400 !important;
            font-size: 2.9rem;
            color: #FFFFFF;
            margin-bottom: 1rem;
        }

        .service-features {
            display: flex;
            flex-direction: column;
            /* gap: 8px; */
        }

        .service-feature {
            color: rgba(255, 255, 255, 0.95);
            letter-spacing: 0.04rem;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.5rem;
        }

        /* =======================================================================
           服务网点模块样式
           ======================================================================= */
        .service-network-section {

        }

        .service-network-title {
            font-size: 2.2rem;
            font-weight: bold;
            color: #666565;
            letter-spacing: 0.05rem;
            font-family: HarmonyOS_Sans_SC_Bold;
            margin-bottom: 0rem;
        }

        .service-network-subtitle {
            font-size: 1.7rem;
            color: #666;
        }

        .service-network-content {
            margin: 4.2rem 3.4rem 2.1rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .service-network-image {
            height: 24.3rem;
            /* margin-bottom: 2.2rem; */
        }

        .service-features-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 0.56rem;
        }

        .service-feature-item {
            position: relative;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .service-feature-item.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .service-feature-item:hover {
            transform: translateY(-8px);
        }

        .service-feature-image {
            height: 2.32rem;
            transition: transform 0.3s ease;
        }

        .service-feature-item:hover .service-feature-image {
            transform: scale(1.02);
        }

        .service-feature-title {
            position: absolute;
            bottom: 0.1rem;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0.18rem;
            font-weight: 500;
            color: #333;
            text-align: center;
        }

        .service-network-description{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: #fff;
            /* gap: 1.8rem; */
        }
        .service-network-description .server-title{
            font-size: 0.2rem;
            font-weight: 500;
            color: #333;
            text-align: center;
        }
        .service-network-item{
            height: 20.653rem;
            width: 30.6rem;
            position: relative;
        }
        .service-network-bg1{
            background-image: url("../../../img/mobile/service_network1.png");
            background-size: contain;
            background-position: bottom;
            background-repeat: no-repeat;
        }
        .service-network-bg2{
            background-image: url("../../../img/mobile/service_network2.png");
            background-size: contain;
            background-position: bottom;
            background-repeat: no-repeat;
        }
        .service-network-bg3{
            background-image: url("../../../img/mobile/service_network3.png");
            background-size: contain;
            background-position: bottom;
            background-repeat: no-repeat;
        }
        .server-mes{
            font-family: PingFangSC, PingFang SC;
            font-weight: 500;
            font-size: 1.8rem;
            color: #323434;
            position: absolute;
            bottom: 0.6rem;
            left: 50%;
            transform: translateX(-50%);
            letter-spacing: 0.05rem;
            width: 100%;
        }
        .service-industries{
           display:grid;
           grid-template-columns: repeat(2,1fr);
           gap: 1.5rem 1.6rem;
           margin:1.8rem 0 1.5rem;
        }
        .industry-item{
            display: flex;
            align-items: center;
            background: #EAEAEA;
            border-radius: 6px;
            padding: 0.7rem 1rem 0.5rem;
            gap: 2.1rem;
        }
        .industry-icon{

        }
        .industry-icon-image{
            width: 4.067rem;
        }
        .industry-name{
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            font-size: 1.4rem;
            color: #323434;
        }


        /* =======================================================================
           可视化数据大屏模块样式
           ======================================================================= */
        .visual-screen-section {
            background-color: #ffffff;
            /* padding: 0.83rem 0.48rem 0.52rem; */
            text-align: center;
        }
        .visual-screen-title {
            font-weight: bold;
            letter-spacing: 0.04rem;
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 2.2rem;
            color: #666565;
            text-align: center;
            margin-bottom: 0;
        }
        .visual-screen-subtitle {
            font-size: 1.7rem;
            color: #666;
            font-weight: 400;
            margin-bottom: 0;
            text-align: center;
        }
        .visual-screen-image {
            height: 18.4rem;
            margin-bottom: 0;
            transition: transform 0.4s cubic-bezier(.25,.8,.25,1), box-shadow 0.4s;
            opacity: 0;
            transform: translateY(0.3) scale(0.98);
            margin-top: 1.8rem;
        }
        .visual-screen-image.animated {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
        /* =======================================================================
           爱启医生模块样式
           ======================================================================= */
        .ai-doctor-section {
            background-color: #fff;
            /* padding-top: 0.78rem; */
            position: relative;
        }

        .ai-doctor-content {
            margin: 3.3rem 3.5rem 2.2rem;
            text-align: center;
        }

        .ai-doctor-header {
            font-style: normal;
        }

        .ai-doctor-title {
            font-weight: bold;
            margin-bottom: 0;
            letter-spacing: 0.04rem;
            font-family: HarmonyOS_Sans_SC_Bold !important;
            font-style: normal;
            font-size: 2.2rem;
            color: #666565;

        }

        .ai-doctor-subtitle {
            font-size: 1.7rem;
            color: #666;
            font-weight: 400;
            margin-bottom: 0;
            font-style: normal;
        }

        .ai-doctor-description {
            font-style: normal;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.2rem;
            color: #8B8B8B;
            line-height: 2.1rem;
            text-align: left;
            margin-top: 1.3rem;
        }

        /* IoT智能穿戴部分 */
        .iot-section {
            /* padding: 0 0.48rem */
        }

        .iot-header {
            display: flex;
            gap: 0.7rem;
            margin-left: 3.3rem;
            margin-bottom: 0.5rem;
            margin-top: 0.7rem;
        }
        .iot-headers {
            display: flex;
            gap: 0.7rem;
        }

        /* 日常穿戴部分 */
        .daily-wear-title {
            font-weight: bold;
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 1.7rem;
            color: #192254;
            margin-left: 3.3rem;
        }

        .daily-wear-desc {
            color: #333333;
            margin: 0;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.3rem;
            margin-left: 3.3rem;
        }

        /* 设备展示区域 */
        .devices-showcase-mobile{
            padding: 0.9rem 2.4rem 0!important;
        }
        .devices-showcase {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding: 2.1rem 2.4rem;
            justify-content: center;
        }
        .devices-showcase-mobile img{
            object-fit: cover;
            margin: 0 auto;
            width: 100%;
        }
        .devices-showcase img{
            /* height: 3.56rem; */
            object-fit: contain;
            margin: 0 auto;
            width: 100%;
        }
        .devices-showcase-mobile-s{
            padding: 0 0 0.64rem!important;
        }
        .devices-showcase-mobile-s img{
            height: 31.8rem !important;
            margin-top: 0.6rem;
        }

        .device-name {
            display: inline-block;
            background: #3BBAB2;
            color: white;
            padding: 12px 30px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .device-item:hover .device-name {
            background: #2A9B95;
            transform: scale(1.05);
        }
        /* 7X24小时家庭医生 - 专病监测网格 */
        .disease-monitoring-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            margin: 1rem 3rem 2.8rem;
            /* gap:0.4rem 0.9rem; */
            /* gap:0.22rem 0.28rem;
            margin: 0.1rem 0 0.71rem;
            padding: 0; */
        }

        .disease-item {
            transition: all 0.3s ease;
        }

        .disease-item.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .disease-img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            transition: transform 0.3s ease;
        }

        .disease-item:hover .disease-img {
            transform: scale(1.02);
        }

        /* 医疗服务类专病网络 */
        /* 医疗服务类专病网络 */
        .medical-service-network-mobile {
            margin: 0.8rem 2.4rem 0;
            /* padding: 0px 10px 20px 10px; */
            /* margin-bottom: 0.6rem; */
        }

        .medical-service-item-mobile {
            display: flex;
            align-items: center;
            background-color: rgba(215, 240, 235, 0.33);
            transform: translateY(0.28rem);
            transition: all 0.6s ease;
            border-radius: 0.6rem;
            margin-bottom: 0.6rem;
            padding: 1.4rem 0.5rem 1.3rem 0;
        }

        .medical-service-item-mobile.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .medical-service-icon-mobile {
            display: flex;
            flex-direction: column;
            align-items: center;
            /* width: 3.4rem; */
            position: relative;
            margin: 0 4.3rem 0 2.6rem;
        }
        
        .medical-service-line {
            content: '';
            width: 0.05rem;
            height: 4.2rem;
            background-color: rgba(151, 151, 151, 0.55);
            margin-right: 1.6rem;
        }

        .medical-icon-mobile {
            width: 3.4rem;
            height: 100%;
            object-fit: contain;
        }
       .medical-service-item-mobile:last-child .medical-service-icon-mobile{
            margin: 0 3.85rem 0 1.8rem;
        }

        .medical-service-item-mobile:last-child .medical-icon-mobile{
            width: 6.5rem;
        }

        .medical-service-label-mobile {
            font-weight: bold;
            text-align: center;
            font-family: HarmonyOS_Sans_SC_Medium;
            font-size: 1.3rem;
            color: #3BBAB2;

        }

        .medical-service-content-mobile {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            /* margin-left: 5px; */
        }

        .medical-service-details-mobile {
            /* padding: 0.52rem 0.8rem 0.52rem 0.84rem; */
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.3rem;
            color: #464646;
            line-height: 1.6rem;
        }
        /* 健康体验生态模块 */
        .health-ecosystem-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            align-items: end;
            gap: 2.4rem 9rem;
            padding: 0.6rem 0 4.6rem;
        }

        .health-ecosystem-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: all 0.8s ease;
            flex: 0 0 auto;
        }

        .health-ecosystem-image-wrapper {
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }

        .health-ecosystem-image {
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        /* 针对不同图片的特殊尺寸处理 - 调整为更小的尺寸 */
        .health-ecosystem-item:nth-child(1) .health-ecosystem-image {
            height: 14.763rem;
        }

        .health-ecosystem-item:nth-child(2) .health-ecosystem-image {
            height: 10.338rem;
        }

        .health-ecosystem-item:nth-child(3) .health-ecosystem-image {
            max-height: 13.398rem;
        }

        .health-ecosystem-item:hover .health-ecosystem-image {
            transform: scale(1.05);
        }
        /* 标签距离处理 */
         .health-ecosystem-item:nth-child(2) .health-ecosystem-label {
            margin-top: 1.9rem;
        }
        .health-ecosystem-label {
            font-size: 1.4rem;
            font-weight: 500;
            color: #616161;
            text-align: center;
            padding: 0.02rem 1.7rem;
            background: #F2F2F2;
            border-radius: 0.4rem;
            transition: all 0.3s ease;
            margin-top: 1.6rem;
        }

        /* =======================================================================
           X未来探索模块样式 - 修正版
        ======================================================================= */
        .x-future-section {
            position: relative;
            padding: 0;
            background: transparent;
            overflow: hidden;
        }

        .x-future-content {
            position: relative;
            z-index: 2;
        }

        .x-future-title {
            position: absolute;
            top: 2.8rem;
            left: 50%;
            transform: translateX(-50%);
            font-weight: bold;
            color: #3C6EDD;
            z-index: 10;
            margin: 0;
            font-family: HarmonyOS_Sans_SC_Bold;
            font-size: 2.8rem;
            display: flex;
            flex-direction: column;
            align-items: center;

        }

        .x-future-title::after {
            content: "";
            display: block;
            width: 4.8rem;
            height: 0.4rem;
            background-color: #FFC60C;
            margin-top: 0.5rem;
        }

        .x-future-timeline {
            position: relative;
            height: 53.4rem;
        }

        .x-future-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .x-bg-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: inherit;
            opacity: 1;
            z-index: 1;
        }

        .x-line-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .x-milestones {
            position: relative;
            z-index: 3;
            height: 53.4rem;
        }

        .x-milestone {
            position: absolute;
            display: flex;
            align-items: center;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }

        .x-milestone.animated {
            opacity: 1;
            transform: translateY(0);
        }

        /* 里程碑位置定位 */
        .milestone-1 {
            top: 11.4rem;
            left: 3.6rem;
            width: 15.7rem;
        }

        .milestone-2 {
            top: 29rem;
            right:2.8rem;
            transform: translateX(-50%);
            width: 15.7rem;
        }

        .milestone-3 {
            bottom: 3.3rem;
            left: 7.5rem;
            width: 17.1rem;
        }
        .x-bg-r{
            z-index: 2;
            position: relative;
            left: 3.1rem;
            width: 12.5rem;
            height: 36.4rem;
        }
        .milestone-marker1{
            position: absolute;
            top: -0.2rem;
            left: 0rem;
        }
        .milestone-marker2{
            position: absolute;
            top: 20.5rem;
            left: 1.85rem;
        }
        .milestone-marker3{
            position: absolute;
            right: -0.2rem;
            bottom: -0.2rem;
        }

        .milestone-circle {
            width: 1rem;
            height: 1rem;
        }

        .milestone-label {
            display: flex;
            align-items: center;
        }


        .label-title {
            font-size: 1.4rem;
            font-weight: bold;
            color: #FFFFFF;
            line-height: 1.9rem;
            width: 12rem;
            margin-bottom: 0.6rem;
            font-family: HarmonyOS_Sans_SC_Bold;
        }

        .label-desc {
            font-size: 1.2rem;
            color: #4F4F4F;
            font-family: HarmonyOS_Sans_SC;
            line-height: 1.7rem;
        }
        .milestone-2 .label-title{
           width: 14.9rem !important;
        }
        .milestone-2 .label-desc{
            width: 15.7rem !important;
        }
        .milestone-3 .label-title{
           width: 14.1rem !important;
        }
        .milestone-3 .label-desc{
            width: 17.1rem !important;
        }

