:root {
    --u: min(.133333333vw, 1px);
    --brand: #39b7a9;
    --ink: #333;
    --muted: #888;
    --page-width: 750px;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: #eef1f0;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    background: #eef1f0;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
select {
    font: inherit;
}

summary {
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 999;
    padding: 6px 12px;
    color: #fff;
    background: #198f83;
    border-radius: 6px;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.h5-shell {
    width: min(100%, var(--page-width));
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: calc(112 * var(--u) + env(safe-area-inset-bottom));
    overflow: hidden;
    background-color: #fbfbfb;
    background-image: url("https://img.beise.com/beise_yyjxcx/2025/06/22bca20250627141908843.png?x-oss-process=style/beise_yyjxcx");
    background-repeat: no-repeat;
    background-size: 100% calc(1500 * var(--u));
    box-shadow: 0 0 24px rgba(22, 68, 63, .12);
}

.h5-header {
    position: sticky;
    top: 0;
    z-index: 30;
    width: 100%;
    min-height: calc(252 * var(--u));
    padding: 0 calc(20 * var(--u)) calc(18 * var(--u));
    background-color: #e9faf7;
    background-image: url("https://img.beise.com/beise_yyjxcx/2025/06/22bca20250627141908843.png?x-oss-process=style/beise_yyjxcx");
    background-repeat: no-repeat;
    background-size: 100% calc(1500 * var(--u));
}

.brand-row {
    position: relative;
    height: calc(165 * var(--u));
}

.brand-heading {
    position: absolute;
    top: calc(76 * var(--u));
    left: calc(2 * var(--u));
    width: calc(201 * var(--u));
    height: calc(72 * var(--u));
    margin: 0;
}

.brand-heading a,
.brand-heading img {
    width: 100%;
    height: 100%;
}

.brand-heading img {
    object-fit: contain;
}

.location-search-row {
    height: calc(70 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(18 * var(--u));
    padding: 0 calc(20 * var(--u));
}

.city-picker {
    position: relative;
    flex: 0 0 auto;
}

.city-picker-trigger {
    min-height: calc(58 * var(--u));
    display: flex;
    align-items: center;
    min-width: calc(174 * var(--u));
    padding: 0;
    border: 0;
    color: #222;
    background: transparent;
    cursor: pointer;
    font-size: calc(30 * var(--u));
    font-weight: 700;
    white-space: nowrap;
}

.city-picker-trigger img {
    width: calc(28 * var(--u));
    height: calc(34 * var(--u));
    margin-right: calc(16 * var(--u));
    object-fit: contain;
}

.city-picker-trigger i {
    width: calc(12 * var(--u));
    height: calc(12 * var(--u));
    margin: calc(-5 * var(--u)) 0 0 calc(10 * var(--u));
    border-right: calc(3 * var(--u)) solid #39b7a7;
    border-bottom: calc(3 * var(--u)) solid #39b7a7;
    transform: rotate(45deg);
}

.city-picker-trigger[aria-expanded="true"] i {
    margin-top: calc(5 * var(--u));
    transform: rotate(225deg);
}

.home-region-panel {
    position: fixed;
    top: calc(252 * var(--u));
    bottom: 0;
    left: 50%;
    z-index: 60;
    width: min(100vw, calc(750 * var(--u)));
    overflow: hidden;
    background: #fff;
    box-shadow: 0 calc(14 * var(--u)) calc(28 * var(--u)) rgba(0, 0, 0, .08);
    transform: translateX(-50%);
}

.home-region-panel[hidden] {
    display: none;
}

.home-region-open {
    overflow: hidden;
}

.home-region-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: calc(20 * var(--u)) calc(20 * var(--u)) calc(160 * var(--u) + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.home-region-scroll h2 {
    min-height: calc(54 * var(--u));
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 calc(20 * var(--u));
    color: #858585;
    background: #ececec;
    font-size: calc(24 * var(--u));
    font-weight: 500;
}

.home-region-options button {
    width: 100%;
    min-height: calc(76 * var(--u));
    display: flex;
    align-items: center;
    padding: 0 calc(20 * var(--u));
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    color: #777;
    background: #fff;
    font-size: calc(26 * var(--u));
    text-align: left;
}

.home-region-options button.is-active {
    color: #168f83;
    background: #e9f8f6;
    font-weight: 700;
}

.h5-search {
    min-width: 0;
    height: calc(70 * var(--u));
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: calc(20 * var(--u));
    overflow: hidden;
    border-radius: calc(999 * var(--u));
    color: #a8a8a8;
    background: #e8faf6;
    font-size: calc(24 * var(--u));
}

.search-symbol {
    position: relative;
    width: calc(27 * var(--u));
    height: calc(27 * var(--u));
    flex: 0 0 auto;
    border: calc(3 * var(--u)) solid #39b7a7;
    border-radius: 50%;
}

.search-symbol::after {
    content: "";
    position: absolute;
    right: calc(-8 * var(--u));
    bottom: calc(-4 * var(--u));
    width: calc(11 * var(--u));
    height: calc(3 * var(--u));
    border-radius: calc(2 * var(--u));
    background: #39b7a7;
    transform: rotate(45deg);
}

.h5-search-placeholder {
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 calc(14 * var(--u)) 0 calc(18 * var(--u));
    padding: 0;
    color: #a8a8a8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h5-search-action {
    width: calc(106 * var(--u));
    height: calc(60 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: calc(5 * var(--u));
    padding: 0;
    border: 0;
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #39b7a9;
    font-size: calc(26 * var(--u));
}

.h5-main {
    width: 100%;
}

.home-banner {
    position: relative;
    width: calc(100% - 70 * var(--u));
    margin: calc(40 * var(--u)) calc(35 * var(--u));
    overflow: hidden;
    border-radius: calc(16 * var(--u));
    background: #dcefeb;
    touch-action: pan-y;
}

.home-banner-track {
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: transform .42s ease;
    will-change: transform;
}

.home-banner-slide {
    min-width: 0;
    flex: 0 0 100%;
}

.home-banner-slide a,
.home-banner-video-trigger {
    width: 100%;
    display: block;
}

.home-banner-video-trigger {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.home-banner-slide img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 6000 / 1960;
    object-fit: cover;
    -webkit-user-drag: none;
    user-select: none;
}

.home-banner-video-dialog {
    width: min(calc(710 * var(--u)), calc(100vw - 40 * var(--u)));
    max-width: none;
    max-height: calc(100vh - 60 * var(--u));
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: calc(18 * var(--u));
    background: #000;
    box-shadow: 0 calc(20 * var(--u)) calc(70 * var(--u)) rgba(0, 0, 0, .35);
}

.home-banner-video-dialog::backdrop {
    background: rgba(0, 0, 0, .72);
}

.home-banner-video-panel > header {
    position: relative;
    min-height: calc(82 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(70 * var(--u));
    color: #222;
    background: #fff;
}

.home-banner-video-panel > header strong {
    overflow: hidden;
    font-size: calc(28 * var(--u));
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-banner-video-panel > header button {
    position: absolute;
    top: 50%;
    right: calc(14 * var(--u));
    width: calc(52 * var(--u));
    height: calc(52 * var(--u));
    padding: 0;
    border: 0;
    color: #777;
    background: transparent;
    font-size: calc(40 * var(--u));
    transform: translateY(-50%);
}

.home-banner-video-panel video {
    width: 100%;
    max-height: 72vh;
    display: block;
    aspect-ratio: 16 / 9;
    background: #000;
    object-fit: contain;
}

.banner-placeholder {
    min-height: calc(285 * var(--u));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #177e73;
    background: linear-gradient(135deg, #d5f7ef, #e7f5ff);
}

.banner-placeholder strong {
    font-size: calc(54 * var(--u));
}

.banner-placeholder span {
    margin-top: calc(8 * var(--u));
    font-size: calc(26 * var(--u));
}

.banner-dots {
    position: absolute;
    right: 0;
    bottom: calc(14 * var(--u));
    left: 0;
    display: flex;
    justify-content: center;
    gap: calc(9 * var(--u));
    z-index: 2;
}

.banner-dots button {
    width: calc(12 * var(--u));
    height: calc(12 * var(--u));
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    cursor: pointer;
    transition: width .2s ease, background-color .2s ease;
}

.banner-dots button.is-active {
    width: calc(30 * var(--u));
    border-radius: calc(10 * var(--u));
    background: #39b5a8;
}

@media (prefers-reduced-motion: reduce) {
    .home-banner-track {
        transition: none;
    }
}

.home-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(18 * var(--u));
    padding: 0 calc(35 * var(--u)) calc(20 * var(--u));
}

.home-grid a {
    min-width: 0;
    text-align: center;
}

.home-grid img {
    width: calc(110 * var(--u));
    height: calc(110 * var(--u));
    margin: 0 auto;
    object-fit: contain;
}

.home-grid span {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: calc(8 * var(--u));
    font-size: calc(34 * var(--u));
    line-height: 1.25;
}

.home-grid span.is-highlighted::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: calc(1 * var(--u));
    left: 0;
    z-index: -1;
    height: calc(11 * var(--u));
    background: #ffe822;
}

.case-feed {
    width: 100%;
}

.case-tabs {
    min-height: calc(102 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(8 * var(--u));
    padding: calc(20 * var(--u)) calc(35 * var(--u));
    overflow-x: auto;
    scrollbar-width: none;
}

.case-tabs::-webkit-scrollbar {
    display: none;
}

.case-tabs > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: #888;
    font-size: calc(30 * var(--u));
    font-weight: 400;
    white-space: nowrap;
}

.case-tabs > a.is-active {
    color: #29b7a8;
    font-weight: 700;
}

.case-tabs > a.is-active::after {
    content: "";
    width: calc(11 * var(--u));
    height: calc(11 * var(--u));
    margin: calc(-6 * var(--u)) 0 0 calc(10 * var(--u));
    border-right: calc(3 * var(--u)) solid currentColor;
    border-bottom: calc(3 * var(--u)) solid currentColor;
    transform: rotate(45deg);
}

.case-tabs .tab-search {
    min-height: calc(26 * var(--u));
    margin-left: calc(6 * var(--u));
    padding-left: calc(20 * var(--u));
    border-left: 1px solid #ccc;
}

.tab-search i {
    position: relative;
    width: calc(24 * var(--u));
    height: calc(24 * var(--u));
    margin-left: calc(12 * var(--u));
    border: calc(3 * var(--u)) solid #888;
    border-radius: 50%;
}

.tab-search i::after {
    content: "";
    position: absolute;
    right: calc(-7 * var(--u));
    bottom: calc(-4 * var(--u));
    width: calc(10 * var(--u));
    height: calc(3 * var(--u));
    background: #888;
    transform: rotate(45deg);
}

.case-masonry {
    columns: 2;
    column-gap: calc(16 * var(--u));
    padding: calc(2 * var(--u)) calc(16 * var(--u)) calc(10 * var(--u));
}

.feed-card {
    width: 100%;
    display: inline-block;
    margin: 0 0 calc(16 * var(--u));
    overflow: hidden;
    break-inside: avoid;
    border-radius: calc(8 * var(--u));
    background: #fff;
    box-shadow: 0 calc(2 * var(--u)) calc(8 * var(--u)) rgba(34, 74, 69, .04);
}

.feed-cover {
    width: 100%;
    height: auto;
    min-height: calc(220 * var(--u));
    background: #edf2f1;
    object-fit: cover;
}

.feed-copy {
    padding: calc(16 * var(--u));
}

.feed-copy h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: calc(26 * var(--u));
    font-weight: 400;
    line-height: 1.55;
}

.feed-meta {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(10 * var(--u));
    margin-top: calc(24 * var(--u));
    color: #555;
    font-size: calc(24 * var(--u));
}

.feed-user {
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 1;
}

.feed-user img,
.feed-user > i {
    width: calc(40 * var(--u));
    height: calc(40 * var(--u));
    flex: 0 0 auto;
    border-radius: 50%;
    background: #e5efed;
    object-fit: cover;
}

.feed-user b {
    min-width: 0;
    margin-left: calc(8 * var(--u));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.feed-like {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.feed-like i {
    margin-right: calc(6 * var(--u));
    color: #606266;
    font-size: calc(34 * var(--u));
    font-style: normal;
    line-height: 1;
}

.feed-end,
.feed-empty {
    margin: calc(16 * var(--u)) 0;
    color: #999;
    text-align: center;
    font-size: calc(24 * var(--u));
}

.content-note {
    margin: calc(22 * var(--u)) calc(30 * var(--u)) calc(26 * var(--u));
    color: #aaa;
    text-align: center;
    font-size: calc(20 * var(--u));
}

.h5-tabbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 50;
    width: min(100%, var(--page-width));
    min-height: calc(100 * var(--u));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: calc(7 * var(--u)) 0 max(calc(7 * var(--u)), env(safe-area-inset-bottom));
    border-top: 1px solid #ebeeee;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 calc(-4 * var(--u)) calc(15 * var(--u)) rgba(37, 70, 65, .05);
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}

.h5-tabbar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: calc(22 * var(--u));
    line-height: 1.2;
}

.h5-tabbar a.is-active {
    color: #39b7a9;
}

.h5-tabbar img {
    width: calc(44 * var(--u));
    height: calc(44 * var(--u));
    margin-bottom: calc(5 * var(--u));
    object-fit: contain;
}

@media (max-width: 420px) {
    .location-search-row {
        gap: calc(10 * var(--u));
        padding: 0 calc(12 * var(--u));
    }

    .city-picker-trigger {
        min-width: calc(160 * var(--u));
    }

    .h5-search-placeholder {
        margin-right: calc(6 * var(--u));
    }
}

/* 所有带底部导航的内页统一预留 Tabbar 与手机安全区空间。 */
.h5-shell.has-tabbar {
    padding-bottom: calc(112 * var(--u) + env(safe-area-inset-bottom));
}

/* 医院详情已有预约操作栏，显示 Tabbar 时将操作栏整体上移。 */
.hospital-detail-shell.has-tabbar .hospital-fixed-booking {
    bottom: calc(112 * var(--u) + env(safe-area-inset-bottom));
}

/* 查价格：原 Vue 渐变首屏、报价表单、服务长图和免费预约。 */
.price-body,
.price-results-body {
    background: #eef1f0;
}

.price-shell,
.price-results-shell {
    background: #fdfdfd;
    background-image: none;
}

.price-results-shell {
    padding-bottom: 0;
}

.price-appbar,
.price-results-appbar {
    position: sticky;
    top: 0;
    z-index: 60;
    min-height: calc(96 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(76 * var(--u));
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    background: #39b7a9;
}

.price-appbar strong,
.price-results-appbar strong {
    color: #fff;
    font-size: calc(34 * var(--u));
    font-weight: 600;
}

.price-back {
    position: absolute;
    top: 50%;
    left: calc(25 * var(--u));
    width: calc(50 * var(--u));
    height: calc(50 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.price-back i {
    width: calc(19 * var(--u));
    height: calc(19 * var(--u));
    border-left: calc(3 * var(--u)) solid #fff;
    border-bottom: calc(3 * var(--u)) solid #fff;
    transform: rotate(45deg);
}

.price-page {
    overflow: hidden;
    background: #fdfdfd;
}

.price-hero {
    min-height: calc(430 * var(--u));
    padding: calc(38 * var(--u)) 0 calc(45 * var(--u));
    color: #fff;
    background: linear-gradient(to bottom, #3bb9aa 0 calc(305 * var(--u)), #fdfdfd calc(305 * var(--u)) 100%);
}

.price-hero h1 {
    margin: 0;
    text-align: center;
    font-size: calc(49 * var(--u));
    font-weight: 500;
    line-height: 1.35;
}

.price-hero-count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8 * var(--u));
    margin-top: calc(10 * var(--u));
    font-size: calc(23 * var(--u));
}

.price-hero-count > i {
    width: calc(41 * var(--u));
    height: 1px;
    background: #fff;
}

.price-hero-count b {
    color: #fff;
    text-shadow: 0 0 calc(3 * var(--u)) #f3ae47;
}

.price-hero-count em {
    padding: calc(2 * var(--u)) calc(12 * var(--u));
    border-radius: calc(999 * var(--u));
    color: #3bb9aa;
    background: #fff;
    font-size: calc(20 * var(--u));
    font-style: normal;
}

.price-quick-form {
    width: calc(690 * var(--u));
    margin: calc(34 * var(--u)) auto 0;
    padding: calc(45 * var(--u));
    border-radius: calc(16 * var(--u));
    color: #333;
    background: #fff;
    box-shadow: 0 calc(5 * var(--u)) calc(22 * var(--u)) rgba(128, 128, 128, .15);
}

.price-form-row,
.price-appointment-row {
    display: grid;
    grid-template-columns: calc(205 * var(--u)) minmax(0, 1fr);
    align-items: center;
    gap: calc(12 * var(--u));
}

.price-form-row + .price-form-row,
.price-appointment-row + .price-appointment-row {
    margin-top: calc(28 * var(--u));
}

.price-form-row > label,
.price-appointment-row > label {
    color: #333;
    font-size: calc(27 * var(--u));
}

.price-form-row sup,
.price-appointment-row sup {
    margin-right: calc(4 * var(--u));
    color: #e94747;
}

.price-select-trigger,
.price-native-select,
.price-appointment-select,
.price-appointment-row > input {
    min-width: 0;
    height: calc(80 * var(--u));
    border: 0;
    border-radius: calc(999 * var(--u));
    color: #999;
    background: #f6f6f6;
    font-size: calc(27 * var(--u));
}

.price-select-trigger,
.price-appointment-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 calc(38 * var(--u));
    text-align: left;
    cursor: pointer;
}

.price-select-trigger span,
.price-appointment-select span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price-select-trigger i,
.price-native-select i,
.price-appointment-select i {
    width: calc(12 * var(--u));
    height: calc(12 * var(--u));
    flex: 0 0 auto;
    border-right: calc(2 * var(--u)) solid #555;
    border-bottom: calc(2 * var(--u)) solid #555;
    transform: rotate(45deg);
}

.price-native-select,
.price-appointment-native {
    position: relative;
    display: flex;
    align-items: center;
}

.price-native-select select,
.price-appointment-native select {
    width: 100%;
    height: 100%;
    padding: 0 calc(65 * var(--u)) 0 calc(38 * var(--u));
    border: 0;
    outline: 0;
    color: #888;
    background: transparent;
    font-size: calc(27 * var(--u));
    appearance: none;
}

.price-native-select i,
.price-appointment-native i {
    position: absolute;
    right: calc(38 * var(--u));
    pointer-events: none;
}

.price-primary-button,
.price-appointment-submit {
    width: 100%;
    height: calc(88 * var(--u));
    border: 0;
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #39b7a9;
    font-size: calc(30 * var(--u));
    cursor: pointer;
}

.price-primary-button {
    margin-top: calc(34 * var(--u));
}

.price-privacy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: calc(8 * var(--u));
    margin-top: calc(18 * var(--u));
    color: #777;
    font-size: calc(20 * var(--u));
    line-height: 1.55;
}

.price-privacy input {
    margin-top: calc(4 * var(--u));
    accent-color: #39b7a9;
}

.price-quick-error,
.price-form-status,
.price-region-message {
    min-height: calc(26 * var(--u));
    margin: calc(8 * var(--u)) 0 0;
    color: #d84b4b;
    font-size: calc(21 * var(--u));
    text-align: center;
}

.price-story {
    position: relative;
}

.price-story-first {
    margin-top: calc(45 * var(--u));
}

.price-story > img,
.price-story-image {
    width: 100%;
    height: auto;
}

.price-stats {
    position: absolute;
    bottom: calc(50 * var(--u));
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    color: #fff;
}

.price-stats div {
    text-align: center;
}

.price-stats dt {
    font-size: calc(49 * var(--u));
}

.price-stats dt small {
    margin-left: calc(3 * var(--u));
    font-size: calc(23 * var(--u));
}

.price-stats dd {
    margin: 0;
    font-size: calc(22 * var(--u));
}

.price-appointment-section {
    padding: calc(400 * var(--u)) 0 calc(50 * var(--u));
    background-color: #eef9f8;
    background-image: url("https://img.beise.com/beise_yyjxcx/2025/06/69ed4202506201650102193.png?x-oss-process=style/beise_yyjxcx");
    background-repeat: no-repeat;
    background-size: 100% calc(470 * var(--u));
}

.price-appointment-form {
    width: calc(690 * var(--u));
    margin: 0 auto;
    padding: calc(48 * var(--u)) calc(25 * var(--u));
    border-radius: calc(16 * var(--u));
    background: #fff;
    box-shadow: 0 calc(5 * var(--u)) calc(22 * var(--u)) rgba(128, 128, 128, .15);
}

.price-appointment-form h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 calc(46 * var(--u));
    color: #000;
    font-size: calc(46 * var(--u));
    font-weight: 500;
}

.price-appointment-form h2 span {
    margin: 0 calc(5 * var(--u));
    padding: calc(2 * var(--u)) calc(11 * var(--u));
    border-radius: calc(10 * var(--u));
    color: #fff;
    background: #29b7a9;
    font-size: calc(33 * var(--u));
}

.price-appointment-row {
    grid-template-columns: calc(145 * var(--u)) minmax(0, 1fr);
}

.price-appointment-row > input,
.price-appointment-select {
    padding: 0 calc(25 * var(--u));
    border: 1px solid #d8d8d8;
    border-radius: calc(10 * var(--u));
    color: #555;
    background: #fff;
}

.price-appointment-row > input::placeholder {
    color: #c2c2c2;
}

.price-appointment-native {
    padding: 0;
}

.price-appointment-native select {
    padding-left: calc(25 * var(--u));
}

.price-appointment-native i {
    right: calc(25 * var(--u));
}

.price-factor-fieldset {
    margin: calc(30 * var(--u)) 0 0;
    padding: 0;
    border: 0;
}

.price-factor-fieldset legend {
    color: #333;
    font-size: calc(26 * var(--u));
}

.price-factor-fieldset legend small {
    color: #aaa;
    font-size: calc(21 * var(--u));
}

.price-factor-fieldset > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: calc(18 * var(--u)) calc(10 * var(--u));
    margin-top: calc(16 * var(--u));
}

.price-factor-fieldset label {
    display: flex;
    align-items: center;
    gap: calc(6 * var(--u));
    color: #444;
    font-size: calc(22 * var(--u));
}

.price-factor-fieldset input {
    accent-color: #39b7a9;
}

.price-appointment-submit {
    margin-top: calc(36 * var(--u));
    font-size: calc(38 * var(--u));
}

.price-appointment-submit:disabled {
    opacity: .55;
}

.price-appointment-tip {
    margin: calc(26 * var(--u)) 0 0;
    color: #999;
    font-size: calc(22 * var(--u));
    text-align: center;
}

.price-region-dialog {
    width: min(calc(620 * var(--u)), calc(100% - 60 * var(--u)));
    height: fit-content;
    block-size: fit-content;
    max-width: none;
    max-height: calc(100vh - 60 * var(--u));
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: calc(20 * var(--u));
    background: #fff;
    box-shadow: 0 calc(18 * var(--u)) calc(60 * var(--u)) rgba(0, 0, 0, .2);
}

.price-region-dialog::backdrop {
    background: rgba(0, 0, 0, .5);
}

.price-region-panel {
    height: fit-content;
    display: grid;
    grid-template-rows: calc(82 * var(--u)) auto auto calc(82 * var(--u));
}

.price-region-panel > header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #edf0ef;
}

.price-region-panel > header strong {
    font-size: calc(28 * var(--u));
}

.price-region-panel > header button {
    position: absolute;
    top: 50%;
    right: calc(14 * var(--u));
    width: calc(52 * var(--u));
    height: calc(52 * var(--u));
    padding: 0;
    border: 0;
    color: #888;
    background: transparent;
    font-size: calc(40 * var(--u));
    transform: translateY(-50%);
}

.price-region-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-region-columns section {
    min-width: 0;
}

.price-region-columns section + section {
    border-left: 1px solid #edf0ef;
}

.price-region-columns h2 {
    height: calc(58 * var(--u));
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 calc(16 * var(--u));
    color: #888;
    background: #f8f9f9;
    font-size: calc(21 * var(--u));
    font-weight: 500;
}

.price-region-options {
    max-height: calc(464 * var(--u));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.price-region-options button {
    width: 100%;
    height: calc(58 * var(--u));
    padding: 0 calc(15 * var(--u));
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #f1f2f2;
    color: #555;
    background: #fff;
    font-size: calc(21 * var(--u));
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price-region-options button.is-active {
    color: #168f83;
    background: #e9f8f6;
    font-weight: 600;
}

.price-region-options p {
    margin: 0;
    padding: calc(22 * var(--u)) calc(12 * var(--u));
    color: #aaa;
    font-size: calc(19 * var(--u));
    text-align: center;
}

.price-region-panel > footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(16 * var(--u));
    align-items: center;
    padding: calc(12 * var(--u)) calc(25 * var(--u));
    border-top: 1px solid #edf0ef;
}

.price-region-panel > footer button {
    height: calc(56 * var(--u));
    border: 1px solid #dfe5e4;
    border-radius: calc(999 * var(--u));
    color: #777;
    background: #fff;
    font-size: calc(22 * var(--u));
}

.price-region-panel > footer button:last-child {
    border-color: #29b7a8;
    color: #fff;
    background: #29b7a8;
}

/* 报价结果 */
.price-results-appbar {
    background: #fff;
    border-bottom-color: #edf0ef;
}

.price-results-appbar strong {
    color: #222;
}

.price-results-appbar .price-back i {
    border-color: #222;
}

.price-results-page {
    min-height: calc(100vh - 96 * var(--u));
    padding: calc(28 * var(--u)) 0 calc(45 * var(--u));
    background: #fcfcfc;
}

.price-results-heading {
    padding: 0 calc(25 * var(--u)) calc(10 * var(--u));
    text-align: center;
}

.price-results-heading h1 {
    margin: 0;
    color: #111;
    font-size: calc(40 * var(--u));
}

.price-results-heading p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(15 * var(--u)) 0 0;
    color: #29b7a8;
    font-size: calc(29 * var(--u));
}

.price-results-heading p span {
    margin: 0 calc(6 * var(--u));
    padding: calc(2 * var(--u)) calc(12 * var(--u));
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #29b7a8;
    font-size: calc(23 * var(--u));
}

.price-results-heading small {
    display: block;
    margin-top: calc(12 * var(--u));
    color: #999;
    font-size: calc(21 * var(--u));
}

.price-quote-list {
    padding-top: calc(2 * var(--u));
}

.price-results-pagination {
    padding-bottom: calc(20 * var(--u));
}

.price-results-empty {
    margin: calc(75 * var(--u)) calc(30 * var(--u));
    padding: calc(65 * var(--u)) calc(30 * var(--u));
    border-radius: calc(20 * var(--u));
    text-align: center;
    background: #fff;
}

.price-results-empty strong {
    font-size: calc(29 * var(--u));
}

.price-results-empty p {
    color: #999;
    font-size: calc(23 * var(--u));
}

.price-results-empty a {
    display: inline-flex;
    margin-top: calc(10 * var(--u));
    padding: calc(13 * var(--u)) calc(30 * var(--u));
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #29b7a8;
    font-size: calc(24 * var(--u));
}

.price-results-disclaimer {
    margin: 0;
    padding: calc(10 * var(--u)) calc(35 * var(--u));
    color: #aaa;
    font-size: calc(20 * var(--u));
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 420px) {
    .price-hero h1 {
        font-size: calc(46 * var(--u));
    }

    .price-hero-count {
        font-size: calc(21 * var(--u));
    }
}

/* 约牙医：复刻原 Vue 双列医生卡片与专业分类交互。 */
.doctor-list-body {
    background: #eef1f0;
}

.doctor-list-shell {
    padding-bottom: 0;
    background: #fbfbfb;
    background-image: none;
}

.doctor-list-appbar {
    position: sticky;
    top: 0;
    z-index: 60;
    min-height: calc(96 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(76 * var(--u));
    border-bottom: 1px solid #edf0ef;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(10px);
}

.doctor-list-appbar strong {
    color: #222;
    font-size: calc(34 * var(--u));
    font-weight: 600;
}

.doctor-list-back {
    position: absolute;
    top: 50%;
    left: calc(25 * var(--u));
    width: calc(50 * var(--u));
    height: calc(50 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.doctor-list-back i {
    width: calc(19 * var(--u));
    height: calc(19 * var(--u));
    border-left: calc(3 * var(--u)) solid #222;
    border-bottom: calc(3 * var(--u)) solid #222;
    transform: rotate(45deg);
}

.doctor-list-page {
    min-height: calc(100vh - 96 * var(--u));
    background: #fbfbfb;
}

.doctor-list-toolbar {
    position: sticky;
    top: calc(96 * var(--u));
    z-index: 45;
    background: #fff;
    box-shadow: 0 calc(3 * var(--u)) calc(10 * var(--u)) rgba(34, 86, 80, .05);
}

.doctor-list-tabs {
    min-height: calc(102 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 calc(36 * var(--u));
}

.doctor-list-tabs > a,
.doctor-list-search > summary {
    display: flex;
    align-items: center;
    color: #888;
    font-size: calc(28 * var(--u));
    white-space: nowrap;
}

.doctor-list-tabs > a.is-active {
    color: #29b7a8;
    font-weight: 700;
}

.doctor-list-tabs > a.is-active::after {
    width: calc(11 * var(--u));
    height: calc(11 * var(--u));
    margin: calc(-6 * var(--u)) 0 0 calc(9 * var(--u));
    border-right: calc(2 * var(--u)) solid currentColor;
    border-bottom: calc(2 * var(--u)) solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.doctor-list-search {
    position: relative;
    width: calc(136 * var(--u));
    min-height: calc(28 * var(--u));
    padding-left: calc(20 * var(--u));
    border-left: 1px solid #ccc;
}

.doctor-list-search summary {
    cursor: pointer;
}

.doctor-list-search summary i {
    position: relative;
    width: calc(24 * var(--u));
    height: calc(24 * var(--u));
    margin-left: auto;
    border: calc(2 * var(--u)) solid #888;
    border-radius: 50%;
}

.doctor-list-search summary i::after {
    position: absolute;
    right: calc(-7 * var(--u));
    bottom: calc(-4 * var(--u));
    width: calc(10 * var(--u));
    height: calc(2 * var(--u));
    background: #888;
    content: "";
    transform: rotate(45deg);
}

.doctor-list-search form {
    position: absolute;
    top: calc(62 * var(--u));
    right: 0;
    width: calc(650 * var(--u));
    display: flex;
    align-items: center;
    gap: calc(12 * var(--u));
    padding: calc(14 * var(--u));
    border: 1px solid #e5e9e8;
    border-radius: calc(18 * var(--u));
    background: #fff;
    box-shadow: 0 calc(12 * var(--u)) calc(30 * var(--u)) rgba(32, 79, 73, .15);
}

.doctor-list-search form input[type="search"] {
    min-width: 0;
    height: calc(62 * var(--u));
    flex: 1;
    padding: 0 calc(22 * var(--u));
    border: 0;
    border-radius: calc(999 * var(--u));
    outline: none;
    color: #444;
    background: #f5f7f7;
    font-size: calc(25 * var(--u));
}

.doctor-list-search form button {
    height: calc(62 * var(--u));
    padding: 0 calc(25 * var(--u));
    border: 0;
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #29b7a8;
    font-size: calc(25 * var(--u));
}

.doctor-hospital-context {
    min-height: calc(92 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(20 * var(--u));
    margin: calc(18 * var(--u)) calc(16 * var(--u)) 0;
    padding: calc(16 * var(--u)) calc(22 * var(--u));
    border-radius: calc(12 * var(--u));
    color: #555;
    background: #e9f8f6;
}

.doctor-hospital-context div {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.doctor-hospital-context span {
    color: #6eaaa4;
    font-size: calc(19 * var(--u));
}

.doctor-hospital-context strong {
    overflow: hidden;
    margin-top: calc(3 * var(--u));
    color: #238f84;
    font-size: calc(25 * var(--u));
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-hospital-context a {
    flex: 0 0 auto;
    padding: calc(9 * var(--u)) calc(16 * var(--u));
    border: 1px solid #29b7a8;
    border-radius: calc(999 * var(--u));
    color: #238f84;
    background: #fff;
    font-size: calc(20 * var(--u));
}

.doctor-list-summary {
    margin: 0;
    padding: calc(22 * var(--u)) calc(25 * var(--u)) calc(4 * var(--u));
    color: #888;
    font-size: calc(22 * var(--u));
}

.doctor-card-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(18 * var(--u));
    align-items: start;
    padding: calc(16 * var(--u));
}

.doctor-card-column {
    min-width: 0;
}

.doctor-list-card {
    width: 100%;
    margin: 0 0 calc(20 * var(--u));
    padding: calc(30 * var(--u)) calc(20 * var(--u)) calc(26 * var(--u));
    border-radius: calc(10 * var(--u));
    background: #fff;
    box-shadow: 0 calc(5 * var(--u)) calc(20 * var(--u)) rgba(128, 128, 128, .06);
}

.doctor-list-avatar {
    width: calc(180 * var(--u));
    height: calc(180 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    color: #fff;
    background: #b8ddd8;
}

.doctor-list-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-list-avatar i {
    font-size: calc(58 * var(--u));
    font-style: normal;
    font-weight: 600;
}

.doctor-list-name {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(20 * var(--u));
}

.doctor-list-name h2 {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #111;
    font-size: calc(31 * var(--u));
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-list-name span {
    max-width: calc(130 * var(--u));
    margin-left: calc(16 * var(--u));
    padding: calc(3 * var(--u)) calc(9 * var(--u));
    overflow: hidden;
    border: 1px solid #29b7a8;
    border-radius: calc(5 * var(--u));
    color: #29b7a8;
    font-size: calc(21 * var(--u));
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-list-card hr {
    height: 1px;
    margin: calc(20 * var(--u)) 0;
    border: 0;
    background: #eee;
}

.doctor-list-specialty {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #777;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: calc(25 * var(--u));
    line-height: 1.65;
}

.doctor-list-institution {
    margin: calc(16 * var(--u)) 0 0;
    overflow: hidden;
    color: #aaa;
    font-size: calc(20 * var(--u));
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-list-pagination {
    padding-bottom: calc(35 * var(--u));
}

.doctor-list-empty {
    margin: calc(80 * var(--u)) calc(30 * var(--u));
    padding: calc(65 * var(--u)) calc(30 * var(--u));
    border-radius: calc(20 * var(--u));
    text-align: center;
    background: #fff;
}

.doctor-list-empty strong {
    font-size: calc(29 * var(--u));
}

.doctor-list-empty p {
    color: #999;
    font-size: calc(23 * var(--u));
}

.doctor-list-empty a {
    display: inline-flex;
    margin-top: calc(10 * var(--u));
    padding: calc(13 * var(--u)) calc(30 * var(--u));
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #29b7a8;
    font-size: calc(24 * var(--u));
}

.doctor-list-disclaimer {
    margin: 0;
    padding: calc(10 * var(--u)) calc(35 * var(--u)) calc(45 * var(--u));
    color: #aaa;
    font-size: calc(20 * var(--u));
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 420px) {
    .doctor-list-tabs {
        padding-right: calc(25 * var(--u));
        padding-left: calc(25 * var(--u));
    }

    .doctor-list-tabs > a,
    .doctor-list-search > summary {
        font-size: calc(27 * var(--u));
    }
}

/* 找医院：保持原 Vue 页面 750rpx 卡片比例，并补齐原生筛选与详情落地页。 */
.hospital-list-body,
.hospital-detail-body {
    background: #eef1f0;
}

.hospital-list-shell,
.hospital-detail-shell {
    padding-bottom: 0;
    background: #fcfcfc;
    background-image: none;
}

.hospital-appbar,
.hospital-detail-appbar {
    position: sticky;
    top: 0;
    z-index: 60;
    min-height: calc(96 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 calc(76 * var(--u));
    border-bottom: 1px solid #edf0ef;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(10px);
}

.hospital-appbar strong,
.hospital-detail-appbar strong {
    color: #222;
    font-size: calc(34 * var(--u));
    font-weight: 600;
}

.hospital-back {
    position: absolute;
    left: calc(25 * var(--u));
    top: 50%;
    width: calc(50 * var(--u));
    height: calc(50 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.hospital-back i {
    width: calc(19 * var(--u));
    height: calc(19 * var(--u));
    border-left: calc(3 * var(--u)) solid #222;
    border-bottom: calc(3 * var(--u)) solid #222;
    transform: rotate(45deg);
}

.hospital-list-page {
    min-height: calc(100vh - 96 * var(--u));
    background: #fcfcfc;
}

.hospital-list-toolbar {
    position: sticky;
    top: calc(96 * var(--u));
    z-index: 45;
    background: #fff;
    box-shadow: 0 calc(3 * var(--u)) calc(10 * var(--u)) rgba(34, 86, 80, .05);
}

.hospital-tabs {
    min-height: calc(102 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 calc(36 * var(--u));
}

.hospital-tabs > a,
.hospital-search > summary {
    display: flex;
    align-items: center;
    color: #888;
    font-size: calc(28 * var(--u));
    white-space: nowrap;
}

.hospital-tabs > a.is-active {
    color: #29b7a8;
    font-weight: 700;
}

.hospital-tabs > a.is-active::after {
    width: calc(11 * var(--u));
    height: calc(11 * var(--u));
    margin: calc(-6 * var(--u)) 0 0 calc(10 * var(--u));
    border-right: calc(2 * var(--u)) solid currentColor;
    border-bottom: calc(2 * var(--u)) solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.hospital-search {
    position: relative;
    width: calc(136 * var(--u));
    min-height: calc(28 * var(--u));
    padding-left: calc(20 * var(--u));
    border-left: 1px solid #ccc;
}

.hospital-search summary {
    cursor: pointer;
}

.hospital-search summary i {
    position: relative;
    width: calc(24 * var(--u));
    height: calc(24 * var(--u));
    margin-left: auto;
    border: calc(2 * var(--u)) solid #888;
    border-radius: 50%;
}

.hospital-search summary i::after {
    position: absolute;
    right: calc(-7 * var(--u));
    bottom: calc(-4 * var(--u));
    width: calc(10 * var(--u));
    height: calc(2 * var(--u));
    background: #888;
    content: "";
    transform: rotate(45deg);
}

.hospital-search form {
    position: absolute;
    top: calc(62 * var(--u));
    right: 0;
    width: calc(650 * var(--u));
    display: flex;
    align-items: center;
    gap: calc(12 * var(--u));
    padding: calc(14 * var(--u));
    border: 1px solid #e5e9e8;
    border-radius: calc(18 * var(--u));
    background: #fff;
    box-shadow: 0 calc(12 * var(--u)) calc(30 * var(--u)) rgba(32, 79, 73, .15);
}

.hospital-search form input[type="search"] {
    min-width: 0;
    height: calc(62 * var(--u));
    flex: 1;
    padding: 0 calc(22 * var(--u));
    border: 0;
    border-radius: calc(999 * var(--u));
    outline: none;
    color: #444;
    background: #f5f7f7;
    font-size: calc(26 * var(--u));
}

.hospital-search form button,
.hospital-region-filter > button[type="submit"] {
    height: calc(62 * var(--u));
    padding: 0 calc(25 * var(--u));
    border: 0;
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #29b7a8;
    font-size: calc(25 * var(--u));
}

.hospital-region-filter {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) auto;
    gap: calc(14 * var(--u));
    align-items: center;
    padding: calc(16 * var(--u)) calc(30 * var(--u)) calc(22 * var(--u));
    border-top: 1px solid #f0f2f1;
}

.hospital-region-trigger {
    min-width: 0;
    height: calc(66 * var(--u));
    display: flex;
    align-items: center;
    padding: 0 calc(15 * var(--u));
    border: 0;
    border-radius: calc(12 * var(--u));
    color: #444;
    background: #f5f7f7;
    cursor: pointer;
}

.hospital-region-trigger span {
    flex: 0 0 auto;
    margin-right: calc(8 * var(--u));
    color: #999;
    font-size: calc(21 * var(--u));
}

.hospital-region-trigger b {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    font-size: calc(24 * var(--u));
    font-weight: 400;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hospital-region-trigger i {
    width: calc(10 * var(--u));
    height: calc(10 * var(--u));
    flex: 0 0 auto;
    margin: calc(-5 * var(--u)) calc(2 * var(--u)) 0 calc(8 * var(--u));
    border-right: calc(2 * var(--u)) solid #999;
    border-bottom: calc(2 * var(--u)) solid #999;
    transform: rotate(45deg);
}

.hospital-region-dialog {
    width: min(calc(590 * var(--u)), calc(100% - 80 * var(--u)));
    height: fit-content;
    block-size: fit-content;
    max-width: none;
    max-height: calc(100vh - 80 * var(--u));
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: calc(20 * var(--u));
    color: #333;
    background: #fff;
    box-shadow: 0 calc(18 * var(--u)) calc(60 * var(--u)) rgba(0, 0, 0, .2);
}

.hospital-region-dialog::backdrop {
    background: rgba(0, 0, 0, .5);
}

.hospital-region-panel {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-rows: calc(82 * var(--u)) auto calc(86 * var(--u));
}

.hospital-region-panel > header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #edf0ef;
}

.hospital-region-panel > header strong {
    color: #222;
    font-size: calc(28 * var(--u));
    font-weight: 600;
}

.hospital-region-panel > header button {
    position: absolute;
    top: 50%;
    right: calc(14 * var(--u));
    width: calc(52 * var(--u));
    height: calc(52 * var(--u));
    padding: 0;
    border: 0;
    color: #888;
    background: transparent;
    font-size: calc(40 * var(--u));
    font-weight: 300;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.hospital-region-columns {
    min-height: 0;
    display: grid;
    grid-template-columns: 46% 54%;
}

.hospital-region-columns > section {
    min-width: 0;
    min-height: 0;
    display: grid;
    grid-template-rows: calc(60 * var(--u)) auto;
}

.hospital-region-columns > section + section {
    border-left: 1px solid #edf0ef;
}

.hospital-region-columns h2 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 calc(20 * var(--u));
    color: #888;
    background: #f8f9f9;
    font-size: calc(22 * var(--u));
    font-weight: 500;
}

.hospital-region-options {
    min-height: 0;
    max-height: calc(580 * var(--u));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.hospital-region-options button {
    width: 100%;
    height: calc(58 * var(--u));
    display: flex;
    align-items: center;
    gap: calc(8 * var(--u));
    padding: calc(9 * var(--u)) calc(18 * var(--u));
    border: 0;
    border-bottom: 1px solid #f1f2f2;
    color: #555;
    background: #fff;
    font-size: calc(23 * var(--u));
    text-align: left;
    cursor: pointer;
}

.hospital-region-options button span {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hospital-region-options button small {
    flex: 0 0 auto;
    color: #aaa;
    font-size: calc(18 * var(--u));
}

.hospital-region-options button.is-active {
    color: #168f83;
    background: #e9f8f6;
    font-weight: 600;
}

.hospital-region-options button.is-active small {
    color: #52a99f;
}

.hospital-region-loading,
.hospital-region-error {
    margin: 0;
    padding: calc(25 * var(--u)) calc(18 * var(--u));
    color: #999;
    font-size: calc(21 * var(--u));
    text-align: center;
}

.hospital-region-panel > footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(16 * var(--u));
    align-items: center;
    padding: calc(12 * var(--u)) calc(25 * var(--u));
    border-top: 1px solid #edf0ef;
}

.hospital-region-panel > footer button {
    height: calc(58 * var(--u));
    border: 1px solid #dfe5e4;
    border-radius: calc(999 * var(--u));
    color: #777;
    background: #fff;
    font-size: calc(23 * var(--u));
    cursor: pointer;
}

.hospital-region-panel > footer button:last-child {
    border-color: #29b7a8;
    color: #fff;
    background: #29b7a8;
}

.hospital-result-summary {
    margin: 0;
    padding: calc(23 * var(--u)) calc(30 * var(--u)) calc(4 * var(--u));
    color: #888;
    font-size: calc(23 * var(--u));
}

.hospital-card-list {
    padding: calc(5 * var(--u)) calc(20 * var(--u)) calc(10 * var(--u));
}

.hospital-card {
    margin: calc(20 * var(--u)) 0;
    padding: calc(20 * var(--u)) calc(10 * var(--u)) calc(18 * var(--u)) calc(20 * var(--u));
    border-radius: calc(20 * var(--u));
    background: #fff;
    box-shadow: 0 calc(4 * var(--u)) calc(12 * var(--u)) rgba(0, 0, 0, .1), 0 calc(1 * var(--u)) calc(5 * var(--u)) rgba(0, 0, 0, .06);
}

.hospital-card-main {
    display: flex;
}

.hospital-cover-wrap {
    position: relative;
    width: calc(230 * var(--u));
    height: calc(160 * var(--u));
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: calc(16 * var(--u));
    background: #f5f7f7;
}

.hospital-cover {
    width: calc(215 * var(--u));
    height: calc(160 * var(--u));
    border-radius: calc(8 * var(--u));
    object-fit: contain;
}

.hospital-top {
    position: absolute;
    top: 0;
    left: 0;
    min-width: calc(92 * var(--u));
    height: calc(34 * var(--u));
    display: flex;
    align-items: center;
    padding-right: calc(7 * var(--u));
    border-radius: 0 calc(7 * var(--u)) calc(14 * var(--u)) 0;
    color: #b4692a;
    background: #fee7be;
    font-size: calc(20 * var(--u));
    font-weight: 700;
}

.hospital-top b {
    width: calc(30 * var(--u));
    margin-right: calc(3 * var(--u));
    font-size: calc(25 * var(--u));
    line-height: 1;
    text-align: center;
}

.hospital-card-copy {
    min-width: 0;
    flex: 1;
    padding-left: calc(20 * var(--u));
}

.hospital-card-copy h2 {
    margin: 0;
    overflow: hidden;
    color: #222;
    font-size: calc(28 * var(--u));
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hospital-card-tags {
    min-height: calc(31 * var(--u));
    display: flex;
    align-items: center;
    gap: calc(8 * var(--u));
    margin-top: calc(10 * var(--u));
    overflow: hidden;
}

.hospital-card-tags > img {
    width: calc(108 * var(--u));
    height: calc(26 * var(--u));
    flex: 0 0 auto;
    object-fit: contain;
}

.hospital-stars {
    display: inline-flex;
    flex: 0 0 auto;
    letter-spacing: calc(1 * var(--u));
}

.hospital-stars i {
    color: #dedede;
    font-size: calc(25 * var(--u));
    font-style: normal;
    line-height: 1;
}

.hospital-stars i.is-full {
    color: #f93c4c;
}

.hospital-hours {
    margin: calc(10 * var(--u)) 0 0;
    overflow: hidden;
    color: #888;
    font-size: calc(22 * var(--u));
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hospital-card-badges {
    display: flex;
    align-items: center;
    gap: calc(7 * var(--u));
    margin-top: calc(17 * var(--u));
    overflow: hidden;
}

.hospital-qualified,
.hospital-ranking {
    height: calc(28 * var(--u));
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 calc(8 * var(--u));
    border-radius: calc(8 * var(--u));
    white-space: nowrap;
}

.hospital-qualified {
    color: #238f84;
    background: #ddf7f2;
    font-size: calc(18 * var(--u));
    font-weight: 600;
}

.hospital-ranking {
    max-width: calc(285 * var(--u));
    overflow: hidden;
    color: #b48b5d;
    background: #fcf1e3;
    font-size: calc(18 * var(--u));
    text-overflow: ellipsis;
}

.hospital-card-bottom {
    display: flex;
    align-items: center;
    gap: calc(15 * var(--u));
    margin-top: calc(28 * var(--u));
    font-size: calc(23 * var(--u));
}

.hospital-card-bottom p {
    min-width: 0;
    display: flex;
    flex: 1;
    gap: calc(20 * var(--u));
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}

.hospital-card-bottom b {
    color: #39b7a8;
    font-weight: 500;
}

.hospital-card-bottom > a {
    width: calc(154 * var(--u));
    height: calc(50 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: calc(25 * var(--u));
    color: #fff;
    background: #29b7a8;
    font-size: calc(25 * var(--u));
}

.hospital-pagination {
    padding-bottom: calc(35 * var(--u));
}

.hospital-empty {
    margin: calc(80 * var(--u)) calc(30 * var(--u));
    padding: calc(65 * var(--u)) calc(30 * var(--u));
    border-radius: calc(20 * var(--u));
    text-align: center;
    background: #fff;
}

.hospital-empty strong {
    font-size: calc(29 * var(--u));
}

.hospital-empty p {
    color: #999;
    font-size: calc(23 * var(--u));
}

.hospital-empty a {
    display: inline-flex;
    margin-top: calc(10 * var(--u));
    padding: calc(13 * var(--u)) calc(30 * var(--u));
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #29b7a8;
    font-size: calc(24 * var(--u));
}

/* Search page */
.search-body {
    background: #f9f9f9;
}

.search-shell {
    min-height: 100vh;
    background: #f9f9f9;
}

.search-appbar {
    position: relative;
    height: calc(88 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.search-appbar > a {
    position: absolute;
    left: calc(24 * var(--u));
    width: calc(56 * var(--u));
    height: calc(56 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-appbar > a i {
    width: calc(20 * var(--u));
    height: calc(20 * var(--u));
    border-left: calc(3 * var(--u)) solid #333;
    border-bottom: calc(3 * var(--u)) solid #333;
    transform: rotate(45deg);
}

.search-appbar strong {
    color: #222;
    font-size: calc(31 * var(--u));
    font-weight: 500;
}

.search-panel {
    padding: calc(40 * var(--u));
    background: #fff;
}

.site-search-form {
    display: flex;
    align-items: center;
}

.site-search-control {
    min-width: 0;
    height: calc(70 * var(--u));
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 calc(27 * var(--u));
    border-radius: calc(999 * var(--u));
    background: #f9f9f9;
}

.site-search-control select {
    max-width: calc(125 * var(--u));
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    color: #555;
    background: transparent;
    font: inherit;
    font-size: calc(26 * var(--u));
    appearance: none;
}

.site-search-control > i {
    width: calc(12 * var(--u));
    height: calc(12 * var(--u));
    flex: 0 0 auto;
    margin: calc(-5 * var(--u)) calc(26 * var(--u)) 0 calc(12 * var(--u));
    border-right: calc(2 * var(--u)) solid #777;
    border-bottom: calc(2 * var(--u)) solid #777;
    transform: rotate(45deg);
}

.site-search-control input {
    min-width: 0;
    height: 100%;
    flex: 1;
    padding: 0;
    border: 0;
    outline: 0;
    color: #333;
    background: transparent;
    font-size: calc(26 * var(--u));
}

.site-search-control input::placeholder {
    color: #b6b6b6;
}

.site-search-symbol {
    position: relative;
    width: calc(25 * var(--u));
    height: calc(25 * var(--u));
    flex: 0 0 auto;
    margin-left: calc(12 * var(--u));
    border: calc(3 * var(--u)) solid #777;
    border-radius: 50%;
}

.site-search-symbol::after {
    content: "";
    position: absolute;
    right: calc(-8 * var(--u));
    bottom: calc(-5 * var(--u));
    width: calc(11 * var(--u));
    height: calc(3 * var(--u));
    border-radius: calc(3 * var(--u));
    background: #777;
    transform: rotate(45deg);
}

.site-search-submit {
    flex: 0 0 auto;
    margin-left: calc(16 * var(--u));
    padding: calc(14 * var(--u)) calc(4 * var(--u));
    border: 0;
    color: #888;
    background: transparent;
    font-size: calc(26 * var(--u));
    cursor: pointer;
}

.search-history-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: calc(40 * var(--u)) 0;
    color: #333;
    font-size: calc(26 * var(--u));
}

.search-history-heading strong {
    font-weight: 400;
}

.search-history-heading button {
    width: calc(48 * var(--u));
    height: calc(48 * var(--u));
    border: 0;
    color: #777;
    background: transparent;
    font-size: calc(30 * var(--u));
    cursor: pointer;
}

.search-history-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(20 * var(--u));
}

.search-history-list button {
    padding: calc(12 * var(--u)) calc(24 * var(--u));
    overflow: hidden;
    border: 1px solid #777;
    border-radius: calc(999 * var(--u));
    color: #666;
    background: #fff;
    font-size: calc(25 * var(--u));
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.search-history-empty {
    margin: 0;
    color: #666;
    text-align: center;
    font-size: calc(27 * var(--u));
}

.search-result-summary {
    margin: 0;
    padding: calc(25 * var(--u)) calc(28 * var(--u)) calc(2 * var(--u));
    color: #888;
    font-size: calc(23 * var(--u));
}

.search-hospital-list {
    padding-top: 0;
}

.search-hospital-list .hospital-card-copy h3,
.search-doctor-columns .doctor-list-name h3 {
    margin: 0;
    overflow: hidden;
    color: #222;
    font-size: calc(28 * var(--u));
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-doctor-columns {
    padding-top: calc(12 * var(--u));
}

.search-case-masonry {
    padding-top: calc(14 * var(--u));
}

.search-empty {
    margin: calc(70 * var(--u)) calc(30 * var(--u));
    padding: calc(60 * var(--u)) calc(30 * var(--u));
    border-radius: calc(18 * var(--u));
    text-align: center;
    background: #fff;
}

.search-empty strong {
    color: #333;
    font-size: calc(29 * var(--u));
}

.search-empty p {
    margin: calc(16 * var(--u)) 0 0;
    color: #999;
    font-size: calc(23 * var(--u));
}

.search-pagination {
    padding-bottom: calc(22 * var(--u));
}

.search-disclaimer {
    margin: 0;
    padding: calc(12 * var(--u)) calc(35 * var(--u)) calc(42 * var(--u));
    color: #aaa;
    font-size: calc(20 * var(--u));
    line-height: 1.7;
    text-align: center;
}

/* Interview videos */
.interview-video-list-body {
    background: #f9f9f9;
}

.interview-video-list-shell {
    min-height: 100vh;
    background: #f9f9f9;
}

.interview-video-appbar {
    height: calc(88 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.interview-video-appbar h1 {
    margin: 0;
    color: #222;
    font-size: calc(31 * var(--u));
    font-weight: 500;
}

.interview-video-summary {
    margin: 0;
    padding: calc(22 * var(--u)) calc(20 * var(--u)) calc(2 * var(--u));
    color: #888;
    font-size: calc(22 * var(--u));
}

.interview-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(16 * var(--u));
    align-items: start;
    padding: calc(18 * var(--u)) calc(16 * var(--u));
}

.interview-video-card {
    min-width: 0;
    overflow: hidden;
    border-radius: calc(8 * var(--u));
    background: #fff;
    box-shadow: 0 calc(2 * var(--u)) calc(8 * var(--u)) rgba(34, 74, 69, .04);
}

.interview-video-cover-wrap {
    position: relative;
    width: 100%;
    height: calc(480 * var(--u));
    overflow: hidden;
    background: #e9eeee;
}

.interview-video-cover-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interview-video-play {
    position: absolute;
    top: calc(12 * var(--u));
    right: calc(12 * var(--u));
    width: calc(58 * var(--u));
    height: calc(58 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background: rgba(0, 0, 0, .42);
    box-shadow: 0 calc(2 * var(--u)) calc(8 * var(--u)) rgba(0, 0, 0, .22);
}

.interview-video-play i {
    width: 0;
    height: 0;
    margin-left: calc(4 * var(--u));
    border-top: calc(11 * var(--u)) solid transparent;
    border-bottom: calc(11 * var(--u)) solid transparent;
    border-left: calc(17 * var(--u)) solid #fff;
}

.interview-video-card-copy {
    padding: calc(16 * var(--u));
}

.interview-video-card-copy h2 {
    min-height: calc(82 * var(--u));
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: calc(27 * var(--u));
    font-weight: 400;
    line-height: 1.5;
}

.interview-video-card-meta {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(8 * var(--u));
    margin-top: calc(16 * var(--u));
    color: #919191;
    font-size: calc(23 * var(--u));
}

.interview-video-card-meta > span:first-child {
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 1;
}

.interview-video-card-meta img,
.interview-video-card-meta > span:first-child > i {
    width: calc(40 * var(--u));
    height: calc(40 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: #a8d7d1;
    object-fit: cover;
    font-size: calc(21 * var(--u));
    font-style: normal;
}

.interview-video-card-meta b {
    min-width: 0;
    margin-left: calc(9 * var(--u));
    overflow: hidden;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.interview-video-like {
    flex: 0 0 auto;
}

.interview-video-like i {
    margin-right: calc(5 * var(--u));
    color: #606266;
    font-size: calc(29 * var(--u));
    font-style: normal;
}

.interview-video-empty {
    margin: calc(160 * var(--u)) 0;
    color: #999;
    text-align: center;
    font-size: calc(25 * var(--u));
}

.interview-video-pagination {
    padding-bottom: calc(20 * var(--u));
}

.interview-video-disclaimer {
    margin: 0;
    padding: calc(12 * var(--u)) calc(35 * var(--u)) calc(32 * var(--u));
    color: #aaa;
    font-size: calc(20 * var(--u));
    line-height: 1.7;
    text-align: center;
}

.interview-video-detail-body {
    background: #080808;
}

.interview-video-detail-shell {
    min-height: 100vh;
    padding-bottom: 0;
    color: #fff;
    background: #080808;
}

.interview-video-detail-appbar {
    position: sticky;
    top: 0;
    z-index: 20;
    height: calc(88 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #202020;
    background: rgba(8, 8, 8, .96);
}

.interview-video-detail-appbar > a {
    position: absolute;
    left: calc(24 * var(--u));
    width: calc(56 * var(--u));
    height: calc(56 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
}

.interview-video-detail-appbar > a i {
    width: calc(20 * var(--u));
    height: calc(20 * var(--u));
    border-left: calc(3 * var(--u)) solid #fff;
    border-bottom: calc(3 * var(--u)) solid #fff;
    transform: rotate(45deg);
}

.interview-video-detail-appbar strong {
    font-size: calc(29 * var(--u));
    font-weight: 500;
}

.interview-video-player {
    width: 100%;
    min-height: calc(760 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.interview-video-player video,
.interview-video-player > img {
    width: 100%;
    max-height: min(calc(1040 * var(--u)), calc(100vh - 88 * var(--u)));
    object-fit: contain;
}

.interview-video-detail-copy {
    padding: calc(30 * var(--u));
    border-top: 1px solid #202020;
    background: #111;
}

.interview-video-detail-copy > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(20 * var(--u));
}

.interview-video-doctor > a,
.interview-video-doctor {
    min-width: 0;
    display: flex;
    align-items: center;
}

.interview-video-doctor img,
.interview-video-doctor > i,
.interview-video-doctor > a > i {
    width: calc(66 * var(--u));
    height: calc(66 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: #268f84;
    object-fit: cover;
    font-size: calc(28 * var(--u));
    font-style: normal;
}

.interview-video-doctor span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin-left: calc(14 * var(--u));
}

.interview-video-doctor b {
    font-size: calc(28 * var(--u));
    font-weight: 500;
}

.interview-video-doctor small {
    margin-top: calc(4 * var(--u));
    color: #999;
    font-size: calc(20 * var(--u));
}

.interview-video-stats {
    display: flex;
    gap: calc(17 * var(--u));
    color: #bbb;
    font-size: calc(23 * var(--u));
}

.interview-video-detail-copy h1 {
    margin: calc(28 * var(--u)) 0 calc(14 * var(--u));
    font-size: calc(34 * var(--u));
    line-height: 1.45;
}

.interview-video-detail-copy > p {
    margin: 0;
    color: #c3c3c3;
    font-size: calc(25 * var(--u));
    line-height: 1.75;
}

.interview-video-sibling-nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: calc(12 * var(--u));
    align-items: center;
    padding: calc(26 * var(--u)) calc(24 * var(--u));
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424;
    background: #0c0c0c;
    font-size: calc(22 * var(--u));
}

.interview-video-sibling-nav a,
.interview-video-sibling-nav span {
    color: #aaa;
}

.interview-video-sibling-nav > :nth-child(2) {
    padding: calc(10 * var(--u)) calc(18 * var(--u));
    border: 1px solid #39b7a8;
    border-radius: calc(999 * var(--u));
    color: #39b7a8;
}

.interview-video-sibling-nav > :last-child {
    text-align: right;
}

.interview-video-detail-note {
    margin: 0;
    padding: calc(24 * var(--u)) calc(35 * var(--u)) calc(36 * var(--u));
    color: #777;
    font-size: calc(20 * var(--u));
    line-height: 1.7;
    text-align: center;
}

/* Mine */
.mine-body {
    background: #f6f6f6;
}

.mine-shell {
    min-height: 100vh;
    padding-bottom: 0;
    background: #f6f6f6;
}

.mine-page {
    position: relative;
    min-height: 100vh;
    padding: calc(20 * var(--u));
    overflow: hidden;
    background-color: #f6f6f6;
    background-image: url("https://img.beise.com/beise_yyjxcx/2025/05/a6e30202505221757282618.png?x-oss-process=style/beise_yyjxcx");
    background-repeat: no-repeat;
    background-size: 100% calc(500 * var(--u));
}

.mine-back {
    position: absolute;
    top: calc(28 * var(--u));
    left: calc(22 * var(--u));
    width: calc(58 * var(--u));
    height: calc(58 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
}

.mine-back i {
    width: calc(19 * var(--u));
    height: calc(19 * var(--u));
    margin-left: calc(6 * var(--u));
    border-left: calc(3 * var(--u)) solid #333;
    border-bottom: calc(3 * var(--u)) solid #333;
    transform: rotate(45deg);
}

.mine-profile {
    display: flex;
    align-items: center;
    margin: calc(150 * var(--u)) calc(12 * var(--u)) calc(40 * var(--u));
    color: #222;
}

.mine-profile > img {
    width: calc(126 * var(--u));
    height: calc(126 * var(--u));
    flex: 0 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.mine-profile > span {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    margin-left: calc(36 * var(--u));
}

.mine-profile b {
    font-size: calc(42 * var(--u));
    font-weight: 700;
}

.mine-profile small {
    min-width: calc(135 * var(--u));
    height: calc(47 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(10 * var(--u));
    padding: 0 calc(17 * var(--u));
    border-radius: calc(24 * var(--u));
    color: #555;
    background: #fff;
    font-size: calc(24 * var(--u));
}

.mine-arrow {
    width: calc(14 * var(--u));
    height: calc(14 * var(--u));
    display: inline-block;
    flex: 0 0 auto;
    border-top: calc(2 * var(--u)) solid currentColor;
    border-right: calc(2 * var(--u)) solid currentColor;
    transform: rotate(45deg);
}

.mine-login-notice {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: calc(13 * var(--u));
    align-items: center;
    margin: 0 calc(12 * var(--u)) calc(20 * var(--u));
    padding: calc(17 * var(--u)) calc(20 * var(--u));
    border: 1px solid rgba(57, 183, 168, .18);
    border-radius: calc(14 * var(--u));
    color: #55716d;
    background: rgba(255, 255, 255, .78);
    font-size: calc(20 * var(--u));
}

.mine-login-notice > span {
    width: calc(30 * var(--u));
    height: calc(30 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #39b7a8;
    font-family: serif;
    font-weight: 700;
}

.mine-login-notice p {
    margin: 0;
    line-height: 1.55;
}

.mine-login-notice a {
    padding: calc(9 * var(--u)) calc(15 * var(--u));
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #39b7a8;
    white-space: nowrap;
}

.mine-card {
    position: relative;
    width: 100%;
    border-radius: calc(16 * var(--u));
    background: #fff;
    box-shadow: 0 calc(10 * var(--u)) calc(30 * var(--u)) rgba(128, 128, 128, .1);
}

.mine-trace-card {
    padding: calc(40 * var(--u));
}

.mine-card-line {
    position: absolute;
    bottom: calc(-32 * var(--u));
    z-index: 2;
    width: calc(12 * var(--u));
    height: calc(45 * var(--u));
    border-radius: calc(3 * var(--u));
    background: #fff;
    box-shadow: 0 calc(2 * var(--u)) calc(4 * var(--u)) calc(1 * var(--u)) rgba(108, 108, 108, .2);
}

.mine-card-line.is-left {
    left: calc(49 * var(--u));
}

.mine-card-line.is-right {
    right: calc(49 * var(--u));
}

.mine-trace-card > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: calc(20 * var(--u));
    border-bottom: 1px solid #d4d3d4;
}

.mine-trace-card h2 {
    margin: 0;
    font-size: calc(30 * var(--u));
    font-weight: 400;
}

.mine-trace-card > header a {
    display: flex;
    align-items: center;
    gap: calc(9 * var(--u));
    color: #555;
    font-size: calc(24 * var(--u));
}

.mine-track-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(12 * var(--u));
    margin-top: calc(20 * var(--u));
}

.mine-track-grid a {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mine-track-grid img {
    width: calc(68 * var(--u));
    height: calc(68 * var(--u));
    border-radius: 50%;
    object-fit: contain;
}

.mine-track-grid span {
    margin-top: calc(10 * var(--u));
    color: #222;
    font-size: calc(23 * var(--u));
    line-height: 1.35;
}

.mine-menu-card {
    margin-top: calc(100 * var(--u));
    padding: calc(20 * var(--u)) calc(40 * var(--u));
}

.mine-card-diamond {
    position: absolute;
    top: calc(7 * var(--u));
    width: calc(19 * var(--u));
    height: calc(15 * var(--u));
    border-radius: calc(3 * var(--u));
    opacity: .5;
    background: #d1d3d2;
}

.mine-card-diamond.is-left {
    left: calc(45 * var(--u));
}

.mine-card-diamond.is-right {
    right: calc(45 * var(--u));
}

.mine-menu-card > a {
    min-height: calc(88 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    color: #222;
}

.mine-menu-card > a:last-child {
    border-bottom: 0;
}

.mine-menu-card strong {
    font-size: calc(30 * var(--u));
    font-weight: 700;
}

@media (max-width: 420px) {
    .mine-login-notice {
        grid-template-columns: auto 1fr;
    }

    .mine-login-notice a {
        grid-column: 2;
        justify-self: start;
    }
}

.hospital-list-disclaimer {
    margin: 0;
    padding: calc(15 * var(--u)) calc(35 * var(--u)) calc(45 * var(--u));
    color: #aaa;
    font-size: calc(20 * var(--u));
    line-height: 1.7;
    text-align: center;
}

/* 医院详情 */
.hospital-detail-page {
    min-height: calc(100vh - 96 * var(--u));
    padding-bottom: calc(155 * var(--u) + env(safe-area-inset-bottom));
    background: #fcfcfc;
}

.hospital-gallery {
    width: 100%;
    height: calc(536 * var(--u));
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    background: #f3f6f5;
}

.hospital-gallery::-webkit-scrollbar {
    display: none;
}

.hospital-gallery figure {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    margin: 0;
    scroll-snap-align: start;
}

.hospital-gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hospital-profile,
.hospital-location,
.hospital-booking-links,
.hospital-detail-section,
.hospital-public-info {
    background: #fff;
}

.hospital-profile {
    padding: calc(38 * var(--u)) calc(20 * var(--u));
}

.hospital-profile-title {
    display: flex;
    align-items: center;
}

.hospital-profile-title h1 {
    margin: 0 calc(15 * var(--u)) 0 0;
    color: #222;
    font-size: calc(36 * var(--u));
    font-weight: 700;
    line-height: 1.45;
}

.hospital-profile-title > span {
    width: calc(31 * var(--u));
    height: calc(31 * var(--u));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: #29b7a8;
    font-size: calc(20 * var(--u));
    font-weight: 700;
}

.hospital-profile-rating {
    display: flex;
    align-items: center;
    gap: calc(9 * var(--u));
    margin-top: calc(20 * var(--u));
    color: #555;
    font-size: calc(25 * var(--u));
}

.hospital-profile-rating .hospital-stars {
    margin-right: calc(27 * var(--u));
}

.hospital-profile-rating b {
    margin-right: calc(20 * var(--u));
    font-weight: 500;
}

.hospital-profile-rating em {
    padding: calc(3 * var(--u)) calc(10 * var(--u));
    border-radius: calc(6 * var(--u));
    color: #238f84;
    background: #e5f8f5;
    font-size: calc(20 * var(--u));
    font-style: normal;
}

.hospital-profile-hours {
    margin: calc(20 * var(--u)) 0 0;
    color: #333;
    font-size: calc(25 * var(--u));
}

.hospital-location {
    margin-top: calc(20 * var(--u));
    padding: calc(22 * var(--u)) calc(20 * var(--u));
}

.hospital-location-row {
    min-height: calc(118 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(20 * var(--u));
    padding-bottom: calc(28 * var(--u));
    border-bottom: 1px solid #efefef;
}

.hospital-location address {
    flex: 1;
    color: #333;
    font-size: calc(26 * var(--u));
    font-style: normal;
    line-height: 1.7;
}

.hospital-location-row > div {
    display: flex;
    flex: 0 0 auto;
}

.hospital-location-row > div a {
    width: calc(84 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #666;
    font-size: calc(23 * var(--u));
}

.hospital-location-row > div a + a {
    margin-left: calc(16 * var(--u));
    border-left: 1px solid #efefef;
}

.hospital-location-row a i {
    margin-bottom: calc(12 * var(--u));
    color: #39b7a7;
    font-size: calc(30 * var(--u));
    font-style: normal;
}

.hospital-services {
    display: flex;
    flex-wrap: wrap;
    gap: calc(20 * var(--u)) calc(38 * var(--u));
    margin: calc(22 * var(--u)) 0 0;
    padding: 0;
    list-style: none;
}

.hospital-services li {
    display: flex;
    align-items: center;
    color: #666;
    font-size: calc(21 * var(--u));
}

.hospital-services img {
    width: calc(32 * var(--u));
    height: calc(30 * var(--u));
    margin-right: calc(6 * var(--u));
    object-fit: contain;
}

.hospital-booking-links {
    margin-top: calc(20 * var(--u));
    padding: 0 calc(20 * var(--u));
}

.hospital-booking-links a {
    min-height: calc(100 * var(--u));
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}

.hospital-booking-links a:last-child {
    border: 0;
}

.hospital-booking-links img {
    width: calc(40 * var(--u));
    height: calc(38 * var(--u));
    margin-right: calc(15 * var(--u));
    object-fit: contain;
}

.hospital-booking-links strong {
    flex: 1;
    color: #222;
    font-size: calc(29 * var(--u));
    font-weight: 500;
}

.hospital-booking-links span {
    margin-right: calc(20 * var(--u));
    color: #999;
    font-size: calc(23 * var(--u));
}

.hospital-booking-links i {
    width: calc(13 * var(--u));
    height: calc(13 * var(--u));
    margin-right: calc(5 * var(--u));
    border-top: calc(2 * var(--u)) solid #aaa;
    border-right: calc(2 * var(--u)) solid #aaa;
    transform: rotate(45deg);
}

.hospital-detail-section,
.hospital-public-info {
    margin-top: calc(20 * var(--u));
    padding: calc(25 * var(--u)) calc(20 * var(--u));
}

.hospital-detail-section > header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: calc(14 * var(--u));
}

.hospital-detail-section h2,
.hospital-public-info h2 {
    margin: 0;
    color: #222;
    font-size: calc(31 * var(--u));
}

.hospital-detail-section > header span {
    color: #999;
    font-size: calc(21 * var(--u));
}

.hospital-project-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hospital-project-list li {
    min-height: calc(105 * var(--u));
    display: flex;
    align-items: center;
    gap: calc(15 * var(--u));
    border-top: 1px solid #f0f1f1;
}

.hospital-project-list li > div {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.hospital-project-list strong {
    color: #333;
    font-size: calc(27 * var(--u));
}

.hospital-project-list span {
    margin-top: calc(5 * var(--u));
    color: #888;
    font-size: calc(21 * var(--u));
}

.hospital-project-list a,
.hospital-section-empty a {
    padding: calc(10 * var(--u)) calc(20 * var(--u));
    border: 1px solid #29b7a8;
    border-radius: calc(999 * var(--u));
    color: #238f84;
    font-size: calc(22 * var(--u));
    white-space: nowrap;
}

.hospital-section-empty {
    min-height: calc(105 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(20 * var(--u));
    border-top: 1px solid #f0f1f1;
    color: #999;
    font-size: calc(24 * var(--u));
}

.hospital-doctor-list > a {
    min-height: calc(128 * var(--u));
    display: flex;
    align-items: center;
    gap: calc(18 * var(--u));
    border-top: 1px solid #f0f1f1;
}

.hospital-doctor-list > a > img,
.hospital-doctor-list > a > i {
    width: calc(88 * var(--u));
    height: calc(88 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #fff;
    background: #b6dcd7;
    font-size: calc(29 * var(--u));
    font-style: normal;
    object-fit: cover;
}

.hospital-doctor-list > a > div {
    min-width: 0;
    flex: 1;
}

.hospital-doctor-list strong {
    color: #222;
    font-size: calc(27 * var(--u));
}

.hospital-doctor-list span {
    margin-left: calc(12 * var(--u));
    color: #777;
    font-size: calc(21 * var(--u));
}

.hospital-doctor-list p {
    margin: calc(5 * var(--u)) 0 0;
    overflow: hidden;
    color: #888;
    font-size: calc(21 * var(--u));
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hospital-doctor-list em {
    color: #29b7a8;
    font-size: calc(23 * var(--u));
    font-style: normal;
}

.hospital-public-info dl {
    margin: calc(17 * var(--u)) 0 0;
}

.hospital-public-info dl > div {
    display: grid;
    grid-template-columns: calc(145 * var(--u)) 1fr;
    gap: calc(15 * var(--u));
    padding: calc(14 * var(--u)) 0;
    border-top: 1px solid #f1f2f2;
    font-size: calc(23 * var(--u));
}

.hospital-public-info dt {
    color: #999;
}

.hospital-public-info dd {
    margin: 0;
    color: #444;
}

.hospital-public-info dd a {
    color: #238f84;
}

.hospital-public-tags {
    display: flex;
    flex-wrap: wrap;
    gap: calc(6 * var(--u)) calc(12 * var(--u));
}

.hospital-public-tags span + span::before {
    margin-right: calc(12 * var(--u));
    color: #bbb;
    content: "·";
}

.hospital-public-info > p {
    margin: calc(20 * var(--u)) 0 0;
    padding: calc(20 * var(--u));
    border-radius: calc(12 * var(--u));
    color: #999;
    background: #f7f8f8;
    font-size: calc(20 * var(--u));
    line-height: 1.7;
}

.hospital-fixed-booking {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 70;
    width: min(100%, var(--page-width));
    min-height: calc(112 * var(--u) + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: calc(210 * var(--u)) 1fr;
    gap: calc(18 * var(--u));
    align-items: start;
    padding: calc(16 * var(--u)) calc(22 * var(--u)) calc(16 * var(--u) + env(safe-area-inset-bottom));
    border-top: 1px solid #eceeee;
    background: rgba(255, 255, 255, .98);
    transform: translateX(-50%);
}

.hospital-fixed-booking a {
    height: calc(76 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(999 * var(--u));
    font-size: calc(27 * var(--u));
}

.hospital-phone-action {
    border: 1px solid #29b7a8;
    color: #238f84;
}

.hospital-phone-action span {
    margin-right: calc(7 * var(--u));
}

.hospital-consult-action {
    color: #fff;
    background: #29b7a8;
}

@media (max-width: 420px) {
    .hospital-tabs {
        padding-right: calc(25 * var(--u));
        padding-left: calc(25 * var(--u));
    }

    .hospital-tabs > a,
    .hospital-search > summary {
        font-size: calc(27 * var(--u));
    }

    .hospital-card-tags > img:nth-of-type(2) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* 人气医生详情页：按原 uni-app 750rpx 视觉等比转换。 */
.doctor-body {
    background: #eef1f0;
}

.doctor-shell {
    padding-bottom: 0;
    background: #fff;
    background-image: none;
}

.doctor-page {
    min-height: 100vh;
    background: #fff;
}

.doctor-profile-header {
    width: 100%;
    padding: 0 calc(35 * var(--u)) calc(20 * var(--u));
    overflow: hidden;
    background-color: #e8f9f5;
    background-image: url("https://img.beise.com/beise_yyjxcx/2025/05/1abb620250522174937607.png?x-oss-process=style/beise_yyjxcx");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.doctor-topbar {
    min-height: calc(132 * var(--u));
    display: flex;
    align-items: flex-end;
    padding-bottom: calc(5 * var(--u));
    color: #222;
    font-size: calc(36 * var(--u));
    font-weight: 700;
}

.doctor-back {
    width: calc(42 * var(--u));
    height: calc(42 * var(--u));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: calc(10 * var(--u));
}

.doctor-back i {
    width: calc(18 * var(--u));
    height: calc(18 * var(--u));
    border-left: calc(3 * var(--u)) solid #111;
    border-bottom: calc(3 * var(--u)) solid #111;
    transform: rotate(45deg);
}

.doctor-identity {
    display: flex;
    align-items: center;
    margin-top: calc(45 * var(--u));
    margin-bottom: calc(30 * var(--u));
}

.doctor-avatar {
    width: calc(158 * var(--u));
    height: calc(158 * var(--u));
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: calc(4 * var(--u)) solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    color: #2a9c90;
    background: #d6efeb;
    font-size: calc(54 * var(--u));
    font-weight: 700;
}

.doctor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-identity-copy {
    min-width: 0;
    margin-left: calc(36 * var(--u));
}

.doctor-identity-copy h1 {
    margin: 0;
    color: #222;
    font-size: calc(44 * var(--u));
    font-weight: 700;
    line-height: 1.25;
}

.doctor-identity-copy p {
    margin: calc(24 * var(--u)) 0 0;
    color: #555;
    font-size: calc(24 * var(--u));
}

.doctor-honors {
    display: grid;
    gap: calc(8 * var(--u));
    margin: 0;
    padding: 0;
    list-style: none;
}

.doctor-honors li {
    display: flex;
    align-items: flex-start;
    color: #333;
    font-size: calc(26 * var(--u));
}

.doctor-honors li span {
    margin-right: calc(9 * var(--u));
    color: #ffbb3e;
    font-size: calc(27 * var(--u));
    line-height: 1.4;
}

.doctor-location {
    display: inline-flex;
    margin: calc(20 * var(--u)) 0 0;
    padding: calc(9 * var(--u)) calc(18 * var(--u));
    border-radius: calc(999 * var(--u));
    color: #333;
    background: rgba(255, 255, 255, .55);
    font-size: calc(22 * var(--u));
}

.doctor-specialty {
    margin: calc(18 * var(--u)) 0 0;
    padding: calc(14 * var(--u)) calc(18 * var(--u));
    border-radius: calc(14 * var(--u));
    color: #555;
    background: rgba(255, 255, 255, .42);
    font-size: calc(22 * var(--u));
    line-height: 1.65;
}

.doctor-effects {
    display: flex;
    align-items: center;
    margin-top: calc(35 * var(--u));
}

.doctor-effects dl {
    min-width: 0;
    display: flex;
    flex: 1;
    gap: calc(22 * var(--u));
    margin: 0;
}

.doctor-effects dl > div {
    min-width: calc(78 * var(--u));
    text-align: center;
}

.doctor-effects dt {
    color: #222;
    font-size: calc(34 * var(--u));
    font-weight: 700;
}

.doctor-effects dd {
    margin: calc(6 * var(--u)) 0 0;
    color: #838a89;
    font-size: calc(22 * var(--u));
}

.doctor-consult {
    width: calc(81 * var(--u));
    height: calc(56 * var(--u));
    display: block;
    flex: 0 0 auto;
}

.doctor-consult img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.doctor-tabs {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: calc(88 * var(--u));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) calc(62 * var(--u));
    align-items: stretch;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.doctor-tabs button {
    position: relative;
    min-width: 0;
    padding: 0 calc(6 * var(--u));
    border: 0;
    color: #555;
    background: transparent;
    cursor: pointer;
    font-size: calc(28 * var(--u));
    white-space: nowrap;
}

.doctor-tabs button.is-active {
    color: #222;
    font-weight: 700;
}

.doctor-tabs button.is-active::after {
    content: "";
    position: absolute;
    right: 30%;
    bottom: 0;
    left: 30%;
    height: calc(5 * var(--u));
    border-radius: calc(3 * var(--u));
    background: #6db89c;
}

.doctor-tab-search {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #eee;
}

.doctor-tab-search i {
    position: relative;
    width: calc(28 * var(--u));
    height: calc(28 * var(--u));
    border: calc(3 * var(--u)) solid #222;
    border-radius: 50%;
}

.doctor-tab-search i::after {
    content: "";
    position: absolute;
    right: calc(-8 * var(--u));
    bottom: calc(-5 * var(--u));
    width: calc(11 * var(--u));
    height: calc(3 * var(--u));
    background: #222;
    transform: rotate(45deg);
}

.doctor-panel {
    min-height: calc(420 * var(--u));
    background: #fafafa;
}

.doctor-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(16 * var(--u));
    padding: calc(20 * var(--u)) calc(16 * var(--u));
}

.doctor-content-card {
    min-width: 0;
    overflow: hidden;
    border-radius: calc(8 * var(--u));
    background: #fff;
}

.doctor-card-media {
    position: relative;
    width: 100%;
    height: calc(480 * var(--u));
    overflow: hidden;
    background: #e8eeee;
}

.doctor-card-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play {
    position: absolute;
    top: calc(12 * var(--u));
    right: calc(12 * var(--u));
    width: calc(58 * var(--u));
    height: calc(58 * var(--u));
    border: calc(3 * var(--u)) solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    background: rgba(41, 183, 168, .88);
    box-shadow: 0 calc(3 * var(--u)) calc(10 * var(--u)) rgba(0, 0, 0, .18);
}

.video-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    border-top: calc(10 * var(--u)) solid transparent;
    border-bottom: calc(10 * var(--u)) solid transparent;
    border-left: calc(16 * var(--u)) solid #fff;
    transform: translate(-50%, -50%);
}

.doctor-card-copy {
    padding: calc(16 * var(--u));
}

.doctor-card-copy h2 {
    display: -webkit-box;
    min-height: calc(86 * var(--u));
    margin: 0;
    overflow: hidden;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: calc(28 * var(--u));
    font-weight: 400;
    line-height: 1.55;
}

.doctor-card-meta {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(10 * var(--u));
    margin-top: calc(16 * var(--u));
    color: #919191;
    font-size: calc(24 * var(--u));
}

.doctor-card-user {
    min-width: 0;
    display: flex;
    align-items: center;
}

.doctor-card-user img {
    width: calc(40 * var(--u));
    height: calc(40 * var(--u));
    flex: 0 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.doctor-card-user b {
    min-width: 0;
    margin-left: calc(10 * var(--u));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.doctor-card-like {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.doctor-card-like i {
    margin-right: calc(8 * var(--u));
    color: #606266;
    font-size: calc(31 * var(--u));
    font-style: normal;
}

.doctor-empty {
    margin: 0;
    padding: calc(100 * var(--u)) calc(30 * var(--u));
    color: #999;
    text-align: center;
    font-size: calc(24 * var(--u));
}

.doctor-appointment {
    min-height: calc(900 * var(--u));
    padding: calc(40 * var(--u)) calc(35 * var(--u)) calc(80 * var(--u));
    background: #fff;
}

.doctor-appointment > h2 {
    margin: 0 0 calc(36 * var(--u));
    text-align: center;
    font-size: calc(40 * var(--u));
    font-weight: 700;
}

.doctor-form-row {
    min-width: 0;
    display: grid;
    grid-template-columns: calc(160 * var(--u)) minmax(0, 1fr);
    align-items: center;
    gap: calc(12 * var(--u));
    margin: 0 0 calc(24 * var(--u));
    padding: 0;
    border: 0;
}

.doctor-form-row > label,
.doctor-form-row > legend {
    color: #333;
    font-size: calc(28 * var(--u));
}

.doctor-form-row > label span,
.doctor-form-row > legend span {
    margin-right: calc(5 * var(--u));
    color: #f04455;
}

.doctor-form-row > input,
.doctor-picker-field {
    width: 100%;
    min-height: calc(80 * var(--u));
    border: 0;
    border-radius: calc(999 * var(--u));
    outline: none;
    color: #555;
    background: #f6f6f6;
    font-size: calc(28 * var(--u));
}

.doctor-form-row > input {
    padding: 0 calc(25 * var(--u));
}

.doctor-picker-field {
    min-width: 0;
    overflow: hidden;
}

.doctor-picker-trigger {
    width: 100%;
    min-height: calc(80 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(18 * var(--u));
    padding: 0 calc(25 * var(--u));
    border: 0;
    color: #777;
    background: transparent;
    cursor: pointer;
    font-size: calc(26 * var(--u));
    text-align: left;
}

.doctor-picker-trigger span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-picker-trigger i {
    width: calc(16 * var(--u));
    height: calc(16 * var(--u));
    flex: 0 0 auto;
    border-right: calc(2 * var(--u)) solid #999;
    border-bottom: calc(2 * var(--u)) solid #999;
    transform: rotate(45deg) translateY(calc(-4 * var(--u)));
}

.doctor-picker-trigger:focus-visible {
    outline: calc(3 * var(--u)) solid rgba(41, 183, 168, .35);
    outline-offset: calc(-5 * var(--u));
}

.doctor-region-dialog .price-region-options {
    max-height: min(calc(580 * var(--u)), 55vh);
}

.doctor-dialog-message {
    min-height: calc(34 * var(--u));
    margin: 0;
    padding: calc(5 * var(--u)) calc(24 * var(--u));
    color: #e34b58;
    font-size: calc(20 * var(--u));
    text-align: center;
}

.doctor-date-dialog {
    width: min(calc(590 * var(--u)), calc(100% - 60 * var(--u)));
}

.doctor-date-panel {
    display: grid;
    grid-template-rows: calc(82 * var(--u)) auto auto calc(82 * var(--u));
}

.doctor-date-panel > header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #edf0ef;
}

.doctor-date-panel > header strong {
    font-size: calc(28 * var(--u));
}

.doctor-date-panel > header button {
    position: absolute;
    top: 50%;
    right: calc(14 * var(--u));
    width: calc(52 * var(--u));
    height: calc(52 * var(--u));
    padding: 0;
    border: 0;
    color: #888;
    background: transparent;
    font-size: calc(40 * var(--u));
    transform: translateY(-50%);
}

.doctor-calendar {
    padding: calc(15 * var(--u)) calc(25 * var(--u)) calc(12 * var(--u));
}

.doctor-calendar-toolbar {
    min-height: calc(68 * var(--u));
    display: grid;
    grid-template-columns: calc(64 * var(--u)) 1fr calc(64 * var(--u));
    align-items: center;
    text-align: center;
}

.doctor-calendar-toolbar strong {
    color: #333;
    font-size: calc(26 * var(--u));
}

.doctor-calendar-toolbar button {
    width: calc(56 * var(--u));
    height: calc(56 * var(--u));
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #555;
    background: transparent;
    font-size: calc(45 * var(--u));
    line-height: 1;
}

.doctor-calendar-toolbar button:last-child {
    justify-self: end;
}

.doctor-calendar-toolbar button:disabled {
    color: #ccc;
}

.doctor-calendar-weekdays,
.doctor-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: center;
    text-align: center;
}

.doctor-calendar-weekdays {
    min-height: calc(48 * var(--u));
    color: #999;
    font-size: calc(20 * var(--u));
}

.doctor-calendar-days {
    grid-auto-rows: calc(58 * var(--u));
    row-gap: calc(4 * var(--u));
}

.doctor-calendar-days button,
.doctor-calendar-days .is-empty {
    width: calc(52 * var(--u));
    height: calc(52 * var(--u));
    justify-self: center;
}

.doctor-calendar-days button {
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #444;
    background: transparent;
    font-size: calc(21 * var(--u));
}

.doctor-calendar-days button.is-today {
    color: #168f83;
    font-weight: 700;
}

.doctor-calendar-days button.is-selected {
    color: #fff;
    background: #168f83;
    font-weight: 700;
}

.doctor-calendar-days button:disabled {
    color: #d0d0d0;
}

.doctor-date-panel > footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(16 * var(--u));
    align-items: center;
    padding: calc(12 * var(--u)) calc(25 * var(--u));
    border-top: 1px solid #edf0ef;
}

.doctor-date-panel > footer button {
    height: calc(56 * var(--u));
    border: 1px solid #dfe5e4;
    border-radius: calc(999 * var(--u));
    color: #777;
    background: #fff;
    font-size: calc(22 * var(--u));
}

.doctor-date-panel > footer button:last-child {
    border-color: #29b7a8;
    color: #fff;
    background: #29b7a8;
}

.doctor-form-tip {
    margin: calc(40 * var(--u)) 0 0;
    color: #999;
    text-align: center;
    font-size: calc(22 * var(--u));
}

.doctor-submit {
    width: 100%;
    height: calc(80 * var(--u));
    margin-top: calc(40 * var(--u));
    padding: 0;
    border: 0;
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #29b7a8;
    cursor: pointer;
    font-size: calc(36 * var(--u));
    font-weight: 700;
}

.doctor-submit:disabled {
    cursor: wait;
    opacity: .65;
}

.doctor-form-result {
    min-height: calc(36 * var(--u));
    margin: calc(14 * var(--u)) 0 0;
    color: #208f83;
    text-align: center;
    font-size: calc(24 * var(--u));
}

.doctor-reservation-note {
    width: 100%;
    min-height: calc(80 * var(--u));
    display: flex;
    align-items: center;
    margin: calc(16 * var(--u)) 0 0;
    padding: calc(14 * var(--u)) calc(28 * var(--u));
    border: 1px solid #29b7a8;
    border-radius: calc(40 * var(--u));
    color: #555;
    font-size: calc(26 * var(--u));
}

.doctor-reservation-note span {
    margin-right: calc(16 * var(--u));
    color: #29b7a8;
}

.doctor-notes {
    padding-top: calc(18 * var(--u));
}

.doctor-case-masonry .feed-copy h2 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: calc(26 * var(--u));
    font-weight: 400;
    line-height: 1.55;
}

@media (max-width: 420px) {
    .doctor-tabs button {
        font-size: calc(26 * var(--u));
    }

    .doctor-form-row,
    .doctor-region-row {
        grid-template-columns: calc(150 * var(--u)) minmax(0, 1fr);
    }
}

/* 咨询页：对应原 consulting.vue 的 H5 客服入口。 */
.consulting-shell {
    background: #fff;
    background-image: none;
}

.consulting-appbar {
    min-height: calc(88 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.consulting-appbar h1 {
    margin: 0;
    color: #222;
    font-size: calc(34 * var(--u));
    font-weight: 500;
}

.consulting-page {
    min-height: calc(100vh - 200 * var(--u) - env(safe-area-inset-bottom));
    background: #fff;
}

.consulting-contact {
    min-height: calc(100vh - 200 * var(--u) - env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(60 * var(--u)) calc(40 * var(--u));
    text-align: center;
}

.consulting-tip {
    margin: 0;
    color: #333;
    font-size: calc(32 * var(--u));
}

.consulting-description {
    max-width: calc(580 * var(--u));
    margin: calc(18 * var(--u)) 0 calc(40 * var(--u));
    color: #888;
    font-size: calc(24 * var(--u));
    line-height: 1.7;
}

.consulting-button {
    width: calc(500 * var(--u));
    height: calc(88 * var(--u));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(44 * var(--u));
    color: #fff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 calc(8 * var(--u)) calc(24 * var(--u)) rgba(102, 126, 234, .3);
    font-size: calc(32 * var(--u));
    transition: opacity .15s ease, transform .15s ease;
}

.consulting-button:active {
    opacity: .8;
    transform: scale(.98);
}

.consulting-button:focus-visible {
    outline: calc(4 * var(--u)) solid rgba(102, 126, 234, .35);
    outline-offset: calc(6 * var(--u));
}

.consulting-noscript {
    margin: calc(26 * var(--u)) 0 0;
    color: #777;
    font-size: calc(22 * var(--u));
}

/* 整牙笔记列表页。 */
.notes-shell {
    background: #fbfbfb;
    background-image: none;
}

.notes-appbar {
    min-height: calc(88 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.notes-appbar h1 {
    margin: 0;
    color: #222;
    font-size: calc(34 * var(--u));
    font-weight: 500;
}

.notes-page {
    min-height: calc(100vh - 200 * var(--u));
    background: #fbfbfb;
}

.notes-toolbar {
    position: sticky;
    top: 0;
    z-index: 25;
    background: #fff;
}

.notes-tabs {
    min-height: calc(102 * var(--u));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(10 * var(--u));
    padding: calc(25 * var(--u)) calc(36 * var(--u));
}

.notes-tabs > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: #888;
    font-size: calc(30 * var(--u));
    white-space: nowrap;
}

.notes-tabs > a.is-active {
    color: #29b7a8;
    font-weight: 700;
}

.notes-tabs > a.is-active::after {
    content: "";
    width: calc(11 * var(--u));
    height: calc(11 * var(--u));
    margin: calc(-6 * var(--u)) 0 0 calc(10 * var(--u));
    border-right: calc(3 * var(--u)) solid currentColor;
    border-bottom: calc(3 * var(--u)) solid currentColor;
    transform: rotate(45deg);
}

.notes-search {
    position: relative;
    width: calc(136 * var(--u));
    height: calc(28 * var(--u));
    flex: 0 0 auto;
    border-left: 1px solid #ccc;
    color: #888;
    font-size: calc(30 * var(--u));
}

.notes-search summary {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.notes-search summary span {
    flex: 1;
    margin-left: calc(20 * var(--u));
}

.notes-search summary i {
    position: relative;
    width: calc(26 * var(--u));
    height: calc(26 * var(--u));
    border: calc(3 * var(--u)) solid #888;
    border-radius: 50%;
}

.notes-search summary i::after {
    content: "";
    position: absolute;
    right: calc(-7 * var(--u));
    bottom: calc(-4 * var(--u));
    width: calc(10 * var(--u));
    height: calc(3 * var(--u));
    background: #888;
    transform: rotate(45deg);
}

.notes-search form {
    position: absolute;
    top: calc(50 * var(--u));
    right: 0;
    width: calc(590 * var(--u));
    min-height: calc(86 * var(--u));
    display: flex;
    align-items: center;
    gap: calc(12 * var(--u));
    padding: calc(12 * var(--u));
    border: 1px solid #e5e9e8;
    border-radius: calc(18 * var(--u));
    background: #fff;
    box-shadow: 0 calc(12 * var(--u)) calc(30 * var(--u)) rgba(32, 79, 73, .15);
}

.notes-search form input {
    min-width: 0;
    height: calc(60 * var(--u));
    flex: 1;
    padding: 0 calc(22 * var(--u));
    border: 0;
    border-radius: calc(999 * var(--u));
    outline: none;
    color: #444;
    background: #f5f7f7;
    font-size: calc(26 * var(--u));
}

.notes-search form button {
    width: calc(104 * var(--u));
    height: calc(60 * var(--u));
    padding: 0;
    border: 0;
    border-radius: calc(999 * var(--u));
    color: #fff;
    background: #29b7a8;
    font-size: calc(26 * var(--u));
}

.notes-result-summary {
    margin: 0;
    padding: calc(20 * var(--u)) calc(30 * var(--u)) calc(8 * var(--u));
    color: #777;
    font-size: calc(24 * var(--u));
}

.notes-masonry {
    padding-top: calc(20 * var(--u));
}

.notes-masonry .feed-copy h2 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: calc(26 * var(--u));
    font-weight: 400;
    line-height: 1.55;
}

.notes-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(25 * var(--u));
    padding: calc(24 * var(--u)) calc(20 * var(--u));
    color: #888;
    font-size: calc(24 * var(--u));
}

.notes-pagination a,
.notes-pagination span {
    min-width: calc(110 * var(--u));
    padding: calc(12 * var(--u)) calc(18 * var(--u));
    border-radius: calc(999 * var(--u));
    text-align: center;
    background: #fff;
}

.notes-pagination a {
    color: #238f84;
    box-shadow: 0 calc(2 * var(--u)) calc(8 * var(--u)) rgba(29, 93, 86, .08);
}

.notes-pagination b {
    font-weight: 400;
}

/* 案例详情：作为笔记列表的完整可点击落地页。 */
.case-detail-shell {
    padding-bottom: 0;
    background: #fff;
    background-image: none;
}

.case-detail-topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    min-height: calc(96 * var(--u));
    display: flex;
    align-items: center;
    padding: 0 calc(28 * var(--u));
    border-bottom: 1px solid #edf0ef;
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(10px);
}

.case-detail-back {
    width: calc(48 * var(--u));
    height: calc(48 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.case-detail-back i {
    width: calc(19 * var(--u));
    height: calc(19 * var(--u));
    border-left: calc(3 * var(--u)) solid #222;
    border-bottom: calc(3 * var(--u)) solid #222;
    transform: rotate(45deg);
}

.case-detail-author {
    min-width: 0;
    display: flex;
    align-items: center;
    margin-left: calc(14 * var(--u));
    color: #333;
    font-size: calc(28 * var(--u));
}

.case-detail-author img,
.case-detail-author > i {
    width: calc(56 * var(--u));
    height: calc(56 * var(--u));
    flex: 0 0 auto;
    border-radius: 50%;
    background: #e6eeee;
    object-fit: cover;
}

.case-detail-author span {
    min-width: 0;
    margin-left: calc(20 * var(--u));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-detail-page {
    min-height: calc(100vh - 96 * var(--u));
    background: #fff;
}

.case-detail-gallery {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    background: #f3f6f5;
}

.case-detail-gallery::-webkit-scrollbar {
    display: none;
}

.case-detail-gallery figure {
    width: 100%;
    min-height: calc(500 * var(--u));
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    margin: 0;
    scroll-snap-align: start;
}

.case-detail-gallery img {
    width: 100%;
    height: auto;
    max-height: calc(760 * var(--u));
    object-fit: contain;
}

.case-detail-article {
    padding: calc(34 * var(--u)) calc(35 * var(--u)) calc(70 * var(--u));
}

.case-detail-article h1 {
    margin: 0;
    color: #222;
    font-size: calc(40 * var(--u));
    font-weight: 700;
    line-height: 1.45;
}

.case-detail-content {
    margin-top: calc(30 * var(--u));
    color: #333;
    font-size: calc(28 * var(--u));
    line-height: 1.9;
}

.case-detail-content p {
    margin: 0 0 calc(26 * var(--u));
}

.case-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: calc(14 * var(--u)) calc(24 * var(--u));
    margin: calc(28 * var(--u)) 0 0;
    padding: 0;
    color: #259c90;
    list-style: none;
    font-size: calc(25 * var(--u));
}

.case-detail-time {
    display: block;
    margin-top: calc(30 * var(--u));
    color: #999;
    font-size: calc(22 * var(--u));
}

.case-detail-disclaimer {
    margin: calc(38 * var(--u)) 0 0;
    padding: calc(24 * var(--u));
    border-radius: calc(16 * var(--u));
    color: #888;
    background: #f7f8f8;
    font-size: calc(22 * var(--u));
    line-height: 1.7;
}

@media (max-width: 420px) {
    .notes-tabs {
        gap: calc(7 * var(--u));
        padding-right: calc(24 * var(--u));
        padding-left: calc(24 * var(--u));
    }

    .notes-tabs > a,
    .notes-search {
        font-size: calc(27 * var(--u));
    }
}
