@charset "UTF-8";
.page-doctors-shell {
  background: var(--cream-soft);
}

.doctors-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--site-header-height));
  overflow: hidden;
  background: var(--cream-soft);
}
.doctors-hero__bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.doctors-hero__content {
  width: 100%;
  position: absolute;
  top: clamp(210px, 16.40625vw, 315px);
  left: clamp(173px, 13.5416666667vw, 260px);
  z-index: 1;
  line-height: normal;
}
.doctors-hero__title {
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(54px, 3.75vw, 72px);
  white-space: nowrap;
  line-height: 1;
}
.doctors-hero__en {
  margin: 1.0416666667vw 0 0 0;
  color: var(--font-default);
  font-family: "Poppins-Light", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  letter-spacing: 0;
  line-height: 1;
}
.doctors-hero__desc {
  margin: 2.1875vw 0 0 0;
  color: var(--font-default);
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  line-height: 1.62;
}

.doctors-tabs {
  position: sticky;
  top: var(--site-header-height);
  z-index: 15;
  display: flex;
  gap: clamp(21px, 1.6145833333vw, 31px);
  align-items: center;
  height: clamp(33px, 2.6041666667vw, 50px);
  padding: 0 15%;
  overflow-x: auto;
  background: transparent;
  border-bottom: 1px solid rgba(135, 100, 57, 0.1921568627);
  transition: background 0.25s ease;
}
.doctors-tabs--stuck {
  background: var(--cream-soft);
}
.doctors-tabs__item {
  position: relative;
  flex: 0 0 auto;
  padding: clamp(9px, 0.6770833333vw, 13px) 0;
  border: 0;
  background: transparent;
  color: #575757;
  cursor: pointer;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  white-space: nowrap;
  transition: color 0.25s ease;
}
.doctors-tabs__item:hover, .doctors-tabs__item.active {
  color: var(--font-hover);
  font-family: "FZLTHJW--GB1-0", sans-serif;
}

.doctors-section {
  scroll-margin-top: 50px;
  padding: clamp(77px, 6.0416666667vw, 116px) 11% 0;
}
.doctors-section__title {
  margin: 0 auto;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-weight: normal;
  font-size: clamp(54px, 3.75vw, 72px);
}
.doctors-section__sub {
  margin: clamp(19px, 1.4583333333vw, 28px) auto 0;
  color: var(--font-default);
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  line-height: 1.5;
}

.doctors-content-bg {
  background: url("../images/doctors/content_bg.png") top center/100% auto no-repeat;
}
.doctors-content-bg .doctors-section__title {
  color: #000000;
}

.endorsement {
  padding-top: clamp(78px, 6.0416666667vw, 116px);
}
.endorsement__head {
  margin-bottom: clamp(54px, 4.1666666667vw, 80px);
  text-align: center;
}
.endorsement__grid {
  display: grid;
  max-width: 1920px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
}

.endo-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.5625vw, 30px);
  min-height: clamp(154px, 11.9791666667vw, 230px);
  padding: 5% 3%;
  transition: background 0.25s ease;
}
.endo-card:hover {
  background: rgba(236, 219, 197, 0.74);
}
.endo-card__avatar {
  flex-shrink: 0;
  width: clamp(138px, 10.3125vw, 198px);
  height: clamp(138px, 10.3125vw, 198px);
}
.endo-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.endo-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
}
.endo-card__title {
  margin: 0;
  color: #000000;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(20px, 1.5625vw, 30px);
}
.endo-card__subtitle {
  margin-top: clamp(3px, 0.2083333333vw, 4px);
  color: #575757;
  font-family: "Poppins-Light", sans-serif;
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
.endo-card__rule {
  width: clamp(36px, 2.8125vw, 54px);
  height: 1px;
  margin: clamp(12px, 0.9375vw, 18px) 0 clamp(12px, 0.9375vw, 18px);
  background: #575757;
}
.endo-card__desc {
  margin: 0;
  color: var(--font-default);
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  white-space: pre-wrap;
}

.booking {
  padding: clamp(120px, 9.375vw, 180px) 15% 0;
}
.booking__head {
  margin-bottom: clamp(53px, 4.1145833333vw, 79px);
  text-align: center;
}
.booking__form {
  display: grid;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.9fr);
  column-gap: clamp(45px, 3.5416666667vw, 68px);
  row-gap: clamp(28px, 2.1875vw, 42px);
  padding: clamp(45px, 3.5416666667vw, 68px) clamp(45px, 3.5416666667vw, 68px) clamp(48px, 3.75vw, 72px);
  background: rgba(239, 224, 204, 0.5);
}
.booking__form-title {
  display: flex;
  grid-column: 1/-1;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(9px, 0.7291666667vw, 14px);
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(24px, 1.5625vw, 30px);
  text-align: center;
}
.booking__form-title span {
  margin-top: 10px;
  color: #575757;
  font-family: "Poppins-Light", sans-serif;
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
.booking__submit {
  width: min(580px, 100%);
  grid-column: 1/-1;
  justify-self: center;
  margin-top: clamp(26px, 2.03125vw, 39px);
  padding: clamp(11px, 0.8854166667vw, 17px) 28px;
  border: 0;
  background-image: linear-gradient(1deg, #e2c6a1 0%, #6f492b 100%), linear-gradient(#dcb075, #dcb075);
  background-blend-mode: normal, normal;
  color: #fffcf8;
  cursor: pointer;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(20px, 1.5625vw, 30px);
  transition: opacity 0.25s ease;
}
.booking__submit:hover {
  opacity: 0.88;
}
.booking__submit:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}
.booking__error {
  grid-column: 1/-1;
  justify-self: center;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
}
.booking__error {
  color: #b24a3f;
}

[v-cloak] {
  display: none !important;
}

.booking-success-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.32);
}
.booking-success-modal__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(35px, 2.6041666667vw, 50px) clamp(120px, 10.4166666667vw, 200px) clamp(35px, 2.6041666667vw, 50px);
  background: #fdf1e2;
  box-shadow: 0px 11px 21px 6px rgba(177, 123, 71, 0.15);
  border-radius: 10px;
}
.booking-success-modal__close {
  position: absolute;
  top: 4%;
  right: 3%;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.booking-success-modal__icon {
  display: block;
  width: 80px;
  height: 80px;
}
.booking-success-modal__title {
  margin: clamp(21px, 1.5625vw, 30px) 0 0;
  color: #000;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(24px, 1.8229166667vw, 35px);
  font-weight: 400;
  line-height: 1.18;
}
.booking-success-modal__qr {
  display: block;
  width: clamp(188px, 14.6875vw, 282px);
  height: clamp(188px, 14.6875vw, 282px);
  margin-top: clamp(25px, 2.0833333333vw, 40px);
}
.booking-success-modal__desc {
  margin: clamp(20px, 1.5625vw, 30px) 0 0;
  color: #000;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(16px, 1.3020833333vw, 25px);
  line-height: 1.3;
  text-align: center;
}

.form-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.form-field label {
  margin-bottom: clamp(19px, 1.4583333333vw, 28px);
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(20px, 1.5625vw, 30px);
}
.form-field input,
.form-field select {
  width: 100%;
  min-width: 0;
  height: clamp(28px, 2.1875vw, 42px);
  padding: 0;
  border: 0;
  border-bottom: 1px solid #575757;
  background: transparent;
  color: #575757;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  letter-spacing: 0;
}
.form-field input:focus,
.form-field select:focus {
  outline: none;
}
.form-field input::placeholder,
.form-field select::placeholder {
  color: rgba(87, 87, 87, 0.5019607843);
}
.form-field input[type=datetime-local].is-empty {
  color: transparent;
}
.form-field select {
  border-radius: 0;
}
.form-field select:invalid,
.form-field select option,
.form-field select option[value=""] {
  color: rgba(87, 87, 87, 0.5019607843);
}
.form-field--time {
  position: relative;
}
.form-field--time::after {
  position: absolute;
  right: 0;
  bottom: clamp(8px, 0.625vw, 12px);
  left: 0;
  color: rgba(87, 87, 87, 0.5019607843);
  content: "请选择预约时间";
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 1;
  pointer-events: none;
}
.form-field--time:focus-within::after, .form-field--time.form-field--time-filled::after {
  content: none;
}

.articles {
  padding: clamp(90px, 7.03125vw, 135px) 0 0;
  overflow: hidden;
  background: transparent;
}
.articles__head {
  margin-bottom: clamp(48px, 3.75vw, 72px);
  padding: 0 11%;
  text-align: center;
}
.articles__grid {
  display: flex;
  width: 100%;
  height: clamp(524px, 40.9375vw, 786px);
  margin: 0 auto;
  overflow: hidden;
}

.article-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  flex: 0 0 21.5625%;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(48px, 3.75vw, 72px) clamp(36px, 2.8125vw, 54px) clamp(45px, 3.5416666667vw, 68px);
  overflow: hidden;
  background: #1d1713;
  color: #ffffff;
  text-align: left;
  transition: flex-basis 0.45s ease;
}
.article-card:nth-child(1) {
  --article-before: url("../images/doctors/1_before.png");
  --article-after: url("../images/doctors/1_after.png");
}
.article-card:nth-child(2) {
  --article-before: url("../images/doctors/2_before.png");
  --article-after: url("../images/doctors/2_after.png");
}
.article-card:nth-child(3) {
  --article-before: url("../images/doctors/3_before.png");
  --article-after: url("../images/doctors/3_after.png");
}
.article-card:nth-child(4) {
  --article-before: url("../images/doctors/4_before.png");
  --article-after: url("../images/doctors/4_after.png");
}
.article-card::before, .article-card::after {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  transition: opacity 0.45s ease;
}
.article-card::before {
  background-image: var(--article-before);
  opacity: 1;
}
.article-card::after {
  background-image: var(--article-after);
  opacity: 0;
}
.article-card.article-card--active {
  flex-basis: 35.3125%;
}
.article-card.article-card--active::before {
  opacity: 0;
}
.article-card.article-card--active::after {
  opacity: 1;
}
.article-card__copy {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  width: clamp(200px, 15.625vw, 300px);
  text-align: left;
  transition: width 0.45s ease;
}
.article-card__no {
  position: relative;
  margin-bottom: clamp(18px, 1.40625vw, 27px);
  font-family: "Poppins-ExtraLight", sans-serif;
  font-size: clamp(80px, 5.2083333333vw, 100px);
  line-height: 1;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.article-card__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: normal;
  line-height: 2.4479166667vw;
  white-space: nowrap;
}
.article-card__rule {
  position: relative;
  width: clamp(60px, 4.6875vw, 90px);
  height: 1px;
  margin: clamp(16px, 1.25vw, 24px) 0 0;
  background: rgba(255, 255, 255, 0.86);
}
.article-card__desc {
  position: relative;
  width: 100%;
  margin: auto 0 clamp(24px, 1.875vw, 36px);
  color: rgba(255, 255, 255, 0.94);
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 1.5625vw;
  text-align: left;
}
.article-card__footer {
  position: relative;
  display: inline-flex;
  width: clamp(142px, 11.09375vw, 213px);
  align-items: center;
  justify-content: space-between;
  padding: clamp(5px, 0.4166666667vw, 8px) clamp(11px, 0.8333333333vw, 16px);
  border: 1px solid rgba(255, 255, 255, 0.86);
  color: #ffffff;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1;
}
.article-card__footer::after {
  width: clamp(39px, 3.0208333333vw, 58px);
  height: clamp(7px, 0.5729166667vw, 11px);
  background: url("../images/doctors/arrow.png") center/contain no-repeat;
  content: "";
}
