/* medical.html — 就医协助（依赖 home.css、secondpage.css、healthy.css） */

.page.page--medical > .topCont {
  height: 64px;
  min-height: 64px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #eafffb 0%, #bdeffc 100%);
}

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

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

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

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

.medical {
  background: #fff;
  /* padding: 0 0 0 0; */
}

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

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

.medical__inner {
  position: relative;
  z-index: 1;
  width: 950px;
  margin: 0 auto;
}

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

.medical__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;
}

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

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

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

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

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

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

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

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

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

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

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

.medical__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;
}
.medical__more img{
  display: inline-block;
}

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

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

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

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

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

.medical__lead {
  width: 756px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.medical__lead p {
  margin: 0;
}

.medical__lead p + p {
  /* margin-top: 12px; */
}

/* 主面板：左竖向 Tab + 右详情 */
.medical__panel-wrap {
  width: 882px;
  margin: 28px auto 0;
}

.medical__panel-split {
  width: 882px;
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 814px;
  border-radius: 8px;
  background: #f9fffe;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.medical__vtabs {
  flex: 0 0 243px;
  width: 243px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 29px 0 24px;
  background: #f1feff;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.medical__vtab {
  width:162px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  margin: 0 12px 16px 41px;
  padding: 10px 11px 10px 22px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: #000;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
}

.medical__vtab--active {
  /* background: #e1fffe; */
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  width: 182px;
  height: 60px;
  /* position: absolute; */
  background-image: url(../img/medical/tab-select.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

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

.medical__vtab-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.medical__vtab-label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  opacity: 0.85;
  white-space: nowrap;
}
.medical__vtab-label span{
  white-space: nowrap;
}
.medical__vtab--active .medical__vtab-label {
  font-weight: 500;
  opacity: 1;
  color: #34D5EB;
}

.medical__vtab-label--stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.medical__vtab-label--stack span {
  display: block;
  line-height: 1.25;
}

.medical__detail {
  flex: 1;
  min-width: 0;
  padding: 24px 33px 40px 18px;
  background: #f9fffe;
}

.medical__detail--compact {
  min-height: 520px;
}

.medical__detail-title {
  height: 24px;
  line-height: 24px;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 500;
  color: #34D5EB;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 8px;
}
.medical__detail-rich-title{
  font-size: 13px;
  font-weight: 600;
  color: #303030;
}
.medical__detail-rich-title::before{
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  background: #34D5EB;
  flex-shrink: 0;
  display: inline-block;
}
.medical__detail-rich-title.isTop{
  margin-top: 30px;
}
.medical__detail-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;
}

.medical__detail-rich {
  font-size: 12px;
  line-height: 1.65;
  color: #000;
  opacity: 0.85;
}

.medical__detail-rich p {
  margin: 0 0 0px;
}

.medical__detail-rich--doctor {
  max-width: 588px;
}

.medical__detail-rich--process {
  margin-top: 20px;
}

.medical__table-wrap {
  margin: 20px 0 0;
  overflow-x: auto;
}

.medical__table {
  width: 100%;
  max-width: 584px;
  border-collapse: collapse;
  font-size: 12px;
  color: #032618;
  opacity: 0.85;
}

.medical__table th,
.medical__table td {
  border: 1px solid #f6f6f6;
  padding: 8px 10px;
  text-align: center;
  vertical-align: middle;
}

.medical__table thead th {
  font-weight: 500;
  background: linear-gradient(180deg, #f1fefc 0%, #defcf7 100%);
  font-size: 12px;
}

.medical__table-time {
  vertical-align: middle;
  line-height: 1.5;
  font-weight: 500;
}

.medical__tr--tint td {
  background: #f9fffe;
}

.medical__tr--plain td {
  background: #fff;
}

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