.header-top {
            background: #ffffff;
            border-bottom: 1px solid #eef1f6;
            padding: 14px 0 12px;
            position: sticky;
            top: 0;
            z-index: 100;
        }
        .header-top .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            position: relative;
        }
        .header-logo {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        .header-logo .brand {
            font-size: 26px;
            font-weight: 700;
            color: #08C7A3;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
        }
        .header-logo .brand i {
            font-size: 28px;
        }
        .header-logo .brand .slogan {
            font-weight: 300;
            color: #4a5a6e;
            font-size: 16px;
            margin-left: 4px;
        }
        .header-logo .brand .domain {
            font-weight: 400;
            color: #8a9aa8;
            font-size: 14px;
            margin-left: 4px;
        }
        .header-logo .sub-title {
            font-size: 14px;
            color: #6a7a8e;
            letter-spacing: 2px;
            font-weight: 400;
            margin-top: 2px;
        }
        .header-logo .sub-title span {
            background: #E6F9F4;
            padding: 0 12px;
            border-radius: 10px;
            color: #08C7A3;
            font-weight: 500;
        }
        .header-auth {
            display: flex;
            align-items: center;
            gap: 18px;
            font-size: 15px;
            font-weight: 500;
            position: absolute;
            right: 20px;
        }
        .header-auth a {
            color: #4a5a6e;
            transition: color 0.2s;
        }
        .header-auth a:hover {
            color: #08C7A3;
        }
        .header-auth .login-btn {
            background: #08C7A3;
            color: #fff;
            padding: 6px 22px;
            border-radius: 24px;
            font-weight: 500;
            transition: background 0.2s;
        }
        .header-auth .login-btn:hover {
            background: #06A889;
            color: #fff;
        }
        .header-auth .register-btn {
            color: #08C7A3;
            font-weight: 500;
        }
        .header-auth .register-btn:hover {
            color: #06A889;
        }
        .header-auth .divider {
            color: #d0d8e0;
        }
        @media (max-width: 768px) {
            .header-top .container {
                flex-direction: column;
                align-items: stretch;
                gap: 8px;
            }
            .header-auth {
                justify-content: flex-end;
                flex-direction: column;
                gap: 0;
            }
            .header-auth .divider {
                display: none;
            }
        }
        @media (max-width: 480px) {
            .header-logo .brand {
                font-size: 20px;
            }
            .header-logo .sub-title {
                font-size: 12px;
            }
        }
        
        .header-top {
            background: #ffffff;
            border-bottom: 1px solid #eef1f6;
            padding: 14px 0 12px;
            position: sticky;
            top: 0;
            z-index: 100;
        }
        .header-top .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            position: relative;
        }
        .header-logo {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
        .header-logo .brand {
            font-size: 26px;
            font-weight: 700;
            color: #08C7A3;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
            padding-left:36px;
        }
        .header-logo .brand i {
            font-size: 28px;
        }
        .header-logo .brand .slogan {
            font-weight: 300;
            color: #4a5a6e;
            font-size: 16px;
            margin-left: 4px;
        }
        .header-logo .brand .domain {
            font-weight: 400;
            color: #8a9aa8;
            font-size: 14px;
            margin-left: 4px;
        }
        .header-logo .sub-title {
            font-size: 14px;
            color: #6a7a8e;
            letter-spacing: 2px;
            font-weight: 400;
            margin-top: 2px;
        }
        .header-logo .sub-title span {
            background: #E6F9F4;
            padding: 0 12px;
            border-radius: 10px;
            color: #08C7A3;
            font-weight: 500;
        }
        .header-auth {
            display: flex;
            align-items: center;
            gap: 18px;
            font-size: 15px;
            font-weight: 500;
            position: absolute;
            right: 20px;
        }
        .header-auth a {
            color: #4a5a6e;
            transition: color 0.2s;
        }
        .header-auth a:hover {
            color: #08C7A3;
        }
        .header-auth .login-btn {
            background: #08C7A3;
            color: #fff;
            padding: 6px 22px;
            border-radius: 24px;
            font-weight: 500;
            transition: background 0.2s;
        }
        .header-auth .login-btn:hover {
            background: #06A889;
            color: #fff;
        }
        .header-auth .register-btn {
            color: #08C7A3;
            font-weight: 500;
        }
        .header-auth .register-btn:hover {
            color: #06A889;
        }
        .header-auth .divider {
            color: #d0d8e0;
        }

        /* ============================================================
                   医院内部导航 (sticky)
                   ============================================================ */

        .hospital-nav {
            background: #ffffff;
            border-bottom: 2px solid #eef1f6;
            padding: 0 0;
            position: sticky;
            top: 72px;
            z-index: 99;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        .hospital-nav .container {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            align-items: center;
        }
        .hospital-nav a {
            font-size: 15px;
            font-weight: 500;
            color: #4a5a6e;
            padding: 14px 22px;
            transition: all 0.25s;
            border-bottom: 3px solid transparent;
            white-space: nowrap;
        }
        .hospital-nav a:hover,
        .hospital-nav a.active {
            color: #08C7A3;
            border-bottom-color: #08C7A3;
        }
        .hospital-nav a.active {
            font-weight: 600;
        }
        @media (max-width: 992px) {
            .hospital-nav a {
                font-size: 14px;
                padding: 12px 16px;
            }
        }
        @media (max-width: 768px) {
            .header-top .container {
                flex-direction: column;
                align-items: stretch;
                gap: 8px;
            }
            .header-auth {
                justify-content: flex-end;
                flex-direction: column;
                gap: 0;
            }
            .header-auth .divider {
                display: none;
            }

            .hospital-nav {
                top: 95px;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }
            .hospital-nav::-webkit-scrollbar {
                display: none;
            }
            .hospital-nav .container {
                flex-wrap: nowrap;
                gap: 0;
                padding: 0 12px;
            }
            .hospital-nav a {
                font-size: 13px;
                padding: 10px 14px;
                flex-shrink: 0;
            }
        }
        @media (max-width: 480px) {
            .header-logo .brand {
                font-size: 20px;
            }
            .header-logo .sub-title {
                font-size: 12px;
            }

            .hospital-nav {
                top: 82px;
            }
            .hospital-nav a {
                font-size: 12px;
                padding: 8px 12px;
            }
        }
        
        .breadcrumb {
            max-width:1240px;
            margin:0 auto;
            font-size: 14px;
            color: #8a9aa8;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            padding: 24px;
        }
        .breadcrumb a {
            color: #4a5a6e;
            transition: color 0.2s;
        }
        .breadcrumb a:hover {
            color: #08C7A3;
        }
        .breadcrumb .sep {
            color: #d0d8e0;
        }
        .breadcrumb .current {
            color: #1e2a3a;
            font-weight: 500;
        }
        
        .hospital-main {
            padding: 24px 0 40px;
        }

        /* ---- 医院简介 Hero ---- */
        .hospital-hero {
            background: #ffffff;
            border-radius: 16px;
            padding: 28px 32px;
            margin-bottom: 28px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #edf0f5;
            display: flex;
            gap: 28px;
            flex-wrap: wrap;
        }
        .hospital-hero .hero-left {
            display: flex;
            flex-direction: column;
            gap: 12px;
            flex: 2;
            min-width: 260px;
        }
        .hospital-hero .hero-left .hospital-name-row {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
        }
        .hospital-hero .hero-left .hospital-name-row h1 {
            font-size: 28px;
            font-weight: 700;
            color: #1e2a3a;
        }
        .hospital-hero .hero-left .hospital-name-row .badge-group {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 10px;
        }
        .hospital-hero .hero-left .hospital-name-row .badge-group span {
            display: inline-block;
            padding: 2px 14px;
            border-radius: 12px;
            font-weight: 500;
            font-size: 13px;
        }
        .hospital-hero .hero-left .hospital-name-row .badge-group span:first-child {
            background: #08C7A3;
            color: #ffffff;
        }
        .hospital-hero .hero-left .hospital-name-row .badge-group span:last-child {
            background: #E6F9F4;
            color: #08C7A3;
        }
        .hospital-hero .hero-left .hospital-desc {
            font-size: 15px;
            color: #5a6a7e;
            line-height: 1.8;
        }
        .hospital-hero .hero-left .hospital-desc .detail {
            color: #08C7A3;
            cursor: pointer;
            font-weight: 500;
        }
        .hospital-hero .hero-left .hospital-contact {
            display: flex;
            flex-direction: column;
            gap: 6px;
            font-size: 14px;
            color: #5a6a7e;
            margin-top: 4px;
        }
        .hospital-hero .hero-left .hospital-contact i {
            color: #8a9aa8;
            width: 20px;
            text-align: center;
        }
        .hospital-hero .hero-left .hospital-contact .phone {
            color: #1e2a3a;
            font-weight: 500;
        }

        .hospital-hero .hero-right {
            flex: 1;
            min-width: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(145deg, #eef3fc, #dce6f5);
            border-radius: 14px;
            padding: 24px;
            min-height: 160px;
        }
        .hospital-hero .hero-right .logo-big {
            font-size: 48px;
            font-weight: 700;
            color: #08C7A3;
            letter-spacing: 2px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
        }
        .hospital-hero .hero-right .logo-big i {
            font-size: 56px;
            color: #08C7A3;
            opacity: 0.4;
        }
        .hospital-hero .hero-right .logo-big span {
            font-size: 20px;
            font-weight: 600;
        }
        @media (max-width: 768px) {
            .hospital-main {
                padding: 16px 0 30px;
            }

            .hospital-hero {
                padding: 20px 18px;
                flex-direction: column;
            }
            .hospital-hero .hero-left .hospital-name-row h1 {
                font-size: 22px;
            }
            .hospital-hero .hero-right {
                min-height: 100px;
                padding: 16px;
            }
            .hospital-hero .hero-right .logo-big {
                font-size: 32px;
            }
            .hospital-hero .hero-right .logo-big i {
                font-size: 40px;
            }
        }
        @media (max-width: 480px) {
            .hospital-hero .hero-left .hospital-name-row h1 {
                font-size: 19px;
            }
            .hospital-hero .hero-left .hospital-name-row .badge-group span {
                font-size: 11px;
                padding: 1px 10px;
            }
            .hospital-hero .hero-left .hospital-desc {
                font-size: 14px;
            }
        }
        
        .footer {
            background: #ffffff;
            border-top: 1px solid #e8ecf1;
            padding: 28px 0 22px;
            margin-top: 20px;
            text-align: center;
            font-size: 13px;
            color: #8a9aa8;
        }
        .footer .footer-links {
            display: flex;
            justify-content: center;
            gap: 28px;
            margin-bottom: 12px;
            flex-wrap: wrap;
        }
        .footer .footer-links a {
            color: #4a5a6e;
            transition: color 0.2s;
        }
        .footer .footer-links a:hover {
            color: #08C7A3;
        }
    /* ===== 悬浮返回首页 ===== */
        .back-home-float {
            position: fixed;
            right: 24px;
            bottom: 100px;
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: #08C7A3;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            box-shadow: 0 4px 16px rgba(8,199,163,0.35);
            cursor: pointer;
            z-index: 999;
            border: none;
        }
        .back-home-float:hover {
            transform: scale(1.08);
        }
        @media (max-width: 768px) {
            .back-home-float {
                right: 16px;
                bottom: 80px;
                width: 46px;
                height: 46px;
                font-size: 18px;
            }
        }