body {
  margin: 0;
  min-width: 0;
  background: #f7f6f1;
}

body.kszj-modal-open {
  overflow: hidden;
}

.kszj-page {
  --kszj-container: min(calc(100vw - 48px), 100rem);
  --kszj-burgundy: #79312c;
  --kszj-title-soft: #92514b;
  --kszj-text: #372f2d;
  --kszj-muted: #685e5d;
  --kszj-line: #d2bea3;
  --kszj-soft: #f3ede3;
  --kszj-font: PingFangSC-Regular, "PingFang SC", "Noto Sans SC", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  --kszj-title-font: PingFangSC-Medium, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --kszj-serif-title-font: SourceHanSerifCN-Medium, "Source Han Serif CN", "Source Han Serif SC", "Noto Serif SC", "Noto Serif CJK SC", "Songti SC", STSong, SimSun, serif;
  --kszj-soft-serif-title-font: "Noto Serif SC", "Source Han Serif CN", "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", STSong, SimSun, serif;
  --kszj-compact-font: FZZHUNYSJW--GB1-0, PingFangSC-Regular, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-family: var(--kszj-font);
}

.kszj-page input,
.kszj-page select,
.kszj-page button,
.kszj-page textarea {
  font-family: inherit;
}

.kszj-content__inner {
  width: var(--kszj-container);
}

.kszj-page .yygk-overview-tabs__item {
  justify-content: center;
  padding-left: 0;
  text-align: center;
}

.kszj-page .yygk-overview-tabs__item > span,
.kszj-page .yygk-overview-tabs__item.is-active > span {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  text-align: center;
  font-family: var(--kszj-serif-title-font);
  font-size: 1.25rem;
  font-weight: 500;
}

.kszj-sidebar__icon,
.kszj-section-title__icon-img {
  display: block;
  flex: 0 0 auto;
}

.kszj-sidebar__icon {
  width: 1.125rem;
  height: 1.125rem;
}

.kszj-workspace {
  display: grid;
  grid-template-columns: minmax(17.5rem, 22.25rem) minmax(0, 1fr);
  gap: clamp(2rem, 3.6vw, 4.25rem);
  align-items: start;
  margin-top: 2.9375rem;
  padding-bottom: 4rem;
}

.kszj-sidebar {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(210, 190, 163, .68);
  border-radius: 4px;
}

.kszj-sidebar__title {
  display: flex;
  align-items: center;
  gap: .625rem;
  min-height: 3.1875rem;
  padding: 0 1.1875rem;
  color: #fff;
  font-size: 1.25rem;
  font-family: var(--kszj-serif-title-font);
  font-weight: 500;
  background: var(--kszj-burgundy);
}

.kszj-search {
  position: relative;
  margin: 1.5625rem .8125rem .875rem;
}

.kszj-search input {
  width: 100%;
  height: 2.375rem;
  padding: 0 2.875rem 0 .8125rem;
  color: var(--kszj-text);
  font-size: .875rem;
  background: transparent;
  border: 1px solid #bd9f78;
  border-radius: 4px;
  box-sizing: border-box;
}

.kszj-search input::placeholder {
  color: #b1a391;
}

.kszj-search__button {
  position: absolute;
  right: .125rem;
  top: .125rem;
  width: 2.125rem;
  height: 1.875rem;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: url('../../../html/export/lanhu_keshizhuanjiakeshidaohangliebiao/img/SketchPng1de089ea44fbd45267f1d435fe49c7f5cfaaba3d132b2c2c0c1a213133e55306.png') center / 100% 100% no-repeat;
}

.kszj-search__button::before,
.kszj-search__button::after {
  content: none;
}

.kszj-search__dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + .25rem);
  z-index: 20;
  width: 100%;
  max-height: 14rem;
  overflow-y: auto;
  padding: .25rem 0;
  background: #fff;
  border: 1px solid #bd9f78;
  border-radius: 4px;
  box-shadow: 0 .625rem 1.25rem rgba(55, 47, 45, .12);
  box-sizing: border-box;
}

.kszj-search__dropdown.is-open {
  display: block;
}

.kszj-search__option {
  display: block;
  width: 100%;
  padding: .5rem .8125rem;
  color: var(--kszj-text);
  font-size: .9375rem;
  line-height: 1.4;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.kszj-search__option:hover,
.kszj-search__option:focus {
  color: #a3342c;
  background: #f4f3f0;
  outline: none;
}

.kszj-search__option[hidden] {
  display: none;
}

.kszj-search__empty {
  padding: .5rem .8125rem;
  color: #8d817f;
  font-size: .875rem;
  line-height: 1.4;
}

.kszj-dept-group {
  border-top: 1px solid rgba(210, 190, 163, .48);
}

.kszj-dept-group > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: 0 1.0625rem;
  color: var(--kszj-text);
  font-size: 1.125rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}

.kszj-dept-group > summary::-webkit-details-marker {
  display: none;
}

.kszj-dept-group > summary::after {
  content: "";
  width: 1rem;
  height: .5rem;
  background: url('../../../html/export/lanhu_keshizhuanjiakeshidaohangliebiao/img/SketchPng2691c93877e1942b3ef50a5f30dee654592cefa58bbef825a6f52259c33f88ee.png') center / 100% 100% no-repeat;
}

.kszj-dept-group:not([open]) > summary::after {
  background-image: url('../../../html/export/lanhu_keshizhuanjiakeshidaohangliebiao/img/SketchPng452963497d1907aeed4f8e8b785e5c6f0d614e2a3e4932c5dd771fac83009264.png');
}

.kszj-category-list {
  margin-top: .875rem;
  border-top: 1px solid rgba(210, 190, 163, .48);
}

.kszj-category-list__item,
.kszj-category-list__empty {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  padding: 0 1.0625rem;
  color: var(--kszj-text);
  font-size: 1.125rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  border-bottom: 1px solid rgba(210, 190, 163, .48);
  box-sizing: border-box;
}

.kszj-category-list__item {
  position: relative;
}

.kszj-category-list__item:hover,
.kszj-category-list__item:focus,
.kszj-category-list__item.is-active {
  color: #a3342c;
}

.kszj-category-list__item.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: .25rem;
  height: 100%;
  background: var(--kszj-burgundy);
}

.kszj-category-list__empty {
  color: #8d817f;
  font-size: 1rem;
  font-family: var(--kszj-font);
  font-weight: 400;
}

.kszj-dept-list {
  margin: 0 .3125rem 1rem;
  padding: .25rem 0 .875rem;
  background: #f4f3f0;
}

.kszj-dept-list a {
  position: relative;
  display: block;
  padding: .58rem 1rem .58rem 1.375rem;
  color: #685e5d;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
}

.kszj-dept-list a.is-active {
  color: #a3342c;
}

.kszj-dept-list a.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: .25rem;
  height: 100%;
  background: var(--kszj-burgundy);
}

.kszj-dept-list__empty {
  padding: .5rem 1rem;
  color: #8d817f;
  font-size: .875rem;
}

.kszj-panel,
.kszj-tab-panel {
  min-width: 0;
  padding: 1rem 2rem 2rem;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.kszj-panel__title {
  margin: 0;
  padding-bottom: .8125rem;
  color: #a3342c;
  font-size: 1.5rem;
  font-family: var(--kszj-serif-title-font);
  font-weight: 500;
  line-height: 1.8;
  border-bottom: 1px solid #d8d0c5;
}

.kszj-clinic-map {
  margin-top: 2.5rem;
  padding: 0 0 4rem;
  background: transparent;
}

.kszj-clinic-map .kszj-panel__title {
  padding-bottom: 0;
  color: var(--kszj-burgundy);
  font-size: 1.5rem;
  line-height: 2.6875rem;
  border-bottom: 0;
}

.kszj-clinic-map__tabs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.125rem;
  min-height: 2.5rem;
  margin-top: 1.3125rem;
  padding: 0 1.625rem;
  background: #f1efea;
  box-sizing: border-box;
}

.kszj-clinic-map__tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5625rem;
  min-height: 2.5rem;
  padding: 0;
  color: #686868;
  font-size: 1rem;
  font-family: var(--kszj-serif-title-font);
  font-weight: 500;
  line-height: 1.4375rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.kszj-clinic-map__tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.75rem;
  height: 1px;
  background: transparent;
  transform: translateX(-50%);
}

.kszj-clinic-map__tab.is-active {
  color: var(--kszj-burgundy);
}

.kszj-clinic-map__tab.is-active::after {
  background: var(--kszj-burgundy);
}

.kszj-clinic-map__body {
  margin-top: 1.25rem;
}

.kszj-clinic-map__panel {
  display: grid;
  grid-template-columns: minmax(15rem, 18.0625rem) minmax(0, 1fr);
  gap: clamp(2rem, 3.4vw, 3.125rem);
  align-items: stretch;
}

.kszj-clinic-map__panel[hidden] {
  display: none;
}

.kszj-clinic-map__legend {
  min-height: 50.625rem;
  padding: .5625rem 1.1875rem 2rem;
  background: #fff url('../lanhu/export/clinic-map/clinic-sidebar-bg.png') center / 100% 100% no-repeat;
  box-sizing: border-box;
}

.kszj-clinic-map__legend-title {
  display: flex;
  align-items: center;
  gap: .625rem;
  min-height: 1.8125rem;
  color: #fff;
  font-size: 1.25rem;
  font-family: var(--kszj-serif-title-font);
  font-weight: 500;
  line-height: 1.8125rem;
  white-space: nowrap;
}

.kszj-clinic-map__legend-title img {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
}

.kszj-clinic-map__legend-list {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.9375rem;
}

.kszj-clinic-map__legend-item {
  display: flex;
  align-items: center;
  gap: .6875rem;
  min-width: 0;
  color: var(--kszj-text);
  font-size: 1rem;
  line-height: 1.5rem;
}

.kszj-clinic-map__legend-item img,
.kszj-clinic-map__legend-dot {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.kszj-clinic-map__legend-dot {
  border-radius: 50%;
  background: var(--kszj-burgundy);
}

.kszj-clinic-map__main {
  min-width: 0;
  min-height: 50.625rem;
  padding: .9375rem 1.6875rem 1.125rem;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.kszj-clinic-map__main h2 {
  margin: 0;
  color: var(--kszj-burgundy);
  font-size: 1.5rem;
  font-family: var(--kszj-serif-title-font);
  font-weight: 500;
  line-height: 2.6875rem;
}

.kszj-clinic-map__rule {
  height: 1px;
  margin-top: .8125rem;
  background: #d8d0c5;
}

.kszj-clinic-map__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 54.3125rem);
  aspect-ratio: 869 / 470;
  margin: 1.25rem auto 0;
  overflow: hidden;
  background: #f4f3f0;
  box-sizing: border-box;
}

.kszj-clinic-map__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kszj-clinic-map__desc {
  width: min(100%, 54.3125rem);
  min-height: 13.125rem;
  margin: 1.25rem auto 0;
  padding: .9375rem 1.1875rem 1.125rem;
  background: #f4f3f0;
  border-radius: 4px;
  box-sizing: border-box;
}

.kszj-clinic-map__desc h3 {
  margin: 0;
  color: var(--kszj-text);
  font-size: 1.125rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 1.5625rem;
}

.kszj-clinic-map__desc ul {
  display: grid;
  gap: .375rem;
  margin: .9375rem 0 0;
  padding: 0;
  list-style: none;
}

.kszj-clinic-map__desc li {
  position: relative;
  min-height: 1.5rem;
  padding-left: 1.625rem;
  color: #686868;
  font-size: .875rem;
  line-height: 1.5rem;
}

.kszj-clinic-map__desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .375rem;
  width: .75rem;
  height: .75rem;
  background: url('../lanhu/export/clinic-map/clinic-desc-bullet.png') center / 100% 100% no-repeat;
}

.kszj-clinic-map__empty {
  padding: 1rem;
  color: var(--kszj-muted);
  font-size: .875rem;
  line-height: 1.6;
  text-align: center;
  background: rgba(244, 243, 240, .82);
  border-radius: 4px;
}

.kszj-section-title {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .875rem;
  color: var(--kszj-text);
  font-size: 1.125rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 2.4;
}

.kszj-section-title__icon {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 0 0 auto;
}

.kszj-section-title__icon--intro {
  width: 1.3125rem;
  height: 1.3125rem;
  background: url('../../../html/export/lanhu_keshizhuanjiakeshidaohangliebiao/img/SketchPng70453c7798915b414b43f874807c525ef971c45da2d6ea2dba416572bc4d484c.png') -1px 0 no-repeat;
  background-size: 1.375rem 1.3125rem;
}

.kszj-section-title__icon--intro img {
  width: .75rem;
  height: .6875rem;
  margin: .3125rem 0 0 .25rem;
}

.kszj-section-title__icon--news img {
  width: 1.5rem;
  height: 1.5rem;
}

.kszj-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 15.375rem);
  gap: 1.75rem;
  align-items: stretch;
  margin-top: .625rem;
}

.kszj-intro__body {
  min-width: 0;
}

.kszj-intro__text {
  color: var(--kszj-text);
  font-size: 1rem;
  line-height: 1.875;
}

.kszj-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  margin-top: .9375rem;
}

.kszj-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.875rem;
  padding: 0 .625rem;
  color: #a85928;
  font-size: .875rem;
  line-height: 1.3;
  background: #efe7db;
  border-radius: 4px;
}

.kszj-info {
  display: grid;
  gap: .5rem;
  margin-top: 1.5625rem;
  padding: .875rem 1rem;
  color: #686868;
  font-size: .875rem;
  line-height: 1.7;
  background: #f4f3f0;
  border-radius: 4px;
}

.kszj-info p {
  margin: 0;
}

.kszj-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 21.75rem;
  overflow: hidden;
  border-radius: 4px;
  background: transparent;
}

.kszj-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 21.75rem;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.kszj-news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.125rem;
  margin-top: 1.125rem;
}

.kszj-news-card,
.kszj-expert-card {
  min-width: 0;
  color: var(--kszj-text);
  border: 1px solid #b1a391;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none;
}

.kszj-news-card {
  padding: 1rem 1.125rem 1.125rem;
}

.kszj-news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.kszj-news-card h3 {
  margin: 0;
  color: var(--kszj-text);
  font-size: 1.125rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kszj-news-card time {
  flex: 0 0 auto;
  color: #686868;
  font-size: .875rem;
}

.kszj-news-card p {
  display: -webkit-box;
  margin: .75rem 0 0;
  color: #4f4b4a;
  font-size: 1rem;
  line-height: 1.625;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.kszj-news-card__more {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: .9375rem;
  color: #a3342c;
  font-size: 1rem;
  line-height: 1.5;
}

.kszj-news-card__more::after {
  content: "";
  width: .375rem;
  height: .75rem;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.kszj-expert-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.125rem;
  margin-top: 1.125rem;
}

.kszj-expert-card {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.kszj-expert-card__photo {
  flex: 0 0 5rem;
  width: 5rem;
  min-height: 6.25rem;
  border-radius: 4px;
  background: #fefdf9 center / contain no-repeat;
}

.kszj-expert-card__body {
  min-width: 0;
}

.kszj-expert-card__body h3 {
  margin: 0;
  color: var(--kszj-text);
  font-size: 1.125rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 1.5;
}

.kszj-expert-card__body p {
  margin: .5rem 0 0;
  color: #4f4b4a;
  font-size: .9375rem;
  line-height: 1.6;
}

.kszj-expert-page {
  margin-top: 2.125rem;
  padding-bottom: 4rem;
}

.kszj-expert-filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(10rem, 1fr)) auto auto;
  gap: .875rem;
  align-items: end;
  min-height: 5.75rem;
  padding: 1.6875rem 1.375rem;
  background: #fff url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiao/img/SketchPngb2c7cdb3212ee1db0f574236c9fd3ed72b2805d4c3d992e0588277e9ad41782a.png') center / 100% 100% no-repeat;
  border-radius: .25rem;
  box-sizing: border-box;
}

.kszj-expert-filter--team {
  grid-template-columns: minmax(9rem, 1fr) minmax(9rem, 1fr) minmax(18rem, 3fr) auto auto;
  column-gap: 1.125rem;
}

.kszj-expert-filter__field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  min-width: 0;
  margin: 0;
}

.kszj-expert-filter__field span {
  color: var(--kszj-text);
  font-size: 1rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  white-space: nowrap;
}

.kszj-expert-filter select,
.kszj-expert-filter input {
  width: 100%;
  height: 2.375rem;
  min-width: 0;
  padding: 0 2rem 0 .75rem;
  color: var(--kszj-text);
  font-size: .875rem;
  background-color: transparent;
  border: 1px solid #bd9f78;
  border-radius: .25rem;
  box-sizing: border-box;
}

.kszj-expert-filter select {
  appearance: none;
  background-image: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiao/img/SketchPng452963497d1907aeed4f8e8b785e5c6f0d614e2a3e4932c5dd771fac83009264.png');
  background-position: calc(100% - .75rem) center;
  background-repeat: no-repeat;
  background-size: 1rem .5rem;
}

.kszj-expert-filter input::placeholder {
  color: #b1a391;
}

.kszj-expert-filter__submit,
.kszj-expert-filter__reset,
.kszj-expert-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.375rem;
  padding: 0 1rem;
  border: 0;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}

.kszj-expert-filter__submit {
  color: #f1efea;
  background: var(--kszj-burgundy);
}

.kszj-expert-filter__reset,
.kszj-expert-back {
  color: var(--kszj-text);
  background: #d5d5d4;
}

.kszj-featured,
.kszj-team-overview,
.kszj-team-intro,
.kszj-schedule {
  margin-top: 2.5rem;
}

.kszj-featured h1,
.kszj-team-section__head h2,
.kszj-expert-team-head h1 {
  margin: 0;
  color: var(--kszj-title-soft);
  font-family: var(--kszj-soft-serif-title-font);
  font-weight: 400;
}

.kszj-expert-team-head h1 {
  color: #a3342c;
  font-weight: 500;
}

.kszj-featured h1 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.8;
}

.kszj-featured-slide,
.kszj-team-section__grid,
.kszj-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.kszj-featured-carousel {
  position: relative;
  min-width: 0;
}

.kszj-featured-track {
  min-width: 0;
}

.kszj-featured-slide {
  align-items: stretch;
  padding: 0;
}

.kszj-featured-slide[hidden] {
  display: none;
}

.kszj-featured-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  min-height: 1.25rem;
  margin-top: 1rem;
}

.kszj-featured-dots button {
  width: .5rem;
  height: .5rem;
  padding: 0;
  background: #d8cec7;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.kszj-featured-dots button.is-active {
  background: var(--kszj-burgundy);
  transform: scale(1.25);
}

.kszj-featured-arrow {
  position: absolute;
  top: 6.5625rem;
  z-index: 3;
  width: 2.3125rem;
  height: 2.3125rem;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
  cursor: pointer;
}

.kszj-featured-arrow[hidden] {
  display: none;
}

.kszj-featured-arrow--prev {
  left: 0;
  background-image: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiao/img/SketchPngd28c10fd9d781b3aae3eb5bbc43d4ce3125dd60427161c2af35538bba849ddea.png');
}

.kszj-featured-arrow--next {
  right: 0;
  background-image: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiao/img/SketchPng84ed173732b847bc6a191df57afffb0a5fe597e9cf6367f5ae4adbf41ae9b5ce.png');
}

.kszj-team-overview {
  display: grid;
  gap: 2.5rem;
}

.kszj-team-section__head,
.kszj-expert-team-head,
.kszj-schedule__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.kszj-expert-team-head {
  justify-content: flex-start;
  gap: .875rem;
  margin-bottom: 1.25rem;
}

.kszj-team-section__head h2 {
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  line-height: 1.45;
}

.kszj-expert-team-head h1 {
  font-size: 1.5rem;
  line-height: 1.8;
}

.kszj-expert-team-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 1.875rem;
  padding: 0 .875rem;
  color: #5b6f7e;
  font-size: .875rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 1.4;
  background: #f3f9fd;
  border-radius: 999px;
  white-space: nowrap;
}

.kszj-team-section__head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 8.25rem;
  min-height: 2.75rem;
  color: #a3342c;
  font-size: 1rem;
  font-family: var(--kszj-compact-font);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  background: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiao/img/SketchPng2d0aa41719a762c02df40414040995fe7491e8d5bb7384a6519836cf78799bfb.png') center / 100% 100% no-repeat;
}

.kszj-team-section__grid,
.kszj-team-grid {
  margin-top: 1.875rem;
}

.kszj-expert-card {
  display: grid;
  grid-template-columns: minmax(7.75rem, 44%) minmax(0, 1fr);
  gap: .75rem;
  width: 100%;
  min-height: 15.625rem;
  padding: 1.25rem;
  color: var(--kszj-text);
  font: inherit;
  text-align: left;
  background: #fefdf9;
  border: 0;
  border-radius: .25rem;
  box-sizing: border-box;
  cursor: pointer;
}

.kszj-expert-card:hover,
.kszj-expert-card:focus {
  box-shadow: 0 .75rem 1.5rem rgba(55, 47, 45, .12);
  outline: 1px solid rgba(121, 49, 44, .2);
}

.kszj-expert-card[hidden],
.kszj-team-section[hidden] {
  display: none;
}

.kszj-expert-card__photo {
  width: 100%;
  min-height: 12.625rem;
  border-radius: .125rem;
  background: #fefdf9 center / contain no-repeat;
}

.kszj-featured .kszj-expert-card {
  grid-template-columns: minmax(11.75rem, 48%) minmax(0, 1fr);
  gap: .5625rem;
  min-height: 16.25rem;
  padding: 1.0625rem .625rem .75rem 1.4375rem;
  background-color: #fefdf9;
  background-image: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiao/img/SketchPngec5cbad06ce67f39b5ead9b3c41b8bb6b47877b6eaeb2c881a445cdd134ed0bc.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: visible;
}

.kszj-featured .kszj-expert-card__photo {
  width: 100%;
  min-height: 13.375rem;
  margin: 0;
}

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

.kszj-expert-card__name {
  color: var(--kszj-text);
  font-size: 1.25rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 1.4;
}

.kszj-expert-card__title {
  margin-top: .4375rem;
  color: #a3342c;
  font-size: .875rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 1.55;
}

.kszj-expert-page--team .kszj-expert-card__name,
.kszj-expert-page--team .kszj-expert-card__title {
  text-align: center;
}

.kszj-expert-card__line {
  width: 100%;
  height: 1px;
  margin-top: .75rem;
  background: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiao/img/SketchPngddee51402294648c9488f86624b83759c86ec9eb3bd4bfce658f1584e43e69fd.png') center / 100% 100% no-repeat;
}

.kszj-expert-card__summary {
  display: -webkit-box;
  margin-top: .75rem;
  color: var(--kszj-text);
  font-size: 1rem;
  line-height: 1.45;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.kszj-expert-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: auto;
  padding-top: .75rem;
}

.kszj-expert-tags em {
  display: inline-flex;
  align-items: center;
  min-height: 1.875rem;
  padding: 0 .625rem;
  color: #a85928;
  font-style: normal;
  font-size: .875rem;
  line-height: 1.3;
  background: #efe7db;
  border-radius: .25rem;
}

.kszj-expert-modal[hidden] {
  display: none;
}

.kszj-expert-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 1.5rem;
  box-sizing: border-box;
}

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

.kszj-expert-modal__dialog {
  position: relative;
  width: min(calc(100vw - 2rem), 62rem);
  max-height: calc(100vh - 3rem);
  margin: 0;
  overflow: auto;
  padding: 1.25rem 1.5rem 2rem;
  color: var(--kszj-text);
  background: #fff url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiaozhuanjiaxiangqing1/img/5179abd7a74b466c945d9c353602001f_mergeImage.png') center / 100% 100% no-repeat;
  border-radius: .25rem;
  box-sizing: border-box;
}

.kszj-expert-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .875rem;
  border-bottom: 1px solid #d8d0c5;
}

.kszj-expert-modal__header h2 {
  margin: 0;
  color: #a3342c;
  font-size: 1.5rem;
  font-family: var(--kszj-serif-title-font);
  font-weight: 500;
}

.kszj-expert-modal__close {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiaozhuanjiaxiangqing1/img/SketchPng81c7bb97fc4e796441371228968dab83ef2f293bb705b462951856371423173a.png') center / 100% 100% no-repeat;
}

.kszj-expert-modal__content {
  display: grid;
  grid-template-columns: minmax(14rem, 18.75rem) minmax(0, 1fr);
  gap: 2rem;
  margin-top: 1.25rem;
}

.kszj-expert-modal__side {
  display: grid;
  position: relative;
  gap: 1.75rem;
  align-content: start;
}

.kszj-expert-modal__side::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4.75rem;
  height: 9.75rem;
  background: var(--kszj-burgundy);
  pointer-events: none;
}

.kszj-expert-modal__photo {
  position: relative;
  z-index: 1;
  width: min(66%, 12.5rem);
  aspect-ratio: 232 / 237;
  min-height: 0;
  margin: 1.5rem 10% 0 auto;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .125rem;
}

.kszj-expert-modal__visit {
  position: relative;
  z-index: 1;
  padding: 1rem 1.25rem 1.25rem;
  background: #f1efea;
  border-radius: .25rem;
}

.kszj-expert-modal__visit h3 {
  margin: 0;
  color: #a3342c;
  font-size: 1.125rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
}

.kszj-expert-modal__section h4 {
  display: flex;
  align-items: center;
  gap: .625rem;
  margin: 0;
  color: #a3342c;
  font-size: 1.125rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
}

.kszj-expert-modal__section h4::after {
  content: "";
  flex: 1 1 auto;
  min-width: 2rem;
  height: .75rem;
  background:
    url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiaozhuanjiaxiangqing1/img/SketchPng0114717cdff1c5a1db1662d0e166a444b6384484dc9a2de69506013d21f9fb2a.png') right center / .9375rem .75rem no-repeat,
    linear-gradient(#dccdbb, #dccdbb) left center / calc(100% - 1.0625rem) 1px no-repeat;
}

.kszj-expert-modal__visit span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  margin-top: .75rem;
  color: var(--kszj-text);
  font-family: var(--kszj-title-font);
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid #dccdbb;
  border-radius: .125rem;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.kszj-expert-modal__visit span:hover {
  color: #fff;
  background: #a85928;
  border-color: #a85928;
}

.kszj-expert-modal__main > h3 {
  margin: 0;
  color: var(--kszj-text);
  font-size: 1.375rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
}

.kszj-expert-modal__rank {
  margin: .5rem 0 0;
  color: #5b6f7e;
  font-size: 1rem;
}

.kszj-expert-modal__section {
  margin-top: 1rem;
}

.kszj-expert-modal__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: .5rem;
}

.kszj-expert-modal__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 .75rem;
  color: #fff;
  font-size: 1rem;
  background: #5b6f7e;
  border-radius: .25rem;
}

.kszj-expert-modal__text {
  margin-top: .5rem;
  color: var(--kszj-text);
  font-size: 1rem;
  line-height: 1.875;
}

.kszj-expert-modal__meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
  gap: 1.75rem;
}

.kszj-expert-modal__info-list {
  display: grid;
  gap: .375rem;
  margin: .5rem 0 0;
  padding: 0;
  color: var(--kszj-text);
  font-size: 1rem;
  line-height: 1.75;
}

.kszj-expert-modal__info-list div {
  display: grid;
  grid-template-columns: 5em minmax(0, 1fr);
  gap: .25rem;
}

.kszj-expert-modal__info-list div:last-child {
  grid-template-columns: 7em minmax(0, 1fr);
}

.kszj-expert-modal__info-list dt {
  color: #686868;
  font-weight: 400;
}

.kszj-expert-modal__info-list dd {
  margin: 0;
}

html.fanyi-lang-en .kszj-expert-modal__info-list {
  gap: .5rem;
  font-size: clamp(.875rem, .9vw, .9375rem);
  line-height: 1.5;
}

html.fanyi-lang-en .kszj-expert-modal__info-list div,
html.fanyi-lang-en .kszj-expert-modal__info-list div:last-child {
  grid-template-columns: minmax(0, 8.75rem) minmax(0, 1fr);
  align-items: start;
  gap: .5rem;
}

html.fanyi-lang-en .kszj-expert-modal__info-list dt,
html.fanyi-lang-en .kszj-expert-modal__info-list dd {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

html.fanyi-lang-en .kszj-expert-modal__info-list dt {
  line-height: 1.35;
}

.kszj-expert-modal__visit-summary span + span::before {
  content: "、";
}

.kszj-expert-modal__achievement-list {
  display: grid;
  gap: .375rem;
  margin: .5rem 0 0;
  padding: 0;
  color: var(--kszj-text);
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
}

.kszj-expert-modal__achievement-list li {
  display: grid;
  grid-template-columns: 1.125rem minmax(0, 1fr);
  gap: .5rem;
  align-items: start;
}

.kszj-expert-modal__achievement-list li::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .3125rem;
  background: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiaozhuanjiaxiangqing1/img/SketchPng3576a7c29952517611ed566fe0492726efa15e5b2b7c6d6fd7ce44e0931d0742.png') center / 100% 100% no-repeat;
}

.kszj-team-intro,
.kszj-schedule {
  padding: 1.5rem;
  background: #fff;
  border-radius: .25rem;
}

.kszj-team-intro h2,
.kszj-schedule h2 {
  color: var(--kszj-text);
  font-family: var(--kszj-title-font);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}

.kszj-schedule__head h2 {
  margin: 0;
  color: var(--kszj-text);
  font-family: var(--kszj-title-font);
  font-weight: 500;
}

.kszj-team-intro h2,
.kszj-schedule__head h2 {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.kszj-team-intro h2::before,
.kszj-schedule__head h2::before {
  content: "";
  display: inline-block;
  flex: 0 0 1.3125rem;
  width: 1.3125rem;
  height: 1.3125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kszj-team-intro h2::before {
  background-image: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiaozhongyineikezhuanjiatuandui/img/SketchPng83d2ecc87caf655a85ff1bbca4621649c4a9703b442255da49187a814ba64aae.png');
}

.kszj-schedule__head h2::before {
  background-image: url('../../../html/export/lanhu_keshizhuanjiazhuanjialiebiaozhongyineikezhuanjiatuandui/img/SketchPngb468fc9399d4d0a0626b46b84755f4d075fb98ace99a564d9b4a67d264d65cd1.png');
}

.kszj-team-intro > div {
  margin-top: .875rem;
  color: var(--kszj-text);
  font-size: 1rem;
  line-height: 1.875;
}

.kszj-schedule__head input {
  width: min(100%, 22rem);
  height: 2.375rem;
  padding: 0 2.75rem 0 .875rem;
  color: var(--kszj-text);
  font-size: .875rem;
  border: 1px solid #bd9f78;
  border-radius: .25rem;
  background: transparent url('../../../html/export/lanhu_keshizhuanjiakeshidaohangliebiao/img/SketchPng1de089ea44fbd45267f1d435fe49c7f5cfaaba3d132b2c2c0c1a213133e55306.png') right .25rem center / 2.125rem 1.875rem no-repeat;
  box-sizing: border-box;
}

.kszj-schedule__table {
  margin-top: 1rem;
  overflow-x: auto;
}

.kszj-schedule table {
  width: 100%;
  min-width: 48rem;
  border-collapse: collapse;
  color: var(--kszj-text);
  font-size: 1rem;
  background: #fefdf9;
}

.kszj-schedule th,
.kszj-schedule td {
  padding: .875rem .75rem;
  border: 1px solid #dccdbb;
  text-align: center;
}

.kszj-schedule th {
  color: #fff4e3;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  background: var(--kszj-burgundy);
}

.kszj-schedule tbody td:first-child {
  font-family: var(--kszj-title-font);
  font-weight: 500;
}

.kszj-schedule__note {
  margin: .875rem 0 0;
  color: #a85928;
  font-size: .875rem;
}

.kszj-empty {
  padding: 2rem;
  color: var(--kszj-muted);
  text-align: center;
  background: rgba(243, 237, 227, .7);
  border-radius: 4px;
}

.kszj-detail {
  margin-top: 2rem;
  margin-bottom: clamp(3rem, 3vw, 3.75rem);
  padding: 2.25rem 3rem 3rem;
  color: var(--kszj-text);
  background: #fff;
  border-top: .25rem solid var(--kszj-burgundy);
  border-radius: 4px;
  box-sizing: border-box;
}

.kszj-detail__header {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d8d0c5;
  text-align: center;
}

.kszj-detail__header h1 {
  margin: 0;
  color: #a3342c;
  font-size: 1.875rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 1.4;
}

.kszj-detail__meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.125rem;
  color: #8a817f;
  font-size: 1rem;
}

.kszj-detail__meta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem clamp(2.75rem, 4.8vw, 5.75rem);
}

.kszj-detail__actions {
  display: none;
}

.kszj-detail__back {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  min-height: 1.875rem;
  padding: 0 .875rem;
  color: #a3342c !important;
  font-size: .875rem;
  font-family: var(--kszj-title-font);
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid #79312c;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

.kszj-detail__back:hover {
  color: #a3342c !important;
  background: #fff;
}

.kszj-detail__summary {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  color: #685e5d;
  font-size: 1rem;
  line-height: 1.8;
  background: #f4f3f0;
  border-radius: 4px;
}

.kszj-detail__content {
  margin-top: 1.75rem;
  color: var(--kszj-text);
  font-size: 1rem;
  line-height: 2;
}

.kszj-detail__content img {
  max-width: 100%;
  height: auto;
}

.kszj-detail__pager {
  display: grid;
  gap: .5rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #d8d0c5;
  color: #685e5d;
  font-size: .9375rem;
}

.kszj-detail__pager p {
  margin: 0;
}

.kszj-detail__pager a {
  color: #a3342c;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .kszj-workspace {
    grid-template-columns: 1fr;
  }

  .kszj-sidebar {
    max-width: none;
  }

  .kszj-clinic-map__panel {
    grid-template-columns: minmax(13rem, 16rem) minmax(0, 1fr);
    gap: 1.5rem;
  }

  .kszj-clinic-map__legend,
  .kszj-clinic-map__main {
    min-height: auto;
  }

  .kszj-clinic-map__legend {
    background-size: cover;
  }

  .kszj-expert-filter,
  .kszj-expert-filter--team {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kszj-featured-slide,
  .kszj-team-section__grid,
  .kszj-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kszj-expert-modal__content {
    grid-template-columns: minmax(14rem, 18rem) minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .kszj-content__inner {
    width: min(calc(100vw - 32px), 100rem);
  }

  .kszj-panel,
  .kszj-tab-panel {
    padding: 1rem;
  }

  .kszj-clinic-map {
    margin-top: 1.5rem;
    padding: 0 0 2.5rem;
  }

  .kszj-clinic-map .kszj-panel__title {
    font-size: 1.25rem;
  }

  .kszj-clinic-map__tabs {
    gap: 1.75rem;
    overflow-x: auto;
    min-height: 2.375rem;
    padding: 0 1rem;
  }

  .kszj-clinic-map__tab {
    flex: 0 0 auto;
    min-height: 2.375rem;
  }

  .kszj-clinic-map__panel {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .kszj-clinic-map__legend {
    min-height: auto;
    padding: .625rem 1rem 1.25rem;
    background-color: #fff;
    background-size: 100% 100%;
  }

  .kszj-clinic-map__legend-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .875rem 1rem;
    margin-top: 1.5rem;
  }

  .kszj-clinic-map__main {
    min-height: auto;
    padding: 1rem;
  }

  .kszj-clinic-map__main h2 {
    font-size: 1.25rem;
  }

  .kszj-clinic-map__desc {
    min-height: auto;
  }

  .kszj-intro,
  .kszj-news-list,
  .kszj-expert-list {
    grid-template-columns: 1fr;
  }

  .kszj-expert-filter,
  .kszj-expert-filter--team,
  .kszj-featured-slide,
  .kszj-team-section__grid,
  .kszj-team-grid,
  .kszj-expert-card,
  .kszj-expert-modal__content,
  .kszj-expert-modal__meta-grid {
    grid-template-columns: 1fr;
  }

  .kszj-expert-filter {
    background-image: none;
    background-color: #fff;
    border: 1px solid rgba(210, 190, 163, .68);
  }

  .kszj-expert-filter__field {
    grid-template-columns: 1fr;
    gap: .375rem;
  }

  .kszj-team-section__head,
  .kszj-expert-team-head,
  .kszj-schedule__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .kszj-team-section__head a {
    width: 8.25rem;
  }

  .kszj-featured-arrow {
    top: auto;
    bottom: -.125rem;
  }

  .kszj-featured-arrow--prev {
    left: calc(50% - 4.25rem);
  }

  .kszj-featured-arrow--next {
    right: calc(50% - 4.25rem);
  }

  .kszj-featured .kszj-expert-card {
    grid-template-columns: 1fr;
    padding: 1rem;
    background-image: none;
  }

  .kszj-expert-card__photo {
    min-height: 14rem;
  }

  .kszj-expert-modal__dialog {
    width: min(calc(100vw - 1rem), 62rem);
    max-height: calc(100vh - 1rem);
    margin: 0;
    padding: 1rem;
    background-image: none;
  }

  .kszj-expert-modal__side::before {
    top: 4.25rem;
  }

  .kszj-photo {
    min-height: 16rem;
  }

  .kszj-photo img {
    min-height: 16rem;
  }

  .kszj-detail {
    padding: 1.25rem;
  }

  .kszj-detail__back {
    position: static;
    transform: none;
    margin-top: .875rem;
  }

  .kszj-detail__meta {
    flex-direction: column;
    font-size: .875rem;
  }
}
