/* healthy.html — 健康咨询页（依赖 home.css、secondpage.css 中的 .overview-menu / .overview__layout 等公共子页样式） */

/* 顶栏与 fuwu 子页一致：64px 渐变条 */
.page.page--healthy>.topCont {
  height: 64px;
  min-height: 64px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #eafffb 0%, #bdeffc 100%);
}

.page.page--healthy .site-header {
  padding: 0 48px 0 96px;
}

.page.page--healthy .site-nav__item {
  text-decoration: none;
}

.site-nav__dropdown a[aria-current="page"] {
  font-weight: 500;
  background: #34D5EB;
  color: #fff;
}

.page--healthy .overview-menu__item {
  text-decoration: none;
  color: inherit;
  display: flex;
}

.page--healthy .overview-menu__arrow img {
  display: block;
  width: 10px;
  height: auto;
}

.overview-menu__subitem--active {
  background: #e1fffe;
  border: 1px solid #f6f6f6;
  border-radius: 2px;
  font-weight: 500;
  cursor: default;
  margin-bottom: 12px;
}

.healthy {
  background: #fff;
  padding: 0 0 0px;
}

.healthy__layout {
  align-items: flex-start;
}

.healthy__content {
  position: relative;
  width: 1110px;
  min-height: 1034px;
  padding: 60px 0 80px;
}

.healthy__column-bg {
  position: absolute;
  inset: 0;
  background: rgba(216, 216, 216, 0.16);
  pointer-events: none;
  z-index: 0;
}

.healthy__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.healthy__promo {
  width: 882px;
  margin: 0 auto 0;
}

.healthy__promo-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 167px;
  padding: 28px 36px 28px 118px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.healthy__promo-text {
  width: 304px;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #504f53;
  opacity: 0.8;
  text-align: justify;
}
.healthy__promo-text div{
  white-space: nowrap;
}

.healthy__promo-divider {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 4px;
  margin: 0 88px 0 56px;
}

.healthy__promo-divider img {
  height: 64px;
  width: auto;
  object-fit: contain;
}

.healthy__qr {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 112px;
}

.healthy__qr-visual {
  position: relative;
  width: 102px;
  height: 99px;
}

.healthy__qr-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.healthy__qr-code {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 102px;
  height: 99px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.healthy__qr-label {
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 24px;
  color: #193327;
  white-space: nowrap;
}

.healthy__qr-meta {
  flex: 0 0 100%;
  margin-top: 24px;
  font-size: 12px;
  line-height: 22px;
  color: #666;
}

.healthy__qr-meta p {
  position: relative;
  margin: 0;
  padding-left: 18px;
}

.healthy__qr-meta p::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
  font-size: 12px;
}

.healthy__more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  margin-top: 18px;
  font-size: 16px;
  color: #999;
  opacity: 0.85;
}

.healthy__title-block {
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}

.healthy__title-en {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #504f53;
  opacity: 0.15;
  line-height: 45px;
}

.healthy__title-cn {
  margin: 0px 0 8px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #333;
  line-height: 45px;
}

.healthy__title-line {
  width: 120px;
  margin: 0 auto;
}

.healthy__title-line img {
  width: 100%;
  height: auto;
}

.healthy__lead {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  padding: 0 120px;
}

.healthy__lead strong {
  font-weight: 600;
  color: #666;
}

/* Tab 条：Figma 编组 25 / 编组 26备份 — 横向「图标 + 文案」，圆角 8px */
.healthy__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 28px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.healthy__tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* gap: 8px; */
  height: 38px;
  padding:0 18px;
  min-height: 38px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: #666;
  box-sizing: border-box;
}

.healthy__tab--active {
  border-color: transparent;
  background: #e1fffe;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* color: #000; */
  font-weight: 400;
  color: #34D5EB;
}

.healthy__tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.healthy__tab-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
  margin-right: 5px;
}

.healthy__tab-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.healthy__tab--active .healthy__tab-label {
  color: #34D5EB;
}

.healthy__panel-wrap {
  width: 882px;
  position: relative;
  min-height: 121px;
  margin-top: 39px;
  /* padding-bottom: 32px; */
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
  margin-left: 110px;
}

.healthy__panel-deco {
  position: absolute;
  left: 0;
  top: -13px;
  z-index: 2;
  width: 31px;
  height: 18px;
  background: #fff;
  /* 顶角曲线：C 后两控制点的 y 越小越尖（越大越圆钝），坐标相对 31×18 */
  clip-path: path("M 0 18 L 31 18 L 27 13.5 C 22.5 2 8.5 2 4 13.5 Z");
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  pointer-events: none;
}

.healthy__panel {
  position: relative;
  z-index: 1;
  padding: 30px 53px 20px 30px;
  min-height: 140px;
}

.healthy__panel-title {
  height: 24px;
  line-height: 24px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #34D5EB;
  line-height: 1.35;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 8px;
}
.healthy__panel-title span{
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url(../img/healthy/icon2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
}

.healthy__panel-body {
  margin: 0;
  max-width: 788px;
  font-size: 12px;
  line-height: 1.65;
  color: #2e2e2e;
}

.healthy__panel-body p {
  margin: 0 0 8px;
}

.healthy__panel-subtitle {
  display: flex;
  align-items: center;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  color: #303030;
  line-height: 1.4;
  opacity: 0.85;
}
.healthy__panel-subtitle.isTop{
  margin-top: 30px;
}

.healthy__panel-subtitle::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  background: #34D5EB;
  flex-shrink: 0;
}

.healthy__panel-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.healthy__panel-list li {
  margin: 0 0 6px;
}

.page--healthy .site-footer {
  margin-top: 0;
}