/*
 * Brighter MPR palette: keep the logo's warm brown/ivory identity while
 * reducing the muted cast. Cool tones remain limited to reflected light.
 */
:root {
  --font-mpr:
    "PingFang SC",
    "Hiragino Sans GB",
    "Noto Sans CJK SC",
    "Noto Sans SC",
    "Microsoft YaHei",
    Arial,
    sans-serif;
  --ivory: #fbf8f4;
  --paper: #fffdfb;
  --white: #fff;
  --brown: #684f45;
  --brown-dark: #332925;
  --taupe: #786d67;
  --line: #e5ddd6;
  --gold: #b89063;
  --shadow: 0 24px 70px rgb(70 50 42 / 10%);
}

body {
  background: var(--paper);
  font-family: var(--font-mpr);
  font-synthesis: none;
  overflow-x: hidden;
}

/* Interior-page visual: loaded by every page so the shared banner is never omitted. */
.page-hero {
  background:
    linear-gradient(90deg, rgb(247 239 228 / 94%), rgb(247 239 228 / 30%)),
    url("subpage-pain-consultation.png") center / cover no-repeat;
  min-height: 500px;
  padding-bottom: 108px;
  padding-right: clamp(24px, 12vw, 190px);
  padding-top: 110px;
  position: relative;
  isolation: isolate;
}

.page-hero::after {
  display: none;
}

.page-hero > * {
  max-width: 840px;
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  text-wrap: balance;
}

button,
summary {
  font-family: var(--font-mpr);
}

h1,
h2,
h3,
.fact-band span,
.quote-panel p,
.faq-list summary,
.doctor-card-copy b {
  font-family: var(--font-mpr);
  font-weight: 400;
}

.eyebrow,
.fact-band b,
.tag {
  font-weight: 600;
}

.site-header {
  background: rgb(255 253 251 / 92%);
  border-bottom-color: rgb(104 79 69 / 10%);
}

.hero {
  background: var(--ivory);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-visual {
  background: #eef1f4;
  overflow: hidden;
}

.hero-visual::after {
  background:
    linear-gradient(90deg, rgb(251 248 244 / 18%), transparent 25%),
    linear-gradient(180deg, transparent 68%, rgb(83 68 72 / 8%));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-visual img {
  object-position: 56% center;
}

.orb-note {
  background: rgb(86 72 80 / 58%);
  border-color: rgb(255 255 255 / 72%);
  box-shadow: 0 10px 30px rgb(46 36 38 / 12%);
  z-index: 1;
}

.section.warm {
  background: #f7f2ed;
}

.service-card,
.article-card,
.info-card {
  background: rgb(255 255 255 / 88%);
  border-color: var(--line);
}

.service-card.featured,
.fact-band,
.cta-section {
  background: #634b41;
}

.definition-box,
.notice-box {
  background: #f7f1eb;
}

.site-footer {
  background: #f5eee8;
}

.appointment-layout,
.location-section {
  display: grid;
  gap: clamp(32px, 6vw, 90px);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.appointment-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding-top: 28px;
}

.appointment-form label {
  color: var(--brown-dark);
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}

.appointment-form label span,
.form-intro span {
  color: var(--gold);
}

.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--brown-dark);
  font: inherit;
  padding: 13px 14px;
  width: 100%;
}

.appointment-form textarea {
  resize: vertical;
}

.appointment-form input:focus,
.appointment-form select:focus,
.appointment-form textarea:focus {
  border-color: var(--gold);
  outline: 2px solid rgb(184 144 99 / 18%);
}

.appointment-form .button {
  border: 0;
  cursor: pointer;
  justify-self: start;
  margin-top: 12px;
}

.form-intro,
.appointment-note p,
.location-section p {
  color: var(--taupe);
}

.appointment-note {
  align-self: start;
  background: #f7f1eb;
  border-left: 3px solid var(--gold);
  padding: 30px;
}

.appointment-note h3 {
  font-size: 25px;
  margin: 0 0 14px;
}

.clinic-space-section {
  background: #fffdfb;
}

.clinic-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.clinic-gallery-single {
  display: block;
}

.clinic-gallery figure,
.clinic-feature,
.module-image-clinic,
.appointment-visual {
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 24px 70px rgb(70 50 42 / 9%);
  overflow: hidden;
}

.clinic-gallery img,
.clinic-feature img,
.module-image-clinic img,
.appointment-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.clinic-gallery figure {
  background: var(--white);
  min-height: 360px;
  position: relative;
}

.clinic-gallery figure:first-child {
  min-height: 420px;
}

.clinic-gallery-single figure,
.clinic-gallery-single figure:first-child {
  min-height: 430px;
}

.module-image-service {
  grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr);
  min-height: 310px;
}

.module-image-service img {
  object-position: 50% 35%;
}

.module-image-service figcaption {
  padding-inline: clamp(34px, 5vw, 72px);
}

.clinic-gallery figcaption {
  background: rgb(51 41 37 / 70%);
  bottom: 18px;
  color: #fff;
  font-size: 14px;
  left: 18px;
  letter-spacing: 0.08em;
  padding: 8px 13px;
  position: absolute;
}

.clinic-feature {
  background: var(--white);
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  min-height: 420px;
}

.module-image-clinic {
  background: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  min-height: 430px;
}

.clinic-feature figcaption {
  align-self: stretch;
  background: #f7f1eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 64px);
}

.module-image-clinic figcaption {
  align-self: stretch;
  background: #f7f1eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 58px);
}

.clinic-feature span,
.module-image-clinic span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}

.clinic-feature strong,
.module-image-clinic strong {
  font-family: var(--font-mpr);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.32;
}

.clinic-feature p,
.module-image-clinic p {
  color: var(--taupe);
  margin: 20px 0 0;
}

.appointment-visual {
  border-left: 0;
  padding: 0;
}

.appointment-visual img {
  aspect-ratio: 4 / 3;
  height: auto;
}

.appointment-visual h3,
.appointment-visual p {
  margin-left: 30px;
  margin-right: 30px;
}

.appointment-visual h3 {
  margin-top: 28px;
}

.appointment-visual p {
  margin-bottom: 30px;
}

.form-status {
  color: var(--brown);
  font-size: 14px;
  margin: 5px 0 0;
  min-height: 28px;
}

.knowledge-search {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgb(70 50 42 / 7%);
  margin-bottom: 34px;
  padding: clamp(22px, 4vw, 34px);
}

.knowledge-search label {
  color: var(--brown-dark);
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.knowledge-search input {
  background: #fbf8f4;
  border: 1px solid #d8cec5;
  border-radius: 999px;
  color: var(--brown-dark);
  font: inherit;
  min-height: 50px;
  padding: 0 16px;
  width: 100%;
}

.knowledge-search input:focus {
  border-color: var(--gold);
  outline: 2px solid rgb(184 144 99 / 18%);
}

.knowledge-search p {
  color: var(--taupe);
  font-size: 14px;
  margin: 12px 0 0;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-links a {
  background: #f7f1eb;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brown);
  font-size: 13px;
  padding: 6px 12px;
}

.knowledge-grid .article-card[hidden] {
  display: none;
}

.dictionary-entry-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 34px;
}

.dictionary-entry-grid a,
.dictionary-item {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgb(70 50 42 / 7%);
  padding: clamp(22px, 3vw, 32px);
}

.dictionary-entry-grid span {
  color: var(--gold);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}

.dictionary-entry-grid strong {
  color: var(--brown-dark);
  display: block;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.35;
}

.dictionary-entry-grid p,
.dictionary-item p {
  color: var(--taupe);
}

.dictionary-page {
  background:
    radial-gradient(circle at 86% 8%, rgb(162 215 214 / 25%), transparent 32%),
    linear-gradient(180deg, #fbf7f2 0%, #fff 42%, #fbf7f2 100%);
}

.dictionary-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgb(255 252 248 / 96%) 0%, rgb(255 252 248 / 82%) 55%, rgb(255 252 248 / 40%) 100%),
    url("../assets/clinic-treatment-room.jpg") center / cover;
  display: grid;
  gap: clamp(20px, 3vw, 40px);
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  min-height: clamp(220px, 22vw, 300px);
  overflow: hidden;
  padding: clamp(36px, 4vw, 56px) clamp(24px, 8vw, 130px);
}

.dictionary-hero h1 {
  color: var(--brown-dark);
  font-family: var(--font-mpr);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.16;
  margin: 0 0 14px;
  max-width: 760px;
}

.dictionary-hero p:not(.eyebrow) {
  color: var(--taupe);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.8;
  max-width: 760px;
}

.dictionary-hero-card {
  align-self: end;
  backdrop-filter: blur(18px);
  background: rgb(255 255 255 / 72%);
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgb(70 50 42 / 13%);
  color: var(--brown-dark);
  padding: clamp(22px, 3vw, 34px);
}

.dictionary-hero-card > span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.dictionary-hero-card div {
  align-items: baseline;
  border-top: 1px solid rgb(111 80 67 / 14%);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 17px 0;
}

.dictionary-hero-card div:first-of-type {
  border-top: 0;
}

.dictionary-hero-card b {
  font-family: var(--font-mpr);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.dictionary-hero-card span:not(:first-child) {
  color: var(--taupe);
  font-size: 14px;
}

.dictionary-toolbar {
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
}

.dictionary-toolbar .knowledge-search {
  margin-bottom: 0;
}

.dictionary-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dictionary-chip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brown);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  min-height: 40px;
  padding: 0 18px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dictionary-chip:hover {
  transform: translateY(-1px);
}

.dictionary-chip.active {
  background: var(--brown);
  border-color: var(--brown);
  color: #fff;
}

.dictionary-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dictionary-item {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 285px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dictionary-item:hover {
  border-color: rgb(184 144 99 / 45%);
  box-shadow: 0 26px 66px rgb(70 50 42 / 10%);
  transform: translateY(-3px);
}

.dictionary-card-top {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dictionary-badge {
  background: #f6eee6;
  border: 1px solid rgb(184 144 99 / 22%);
  border-radius: 999px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 11px;
  white-space: nowrap;
}

.dictionary-card-top a {
  color: var(--brown);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.dictionary-item h2 {
  font-family: var(--font-mpr);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
  margin-bottom: 14px;
}

.dictionary-item p {
  font-size: 15px;
  line-height: 1.8;
  margin: 8px 0;
}

.dictionary-item[hidden] {
  display: none;
}

.location-section {
  align-items: stretch;
  border-top: 1px solid var(--line);
  padding-top: 70px;
}

.location-section h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.map-frame {
  background: #e8e2dc;
  min-height: 350px;
  overflow: hidden;
}

.map-frame iframe {
  border: 0;
  height: 100%;
  min-height: 350px;
  width: 100%;
}

/* Appointment page: a calmer, more visual first impression and a clearer form hierarchy. */
body:has(.appointment-layout) .page-hero {
  background:
    linear-gradient(90deg, rgb(247 239 228 / 96%), rgb(247 239 228 / 55%)),
    url("hero-consultation-v2.jpg") center / cover no-repeat;
  min-height: 450px;
  padding-right: clamp(24px, 12vw, 190px);
}

body:has(.appointment-layout) .page-hero::after {
  display: none;
}

body:has(.appointment-layout) .page-hero > * {
  position: relative;
  z-index: 1;
}

body:has(a[href="../knowledge/low-back-pain/index.html"]) .page-hero {
  background:
    linear-gradient(90deg, rgb(247 239 228 / 94%), rgb(247 239 228 / 24%)),
    url("clinic-consult-room.jpg") center / cover no-repeat;
}

body:has(.doctor-profile) .page-hero {
  background:
    linear-gradient(90deg, rgb(247 239 228 / 94%), rgb(247 239 228 / 22%)),
    url("banner-expert-team.png") center / cover no-repeat;
}

body:has(.definition-box):not(:has(.article-body)):not(:has(.doctor-profile)) .page-hero {
  background:
    linear-gradient(90deg, rgb(247 239 228 / 97%), rgb(247 239 228 / 78%)),
    url("clinic-reception-wide.jpg") center / cover no-repeat;
}

body:has(.definition-box):not(:has(.article-body)):not(:has(.doctor-profile)) .page-hero h1 {
  max-width: 780px;
}

body:has(.article-grid) .page-hero {
  background:
    linear-gradient(90deg, rgb(247 239 228 / 92%), rgb(247 239 228 / 24%)),
    url("daily-management-v2.jpg") center / cover no-repeat;
}

body:has(.faq-list) .page-hero {
  background:
    linear-gradient(90deg, rgb(247 239 228 / 92%), rgb(247 239 228 / 25%)),
    url("service-assessment-v2.jpg") center / cover no-repeat;
}

body:has(.city-card-grid) .page-hero {
  background:
    linear-gradient(90deg, rgb(247 239 228 / 94%), rgb(247 239 228 / 30%)),
    url("banner-about-clinic.png") center / cover no-repeat;
}

body:has(.news-page) .page-hero {
  background:
    linear-gradient(90deg, rgb(247 239 228 / 94%), rgb(247 239 228 / 30%)),
    url("banner-services-pain.png") center / cover no-repeat;
}

body:has(.appointment-layout) .page-hero h1 {
  font-size: clamp(42px, 5vw, 70px);
  max-width: 760px;
}

body:has(.appointment-layout) .content-shell {
  padding-top: 78px;
}

body:has(.appointment-layout) .appointment-layout {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgb(70 50 42 / 8%);
  padding: clamp(26px, 4vw, 54px);
}

body:has(.appointment-layout) .appointment-form {
  background: #fbf8f4;
  border: 1px solid var(--line);
  border-radius: 4px;
  gap: 9px;
  padding: 25px;
}

body:has(.appointment-layout) .appointment-form input,
body:has(.appointment-layout) .appointment-form select,
body:has(.appointment-layout) .appointment-form textarea {
  background: #fff;
  border-color: #d8cec5;
  min-height: 48px;
}

body:has(.appointment-layout) .location-section {
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
}

body:has(.appointment-layout) .map-frame,
body:has(.appointment-layout) .map-frame iframe {
  min-height: 500px;
}

body:has(.appointment-layout) .notice-box {
  margin: 26px 0 0;
  padding: 18px 22px;
}

body:has(.appointment-layout) .notice-box h2 {
  font-family: var(--font-mpr);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

body:has(.appointment-layout) .notice-box p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

@media (width > 980px) {
  .hero {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    height: min(680px, calc(100svh - 82px));
    min-height: 600px;
  }

  .hero-copy {
    padding: 54px clamp(40px, 4.5vw, 82px);
  }

  .hero h1 {
    font-size: clamp(46px, 3.35vw, 60px);
    letter-spacing: -0.035em;
    line-height: 1.2;
    margin-bottom: 22px;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.8;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .trust-line {
    margin-top: 30px;
    padding-top: 20px;
  }

  .hero-visual {
    height: 100%;
    min-height: 0;
  }

  .hero-visual img {
    transform: scale(1.1);
    transform-origin: 56% 58%;
  }

  .section {
    padding-block: 88px;
  }

  .section.split {
    padding-block: 60px;
  }

  .fact-band + .section {
    padding-bottom: 48px;
    padding-top: 56px;
  }

  .fact-band + .section + .section {
    padding-top: 48px;
  }

  .section-heading {
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 2.3fr);
    margin-bottom: 44px;
  }

  .section-heading h2 {
    font-size: clamp(35px, 2.8vw, 46px);
  }

  .process-card {
    min-height: 235px;
  }

  .service-card {
    min-height: 320px;
  }

  .split h2 {
    font-size: clamp(38px, 3.2vw, 52px);
  }

  .cta-section h2 {
    font-size: clamp(42px, 4vw, 58px);
  }
}

@media (width > 640px) and (width <= 980px) {
  .hero h1 {
    font-size: clamp(42px, 7vw, 56px);
  }

  .hero-visual img {
    transform: scale(1.05);
    transform-origin: 56% 56%;
  }

  .fact-band + .section {
    padding-bottom: 52px;
    padding-top: 64px;
  }

  .fact-band + .section + .section {
    padding-top: 52px;
  }
}

@media (width <= 640px) {
  .page-hero {
    min-height: 0;
    padding-right: 22px;
    padding-bottom: 72px;
    padding-top: 78px;
  }

  .page-hero::after {
    display: none;
  }

  .hero-visual img {
    object-position: 56% center;
    transform: none;
  }

  .fact-band + .section {
    padding-bottom: 44px;
    padding-top: 48px;
  }

  .fact-band + .section + .section {
    padding-top: 44px;
  }

  .appointment-layout,
  .location-section {
    display: block;
  }

  .clinic-gallery,
  .clinic-feature,
  .module-image-clinic,
  .dictionary-entry-grid,
  .dictionary-grid {
    display: block;
  }

  .dictionary-hero {
    display: block;
    min-height: 0;
    padding: 40px 22px 32px;
  }

  .dictionary-hero h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .dictionary-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .dictionary-hero-card {
    margin-top: 28px;
  }

  .dictionary-chips {
    flex-wrap: nowrap;
    margin-left: -22px;
    margin-right: -22px;
    overflow-x: auto;
    padding: 0 22px 8px;
  }

  .dictionary-chip {
    flex: 0 0 auto;
  }

  .dictionary-entry-grid a,
  .dictionary-item {
    display: block;
    margin-bottom: 16px;
  }

  .dictionary-item {
    min-height: 0;
    padding: 22px;
  }

  .dictionary-card-top {
    align-items: flex-start;
  }

  .clinic-gallery figure,
  .clinic-gallery figure:first-child {
    min-height: 0;
  }

  .clinic-gallery-single figure,
  .clinic-gallery-single figure:first-child {
    min-height: 0;
  }

  .clinic-gallery figure + figure,
  .clinic-feature figcaption {
    margin-top: 18px;
  }

  .clinic-gallery img,
  .clinic-feature img,
  .module-image-clinic img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .clinic-feature figcaption,
  .module-image-clinic figcaption {
    padding: 26px 24px;
  }

  .appointment-note {
    margin-top: 35px;
  }

  .location-section {
    padding-top: 55px;
  }

  .map-frame {
    margin-top: 28px;
    min-height: 280px;
  }

  .map-frame iframe {
    min-height: 280px;
  }

  body:has(.appointment-layout) .page-hero {
    min-height: 390px;
    padding-right: 22px;
  }

  body:has(.appointment-layout) .page-hero h1 {
    font-size: 43px;
  }

  body:has(.appointment-layout) .content-shell {
    padding-top: 48px;
  }

  body:has(.appointment-layout) .appointment-layout {
    padding: 20px;
  }

  body:has(.appointment-layout) .appointment-form {
    padding: 18px;
  }

  body:has(.appointment-layout) .map-frame,
  body:has(.appointment-layout) .map-frame iframe {
    min-height: 320px;
  }
}

/* 统一公开的诊所名称与到店地址 */
.site-footer .footer-main > div:nth-child(3) span:first-of-type {
  font-size: 0;
}
.site-footer .footer-main > div:nth-child(3) span:first-of-type::after {
  content: "北京市朝阳区阜通东大街1号院3号楼1层1132";
  font-size: 14px;
}
.site-footer .footer-main > div:nth-child(3) span:nth-of-type(2) {
  font-size: 0;
}
.site-footer .footer-main > div:nth-child(3) span:nth-of-type(2)::after {
  content: "北京麦格派瑞中医诊所";
  font-size: 14px;
}
body:has(.location-section) .location-section h2 {
  font-size: 0;
}
body:has(.location-section) .location-section h2::after {
  content: "北京麦格派瑞中医诊所";
  font-size: 28px;
}
body:has(.location-section) .location-section p:not(.eyebrow) {
  font-size: 0;
}
body:has(.location-section) .location-section p:not(.eyebrow)::after {
  content: "北京市朝阳区阜通东大街1号院3号楼1层1132。预约确认后，我们会发送到店指引。";
  font-size: 16px;
}
body:has(.faq-list) .faq-list details:last-of-type p {
  font-size: 0;
}
body:has(.faq-list) .faq-list details:last-of-type p::after {
  content: "可以通过预约页面填写基本情况，再通过机构官方企业微信确认时间与到店指引。地址：北京市朝阳区阜通东大街1号院3号楼1层1132。";
  font-size: 16px;
}
body:has(.definition-box):not(:has(.article-body)) .definition-box p:first-of-type {
  font-size: 0;
}
body:has(.definition-box):not(:has(.article-body)) .definition-box p:first-of-type::after {
  content: "地址：北京市朝阳区阜通东大街1号院3号楼1层1132";
  font-size: 16px;
}
