        /* 媒体查询：屏幕宽度小于 750px 时显示移动端内容 */
        .pc-only {
            display: none;
        }
        .mobile-only {
            display: block;
        }


        .top-nav {
            background-color: white;
        }

        .team-section{
            position: relative;
            top: 9rem;
        }
        .mobie-team-section{
            background: #192254;
            padding: 1.2rem 1.2rem 1.3rem 1.3rem;
        }
        .team-card img{
            /* height: 65.4rem; */
            height: 100%;
        }
        .mobile-container{
            background: #ffffff;
        }
        .renwen-s .team-card-content{
            top: unset;
            left: 50%;
            transform: translateX(-50%);
        }
        .renwen-s .team-card-content .team-card-title{
            font-size: 2.2rem;
            line-height: 3.8rem;
            padding-bottom: 0;
        }
        .renwen-s .team-card-content .team-card-text {
            font-family: HarmonyOS_Sans_SC_Medium;
            font-size: 1.5rem;
            color: #FFFFFF;
            font-style: normal;
            opacity: 0.7;
            text-align: center;
            padding: 0 3.5rem;
        }
        .meaning-summary{
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.5rem;
            color: #666565;
            line-height: 2.1rem;
            text-align: center;
            padding: 1.4rem 3.5rem 4.6rem;
        }

        /* 核心产品部分 */
        .mobile-titles{
           letter-spacing: 0.06rem;
        }
        .about-description{
            padding: 1.2rem 2.4rem 4.4rem 2.3rem;
        }
        .product-card {
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            text-align: center;
        }

        .product-card img {
            height: 620px;
            border-radius: 5px;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

        .product-card:hover img {
            transform: scale(1.03);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .product-left {
            text-align: left;
        }

        .product-right {
            text-align: right;
        }

        /* 晓葆寓意部分 */

        /* =======================================================================
           荣誉资质模块
           ======================================================================= */

        /* 荣誉资质容器 */
        .honor-section {
            position: relative;
            padding: 0;
            overflow: hidden;
        }
        .honor-background {
            background: url('../../../img/mobile/honor_bg.png') no-repeat center center;
            background-size: cover;
            background-attachment: scroll;
            /* position: relative;
            display: flex;
            align-items: center; */
            /* height: 19.68rem; */
        }


        .honor-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            z-index: 1;
        }

        .honor-background .container {
            position: relative;
            z-index: 2;
        }
        .container{
            width: 100% !important;
        }
        /* 企业荣誉整体毛玻璃背景 */
        .honor-enterprise-content {
            background: rgba(255, 255, 255, 0.48);
            margin: 0 1.6rem 0.8rem 1.5rem;
            position: relative;
            overflow: hidden;
            padding: 2.9rem 1.5rem 2.5rem;
        } 

        .honor-navigation {
            display: flex;
            gap: 15px;
        }

        .honor-enterprise-header {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .enterprise-title {
            font-weight: 600;
            font-family: DingTalk, DingTalk;
            font-style: italic;
            font-size: 1.9rem;
            color: #585858;
            line-height: 2.1rem;
            text-align: center;
            margin-bottom: 0;
            padding-bottom: 1.3rem;
        }

        .honor-nav-btn {
            width: 40px;
            height: 40px;
            border: 2px solid rgba(0, 0, 0, 0.2);
            background: rgba(255, 255, 255, 0.5);
            color: #333;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
        }

        .honor-nav-btn:hover {
            background: rgba(255, 255, 255, 0.5);
            border-color: rgba(0, 0, 0, 0.3);
            transform: scale(1.05);
        }

        .honor-nav-btn:active {
            transform: scale(0.95);
        }

      
        .honor-certificates-grid{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .honor-certificate {
            width:13.2rem;
            text-align: center;
            background: transparent;
            box-shadow: none;
            transition: all 0.3s ease;
        }

        .honor-certificate img {
            width:13.2rem;
            height: 9.8rem;
            object-fit: cover;
            margin-bottom: 0.7rem;
            transition: transform 0.3s ease;
        }

        .honor-o{
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            width: 100%;
            /* margin-top: -0.1rem; */
        }
        .honor-o .honor-certificate {
            width: 7.701rem;
            text-align: center;
            background: transparent;
            box-shadow: none;
            transition: all 0.3s ease;
        }
        .honor-o .honor-certificate img{ 
            width: 7.701rem;
            height: 7.715rem;
            border-radius: 50%;
            margin-bottom: 0.7rem;
        }
        .honor-o .certificate-name {
           /* padding:0 0 2.1rem; */
           font-size: 1.2rem;
            padding:0 0.1rem 0;
        }

        .certificate-name {
            font-weight: 500;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.3rem;
            color: #080808;
            line-height: 1.8rem;
            text-align: center;
            font-style: normal;
            padding:0 0.1rem 2.1rem;

        }

        /* 科研成果部分 */
        .enterprise-item-content{
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: end;
        }
        .enterprise-item-img-one img{
           width: 13.4rem;
        }
        .enterprise-item-img-two img{
           width: 5.6rem;
        }
        .enterprise-item-title{
            margin-bottom: -0.03rem;
        }
        .tos{
            position: relative;
            top: -1.9rem;
            right: -1.8rem;
        }
        .enterprise-item-title .enterprise-item-title-text{
            font-family: DingTalk, DingTalk;
            font-weight: 600;
            font-size: 2.3rem;
            color: #3C6EDD;
            line-height: 2.6rem;
            font-style: italic;
        }
        .enterprise-item-title .enterprise-item-title-mes{
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.4rem;
            color: #282726;
            line-height: 1.9rem;
            font-style: normal;

        }
        .enterprise-item-img-one .img-text{
            margin-left: -2.3rem;
            margin-top: 0.3rem;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.4rem;
            color: #282726;
            line-height: 1.9rem;
            font-style: normal;
        }
        .enterprise-item-img-two .img-text{
            margin-left: -2.2rem;
            margin-top: 0.3rem;
            font-family: HarmonyOS_Sans_SC;
            font-size: 1.4rem;
            color: #282726;
            line-height: 1.9rem;
            font-style: normal;
        }
        .enterprise-item-img-three img{
           width: 15.7rem;
        }

        /* 专利组合图片 - 根据截图调整布局 */
        .patents .achievement-visual {

            position: absolute;
            margin-left: 72px;
            width: 360px;
            bottom: 5px;
        }

        .patents .achievement-visual img {
            height: 100%;
            object-fit: cover;
            max-width: 360px;
        }

        /* 调整专利的数字和标签位置 */
        .patents .achievement-number {
            position: absolute;
            bottom: 40px;
            left: 0;
            z-index: 2;
        }

        .patents .achievement-label {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: left;
            z-index: 2;
        }

        /* 荣誉单图 - 根据截图调整布局 */
        .authority .achievement-visual {
            height: 260px;
            display: flex;
            align-items: flex-start;
            position: relative;
            margin-left: 35px;
        }

        .authority .achievement-visual img {
            max-width: 195px;
            height: auto;
            object-fit: contain;
        }

        /* 调整权威荣誉的数字和标签位置 */
        .authority .achievement-number {
            position: absolute;
            bottom: 40px;
            left: -20px;
            z-index: 2;
        }

        .authority .achievement-label {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: left;
            z-index: 2;
        }

        /* 软件著作权组合图片 - 根据截图调整布局 */
        .software .achievement-visual {

            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
            position: relative;
            padding-left: 135px;
            padding-bottom: 5px;
        }

        .software .achievement-visual img {
            height: 100%;
            object-fit: cover;
            max-width: 420px;
            width: 420px;
        }

        /* 调整软件著作权的数字和标签位置 */
        .software .achievement-number {
            position: absolute;
            bottom: 40px;
            left: 0;
            z-index: 2;
        }

        .software .achievement-label {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: left;
            z-index: 2;
        }



        /* 核心产品部分 */
        .product-card {
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
            border-radius: 5px;
            text-align: center;
        }

        .product-card img {
            height: 620px;
            border-radius: 5px;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

        .product-card:hover img {
            transform: scale(1.03);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        /* 发展历程部分 */
        .timeline-section {
            position: relative;
            padding: 0;
            top: 9rem;
            background: #ffffff;
            margin-top: 4rem;
        }

        .timeline-background {
            position: relative;
            height: 36rem;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            background: url('../../../img/mobile/time_bg.png') no-repeat center center;
            background-size: cover;
        }


        .timeline-bg-image {
            display: none;
            /* 隐藏单独的背景图片 */
        }

        .timeline-overlay {
            /* position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('../../../img/mobile/path.png') no-repeat center center;
            background-size: cover;
            z-index: 2; */
        }
        .line-path{
          height: 15.2rem;
          position: relative;
        }
        .line-path img{
          height: 100%;
        }
        .timeline-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .timeline-header h2{
            margin-bottom: 0;
        }

        /* .timeline-nodes {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        } */


        .timeline-node {
            position: absolute;
            z-index: 999;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 0;
            text-decoration: none;
        }
        .line-path .timeline-node:nth-of-type(1){
            left: -2rem;
            top: -5.15rem;
        }
        .line-path .timeline-node:nth-of-type(2){
            left: 10rem;
            top: -5.15rem;
        }
        .line-path .timeline-node:nth-of-type(3){
            right: 4.5rem;
            top: -5.15rem;
        }
        .line-path .timeline-node:nth-of-type(4){
            right: 10.15rem;
            top: 3rem;
        }
        .line-path .timeline-node:nth-of-type(5){
            left: 6rem;
            top: 3rem;
        }
        .line-path .timeline-node:nth-of-type(6){
            left: 6rem;
            bottom: -5rem;
        }
        .line-path .timeline-node:nth-of-type(7){
            right: 10.15rem;
            bottom: -5rem;
        }
        .line-path .timeline-node:nth-of-type(8){
            right: -1.8rem;
            bottom: -5rem;
        }

        .node-circle {
            width: 1.6rem;
            height: 1.6rem;
            border-radius: 50%;
            background: rgba(255,255,255,0.77);
            transition: all 0.3s ease;
        }

        .timeline-node.mobile_active .node-circle {
            background: url('../../../img/mobile/cir-active.png') no-repeat center center;
            background-size: cover;
            width: 3.8rem;
            height: 3.8rem;

        }
        .timeline-node.mobile_active {
           /* margin-top: -.6rem; */
        }
        .last-line{
            margin-bottom: 0 !important;
            margin-top: 2rem;
        }
        .node-year {
            font-size: 1.6rem;
            font-weight: bold;
            color: rgba(255, 255, 255, 0.85);
            text-shadow: 0.01rem 0.01rem 0.02rem rgba(0, 0, 0, 0.5);
            transition: all 0.3s ease;
            margin-bottom: 2rem;
            /* top: -0.45rem;
            position: absolute; */
            font-family: DingTalk, DingTalk;
            /* 与圆点的距离 */
        }

        .timeline-node.mobile_active .node-year {
            font-size: 1.6rem;
            margin-bottom: 0.9rem !important;
            /* top: -0.55rem; */
            text-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.8);
        }

        .timeline-node.mobile_active .last-line{
            margin: 0.9rem 0 0 !important;
        }

        .timeline-content {
            /* padding: 0.44rem 0.72rem 0.54rem;
            background: #8C8B9B;
            box-shadow: 0px 0.02rem 0.04rem 0.04rem rgba(0,0,0,0.1); */
            /* 隐藏横向滚动条 */
            height: 28rem;
        }

        .timeline-cards {
            position: relative;
            width: 100%;
            /* 固定高度 */
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .timeline-cards-container-mobile {
            display: flex;
            /* gap: 0.3rem; */
            transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
            align-items: center;
            /* padding: 0.4rem 0.61rem 0.4rem 0.62rem; */
        }

        .timeline-card-mobile {
            background: #FFFFFF;
            /* box-shadow: 0px 0.02rem 0.04rem 0.04rem rgba(0,0,0,0.1); */
            /* padding: 40px; */
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            min-width: calc(100vw - 6rem);
            max-width: calc(100vw - 6rem);
            width: calc(100vw - 6rem);
            height: 26.8rem;
            /* transform: scale(0.8); */
            overflow: hidden;
            position: relative;
            margin: 0 1.2rem 0 0rem;
        }


        .card-year {
            font-family: DingTalk, DingTalk;
            font-size: 2.4rem;
            color: rgba(12, 12, 12, 0.33);
            line-height: 2.9rem;
            font-weight: bold;
            position: relative;
            border-bottom: 0.1rem solid #DADADA;
            padding: 2.5rem 0 1.5rem;
            width: calc(100vw - 7.2rem);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .card-year img{
            width: 2.7rem !important;
            height: 2.7rem;
            object-fit: contain;
        }

        .card-content{
            /* padding:0.2rem 0.8rem 0.29rem 0.47rem; */
            padding: 1.5rem 0 0;
        }
        .card-content p {
            position: relative;
            font-family: HarmonyOS_Sans_SC_Light;
            font-size: 1.6rem;
            color: rgba(12, 12, 12, 0.33);
            line-height: 2.4rem;
            text-align: left;
            font-style: normal;
            margin-bottom: 0;
            padding: 0 1.5rem 0 0;
        }

        .timeline-card-mobile.mobile_active .card-year{
            color: #0C0C0C;
        }
        .timeline-card-mobile.mobile_active .card-content p{
            color: #0C0C0C;
        }