  
  /* 平板设备适配：900px及以下 */
  @media (max-width: 900px) {
    /* 顶部导航：移动端显示汉堡菜单，隐藏桌面导航/搜索 */
    .site-navigation {
      display: none;
    }
    .site-header {
      width: 100%;
      box-shadow: 0 1px 0 rgba(17, 24, 39, 0.10);
    }

    .header-container {
      padding: 0;
      max-width: 100%;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .search-box {
      display: none;
    }

    .header-right {
      display: none;
    }

    .mobile-menu-toggle {
      display: inline-flex;
    }

    .mobile-top-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      padding: 12px 14px;
      border-bottom: 1px solid rgba(17, 24, 39, 0.08);
      background: #ffffff;
    }

    .mobile-top-link {
      color: #0b5fb8;
      text-decoration: none;
      font-weight: 700;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .mobile-top-icon {
      width: 16px;
      height: 16px;
      object-fit: contain;
      display: block;
    }

    .header-left {
      width: 100%;
      padding: 12px 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(17, 24, 39, 0.08);
      background: #ffffff;
    }

    .logo-icon {
      height: 34px;
    }

    .news-notice-section .news-notice-container {
        min-width: 100%;
    }
    .service-cards {
        min-width: 100%;
        position: absolute;
        top: 176px;
        gap: 5px;
    }
    .section-header {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .hospital-photo {
        height: 274px;
        width: 100%;
    }
    .service-card {
        width: 90px;
    }
    .service-card--bg2 {
        background-size: cover;
        width: 60px;
    }
    .service-card--bg1 {
        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;
    }
    .service-card--bg1 {
      background-image: url('../image/phone/phone-tabsBg1.png');
      height: 220px;
      min-height: 220px;
    }
    .service-card--bg2 {
      background-image: url('../image/phone/phone-tabsBg2.png');
    }
 
    
    .service-navigation__bg {
      /* background-image: url('../image/phone/phone-jz.png'); */
      background: url('../image/phone/phone-jz.png') center no-repeat, url('../image/phone/phone-jzBg.png') center no-repeat;
      background-size: contain, cover;
      height: 347px;
      width: 100%;
      top: 0;
      margin-top: 15px;
    }
    .service-navigation {
      padding: 172px 20px 50px;
      background: none;
      background: url('../image/phone/phone-jzBg.png') center no-repeat;
      background-size: cover;
      height: 740px;
      padding: 0px;
      display: block;
      /* position: absolute; */

    }

    /* 服务导航（手机端按截图：上图+下方两块入口，不影响 Web） */
    .service-bg {
      display: none;
    }

    .service-navigation {
      height: auto;
      overflow: visible;
      background: transparent;
      padding: 28px 20px 24px;
    }

    .service-navigation .title {
      font-size: 40px;
      line-height: 1.1;
      margin-top: 0;
      text-align: center;
    }

    .service-navigation .sub-title {
      font-size: 14px;
      line-height: 1.7;
      margin-top: 12px;
      text-align: center;
    }

    .service-img {
      position: static;
      width: 100%;
      height: auto;
      margin: 20px 0 0;
      border-radius: 12px 12px 0 0;
      object-fit: cover;
      display: block;
    }

    .service-content {
      position: static;
      right: auto;
      bottom: auto;
      width: 100%;
      max-width: none;
      margin: 0;
    }

    .service-select {
      width: 100%;
      height: auto;
      border-radius: 0;
      padding: 22px 18px;
      gap: 16px;
      justify-content: center;
      background: #0b5fb8;
      background-image: url('../image/hzfw/tabBg.png');
      background-size: cover;
      background-position: center;
      height: 200px;
      margin-top: 10px;
    }

    .service-select > img {
      width: 70px;
      height: 70px;
      flex-shrink: 0;
    }

    .service-select > div {
      text-align: left;
      align-items: flex-start;
    }

    .service-select > div > div:first-child {
      font-size: 26px;
      line-height: 1.15;
    }

    .service-select > div > div:last-child {
      font-size: 14px;
      line-height: 1.5;
      opacity: 0.95;
    }
    .hospital-gallery-frame {
        width: 300px;
        height: 200px;
    }
    .section-animate.is-visible {
        margin-bottom: 0px;
    }
    .hospital-gallery-inner {
        height: 220px;
    }
    .hospital-gallery-inner {
        padding: 0;
    }

    .service-select.no-select {
      margin: 0;
      background: #005BAC;
      background-image: none;
      border-radius: 0 0 12px 12px;
      margin-top: 10px;
    }
    .service-card:nth-child(2) {
        margin-top: 60px;
    }
    .service-card:nth-child(3) {
        margin-top: 120px;
    }
    .service-card:nth-child(4) {
        margin-top: 60px;
        width: 60px;
        height: 240px;
        background: url('../image/phone/fourBg.png') center no-repeat;
        background-size: cover;
    }
    /* .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;
    }
    .news-notice-section {
        background-image: url('../image/phone/phone-centerBg.png');
        height: 2300px;
        background-size: 100% 100%;
        margin-top: -168px;
    }
    .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;
    }
    .section-animate.is-visible {
        padding-bottom: 55px;
        padding-bottom: 0px;
    }
    .dept-gallery-cell--a {
        width: auto;
        height: auto;
    }
    .dept-gallery-cell--b {
        width: auto;
        height: auto;
    }
    .research-scan-btn {
        width: 40px;
        height: 40px;
    }
    .dept-gallery-cell--c {
        width: auto;
        height: auto;
    }
    .dept-gallery-cell--d {
        width: auto;
        height: auto;
    }

    /* 科室介绍（手机端按截图展示，不影响 Web） */
    .dept-section {
        background-image: none !important;
        height: auto !important;
        margin-top: 0 !important;
        padding: 48px 0 42px !important;
    }

    .dept-section .news-notice-container {
        padding-top: 0px !important;
        display: block;
        height: 1290px;
    }

    .dept-title-wrap {
        margin-bottom: 28px;
    }

    .dept-title {
        font-size: 40px;
        line-height: 1.15;
    }

    .dept-subtitle {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 12px;
    }

    .dept-layout {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    .web-dept-list {
        display: none !important;
    }
    .mobile-dept-list {
        display: block !important;
    }
    .mobile-dept-list .dept-item{
        padding: 10px;
    }
    .mobile-dept-list .dept-item-main {
        font-size: 16px;
    }
    .mobile-dept-list .dept-item-sub {
        font-size: 14px;
    }
    .mobile-dept-list .dept-arrow {
        font-size: 14px;
    }
    .dept-list {
        width: 100%;
    }
    .dept-all-btn {
        width: 238px;
        height: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .dept-gallery {
        gap: 14px;
        padding-top: 0;
    }

    .dept-gallery-cell {
        border-radius: 12px;
    }
  }