.home-page {
  --home-red: #79312c;
  --home-cream: #eae7dc;
  --home-paper: #f7f6f1;
  --home-ink: #372f2d;
  --home-muted: #685e5d;
  --home-tan: #bc835b;
  --home-gold: #bd9f78;
  --home-blue: #5b6f7e;
  --home-green: #aab6ac;
  --home-container: min(87.5rem, calc(100vw - clamp(1.25rem, 7vw, 10rem)));
  color: var(--home-ink);
  background: var(--home-paper);
  font-family: PingFangSC-Regular, "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  overflow: hidden;
}

.home-page a {
  color: inherit;
  text-decoration: none;
}

.home-container {
  width: var(--home-container);
  margin-inline: auto;
}

.home-hero {
  position: relative;
  --home-hero-image-offset: clamp(6rem, 8vw, 9.5rem);
  height: 42vw;
  background: var(--home-paper);
}

.home-header {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 3;
  --home-header-min: 67.5rem;
  --home-header-content: max(var(--home-container), var(--home-header-min));
  --home-header-edge: max(0px, calc((100vw - var(--home-header-content)) / 2));
  --home-header-canvas: max(100vw, var(--home-header-min));
  --home-header-lang-right: clamp(1.875rem, 2vw, 2.5rem);
  --home-header-lang-top: clamp(1.75rem, 2vw, 2.45rem);
  width: var(--home-header-canvas);
  height: max(13rem, 19vw);
  background: url("../lanhu/main/shouye/img/SketchPngf497374d76c51434b58e2edff597e530dc1ab62d48a9538742dfa9c692273e5a.png") left top / 100% 100% no-repeat;
}

.home-header__accent {
  position: absolute;
  left: 0;
  top: 0;
  width: max(29.5625rem, 43.802vw);
  aspect-ratio: 841 / 291;
  background: url("../lanhu/main/shouye/img/SketchPnga404d65a26ee77ad8690d6182a376e8edf805c90702ac98010d797e21af1eba6.png") left top / contain no-repeat;
  pointer-events: none;
}

.home-header__inner {
  position: relative;
  z-index: 1;
  width: var(--home-header-content);
  min-width: var(--home-header-min);
  margin-inline: var(--home-header-edge);
  box-sizing: border-box;
  min-height: clamp(9rem, 14vw, 13rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(4rem, 6.8vw, 9rem);
  padding-top: clamp(1.4rem, 2.5vw, 3rem);
}

.home-header__nav {
  display: flex;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  gap: clamp(1.5rem, 2vw, 2.5rem);
  min-width: max-content;
  justify-content: space-between;
}

.home-header__nav--left {
  justify-self: stretch;
}

.home-header__nav--right {
  justify-self: stretch;
}

.home-header::after {
  content: "";
  position: absolute;
  right: clamp(.5rem, 2vw, 1.5625rem);
  top: clamp(.15rem, .35vw, .25rem);
  width: max(14.78125rem, 21.901vw);
  aspect-ratio: 462 / 145;
  background: url("../lanhu/main/shouye/img/SketchPngd296db714f1c2c9d5e51b97bdc47b0436861b969b9572aae6ca755a1cb27db07.png") center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 0;
}

.home-header__link {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  justify-items: start;
  column-gap: .3rem;
  row-gap: .32rem;
  min-height: clamp(5rem, 8vw, 9rem);
  color: rgba(248, 237, 219, .9);
  font-family: "Source Han Serif CN", "Noto Serif SC", SimSun, serif;
  font-weight: 400;
  transition: color .2s ease, transform .2s ease;
}

.home-header__link::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  width: .75rem;
  aspect-ratio: 12 / 19;
  justify-self: center;
  align-self: start;
  background: center / contain no-repeat;
}

.home-header__nav--left .home-header__link::before {
  background-image: url("../lanhu/main/shouye/img/SketchPng26d049c96da2a3731645736378973387a062be364540ef85b7177c5f62f2e443.png");
}

.home-header__nav--right .home-header__link::before {
  background-image: url("../lanhu/main/shouye/img/SketchPnga3a53ae4a3712b21c604aabd373157d2626c04eca821274a8e394a3ab84db9e3.png");
}

.home-header__link:hover,
.home-header__link:focus {
  color: #fffdf4;
  transform: translateY(-.12rem);
}

.home-header__link-cn,
.home-header__link-en {
  grid-row: 2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  align-self: start;
}

.home-header__link-cn {
  grid-column: 1;
  color: rgba(248, 237, 219, .92);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .2rem;
}

.home-header__link-en {
  grid-column: 2;
  max-height: none;
  color: rgba(229, 219, 202, .8);
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: .1rem;
  opacity: .95;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.home-header__link--active .home-header__link-cn {
  color: rgba(250, 240, 224, .94);
}

.home-header__link:hover .home-header__link-cn,
.home-header__link:focus .home-header__link-cn {
  color: rgba(248, 238, 220, .94);
}

.home-header__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.55rem, .8vw, .8rem);
}

.home-header__logo {
  width: clamp(3.75rem, 4.3vw, 5.125rem);
  height: auto;
  flex: 0 0 auto;
}

.home-header__brand-text {
  width: clamp(9rem, 11vw, 13.25rem);
  height: auto;
  flex: 0 1 auto;
}

.home-header__lang {
  position: absolute;
  right: var(--home-header-lang-right);
  top: var(--home-header-lang-top);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(7.5rem, 7.8vw, 9rem);
  min-height: 2.4rem;
  padding-inline: .75rem;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff !important;
  background: url("../lanhu/main/shouye/img/SketchPng6907850111b2ab21406f8a3edc67e255152255b26a070e425a31d0a7e9cff276.png") center / 100% 100% no-repeat;
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: 1rem;
  line-height: 1.15;
  white-space: nowrap;
  text-align: center;
}

.home-header__lang:hover,
.home-header__lang:focus,
.home-header__lang span {
  color: #fff !important;
}

.home-header__lang span {
  display: block;
  max-width: 100%;
  line-height: 1.15;
  white-space: normal;
  overflow-wrap: anywhere;
}

.home-main {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background: var(--home-paper);
  border-radius: .5rem .5rem 0 0;
}

.home-quick {
  --home-quick-overlap: clamp(3rem, 5vw, 4.35rem);
  position: relative;
  z-index: 4;
  margin-top: 0;
  margin-bottom: calc(clamp(2rem, 4vw, 4rem) - var(--home-quick-overlap));
  transform: translateY(calc(-1 * var(--home-quick-overlap)));
}

.home-quick__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(.75rem, 2.8vw, 3.25rem);
}

.home-quick-card {
  position: relative;
  isolation: isolate;
  aspect-ratio: 191 / 205;
  display: grid;
  place-items: center;
  align-content: center;
  gap: clamp(.45rem, 1vw, .8rem);
  padding: clamp(1rem, 2vw, 2rem);
  color: var(--home-ink);
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  transition: transform .2s ease;
}

.home-quick-card::before,
.home-quick-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-quick-card::before {
  z-index: 0;
  -webkit-mask: var(--quick-fill-mask) center / 100% 100% no-repeat;
  mask: var(--quick-fill-mask) center / 100% 100% no-repeat;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, .72), transparent 42%),
    linear-gradient(180deg, rgba(250, 247, 239, .98), rgba(234, 225, 211, .98));
}

.home-quick-card::after {
  z-index: 1;
  background: var(--quick-frame) center / 100% 100% no-repeat;
}

.home-quick-card > * {
  position: relative;
  z-index: 2;
}

.home-quick-card:hover,
.home-quick-card:focus {
  transform: translateY(-.35rem);
}

.home-quick-card--paper-a {
  --quick-frame: url("../lanhu/main/shouye/img/SketchPng2779a60221341fae0bc030001017602f2bb204145240f4a327875036916745b4.png");
  --quick-fill-mask: url("../lanhu/main/shouye/img/quick-card-fill-mask-a.png");
}

.home-quick-card--paper-b {
  --quick-frame: url("../lanhu/main/shouye/img/SketchPng741136a281fbc797c49f0b2908f99d0b4a8236988dd71c3c551142056fbe6bac.png");
  --quick-fill-mask: url("../lanhu/main/shouye/img/quick-card-fill-mask-b.png");
}

.home-quick-card--paper-c {
  --quick-frame: url("../lanhu/main/shouye/img/SketchPngd9e03bc307fecfed37cad0bac21a52368970879b00f19ce25562c285d1e6ccf2.png");
  --quick-fill-mask: url("../lanhu/main/shouye/img/quick-card-fill-mask-c.png");
}

.home-quick-card--paper-d {
  --quick-frame: url("../lanhu/main/shouye/img/SketchPng82a8f1eecd26a697e0737f7aa249fc6a2070dd71304dfabe26fb15f067d078d8.png");
  --quick-fill-mask: url("../lanhu/main/shouye/img/quick-card-fill-mask-d.png");
}

.home-quick-card--paper-e {
  --quick-frame: url("../lanhu/main/shouye/img/SketchPng21ef5291c93c2860dde8a64c0fa9ce00fb49c42860b5e3ec0b77e09dde5ce1f2.png");
  --quick-fill-mask: url("../lanhu/main/shouye/img/quick-card-fill-mask-e.png");
}

.home-quick-card__icon {
  width: clamp(3.6rem, 4.8vw, 5.7rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-quick-card__icon--a {
  background-image: url("../lanhu/main/shouye/img/SketchPng094cb4dd7c1b378ff0075877faee651b151d568d85420fcd372d058ec11c1ef1.png");
}

.home-quick-card__icon--b {
  background-image: url("../lanhu/main/shouye/img/SketchPng5deca82dede90380d9dba118f7507454b96b56b3b5a78e0419e0b51853ed0d4c.png");
}

.home-quick-card__icon--c {
  background-image: url("../lanhu/main/shouye/img/SketchPngc55c331e55425431eae477e55e32bd22ee7b7766621f1cbd8674725997e9de41.png");
}

.home-quick-card__icon--d {
  background-image: url("../lanhu/main/shouye/img/SketchPngca1b364f79d3a8cb90d4579a5f14c7441dcebfde796631ec40b8961e973c770f.png");
}

.home-quick-card__icon img {
  max-width: 52%;
  max-height: 52%;
  object-fit: contain;
}

.home-section {
  padding-block: clamp(3rem, 6vw, 6.5rem);
}

.home-section-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 5rem);
}

.home-section-head {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: .35rem;
  min-width: min(100%, 18rem);
}

.home-section-head h2 {
  margin: 0;
  color: #a3342c;
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.home-section-head__dot {
  width: .4rem;
  aspect-ratio: 1;
  margin-left: .5rem;
  border-radius: 50%;
  background: rgba(188, 131, 91, .67);
}

.home-section-head p {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0;
  color: #c0b4a2;
  font-family: FZZHUNYSJW--GB1-0, "Noto Sans SC", sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
  white-space: nowrap;
}

.home-section-head p i {
  display: block;
  width: 1px;
  height: 2.5rem;
  margin-left: calc(.5rem + (.4rem - 1px) / 2);
  background: url("../lanhu/main/shouye/img/SketchPng57a7bdb68ea8827339c9173e3c0e700c9ee66a5cfd3247ac47a107d9cd4df156.png") center / 100% 100% no-repeat;
}

.home-section-head--wide {
  min-width: 0;
  width: 100%;
}

.home-section-head--wide p {
  width: 100%;
  white-space: normal;
}

.home-section-head--wide strong {
  margin-left: clamp(10rem, 4vw, 4rem);
  color: var(--home-muted);
  font-family: PingFangSC-Regular, "Noto Sans SC", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.home-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.25rem;
  min-height: 2.75rem;
  padding-inline: 1.5rem;
  color: #a3342c !important;
  background: url("../lanhu/main/shouye/img/SketchPngbd8d964cf2b3da8b25266ac41dccac51f5778bccdf39a7df3a141cfe003bb0fb.png") center / 100% 100% no-repeat;
  font-family: FZZHUNYSJW--GB1-0, "Noto Sans SC", sans-serif;
  font-size: 1rem;
  white-space: nowrap;
}

.home-news {
  padding-top: clamp(1rem, 3vw, 3rem);
}

.home-news__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(5rem, 10vw, 13rem);
  row-gap: 0;
}

.home-news__tabs {
  display: contents;
}

.home-news__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.home-news__tablist {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  display: flex;
  align-items: center;
  gap: clamp(.8rem, 3vw, 4.5rem);
}

.home-news__tablist label {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(8rem, 11vw, 10.8rem);
  min-height: 3.6rem;
  padding-inline: 1.1rem;
  color: var(--home-muted);
  background: url("../lanhu/main/shouye/img/SketchPng35b5583adfce9e2cf0a03be82174b19902b430d2d45fda066eb02d7012664d2d.png") center / 100% 100% no-repeat;
  cursor: pointer;
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.home-news__tablist label::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--home-red);
  -webkit-mask: url("../lanhu/main/shouye/img/news-tab-fill-mask-active.png") center / 100% 100% no-repeat;
  mask: url("../lanhu/main/shouye/img/news-tab-fill-mask-active.png") center / 100% 100% no-repeat;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

#home-news-latest:checked ~ .home-news__tablist label[for="home-news-latest"],
#home-news-notice:checked ~ .home-news__tablist label[for="home-news-notice"],
#home-news-talent:checked ~ .home-news__tablist label[for="home-news-talent"] {
  color: #fff;
  background-image: url("../lanhu/main/shouye/img/SketchPngbb549fd3a752f243431d9079a978e87a6d7f8bd3a429f4386ec77c80c772451d.png");
}

#home-news-latest:checked ~ .home-news__tablist label[for="home-news-latest"]::before,
#home-news-notice:checked ~ .home-news__tablist label[for="home-news-notice"]::before,
#home-news-talent:checked ~ .home-news__tablist label[for="home-news-talent"]::before {
  opacity: 1;
}

.home-news__body {
  position: relative;
  isolation: isolate;
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  --home-news-tool-size: clamp(3.5rem, 5vw, 4rem);
  align-items: start;
  min-height: clamp(27rem, 43vw, 40rem);
  margin-top: clamp(.15rem, .5vw, .5rem);
  padding: clamp(1.5rem, 3vw, 3rem) 0;
}

.home-news__body::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: url("../lanhu/main/shouye/img/SketchPng54a63ca15faef3379103beb61552a830cc510df6eda836ac39f833f6c274c32f.png") center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: -1;
}

.home-news__panels {
  min-width: 0;
}

.home-news__tools {
  position: absolute;
  top: clamp(.25rem, 1vw, 1rem);
  left: calc(50% + 50vw - var(--home-news-tool-size) - clamp(.75rem, 1.6vw, 2rem));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(.75rem, 1.2vw, 1rem);
  padding-top: 0;
  z-index: 1;
}

.home-news-tool {
  position: relative;
  display: grid;
  place-items: center;
  inline-size: var(--home-news-tool-size);
  block-size: var(--home-news-tool-size);
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: center / 100% 100% no-repeat;
  border: 0;
  cursor: pointer;
  overflow: visible;
}

.home-news-tool:hover,
.home-news-tool:focus {
  transform: translateY(-.0625rem);
}

.home-news-tool::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  inline-size: .1875rem;
  block-size: .1875rem;
  border-radius: 50%;
  background: #79312c;
  box-shadow: calc(var(--home-news-tool-size) - .1875rem) 0 0 #79312c;
  transform: translateY(50%);
  pointer-events: none;
}

.home-news-tool__frame {
  display: grid;
  place-items: center;
  inline-size: 87.5%;
  block-size: 87.5%;
  background: center / 100% 100% no-repeat;
}

.home-news-tool__label {
  display: block;
  color: #eae7dc;
  font-family: FZZHUNYSJW--GB1-0, "Noto Sans SC", sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0;
  text-align: center;
  white-space: pre-line;
}

.home-news-tool--nav {
  background-image: url("../lanhu/main/shouye/img/5c4319c8e0d44d36888233d257e91e2e_mergeImage.png");
}

.home-news-tool--live {
  background-image: url("../lanhu/main/shouye/img/a0e0b3fb6dcb46b38564e0f7e038f1cd_mergeImage.png");
}

.home-news-tool--nav .home-news-tool__frame,
.home-news-tool--live .home-news-tool__frame {
  background-image: url("../lanhu/main/shouye/img/SketchPng5d9651f78ba4de0783721fdee83764a40f41854bef352bfd9bbd74665118da84.png");
}

.home-news-tool:focus-visible {
  outline: .125rem solid rgba(188, 131, 91, .55);
  outline-offset: .125rem;
}

.home-news__panel {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 4vw, 5.3rem);
}

#home-news-latest:checked ~ .home-news__body .home-news__panel--latest,
#home-news-notice:checked ~ .home-news__body .home-news__panel--notice,
#home-news-talent:checked ~ .home-news__body .home-news__panel--talent {
  display: grid;
}

.home-nav-modal[hidden] {
  display: none;
}

body.is-home-nav-modal-open {
  overflow: hidden;
}

.home-nav-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(.75rem, 2vw, 2rem);
  background: rgba(55, 47, 45, .38);
}

.home-nav-modal__backdrop {
  position: absolute;
  inset: 0;
}

.home-nav-modal__dialog {
  position: relative;
  z-index: 1;
  inline-size: min(61rem, calc(100vw - 2rem));
  max-block-size: calc(100vh - 2rem);
  overflow: auto;
  padding: clamp(1rem, 1.8vw, 1.75rem) clamp(1.25rem, 2.4vw, 2.25rem) clamp(1.5rem, 3vw, 2.5rem);
  background: url("../lanhu/main/lanhu_kuaijiedaohangdanchuang/img/062d4df200f14cf9b9623c9a1854c56a_mergeImage.png") center / 100% 100% no-repeat;
  border-radius: .5rem;
  box-sizing: border-box;
}

.home-nav-modal__close {
  position: absolute;
  inset-block-start: clamp(.75rem, 1.5vw, 1.25rem);
  inset-inline-end: clamp(.75rem, 1.5vw, 1.25rem);
  inline-size: 1.5rem;
  block-size: 1.5rem;
  padding: 0;
  background: url("../lanhu/main/lanhu_kuaijiedaohangdanchuang/img/SketchPng81c7bb97fc4e796441371228968dab83ef2f293bb705b462951856371423173a.png") center / 100% 100% no-repeat;
  border: 0;
  cursor: pointer;
}

.home-nav-modal__head {
  padding-inline-end: clamp(2rem, 4vw, 3rem);
}

.home-nav-modal__title-row {
  display: flex;
  align-items: center;
}

.home-nav-modal__title {
  color: #79312c;
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  font-weight: 500;
  line-height: 1.35;
}

.home-nav-modal__subtitle-row {
  display: grid;
  grid-template-columns: .375rem auto;
  grid-template-rows: .375rem 1.9375rem;
  align-items: start;
  justify-content: start;
  column-gap: .625rem;
  row-gap: .125rem;
  margin: .5rem 0 0 .4375rem;
}

.home-nav-modal__dot {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  inline-size: .375rem;
  block-size: .375rem;
  background: rgba(188, 131, 91, .67);
  border-radius: 50%;
}

.home-nav-modal__subtitle-line {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  inline-size: .0625rem;
  block-size: 1.9375rem;
  background: url("../lanhu/main/lanhu_kuaijiedaohangdanchuang/img/SketchPng92b1d3f81b98204c3bb87ec3d59e9affd0f94c93301cff53a2fe56567dbfba42.png") center / contain no-repeat;
}

.home-nav-modal__subtitle {
  grid-column: 2;
  grid-row: 2;
  color: #c0b4a2;
  font-family: FZZHUNYSJW--GB1-0, "Noto Sans SC", sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  white-space: nowrap;
}

.home-nav-modal__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(.875rem, 1.8vw, 1.5rem);
  margin-top: clamp(1.25rem, 2vw, 1.75rem);
}

.home-nav-modal__group {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: clamp(.75rem, 1.2vw, 1rem);
  padding: 0;
}

.home-nav-modal__group-head {
  display: flex;
  align-items: center;
  gap: 0;
  padding-bottom: 0;
  color: #372f2d;
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
}

.home-nav-modal__group-head h3 {
  margin: 0;
  font: inherit;
}

.home-nav-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.625rem, 1vw, .875rem);
}

.home-nav-modal__tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-block-size: 3.4375rem;
  padding: .25rem 1rem .25rem 3.25rem;
  color: #fff;
  text-decoration: none;
  border: 0;
  background: center / 100% 100% no-repeat;
  cursor: pointer;
  box-sizing: border-box;
}

.home-nav-modal__tile span {
  display: block;
  max-inline-size: min(100%, 7em);
  color: #fff;
  font-family: PingFangSC-Regular, "Noto Sans SC", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}

.home-nav-modal__tile--paper-a {
  background-image: url("../lanhu/main/lanhu_kuaijiedaohangdanchuang/img/SketchPng08d662f52644c4aa4c5fe6744f22b481c73f29b3d83dba8a09686a35a38a4723.png");
}

.home-nav-modal__tile--paper-b {
  background-image: url("../lanhu/main/lanhu_kuaijiedaohangdanchuang/img/SketchPng75b9963e0055d0cfe7b417a0c76b2e92ce80e9afc7baf621894edd8f93e55fa7.png");
}

.home-nav-modal__tile--paper-c {
  background-image: url("../lanhu/main/lanhu_kuaijiedaohangdanchuang/img/SketchPngbd68761c6fcb627de65696ccec2645cde50d3a49c7981e1c3943894b8dd037c8.png");
}

.home-nav-modal__tile--paper-d {
  background-image: url("../lanhu/main/lanhu_kuaijiedaohangdanchuang/img/SketchPngdebb1f6900607c64668f81c3d13a9309e27dbc92f5aa4aad5ca0bf44f3ef3e6d.png");
}

.home-nav-modal__tile--disabled {
  cursor: default;
}

.home-nav-modal__tile:focus-visible {
  outline: .125rem solid rgba(188, 131, 91, .55);
  outline-offset: .125rem;
}

.home-news-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: clamp(1rem, 1.8vw, 1.875rem) clamp(1rem, 1.6vw, 1.7rem);
  background: url("../lanhu/main/shouye/img/SketchPngc8ecd8f8d7a87f392b09535b32eea7d4d0621660dbb32f339988e7fa223e1e53.png") center / 100% 100% no-repeat;
}

.home-news-card__media {
  display: block;
  aspect-ratio: 370 / 230;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-news-card h3 {
  margin: clamp(1.2rem, 2vw, 2rem) 0 0;
  color: var(--home-ink);
  font-family: PingFangSC-Medium, "Noto Sans SC", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.home-news-card p {
  margin: clamp(.75rem, 1.2vw, 1rem) 0 0;
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.45;
}

.home-news-card footer {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  margin-top: clamp(1.3rem, 2.5vw, 2.5rem);
  color: #7b7b7b;
  font-size: .875rem;
}

.home-news-card__date,
.home-news-card__hits {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.home-news-card__date::before,
.home-news-card__hits::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  background: center / contain no-repeat;
}

.home-news-card__date::before {
  background-image: url("../lanhu/main/shouye/img/SketchPng7e9b8a972123a0e187d69a3d3a0b3642bfb08cae479ee624749481ba6f355607.png");
}

.home-news-card__hits::before {
  background-image: url("../lanhu/main/shouye/img/SketchPng4a04e1f3c6ba895fb5edc10e9724688a6be9291a710752c1110823b68f2a5c4a.png");
}

.home-departments {
  padding-top: clamp(2rem, 4vw, 4rem);
}

.home-departments__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(.75rem, 1.6vw, 1.625rem) clamp(.55rem, .8vw, .95rem);
  margin-top: clamp(1.8rem, 3vw, 3rem);
}

.home-dept-card {
  position: relative;
  aspect-ratio: 223 / 175;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff7ed;
  font-family: FZZHUNYSJW--GB1-0, "Noto Sans SC", sans-serif;
  font-size: 1.625rem;
  line-height: 1.2;
  text-align: center;
}

.home-dept-card::before {
  content: "";
  position: absolute;
  inset: .38rem;
  background: url("../lanhu/main/shouye/img/SketchPng1b60af8afbae6d96a7b9a7cdc53d0b68841f14ad0de00455d019cbe5358b271f.png") center / 100% 100% no-repeat;
}

.home-dept-card span {
  position: relative;
  z-index: 1;
  padding-inline: .75rem;
  color: #fff7ed;
}

.home-dept-card--0 {
  background: var(--home-red);
}

.home-dept-card--1 {
  background: var(--home-blue);
}

.home-dept-card--2 {
  background: var(--home-tan);
}

.home-dept-card--3 {
  background: var(--home-green);
}

.home-therapy {
  padding-block: clamp(3.5rem, 6.5vw, 6.75rem);
  background: url("../lanhu/main/shouye/img/SketchPng3770cdd5fa97847c82715687b88bf8c3696e43edec91f9807aad91904f5a92a9.png") center / cover no-repeat;
}

.home-therapy__inner {
  --therapy-title-width: clamp(2.625rem, 3vw, 3rem);
  --therapy-title-lead-gap: clamp(.65rem, 1vw, 1.1rem);
  --therapy-lead-width: clamp(4.75rem, 5vw, 5.625rem);
  --therapy-card-offset: clamp(5.5rem, 7.8vw, 9.4375rem);
  --therapy-grid-shift: calc(var(--therapy-title-width) + var(--therapy-title-lead-gap) + var(--therapy-lead-width) + var(--therapy-card-offset));
  --therapy-after-head: clamp(.45rem, .7vw, .5625rem);
  --therapy-row-gap: clamp(1.4rem, 2vw, 2.2rem);
  --therapy-col-gap: clamp(2.5rem, 3.4vw, 4.125rem);
  display: grid;
  grid-template-columns: var(--therapy-title-width) var(--therapy-title-lead-gap) var(--therapy-lead-width) var(--therapy-card-offset) minmax(0, 1fr);
  row-gap: 0;
  align-items: start;
}

.home-therapy__intro {
  display: contents;
  color: #fff3e4;
}

.home-therapy__intro .home-section-head__dot {
  grid-column: 1;
  grid-row: 1;
  margin-left: .25rem;
}

.home-therapy__intro p {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 0 .25rem;
  color: #c0b4a2;
  font-family: FZZHUNYSJW--GB1-0, "Noto Sans SC", sans-serif;
  font-size: 1.375rem;
  line-height: 1.15;
  white-space: nowrap;
}

.home-therapy__intro p i {
  flex: 0 0 1px;
  width: 1px;
  height: 2.5rem;
  margin-left: calc((.4rem - 1px) / 2);
  background: url("../lanhu/main/shouye/img/SketchPng57a7bdb68ea8827339c9173e3c0e700c9ee66a5cfd3247ac47a107d9cd4df156.png") center / 100% 100% no-repeat;
}

.home-therapy__intro h2 {
  grid-column: 1;
  grid-row: 3;
  margin: calc(var(--therapy-after-head) + .2rem) 0 0;
  color: var(--home-cream);
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: .16em;
  line-height: 1.18;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.home-therapy__lead {
  grid-column: 3;
  grid-row: 3;
  display: flex;
  gap: .8rem;
  width: var(--therapy-lead-width);
  margin-top: calc(var(--therapy-after-head) + clamp(1rem, 1.3vw, 1.25rem));
  font-family: PingFangSC-Light, "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .18em;
  line-height: 1.35;
}

.home-therapy__lead span {
  letter-spacing: .18em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.home-therapy__grid {
  grid-column: 5;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--therapy-row-gap) var(--therapy-col-gap);
  margin-top: var(--therapy-after-head);
  overflow: visible;
}

.home-therapy-card:nth-child(n+4) {
  transform: translateX(calc(-1 * var(--therapy-grid-shift)));
}

.home-therapy-card {
  position: relative;
  isolation: isolate;
  --therapy-card-fill: #efe7db;
  transition: color .2s ease;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  min-height: clamp(24rem, 30vw, 27rem);
  padding: clamp(2rem, 3vw, 3.6rem) clamp(1.4rem, 2.2vw, 2.25rem) clamp(1rem, 1.5vw, 1.4rem);
  color: var(--home-ink);
  background: none;
}

.home-therapy-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("../lanhu/main/shouye/img/SketchPng21385f3ed1596401c6fb375f44eeafea1ae2b97bd9b054e205e2f9b3f34d59d0.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.home-therapy-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--therapy-card-fill);
  -webkit-mask: url("../lanhu/main/shouye/img/therapy-card-fill-mask.png?v=20260608-home-45") center / 100% 100% no-repeat;
  mask: url("../lanhu/main/shouye/img/therapy-card-fill-mask.png?v=20260608-home-45") center / 100% 100% no-repeat;
  pointer-events: none;
}

.home-therapy-card:hover,
.home-therapy-card:focus-within {
  --therapy-card-fill: var(--home-red);
  color: var(--home-cream);
}

.home-therapy-card h3 {
  position: relative;
  z-index: 2;
  grid-row: 1;
  grid-column: 1;
  justify-self: center;
  width: fit-content;
  max-width: min(calc(100% - clamp(3.75rem, 5vw, 5rem)), 11em);
  box-sizing: border-box;
  margin: 0;
  padding-inline: clamp(.6rem, .9vw, .9rem);
  background: var(--therapy-card-fill);
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.home-therapy-card__line {
  position: relative;
  z-index: 1;
  grid-row: 1;
  grid-column: 1;
  justify-self: center;
  align-self: center;
  width: min(100%, 15.75rem);
  height: .5rem;
  margin: 0;
  background: url("../lanhu/main/shouye/img/SketchPng0ace5f1283c8a65c7fedc8683f1db265e7566f5023a927e6e5599de19846d382.png") center / 100% auto no-repeat;
  pointer-events: none;
}

.home-therapy-card:hover .home-therapy-card__line,
.home-therapy-card:focus-within .home-therapy-card__line {
  background-image: url("../lanhu/main/shouye/img/therapy-card-line-active.png?v=20260608-home-56");
}

.home-therapy-card__media {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: clamp(.75rem, 1.2vw, 1.3rem);
  aspect-ratio: 249 / 147;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(151, 151, 151, .45);
}

.home-therapy-card p {
  position: relative;
  z-index: 1;
  margin: clamp(.85rem, 1.3vw, 1.1rem) 0 0;
  font-size: .95rem;
  line-height: 1.45;
}

.home-therapy-card__tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .45rem;
  margin-top: .8rem;
  color: var(--home-tan);
  font-size: .875rem;
}

.home-therapy-card:hover .home-therapy-card__tags,
.home-therapy-card:focus-within .home-therapy-card__tags {
  color: #b89c86;
}

.home-therapy-card__tags span + span::before {
  content: "·";
  margin-right: .45rem;
}

.home-therapy-card__more {
  position: relative;
  z-index: 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6rem;
  min-height: 2rem;
  margin-top: .6rem;
  color: var(--home-muted);
  background: url("../lanhu/main/shouye/img/SketchPng942dc60cce48fb022aa341041661e6663544e13ec5f5afdc603c8abf00efce73.png") center / 100% 100% no-repeat;
  font-family: FZZHUNYSJW--GB1-0, "Noto Sans SC", sans-serif;
  font-size: .875rem;
}

.home-therapy-card:hover .home-therapy-card__more,
.home-therapy-card:focus-within .home-therapy-card__more {
  color: var(--home-cream);
}

.home-wellness {
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
}

.home-wellness__ornament {
  width: 100%;
  height: clamp(2.5rem, 4vw, 4.3rem);
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
  background: url("../lanhu/main/shouye/img/SketchPng8fbabfd1c0a6582ebc71af87e9b7e0adabaccffe571be33b871f2338757ee661.png") center / contain no-repeat;
}

.home-wellness__panel {
  position: relative;
  aspect-ratio: 1385 / 751;
  padding: 0;
  background: url("../lanhu/main/shouye/img/SketchPng766ef3da5ba5008a5458fcfdba879c0845d38b007a78b01698bf9904a85e74aa.png") center / 100% 100% no-repeat;
}

.home-wellness__layout {
  --wellness-gap: 1.3%;
  --wellness-content-top: clamp(1.5rem, 2vw, 1.75rem);
  --wellness-image-top: 0;
  --wellness-line-left: clamp(.4rem, .5vw, .55rem);
  --wellness-topic-inset: clamp(1.2rem, 1.6vw, 1.55rem);
  position: absolute;
  left: 13.07%;
  right: 12.42%;
  top: 15.85%;
  bottom: 15.85%;
  display: grid;
  grid-template-columns:
    minmax(0, 18.4%)
    repeat(3, minmax(0, 13.25%))
    minmax(0, 36.5%);
  column-gap: var(--wellness-gap);
  justify-content: start;
  align-items: start;
  min-height: 0;
  padding: 0 clamp(.6rem, 1vw, 1rem);
}

.home-wellness__layout::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 35.1%;
  width: 100%;
  aspect-ratio: 1032 / 355;
  background: url("../lanhu/main/shouye/img/SketchPng94a78548a5fd65af315e5210fcd6afadfe4320e7d7ca1e2a798302b6174cc164.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.home-wellness__title-block,
.home-wellness__summary,
.home-wellness__topic,
.home-wellness__image {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.home-wellness__topic::before {
  content: "";
  position: absolute;
  left: var(--wellness-line-left);
  top: var(--wellness-content-top);
  width: 1px;
  height: clamp(22rem, 35vw, 29rem);
  background: url("../lanhu/main/shouye/img/SketchPngc6b2e241bc681a39f97e07b3cdf65c9ccfc42cfd501548f010268e607db1ac60.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.home-wellness__topic--season::before {
  background-image: url("../lanhu/main/shouye/img/SketchPngfe84d513b2387121e274c47195ad208c78838f505c5351e4a4d113e779e97e05.png");
}

.home-wellness__title-block {
  grid-column: 1;
  justify-self: stretch;
  display: grid;
  grid-template-columns: 31% 42%;
  grid-template-rows: var(--wellness-content-top) auto auto 1fr;
  column-gap: 12%;
  justify-content: start;
  justify-items: center;
  align-content: start;
  height: 100%;
  min-height: 0;
  padding-top: 0;
  color: #a3342c;
}

.home-wellness__title-block h2 {
  position: absolute;
  left: 13.5%;
  top: 42%;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding-top: 0;
  margin: 0;
  color: #a3342c;
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: clamp(2.3rem, 3.1vw, 2.6875rem);
  font-weight: 500;
  letter-spacing: .4em;
  line-height: 1.38;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translate(-50%, -50%);
}

.home-wellness__summary {
  grid-column: 2;
  grid-row: 2;
  position: static;
  width: 100%;
  margin: 0;
  padding-top: 0;
  color: var(--home-muted);
  font-size: .9375rem;
  letter-spacing: .5em;
  line-height: 1.66;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}

.home-wellness__seal {
  position: absolute;
  left: 16%;
  top: calc(42% + clamp(10rem, 14vw, 12.5rem));
  width: clamp(1.25rem, 1.8vw, 1.5625rem);
  aspect-ratio: 25 / 40;
  margin: 0;
  background: url("../lanhu/main/shouye/img/SketchPnge6ecbcd4f4d51ed0a75348a2126d8f81a859b34acb233d89bf5bb589867607e6.png") center / contain no-repeat;
}

.home-wellness__topic {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: clamp(.55rem, .8vw, .9rem);
  justify-content: start;
  align-content: start;
  padding-top: var(--wellness-content-top);
  padding-left: var(--wellness-topic-inset);
  color: var(--home-muted);
}

.home-wellness__topic--season {
  grid-column: 2;
}

.home-wellness__topic--season::after {
  content: "";
  position: absolute;
  left: calc(var(--wellness-line-left) - .25rem);
  top: var(--wellness-content-top);
  width: .5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d1b58a;
}

.home-wellness__topic--diet {
  grid-column: 3;
}

.home-wellness__topic--emotion {
  grid-column: 4;
}

.home-wellness__topic h3 {
  position: relative;
  margin: 0;
  color: #a3342c;
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.home-wellness__topic--season h3::before {
  content: none;
}

.home-wellness__topic p {
  margin: 0;
  font-family: PingFangSC-Regular, "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  font-size: clamp(.9rem, 1.05vw, 1rem);
  font-weight: 400;
  letter-spacing: .4em;
  line-height: 1.68;
  color: var(--home-muted);
  writing-mode: vertical-lr;
  text-orientation: mixed;
  height: clamp(21rem, 33vw, 28.75rem);
  width: clamp(3.25rem, 5vw, 4.75rem);
}

.home-wellness__more {
  grid-column: 1 / 3;
  grid-row: 3;
  position: static;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.25rem;
  min-height: 2.45rem;
  margin-top: clamp(.55rem, 1vw, .85rem);
  color: #a3342c;
  background: url("../lanhu/main/shouye/img/SketchPngfda404e77fb7803434b69f5ad56c716748f75755a16721a9dcca14ac84c6521c.png") center / 100% 100% no-repeat;
  font-family: FZZHUNYSJW--GB1-0, "Noto Sans SC", sans-serif;
}

.home-wellness__image {
  grid-column: 5;
  display: block;
  justify-self: center;
  align-self: center;
  width: 100%;
  aspect-ratio: 377 / 513;
  margin-top: 0;
  background-image: url("../lanhu/main/shouye/img/51dc526763f04503951d15a188cefa73_mergeImage.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(151, 151, 151, .55);
}

.home-wellness__image::before {
  content: none;
}

.home-culture {
  padding-top: clamp(1.5rem, 3vw, 3rem);
}

.home-culture__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: clamp(3rem, 7vw, 7rem);
}

.home-culture-card {
  --home-culture-card-default: url("../lanhu/main/shouye/img/7170ea7f5adf4663a568f0aa0943df4e_mergeImage.png");
  --home-culture-card-overlay: url("../lanhu/main/shouye/img/SketchPng945b64154a3c888d494c5733ee16925df0fe6d2314149edffd64b2195227497e.png");
  position: relative;
  isolation: isolate;
  aspect-ratio: 473 / 490;
  padding: clamp(2rem, 4vw, 5rem);
  color: #fffcf0;
  text-align: center;
}

.home-culture-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 13%;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translateX(-50%);
  background-image: var(--home-culture-card-overlay), var(--home-culture-card-bg, var(--home-culture-card-default));
  background-position: center, center;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat, no-repeat;
  z-index: 0;
}

.home-culture-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../lanhu/main/shouye/img/SketchPng9a941e974dff19ff740c825695640f046df20ed250e878b7a1734a034b9ebaa6.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.home-culture-card--one {
  --home-culture-card-default: url("../lanhu/main/shouye/img/7170ea7f5adf4663a568f0aa0943df4e_mergeImage.png");
}

.home-culture-card--two {
  --home-culture-card-default: url("../lanhu/main/shouye/img/9fbd6a0ade184878bba7d3f1c1994168_mergeImage.png");
}

.home-culture-card--three {
  --home-culture-card-default: url("../lanhu/main/shouye/img/3bc746276c8c414baf8e82949d04a2c1_mergeImage.png");
  --home-culture-card-overlay: url("../lanhu/main/shouye/img/SketchPng83d069463b74224552e838b10ca00b658b07351bd49478baac63ac8081579417.png");
}

.home-culture-card h3 {
  position: absolute;
  left: 50%;
  top: 28.5%;
  z-index: 2;
  margin: 0;
  color: #efe7db;
  font-family: SourceHanSerifCN-Medium, "Noto Serif SC", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
  transform: translateX(-50%);
}

.home-culture-card p {
  position: absolute;
  left: 28.1%;
  top: 47.8%;
  z-index: 2;
  width: min(48.2%, 14.25rem);
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.home-contact {
  --home-contact-overlap: clamp(3rem, 6vw, 6.5rem);
  margin-top: calc(-1 * var(--home-contact-overlap));
  padding-top: calc(clamp(3rem, 7vw, 7rem) + var(--home-contact-overlap));
  background: url("../lanhu/main/shouye/img/e9586eda884f4074a60a1060c954d699_mergeImage.png") center top / cover no-repeat;
}

.home-contact__backdrop {
  margin-top: clamp(2rem, 4vw, 4rem);
  padding-block: clamp(1.5rem, 3vw, 3rem) clamp(6rem, 12vw, 15rem);
}

.home-contact__card {
  padding: clamp(.75rem, 1vw, 1rem);
  background: var(--home-tan);
}

.home-contact__map {
  position: relative;
  aspect-ratio: 1376 / 380;
  background: url("../lanhu/main/shouye/img/9205af334e684c1caec9a50fe97467b8_mergeImage.png") center / cover no-repeat;
  border: 1px solid rgba(151, 151, 151, .45);
  overflow: hidden;
  box-sizing: border-box;
}

.home-contact__map-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .2s ease;
}

.home-contact__map.is-map-loaded .home-contact__map-canvas {
  opacity: 1;
}

.home-contact__map-label {
  position: absolute;
  z-index: 2;
  display: none;
  width: 176px;
  max-width: calc(100% - 2rem);
  padding: .375rem .625rem;
  color: #79312c;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  background: rgba(255, 255, 255, .96);
  border-radius: 4px;
  box-shadow: 0 .25rem .75rem rgba(55, 47, 45, .18);
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 3.25rem));
  box-sizing: border-box;
}

.home-contact__info {
  display: grid;
  grid-template-columns: 1.25fr .85fr 1.35fr;
  gap: clamp(1.5rem, 4vw, 5rem);
  padding: clamp(1.25rem, 2vw, 1.6rem) clamp(1.5rem, 3vw, 3rem);
  color: var(--home-cream);
}

.home-contact__item {
  position: relative;
  min-width: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

.home-contact__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: .2rem;
  width: 1.25rem;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-contact__item--address::before {
  background-image: url("../lanhu/main/shouye/img/SketchPnge2b46465eebb3b4f05ff99ea425b1b3ce0c17a3bac2c03ba96e1a1a2150d98d6.png");
}

.home-contact__item--time::before {
  background-image: url("../lanhu/main/shouye/img/SketchPng8b6f13a0f72c63c5baae28a486b95ffab3229a81c846c974db15844025ae2886.png");
}

.home-contact__item--traffic::before {
  background-image: url("../lanhu/main/shouye/img/SketchPngb7a1e0cf2ff15870ceca7196d15b89695bbda54fcdca9e43bd76b1d4e2d4aa81.png");
}

.home-contact__item h3,
.home-contact__item p {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}

.home-contact__item p {
  margin-top: .85rem;
}

.home-empty {
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
  padding: 1.25rem 1.5rem;
  color: var(--home-muted);
  background: rgba(255, 255, 255, .72);
}

.home-empty--dark {
  color: var(--home-cream);
  background: rgba(0, 0, 0, .18);
}

@media (max-width: 86rem) {
  .home-header__inner {
    min-height: clamp(9rem, 14vw, 13rem);
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    justify-items: stretch;
    align-content: start;
    row-gap: 0;
    padding-top: clamp(1rem, 2vw, 2rem);
  }

  .home-header__nav {
    width: 100%;
    justify-content: space-between;
    gap: clamp(.75rem, 1.6vw, 1.5rem);
    overflow-x: visible;
    padding-bottom: 0;
  }

  .home-header__brand {
    order: 0;
  }

  .home-quick__grid,
  .home-departments__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-section-row {
    flex-direction: column;
  }

  .home-wellness__layout {
    --wellness-gap: 1.3%;
    grid-template-columns:
      minmax(0, 18.4%)
      repeat(3, minmax(0, 13.25%))
      minmax(0, 36.5%);
  }

  .home-news__top {
    grid-template-columns: 1fr;
  }

  .home-news__tablist,
  .home-news__body {
    grid-column: 1;
    grid-row: auto;
  }

  .home-news__body {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(.75rem, 1.5vw, 1rem);
  }

  .home-news__tools {
    position: static;
    grid-column: 2;
    grid-row: 1;
    padding-top: 0;
  }

  .home-news__panels {
    grid-column: 1;
  }

  .home-news__panel,
  .home-therapy__grid,
  .home-culture__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-news__panels {
    padding-right: 0;
  }

  .home-therapy__inner {
    grid-template-columns: 1fr;
  }

  .home-therapy__intro {
    grid-column: 1;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    row-gap: .45rem;
  }

  .home-therapy__intro .home-section-head__dot {
    grid-row: auto;
  }

  .home-therapy__intro p,
  .home-therapy__intro h2,
  .home-therapy__lead {
    grid-column: 1;
    grid-row: auto;
  }

  .home-therapy__intro h2,
  .home-therapy__lead span {
    writing-mode: horizontal-tb;
  }

  .home-therapy__lead {
    display: block;
    width: auto;
    margin-top: .3rem;
  }

  .home-therapy__grid {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
  }

  .home-therapy-card:nth-child(n+4) {
    transform: none;
  }

  .home-contact__info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 48rem) {
  .home-page {
    --home-container: calc(100vw - 1.25rem);
  }

  .home-hero {
    height: 88vw;
  }

  .home-main {
    margin-top: 0;
  }

  .home-quick-card {
    font-size: 1.08rem;
  }

  .home-section-head h2,
  .home-therapy__intro h2 {
    font-size: 2rem;
  }

  .home-section-head p,
  .home-therapy__intro p {
    font-size: 1rem;
  }

  .home-section-head--wide strong {
    font-size: .95rem;
  }

  .home-news__tablist label {
    font-size: 1rem;
  }

  .home-news-card h3,
  .home-dept-card {
    font-size: 1.18rem;
  }

  .home-news-card p,
  .home-therapy-card p,
  .home-culture-card p {
    font-size: .95rem;
  }

  .home-therapy-card h3,
  .home-wellness__topic h3 {
    font-size: 1.15rem;
  }

  .home-wellness__title-block h2 {
    font-size: 2rem;
  }

  .home-culture-card h3 {
    font-size: 1.75rem;
  }

  .home-quick__grid,
  .home-departments__grid,
  .home-news__panel,
  .home-therapy__grid,
  .home-culture__grid {
    grid-template-columns: 1fr;
  }

  .home-news__tablist {
    gap: .5rem;
    overflow-x: auto;
    padding-bottom: .4rem;
  }

  .home-news__tablist label {
    min-width: 7rem;
  }

  .home-news__body {
    padding: 1rem 0;
    min-height: 0;
  }

  .home-news__tools {
    --home-news-tool-size: clamp(3.25rem, 16vw, 3.75rem);
    gap: .5rem;
    padding-top: .25rem;
  }

  .home-news-tool {
    inline-size: var(--home-news-tool-size);
    block-size: var(--home-news-tool-size);
  }

  .home-news-tool__label {
    font-size: .9rem;
    line-height: 1.25;
  }

  .home-nav-modal {
    padding: .75rem;
  }

  .home-nav-modal__dialog {
    inline-size: min(100%, 61rem);
    max-block-size: calc(100vh - 1.5rem);
    padding: 1rem .875rem 1.25rem;
    background-size: cover;
  }

  .home-nav-modal__body {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .home-nav-modal__subtitle-row {
    column-gap: .625rem;
    row-gap: .125rem;
  }

  .home-nav-modal__subtitle {
    font-size: 1rem;
    white-space: normal;
  }

  .home-nav-modal__group-head {
    font-size: 1.125rem;
  }

  .home-nav-modal__tile {
    min-block-size: 3rem;
    padding: .25rem .75rem .25rem 2.25rem;
  }

  .home-nav-modal__tile span {
    font-size: 1rem;
  }

  .home-wellness__panel {
    aspect-ratio: auto;
    padding: 2rem 1rem;
    background-size: cover;
  }

  .home-wellness__layout {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    min-height: 0;
    padding: 1.25rem;
  }

  .home-wellness__layout::before {
    display: none;
  }

  .home-wellness__title-block {
    grid-column: auto;
    grid-template-columns: 1fr;
    row-gap: .75rem;
    justify-items: flex-start;
    align-content: start;
    min-height: 0;
    padding-top: 0;
    align-items: flex-start;
  }

  .home-wellness__title-block h2,
  .home-wellness__summary,
  .home-wellness__seal,
  .home-wellness__more {
    grid-column: auto;
    grid-row: auto;
  }

  .home-wellness__title-block h2,
  .home-wellness__summary,
  .home-wellness__topic h3,
  .home-wellness__topic p {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }

  .home-wellness__title-block h2,
  .home-wellness__more {
    transform: none;
  }

  .home-wellness__title-block h2 {
    position: static;
    left: auto;
    top: auto;
    padding-top: 0;
  }

  .home-wellness__summary,
  .home-wellness__more {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
  }

  .home-wellness__seal {
    position: static;
    left: auto;
    top: auto;
    transform: none;
  }

  .home-wellness__summary,
  .home-wellness__topic p {
    grid-column: auto;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    padding-top: 0;
  }

  .home-wellness__seal {
    margin-top: 1rem;
    margin-bottom: .75rem;
  }

  .home-wellness__more {
    justify-self: center;
  }

  .home-wellness__topic {
    grid-column: auto;
    grid-template-columns: 1fr;
    row-gap: .75rem;
    padding-top: 1rem;
    padding-left: 0;
  }

  .home-wellness__topic::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-size: 100% 100%;
  }

  .home-wellness__topic--season::after {
    display: none;
  }

  .home-wellness__image::before {
    display: none;
  }

  .home-wellness__image {
    grid-column: auto;
    display: block;
    width: 100%;
    min-width: 0;
    margin-top: 1.5rem;
  }

  .home-wellness__more {
    margin-top: 1.5rem;
  }

  .home-section-head--wide strong {
    display: block;
    margin: .75rem 0 0;
  }

  .home-contact__backdrop {
    padding-bottom: 4rem;
  }
}

/* home-hero 轮播（template/pc/me/home/main/index.html） */
.home-hero-track {
  position: absolute;
  inset: var(--home-hero-image-offset) 0 0;
  z-index: 0;
  overflow: hidden;
  background: var(--home-paper);
}
.home-hero-slide {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--home-paper);
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
}
.home-hero-slide.is-active { opacity: 1; }
.home-hero-arrow {
  position: absolute;
  top: calc(50% + var(--home-hero-image-offset) / 2);
  z-index: 4;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .32);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
}
.home-hero-arrow:hover { background: rgba(0, 0, 0, .55); }
.home-hero-arrow:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.home-hero-arrow svg { width: 22px; height: 22px; }
.home-hero-arrow--prev { left: clamp(1rem, 2.5vw, 2.5rem); }
.home-hero-arrow--next { right: clamp(1rem, 2.5vw, 2.5rem); }

/* 移动端 header 占满 hero，箭头会盖住导航，移动端隐藏箭头 */
@media (max-width: 48rem) {
  .home-hero { --home-hero-image-offset: 0px; }
  .home-hero-arrow { display: none; }
}

/* =============================================================
   全站翻译 - 英文模式自适应
   原则：只调整"换行/截断/字号"，不改变结构（不切横排、不改 grid 布局），
         文字颜色不改变，超出时优雅截断或换行，不超出原模块边界。
   ============================================================= */

/* 默认隐藏英文模式的 CSS 开关（无 .fanyi-lang-en 时不影响任何东西） */
html:not(.fanyi-lang-en) .fanyi-en-only { display: none !important; }
html.fanyi-lang-en .fanyi-zh-only { display: none !important; }

/* 顶部 6 个快捷卡片：保留框架，缩字号 + 允许换行 + 让卡片自适应增长 */
html.fanyi-lang-en .home-quick-card {
  font-size: clamp(.72rem, 1.05vw, 1rem);
  line-height: 1.18;
  white-space: normal;
  padding-inline: clamp(.5rem, 1vw, 1rem);
  /* 解开基础 CSS 的 aspect-ratio / overflow 限制，让文字能完整显示 */
  aspect-ratio: auto;
  min-height: clamp(7rem, 10vw, 9.5rem);
  overflow: visible;
}
html.fanyi-lang-en .home-quick-card > span:last-child {
  word-break: break-word;
  overflow-wrap: break-word;
}

/* 科室卡片：保留框架，缩字号 + 允许换行 + 让卡片自适应增长 */
html.fanyi-lang-en .home-dept-card {
  font-size: clamp(.85rem, 1.15vw, 1.1rem);
  line-height: 1.18;
  min-height: clamp(6.5rem, 9vw, 9rem);
  overflow: visible;
}
html.fanyi-lang-en .home-dept-card span {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* 顶部竖排导航：保持首页原竖排结构，英文过长时限制纵向长度并折到相邻列。 */
html.fanyi-lang-en .home-header__link-cn,
html.fanyi-lang-en .home-header__link-en {
  white-space: normal;
  max-inline-size: clamp(6.5rem, 9vw, 8.75rem);
  max-height: clamp(6.5rem, 9vw, 8.75rem);
  min-height: 0;
  overflow: visible;
  font-size: clamp(.62rem, .76vw, .74rem);
  line-height: 1.16;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
}

html.fanyi-lang-en .home-header__inner {
  column-gap: clamp(3rem, 5.6vw, 7rem);
}

html.fanyi-lang-en .home-header__nav {
  min-width: 0;
  gap: clamp(.75rem, 1.3vw, 1.25rem);
}

html.fanyi-lang-en .home-header__link {
  min-width: 0;
}

html.fanyi-lang-en .home-header__link-en {
  display: none;
}

/* 新闻侧边固定小按钮：缩小字号 + 允许折行 */
html.fanyi-lang-en .home-news-tool__label {
  font-size: clamp(.58rem, .72vw, .68rem);
  line-height: 1.05;
  white-space: normal;
  padding-inline: .12rem;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* 中医特色区：保持原 grid/竖排结构，只做英文缩排和换行。 */
html.fanyi-lang-en .home-therapy__inner {
  --therapy-title-width: clamp(3.25rem, 4.1vw, 4.25rem);
  --therapy-lead-width: clamp(5.25rem, 6vw, 6.75rem);
  --therapy-card-offset: clamp(4.75rem, 6.2vw, 7.25rem);
}

html.fanyi-lang-en .home-therapy__intro h2 {
  white-space: normal;
  max-inline-size: clamp(15rem, 22vw, 19rem);
  max-height: clamp(15rem, 22vw, 19rem);
  min-height: 0;
  overflow: visible;
  font-size: clamp(1.08rem, 1.42vw, 1.4rem);
  line-height: 1.08;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
}
html.fanyi-lang-en .home-therapy__intro p,
html.fanyi-lang-en .home-therapy__lead span {
  font-size: clamp(.72rem, .88vw, .84rem);
  line-height: 1.24;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: anywhere;
}

html.fanyi-lang-en .home-therapy__lead span {
  max-inline-size: clamp(15rem, 22vw, 19rem);
  max-height: clamp(15rem, 22vw, 19rem);
  overflow: visible;
}

html.fanyi-lang-en .home-therapy-card {
  min-height: clamp(24rem, 31vw, 29rem);
}

html.fanyi-lang-en .home-therapy-card h3 {
  font-size: clamp(.92rem, 1.05vw, 1.08rem);
  line-height: 1.22;
  max-width: min(calc(100% - clamp(4rem, 5.5vw, 5.25rem)), 9em);
  overflow-wrap: break-word;
}

html.fanyi-lang-en .home-therapy-card p {
  font-size: clamp(.78rem, .86vw, .84rem);
  line-height: 1.34;
  overflow-wrap: break-word;
}

/* 养生文化区：保持原面板比例、绝对定位和竖排结构。 */
html.fanyi-lang-en .home-wellness__title-block h2 {
  white-space: normal;
  max-inline-size: clamp(13.5rem, 20vw, 17rem);
  max-height: clamp(13.5rem, 20vw, 17rem);
  min-height: 0;
  overflow: visible;
  font-size: clamp(1.05rem, 1.22vw, 1.24rem);
  line-height: 1.08;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
}
html.fanyi-lang-en .home-wellness__summary {
  font-size: clamp(.62rem, .72vw, .7rem);
  line-height: 1.3;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: anywhere;
}
html.fanyi-lang-en .home-wellness__topic h3 {
  white-space: normal;
  max-inline-size: clamp(8rem, 12vw, 10rem);
  max-height: clamp(8rem, 12vw, 10rem);
  overflow: visible;
  font-size: clamp(.68rem, .84vw, .8rem);
  line-height: 1.08;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
}
html.fanyi-lang-en .home-wellness__topic p {
  font-size: clamp(.6rem, .7vw, .68rem);
  line-height: 1.28;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* 文化卡片 h3：保留绝对定位 + 绝对定位，缩字号 + 允许换行（不截字） */
html.fanyi-lang-en .home-culture-card h3 {
  white-space: normal;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.25;
  max-width: 86%;
  word-break: break-word;
  overflow-wrap: break-word;
}
html.fanyi-lang-en .home-culture-card p {
  font-size: clamp(.78rem, .88vw, .88rem);
  line-height: 1.45;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* 各 section 主标题在英文模式下稍微缩小字号避免换行 */
html.fanyi-lang-en .home-section-head h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  line-height: 1.18;
  overflow: visible;
}
html.fanyi-lang-en .home-section-head p {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.25;
  overflow: visible;
}
html.fanyi-lang-en .home-section-head--wide strong {
  line-height: 1.35;
}

/* 通知/动态/标签：单行 + 小字号 + 减小 min-width，让按钮紧贴文字，
   避免文字撑出背景图的内线。背景图按 100% 100% 跟按钮伸缩 */
html.fanyi-lang-en .home-news__tablist label {
  font-size: clamp(.8rem, .95vw, .92rem);
  padding-inline: .75rem;
  min-width: clamp(5.5rem, 8vw, 7.5rem);
  min-height: 2.6rem;
  white-space: nowrap;
  line-height: 1.2;
  text-align: center;
}
