.site-main {
  background: #fff;
}

.mobile-page {
  --index-unit: min(1px, 0.133333vw);
}

.hero-section {
  position: relative;
  height: calc(414 * var(--index-unit));
  overflow: visible;
  background: #d9edf7;
}

[data-hero-slider] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.hero-tools {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(96 * var(--index-unit));
  padding: calc(26 * var(--index-unit)) calc(48 * var(--index-unit)) 0 calc(48 * var(--index-unit));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 5;
}

.brand-mark {
  display: flex;
  align-items: center;
  width: calc(258 * var(--index-unit));
  height: calc(48 * var(--index-unit));
  flex-shrink: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.hero-search {
  width: calc(200 * var(--index-unit));
  height: calc(42 * var(--index-unit));
  margin-left: auto;
  margin-top: 0;
  margin-right: calc(15 * var(--index-unit));
  padding: 0 calc(16 * var(--index-unit)) 0 calc(24 * var(--index-unit));
  border: 1px solid rgba(178, 188, 196, 0.9);
  border-radius: calc(22 * var(--index-unit));
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: none;
}

.hero-search input {
  width: calc(232 * var(--index-unit));
  min-width: 0;
  font-size: calc(18 * var(--index-unit));
  color: #777;
  background: transparent;
}

.hero-search .sub_inp {
  width: calc(24 * var(--index-unit));
  height: calc(24 * var(--index-unit));
  position: relative;
  flex-shrink: 0;
}

.hero-search .sub_inp::before {
  content: "";
  position: absolute;
  width: calc(14 * var(--index-unit));
  height: calc(14 * var(--index-unit));
  left: calc(2 * var(--index-unit));
  top: calc(2 * var(--index-unit));
  border: calc(2.2 * var(--index-unit)) solid #555;
  border-radius: 50%;
}

.hero-search .sub_inp::after {
  content: "";
  position: absolute;
  width: calc(10 * var(--index-unit));
  height: calc(2.2 * var(--index-unit));
  right: calc(2 * var(--index-unit));
  bottom: calc(3 * var(--index-unit));
  background: #555;
  transform: rotate(45deg);
  transform-origin: center;
}

.menu-toggle {
  width: calc(54 * var(--index-unit));
  height: calc(44 * var(--index-unit));
  margin-right: 0;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.menu-toggle img {
  width: calc(50 * var(--index-unit));
  height: calc(42 * var(--index-unit));
  max-width: none;
  object-fit: contain;
}

.fold-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(550 * var(--index-unit));
  min-height: calc(802 * var(--index-unit));
  padding: calc(34 * var(--index-unit)) calc(28 * var(--index-unit)) 0 calc(39 * var(--index-unit));
  background: #eee;
  z-index: 10;
  transform: translateX(-104%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.fold-nav.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.fold-nav-item {
  border-bottom: 1px dashed #bdbdbd;
}

.fold-nav-title {
  width: 100%;
  min-height: calc(72 * var(--index-unit));
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: calc(28 * var(--index-unit));
  line-height: 1;
  color: #333;
}

.fold-nav-title i {
  width: calc(17 * var(--index-unit));
  height: calc(17 * var(--index-unit));
  border-right: calc(2 * var(--index-unit)) solid #777;
  border-bottom: calc(2 * var(--index-unit)) solid #777;
  transform: rotate(-45deg);
  margin-right: calc(25 * var(--index-unit));
}

.fold-nav-item.is-open .fold-nav-title i {
  transform: rotate(45deg);
  margin-top: calc(-4 * var(--index-unit));
}

.fold-nav-title.no-arrow {
  min-height: calc(72 * var(--index-unit));
}

.fold-submenu {
  display: none;
  padding: 0 0 calc(8 * var(--index-unit));
}

.fold-nav-item.is-open .fold-submenu {
  display: block;
}

.fold-submenu a {
  display: block;
  margin-bottom: calc(7 * var(--index-unit));
  font-size: calc(12 * var(--index-unit));
  line-height: 1.2;
  color: #05905a;
}

.patient-section {
  position: relative;
  min-height: calc(565 * var(--index-unit));
  padding: calc(29 * var(--index-unit)) calc(34 * var(--index-unit)) 0;
  overflow: hidden;
  background:
    url("../images/index/hzfw_bg1.png") top center / 100% auto no-repeat,
    #fff;
}

.section-heading {
  display: flex;
  align-items: center;
  color: #009354;
}

.section-heading strong {
  display: block;
  font-size: calc(30 * var(--index-unit));
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

.section-heading small {
  display: block;
  margin-top: calc(4 * var(--index-unit));
  font-size: calc(12 * var(--index-unit));
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.heading-icon {
  width: calc(45 * var(--index-unit));
  height: calc(45 * var(--index-unit));
  margin-right: calc(10 * var(--index-unit));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #009354;
  flex-shrink: 0;
}

.patient-icon img {
  width: 100%;
  height: auto;
}

.patient-heading {
  margin-left: calc(47 * var(--index-unit));
}

.query-card {
  position: relative;
  width: calc(614 * var(--index-unit));
  margin: calc(42 * var(--index-unit)) auto 0;
  padding: calc(24 * var(--index-unit)) calc(25 * var(--index-unit)) calc(22 * var(--index-unit)) calc(29 * var(--index-unit));
  border-radius: calc(10 * var(--index-unit));
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
  z-index: 3;
}

.query-card h2 {
  margin-bottom: calc(20 * var(--index-unit));
  font-size: calc(24 * var(--index-unit));
  line-height: 1;
  font-weight: 700;
  color: #222;
}

.query-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(12 * var(--index-unit));
}

.query-form input,
.select-wrap {
  height: calc(44 * var(--index-unit));
  border: 1px solid #c7c7c7;
  border-radius: calc(7 * var(--index-unit));
  background: #fff;
  font-size: calc(16 * var(--index-unit));
  color: #777;
}

.select-wrap {
  width: calc(209 * var(--index-unit));
  position: relative;
  display: block;
  flex-shrink: 0;
}

.select-field {
  width: 100%;
  height: 100%;
  padding: 0 calc(38 * var(--index-unit)) 0 calc(20 * var(--index-unit));
  border: 0;
  outline: 0;
  appearance: none;
  background: transparent;
  color: #777;
  font-size: calc(16 * var(--index-unit));
  line-height: calc(44 * var(--index-unit));
}

.select-wrap::after {
  content: "";
  position: absolute;
  right: calc(17 * var(--index-unit));
  top: 50%;
  margin-top: calc(-2 * var(--index-unit));
  border-left: calc(5 * var(--index-unit)) solid transparent;
  border-right: calc(5 * var(--index-unit)) solid transparent;
  border-top: calc(7 * var(--index-unit)) solid #777;
}

.query-form input {
  width: calc(209 * var(--index-unit));
  padding: 0 calc(15 * var(--index-unit));
}

.query-button {
  width: calc(89 * var(--index-unit));
  height: calc(44 * var(--index-unit));
  border-radius: calc(8 * var(--index-unit));
  background: #ff9300;
  color: #fff;
  font-size: calc(18 * var(--index-unit));
  font-weight: 700;
}

.service-visual {
  position: relative;
  height: calc(460 * var(--index-unit));
  margin: calc(-20 * var(--index-unit)) calc(-34 * var(--index-unit)) 0;
  overflow: visible;
}

.service-visual::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(98 * var(--index-unit));
  height: calc(248 * var(--index-unit));
  background: url("../images/index/hzfw_bg.png") center center / cover no-repeat;
  z-index: 1;
}

.service-building {
  position: absolute;
  right: 0;
  top: calc(16 * var(--index-unit));
  width: calc(493 * var(--index-unit));
  height: calc(274 * var(--index-unit));
  object-fit: cover;
  object-position: center center;
  z-index: 2;
}

.service-card {
  position: absolute;
  width: calc(154 * var(--index-unit));
  height: calc(149 * var(--index-unit));
  border: 1px solid #fff;
  border-radius: calc(8 * var(--index-unit));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  z-index: 3;
}

.service-card strong {
  margin-top: calc(14 * var(--index-unit));
  font-size: calc(24 * var(--index-unit));
  line-height: 1;
  font-weight: 700;
}

.service-card small {
  margin-top: calc(8 * var(--index-unit));
  font-size: calc(12 * var(--index-unit));
  line-height: 1;
  font-weight: 700;
}

.service-icon {
  width: calc(35 * var(--index-unit));
  height: calc(35 * var(--index-unit));
  position: relative;
  display: block;
}

.service-icon img {
  width: 100%;
  height: auto;
}

.service-blue {
  background: #4aa7ed;
}

.service-gold {
  background: #e8cb6b;
}

.service-green {
  background: #009c8a;
}

.service-deep-blue {
  background: #238cdb;
}

.service-appointment {
  left: calc(34 * var(--index-unit));
  top: calc(74 * var(--index-unit));
}

.service-insurance {
  left: calc(204 * var(--index-unit));
  top: calc(74 * var(--index-unit));
}

.service-thumb {
  position: absolute;
  left: calc(47 * var(--index-unit));
  bottom: calc(40 * var(--index-unit));
  width: calc(238 * var(--index-unit));
  height: calc(177 * var(--index-unit));
  object-fit: cover;
  object-position: 50% 58%;
  z-index: 3;
}

.service-process {
  left: calc(311 * var(--index-unit));
  bottom: calc(34 * var(--index-unit));
}

.service-suggest {
  right: calc(116 * var(--index-unit));
  bottom: calc(34 * var(--index-unit));
}

.department-section {
  position: relative;
  padding: calc(60 * var(--index-unit)) calc(60 * var(--index-unit)) calc(84 * var(--index-unit));
  background: #fff;
}

.department-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(135 * var(--index-unit));
  bottom: 0;
  background: url("../images/index/ksjs_bg.png") center top / 100% auto no-repeat;
  z-index: 0;
}

.department-section > * {
  position: relative;
  z-index: 1;
}

.location-icon,
.doctor-icon,
.news-icon {
  position: relative;
}

.location-icon img {
  width: 100%;
  height: auto;
}

.department-tabs {
  height: calc(54 * var(--index-unit));
  margin-top: calc(54 * var(--index-unit));
  border: 1px solid #e3e3e3;
  border-radius: calc(8 * var(--index-unit));
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.department-tabs button {
  flex: 1;
  font-size: calc(28 * var(--index-unit));
  color: #333;
  background: #fff;
}

.department-tabs button.is-active {
  color: #009354;
  font-weight: 700;
  position: relative;
}

.department-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: calc(80 * var(--index-unit));
  right: calc(80 * var(--index-unit));
  bottom: calc(6 * var(--index-unit));
  height: calc(4 * var(--index-unit));
  background: #009354;
}

.department-panel {
  position: relative;
  margin-top: calc(32 * var(--index-unit));
  padding: 0 0 calc(32 * var(--index-unit));
}

.department-panel .department-tabs {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.92);
}

.department-grid {
  position: relative;
  margin-top: calc(24 * var(--index-unit));
  padding-right: calc(38 * var(--index-unit));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(22 * var(--index-unit)) calc(26 * var(--index-unit));
  max-height: calc(440 * var(--index-unit));
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #b8b8b8 #eeeeee;
}

.department-grid:not(.is-active) {
  display: none;
}

.department-grid::-webkit-scrollbar {
  width: calc(5 * var(--index-unit));
}

.department-grid::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: calc(3 * var(--index-unit));
}

.department-grid::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: calc(3 * var(--index-unit));
}

.department-grid::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.department-grid a {
  height: calc(56 * var(--index-unit));
  padding: 0 calc(18 * var(--index-unit));
  border: 1px solid #b8b8b8;
  border-radius: calc(8 * var(--index-unit));
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(14 * var(--index-unit));
  font-size: calc(22 * var(--index-unit));
  color: #333;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dept-icon {
  flex-shrink: 0;
  width: calc(24 * var(--index-unit));
  height: calc(24 * var(--index-unit));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dept-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.department-grid a.is-active {
  border-color: #009354;
  background: #009354;
  color: #fff;
}

.department-grid a.is-active .dept-icon img {
  filter: brightness(0) invert(1);
}

.content-bg {
  background: url("../images/index/cbg.png") center top / 100% auto repeat-y;
}

.doctor-section {
  padding: calc(76 * var(--index-unit)) calc(60 * var(--index-unit)) calc(72 * var(--index-unit));
}

.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doctor-icon img,
.news-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.more-link {
  min-width: calc(82 * var(--index-unit));
  height: calc(36 * var(--index-unit));
  border: 1px solid #d4d4d4;
  border-radius: calc(20 * var(--index-unit));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(20 * var(--index-unit));
  color: #777;
  background: rgba(255, 255, 255, 0.75);
}

.doctor-collage {
  position: relative;
  height: calc(430 * var(--index-unit));
  margin-top: calc(56 * var(--index-unit));
}

.doctor-tile {
  position: absolute;
  width: calc(153 * var(--index-unit));
  height: calc(143 * var(--index-unit));
  overflow: visible;
}

.doctor-photo {
  overflow: hidden;
}

.doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.doctor-info {
  position: absolute;
  padding: calc(28 * var(--index-unit)) calc(15 * var(--index-unit)) calc(18 * var(--index-unit));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.doctor-info::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: calc(-10 * var(--index-unit));
  border-top: calc(10 * var(--index-unit)) solid transparent;
  border-bottom: calc(10 * var(--index-unit)) solid transparent;
}

.doctor-info strong {
  font-size: calc(18 * var(--index-unit));
  line-height: 1.2;
  font-weight: 700;
}

.doctor-info span {
  margin-top: calc(15 * var(--index-unit));
  font-size: calc(14 * var(--index-unit));
  line-height: 1.22;
  font-weight: 700;
}

.doctor-info span::after {
  content: "";
  display: block;
  width: calc(39 * var(--index-unit));
  height: calc(2 * var(--index-unit));
  margin-top: calc(7 * var(--index-unit));
  background: currentColor;
}

.doctor-info small {
  margin-top: calc(8 * var(--index-unit));
  font-size: calc(10 * var(--index-unit));
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
}

.tile-photo-1 {
  left: 0;
  top: calc(142 * var(--index-unit));
}

.tile-gold {
  left: calc(153 * var(--index-unit));
  top: calc(142 * var(--index-unit));
  background: #e8c75f;
  color: #111;
}

.tile-gold::before {
  left: calc(-12 * var(--index-unit));
  border-right: calc(12 * var(--index-unit)) solid #e8c75f;
}

.tile-white {
  left: calc(306 * var(--index-unit));
  top: calc(142 * var(--index-unit));
  background: #fff;
  color: #111;
}

.tile-white::before {
  right: calc(-12 * var(--index-unit));
  border-left: calc(12 * var(--index-unit)) solid #fff;
}

.tile-blue {
  left: calc(459 * var(--index-unit));
  top: 0;
  background: #238add;
  color: #fff;
}

.tile-blue::before {
  left: calc(-12 * var(--index-unit));
  border-right: calc(12 * var(--index-unit)) solid #238add;
}

.tile-photo-blue-left {
  left: calc(306 * var(--index-unit));
  top: 0;
}

.tile-photo-2 {
  left: calc(459 * var(--index-unit));
  top: calc(143 * var(--index-unit));
}

.tile-photo-3 {
  left: calc(153 * var(--index-unit));
  top: calc(285 * var(--index-unit));
}

.tile-green {
  left: calc(306 * var(--index-unit));
  top: calc(285 * var(--index-unit));
  background: #008a52;
  color: #fff;
}

.tile-green::before {
  left: calc(-12 * var(--index-unit));
  border-right: calc(12 * var(--index-unit)) solid #008a52;
}

.news-section {
  padding: calc(20 * var(--index-unit)) calc(54 * var(--index-unit)) calc(86 * var(--index-unit));
}

.news-tabs {
  display: flex;
  align-items: center;
  gap: calc(46 * var(--index-unit));
  margin-top: calc(48 * var(--index-unit));
}

.news-tabs button {
  min-width: calc(120 * var(--index-unit));
  height: calc(36 * var(--index-unit));
  border-radius: calc(6 * var(--index-unit));
  font-size: calc(24 * var(--index-unit));
  font-weight: 700;
  color: #333;
}

.news-tabs button.is-active {
  background: #009354;
  color: #fff;
}

.featured-news {
  margin-top: calc(26 * var(--index-unit));
  position: relative;
}

.featured-news img {
  width: 100%;
  height: calc(274 * var(--index-unit));
  object-fit: cover;
}

.featured-news p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: calc(48 * var(--index-unit));
  padding: 0 calc(24 * var(--index-unit));
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: calc(18 * var(--index-unit));
  line-height: 1.4;
}

.news-list {
  background: transparent;
}

.news-list:not(.is-active) {
  display: none;
}

.news-item {
  min-height: calc(94 * var(--index-unit));
  padding-right: calc(26 * var(--index-unit));
  border-bottom: 1px dashed #d3d3d3;
  display: flex;
  align-items: center;
  gap: calc(34 * var(--index-unit));
}

.news-item time {
  width: calc(86 * var(--index-unit));
  flex-shrink: 0;
  color: #009354;
  text-align: center;
}

.news-item time strong {
  display: block;
  font-size: calc(38 * var(--index-unit));
  line-height: 1;
  font-weight: 700;
}

.news-item time span {
  display: block;
  margin-top: calc(6 * var(--index-unit));
  font-size: calc(16 * var(--index-unit));
  line-height: 1;
}

.news-item p {
  flex: 1;
  font-size: calc(22 * var(--index-unit));
  line-height: 1.55;
  color: #333;
}

.news-item:hover {
  background: #009354;
  box-shadow: 0 calc(4 * var(--index-unit)) calc(10 * var(--index-unit)) rgba(0, 0, 0, 0.18);
}

.news-item:hover time,
.news-item:hover p {
  color: #fff;
}

.site-footer {
  min-height: calc(760 * var(--index-unit));
  padding: calc(90 * var(--index-unit)) calc(40 * var(--index-unit)) calc(48 * var(--index-unit));
  background:
    linear-gradient(rgba(0, 147, 84, 0.9), rgba(0, 147, 84, 0.9)),
    url("../images/index/hzfw_bg3.png") center bottom / cover no-repeat,
    #009354;
  color: #fff;
  text-align: center;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: calc(364 * var(--index-unit));
  height: auto;
}

.footer-contact {
  margin-top: calc(60 * var(--index-unit));
}

.footer-contact p {
  margin-bottom: calc(26 * var(--index-unit));
  font-size: calc(24 * var(--index-unit));
  line-height: 1;
  letter-spacing: calc(2 * var(--index-unit));
}

.qrcode-list {
  margin-top: calc(42 * var(--index-unit));
  display: flex;
  justify-content: center;
  gap: calc(118 * var(--index-unit));
}

.qrcode-list img {
  width: calc(82 * var(--index-unit));
  height: calc(82 * var(--index-unit));
  margin: 0 auto;
}

.qrcode-list figcaption {
  margin-top: calc(12 * var(--index-unit));
  font-size: calc(18 * var(--index-unit));
  line-height: 1;
}


