.zy-page {
  --zy-container: min(calc(100vw - clamp(2rem, 5vw, 4rem)), 87.5rem);
  --zy-red: #79312c;
  --zy-text: #372f2d;
  --zy-muted: #686868;
  --zy-line: #d8d0c5;
  --zy-paper: #f7f6f1;
  --zy-card: #fff;
  --zy-sage: #6f806f;
  --zy-clay: #a85928;
  --zy-soft: #efe7db;
  --zy-gold: #bd9f78;
  --zy-serif: SourceHanSerifCN-Medium, "Source Han Serif CN", "Source Han Serif SC", "Noto Serif SC", "Noto Serif CJK SC", "Songti SC", STSong, SimSun, serif;
  --zy-sans: PingFangSC-Regular, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
  color: var(--zy-text);
}

.zy-content__inner {
  background: var(--zy-paper);
}

.zy-page .yygk-overview-tabs__item {
  justify-content: center;
  padding: .5rem 1.125rem;
  text-align: center;
}

.zy-page .yygk-overview-tabs__item > span,
.zy-page .yygk-overview-tabs__item.is-active > span {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
}

html.fanyi-lang-en .zy-page .yygk-overview-tabs__item {
  align-items: center;
  justify-content: center;
  min-height: clamp(3.75rem, 4.2vw, 4.5rem);
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: clamp(.86rem, .95vw, .98rem);
  line-height: 1.25;
  box-sizing: border-box;
}

html.fanyi-lang-en .zy-page .yygk-overview-tabs__item > span,
html.fanyi-lang-en .zy-page .yygk-overview-tabs__item.is-active > span {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.zy-overview-block {
  margin-top: clamp(2rem, 3vw, 2.5rem);
}

.zy-overview-title {
  margin: 0 0 1.25rem;
  color: #a3342c;
  font-family: SourceHanSerifCN-Medium, "Microsoft YaHei", serif;
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
}

.zy-overview-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: clamp(1.5rem, 2.4vw, 2.75rem);
  justify-content: stretch;
  align-items: start;
  min-height: clamp(15rem, 20vw, 18rem);
  padding: clamp(1.5rem, 2.6vw, 2.25rem) clamp(1.375rem, 3vw, 3rem);
  overflow: hidden;
  background-color: #fff;
  background-image: url("../lanhu/zy/overview/img/892418535c0645fdb5012c759be26a5b_mergeImage.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: 0 .875rem 2.25rem rgba(55, 47, 45, .08);
  box-sizing: border-box;
}

.zy-overview-card__body,
.zy-overview-gallery {
  position: relative;
  z-index: 1;
}

.zy-section h2,
.zy-empty-panel h1 {
  margin: 0;
  color: #a3342c;
  font-family: SourceHanSerifCN-Medium, "Microsoft YaHei", serif;
  font-weight: 500;
}

.zy-overview-card__text {
  max-width: none;
  margin-top: 0;
  color: var(--zy-text);
  font-size: 1rem;
  line-height: 1.85;
}

.zy-overview-card__text p {
  margin: 0 0 .75rem;
}

.zy-overview-card__text p:last-child {
  margin-bottom: 0;
}

.zy-overview-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  min-height: clamp(13.5rem, 16vw, 16rem);
  justify-self: end;
  padding: 0;
  gap: clamp(.625rem, 1vw, .875rem);
}

.zy-overview-gallery__item {
  margin: 0;
  padding: .375rem;
  background: var(--zy-red);
  box-shadow: 0 .75rem 1.75rem rgba(55, 47, 45, .12);
  box-sizing: border-box;
}

.zy-overview-gallery__item--0 {
  grid-column: 3 / span 4;
  grid-row: 1;
}

.zy-overview-gallery__item--1 {
  grid-column: 7 / span 4;
  grid-row: 1;
}

.zy-overview-gallery__item--2 {
  grid-column: 1 / span 4;
  grid-row: 2;
}

.zy-overview-gallery__item--3 {
  grid-column: 5 / span 5;
  grid-row: 2;
}

.zy-overview-gallery__item:nth-child(2) {
  background: #5b6f7e;
}

.zy-overview-gallery__item:nth-child(3) {
  background: var(--zy-sage);
}

.zy-overview-gallery__item:nth-child(4) {
  background: #bc835b;
}

.zy-overview-gallery__item:only-child,
.zy-overview-gallery__item--main {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  width: 100%;
  justify-self: end;
  aspect-ratio: 16 / 10;
}

.zy-overview-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zy-section {
  margin-top: clamp(2rem, 3vw, 2.5rem);
}

.zy-section h2 {
  font-size: clamp(1.375rem, 2vw, 1.5rem);
  line-height: 1.8;
}

.zy-wellness-section {
  margin-bottom: clamp(2rem, 3vw, 2.5rem);
}

.zy-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.45vw, 1.25rem);
  margin-top: 0;
}

.zy-tech-card {
  min-height: 12rem;
  padding: 1.25rem 1.125rem 1.5rem;
  color: var(--zy-text);
  text-align: center;
  background: #fff;
  border: 1px solid rgba(210, 190, 163, .55);
  border-radius: 6px;
  box-sizing: border-box;
}

.zy-tech-card:nth-child(1) {
  background-image: url("../lanhu/zy/overview/img/e3f07f4cfdb041cbb47f9e66d6870358_mergeImage.png");
}

.zy-tech-card:nth-child(2) {
  background-image: url("../lanhu/zy/overview/img/7043ac7aab354e05b6cc5ab758dd7b4e_mergeImage.png");
}

.zy-tech-card:nth-child(3) {
  background-image: url("../lanhu/zy/overview/img/1c1845fb62dd4555adde742b9a317cfe_mergeImage.png");
}

.zy-tech-card:nth-child(4) {
  background-image: url("../lanhu/zy/overview/img/11a4b96996e644838073c7ad86982c57_mergeImage.png");
}

.zy-tech-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zy-tech-card__icon {
  display: grid;
  place-items: center;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto .8125rem;
  background: url("../lanhu/zy/overview/img/SketchPnga95597a07f68e7ab8101c8b134cbf7606a7dff52584aede1fcaee2a351c3ad0a.png") center / contain no-repeat;
}

.zy-tech-card__icon::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../lanhu/zy/overview/img/SketchPng7f0bc8c9ea1291e4048fba61f9dc8712abf5d4b9964dd71b384b0a16cb177185.png") center / contain no-repeat;
}

.zy-tech-card:nth-child(2) .zy-tech-card__icon::before {
  width: 1.375rem;
  height: 1.125rem;
  background-image: url("../lanhu/zy/overview/img/SketchPng4ea9c52c5f138cef230163c0294836b58b6eeacd2d7b19f2f222e53afe83399c.png");
}

.zy-tech-card:nth-child(3) .zy-tech-card__icon::before {
  background-image: url("../lanhu/zy/overview/img/SketchPng58421830de838164ce140b71a33057918ca8d611d192ce5a0ee595ff21a28c5e.png");
}

.zy-tech-card:nth-child(4) .zy-tech-card__icon::before {
  background-image: url("../lanhu/zy/overview/img/SketchPngb51ce69cb6b1b19e77735b5cd6c5cc66210f124b2517f073c2f75d2f9e8bc750.png");
}

.zy-tech-card h3 {
  margin: 0;
  color: var(--zy-text);
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.zy-tech-card p {
  margin: 1rem 0 0;
  color: var(--zy-muted);
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

html.fanyi-lang-en .zy-tech-card h3 {
  min-height: 0;
  font-size: clamp(.95rem, 1.05vw, 1.05rem);
  line-height: 1.3;
  overflow-wrap: break-word;
}

.zy-section-heading {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.zy-section-heading img {
  width: 1.25rem;
  height: 1.1875rem;
}

.zy-reserved-box,
.zy-empty-state,
.zy-empty-panel {
  color: var(--zy-muted);
  background: rgba(255, 255, 255, .68);
  border: 1px dashed rgba(121, 49, 44, .24);
  border-radius: 4px;
  box-sizing: border-box;
}

.zy-reserved-box {
  min-height: 6rem;
  margin-top: 1rem;
  padding: 2rem;
}

.zy-activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.45vw, 1.25rem);
  margin-top: 1.25rem;
}

.zy-activity-grid > .zy-empty-state {
  grid-column: 1 / -1;
  width: 100%;
}

.zy-activity-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 11.8125rem;
  padding: 1.4375rem 1.125rem 1.1875rem;
  color: var(--zy-text);
  text-decoration: none;
  background-color: #fff;
  background-image: url("../lanhu/zy/overview/img/SketchPng360af0b3ed07818bafec869fd68931dc1b159755f717ea4ecbe5b1e2e82da292.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  transition: transform .2s ease, filter .2s ease;
}

.zy-activity-card:hover,
.zy-activity-card:focus {
  color: var(--zy-text);
  text-decoration: none;
  transform: translateY(-.125rem);
  filter: drop-shadow(0 .625rem 1rem rgba(55, 47, 45, .08));
}

.zy-activity-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .875rem;
}

.zy-activity-card__head h3 {
  min-width: 0;
  margin: .0625rem 0 0;
  overflow: hidden;
  color: var(--zy-text);
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1112;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zy-activity-card__status {
  flex: 0 0 auto;
  color: var(--zy-red);
  font-family: var(--zy-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  white-space: nowrap;
}

.zy-activity-card--ongoing .zy-activity-card__status {
  color: #64996d;
}

.zy-activity-card--upcoming .zy-activity-card__status {
  color: var(--zy-clay);
}

.zy-activity-card__desc {
  display: -webkit-box;
  min-height: 3rem;
  margin: .75rem 0 0;
  overflow: hidden;
  color: var(--zy-muted);
  font-family: var(--zy-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zy-activity-card__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .75rem;
}

.zy-activity-card__meta {
  display: grid;
  gap: .3125rem;
  min-width: 0;
}

.zy-activity-card__line {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: .6875rem;
  color: var(--zy-muted);
  font-family: var(--zy-sans);
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7143;
}

.zy-activity-card__line i {
  flex: 0 0 auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.zy-activity-card__line em {
  min-width: 0;
  overflow: hidden;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zy-activity-card__line--place i {
  width: .8125rem;
  height: 1.0625rem;
  background-image: url("../lanhu/zy/overview/img/SketchPng2a2e10a75a83d6ef8bfd289bc9fba645b92e6ef7324c266a93fd691c4b80ab7a.png");
}

.zy-activity-card__line--time i {
  width: .9375rem;
  height: .9375rem;
  background-image: url("../lanhu/zy/overview/img/SketchPng5f5eee20fa2ffe4c224b3232fc602fe3740cf1b79c758a247d28283046b57913.png");
}

.zy-activity-card__action {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  color: #685e5d;
  font-family: FZZHUNYSJW--GB1-0, "Microsoft YaHei", sans-serif;
  font-size: .875rem;
  line-height: 1.2143;
  background: url("../lanhu/zy/overview/img/SketchPngbb6e5fe61a44b97826994238671dd00d46f97df416133c4dd29c2ecc0f22561d.png") center / 100% 100% no-repeat;
}

html.fanyi-lang-en .zy-activity-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: auto;
}

html.fanyi-lang-en .zy-activity-grid {
  align-items: stretch;
}

html.fanyi-lang-en .zy-activity-card__head {
  flex-wrap: wrap;
}

html.fanyi-lang-en .zy-activity-card__head h3 {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  font-size: clamp(.95rem, 1.05vw, 1.05rem);
  line-height: 1.3;
  overflow-wrap: break-word;
}

html.fanyi-lang-en .zy-activity-card__status {
  font-size: clamp(.82rem, .95vw, .92rem);
  white-space: normal;
}

html.fanyi-lang-en .zy-activity-card__desc {
  display: block;
  min-height: 0;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  font-size: clamp(.85rem, .95vw, .92rem);
  line-height: 1.45;
  overflow-wrap: break-word;
}

html.fanyi-lang-en .zy-activity-card__foot {
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: .75rem;
}

html.fanyi-lang-en .zy-activity-card__line {
  align-items: flex-start;
}

html.fanyi-lang-en .zy-activity-card__line em {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: break-word;
}

.zy-wellness-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(20rem, 1fr);
  gap: clamp(1.25rem, 2vw, 1.75rem);
  align-items: stretch;
  margin-top: 1.25rem;
}

.zy-season-panel,
.zy-constitution-panel {
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background: #fbfbfb;
  border-radius: 4px;
  box-sizing: border-box;
}

.zy-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--zy-line);
}

.zy-panel-head h3 {
  margin: 0;
  color: var(--zy-text);
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.zy-panel-head a,
.zy-panel-head span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  padding: 0;
  color: #685e5d;
  font-family: FZZHUNYSJW--GB1-0, "Microsoft YaHei", sans-serif;
  font-size: .875rem;
  line-height: 1.2143;
  border: 0;
  border-radius: 0;
  background: url("../lanhu/zy/overview/img/SketchPngbb6e5fe61a44b97826994238671dd00d46f97df416133c4dd29c2ecc0f22561d.png") center / 100% 100% no-repeat;
  box-sizing: border-box;
}

.zy-season-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 1.7vw, 1.5rem);
  margin-top: 1.375rem;
}

.zy-season-card {
  position: relative;
  height: clamp(10.75rem, 14vw, 12.25rem);
  min-height: 0;
  overflow: hidden;
  color: #efe7db;
  background: #d6c7b4;
  border-radius: 4px;
}

.zy-season-card__media,
.zy-season-card__shade,
.zy-season-card__title {
  position: absolute;
  inset: 0;
}

.zy-season-card__media {
  background-position: center;
  background-size: cover;
  transition: transform .24s ease;
}

.zy-season-card--0 .zy-season-card__media {
  background-image: url("../lanhu/zy/overview/img/c6ad95e5689e4a2ca89737eb39bf481c_mergeImage.png");
}

.zy-season-card--1 .zy-season-card__media {
  background-image: url("../lanhu/zy/overview/img/cb4257b2152b4c1cae36bf90e617d1f9_mergeImage.png");
}

.zy-season-card--2 .zy-season-card__media {
  background-image: url("../lanhu/zy/overview/img/7e232c3a8ff145d6bd2232ffb7ea548f_mergeImage.png");
}

.zy-season-card--3 .zy-season-card__media {
  background-image: url("../lanhu/zy/overview/img/d6928862a1d0467d9309be9f139e856b_mergeImage.png");
}

.zy-season-card__shade {
  background: linear-gradient(180deg, rgba(55, 47, 45, 0) 36%, rgba(55, 47, 45, .72) 100%);
}

.zy-season-card__title {
  display: flex;
  align-items: flex-end;
  padding: 0 1.25rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
}

.zy-season-card:hover .zy-season-card__media {
  transform: scale(1.035);
}

.zy-constitution-list {
  display: grid;
  align-content: start;
  gap: 0;
  min-height: calc(100% - 3.5rem);
  margin-top: 1.25rem;
}

.zy-constitution-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 15px 0 13px;
  border-bottom: 1px solid rgba(216, 208, 197, .72);
}

.zy-constitution-item:first-child {
  padding-top: 0;
}

.zy-constitution-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.zy-constitution-item__mark {
  width: 5px;
  height: 17px;
  margin-top: 3px;
  background: var(--zy-red);
}

.zy-constitution-item h4 {
  margin: 0;
  color: var(--zy-red);
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.zy-constitution-item p {
  margin: 4px 0 0;
  color: var(--zy-muted);
  font-size: 16px;
  line-height: 30px;
}

.zy-empty-state {
  display: grid;
  place-items: center;
  min-height: 8rem;
  padding: 1.5rem;
  text-align: center;
}

.zy-empty-panel {
  margin-top: 2.5rem;
  padding: 3rem;
}

.zy-empty-panel h1 {
  font-size: 1.5rem;
}

.zy-empty-panel p {
  margin: 1rem 0 0;
}

.zy-famous-team {
  margin-top: clamp(2.25rem, 3.4vw, 2.5rem);
  padding-bottom: clamp(3.75rem, 6vw, 5rem);
  font-family: var(--zy-sans);
  background: var(--zy-paper);
}

.zy-famous-team__head h1 {
  margin: 0;
  color: #a3342c;
  font-family: var(--zy-serif);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.zy-famous-team__head p {
  margin: .5625rem 0 0;
  color: var(--zy-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  text-indent: 2em;
}

.zy-famous-team__grid {
  --famous-card-width: 20.25rem;
  --famous-gap-x: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--famous-card-width)), 1fr));
  gap: 1.25rem var(--famous-gap-x);
  max-width: 87rem;
  margin-top: 2.625rem;
  margin-inline: auto;
}

.zy-famous-card {
  position: relative;
  display: flex;
  min-height: 27.0625rem;
  flex-direction: column;
  align-items: center;
  padding: 2.6875rem 1.4375rem 1.5625rem;
  color: var(--zy-text);
  background: url("../lanhu/zy/famous/img/SketchPng21385f3ed1596401c6fb375f44eeafea1ae2b97bd9b054e205e2f9b3f34d59d0.png") center / 100% 100% no-repeat;
  box-sizing: border-box;
}

.zy-famous-card::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 10.5625rem;
  aspect-ratio: 1;
  border: 1px solid rgba(189, 159, 120, .8);
  border-radius: 50%;
  transform: translateX(-50%);
}

.zy-famous-card__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 9.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fbf8f0 center / cover no-repeat;
  border: 1px solid rgba(151, 151, 151, .75);
}

.zy-famous-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  text-align: center;
}

.zy-famous-card__body h2 {
  position: relative;
  width: 100%;
  margin: 2rem 0 0;
  color: var(--zy-text);
  font-family: var(--zy-serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.zy-famous-card__body h2::before,
.zy-famous-card__body h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(3.25rem, 25%, 5.4375rem);
  height: 1px;
  background: var(--zy-gold);
}

.zy-famous-card__body h2::before {
  left: 0;
}

.zy-famous-card__body h2::after {
  right: 0;
}

.zy-famous-card__body h2 a {
  color: inherit;
  text-decoration: none;
}

.zy-famous-card__rank {
  margin: .8125rem 0 0;
  color: #a3342c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
}

.zy-famous-card__honor {
  display: -webkit-box;
  margin: .4375rem 0 0;
  color: var(--zy-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.zy-famous-card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-top: .75rem;
}

.zy-famous-card__tags span {
  display: inline-flex;
  min-height: 1.875rem;
  align-items: center;
  padding: .3125rem .625rem;
  color: #686868;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.35;
  background: var(--zy-soft);
  border-radius: .25rem;
}

.zy-famous-card__foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  width: 100%;
  margin-top: auto;
  padding-top: 1.1875rem;
  color: #686868;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.zy-famous-card__foot span {
  min-width: 0;
}

.zy-famous-card__foot em {
  margin-right: .375rem;
  color: var(--zy-text);
  font-weight: 500;
  font-style: normal;
}

.zy-famous-card__foot a {
  display: inline-flex;
  width: 6rem;
  min-height: 2rem;
  align-items: center;
  justify-content: center;
  color: #685e5d;
  font-family: FZZHUNYSJW--GB1-0, "Microsoft YaHei", sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  background: url("../lanhu/zy/famous/img/SketchPng942dc60cce48fb022aa341041661e6663544e13ec5f5afdc603c8abf00efce73.png") center / 100% 100% no-repeat;
}

.zy-famous-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-family: var(--zy-sans);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.zy-famous-modal:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.zy-famous-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .2);
}

.zy-famous-modal__dialog {
  --zy-famous-modal-gutter-x: 2.1875rem;
  position: relative;
  width: min(calc(100vw - 2rem), 74.1875rem);
  max-height: calc(100vh - 3rem);
  overflow: auto;
  margin: 0;
  padding: 1.25rem var(--zy-famous-modal-gutter-x) 1.9375rem;
  color: var(--zy-text);
  background: #eee9e2 url("../lanhu/zy/famous-detail/img/2a332134bd714b62a67ffbf930358a18_mergeImage.png") center / 100% 100% no-repeat;
  box-sizing: border-box;
}

.zy-famous-modal__head {
  display: flex;
  min-height: 2.8125rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

.zy-famous-modal__head h2 {
  margin: .125rem 0 0;
  color: #a3342c;
  font-family: var(--zy-serif);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.zy-famous-modal__head h2 span {
  margin-left: .5rem;
}

.zy-famous-modal__close {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../lanhu/zy/famous-detail/img/SketchPng81c7bb97fc4e796441371228968dab83ef2f293bb705b462951856371423173a.png") center / 100% 100% no-repeat;
}

.zy-famous-modal__rule {
  height: 1px;
  margin-top: .8125rem;
  background: url("../lanhu/zy/famous-detail/img/SketchPngecbdc55297cbdf02b7aa36f33abb817452a7fd229a6f441f2455a1f50efd9d17.png") left center / 100% 100% no-repeat;
}

.zy-famous-modal__name {
  margin: 0 0 .375rem;
  color: var(--zy-text);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.95;
}

.zy-famous-modal__body {
  display: grid;
  grid-template-columns: minmax(15.5rem, 19.625rem) minmax(0, 1fr);
  gap: 1.875rem;
  width: calc(100% + var(--zy-famous-modal-gutter-x));
  margin: 1.3125rem 0 0 calc(var(--zy-famous-modal-gutter-x) * -1);
}

.zy-famous-modal__media {
  position: relative;
  min-height: 15.625rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.zy-famous-modal__media::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10.375rem;
  background: var(--zy-red);
}

html.fanyi-lang-en .zy-famous-modal__body {
  align-items: start;
}

html.fanyi-lang-en .zy-famous-modal__media {
  align-self: start;
}

.zy-famous-modal__photo {
  position: relative;
  z-index: 1;
  width: min(84%, 16.5rem);
  aspect-ratio: 264 / 270;
  margin: 0 auto;
  background: #f7f6f1 center top / cover no-repeat;
  border: 1px solid rgba(151, 151, 151, .75);
  box-sizing: border-box;
}

.zy-famous-modal__main {
  min-width: 0;
}

.zy-famous-modal__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: .625rem 2.75rem;
  max-width: 43.875rem;
  margin: 0;
}

.zy-famous-modal__meta div {
  display: flex;
  min-width: 0;
  color: #5b6f7e;
  font-size: 1rem;
  line-height: 1.375;
}

.zy-famous-modal__meta dt {
  flex: 0 0 auto;
  font-weight: 500;
}

.zy-famous-modal__meta dd {
  min-width: 0;
  margin: 0;
  font-weight: 400;
}

.zy-famous-modal__meta dd span {
  margin-right: .5rem;
}

.zy-famous-modal__section {
  min-width: 0;
}

.zy-famous-modal__main > .zy-famous-modal__section {
  margin-top: 1.25rem;
}

.zy-famous-modal__section h3 {
  display: flex;
  align-items: center;
  gap: .625rem;
  min-height: 2.6875rem;
  margin: 0;
  color: #a3342c;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.38;
}

.zy-famous-modal__section h3::after {
  content: "";
  flex: 1 1 auto;
  height: .75rem;
  min-width: 3rem;
  background:
    url("../lanhu/zy/famous-detail/img/SketchPng0114717cdff1c5a1db1662d0e166a444b6384484dc9a2de69506013d21f9fb2a.png") right center / .9375rem .75rem no-repeat,
    linear-gradient(rgba(218, 206, 191, .7), rgba(218, 206, 191, .7)) left center / calc(100% - 1rem) 1px no-repeat;
}

.zy-famous-modal__text,
.zy-famous-modal__section p,
.zy-famous-modal__list {
  margin: .4375rem 0 0;
  color: var(--zy-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.zy-famous-modal__text p {
  margin: 0;
}

.zy-famous-modal__text p + p {
  margin-top: .5rem;
}

.zy-famous-modal__list {
  padding-left: 1.2em;
}

.zy-famous-modal__achievement {
  padding-left: 0;
}

.zy-famous-modal__bottom {
  display: grid;
  grid-template-columns: minmax(14rem, 18.125rem) minmax(0, 1fr);
  gap: 3.375rem;
  width: calc(100% + var(--zy-famous-modal-gutter-x));
  margin: .5625rem 0 0 calc(var(--zy-famous-modal-gutter-x) * -1);
}

html.fanyi-lang-en .zy-famous-modal__bottom {
  gap: 2rem;
  margin-top: .125rem;
}

.zy-famous-modal__quote {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .625rem;
  margin: 0;
  padding-left: clamp(.875rem, 1.3vw, 1rem);
  box-sizing: border-box;
}

.zy-famous-modal__quote-mark {
  display: block;
  width: .72em;
  margin: 1.7rem 0 0;
  color: #a3342c;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 4.65rem;
  font-weight: 700;
  line-height: .72;
  letter-spacing: 0;
  text-align: left;
}

html.fanyi-lang-en .zy-famous-modal__quote-mark {
  margin-top: .875rem;
}

.zy-famous-modal__quote h3 {
  margin: 0 0 .125rem;
  color: #a3342c;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.38;
  text-align: center;
}

html.fanyi-lang-en .zy-famous-modal__quote h3 {
  line-height: 1.55;
}

.zy-famous-modal__quote p {
  margin: 0;
  color: var(--zy-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.zy-famous-modal__stack {
  display: grid;
  gap: 1.375rem;
}

@media (min-width: 90rem) {
  .zy-famous-team__grid {
    grid-template-columns: repeat(4, minmax(0, var(--famous-card-width)));
  }
}

@media (max-width: 1024px) {
  .zy-famous-modal__dialog {
    background-size: cover;
  }

  .zy-famous-modal__body,
  .zy-famous-modal__bottom {
    grid-template-columns: 1fr;
  }

  .zy-famous-modal__media {
    max-width: 19.625rem;
  }

  .zy-famous-modal__bottom {
    gap: 1.5rem;
  }
}

@media (max-width: 680px) {
  .zy-famous-modal {
    padding: 1rem;
  }

  .zy-famous-modal__dialog {
    --zy-famous-modal-gutter-x: 1rem;
    width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
    padding: 1rem;
  }

  .zy-famous-modal__head h2 {
    font-size: 1.25rem;
    line-height: 1.55;
  }

  .zy-famous-modal__meta {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .zy-famous-modal__quote {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .zy-famous-modal__quote-mark {
    font-size: 3.4rem;
    margin-top: 1.25rem;
  }
}

@media (max-width: 1200px) {
  .zy-overview-card,
  .zy-wellness-layout {
    grid-template-columns: 1fr;
  }

  .zy-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zy-activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zy-overview-gallery__item:only-child,
  .zy-overview-gallery__item--main {
    justify-self: stretch;
  }
}

@media (max-width: 768px) {
  .zy-page {
    --zy-container: min(calc(100vw - 2rem), 87.5rem);
  }

  .zy-overview-card {
    padding: 1.25rem;
  }

  .zy-tech-grid,
  .zy-activity-grid,
  .zy-season-grid,
  .zy-overview-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .zy-overview-gallery__item,
  .zy-overview-gallery__item--0,
  .zy-overview-gallery__item--1,
  .zy-overview-gallery__item--2,
  .zy-overview-gallery__item--3,
  .zy-overview-gallery__item--main {
    grid-column: 1;
    grid-row: auto;
    min-height: 12rem;
  }

  .zy-panel-head a,
  .zy-panel-head span {
    min-width: 0;
  }

  .zy-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .zy-activity-card__foot {
    align-items: flex-start;
    flex-direction: column;
  }
}

.zytreat-section {
  margin-top: clamp(2rem, 3vw, 2.5rem);
}

.zytreat-section--formula {
  margin-top: clamp(2.375rem, 3.2vw, 3rem);
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.zytreat-section__title {
  margin: 0 0 1.375rem;
  color: #a3342c;
  font-family: SourceHanSerifCN-Medium, "Microsoft YaHei", serif;
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
}

.zytreat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 20.25rem));
  gap: clamp(1.25rem, 1.7vw, 1.5rem);
  align-items: stretch;
  justify-content: space-between;
}

.zytreat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 27.0625rem;
  justify-self: stretch;
  padding: 2.3125rem 1.3125rem .8125rem;
  overflow: hidden;
  background-image: url("../lanhu/zy/treatments/img/SketchPng21385f3ed1596401c6fb375f44eeafea1ae2b97bd9b054e205e2f9b3f34d59d0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.zytreat-card__head {
  position: relative;
  min-height: 1.9375rem;
  margin-bottom: 2.5625rem;
  text-align: center;
}

.zytreat-card__head h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--zy-text);
  font-family: SourceHanSerifCN-Medium, "Microsoft YaHei", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.zytreat-card--ornate .zytreat-card__head h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
}

.zytreat-card__title-text {
  min-width: 0;
}

.zytreat-card--ornate .zytreat-card__head h2::before,
.zytreat-card--ornate .zytreat-card__head h2::after {
  content: "";
  display: block;
  width: 2.9375rem;
  height: .5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.zytreat-card--ornate .zytreat-card__head h2::before {
  background-image: url("../lanhu/zy/treatments/img/SketchPng6a5ce2c5347ceb98ab43e795f7baf78a173fdb804377a1b0fae4f0a12479cc76.png");
}

.zytreat-card--ornate .zytreat-card__head h2::after {
  background-image: url("../lanhu/zy/treatments/img/SketchPng0abe7d9835013ba6a645615619162d5e660a55f5e14f28f32b01bcaaeca976dc.png");
}

html.fanyi-lang-en .zytreat-card__head {
  min-width: 0;
  min-height: 2.75rem;
}

html.fanyi-lang-en .zytreat-card__head h2 {
  max-width: min(100%, 13.25rem);
  margin: 0 auto;
  font-size: clamp(.95rem, 1.05vw, 1.1rem);
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

html.fanyi-lang-en .zytreat-card--ornate .zytreat-card__head h2 {
  display: inline-grid;
  grid-template-columns: 1.875rem minmax(0, 1fr) 1.875rem;
  gap: .375rem;
  align-items: center;
  max-width: min(100%, 14.5rem);
}

html.fanyi-lang-en .zytreat-card--ornate .zytreat-card__head h2::before,
html.fanyi-lang-en .zytreat-card--ornate .zytreat-card__head h2::after {
  width: 1.875rem;
}

html.fanyi-lang-en .zytreat-card__title-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

.zytreat-card__photo {
  display: block;
  width: min(100%, 15.5625rem);
  aspect-ratio: 249 / 147;
  margin: 0 auto;
  background-color: #e8dfd0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  box-sizing: border-box;
}

.zytreat-card--0 .zytreat-card__photo {
  background-image: url("../lanhu/zy/treatments/img/c3b661933885410b9c0c12daf57de8b0_mergeImage.png");
}

.zytreat-card--1 .zytreat-card__photo {
  background-image: url("../lanhu/zy/treatments/img/bc0304ccfb53465ebfedc3174063f0d2_mergeImage.png");
}

.zytreat-card--2 .zytreat-card__photo {
  background-image: url("../lanhu/zy/treatments/img/5a0fa63e26684dd4adab87f706aae6b5_mergeImage.png");
}

.zytreat-card--3 .zytreat-card__photo {
  background-image: url("../lanhu/zy/treatments/img/fb1cb9e271774ed99daa7f40a6b9ce72_mergeImage.png");
}

.zytreat-card--4 .zytreat-card__photo {
  background-image: url("../lanhu/zy/treatments/img/29bcded865164769a6ada1b9704032a2_mergeImage.png");
}

.zytreat-card--5 .zytreat-card__photo {
  background-image: url("../lanhu/zy/treatments/img/16b84c316cfe47d98a7c178a3e6efb61_mergeImage.png");
}

.zytreat-card--6 .zytreat-card__photo {
  background-image: url("../lanhu/zy/treatments/img/3c62e73a5a9149118564ef552e2de1bf_mergeImage.png");
}

.zytreat-card__body {
  width: min(100%, 16.375rem);
  margin: 1.6875rem auto 0;
}

.zytreat-card__body p {
  display: -webkit-box;
  min-height: 3.9375rem;
  margin: 0;
  overflow: hidden;
  color: var(--zy-text);
  font-size: .9375rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.zytreat-card__keywords {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem 0;
  min-height: 1.375rem;
  margin-top: 1.1875rem;
  color: #bc835b;
  font-size: .875rem;
  line-height: 1.571;
}

.zytreat-card__keywords span + span::before {
  content: "·";
  margin: 0 .45rem;
}

.zytreat-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  margin: .625rem .125rem 0 auto;
  color: #685e5d;
  font-family: FZZHUNYSJW--GB1-0, "Microsoft YaHei", sans-serif;
  font-size: .875rem;
  line-height: 1;
  background: url("../lanhu/zy/treatments/img/SketchPng942dc60cce48fb022aa341041661e6663544e13ec5f5afdc603c8abf00efce73.png") center / 100% 100% no-repeat;
}

.zytreat-card__more:hover,
.zyformula-card__foot a:hover {
  color: #a3342c;
}

.zyformula-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 1.7vw, 1.5rem);
}

.zyformula-card {
  display: grid;
  grid-template-columns: 9.6875rem minmax(0, 1fr);
  gap: clamp(1.125rem, 1.8vw, 1.5rem);
  min-height: 18.875rem;
  padding: 1rem 1.125rem;
  background: #fbfbfb;
  border-radius: 4px;
  box-sizing: border-box;
}

.zyformula-card__photo {
  display: block;
  width: 9.6875rem;
  min-height: 16.375rem;
  align-self: center;
  background-color: #e8dfd0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(151, 151, 151, .78);
  border-radius: 4px;
  box-sizing: border-box;
}

.zyformula-card--0 .zyformula-card__photo {
  background-image: url("../lanhu/zy/treatments/img/ef3448b1784647e0bb48bb58354c3aa3_mergeImage.png");
}

.zyformula-card--1 .zyformula-card__photo {
  background-image: url("../lanhu/zy/treatments/img/4140f35ff80341ba9f5d6bea3b8877b6_mergeImage.png");
}

.zyformula-card--2 .zyformula-card__photo {
  background-image: url("../lanhu/zy/treatments/img/fa1fa405297a4e51a5faf149bc3e7fd5_mergeImage.png");
}

.zyformula-card--3 .zyformula-card__photo {
  background-image: url("../lanhu/zy/treatments/img/7064037f9f8a4c22a95a0c20a46b0eef_mergeImage.png");
}

.zyformula-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.zyformula-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2rem;
}

.zyformula-card__head h2 {
  margin: 0;
  overflow: hidden;
  color: var(--zy-text);
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zyformula-card__type {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.1875rem;
  min-height: 2rem;
  padding: 0 .875rem;
  color: #a3342c;
  background: #fff4f3;
  border-radius: 999px;
  font-size: .875rem;
  line-height: 1.4;
  box-sizing: border-box;
}

.zyformula-card__type--external,
.zyformula-card__type--experience {
  color: var(--zy-clay);
  background: #fff5ef;
}

.zyformula-card__desc {
  display: -webkit-box;
  min-height: 3.5rem;
  margin: .25rem 0 0;
  overflow: hidden;
  color: #4f4b4a;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.zyformula-card__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: .8125rem;
}

.zyformula-card__info-box {
  min-height: 7.125rem;
  padding: .75rem .5rem .8125rem .875rem;
  background: #f1efea;
  border-radius: 8px;
  box-sizing: border-box;
}

.zyformula-card__info-box h3 {
  margin: 0;
  color: #a3342c;
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
}

.zyformula-card__info-box p {
  display: -webkit-box;
  margin: .4375rem 0 0;
  overflow: hidden;
  color: var(--zy-text);
  font-size: .9375rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.zyformula-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
}

.zyformula-card__foot span {
  color: #5b6f7e;
  font-size: 1rem;
  line-height: 1.4;
}

.zyformula-card__foot a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2rem;
  color: #685e5d;
  font-family: FZZHUNYSJW--GB1-0, "Microsoft YaHei", sans-serif;
  font-size: .875rem;
  line-height: 1;
  background: url("../lanhu/zy/treatments/img/SketchPngbb6e5fe61a44b97826994238671dd00d46f97df416133c4dd29c2ecc0f22561d.png") center / 100% 100% no-repeat;
}

.zytreat-empty {
  display: grid;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 10rem;
  padding: 2rem;
  color: var(--zy-muted);
  text-align: center;
  background: rgba(255, 255, 255, .68);
  border: 1px dashed rgba(121, 49, 44, .24);
  border-radius: 4px;
  box-sizing: border-box;
}

@media (max-width: 1320px) {
  .zytreat-grid {
    grid-template-columns: repeat(3, minmax(0, 20.25rem));
  }

  .zyformula-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .zytreat-grid {
    grid-template-columns: repeat(2, minmax(0, 20.25rem));
  }
}

@media (max-width: 680px) {
  .zytreat-grid {
    grid-template-columns: minmax(0, 20.25rem);
    justify-content: center;
  }

  .zyformula-card {
    grid-template-columns: 1fr;
  }

  .zyformula-card__photo {
    width: min(100%, 16rem);
    min-height: 16rem;
    justify-self: center;
  }

  .zyformula-card__info {
    grid-template-columns: 1fr;
  }

  .zyformula-card__head,
  .zyformula-card__foot {
    align-items: flex-start;
    flex-direction: column;
  }
}

.zy-tztl-list-content {
  padding-bottom: clamp(3.75rem, 6vw, 5rem);
}

.zy-tztl-list-content__inner {
  width: var(--yygk-container);
  margin: 0 auto;
}

.zy-tztl-list {
  min-width: 0;
}

.zy-tztl-list-layout {
  display: grid;
  grid-template-columns: clamp(17.5rem, 25.43vw, 22.25rem) minmax(0, 1fr);
  gap: clamp(2rem, 3.54vw, 4.25rem);
  align-items: start;
  margin-top: clamp(1.75rem, 3vw, 2.375rem);
}

.zy-tztl-filter {
  min-height: clamp(22rem, 29.85vw, 26.125rem);
  padding-top: .6875rem;
  background: #fff url("../lanhu/zy/tztl-pc-list/sidebar-panel.png") center top / 100% 100% no-repeat;
  box-sizing: border-box;
}

.zy-tztl-filter__head {
  display: flex;
  align-items: center;
  gap: .5rem;
  min-height: 1.8125rem;
  padding: 0 1.3125rem;
  color: #fff;
}

.zy-tztl-filter__head img {
  width: 1.125rem;
  height: 1.1875rem;
  object-fit: contain;
}

.zy-tztl-filter__head h1 {
  margin: 0;
  font-family: var(--zy-serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.zy-tztl-filter__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.125rem;
  align-items: center;
  width: calc(100% - 1.625rem);
  height: 2.375rem;
  margin: 1.5625rem auto 0;
  border: 1px solid #bd9f78;
  border-radius: 4px;
  box-sizing: border-box;
}

.zy-tztl-filter__search input {
  min-width: 0;
  height: 100%;
  padding: 0 .8125rem;
  color: var(--zy-text);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: .875rem;
  line-height: 1.4;
}

.zy-tztl-filter__search input::placeholder {
  color: #b1a391;
}

.zy-tztl-filter__search button {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: .25rem;
  background: #bd9f78 url("../lanhu/zy/tztl-pc-list/search-icon.png") center / 1.125rem 1.125rem no-repeat;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}

.zy-tztl-filter__types {
  margin-top: .875rem;
}

.zy-tztl-filter__types a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.625rem;
  padding: 0 1.0625rem;
  color: var(--zy-text);
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.zy-tztl-filter__types a + a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: url("../lanhu/zy/tztl-pc-list/sidebar-divider.png") center / 100% 100% no-repeat;
}

.zy-tztl-filter__types a.is-active {
  color: #efe7db;
  background: #79312c;
}

.zy-tztl-list__title {
  display: flex;
  align-items: center;
  min-height: 3.625rem;
  margin: 0 0 clamp(1rem, 1.6vw, 1.5rem);
  padding: 0 1.375rem;
  color: #a3342c;
  background: #f1efea;
  font-family: var(--zy-serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.zy-tztl-list__items {
  display: grid;
  gap: clamp(1rem, 1.6vw, 1.25rem);
}

.zy-tztl-list-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(12rem, 16.875rem) minmax(0, 1fr);
  gap: clamp(1.25rem, 2vw, 1.625rem);
  align-items: stretch;
  min-height: clamp(14rem, 18vw, 16.25rem);
  padding: clamp(1rem, 1.5vw, 1.375rem) clamp(1rem, 2vw, 1.75rem) clamp(.875rem, 1.5vw, 1.125rem) clamp(1rem, 1.5vw, 1.25rem);
  color: var(--zy-text);
  background: #fbfbfb;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}

.zy-tztl-list-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../lanhu/zy/tizhi/img/0ffe5f8fd5374de4b51e5cf7dbfe92da_mergeImage.png") center / 100% 100% no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.zy-tztl-list-card:hover::after {
  opacity: 1;
}

.zy-tztl-list-card::before {
  content: "";
  position: absolute;
  inset: .5rem .5rem .4375rem .375rem;
  z-index: 1;
  background: url("../lanhu/zy/tizhi/img/SketchPng83c9825566771ca26bfaed1c0ff8e2efa153bd9e54e7d2a8e3d8a022129b0c98.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.zy-tztl-list-card:nth-child(4n + 2)::before {
  background-image: url("../lanhu/zy/tizhi/img/SketchPng3e2108d0e64654c24af327389ed2d9042ec0abc729df46a91291e735831814e0.png");
}

.zy-tztl-list-card:nth-child(4n + 3)::before {
  background-image: url("../lanhu/zy/tizhi/img/SketchPng3a8e926c7eba384e0b816bb6cefe0f415d041ea4501165bb89579aaf5b775ba6.png");
}

.zy-tztl-list-card:nth-child(4n)::before {
  background-image: url("../lanhu/zy/tizhi/img/SketchPngae1add4edf7ff2568782f7b815ed0a3fe5928aeb91f3da3b9b9a5ea6451792db.png");
}

.zy-tztl-list-card__media,
.zy-tztl-list-card__body {
  position: relative;
  z-index: 2;
}

.zy-tztl-list-card__media {
  width: min(100%, 16.875rem);
  aspect-ratio: 270 / 214;
  align-self: center;
  background-color: #eee9df;
  background-position: center;
  background-size: cover;
  border: 0;
  box-sizing: border-box;
}

.zy-tztl-list-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: clamp(.25rem, .6vw, .5rem);
}

.zy-tztl-list-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.zy-tztl-list-card h2 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--zy-text);
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: clamp(1.125rem, 1.45vw, 1.25rem);
  font-weight: 500;
  line-height: 1.4;
}

.zy-tztl-list-card h2 a {
  color: inherit;
}

.zy-tztl-list-card__tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.1875rem;
  min-height: 2rem;
  padding: .375rem .875rem;
  color: #79312c;
  background: #fff4f3;
  border: 0;
  border-radius: 999px;
  font-family: PingFangSC-Regular, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: .875rem;
  line-height: 1.4286;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.zy-tztl-list-card__tag--1 {
  color: #a85928;
  background: #fff5ef;
}

.zy-tztl-list-card__tag--2,
.zy-tztl-list-card__tag--3 {
  color: #79312c;
  background: #fff4f3;
}

.zy-tztl-list-card__tag--4 {
  color: #5b6f7e;
  background: #f3f9fd;
}

.zy-tztl-list-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: clamp(1rem, 1.5vw, 1.3125rem) 0 0;
  overflow: hidden;
  color: var(--zy-muted);
  font-size: 1rem;
  line-height: 1.875;
}

.zy-tztl-list-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
}

.zy-tztl-list-card__foot time {
  flex: 0 0 auto;
  color: var(--zy-muted);
  font-size: 1rem;
  line-height: 1.875;
}

.zy-tztl-list-card__more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-.375rem, -.25rem);
  width: 7.125rem;
  height: 2.375rem;
  color: var(--zy-red);
  font-family: FZZHUNYSJW--GB1-0, "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  line-height: 1.1875;
  background: url("../lanhu/zy/tizhi/img/SketchPng8ec2723e61979599dc9439876c2e4f65c09b2b96768bb948290955a152d5e537.png") center / 100% 100% no-repeat;
}

html.fanyi-lang-en .zy-tztl-list-card__foot {
  gap: clamp(1rem, 2vw, 1.75rem);
}

html.fanyi-lang-en .zy-tztl-list-card__more {
  width: 9.5rem;
  height: 2.625rem;
  padding: 0 .875rem;
  transform: translate(0, -.25rem);
  font-size: clamp(.82rem, .9vw, .95rem);
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  box-sizing: border-box;
}

html.fanyi-lang-en .zy-tztl-list-layout {
  grid-template-columns: clamp(18.5rem, 26vw, 23rem) minmax(0, 1fr);
}

html.fanyi-lang-en .zy-tztl-filter__types a,
html.fanyi-lang-en .zy-tztl-list__title,
html.fanyi-lang-en .zy-tztl-list-card__tag {
  white-space: normal;
  overflow-wrap: anywhere;
}

.zy-tztl-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.25rem, 4vw, 3.125rem);
}

.zy-tztl-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(.625rem, 1vw, 1.25rem);
  margin: 0;
  padding: 0;
}

.zy-tztl-pagination__list li {
  list-style: none;
}

.zy-tztl-pagination__list a,
.zy-tztl-pagination__list li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.0625rem;
  height: 2.0625rem;
  padding: 0 .45rem;
  color: var(--zy-text);
  font-size: 1rem;
  line-height: 1.375;
  border: 1px solid var(--zy-gold);
  border-radius: 4px;
  background: transparent;
  box-sizing: border-box;
}

.zy-tztl-pagination__list .active a {
  color: #efe7db;
  background: var(--zy-red);
  border-color: var(--zy-red);
}

.zy-tztl-page-arrow {
  display: block;
  width: .5rem;
  height: .875rem;
  background: url("../lanhu/zy/tizhi/img/SketchPng41f5493ed5f19c521ca6aaebd1699d27c9a4d35c0699b736f59fc75f8cabec44.png") center / contain no-repeat;
}

.zy-tztl-page-arrow--next {
  background-image: url("../lanhu/zy/tizhi/img/SketchPngdfbca45dab21ec3002429a989f65c2ae81732d64fc6b99dab0200a4f247bc052.png");
}

@media (max-width: 1100px) {
  .zy-tztl-list-layout {
    grid-template-columns: 1fr;
  }

  .zy-tztl-filter {
    min-height: 0;
    padding-bottom: 1rem;
  }

  .zy-tztl-list-card {
    grid-template-columns: minmax(10rem, 14rem) minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .zy-tztl-list-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .zy-tztl-list-card::before {
    inset: .5rem;
  }

  .zy-tztl-list-card__media {
    width: 100%;
    max-height: 15rem;
  }

  .zy-tztl-list-card__body {
    padding-top: 0;
  }

  .zy-tztl-list-card__foot {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1.25rem;
  }

  .zy-tztl-list-card__head {
    flex-direction: column;
    gap: .5rem;
  }
}

.zy-detail-page {
  --zy-detail-red: #79312c;
  --zy-detail-text: #372f2d;
  --zy-detail-muted: #959595;
  --zy-detail-tag: #fff5ef;
  --zy-detail-tag-text: #a85928;
}

.zy-detail-content {
  padding-bottom: clamp(3.75rem, 6vw, 5rem);
}

.zy-detail-content__inner {
  width: var(--yygk-container);
  margin: 0 auto;
}

.zy-wellness-detail-card {
  position: relative;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 2.6vw, 2.25rem) clamp(2.25rem, 4vw, 3rem);
  color: var(--zy-detail-text);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}

.zy-wellness-detail-card__accent {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--zy-detail-red);
}

.zy-wellness-detail-card__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: end;
}

.zy-wellness-detail-card__title {
  min-width: 0;
  text-align: center;
}

.zy-wellness-detail-card__title h1 {
  max-width: 58rem;
  margin: 0 auto;
  color: #a3342c;
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  font-weight: 500;
  line-height: 1.4;
}

.zy-wellness-detail-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem clamp(1.25rem, 3.2vw, 3.75rem);
  margin-top: clamp(1rem, 1.7vw, 1.375rem);
  color: var(--zy-detail-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.zy-wellness-detail-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  min-width: 10rem;
}

.zy-wellness-detail-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .75rem 1rem;
}

.zy-wellness-detail-tags span {
  min-height: 2rem;
  padding: .35rem .85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--zy-detail-tag-text);
  background: var(--zy-detail-tag);
  border-radius: 999px;
  font-size: .875rem;
  line-height: 1.4;
}

html.fanyi-lang-en .zy-wellness-detail-side,
html.fanyi-lang-en .zy-wellness-detail-tags {
  min-width: 0;
}

html.fanyi-lang-en .zy-wellness-detail-tags {
  width: 100%;
  max-width: 100%;
  gap: .5rem;
}

html.fanyi-lang-en .zy-wellness-detail-tags span {
  min-width: 0;
  max-width: 100%;
  padding-inline: clamp(.45rem, .8vw, .7rem);
  font-size: clamp(.72rem, .78vw, .82rem);
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  box-sizing: border-box;
}

.zy-wellness-detail-back {
  min-width: 3.6rem;
  height: 1.8rem;
  padding: 0 .9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a3342c;
  border: 1px solid var(--zy-detail-red);
  border-radius: 4px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
}

.zy-wellness-detail-divider {
  height: 1px;
  margin-top: clamp(1rem, 1.8vw, 1.125rem);
  background: #e4d9ca;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-cover {
  width: min(41.9375rem, 100%);
  margin: clamp(1.75rem, 3vw, 2rem) auto 0;
  border: 1px solid rgba(151, 151, 151, .55);
  background: #f1efea;
  box-sizing: border-box;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body {
  margin-top: clamp(1.75rem, 3vw, 2rem);
  color: var(--zy-detail-text);
  font-size: 1rem;
  line-height: 1.875;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body > div {
  max-width: none !important;
  margin: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body h1:first-child {
  display: none;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body h2,
.zy-wellness-detail-card--richtext .zy-wellness-detail-body h3 {
  color: #a3342c !important;
  font-family: PingFangSC-Medium, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body h2 {
  margin: clamp(1.5rem, 3vw, 1.75rem) 0 1rem !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  font-size: 1.125rem !important;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body h3 {
  margin: 1.35rem 0 .85rem !important;
  font-size: 1.0625rem !important;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body p {
  margin: 0 0 .75rem !important;
  color: inherit !important;
  font-size: 1rem !important;
  line-height: 1.875 !important;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body p:last-child {
  margin-bottom: 0 !important;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body img {
  display: block;
  max-width: min(41.9375rem, 100%);
  height: auto !important;
  margin: clamp(1.5rem, 3vw, 2rem) auto !important;
  border: 1px solid rgba(151, 151, 151, .55);
  box-sizing: border-box;
}

.zy-wellness-detail-card--richtext .zy-wellness-detail-body ul,
.zy-wellness-detail-card--richtext .zy-wellness-detail-body ol {
  margin: .75rem 0 1.25rem 1.5rem;
  padding: 0;
  line-height: 1.875;
}

.zy-wellness-detail-card--content .zy-wellness-detail-card__header {
  position: relative;
  display: block;
  min-height: 5rem;
  padding-inline: clamp(7rem, 14vw, 13rem);
}

.zy-wellness-detail-card--content .zy-wellness-detail-side {
  position: absolute;
  right: 0;
  bottom: .125rem;
  max-width: min(18rem, 32%);
}

html.fanyi-lang-en .zy-wellness-detail-card--content .zy-wellness-detail-side {
  width: min(20rem, 36%);
  max-width: min(20rem, 36%);
}

.zy-wellness-detail-card--content .zy-wellness-detail-divider {
  margin-bottom: clamp(1.75rem, 3vw, 2rem);
}

.zy-wellness-detail-card--content .zy-wellness-detail-body {
  padding: 0 clamp(.375rem, 1vw, .75rem);
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .zy-wellness-detail-card__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .zy-wellness-detail-side,
  .zy-wellness-detail-tags {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .zy-wellness-detail-card--content .zy-wellness-detail-card__header {
    min-height: 0;
    padding-inline: 0;
  }

  .zy-wellness-detail-card--content .zy-wellness-detail-side,
  .zy-wellness-detail-card--content .zy-wellness-detail-tags {
    align-items: center;
    justify-content: center;
  }

  .zy-wellness-detail-card--content .zy-wellness-detail-side {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }
}

@media (max-width: 560px) {
  .zy-detail-content__inner {
    width: var(--yygk-container);
  }

  .zy-wellness-detail-card {
    padding-inline: 1rem;
  }

  .zy-wellness-detail-card__title {
    text-align: left;
  }

  .zy-wellness-detail-card__title h1,
  .zy-wellness-detail-meta {
    justify-content: flex-start;
    text-align: left;
  }

  .zy-wellness-detail-card--content .zy-wellness-detail-card__title {
    text-align: center;
  }

  .zy-wellness-detail-card--content .zy-wellness-detail-card__title h1,
  .zy-wellness-detail-card--content .zy-wellness-detail-meta {
    justify-content: center;
    text-align: center;
  }

  .zy-famous-card {
    min-height: 25rem;
  }

  .zy-famous-card__foot {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .zy-famous-card__foot a {
    justify-self: center;
  }
}
