:root {
    --adm-radius-s: 4px;
    --adm-radius-m: 8px;
    --adm-radius-l: 12px;
    --adm-font-size-1: 9px;
    --adm-font-size-2: 10px;
    --adm-font-size-3: 11px;
    --adm-font-size-4: 12px;
    --adm-font-size-5: 13px;
    --adm-font-size-6: 14px;
    --adm-font-size-7: 15px;
    --adm-font-size-8: 16px;
    --adm-font-size-9: 17px;
    --adm-font-size-10: 18px;
    --adm-color-primary: #1677ff;
    --adm-color-success: #00b578;
    --adm-color-warning: #ff8f1f;
    --adm-color-danger: #ff3141;
    --adm-color-yellow: #ff9f18;
    --adm-color-orange: #ff6430;
    --adm-color-wathet: #e7f1ff;
    --adm-color-text: #333;
    --adm-color-text-secondary: #666;
    --adm-color-weak: #999;
    --adm-color-light: #ccc;
    --adm-color-border: #eee;
    --adm-color-background: #fff;
    --adm-color-highlight: var(--adm-color-danger);
    --adm-color-white: #fff;
    --adm-color-box: #f5f5f5;
    --adm-color-text-light-solid: var(--adm-color-white);
    --adm-color-text-dark-solid: #000;
    --adm-color-fill-content: var(--adm-color-box);
    --adm-font-size-main: var(--adm-font-size-5);
    --adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --adm-border-color: var(--adm-color-border)
}

html[data-prefers-color-scheme=dark] {
    --adm-color-primary: #3086ff;
    --adm-color-success: #34b368;
    --adm-color-warning: #ffa930;
    --adm-color-danger: #ff4a58;
    --adm-color-yellow: #ffa930;
    --adm-color-orange: #e65a2b;
    --adm-color-wathet: #0d2543;
    --adm-color-text: #e6e6e6;
    --adm-color-text-secondary: #b3b3b3;
    --adm-color-weak: grey;
    --adm-color-light: #4d4d4d;
    --adm-color-border: #2b2b2b;
    --adm-color-box: #0a0a0a;
    --adm-color-background: #1a1a1a;
    --adm-color-background-body: var(--adm-color-background);
    --adm-border-color: var(--adm-color-border)
}

:root {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    background-color: var(--adm-color-background-body)
}

body {
    color: #333;
    color: var(--adm-color-text);
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, segoe ui, arial, roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    font-family: var(--adm-font-family);
    font-size: 13px;
    font-size: var(--adm-font-size-main)
}

a, button {
    cursor: pointer
}

a {
    color: #1677ff;
    color: var(--adm-color-primary);
    transition: opacity .2s ease-in-out
}

a:active {
    opacity: .8
}

.adm-plain-anchor {
    color: inherit;
    transition: none
}

.adm-plain-anchor:active {
    opacity: 1
}

body.adm-overflow-hidden {
    overflow: hidden !important
}

div.adm-px-tester {
    --size: 1;
    height: calc(var(--size) / 2 * 2px);
    left: -100vw;
    pointer-events: none;
    position: fixed;
    top: -100vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 0
}

*, :after, :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

/* ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */
*, :after, :before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

:after, :before {
    --tw-content: ""
}

:host, html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-family: microsoft yahei, 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
    font-variation-settings: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    line-height: inherit
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-feature-settings: normal;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
    font-variation-settings: normal
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button, input, optgroup, select, textarea {
    font-feature-settings: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset, legend {
    padding: 0
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #9ca3af;
    opacity: 1
}

input::placeholder, textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

img, video {
    height: auto;
    max-width: 100%
}

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

.visible {
    visibility: visible
}

.static {
    position: static
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.line-clamp-1 {
    -webkit-line-clamp: 1
}

.line-clamp-1, .line-clamp-4 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.line-clamp-4 {
    -webkit-line-clamp: 4
}

.line-clamp-5 {
    -webkit-line-clamp: 5
}

.line-clamp-5, .line-clamp-6 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.line-clamp-6 {
    -webkit-line-clamp: 6
}

.block {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.h-screen {
    height: 100vh
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.underline {
    text-decoration-line: underline
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

* {
    margin: 0;
    padding: 0
}

*, :after, :before {
    box-sizing: content-box
}

body {
    margin: 0;
    padding: 0
}

a {
    cursor: pointer;
    text-decoration: none
}

input, textarea {
    outline: none
}

ul {
    list-style: none
}

:global .loading {
    height: 30px;
    width: 30px
}

.lineClamp__1, .lineClamp__2, .lineClamp__3, .lineClamp__4 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.lineClamp__2 {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.lineClamp__3 {
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.lineClamp__4 {
    -webkit-line-clamp: 4;
    line-clamp: 4
}

.list-flex, .list-flex-br, .list-flex-center, .list-flex-column, .list-flex-in, .list-flex-space, .list-flex-top {
    display: flex
}

.list-flex, .list-flex-in {
    -webkit-box-align: center;
    align-items: center
}

.list-flex-top {
    align-items: flex-start
}

.list-flex-center, .list-flex-in {
    -webkit-box-pack: center;
    justify-content: center
}

.list-flex-space {
    justify-content: space-between
}

.list-flex-in {
    text-align: center
}

.list-flex-br {
    flex-wrap: wrap
}

.list-flex-column {
    flex-direction: column
}

.list-bd {
    -webkit-box-flex: 1;
    flex: 1 1;
    min-width: 0
}

.list-br2 {
    width: 50%
}

.list-br3 {
    width: 33.33%
}

.list-br4 {
    width: 25%
}

.list-br5 {
    width: 20%
}

.fl-l {
    float: left
}

.fl-r {
    float: right
}

.pos-r, .pos-r-z {
    position: relative
}

.pos-r-z {
    z-index: 1
}

.block100, .block100t {
    display: block;
    width: 100%
}

.block100t {
    height: 100%
}

.line-clamp1, .line-clamp2, .line-clamp3, .line-clamp4, .line-clamp5, .lineClamp__1, .lineClamp__2, .lineClamp__3, .lineClamp__4, .lineClamp__5 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.line-clamp1, .lineClamp__1 {
    -webkit-line-clamp: 1
}

.line-clamp2, .lineClamp__2 {
    -webkit-line-clamp: 2
}

.line-clamp3, .lineClamp__3 {
    -webkit-line-clamp: 3
}

.line-clamp4, .lineClamp__4 {
    -webkit-line-clamp: 4
}

.line-clamp5, .lineClamp__5 {
    -webkit-line-clamp: 5
}

body {
    --app-primary-color: #00c8c8;
    --text-color-primary: #222;
    --link-color: #00c8c8;
    --background-gray: #f5f5f5;
    --radius-card: 16px;
    --radius-tag: 6px;
    --space-middle: 18px;
    --space-normal: 16px;
    --space-small: 12px;
    --space-xs: 10px;
    --container-width: 1200px
}

.card--OstPH {
    background: #fff;
    border-radius: 16px;
    border-radius: var(--radius-card, 16px);
    box-sizing: border-box;
    padding: 24px 30px;
    width: 100%
}

.card--OstPH .header--RnQk9 {
    margin-bottom: 12px;
    margin-bottom: var(--space-small, 12px)
}

.card--OstPH .title--janHz {
    color: #222;
    flex: 1 1;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px
}

.youlai-icon {
    display: inline-block;
    height: 1em;
    overflow: hidden;
    vertical-align: middle;
    width: 1em
}

.youlai-icon svg {
    vertical-align: top
}

.articleItem--8iwqa {
    border-bottom: .5px solid #dedede;
    display: block;
    padding-bottom: 18px;
    padding-top: 16px;
    position: relative;
    word-break: break-word
}

.articleItem--8iwqa:last-of-type {
    border-bottom: none;
    margin-bottom: 0
}

.articleItem--8iwqa .titleBlock--hynXz {
    margin-bottom: 4px;
    position: relative;
    z-index: 1
}

.articleItem--8iwqa .title--UaqLG {
    color: #333;
    flex: 1 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    width: 100%
}

.articleItem--8iwqa .title--UaqLG:hover {
    color: var(--app-primary-color)
}

.articleItem--8iwqa .divider--WBQbO {
    height: 5px
}

.articleItem--8iwqa .doctorWrap--6bmVc {
    color: #999;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 7px
}

.articleItem--8iwqa .doctorWrap--6bmVc .avatarPic--lDSK4 {
    margin-right: 4px
}

.articleItem--8iwqa .doctorWrap--6bmVc .name--dNOTm {
    color: #333;
    font-size: 13px;
    margin-right: 6px
}

.articleItem--8iwqa .doctorWrap--6bmVc .medicalTitle--Cm\+aw {
    margin-right: 6px
}

.articleItem--8iwqa .content--SKWy3 {
    margin-bottom: 8px
}

.articleItem--8iwqa .content--SKWy3 .textWrap--0XGKZ {
    color: #666;
    font-size: 12px;
    line-height: 30px
}

.articleItem--8iwqa .videoWrap---\+mlA {
    height: 94px;
    margin-left: 18px;
    width: 168px
}

.voiceWrap--r7L\+9 {
    background: rgba(0, 200, 200, .1);
    border-radius: 8px;
    height: 40px;
    margin-left: 18px;
    width: 166px
}

.voiceWrap--r7L\+9 .voice--SKM8T {
    color: var(--app-primary-color);
    font-size: 13px;
    letter-spacing: .419px;
    line-height: 19px
}

.voiceWrap--r7L\+9 .voicePlay--W04d6 {
    margin-right: 8px
}

.info--ktbr4 {
    color: #999;
    font-size: 10px;
    line-height: 16px
}

.info--ktbr4 .icon--FTq\+r {
    margin-right: 3px
}

.info--ktbr4 .text--hbj9s {
    margin-right: 10px
}

.viewLikeItem--LgtLp {
    align-items: center;
    display: flex;
    font-size: 14px
}

.iconLike--NyFK9, .iconView--arer0 {
    color: #8e8e8e;
    font-size: 18px;
    margin-right: 4px !important
}

.iconLike--NyFK9 {
    font-size: 14px !important;
    margin-right: 4px !important
}

.miniInfo--6WePH {
    background: #f6f6f8;
    border-radius: 8px;
    font-size: 14px;
    height: 24px;
    margin-left: 8px;
    padding: 0 12px 0 18px;
    position: relative
}

.miniSpacer--a8Zh2 {
    background: #d5d5d5;
    border-radius: 50%;
    height: 4px;
    margin: 0 7px;
    width: 4px
}

.titleText--ikAKV {
    color: #666;
    font-size: 14px
}

.miniAvatar--7Qxhy {
    left: -8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.titleR--m6Otk {
    margin-left: 20px
}

.date--WgB\+m {
    color: #999;
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    min-width: 54px;
    text-align: right;
    white-space: nowrap
}

.placeHolder--9OP4d {
    background-color: #f5f5f5;
    display: block;
    height: 100%;
    width: 100%
}

.adm-image {
    --width: var(--adm-image-width, auto);
    --height: var(--adm-image-height, auto);
    display: block;
    height: var(--height);
    overflow: hidden;
    width: var(--width)
}

.adm-image-img {
    height: 100%;
    width: 100%
}

.adm-image-tip {
    background-color: var(--adm-color-fill-content);
    height: 100%;
    min-height: 24px;
    min-width: 24px;
    position: relative
}

.adm-image-tip > svg {
    color: var(--adm-color-weak);
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px
}

.wrap--CCCNi {
    overflow: hidden
}

.image--3JNjQ {
    --adm-image-height: 100%;
    --adm-image-width: 100%;
    display: block;
    height: 100%;
    width: 100%
}

.imageCircle--W\+Xi4 {
    border-radius: 50%
}

.videoItem--OmLPx {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    width: 100%
}

.videoItem--OmLPx .videoImageBg--bAwMH {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.videoItem--OmLPx .videoBg--jw3Xu {
    -webkit-backdrop-filter: blur(.05rem);
    backdrop-filter: blur(.05rem);
    height: 100%;
    width: 100%
}

.videoItem--OmLPx .videoPoster--z4S8K {
    display: block
}

.videoItem--OmLPx .iconPlay--iszGN {
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 9px;
    height: 26px;
    justify-content: center;
    left: 50%;
    margin: -13px 0 0 -13px;
    position: absolute;
    top: 50%;
    width: 26px
}

.videoItem--OmLPx .iconPlay--iszGN svg {
    margin-left: 1.2px
}

.rankItem--qaXRw {
    align-items: center;
    background: linear-gradient(270deg, #ecfefd -2.27%, #f8f8ee 53.25%, #fdf5e5 94.29%);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    height: 29px;
    padding-right: 12px;
    width: auto
}

.rankItem--qaXRw .iconRank--U8QaJ {
    align-items: center;
    border-radius: var(--radius-tag);
    color: var(--app-primary-color);
    display: flex;
    height: 29px;
    justify-content: center;
    margin-right: 10px;
    width: 29px
}

.rankItem--qaXRw .rankText---Xp3K {
    color: #3f4040;
    font-size: 17.688px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.08px
}

.rankItem--qaXRw .iconArrow--goEjJ {
    align-items: center;
    color: #3f4040;
    display: flex;
    height: 8px;
    justify-content: center;
    width: 5px
}

.hosRecDoc--P9Eiv {
    border-radius: var(--radius-card) var(--radius-card) 0 0
}

.hosRecDoc--P9Eiv .navs--vlnaA {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 80px;
    height: 56px
}

.hosRecDoc--P9Eiv .navs--vlnaA li {
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    padding: 16px 0;
    position: relative;
    text-align: center;
    transition: all .1s ease-in
}

.hosRecDoc--P9Eiv .navs--vlnaA li:after {
    background: #00c8c8;
    border-radius: 2px;
    bottom: 0;
    content: "";
    flex-shrink: 0;
    height: 2px;
    position: absolute;
    transition: all .1s ease-in;
    width: 0
}

.hosRecDoc--P9Eiv .navs--vlnaA li:hover {
    color: #00c8c8
}

.hosRecDoc--P9Eiv .navs--vlnaA .badgeNav--K\+TAB:before {
    background: #fd503e;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: -6px;
    top: -2px;
    width: 6px
}

.hosRecDoc--P9Eiv .navs--vlnaA .navActive--ZHQ2N {
    color: #00c8c8
}

.hosRecDoc--P9Eiv .navs--vlnaA .navActive--ZHQ2N:after {
    content: "";
    transition: all .1s ease-in;
    width: 36px
}

.deptIntroCard--RGlod {
    background: linear-gradient(93deg, rgba(0, 200, 200, .05) 3.67%, rgba(0, 200, 200, 0) 96.96%), #fff;
    border-radius: var(--radius-card);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative
}

.deptIntroCard--RGlod:before {
    background: linear-gradient(169deg, #92efe9 3.37%, rgba(199, 246, 243, 0) 94.5%);
    border-radius: 318.549px;
    box-sizing: border-box;
    content: url(https://assets.youlai.cn/www_youlai/client/static/images/icon-header-bg2.30d2c4a9.svg);
    display: flex;
    flex-shrink: 0;
    height: 318.549px;
    padding-left: 69px;
    padding-top: 92px;
    position: absolute;
    right: -46px;
    top: -46px;
    width: 295.609px;
    z-index: 1
}

.deptIntroCard--RGlod:after {
    background: linear-gradient(180deg, #98fff7, rgba(232, 254, 251, .1));
    border-radius: 157.485px;
    content: "";
    flex-shrink: 0;
    height: 157.485px;
    position: absolute;
    right: 200px;
    top: -20px;
    width: 146.641px;
    z-index: 2
}

.deptIntroCard--RGlod .baseInfo--f1Oky {
    display: flex;
    flex-direction: row;
    margin: 37px 40px 19px
}

.deptIntroCard--RGlod .nameTag--Sfw9o {
    display: flex;
    flex-direction: row;
    gap: 10px
}

.deptIntroCard--RGlod .nameTag--Sfw9o .name--HVkU4 {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.deptIntroCard--RGlod .nameTag--Sfw9o .tags--q8xsZ {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px
}

.deptIntroCard--RGlod .nameTag--Sfw9o .tags--q8xsZ li {
    align-items: center;
    background: rgba(0, 200, 200, .1);
    border: 1px solid #01b2b2;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 25px;
    justify-content: center;
    padding: 2px 8px
}

.deptIntroCard--RGlod .nameTag--Sfw9o .tags--q8xsZ li span {
    color: #01b2b2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.deptIntroCard--RGlod .rank--u5EAL {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px
}

.deptIntroCard--RGlod .deptName--C\+Lmv {
    color: #222;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.deptIntroCard--RGlod .logo--ob\+Za {
    flex-shrink: 0;
    height: 126px;
    margin-right: 40px;
    width: 126px
}

.deptIntroCard--RGlod .logo--ob\+Za img {
    height: 100%;
    width: 100%
}

.deptIntroCard--RGlod .website--yy7s1 {
    color: #2f3030;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: var(--space-M)
}

.deptIntroCard--RGlod .websiteUrl--nQxuk {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.deptIntroCard--RGlod .websiteTag--gwVb4 {
    border: .5px solid var(--app-primary-color);
    border-radius: 3px;
    color: var(--app-primary-color);
    flex-shrink: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    padding: 3px
}

.deptIntroCard--RGlod .hospNavBar--ipdOs {
    background: linear-gradient(90deg, #fff, #fcfefe 95.29%) no-repeat;
    background-size: 753px;
    border-radius: 0 var(--radius-card) var(--radius-card);
    overflow: hidden;
    padding: 0 20px
}

.disclaimer--pK3yc {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: normal
}

.disclaimer--pK3yc .tip--S\+bou {
    display: block
}

.clearfloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0px
}

.clear {
    clear: both;
    float: none !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.clearfix {
    zoom: 1
}

.fl_left {
    float: left
}

.fl_right {
    float: right
}

.footeryl {
    background-color: #eee;
    width: 100%
}

.width1200 {
    margin: 0 auto;
    width: 1200px
}

.footeryl .width1200 {
    background-color: #eee;
    padding: 38px 0 6px
}

.footeryl .footer_top {
    height: 58px;
    position: relative
}

.footeryl .footer_top dt {
    background: #43b0c7;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    height: 44px;
    left: 0;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 120px
}

.footeryl .footer_top dd {
    color: #222;
    font-size: 16px;
    padding-left: 140px
}

.footeryl .footer_top dd a {
    color: #222;
    float: left;
    font-size: 14px
}

.footeryl .partner dd a {
    margin-right: 20px
}

.footeryl .links dd a {
    line-height: 48px;
    margin-right: 16px
}

.footeryl .concerns dd a {
    line-height: 26px;
    margin-right: 10px;
    margin-top: -2px
}

.footeryl .foot_bottom {
    margin-top: 24px
}

.footeryl .foot_logo {
    padding: 0 0 0 5px;
    width: 135px
}

.footeryl .foot_logo img {
    height: 98px;
    width: 112px
}

.footeryl .foot_b_about {
    width: 552px !important
}

.foot_b_right {
    background-image: url(https://static.youlai.cn/images/youlai/newpc/n_bottom_icon_new@2x.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 544px 118px;
    height: 118px;
    width: 484px
}

.footeryl .foot_b_about_top, .footeryl .foot_b_about_top a {
    color: #43bfc7;
    font-size: 16px;
    line-height: 18px
}

.footeryl .foot_b_about_top {
    height: 24px
}

.footeryl .foot_b_about_top a:hover {
    color: #000;
    text-decoration: none
}

.footeryl .footer_top dd a:hover {
    color: #999;
    text-decoration: none
}

.footeryl .foot_b_about p {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 22px
}

.footeryl .foot_b_right {
    background-position: 0 0;
    height: 118px;
    width: 484px
}

.footerylTwo .width1200 {
    background-color: #eee;
    padding: 20px 0 28px
}

.more--Och1- {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAApCAYAAABOScuyAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGiSURBVHgB7ZdBUoNAEEW7E91n6ZIjxBMEdKO73MB4g7i0LEMParlUTxBzA72AgROYI3AD2Wsy9lRpakgoLTM92ThvM9AU8Pn1oRuAQCAQCAQCv5ARDYioA1ugBY5cKZWC1uOW1q+3RBF4BsGBLE3veBlapXIXMTknKsETTg4vEB94Ka1S9K711KfTTg4bOLsRx2HKm5FVrtrs9AXRDIRxzjALLtnpBOpOd+ac6WulTkCYNgiQ53nVS5IJP/0R7+5917XW/YNeD6ZFUYAQzpFYRY1Gj4hYcxa1psssUyCAiMM2eVE8xUmC7ES8LCLGUk6LCzZwRPIm0YdxHL0UxTM4IB4JG8VvJMchXbnhbM4vKR+qYAOcvxI/Xhzxba2IuJHQ5engCdOy9WJBdo2/GpM0ywbggBeHTctuEKtcxRrEHWaxY14Gdu1LLIEAOyCEGS/b3KI1QLd2APEsVeoehBCJhJknGsRWLPZ0RCQm1vC/hp8bom6DWDMT7/sQa3AS/AHQh3WxXgd4p9Zst2DTwVjssU+xYvBP6HBbP6GBQCAQCPyJT6tmqZ/2mEgLAAAAAElFTkSuQmCC);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 22px 20px;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-left: -4px;
    margin-right: -8px;
    position: relative;
    width: 22px;
    z-index: 1000
}

.navMoveView--iPoAF {
    display: none;
    left: -260px;
    padding-top: 20px;
    position: absolute;
    top: 20px;
    width: 615px;
    z-index: 99
}

.navMoveView--iPoAF .navMoveBlock--ocgtC {
    background: #fafafa;
    border: 2px solid hsla(0, 0%, 87%, .5);
    border-radius: 4px;
    padding: 26px 0 0 46px;
    position: relative
}

.navMoveView--iPoAF .navMoveBlock--ocgtC:after {
    background: #fafafa;
    border-left: 2px solid hsla(0, 0%, 87%, .5);
    border-top: 2px solid hsla(0, 0%, 87%, .5);
    content: "";
    height: 28px;
    left: 303px;
    position: absolute;
    top: -17px;
    transform: rotate(45deg) skew(-6deg, -6deg);
    width: 28px
}

.navMoveView--iPoAF .nMTitle--ws0h\+ {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px
}

.navMoveView--iPoAF .nMList--hpVQC {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.navMoveView--iPoAF .nMLi--5h6\+N {
    margin-right: 13px;
    width: 166px
}

.navMoveView--iPoAF .nMLink--0Azyn {
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 .45333rem rgba(0, 0, 0, .05);
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    padding: 12px 18px
}

.navMoveView--iPoAF .nMLink--0Azyn:hover {
    text-decoration: none
}

.navMoveView--iPoAF .nMInfo--iDJqj {
    flex: 1 1
}

.navMoveView--iPoAF .nMInfo--iDJqj .nMName--pD6\+T {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px
}

.navMoveView--iPoAF .nMInfo--iDJqj .nMDesc--eIoO6 {
    color: #666;
    font-size: 9px;
    font-weight: 400;
    line-height: 10px
}

.navMoveView--iPoAF .nMImg--qtG4W {
    display: block;
    margin-top: 2px;
    width: 24px
}

.navMoreBlock--eedWK:hover .navMoveView--iPoAF {
    display: block
}

.adm-spin-loading {
    --color: var(--adm-color-weak);
    --size: 32px;
    height: var(--size);
    width: var(--size)
}

.adm-spin-loading-svg {
    animation: adm-spin-loading-rotate .8s linear infinite;
    height: 100%;
    width: 100%
}

.adm-spin-loading-svg > .adm-spin-loading-fill {
    stroke: var(--color)
}

@keyframes adm-spin-loading-rotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.searchBox--vdd\+c {
    background: #f0f2f4;
    border-radius: 18px;
    position: relative;
    width: 120px
}

.searchBox--vdd\+c .searchForm--M-\+Sj {
    align-items: center;
    display: flex;
    height: 36px;
    padding: 0 10px 0 20px
}

.searchBox--vdd\+c .input--oYeYf {
    background-color: transparent;
    flex: 1 1;
    width: 100%
}

.searchBox--vdd\+c .icon--4u1I2 {
    background: 50% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4zNDUgNy41YzAgMy4wMzgtMi41MjcgNS41LTUuNjQ2IDUuNS0zLjExOCAwLTUuNjQ2LTIuNDYyLTUuNjQ2LTUuNVM0LjU4MSAyIDcuNyAyYzMuMTE5IDAgNS42NDYgMi40NjIgNS42NDYgNS41Wm0tMS4yMjEgNi4xMzlBNy44MDQgNy44MDQgMCAwIDEgNy42OTkgMTVDMy40NDcgMTUgMCAxMS42NDIgMCA3LjUgMCAzLjM1OCAzLjQ0NyAwIDcuNyAwYzQuMjUxIDAgNy42OTkgMy4zNTggNy42OTkgNy41YTcuMzUzIDcuMzUzIDAgMCAxLTEuNzY2IDQuNzhsMi4wNjYgMi4wMTNjLjQwMS4zOS40MDEgMS4wMjQgMCAxLjQxNC0uNC4zOS0xLjA1LjM5LTEuNDUxIDBsLTIuMTI0LTIuMDY4WiIgZmlsbD0iIzk5OSIvPjwvc3ZnPg==) no-repeat;
    background-size: contain;
    height: 16px;
    width: 16px
}

.suggest--zqXFo {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #ededed;
    display: block;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 33px;
    width: 169px;
    z-index: 10
}

.suggest--zqXFo li {
    border-bottom: 1px solid #ececec;
    color: #666;
    cursor: default;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    margin: 0 14px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 146px
}

.suggest--zqXFo li:hover {
    color: #000
}

.suggest--zqXFo li:last-child {
    border-bottom: 0
}

.suggest--zqXFo li em {
    color: #000;
    font-style: normal;
    font-weight: 700
}

.suggest--zqXFo li a {
    display: block
}

.suggest--zqXFo li a:hover {
    text-decoration: underline
}

.modal-overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 99
}

.modal-overlay.open {
    opacity: 1;
    visibility: visible
}

.modal {
    animation: modal-show .3s ease-in-out forwards;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    left: 50%;
    opacity: 0;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden
}

.modal-overlay.open .modal {
    opacity: 1;
    visibility: visible
}

.modal-close {
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACaUlEQVRYR8WXv4vUQBSA38sKFoKFoGAhiFwhHhYWIoKFgoVgMZlZNtdY6P8heNfairWWnpLJRLCwEK5QtDi4Qk4EBQsLwcJCsBCWPHnLZMllJ/uSbORSLezMfN/M+zEJwiE/eMh8mAsYY14S0TkA2Mqy7MX/ENNaTwDgIQC8y7LsDjNmAnEcbyLigwo0GVrCw5+XDCLacs5tzgQmk8nadDr9Utv1YBJ1OHOKoljP8/zTPARxHI8R8RkAHBnyJALwKQBsZFlm5yEogVprBQDbAHB0CIkA/K+H5+X6C1VgjLnNEkR0bBWJOhwR/zDcWvuqGupgGWqtbxHRNiIe7yMRSLjfo9EoSdP0db26GvuAMeYmSwDAiS4SgWP/RUSJc+5NqLSXNqI4jq8jIkucaiMRgP8kog3n3E5TXxE7odb6GgBw/Z5eJhGA/wAALuW3y5qaKMCTtdZXfXWcCUkE4N8RMbHWfpA6aisBXsQYc5mI+CTOViX873mHQ8RvDE/TdFeCL/QBacJ4PL7EEkS0FkwoxK8eviet1dgHpIlKqYtRFPGOz9fGfi6KIsnz/KO0htgHpAUClxeUl4s0t3UfaFooBC/H9pFonYQMCcD3PXy9r0RrgRCcY85gnxO9JFoJNMH5PmcBpdSFvhKigAQvj76vhHQX1F/V9n2pzXZef/pINAq03fmqEkGBvvA+4VgQWBXeVeKAwFDwLhLVt+JOCde25UqJORNQSl2Joqh6dy/N9rZw4SRu8JtS+WV0FxGf+AmDwpskiOiec+7pgRAAwEkielx2uK47lcb7cNxHxPfW2kc8XuyE0qKr/v8PjemQMIjDGCEAAAAASUVORK5CYII=");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    z-index: 10
}

@keyframes modal-show {
    0% {
        opacity: 0;
        transform: translate(-50%, -60%)
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.weappModal--rL1Af {
    height: 360px;
    padding-left: 0;
    padding-right: 0;
    width: 500px
}

.weappModal--rL1Af .container--dsJHr {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.weappModal--rL1Af .container--dsJHr h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.weappModal--rL1Af .container--dsJHr img {
    display: block;
    margin-top: 38px;
    width: 210px
}

.blockLink--Kc6ns {
    background: #ff4102;
    border-radius: 18px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 76px
}

.blockLink--Kc6ns:hover {
    background: #da3700
}

.doctorLink--QU6jO {
    position: relative
}

.doctorLink--QU6jO .hoverBox--DqRGX {
    background-color: #666;
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40px;
    width: 72px;
    z-index: 9
}

.doctorLink--QU6jO .hoverBox--DqRGX:after {
    border-bottom: 10px solid #666;
    border-left: 8px solid transparent;
    border-right: 0 solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 16px;
    top: -8px;
    width: 0
}

.doctorLink--QU6jO:hover .hoverBox--DqRGX {
    display: block
}

.qrcode--NfnJB {
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    display: none;
    left: -88px;
    margin-top: 14px;
    padding-top: 13px;
    position: absolute;
    width: 160px;
    z-index: 9
}

.qrcode--NfnJB:after {
    background-image: url(https://static.youlai.cn/images/youlai/newpc/icon_s@2x.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    content: " ";
    height: 16px;
    left: 86px;
    position: absolute;
    top: -16px;
    width: 16px
}

.qrcode--NfnJB dt {
    height: 128px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 128px
}

.qrcode--NfnJB img {
    width: 128px
}

.qrcode--NfnJB dd {
    color: #222;
    font-size: 12px;
    line-height: 26px;
    text-align: center
}

.qrcodeLink--dkKaS {
    position: relative
}

.qrcodeLink--dkKaS:hover .qrcode--NfnJB {
    display: block
}

.iconMobile--\+khsl {
    background: center 100% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDNhMSAxIDAgMCAxIDEtMWgxMmExIDEgMCAwIDEgMSAxdjE4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xVjNabTEuMi4ydjE3LjZoMTEuNlYzLjJINi4yWk0xMyAxOWExIDEgMCAxIDEtMiAwIDEgMSAwIDAgMSAyIDBaIiBmaWxsPSIjOTk5Ii8+PC9zdmc+) no-repeat;
    display: block;
    height: 24px;
    width: 24px
}

.iconAvatar--X3AkQ {
    background: center 100% url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjM2IiBoZWlnaHQ9IjM2IiByeD0iMTgiIGZpbGw9IiNGMEYyRjQiLz48cGF0aCBkPSJNMjkuMTU0IDM1Ljk5M2MtMi42ODEtLjAwOC01LjgxMy4wMDYtMTAuMjg2LjAwN3YtMS42MjdjMS40Ni0uNzY5IDMuMDQ4LTguOTY1IDQuMjQ2LTguOTM0IDQuNjEzLjkzIDcuODg2IDMuNTI1IDcuODg2IDguNDYtLjA2MSAxLjI4Mi0uNjg3IDIuMDk4LTEuODQ2IDIuMDk0Wk0yNS4xNjcgMTkuNTFjLTEuMDE2IDMuMzQtMy42NzcgNS43MjctNi44IDUuNzI3LTMuMTIzIDAtNS43ODctMi4zODgtNi44MDEtNS43MzMtLjQ2OC0uMjE1LTEuMDM5LS42OTUtMS4yNTMtMS45MTgtLjI3OS0xLjYuNzIyLTEuOTgzLjcyMi0xLjk4My4wNzItLjAwNC4xNDcuMDUzLjIyMi4xNTIuMTU0LS40NDMuNDMxLS44MzIuNzY3LTEuMTYgMS4yNzgtMS4yMzggMy42MjktMS44OTkgNi40NjctMS45MTIgMi41NzEtLjAxMSA0LjM3LjE1MiA2LjE5OCAxLjg3NS4zMjMuMzAzLjYyNS43NzQuNzg5IDEuMjYuMDktLjE0LjE4Mi0uMjIyLjI3LS4yMTcgMCAwIDEuMDEzLjM4Mi43MyAxLjk3Ny0uMjIyIDEuMjYyLS44MzIgMS43My0xLjMxMyAxLjkzM2guMDAyWm0tMTQuMzgzLTUuNzZWNy4wMlMxNC4xMSA1IDE4LjA5NCA1YzMuODQzIDAgNy43MSAyLjAyIDcuNzEgMi4wMnY2LjczN3MtMi4yMi0yLjQ3My03LjUxLTIuNDczYy01LjMyMiAwLTcuNTA4IDIuNDY2LTcuNTA4IDIuNDY2aC0uMDAyWm05LjU5NS01LjA5di0uODhIMTguNzNWNi4xNThoLS44NzZWNy43OGgtMS42NHYuODhoMS42NHYxLjYyMmguODc2VjguNjZoMS42NDhabS0yLjI0NyAyNS43MTNWMzZjLTQuNDczIDAtNy42MDUtLjAxNC0xMC4yODctLjAwNi0xLjE1OC4wMDMtMS43ODQtLjgxMy0xLjg0NS0yLjA5NSAwLTQuOTM1IDMuMjc0LTcuNTMgNy44ODYtOC40NiAxLjE5OC0uMDMyIDIuNzg2IDguMTY1IDQuMjQ2IDguOTM0WiIgZmlsbD0iIzk5OSIvPjwvc3ZnPg==) no-repeat;
    border-radius: 36px;
    height: 36px;
    overflow: hidden;
    width: 36px
}

.headerWrap--V1-7p {
    background-color: #fff
}

.headerBorder--SaMuc {
    border-bottom: 1px solid #d9d9d9
}

.header--RuxNj {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px
}

.headerMain--cGJ-U {
    align-items: center;
    display: flex;
    height: 68px
}

.homeLink--ihgSf {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 50px
}

.homeLink--ihgSf:hover {
    color: #ff4000;
    text-decoration: underline
}

.navBox--iZnJi {
    align-items: center;
    display: flex;
    margin-left: 30px;
    padding-left: 30px;
    position: relative
}

.navBox--iZnJi:after {
    background-color: #dedede;
    content: "";
    height: 46px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.navTitle--6KRDz {
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-right: 15px;
    white-space: nowrap;
    width: 34px
}

.navLinks--BtpBd {
    display: flex;
    gap: 20px;
    margin-bottom: 2px
}

.navLinks--BtpBd:last-of-type {
    margin-bottom: 0
}

.navLink--SK1Kl {
    color: #333;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    position: relative
}

.navLink--SK1Kl:after {
    background-color: #dedede;
    content: "";
    height: 10px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.navLink--SK1Kl:last-of-type:after {
    display: none
}

.navLink--SK1Kl a:hover {
    color: #ff4000;
    text-decoration: underline
}

.logo--Ag4HK {
    width: 108px
}

.wrap--xZ-Tt {
    --app-primary-color: #00c8c8;
    background-color: #f2f4f6;
    min-height: 100vh;
    min-width: 1200px
}

.main--W3giC {
    min-height: calc(100vh - 296px)
}

.doctorFirstLine--AXom4 {
    align-items: center;
    background: #fff1ee;
    border-radius: 4px;
    color: #666;
    display: flex;
    font-size: 11px;
    justify-content: center;
    line-height: 14px;
    padding: 10px 0 6px;
    text-align: center;
    white-space: pre
}

.doctorFirstLine--AXom4 .text--QMlpn {
    margin-left: 5px
}

.recLine--c\+8X3 {
    align-items: center;
    background: #fff;
    color: #666;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    grid-column: span 2;
    justify-content: center;
    line-height: 16px;
    margin-top: -.5px;
    padding: 16px 0;
    position: relative;
    text-align: center;
    white-space: pre
}

.recLine--c\+8X3 .line--uHvzg {
    border-bottom: .5px solid #666;
    margin: 0 10px;
    width: 10px
}

.doctorLine--Vvrcn {
    margin: 1px -5px 5px
}

.block--Ux6NX {
    display: flex;
    padding: 13px 0;
    position: relative
}

.avatar--cvR6b {
    flex-shrink: 0;
    position: relative
}

.avatarPic--dct74 {
    border: .5px solid #dedede;
    border-radius: 50%;
    display: block;
    overflow: hidden
}

.badge--PyXD0 {
    align-items: center;
    background: #ff6500;
    border: .5px solid #fff;
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 8px;
    font-weight: 700;
    justify-content: center;
    line-height: 12px;
    padding: 0 2px;
    position: absolute;
    right: 0;
    top: 39px
}

.main--CowmS {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    margin: 0 0 0 13px;
    width: 100%
}

.infoBlock--HHZCD {
    display: flex
}

.infoMain--lx5c0 {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-around;
    line-height: 0;
    width: 100%
}

.infoMain--lx5c0 .titleMsg--Yy2si {
    align-items: baseline;
    color: #222;
    display: flex
}

.infoMain--lx5c0 .titleMsg--Yy2si .linecl--vkZFS {
    flex: 1 1;
    line-height: 20px;
    margin-top: -3.5px
}

.name--bwfWL {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px
}

.lines--deRgq {
    background: #eaeaea;
    display: inline-block;
    height: 8px;
    margin-right: 6px;
    width: 1px
}

.title--\+tbsa {
    margin: 0 6px
}

.dept--uRVnB, .title--\+tbsa {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.address--7A\+La {
    color: #fa341e;
    font-size: 9px;
    line-height: 9px;
    margin-bottom: 4px;
    margin-top: 10px
}

.hosTag--J5OTe {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-top: 10px
}

.hospMoreList--fy\+IQ {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-top: 3px
}

.hospMoreList--fy\+IQ .oneHosp--8acJ5 {
    align-items: center;
    border: .5px solid #e49700;
    border-radius: 2px;
    color: #e49700;
    display: flex;
    font-size: 9px;
    gap: 10px;
    justify-content: center;
    line-height: 9px;
    padding: 2px;
    white-space: nowrap
}

.titleList--BVcoV {
    color: #e49700;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    gap: 4px;
    line-height: 11px;
    margin-top: 10px
}

.titleList--BVcoV .titleIcon--vIWUs, .titleList--BVcoV .titleItem--0xj7C {
    border: .2px solid #e49700;
    border-radius: 3px;
    box-sizing: border-box;
    margin-right: 4px;
    padding: 3px 4px
}

.titleList--BVcoV .titleIcon--vIWUs {
    background: #edf2fe;
    border-color: #edf2fe;
    color: var(--app-primary-color)
}

.hos--x5ygI, .hosCube--Rq2mN {
    color: #1f1f1f
}

.hos--x5ygI {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.tag--Jl4ko {
    align-items: center;
    background: #f1faf4;
    border: 1px solid #2bbc67;
    border-radius: 2px;
    box-sizing: border-box;
    color: #2bbc67;
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    height: 14px;
    justify-content: center;
    line-height: 14px;
    margin: 0 4px 0 0;
    padding: 1px 3px
}

.consult--QnFZg {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    margin-top: 16px
}

.serviceNo--JHJxW {
    color: #7d7f8b;
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    margin-right: 6px;
    padding-top: 1px
}

.servicePrice--tBfVk {
    font-size: 12px;
    font-style: normal;
    margin-right: 5px;
    text-align: center
}

.price--MNhW-, .servicePrice--tBfVk {
    color: #fa341e;
    font-weight: 600;
    line-height: 10px
}

.price--MNhW- {
    font-size: 13px
}

.profile--BOJwB {
    color: #7d7f8b;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 10px;
    word-break: break-all
}

.actions--M-m3B {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 10px;
    position: relative
}

.actions--M-m3B .price--MNhW- {
    margin-bottom: 3px
}

.actions--M-m3B .price--MNhW- .start--tyayK {
    color: #666;
    font-size: 11px;
    font-weight: 400
}

.registerBtn--nbHB1 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.registerBtn--nbHB1 .onlinePrice--j-Df9 {
    color: #f87e2d;
    font-size: 12px;
    font-weight: 700;
    line-height: 10px;
    margin-bottom: 6px
}

.registerBtn--nbHB1 .capTab--qnuxX {
    color: red;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 2px;
    white-space: nowrap
}

.btn--jstPE {
    align-items: center;
    background: var(--app-primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    justify-content: center;
    padding: 5px 14px;
    position: relative
}

.btn--jstPE:after {
    display: none
}

.footer--KqbXi {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 10px
}

.footerServ--1C6vD {
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    row-gap: 6px;
    width: 100%
}

.footerServItem--fo8TS {
    align-items: center;
    border: 1px solid #cdcdcf;
    border-radius: 4px;
    color: #646566;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    padding: 6px 9px;
    white-space: nowrap
}

.footerServPrice--DwHNN {
    color: #fa341e;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    margin-left: 9px
}

.radioGroup--10k0r {
    align-items: center;
    display: flex;
    flex-direction: row
}

.radioGroup--10k0r .radio--SN5m2 {
    align-items: center;
    border: 1px solid #01b5b5;
    border-right: none;
    box-sizing: border-box;
    color: #01b5b5;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 14px;
    padding: 7px 4px;
    transition: all .2s ease-in
}

.radioGroup--10k0r .radio--SN5m2:hover {
    background: rgba(0, 200, 200, .1);
    transition: all .2s ease-in
}

.radioGroup--10k0r .radio--SN5m2:first-child {
    border-radius: 8px 0 0 8px
}

.radioGroup--10k0r .radio--SN5m2:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #01b5b5
}

.radioGroup--10k0r .radioActive--7cxOA {
    color: #fff
}

.radioGroup--10k0r .radioActive--7cxOA, .radioGroup--10k0r .radioActive--7cxOA:hover {
    background: #01b5b5;
    transition: all .2s ease-in
}

.moreLink--yf0nj {
    color: var(--link-color);
    flex: 1 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.recDoctorList--Ef2LN {
    width: 100%
}

.recDoctorList--Ef2LN .recDoctor--cCaoc {
    border-bottom: .5px solid #dedede
}

.recDoctorList--Ef2LN .recDoctor--cCaoc:last-child {
    border: none
}

.deptPage--hJBi\+ {
    margin: 20px auto 0;
    padding-bottom: 15px;
    width: var(--container-width)
}

.deptPage--hJBi\+ .breadcrumb--dgkwr {
    align-items: center;
    color: #333;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
    padding-left: 6px
}

.deptPage--hJBi\+ .breadcrumb--dgkwr li {
    cursor: pointer;
    margin-right: 20px;
    position: relative
}

.deptPage--hJBi\+ .breadcrumb--dgkwr li:after {
    content: "  >  ";
    position: absolute;
    right: -15px
}

.deptPage--hJBi\+ .breadcrumb--dgkwr li:last-child:after {
    display: none
}

.deptPage--hJBi\+ .content--ja2LU {
    margin-top: var(--space-normal);
    width: 100%
}

.deptPage--hJBi\+ .content--ja2LU .left--qKy6l {
    flex: 1 1;
    overflow: hidden
}

.deptPage--hJBi\+ .content--ja2LU .right--L5zYT {
    display: flex;
    margin-bottom: 15px;
    width: 430px
}

.empty--mVusi {
    align-items: center;
    box-sizing: border-box;
    color: #b4b4b4;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    height: 100%;
    justify-content: center;
    line-height: 22px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    width: 100%
}

.empty--mVusi .empty_image--2ZlWQ {
    display: block;
    height: 161px;
    margin: 0 auto 13px;
    width: 161px
}

.empty-large--hqBOT .empty_image--2ZlWQ {
    height: 200px;
    width: 200px
}

.rankList--D8A\+I {
    padding-top: 6px
}

.hospitalRank--22GdX {
    background: #f8f8f8;
    border-radius: 5px;
    cursor: pointer;
    padding: var(--space-normal) 14px
}

.hospitalRank--22GdX:hover {
    background: #f1f1f1
}

.hospitalRank--22GdX .tag--\+giWu {
    background: #dbdbdb;
    border-radius: 3.5px;
    color: #666;
    flex-shrink: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    height: 16px;
    line-height: 10px;
    margin-right: 7px;
    width: 16px
}

.hospitalRank--22GdX:first-child .tag--\+giWu {
    background: #f33;
    color: #fff
}

.hospitalRank--22GdX:nth-child(2) .tag--\+giWu {
    background: #fe6600;
    color: #fff
}

.hospitalRank--22GdX:nth-child(3) .tag--\+giWu {
    background: #faaa0f;
    color: #fff
}

.hospitalRank--22GdX .logo--QBAy8 {
    height: 44px;
    margin-right: 10px;
    width: 44px
}

.hospitalRank--22GdX .logo--QBAy8 img {
    height: 100%;
    width: 100%
}

.hospitalRank--22GdX .name--Boze7 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px
}

.hospitalRank--22GdX .desc--\+Gw43 {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px
}

.hospitalRank--22GdX .doctorNum--CDIHH {
    color: #7d7f8b;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px
}

.hospitalRank--22GdX .doctorNum--CDIHH span {
    color: #f77e2c
}

.footerWrap--877PV {
    display: block;
    margin-top: 14px;
    width: -moz-fit-content;
    width: fit-content
}

.posts--1gfNE a:first-of-type {
    padding-top: 0
}

.adm-infinite-scroll {
    align-items: center;
    color: var(--adm-color-weak);
    display: flex;
    font-size: var(--adm-font-size-main);
    justify-content: center;
    padding: 18px
}

.adm-infinite-scroll-failed-text {
    display: inline-block;
    margin-right: 8px
}

.adm-dot-loading {
    display: inline-block
}

.avatar--yHp88 {
    --avatarSize: 40px;
    --avtarFontSize: 19.556px;
    background: #d7f7f1;
    border: calc(var(--avatarSize) / 200) solid rgba(0, 200, 200, .2);
    border-radius: calc(var(--avatarSize) / 2);
    box-sizing: border-box;
    color: var(--app-primary-color);
    flex-shrink: 0;
    font-size: var(--avtarFontSize);
    font-style: normal;
    font-weight: 700;
    height: var(--avatarSize);
    line-height: var(--avatarSize);
    position: relative;
    text-align: center;
    width: var(--avatarSize)
}

.badge--kWJjT {
    background: #ea0800;
    border-radius: 8px;
    color: #fff;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px
}

.avatarPic--Hl9aa {
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.doctorInfoContainer--615ow {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    position: relative
}

.claimBar--5PvjC {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 12px;
    left: 180px;
    position: absolute;
    top: -50px
}

.claimBar--5PvjC .link--EJGlO {
    margin-right: 4px;
    text-decoration: underline
}

.avatarBox--gNp0Z {
    border: 5px solid #fff;
    border-radius: 50%;
    height: 150px;
    margin-top: -90px;
    overflow: hidden;
    width: 150px
}

.avatarBox--gNp0Z:hover {
    box-shadow: 1px 1px 8px #ccc
}

.doctorInfo--LJ2WR h3 {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.doctorInfo--LJ2WR h3:hover {
    color: var(--app-primary-color)
}

.doctorInfo--LJ2WR .hospDept--zL\+Tn {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 10px
}

.doctorInfo--LJ2WR .hospDept--zL\+Tn:hover a {
    color: var(--app-primary-color)
}

.doctorInfo--LJ2WR span {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-left: 16px
}

.bgImage--rS\+v0 {
    background-color: #008aa6;
    background-image: url(https://static.youlai.cn/images/youlai/newpc/n_doc_bg@2x.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 1400px 200px;
    height: 200px;
    min-width: 1200px
}

.wrap--5z2Qh {
    background-color: #fff
}

.container--yamr8 {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    padding-bottom: 40px
}

.doctorMain--\+yWEf {
    flex: 1 1;
    margin-left: -40px;
    width: 100%
}

.doctorMain--\+yWEf .offsetBox--I0ZRi {
    margin-left: 180px
}

.doctorSide--SvJ02 {
    width: 400px
}

.container--V7L1\+ {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-top: 20px;
    padding: 24px 16px 16px
}

.container--V7L1\+ .title--FWgch {
    color: #222;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px
}

.container--V7L1\+ .profile--CxpQG {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 10px;
    position: relative
}

.container--V7L1\+ .more--ceUap {
    align-items: center;
    background: linear-gradient(270deg, #fff 90.11%, hsla(0, 0%, 100%, 0) 143.81%);
    bottom: 0;
    color: var(--app-primary-color);
    display: inline-flex;
    font-size: 14px;
    line-height: 22px;
    margin-right: -4px;
    min-width: 16px;
    padding-left: 10px;
    position: absolute;
    right: 0
}

.container--V7L1\+ .more--ceUap .text--ro7Q1 {
    color: var(--app-primary-color);
    white-space: nowrap
}

.container--V7L1\+ .bubble--LTDNW {
    background: #f2f2f2;
    border-radius: 8px;
    color: #666;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    height: 122px;
    justify-content: center;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
    width: 180px
}

.container--V7L1\+ .bubble--LTDNW .doctorName--zSteY {
    color: #333;
    font-weight: 500
}

.container--V7L1\+ .bubble--LTDNW:after, .container--V7L1\+ .bubble--LTDNW:before {
    content: " ";
    height: 0;
    position: absolute;
    right: -28px;
    width: 0
}

.container--V7L1\+ .bubble--LTDNW:before {
    border-bottom: 24px solid transparent;
    border-left: 28px solid #f2f2f2;
    bottom: 17px
}

.container--V7L1\+ .bubble--LTDNW:after {
    border-bottom: 8px solid transparent;
    border-left: 28px solid #fff;
    bottom: 33px
}

.container--V7L1\+ .qrcode--y09iK {
    width: 148px
}

.container--If5ay {
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-top: 10px;
    padding: 24px 16px
}

.container--If5ay .item--9YhsH {
    border-bottom: .5px solid #dedede
}

.container--If5ay .item--9YhsH:last-of-type {
    border-bottom: none
}

.container--If5ay .skeleton--ZiIYb {
    gap: 13px
}

.container--If5ay .skeleton--ZiIYb .adm-skeleton-title {
    --width: 56px;
    --height: 56px;
    --border-radius: 50%
}

.container--If5ay .skeleton--ZiIYb .adm-skeleton-paragraph {
    flex: 1 1;
    width: 100%
}

.adm-skeleton {
    --width: 100%;
    --height: 0;
    --border-radius: 0;
    background-color: hsla(0, 0%, 75%, .2);
    border-radius: var(--border-radius);
    display: block;
    height: var(--height);
    width: var(--width)
}

.adm-skeleton.adm-skeleton-animated {
    animation: adm-skeleton-loading 1.4s ease infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 75%, .2) 25%, hsla(0, 0%, 51%, .24) 37%, hsla(0, 0%, 75%, .2) 63%);
    background-size: 400% 100%
}

.adm-skeleton.adm-skeleton-title {
    --width: 45%;
    --height: 32px;
    --border-radius: 2px;
    margin-bottom: 16px;
    margin-top: 16px
}

.adm-skeleton.adm-skeleton-paragraph-line {
    --height: 18px;
    --border-radius: 2px;
    margin-bottom: 12px;
    margin-top: 12px
}

.adm-skeleton.adm-skeleton-paragraph-line:last-child {
    --width: 65%
}

@keyframes adm-skeleton-loading {
    0% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.services--YbAVo {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    margin: 8px 0
}

.services--YbAVo .header--EOwCv {
    align-items: center;
    display: flex;
    gap: 4px;
    margin-bottom: 22px;
    margin-left: 3px
}

.services--YbAVo .header--EOwCv .hdText--DzGef {
    color: #999;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px
}

.services--YbAVo .item--mZvZh {
    align-items: center;
    background-color: #fff9f4;
    border: 2px solid #ff8702;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    height: 66px;
    justify-content: space-between;
    padding: 11px 0 11px 10px;
    position: relative;
    width: 150px
}

.services--YbAVo .tag--5GRpQ {
    background: #fd503e;
    border-radius: 3px 3px 3px 0;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    padding: 3px 6px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -16px;
    white-space: nowrap
}

.services--YbAVo .main--W7k6W {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 11px
}

.services--YbAVo .info--\+3t-W {
    flex: 1 1;
    margin-left: 7px;
    width: 100%
}

.services--YbAVo .titlePrice--GNfIH {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.services--YbAVo .title--G25On {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.services--YbAVo .price--fcb0S {
    color: #fa341e;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.services--YbAVo .price--fcb0S:empty {
    display: none
}

.services--YbAVo .icon--2Tu9z {
    display: flex;
    font-size: 29px;
    width: 29px
}

.services--YbAVo .icon--2Tu9z .icon {
    display: block
}

.services--YbAVo .itemDisabled--\+bIpX {
    background-image: linear-gradient(0deg, #f5f5f5, #f5f5f5);
    border-color: #f5f5f5
}

.services--YbAVo .itemDisabled--\+bIpX .price--fcb0S, .services--YbAVo .itemDisabled--\+bIpX .title--G25On {
    color: rgba(51, 51, 51, .5)
}

.services--YbAVo .iconDrug--DH6CQ {
    font-size: 26px
}

.services--YbAVo .btn--2gA1q {
    align-items: center;
    background: var(--app-primary-color);
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    gap: 4px;
    height: 30px;
    justify-content: center;
    line-height: 13px;
    min-width: 78px;
    padding: 7px 8px;
    width: 69px
}

.services--YbAVo .btnDisabled--ofLqA {
    background-color: #d4d4d4
}

body.page-doctor__register--enabled .consult-wrap_zhiwen {
    display: none
}

.offsetBox---lHy6 {
    margin-left: 180px
}

.doctorMainLine--SaG86 {
    position: relative
}

.doctorMainLine--SaG86:before {
    background-color: #ccc;
    content: "";
    height: 100%;
    left: 80px;
    position: absolute;
    top: 0;
    width: .5px
}

.disclaimerTipBar--RT9hM {
    padding: 35px 0;
    position: relative
}

.disclaimerTipBar--RT9hM .disclaimerTip--fIRlF {
    position: absolute;
    right: 0;
    top: 50%;
    white-space: nowrap
}

.specialties--WlU-R {
    margin-top: 40px
}

.specialties--WlU-R .title--TcEP9 {
    color: #1f1f1f;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 20px
}

.specialties--WlU-R .specialtiesItems--ZWNiU {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 12px
}

.specialties--WlU-R .specialtiesText--7bL7G {
    background: #f5f5f5;
    border-radius: 8px;
    color: #222;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 3px 8px
}

.specialties--WlU-R .specialtiesText--7bL7G:hover {
    color: var(--app-primary-color)
}

.introBox--Qc47C {
    margin-top: 32px
}

.introBox--Qc47C .introTitle--eIte- {
    color: #1f1f1f;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 18px
}

.introBox--Qc47C .introDesc--oCc1j {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 12px
}

.introBox--Qc47C .introDesc--oCc1j p {
    margin-bottom: 10px
}

.introBox--Qc47C .introDesc--oCc1j p:empty, .introBox--Qc47C .introDesc--oCc1j p[\:has\(br\:only-child\)] {
    display: none
}

.introBox--Qc47C .introDesc--oCc1j p:empty, .introBox--Qc47C .introDesc--oCc1j p:has(br:only-child) {
    display: none
}

.cascaderTab--bQBCz {
    align-content: flex-start;
    display: flex
}

.cascaderTab--bQBCz .leftTitle--Zc2hq {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    margin-right: 31px
}

.cascaderTab--bQBCz .rightContent--rJgiw {
    align-content: flex-start;
    display: flex;
    flex: 1 1;
    flex-direction: column
}

.cascaderTab--bQBCz .rightContent--rJgiw .level--m3xVG {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 13px
}

.cascaderTab--bQBCz .rightContent--rJgiw .level--m3xVG .box--\+Liyo {
    align-items: center;
    background: #f5f5f5;
    border-radius: 4px;
    color: #1f1f1f;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
    justify-content: center;
    line-height: 100%;
    padding: 10px 22px
}

.cascaderTab--bQBCz .rightContent--rJgiw .level--m3xVG .boxActive--XPway {
    background: #00c8c8;
    color: #fff;
    font-weight: 600
}

.cascaderTab--bQBCz .rightContent--rJgiw .levelTwo--Ntq0X {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 16px
}

.cascaderTab--bQBCz .rightContent--rJgiw .levelTwo--Ntq0X .text--Z1llP {
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.cascaderTab--bQBCz .rightContent--rJgiw .levelTwo--Ntq0X .textActive--qlSPd {
    color: #00c8c8;
    font-weight: 600
}

.load-more {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 5px 0 15px
}

.load-more .load-text {
    color: #999;
    font-size: 15px;
    margin-left: 7.5px
}

.no-more {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 5px 0 15px
}

.no-more .no-more-text {
    color: #999;
    font-size: 15px;
    margin-left: 7.5px
}

.filterList--xrWK2 {
    background: #fff;
    padding: 0 12px;
    position: relative
}

.filterList--xrWK2 .item--SMsmz {
    border-bottom: 1px solid #f4f4f5
}

.filterList--xrWK2 .recLine--\+Vd4M {
    align-items: center;
    background: #fff;
    color: #666;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    grid-column: span 2;
    justify-content: center;
    line-height: 16px;
    margin-top: -.5px;
    padding: 16px 0;
    position: relative;
    text-align: center;
    white-space: pre
}

.filterList--xrWK2 .recLine--\+Vd4M .line--WkWGT {
    border-bottom: .5px solid #666;
    margin: 0 10px;
    width: 10px
}

.search--nf5qy {
    align-items: center;
    color: #1f1f1f;
    display: flex;
    height: 32px;
    margin-top: 24px
}

.search--nf5qy .textActive--vRwmm {
    color: #00c8c8;
    font-weight: 600
}

.search--nf5qy .title--q7F78 {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    margin-right: 31px
}

.search--nf5qy .value--4TAq8 {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 6px;
    line-height: 100%;
    position: relative
}

.search--nf5qy .value--4TAq8 .modal--sK9j3 {
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, .2));
    flex-direction: column;
    left: -120px;
    min-height: 302px;
    padding: 37px 0 32px;
    position: absolute;
    top: 40px;
    width: 750px;
    z-index: 9999
}

.search--nf5qy .value--4TAq8 .modal--sK9j3 .close--gX5cm {
    position: absolute;
    right: 16px;
    top: 16px
}

.search--nf5qy .value--4TAq8 .modal--sK9j3 .reset--ImO-p {
    font-size: 16px;
    left: 16px;
    position: absolute;
    text-decoration: underline;
    top: 16px
}

.search--nf5qy .value--4TAq8 .modal--sK9j3:before {
    border-bottom: 24px solid #fff;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    content: "";
    height: 0;
    left: 161px;
    position: absolute;
    top: -14px;
    transform: translateX(-50%);
    width: 0
}

.doctorListSearch--Lxx6y {
    align-items: center;
    border: 1px solid #00c8c8;
    border-radius: 4px;
    display: flex;
    height: 45px;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 500px
}

.doctorListSearch--Lxx6y .inputKey--52dQD {
    flex: 1 1;
    padding-left: 12px
}

.doctorListSearch--Lxx6y .inputKey--52dQD ::-moz-placeholder {
    color: #999;
    font-size: 16px;
    font-weight: 400
}

.doctorListSearch--Lxx6y .inputKey--52dQD ::placeholder {
    color: #999;
    font-size: 16px;
    font-weight: 400
}

.scrollStyle--4XpbZ ::-webkit-scrollbar {
    height: 6px
}

.scrollStyle--4XpbZ ::-webkit-scrollbar-thumb {
    background-color: #00c8c8;
    border-radius: 3px
}

.scrollStyle--4XpbZ ::-webkit-scrollbar-thumb:hover {
    background-color: #00c8c8
}

.scrollStyle--4XpbZ ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 4px
}

.deptList--gokHA {
    align-items: center;
    border-bottom: 1px solid #eae5e5;
    border-top: 1px solid #eae5e5;
    box-sizing: border-box;
    color: #333;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 18px;
    height: 51px;
    line-height: 20px;
    margin-top: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 5px;
    width: 100%
}

.deptList--gokHA .item--Ua5Ov {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 6px;
    word-break: keep-all
}

.deptList--gokHA .active--7RBB0 {
    background: #fafafa;
    border-bottom: 1px solid #00c8c8;
    color: #00c8c8;
    font-weight: 600
}

.deptChildList--mryJ4 {
    background: #fff;
    border-bottom: 1px solid #eae5e5;
    border-left: 1px solid #eae5e5;
    border-right: 1px solid #eae5e5;
    margin: 0 20px
}

.deptChildList--mryJ4 .deptChild--3\+3tJ {
    background: #fafafa;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 20px;
    line-height: 100%;
    padding: 20px 20px 16px
}

.deptChildList--mryJ4 .deptActive--cp8LN {
    color: #00c8c8;
    font-size: 14px;
    font-style: normal;
    font-weight: 600
}

.deptChildList--mryJ4 .diseaseList--RaIN6 {
    align-items: flex-start;
    color: #666;
    display: flex;
    margin-top: 14px;
    padding: 14px 16px 18px 20px
}

.deptChildList--mryJ4 .diseaseList--RaIN6 .title--q7F78 {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-right: 21px
}

.deptChildList--mryJ4 .diseaseList--RaIN6 .disease--CrULX {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    gap: 20px
}

.deptChildList--mryJ4 .diseaseList--RaIN6 .diseaseActive--HegNa {
    color: #00c8c8;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.keywordList--9asY5 {
    background: #fff;
    border: .5px solid #e6e6e6;
    border-radius: 0 0 8px 8px;
    border-top: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    left: -1px;
    max-height: 300px;
    overflow: scroll;
    position: absolute;
    top: 47px;
    width: 501px;
    z-index: 999
}

.keywordList--9asY5 .keywordItem--9rBOT {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 33px;
    padding: 0 10px
}

.keywordList--9asY5 .keywordEmpty--RI6fh {
    align-items: center;
    color: #fa341e;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 76.374px;
    justify-content: center;
    line-height: 16px;
    width: 100%
}

.adm-input {
    --font-size: var(--adm-font-size-9);
    --color: var(--adm-color-text);
    --placeholder-color: var(--adm-color-light);
    --text-align: left;
    --background-color: transparent;
    align-items: center;
    background-color: var(--background-color);
    display: flex;
    justify-content: flex-start;
    max-height: 100%;
    max-width: 100%;
    min-height: 24px;
    width: 100%
}

.adm-input-disabled {
    cursor: not-allowed;
    opacity: .4
}

.adm-input-element {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    color: var(--color);
    display: inline-block;
    flex: auto;
    font-size: var(--font-size);
    line-height: 1.5;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 1.5em;
    outline: none;
    padding: 0;
    text-align: var(--text-align);
    width: 100%
}

.adm-input-element::-moz-placeholder {
    color: var(--placeholder-color);
    font-family: inherit
}

.adm-input-element::placeholder {
    color: var(--placeholder-color);
    font-family: inherit
}

.adm-input-element:-webkit-autofill {
    background-color: transparent
}

.adm-input-element:-moz-read-only {
    cursor: default
}

.adm-input-element:read-only {
    cursor: default
}

.adm-input-element:invalid {
    box-shadow: none
}

.adm-input-element::-ms-clear, .adm-input-element::-ms-reveal {
    display: none
}

.adm-input-element::-webkit-search-cancel-button, .adm-input-element::-webkit-search-decoration {
    display: none
}

.adm-input-element:disabled {
    opacity: 1
}

.adm-input-element[type=date], .adm-input-element[type=datetime-local], .adm-input-element[type=time] {
    min-height: 1.5em
}

.adm-input-element[type=search] {
    -webkit-appearance: none
}

.adm-input-element[readonly] {
    pointer-events: none
}

.adm-input-clear {
    color: var(--adm-color-light);
    cursor: pointer;
    flex: none;
    margin-left: 8px;
    padding: 4px
}

.adm-input-clear:active {
    color: var(--adm-color-weak)
}

.adm-input-clear .antd-mobile-icon {
    display: block;
    font-size: var(--adm-font-size-7)
}

.header--clL8M {
    flex-shrink: 0;
    height: 457px;
    position: relative;
    width: 100%
}

.header--clL8M .bg--ybdZz {
    height: 406px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.header--clL8M .content--Qr777 {
    height: 406px;
    margin: 0 auto;
    position: relative;
    width: 1200px
}

.header--clL8M .content--Qr777 .textContent--tpXvk {
    display: flex;
    flex-direction: column;
    left: 24px;
    position: absolute;
    top: 83px
}

.header--clL8M .content--Qr777 .textContent--tpXvk .title--Y-8O3 {
    color: #181a1b;
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-shadow: 0 0 40px rgba(0, 200, 200, .1)
}

.header--clL8M .content--Qr777 .textContent--tpXvk .title--Y-8O3 .colorText--aOkgK {
    color: #01b5b5
}

.header--clL8M .content--Qr777 .textContent--tpXvk .desc--JEm6G {
    color: #4f5761;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .45px;
    line-height: 100%;
    margin-top: 10px
}

.header--clL8M .bgColor--WZ\+Qa {
    background: linear-gradient(180deg, #f5fbfb, #f2f4f6);
    height: 110px
}

.doctorList--cUAI4 {
    width: 100%
}

.doctorList--cUAI4 .selectContent--Ak-j4 {
    background: #fff;
    border-radius: 16px;
    margin: -254px auto 0;
    position: relative;
    width: 1200px
}

.doctorList--cUAI4 .selectContent--Ak-j4 .doctorPhoto--3iKWB {
    height: 190px;
    position: absolute;
    right: 84px;
    top: -190px;
    width: 210px;
    z-index: 1
}

.doctorList--cUAI4 .selectContent--Ak-j4 .tabs--sh0rE {
    border-bottom: .5px solid #dedede;
    padding: 0 30px;
    position: relative;
    z-index: 10
}

.doctorList--cUAI4 .selectContent--Ak-j4 .tabContent--kZMbk {
    padding: 30px
}

.doctorList--cUAI4 .selectContent--Ak-j4 .tabContent--kZMbk .cascaderTab--kxq-r {
    margin-top: 24px
}

.doctorList--cUAI4 .doctorListContent--d-uDl {
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-sizing: border-box;
    margin: 16px auto 30px;
    padding: 23px 30px 30px;
    width: 1200px
}

.doctorList--cUAI4 .doctorListContent--d-uDl .search--f0pUG {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 22px
}

.doctorList--cUAI4 .doctorListContent--d-uDl .list---kpOs {
    grid-gap: 30px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    padding: 0
}

.doctorList--cUAI4 .doctorListContent--d-uDl .item--4NxCy {
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 19px 16px 16px
}

.adm-toast-mask .adm-toast-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%
}

.adm-toast-mask .adm-toast-main {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: var(--adm-font-size-7);
    line-height: 1.5;
    max-height: 70%;
    max-width: 204px;
    overflow: auto;
    pointer-events: all;
    position: relative;
    text-align: initial;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    word-break: break-all
}

.adm-toast-mask .adm-toast-main-text {
    min-width: 0;
    padding: 12px
}

.adm-toast-mask .adm-toast-main-icon {
    min-width: 150px;
    padding: 35px 12px
}

.adm-toast-mask .adm-toast-main-icon .adm-toast-icon {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
    text-align: center
}

.adm-toast-loading {
    --size: 48px;
    margin: 0 auto 8px
}

.adm-auto-center {
    display: flex;
    justify-content: center
}

.adm-auto-center-content {
    flex: 0 1 auto
}

.adm-mask {
    --z-index: var(--adm-mask-z-index, 1000);
    display: block;
    position: fixed;
    z-index: var(--z-index)
}

.adm-mask, .adm-mask-aria-button {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.adm-mask-aria-button {
    pointer-events: none;
    position: absolute;
    z-index: 0
}

.adm-mask-content {
    z-index: 1
}

.cascaderTab--wC3ou {
    align-content: flex-start;
    display: flex
}

.cascaderTab--wC3ou .leftTitle--ICTlX {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    margin-right: 31px
}

.cascaderTab--wC3ou .rightContent--fhN7z {
    align-content: flex-start;
    display: flex;
    flex: 1 1
}

.cascaderTab--wC3ou .rightContent--fhN7z .levelTwo--ezHTF {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.cascaderTab--wC3ou .rightContent--fhN7z .levelTwo--ezHTF .text--cbmT- {
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.cascaderTab--wC3ou .rightContent--fhN7z .levelTwo--ezHTF .textActive--ellAl {
    color: #00c8c8;
    font-weight: 600
}

.item--\+M6L6 {
    align-items: center;
    background: hsla(0, 0%, 97%, .56);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 16px
}

.item--\+M6L6 .content--VOndr {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-direction: column
}

.item--\+M6L6 .photoBox--ABCij {
    margin-bottom: 5px;
    position: relative
}

.item--\+M6L6 .photoBox--ABCij .photo--JrNGh {
    border-radius: 50%;
    height: 60px;
    width: 60px
}

.item--\+M6L6 .photoBox--ABCij .tag--xxOmG {
    align-items: center;
    background: #ff6500;
    border: .5px solid #fff;
    border-radius: 12px;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    height: 13px;
    justify-content: center;
    position: absolute;
    right: 3px;
    width: 21px
}

.item--\+M6L6 .name--1vrhX {
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    margin-top: 5px;
    text-align: center
}

.item--\+M6L6 .title--Xvedd {
    align-items: center;
    color: #666;
    display: flex;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
    line-height: 14px;
    margin-top: 4px
}

.item--\+M6L6 .title--Xvedd .line--zb5TQ {
    background: #d0d0d0;
    height: 8px;
    width: 1px
}

.item--\+M6L6 .profile--LhuW4 {
    color: #7d7f8b;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .11px;
    line-height: 19px;
    margin-top: 6px;
    word-break: break-all
}

.item--\+M6L6 .btn--oxbZa {
    align-items: center;
    background: #00c8c8;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    gap: 10px;
    height: 30px;
    justify-content: center;
    line-height: normal;
    margin-top: 6px;
    padding: 5px 14px;
    position: relative;
    text-align: center;
    width: 182.67px
}

.item--\+M6L6 .btn--oxbZa .tags--btW9f {
    align-items: center;
    background: #fd503e;
    border-radius: 3px 3px 3px 0;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 10px;
    gap: 2.966px;
    height: 13.345px;
    justify-content: center;
    padding: 3px 5.931px;
    position: absolute;
    right: 0;
    top: -7px
}

.hospitalItem--cHUac {
    box-sizing: border-box;
    padding: 24px 30px;
    width: 100%
}

.hospitalItem--cHUac .tag--ALsr7 {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    height: 24px;
    justify-content: center;
    margin-right: 17px;
    width: 24px
}

.hospitalItem--cHUac .first--hb-8X {
    background: #f33;
    color: #fff
}

.hospitalItem--cHUac .two--cz495 {
    background: #fe6600;
    color: #fff
}

.hospitalItem--cHUac .three--niUnv {
    background: #faaa0f;
    color: #fff
}

.hospitalItem--cHUac .other--g-tQ\+ {
    background: #dbdbdb;
    color: #666
}

.hospitalItem--cHUac .header--dam7i {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.hospitalItem--cHUac .header--dam7i .left--4Jusg {
    align-items: center;
    display: flex
}

.hospitalItem--cHUac .header--dam7i .left--4Jusg .logo--s-DcK {
    border-radius: 50%;
    height: 68px;
    margin-right: 14px;
    width: 68px
}

.hospitalItem--cHUac .header--dam7i .left--4Jusg .textContainer--3z\+pS {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hospitalItem--cHUac .header--dam7i .left--4Jusg .textContainer--3z\+pS .title--ZcaWt {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 18px
}

.hospitalItem--cHUac .header--dam7i .left--4Jusg .textContainer--3z\+pS .desc--n7CXB {
    align-items: center;
    display: flex;
    gap: 10px
}

.hospitalItem--cHUac .header--dam7i .left--4Jusg .textContainer--3z\+pS .desc--n7CXB .text--4VzLL {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px
}

.hospitalItem--cHUac .content--wYR7k {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-top: 17px;
    word-break: break-word
}

.hospitalItem--cHUac .content--wYR7k .label--2kcdc {
    font-weight: 600
}

.hospitalItem--cHUac .footer--nfxb- {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns:repeat(3, 1fr);
    margin-top: 14px
}

.hospitalRankHeader--Wj24D {
    height: 420px;
    padding-top: 80px;
    position: relative;
    width: 100%
}

.hospitalRankHeader--Wj24D .bg---vMV2 {
    background: url(https://assets.youlai.cn/www_youlai/client/static/images/icon-hospital-bk.9d2880b5.png) #21c1af 50%/cover no-repeat;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .25);
    height: 420px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hospitalRankHeader--Wj24D .title--EMbX1 {
    align-items: center;
    color: #f0fffe;
    display: flex;
    font-size: 50px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 2px;
    line-height: 100%;
    margin: 0 auto 30px;
    position: relative;
    width: 960px
}

.hospitalRankHeader--Wj24D .title--EMbX1 .top--APC0e {
    height: 40px;
    margin-right: 25px;
    width: 40px;
    z-index: 1
}

.hospitalRankHeader--Wj24D .desc--GduI2 {
    color: #f0fffe;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0 auto;
    position: relative;
    text-indent: 2em;
    width: 960px
}

.hospitalRank--4o9Qb {
    width: 100%
}

.hospitalRank--4o9Qb .selectContent--Nx0sP {
    background: #fff;
    border-radius: 16px;
    margin: -180px auto 0;
    position: relative;
    width: 1200px
}

.hospitalRank--4o9Qb .selectContent--Nx0sP .iconHospitalCup---9UMQ {
    flex-shrink: 0;
    height: 145px;
    position: absolute;
    right: -20px;
    top: -104px;
    width: 187px
}

.hospitalRank--4o9Qb .selectContent--Nx0sP .tabs--WJ-6T {
    border-bottom: .5px solid #dedede;
    border-radius: 16px 16px 0 0;
    padding: 0 30px;
    position: relative;
    z-index: 10
}

.hospitalRank--4o9Qb .selectContent--Nx0sP .tabContent--p5pDf {
    padding: 30px
}

.hospitalRank--4o9Qb .selectContent--Nx0sP .tabContent--p5pDf .cascaderTab--7EKLe {
    margin-top: 24px
}

.hospitalRank--4o9Qb .doctorListContent--s5qcz {
    align-items: flex-start;
    display: flex;
    gap: 21px;
    justify-content: space-between;
    margin: 16px auto;
    width: 1200px
}

.hospitalRank--4o9Qb .doctorListContent--s5qcz .left--D1caw {
    display: flex;
    flex-direction: column;
    width: 750px
}

.hospitalRank--4o9Qb .doctorListContent--s5qcz .left--D1caw .search--efaPs {
    background: #fff;
    border-bottom: 1px solid #dedede;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    padding: 24px 0;
    width: 100%
}

.hospitalRank--4o9Qb .doctorListContent--s5qcz .left--D1caw .hosp--x0iwb {
    background: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.hospitalRank--4o9Qb .doctorListContent--s5qcz .right---Zm3x {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: 17px
}

.hospitalRank--4o9Qb .doctorListContent--s5qcz .right---Zm3x .item--V9Wyi {
    border-bottom: .5px solid #dedede;
    padding: 17px 0
}

.hospitalRank--4o9Qb .doctorListContent--s5qcz .right---Zm3x .item--V9Wyi:last-child {
    border: none
}

.hospitalIntroCard--HdIO7 {
    background: linear-gradient(93deg, rgba(0, 200, 200, .05) 3.67%, rgba(0, 200, 200, 0) 96.96%), #fff;
    border-radius: var(--radius-card);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative
}

.hospitalIntroCard--HdIO7:before {
    background: linear-gradient(169deg, #92efe9 3.37%, rgba(199, 246, 243, 0) 94.5%);
    border-radius: 318.549px;
    box-sizing: border-box;
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjMiIGhlaWdodD0iMTczIiBmaWxsPSJub25lIj48cGF0aCBvcGFjaXR5PSIuOCIgZD0iTTQ5LjQwOCAxMTYuMjc4VjQwLjc0M2ExNiAxNiAwIDAgMSA3LjA2Mi0xMy4yN0w5My4yMDMgMi43M0ExNiAxNiAwIDAgMSAxMDIuMTQyIDBoMTEuMjQxYzguODM2IDAgMTYgNy4xNjMgMTYgMTZ2MTMzLjMxNmMwIDguODM3LTcuMTY0IDE2LTE2IDE2SDY1LjQwOWMtOC44MzcgMC0xNi03LjE2My0xNi0xNnYtMzMuMDM4WiIgZmlsbD0idXJsKCNhKSIvPjxwYXRoIG9wYWNpdHk9Ii41IiBkPSJNODIuMjIyIDEzNS41OFY5NS40NjVBMTYgMTYgMCAwIDAgNzIuMTQyIDgwLjZMMzYgNjYuMjA3YTE2IDE2IDAgMCAwLTUuOTItMS4xMzZIMTYuMTk4Yy04LjgzNiAwLTE2IDcuMTY0LTE2IDE2djY4LjI0NWMwIDguODM3IDcuMTY0IDE2IDE2IDE2aDUwLjAyNWM4LjgzNyAwIDE2LTcuMTYzIDE2LTE2VjEzNS41OFoiIGZpbGw9InVybCgjYikiLz48cGF0aCBvcGFjaXR5PSIuNyIgZD0iTTE2Mi4xOTcgMTMwLjYxNlY2NS42MzdhMTYgMTYgMCAwIDAtNC41OTUtMTEuMjIyTDEzOC45NiAzNS40N2ExMi43NzMgMTIuNzczIDAgMCAwLTkuMTA0LTMuODE0Yy03LjA1NCAwLTEyLjc3MyA1LjcxOS0xMi43NzMgMTIuNzczVjE1Ni4zNWMwIDguODM3IDcuMTY0IDE2IDE2IDE2aDEzLjExNGM4LjgzNyAwIDE2LTcuMTYzIDE2LTE2di0yNS43MzVaIiBmaWxsPSJ1cmwoI2MpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iODkuMzk2IiB5MT0iLTcuMDM1IiB4Mj0iODkuMzk2IiB5Mj0iODYuMTc2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIuMjMiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjQxLjIxIiB5MT0iMTA1LjUyMSIgeDI9IjQxLjIxIiB5Mj0iMTcxLjQ3MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iLjIzIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImMiIHgxPSIxMzkuNjQiIHkxPSI0MC44NjgiIHgyPSIxMzkuNjQiIHkyPSIxMzAuMTk4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI2ZmZiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIuMjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=);
    display: flex;
    flex-shrink: 0;
    height: 318.549px;
    padding-left: 57px;
    padding-top: 72px;
    position: absolute;
    right: -46px;
    top: -46px;
    width: 295.609px;
    z-index: 1
}

.hospitalIntroCard--HdIO7:after {
    background: linear-gradient(180deg, #98fff7, rgba(232, 254, 251, .1));
    border-radius: 157.485px;
    content: "";
    flex-shrink: 0;
    height: 157.485px;
    position: absolute;
    right: 200px;
    top: -20px;
    width: 146.641px;
    z-index: 2
}

.hospitalIntroCard--HdIO7 .baseInfo--r3Myx {
    display: flex;
    flex-direction: row;
    margin: 37px 40px 19px
}

.hospitalIntroCard--HdIO7 .nameTag--J1Jna {
    display: flex;
    flex: 1 1;
    flex-direction: column
}

.hospitalIntroCard--HdIO7 .nameTag--J1Jna .name--uPsBN {
    color: #222;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-top: 8px
}

.hospitalIntroCard--HdIO7 .nameTag--J1Jna .tags--7DM1e {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px
}

.hospitalIntroCard--HdIO7 .nameTag--J1Jna .tags--7DM1e li {
    align-items: center;
    background: rgba(0, 200, 200, .1);
    border: 1px solid #01b2b2;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 25px;
    justify-content: center;
    padding: 2px 8px
}

.hospitalIntroCard--HdIO7 .nameTag--J1Jna .tags--7DM1e li span {
    color: #01b2b2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.hospitalIntroCard--HdIO7 .nameTag--J1Jna .rank---z-FG {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 16px
}

.hospitalIntroCard--HdIO7 .logo--tbtwr {
    flex-shrink: 0;
    height: 126px;
    margin-right: 40px;
    width: 126px
}

.hospitalIntroCard--HdIO7 .logo--tbtwr img {
    height: 100%;
    width: 100%
}

.hospitalIntroCard--HdIO7 .website--7Fter {
    color: #2f3030;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: var(--space-M)
}

.hospitalIntroCard--HdIO7 .websiteUrl--Ayx25 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hospitalIntroCard--HdIO7 .websiteTag--4NgG1 {
    border: .5px solid var(--app-primary-color);
    border-radius: 3px;
    color: var(--app-primary-color);
    flex-shrink: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    padding: 3px
}

.hospitalIntroCard--HdIO7 .hospNavBar--WuvTo {
    background: linear-gradient(90deg, #fff, #fcfefe 95.29%) no-repeat;
    background-size: 753px;
    border-radius: 0 var(--radius-card) var(--radius-card);
    overflow: hidden;
    padding: 0 20px
}

.container--FoM3H {
    margin: 20px auto 0;
    width: var(--container-width)
}

.container--FoM3H .tabContent--iGOjz {
    background: #fff;
    border-radius: 16px;
    margin-top: 16px;
    padding: 30px
}

.container--FoM3H .tabContent--iGOjz .cascaderTab--h512g {
    margin-top: 24px
}

.container--FoM3H .doctorListContent--SffS2 {
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-sizing: border-box;
    margin: 16px auto 30px;
    padding: 23px 30px 30px;
    width: 1200px
}

.container--FoM3H .doctorListContent--SffS2 .list--lCS-J {
    grid-gap: 30px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    padding: 0
}

.container--FoM3H .doctorListContent--SffS2 .item--5v15f {
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 19px 16px 16px
}

.courtyardInfo--UAD6h {
    background: var(--background-white);
    border-radius: var(--radius-card);
    padding: 16px var(--space-L) 19px var(--space-L)
}

.courtyardInfo--UAD6h .title--24j3c {
    color: var(--text-color-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: normal
}

.description--5UfVC {
    margin-top: var(--space-L)
}

.description--5UfVC .icon--HsJMq {
    align-items: center;
    color: var(--app-primary-color);
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 18px;
    width: 18px
}

.description--5UfVC .descText--Ttw60 .title--24j3c {
    color: var(--text-color-primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px
}

.description--5UfVC .descText--Ttw60 .content--AXXc2 {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .28px;
    line-height: 30px
}

.description--5UfVC .descText--Ttw60 .content--AXXc2 p {
    color: #666;
    display: block;
    word-break: break-all
}

.areaListWrap--cMT7W {
    position: relative;
    width: 100%
}

.areaListWrap--cMT7W .scrollLeftMask--9P7IT, .areaListWrap--cMT7W .scrollRightMask--UW8Q1 {
    bottom: 0;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 1
}

.areaListWrap--cMT7W .scrollLeftMask--9P7IT {
    background: linear-gradient(to right, var(--adm-color-background), hsla(0, 0%, 100%, 0));
    left: 0
}

.areaListWrap--cMT7W .scrollRightMask--UW8Q1 {
    background: linear-gradient(to left, var(--adm-color-background), hsla(0, 0%, 100%, 0));
    right: 0
}

.areaList--psgUe {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%
}

.courtyard--TUoZE {
    align-items: center;
    background: var(--background-gray);
    border-radius: 8px;
    color: var(--text-color-primary);
    cursor: pointer;
    display: flex;
    flex: 1 1;
    flex-shrink: 0;
    flex-wrap: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 22px;
    margin: 12 0;
    margin: var(--space-small, 12) 0;
    padding: 9px 23px;
    transition: all .2s ease
}

.areaScrollList--582wn {
    flex-wrap: nowrap;
    overflow: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none
}

.areaScrollList--582wn .courtyard--TUoZE {
    flex: auto;
    white-space: nowrap
}

.courtyardActivate--Noc86 {
    background: rgba(0, 200, 200, .1);
    color: var(--app-primary-color);
    font-weight: 600
}

.descItem--nDPXW {
    line-height: 22px;
    padding: 10px 0;
    width: 100%
}

.descItem--nDPXW .descText--I8ALF, .descItem--nDPXW .descTitle--vJrHU {
    align-items: center;
    color: var(--text-color-primary);
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden
}

.descItem--nDPXW .descText--I8ALF {
    color: #666;
    display: block;
    flex: 1 1;
    font-size: 15px;
    font-weight: 400
}

.descItem--nDPXW:hover .descText--I8ALF, .descItem--nDPXW:hover .descTitle--vJrHU {
    color: var(--app-primary-color)
}

.descItem--nDPXW .websiteTag--KjNsK {
    background: rgba(0, 200, 200, .1);
    border-radius: 4px;
    color: var(--app-primary-color);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    margin-left: 4px;
    padding: 1px 3px
}

.hospitalPage--y9h1T {
    margin: 20px auto 0;
    padding-bottom: 15px;
    width: var(--container-width)
}

.hospitalPage--y9h1T .content--IXbBa {
    margin-top: var(--space-normal);
    width: 100%
}

.hospitalPage--y9h1T .content--IXbBa .left--7xADe {
    flex: 1 1;
    overflow: hidden
}

.hospitalPage--y9h1T .content--IXbBa .right--qZ2\+r {
    display: flex;
    margin-bottom: 15px;
    width: 430px
}

.introContent--nuCSB {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px
}

.introContent--nuCSB p {
    text-indent: 2em
}

.num--XgsLq {
    color: #333;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px
}

.desc--Jd1dv, .num--XgsLq {
    font-style: normal;
    text-align: center
}

.desc--Jd1dv {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: normal
}

.line--ABnRK {
    background: rgba(221, 238, 221, .93);
    height: 54px;
    width: 1px
}

.baseText--lSCm9 {
    color: #333 !important;
    font-size: 18px !important;
    line-height: 30px
}

.baseText--lSCm9 strong {
    color: #333
}

.baseText--lSCm9 p, .baseText--lSCm9 span {
    color: #666 !important;
    font-size: 18px !important;
    line-height: 30px
}

.deptCard--tfAH\+ {
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: var(--space-normal)
}

.deptCard--tfAH\+ .deptName--IlD3X {
    color: #111;
    display: block;
    flex-shrink: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: 32px
}

.deptCard--tfAH\+ .subDeptList--EVs6U {
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: grid;
    grid-template-columns:repeat(4, minmax(142px, 1fr));
    row-gap: 8px
}

.deptCard--tfAH\+ .subDeptItem--rJoNC {
    background: #f8f8f8;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    grid-column: span 1;
    min-height: 66px;
    padding: 12px 10px;
    position: relative
}

.deptCard--tfAH\+ .subDeptItem--rJoNC:hover {
    background: #f1f1f1
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .deptImg--V0yPW {
    height: 22px;
    margin-right: var(--space-xs);
    width: 22px
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .subDeptName--07BCn {
    color: var(--text-color-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .deptRank--HE3F0 {
    color: #858585;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-top: 6px
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .deptRank--HE3F0 .iconRank--Q5\+Ge {
    flex-shrink: 0
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .deptRank--HE3F0 .iconRankR--5XYNv {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .deptRank--HE3F0 .content--X-cMO {
    padding-right: 8px;
    position: relative
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .deptRank--HE3F0 .rankName--atuSY {
    overflow: hidden;
    text-overflow: ellipsis
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .deptRankForList--Ak\+Nc {
    color: #01b2b2
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .doctorNum--kkwqq {
    color: #858585;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center
}

.deptCard--tfAH\+ .subDeptItem--rJoNC .importantTag--4JUSs {
    background: #fd503e;
    border-radius: 3px 3px 3px 0;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 9px;
    padding: 3px 6px;
    position: absolute;
    right: 0;
    top: 0
}

.deptCard--tfAH\+ .subDeptItemForList--6cpcw {
    min-height: 70px;
    padding: 16px 10px 4px
}

.deptCard--tfAH\+ .subDeptItemForList--6cpcw .subDeptName--07BCn {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0
}

.deptCard--tfAH\+ .subDeptItemForList--6cpcw .deptRank--HE3F0 {
    font-size: 10px;
    margin-top: 7px
}

.deptCard--tfAH\+ .moreSubDept--uxD5e {
    align-items: center;
    background: #f8f8f8;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    grid-column: span 1;
    height: 66px;
    justify-content: center;
    padding: 10px 12px
}

.deptCard--tfAH\+ .moreSubDept--uxD5e:hover {
    background: #f1f1f1
}

.diseaseList--mdhbx {
    -moz-column-gap: 13px;
    column-gap: 13px;
    padding-top: 12px;
    row-gap: 18px
}

.diseaseList--mdhbx .diseaseItem--73agu {
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 3px 8px
}

.deptDoctorTab--BKnwJ {
    border-bottom: 1px solid #dedede;
    border-radius: 0
}

.deptDoctorTab--BKnwJ li {
    flex: 1 1
}

.doctorList--Mw87B {
    margin-top: 24px
}

.doctorList--Mw87B .recDoctor--k2NSe {
    border-bottom: 1px solid #dedede
}

.doctorList--Mw87B .recDoctor--k2NSe:last-child {
    border-bottom: none
}

.doctorList--Mw87B .recDoctor--k2NSe + .recLine--G8Ee4 {
    color: red !important
}

.actions--ZUdPh {
    grid-gap: var(--space-normal);
    display: grid;
    gap: var(--space-normal);
    grid-template-columns:1fr 1fr;
    padding: var(--space-normal)
}

.actions--ZUdPh .bookingRegister--\+aWkl, .actions--ZUdPh .expertConsultation--WkU9M {
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: var(--space-normal);
    padding-left: 14px;
    transition: all .2s ease-in
}

.actions--ZUdPh .bookingRegister--\+aWkl {
    background: #f1faf4;
    color: #4bc4ae
}

.actions--ZUdPh .bookingRegister--\+aWkl:hover {
    background: #e5f6eb
}

.actions--ZUdPh .expertConsultation--WkU9M {
    background: #fef7e9;
    color: #f8b222
}

.actions--ZUdPh .expertConsultation--WkU9M:hover {
    background: #fdedcb
}

.actions--ZUdPh .actionIcon--ybgZy {
    flex-shrink: 0;
    height: 60px;
    margin-right: var(--space-small);
    width: 60px
}

.actions--ZUdPh .actionText--6CBZb {
    color: var(--text-color-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.actions--ZUdPh .actionDesc--UKBpg {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 6px
}

.actions--ZUdPh .hosDept--e5\+Bh {
    grid-column-end: 3;
    grid-column-start: 1;
    margin-bottom: 4px;
    margin-top: var(--space-M)
}

.actions--ZUdPh .hosDept--e5\+Bh .hosDeptText--msSYP {
    align-items: center;
    color: var(--text-color-primary);
    display: flex;
    flex: 1 1;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px
}

.actions--ZUdPh .hosDept--e5\+Bh .hosDeptText--msSYP .iconTip--5NOsk {
    height: 14px;
    padding: 0 8px;
    width: 14px
}

.actions--ZUdPh .hosDept--e5\+Bh .iconNext--V-wRH {
    height: 18px;
    width: 18px
}

.zdDeptDesc--kDR8F {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0 var(--space-XL);
    padding-bottom: var(--space-XL)
}

.introText--Q\+pbs {
    color: #333;
    font-size: 16px
}

.intro--QmXh4, .introText--Q\+pbs {
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

.intro--QmXh4 {
    color: #666;
    font-size: 18px;
    letter-spacing: 0
}

.intro--QmXh4 p {
    text-indent: 2em
}