  
  /* 顶部导航栏 & 底部区域移动端适配 */
  @media (max-width: 900px) {
    .site-header {
      padding: 0;
      background: #f2f5f7;
      border-bottom: 1px solid #f0f0f0;
      height: 110px;
    }
    .contact-us-card {
        display: block;
    }
    
    .header-container {
      padding: 0;
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 0;
    }
    /* 顶部按钮条：大众版 / English */
    .header-right {
      width: 100%;
      height: 44px;
      display: flex;
      justify-content: center;
      align-items: stretch;
      background: #0bb1ec;
      border-bottom: 1px solid #f0f0f0;
      order: 1; /* 顶部按钮条在上 */
    }
    
    .header-center {
      display: none; /* 手机端隐藏搜索框 */
    }
    
    .header-btn {
      flex: 0 0 auto;
      width: 160px;
      height: 100%;
      padding: 0;
      border-radius: 0;
      margin-right: 0px;
    }
    
    .public-btn {
      background: #F09DC1;
      color: #fff;
      display: flex;
      flex-direction: row;
    }

    .banner-swiper .swiper-slide img {
        object-fit: fill;
    }
    
    .english-btn {
      background: #ffffff;
      border-right: 1px solid #e8eff7;
      color: #8F2297;
      display: flex;
      flex-direction: row;
    }
    
    .btn-icon {
      width: 24px;
      height: 24px;
    }
    
    .btn-text {
      font-size: 14px;
      font-weight: 700;
    }
    
    /* 底部：Logo + 菜单按钮 */
    .header-left {
      height: 3.5rem;
      width: 100%;
      padding: 8px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #fff;
      flex: 1;
      order: 2;
    }

    .footer-logo-img {
      width: 100%;
      height: auto;
    }    

    .logo-wrapper {
      width: 16.5rem;
      height: auto;
    }
    
    .logo-icon {
      width: 100%;
      height: auto;
    }
    
    /* 汉堡菜单按钮 */
    .mobile-menu-toggle {
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      border: none;
      background: transparent;
      padding: 0;
      cursor: pointer;
    }

    /* 让汉堡与右侧留白更贴近截图 */
    .header-left .mobile-menu-toggle {
      margin-right: 2px;
    }
    
    .mobile-menu-toggle span {
      display: block;
      width: 22px;
      height: 2px;
      background: #0bb1ec;
      border-radius: 2px;
      margin: 3px 0;
    }
    
    /* 导航栏：手机端隐藏（按需求不展示） */
    .site-navigation {
      display: none;
    }

    /* 如需在手机端展示导航并允许横向滚动，可改用下面的 nav-container 样式 */
    .nav-container {
      padding: 0 16px;
      gap: 16px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    
    .nav-item {
      font-size: 14px;
      padding: 12px 0;
    }

    /* 底部紫色版权区域：移动端改为上下堆叠 */
    .site-footer-pc {
      display: none;
    }

    .site-footer-mobile {
      display: block;
    }

    .site-footer-mobile .footer-main {
      padding: 20px;
      flex-direction: column;
      gap: 24px;
      font-size: 15px;
    }
    .footer-left {
        padding-top: 20px;
        padding-right: 0px;
        border-right: none;
    }

    .site-footer-mobile .footer-left,
    .site-footer-mobile .footer-center,
    .site-footer-mobile .footer-right {
      width: 100%;
      align-items: flex-start;
    }


    .footer-worktime-card {
      width: 100%;
    }

    .site-footer-mobile .footer-logo-block,
    .site-footer-mobile .footer-worktime-card {
      margin: 0 auto;
    }
    .footer-qr-img {
        width: 142px;
        height: 142px;
    }
    .site-footer-mobile .footer-right {
      align-items: center;
    }

    .site-footer-mobile .footer-bottom-inner {
      padding: 8px 20px 4px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 12px;
      text-align: center;
      margin-top: 20px;
    }

    .site-footer-mobile .footer-bottom {
      height: auto;
      padding: 12px 0;
      padding-bottom: 42px;
    }

    .site-footer-mobile .footer-links {
      justify-content: center;
      font-size: 16px;
    }

    .site-footer-mobile .footer-copy {
      font-size: 16px;
    }
  }

  /* 平板设备适配：900px及以下 */
  @media (max-width: 900px) {
    /* 新 */
    .service-navigation {
        background: #fff;
        height: auto;
        margin-bottom: 4rem;
    }
    .service-cards {
        min-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .service-navigation {
        padding-top: 0px;
    }
    .inquiry-title {
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .inquiry-grid {
        /* gap: 10px; */
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }
    .inquiry-item {
        width: 47%;
    }
    .inquiry-icon img {
        width: 2rem;
        height: auto;
        margin-right: 5px;
    }
    .menu-icon {
        width: 5.2rem;
        height: auto;
    }
    .inquiry-text {
        font-size: 16px;
    }
    .service-cards {
        display: flex;
        flex-direction: column;
    }
    .inquiry-text {
        margin-left: 5px;
    }

    /* 新闻公告 */
    .news-center-container {
        width: 100%;
    }
    .news-cards-container {
        max-width: 100%;
    }
    .news-center-container {
        max-width: 100%;
    }
    .expert-banner {
        width: 100%;
        max-width: 100%;
    }

    /* 手机端专家团队：不需要选中后的放大样式，只保留普通卡片轮播 */
    .expert-slider {
        height: auto;
        margin-top: 22px;
        /* 保留 JS 控制的 transform 位移，不能强制清除，否则轮播无法切换 */
    }
    .bg {
        background-size: cover;
        height: 12rem;
    }
    /* 覆盖桌面端的 active 大卡片样式，让 active 与普通卡片尺寸/背景一致 */
    .expert-card1.active {
        /* width: 180px;
        height: 280px; */
        background: #000;
        background-color: #F9F9F9;
        background-image: none;
        width: 208px;
        height: 380px;
    }
    /* 手机端隐藏 activeCard 覆盖内容，只展示普通卡片结构 */
    /* .expert-card1 .activeCard {
        display: none !important;
    } */
    /* .expert-card1 > .zjtdBg,
    .expert-card1 > .expert-name,
    .expert-card1 > .expert-dept,
    .expert-card1 > .expert-desc {
        display: block !important;
    } */
    .expert-card.active .expert-name, .expert-card.active .expert-dept, .expert-card.active .expert-desc {
        color: #000 !important;
    }
    /* .expert-slider .expert-card .expert-name {
        display: flex;
    } */
    .new-notice-title .news-center-header {
        max-width: 100%;
        width: 100%;
    }
    .active .activeInfo {
        margin-top: 15px;
        padding: 0;
    }
    .activeCard {
        display: flex;
        flex-direction: column;
    }
    .activeCard .zjtdBg {
        height: 232px;
        width: 100%;
    }
    .activeCard .expert-desc {
        padding: 0;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }
    .inquiry-section {
        width: 100%;
    }
    .medical-menu {
        max-width: 100%;
        border-color: #F0E7F1;
    }
    .menu-item {
        height: auto;
        padding: 2rem 1rem;
        box-sizing: border-box;
    }
    /* 新闻公告 */
    .new-notice-title {
        padding-top: 0px;
    }
    .new-notice-title .news-center-header {
        display: flex;
        flex-direction: column;
    }
    .news-center-header-left {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .news-notice-section {
        height: auto;
        background-size: 100% 100%;
        padding: 2rem 0 4rem 0;
    }
    .news-center-title-main {
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .news-center-title-main img {
        width: 10rem;
        display: block;
        margin: 0 auto;
    }
    .more-circle-btn-img {
        height: 3rem;
    }
    .banner-title img {
        width: 10rem;
        height: 4rem;
    }
    .news-tab {
        width: 20%;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
    .news-center-tabs {
        margin-left: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    /* 新闻中心 */
    .news-center-content {
        display: flex;
        flex-direction: column;
    }
    .news-main-column {
        width: 100%;
        height: 26rem;
    }
    .news-carousel-swiper .swiper-slide img {
        width: 100%;
        height: 20rem;
    }
    .news-featured-footer {
        width: 92%;
        left: 0;
        margin: 0 auto;
    }
    .news-carousel-pagination {
        padding-right: 22px;
        margin-bottom: 26px;
    }
    .news-carousel-pagination .swiper-pagination-bullet {
        line-height: 54px;
    }
    .news-list-column {
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .research-title img {
        width: 9rem;
        height: auto;
    }
    .news-list-image {
        width: 190px;
        height: 129px;
    }
    .news-list-date-span {
        font-size: 24px;
    }
    .news-list-arrow img {
        height: 30px;
    }
    .news-cards-container {
        width: 100%;
        gap: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .news-card {
        width: 100%;
        flex: initial;
    }
    .news-card:nth-child(2) {
        margin-top: 1rem;
    }
    .news-card:nth-child(3) {
        margin-top: 1rem;
    }
    .news-card:nth-child(4) {
        margin-top: 1rem;
    }

    .hospital-formula-section .news-cards-section {
        padding-bottom: 1rem;
    }

    .news-cards-section {
        margin-top: 4rem;
        padding-bottom: 0px;
    }
    .news-card-line {
        margin-bottom: 32px;
    }
    .news-card-arrow img {
        width: 29px;
    }
    .news-list-date {
        font-size: 14px;
    }
    /* 医院公式区域：手机端使用 mobile 版本，隐藏 pc 版本 */
    .hospital-formula-section-pc {
        display: none;
    }
    .hospital-formula-section-mobile {
        display: block;
        width: 100%;
    }
    .department-section {
        width: 100%;
        height: 72rem;
        background: url(../image/phone/phoneBg.png) center no-repeat;
        background-size: 100% 100%;
    }
    .department-container {
        display: flex;
        flex-wrap: wrap;
    }
    .circle-wrap {
        zoom: 0.45;
        margin: 0 auto;
        margin-top: 110px;
    }
    .right-department {
        max-width: 100%;
        padding-left: 0px;
    }
    .department-header {
        padding-top: 0px;
        position: static;
        padding: 0 10px;
        padding-right: 0px;
        box-sizing: border-box;
    }
    .department-list-wrapper {
        margin-top: 0px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .department-item-name  {
        font-size: 14px;
    }

    .xdtLine  {
        width: 50%;
        left: 55vw;
        position: absolute;
    }
    .department-title {
        font-size: 25px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .department-title-icon {
        width: 50px;
        height: 50px;
    }
    .department-description-box {
        margin-left: 10px;
        margin-right: 10px;
    }
    .expert-banner {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .slider-btn {
        top: 52px;
    }
    .banner-title {
        padding-left: 10px;
        padding-top: 12px;
    }
    #zjtdNext {
        right: 10px;
    }
    #zjtdPrev {
        right: 78px;
    }
    #zjtdPrev img {
        width: 3rem;
    }
    #zjtdNext img {
        width: 3rem;
    }





    /* 旧 */
    .news-notice-section .news-notice-container {
        min-width: 100%;
    }
    .section-header {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .hospital-photo {
        height: 11rem;
        width: 100%;
    }
    .custom-pagination-item {
        width: 40px;
        height: 3px;
    }
    .custom-pagination-item.active {
        width: 80px;
        height: 3px;
    }
    .bottom-service-card--center {
        width: 100%;
        margin-left: 0px;
    }
    .inquiry-title {
        width: 10rem;
    }
    .health-banner-container {
        width: 500px;
        padding: 0px;
    }
    .service-card {
        width: 90px;
    }
    .service-card--bg2 {
        background-size: cover;
        width: 60px;
    }
    .service-card {
        height: 206px;
        min-height: 206px;
    }
    .service-card__icon {
        width: 40px;
        height: 40px;
    }
    .service-card__text {
        font-size: 24px;
    }
    .health-banner-container .health-banner-footer {
        margin-top: -135px;
    }
    .quick-access-text {
        font-size: 1rem;
        font-weight: 400;
    }
    .quick-access-icon img {
        height: 4.5rem;
        width: 9rem;
    }
    .health-banner-section {
        height: 600px;
    }
    /* .service-navigation {
        height: 745px;
    } */
    .news-notice-container {
        display: block;
        width: 100%;
    }
    .news-content {
        padding: 20px;
        padding-bottom: 0px;
        padding-top: 0px;
        box-sizing: border-box;
    }
    .news-left {
        width: 100%;
    }
    .news-featured-image-img {
        height: 375px;
    }
    .line {
        height: 0px;
    }
    .notice-item:last-child {
        border: none;
    }
    .nurse-party-container {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-notice-container {
        padding-top: 122px;
    }
    .news-featured-image {
        display: block;
    }
    .news-list {
        padding-left: 0px;
        margin-top: 10px;
    }
    .news-item {
        height: 105px;
    }
    .news-featured {
        margin-bottom: 0px;
    }
    .notice-section {
        margin-top: -20px;
    }
    .notice-content {
        padding: 30px;
    }
    .health-banner-card--center {
        height: 305px;
        width: 100%;
    }
    .health-banner-main {
        justify-content: flex-start;
    }
    .health-swiper .swiper-slide {
        max-width: 79%;
    }
    .health-banner-title {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .health-banner-container {
        width: 100%;
    }
    .health-date {
        flex-direction: row;
    }
    .health-banner-info {
        font-weight: bold;
        font-size: 15px;
    }
    .health-banner-desc {
        font-size: 20px;
    }
    .nurse-center-side {
        width: 120px;
    }
    .nurse-center-main {
        padding: 0px 10px;
    }
    .nurse-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 98px;
        padding: 5px 0px;
        box-sizing: border-box;
    }
    .nurse-item-title {
        font-size: 15px;
    }
    .nurse-party-section {
        margin-top: 40px;
        height: auto;
    }
    .nurse-center {
        height: 449px;
    }
    .nurse-center-side {
        height: 449px;
    }
    .nurse-center {
        box-shadow: 0px 0px 20px 0px rgba(36, 126, 179, 0.2);
    }
    .section-animate.is-visible {
        padding-bottom: 55px;
        padding-bottom: 0px;
    }
    .nurse-party-container-mobile {
        height: 290px;
        display: flex;
        justify-content: space-between;
    }
    .party-card, .recruit-card {
        width: 49%;
        height: 285px;
    }
    .party-card-title img {
        width: 84px;
    }
    .quick-access-list {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        margin: 4rem 0;
    }
    .recruit-card-title img {
        width: 84px;
    }
    .party-card-btn {
        width: 128px;
        font-size: 14px;
        /* padding: 5px 10px; */
        box-sizing: border-box;
    }
    .quick-access-bg {
        height: auto;
        width: 100%;
        border-radius: 0px;
        max-width: 100%;
    }
    .quick-access-inner {
        padding: 0px;
        height: auto;
        /* background: linear-gradient(0deg, #C3A462, #D0BA8A); */
    }
    .quick-access-title img {
        height: 30px;
        margin-top: 40px;
    }
    .quick-access-title {
        padding-top: 0px;
    }
    .quick-access-icon {
        width: 8rem;
        height: 8rem;
    }
    .quick-access-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .quick-access-section {
        padding-top: 0px;
        margin-top: -1px;
    }
    /* banner轮播图 */
    .carousel-container {
        width: 100%;
    }
    .carousel-list .carousel-item {
        height: 200px;
    }
    .carousel-item.prev {
        top: 10%;
    }
    .carousel-item.prev-prev {
        position: absolute;
        left: -32px;
        top: 10%;
    }
    .carousel-item.next-next {
        left: 58% !important;
        right: -32px !important;
    }
    .carousel-item.active {
        left: 7%;
    }
    .carousel-item {
        left: -29px;
    }
    .carousel-container .carousel-btn {
        top: 30%;
        right: 20px;
    }
    .carousel-list .carousel-item.next {
        left: 42%;
        top: 10%;
    }
    #prevBtn {
        left: 20px;
    }
    #prevBtn img {
        width: 40px;
        height: 40px;
    }
    .carousel-container .carousel-btn img {
        width: 40px;
        height: 40px;
    }
    .indicator.active {
        background: #fff;
    }
    .carousel-item.next-next {
        left: 29%;
        top: 10%;
    }
    .carousel-container {
        height: 372px;
    }
    .carousel-indicators {
        bottom: -23px;
    }
    .carousel-list .carousel-item.prev {
        left: -2%;
    }

    .carousel-list .carousel-item.active {
        width: 347px;
        height: 195px;
        position: absolute;
        left: 50%;
        margin-left: -173.5px;
    }
    .expert-card1.active {
        background-color: #fff;
    }
    .more-btn1 {
        margin-top: 40px;
    }
    .research-nursing-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .research-item {
        padding: 0 10px;
        padding-bottom: 20px;
        padding-top: 20px;
        gap: 16px;
    }
    .research-desc {
        display: none;
    }
    .research-list {
        padding: 0 30px;
        box-sizing: border-box;
    }
    .research-header {
        padding-left: 20px;
        margin-bottom: 40px;
    }
    .nursing-header {
        padding-left: 20px;
        margin-bottom: 40px;
    }
    .research-date {
        min-width: 70px;
    }
    .research-title {
        padding-left: 10px;
    }
    .nursing-main-card {
        transform: none !important;
        width: 100%;
        position: static !important;
        margin-top: 20px;
        padding: 10px;
    }
    .nursing-panel {
        position: static;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .nursing-main-thumb {
        width: 12rem;
        height: 142px;
        margin-right: 10px;
    }
    .campus-layout-section {
        padding-top: 55px;
    }
    .campus-layout-title img {
        height: 4rem;
    }
    .rightThumb  {
        margin-left: 15px;
    }
    .nursing-main-title {
        font-size: 16px;

        /* 超过两行显示省略号 */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
    }
    .research-nursing-section {
        height: auto;
        padding: 4rem 0 4rem 0;
    }
    .nursing-main-card {
        height: 162px;
    }
    .nursing-main-title {
        margin-bottom: 8px;
    }
    .campus-layout-inner {
        width: 100%;
        max-width: 100%;
    }
    .campus-layout-cards-wrapper .swiper  {
        padding: 0 20px;
    }
    .campus-layout-swiper .swiper-wrapper {
        padding: 0;
    }
    .campus-swiper-button-prev {
        left: 20px;
    }
    .campus-swiper-button-next {
        right: 20px;
    }
    .campus-layout-section {
        margin-bottom: 50px;
    }
    .campus-layout-title {
        font-size: 30px;
    }

    /* 手机端下拉菜单样式 */
    .mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 110px; /* 默认：兼容 header-left 未隐藏时 */
        left: 0;
        width: 100%;
        height: calc(100% - 110px);
        background: rgba(0, 0, 0, 0.5);
        z-index: 10000;
        overflow: hidden;
    }

    /* 菜单打开时：只保留 header-right，header-left 不展示 */
    body.mobile-menu-open .header-left {
      display: none;
    }

    /* 菜单打开时：覆盖区域从 header-right 开始（44px） */
    body.mobile-menu-open .mobile-menu-overlay {
      top: 44px;
      height: calc(100% - 44px);
    }

    .mobile-menu-overlay.mobile-menu-overlay--active {
        display: block;
    }

    .mobile-menu-container {
        width: 100%;
        max-width: 100%;
        background: #ffffff;
        height: 100vh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    /* 顶部按钮条 - 固定在顶部 */
    .mobile-menu-header-buttons {
        width: 100%;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
        flex-shrink: 0;
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .mobile-menu-btn {
        flex: 0 0 auto;
        width: 120px;
        height: 100%;
        padding: 0;
        border-radius: 0;
        border: none;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        cursor: pointer;
    }

    .mobile-menu-public-btn {
        background: #8F2297;
        color: #fff;
    }

    .mobile-menu-english-btn {
        background: #ffffff;
        border-right: 1px solid #e8eff7;
        color: #8F2297;
    }

    .mobile-menu-btn .btn-icon {
        width: 24px;
        height: 24px;
    }

    .mobile-menu-btn .btn-text {
        font-size: 12px;
    }

    /* Logo和医院名称区域 - 固定在顶部按钮条下方 */
    .mobile-menu-logo-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        gap: 12px;
        border-bottom: 1px solid #f0f0f0;
        position: sticky;
        /* top: 56px; */
        background: #ffffff;
        z-index: 10;
        flex-shrink: 0;
    }

    .mobile-menu-logo-wrapper {
        width: 17rem;
        height: auto;
        flex-shrink: 0;
    }

    .mobile-menu-logo-icon {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .mobile-menu-hospital-name {
        flex: 1;
        font-size: 18px;
        font-weight: 500;
        color: #091B33;
    }

    .mobile-menu-close {
        width: 32px;
        height: 32px;
        border: none;
        background: transparent;
        padding: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .mobile-menu-close img {
        width: 24px;
        height: 24px;
    }

    /* 可滚动内容区域 */
    .mobile-menu-scrollable {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* 搜索框 */
    .mobile-menu-search-box {
        padding: 16px;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
        flex-shrink: 0;
    }
    .campus-swiper-button-prev, .campus-swiper-button-next {
        width: 3.3rem;
        height: auto;
    }
    .footer-logo-block {
        width: 100%;
    }

    .mobile-menu-search-input {
        width: 100%;
        height: 44px;
        padding: 0 50px 0 16px;
        border: 1px solid #cfd2d7;
        border-radius: 25px;
        font-size: 14px;
        color: #091B33;
        box-sizing: border-box;
        outline: none;
    }

    .mobile-menu-search-input::placeholder {
        color: #091B33;
    }
    .mobile-menu-search-input:focus {
        outline: none;
        border-color: #8F2297; /* 聚焦时边框变紫色（可改） */
        box-shadow: 0 0 0 3px rgba(143, 34, 151, 0.1); /* 柔和的外发光 */
        background-color: #fefbff; /* 轻微的背景色变化（可选） */
    }

    .mobile-menu-search-icon {
        position: absolute;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        pointer-events: none;
    }

    /* 导航菜单列表 */
    .mobile-menu-nav-list {
        padding: 0;
    }

    .mobile-menu-nav-item {
        display: block;
        width: 100%;
        padding: 16px;
        font-size: 16px;
        color: #091B33;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
        background: #ffffff;
        transition: background 0.2s;
    }

    .mobile-menu-nav-item:active {
        background: #f5f5f5;
    }

    .mobile-menu-nav-item--with-dropdown {
        padding: 0;
    }

    .mobile-menu-nav-item-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        cursor: pointer;
    }

    .mobile-menu-nav-item-header span {
        font-size: 16px;
        color: #091B33;
    }

    .mobile-menu-nav-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

    .mobile-menu-nav-dropdown {
        display: none;
        background: #f9f9f9;
    }

    .mobile-menu-nav-item--expanded .mobile-menu-nav-dropdown {
        display: block;
    }

    .mobile-menu-nav-item--expanded .mobile-menu-nav-icon {
        transform: none; /* 原本用于旋转的样式被注释掉，这里填充以避免空规则集 */
    }

    .mobile-menu-nav-dropdown-item {
        padding: 14px 16px 14px 48px;
        font-size: 15px;
        color: #091B33;
        border-bottom: 1px solid #f0f0f0;
        cursor: pointer;
        transition: background 0.2s;
    }

    .mobile-menu-nav-dropdown-item:active {
        background: #f0f0f0;
    }

    .mobile-menu-nav-dropdown-item--active {
        background: #ccc;
        color: #ffffff;
    }
    .mobile-menu-nav-dropdown-item--active:hover {
        background: #0097cd;
    }

    .bottom-service-nav {
        padding: 16px 12px;
    }

    .bottom-service-cards {
        grid-template-columns: 1fr;
        gap: 0px;
        max-width: 100%;
    }
    .bottom-service-card--center img {
        object-fit: fill;
    }
    .overview-banner-section {
        height: 103rem;
    }
    .bottom-service-card--center {
        height: 13rem !important;
    }

    .bottom-service-card {
        height: 14rem;
        width: 100%;
    }
    .bottom-service-card:nth-child(3) {
        margin-top: 10px;
    }

    .bottom-service-card__icon {
        width: 38px;
        height: 38px;
        margin-bottom: 10px;
    }

    .bottom-service-card__title {
        font-size: 24px;
    }

    .bottom-service-card__desc {
        font-size: 13px;
        margin-top: 8px;
        width: 88%;
    }

    /* bottom-service-cards：移动端兼容（避免 PC hover 扩展/位移导致溢出） */
    .bottom-service-card--center {
        margin-left: 0 !important;
    }

    .bottom-service-card--right::after {
        /* width: 100% !important; */
        transform: translateX(0) !important;
        border-radius: 0 !important;
    }

    .bottom-service-card--right:hover,
    .bottom-service-card--right.is-hover {
        width: 100% !important;
        margin-left: 0 !important;
        background-image: none !important;
        background-color: transparent !important;
    }

    .bottom-service-card--right:hover > *,
    .bottom-service-card--right.is-hover > * {
        opacity: 0 !important;
        transform: none !important;
        pointer-events: none !important;
    }

    .overview-banner-section {
        padding: 18px 0 28px;
    }

    .overview-swiper {
        padding-bottom: 30px;
    }

    .overview-banner-card {
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 50px 14px 16px;
    }

    .overview-banner-title {
        font-size: 22px;
        font-family: Playfair Display;
    }

    .overview-banner-content {
        margin-top: 14px;
        flex-direction: column-reverse;
        gap: 14px;
    }

    .overview-banner-text,
    .overview-banner-image-wrap {
        width: 100%;
    }

    .overview-banner-text {
        font-size: 13px;
        line-height: 1.7;
    }

    .overview-banner-link {
        margin-top: 10px;
        font-size: 18px;
    }

    .overview-banner-link::after {
        width: 22px;
        height: 22px;
    }

    .overview-banner-image-wrap {
        padding-right: 8px;
    }

    .overview-banner-image {
        height: 220px;
        margin-top: 20px;
    }
    .overview-banner-image-wrap::after {
        height: calc(100% - 84px);
        width: calc(100% - 82px);
        height: calc(100% - 84px);
        top: 94px;
        right: -2px;
    }
    .pcImg {
        display: block;
        margin-top: 10px;
    }

    .overview-stats-row {
        margin-top: 18px;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 22px;
        row-gap: 26px;
        align-items: start;
    }

    .overview-stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .overview-stat-num {
        margin-top: 14px;
        font-size: 34px;
        font-weight: 800;
        line-height: 1.1;
    }

    .overview-stat-desc {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.35;
        max-width: 14rem;
        color: rgba(255, 255, 255, 0.92);
    }

    .overview-stat-icon {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 2px dotted rgba(255, 255, 255, 0.55);
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .overview-stat-icon img {
        width: 4rem;
        height: 4rem;
        object-fit: contain;
        display: block;
        margin-top: 0px;
    }

    .overview-stat-item:nth-child(5) {
        grid-column: 1 / -1;
    }

    /* overview-stats-carousel：索引（方块：未激活空心，激活实心） */
    .overview-stats-carousel-pagination {
        margin-top: 18px !important;
        display: flex !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .overview-stats-carousel-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border-radius: 0;
        background: transparent;
        opacity: 1;
        border: 1.5px solid rgba(255, 255, 255, 0.95);
        box-sizing: border-box;
    }

    .overview-stats-carousel-pagination .swiper-pagination-bullet-active {
        background: #fff;
        border-color: #fff;
    }

    .banner-tow-bottom {
        padding: 0 0 24px;
        margin-top: -1px;
    }

    .banner-tow-bottom-inner {
        padding: 0;
    }

    .banner-tow-bottom-row--top {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-tow-bottom-row--top > .banner-tow-bottom-cell:not(.banner-tow-bottom-cell--wide) {
        aspect-ratio: 480 / 440;
    }

    .banner-tow-bottom-row--top > .banner-tow-bottom-cell--wide {
        aspect-ratio: 960 / 440;
        grid-column: 1 / -1;
    }

    .banner-tow-bottom-row--bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-tow-bottom-row--bottom > .banner-tow-bottom-cell {
        aspect-ratio: 480 / 440;
    }

    .banner-tow-bottom-label {
        font-size: 22px;
    }

    .banner-tow-bottom-cell--label::before {
        /* background-size: min(88%, 240px); */
    }

    .contact-us-marquee img {
        height: 160px;
    }

    .contact-us-collage {
        height: 280px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
    }

    .contact-us-main {
        margin-top: -50px;
        padding: 92px 16px 40px;
        height: auto;
        background-size: cover;
        background-position: center top;
    }

    .contact-us-inner {
        width: 100%;
        max-width: 520px;
        margin-top: 0;
    }

    .contact-us-title {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .contact-us-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 26px 22px;
        height: auto;
        max-width: 520px;
        border-radius: 12px;
        border: 1px solid rgba(15, 40, 80, 0.08);
        box-shadow: 0 6px 18px rgba(15, 40, 80, 0.06);
    }

    .contact-us-card-divider {
        display: none;
    }

    .contact-us-item-label--spaced {
        margin-top: 14px;
    }

    .contact-us-item-label {
        font-size: 13px;
        color: rgba(26, 43, 74, 0.6);
        line-height: 1.4;
    }

    .contact-us-item-value {
        margin-top: 6px;
        font-size: 15px;
        font-weight: 800;
        color: #1a2b4a;
        line-height: 1.35;
    }

    .contact-us-btn {
        width: 260px;
        height: 50px;
        margin: 26px auto 0;
        padding: 0 22px;
        font-size: 16px;
    }

    .contact-us-btn::after {
        width: 18px;
        height: 18px;
    }

    /* 手机端：按截图把卡片内容纵向分组（覆盖写死在 HTML 的行内样式） */
    .contact-us-card > .contact-us-card-col[style*="width: 50%"] {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .contact-us-card > .contact-us-card-col[style*="display: flex"] {
        display: block !important;
        width: 100% !important;
        margin-top: 16px !important;
        justify-content: flex-start !important;
        border-top: 1px solid rgba(15, 40, 80, 0.08);
        padding-top: 16px;
        box-sizing: border-box;
    }

    .contact-us-card > .contact-us-card-col[style*="display: flex"] > .contact-us-card-col {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .contact-us-card > .contact-us-card-col[style*="display: flex"] > .contact-us-card-col:nth-child(2) {
        border-top: 1px solid rgba(15, 40, 80, 0.08);
        padding-top: 16px;
        margin-top: 16px;
        box-sizing: border-box;
    }

    .bottom-info-inner {
        padding: 28px 16px 30px;
    }

    .bottom-info-logo {
        margin-bottom: 26px;
    }

    .bottom-info-logo img {
        width: 240px;
    }

    .bottom-info-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 10px;
    }

    .bottom-info-col h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .bottom-info-col a {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 2px;
    }

    .bottom-info-sub {
        padding: 14px 12px 18px;
    }

    .bottom-info-social {
        gap: 10px;
        margin-bottom: 10px;
    }

    .bottom-info-social a {
        width: 28px;
        height: 28px;
    }

    .bottom-info-social img {
        width: 12px;
        height: 12px;
    }

    .bottom-info-copy {
        font-size: 11px;
        line-height: 1.5;
    }
    .bottom-service-card--right::after {
        height: auto;
        margin-left: 0px;
        background-size: 100%;
    }
    .pcShow {
        display: none;
    }
    .sjShow {
        display: block;
    }
    
  }