/* 核心样式 */
.banner-bot-h {
  position: relative;

  padding-bottom: 8px;

  margin: 0;
}

.banner-bot-h::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.banner-bot-list {
  height: 180px;
  font-size: 16px;
  line-height: 2em;
  margin-top: 10px !important;
}

.ser-tit {
  margin-bottom: 10px !important;
}
.tit-img {
  width: 350px;
}
@media (min-width: 768px) {
  .change-col-sm-2 {
    width: 20% !important;
  }
}
.index-ser-text {
  text-align: left;
  padding: 0 15px;
}
.index-hospital {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  cursor: pointer;
}
.indexH-date {
  width: 100%;
  text-align: center;
}
.index-te-icon {
  width: 50px;
  height: 50px;
}
.index-te-icon-wrap {
  position: relative;
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.index-te-icon-wrap .index-te-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  transition: opacity 0.2s ease;
}
.index-te-icon-wrap .index-te-icon-active {
  opacity: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_active .index-te-icon-default,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li:hover .index-te-icon-default {
  opacity: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_active .index-te-icon-active,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li:hover .index-te-icon-active {
  opacity: 1;
}
/* 服务体系样式 */
.fw-card {
  padding-bottom: 60px;
  margin-bottom: 50px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
}
.fw-card .service-card {
  display: flex;
  align-items: top;
  gap: 16px; /* 图标和文字之间的间距 */
  padding: 16px;
}

.fw-card .icon-wrapper {
  flex-shrink: 0; /* 防止图标被压缩 */
  width: 64px;
  height: 64px;
}

.fw-card .icon {
  width: 64px;
  height: 64px;
}

.fw-card .text-content {
  flex: 1; /* 文字区域占满剩余空间 */
}

.fw-card .title {
  font-size: 16px;
  font-weight: 600;
  color: #2595ad;
  margin: 0 0 8px 0;
}

.fw-card .desc {
  font-size: 14px;
  color: #888888;
  line-height: 1.5;
  margin: 0;
}
.fw-num-bg {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 10%;
  bottom: -22px;
}
.fw-num {
  width: 40px;
  height: 40px;
  margin: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: url(../image/fw-number-bg.png) no-repeat;
  background-size: 100% 100%;
}
.footer-logo {
  width: 120px;
  /* 底部样式 */
  padding-bottom: 20px;
}
.f-msg {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.f-msg-iocn {
  width: 16px;
  margin-right: 5px;
}
.f-msg-text {
  font-size: 12px;
  color: #fff;
}
.f-ercode {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.f-wechat img {
  width: 100%;
}
.f-wechat-text {
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
.footer-bot {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-yqlj {
  font-size: 14px;
  color: #fff !important;
  display: flex;
}
.footer-tit {
  width: 80px;
}
.footer-a {
  width: calc(100% - 80px);
  text-align: left;
}
.footer-yqlj a {
  font-size: 14px;
  color: #fff !important;
  padding: 5px 10px 5px 0;
  text-wrap: nowrap;
}
/* 轮播样式 */

/* 医院轮播卡片样式 */
.hospital-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.hospital-card:hover {
  transform: translateY(-5px);
}
/* Owl Carousel 箭头样式优化 */
.owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #2595ad !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: 1;
}
/* 分页点样式 */
.owl-dots {
  display: none !important;
}
.owl-dot {
  display: none !important;
}

/* 响应式适配 */
@media (max-width: 767px) {
  .hospital-carousel-wrap {
    padding: 10px 0;
  }
  .owl-dots {
    margin-top: 15px;
  }
}

/* 医生模块样式 */
/* 轮播箭头样式优化 */
.team-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 10;
}

.team-slider .owl-nav .owl-prev,
.team-slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #2595ad !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  opacity: 0.8;
}

.team-slider .owl-nav .owl-prev:hover,
.team-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
/* 屏幕宽度 ≥ 992px 时的样式 */
@media (min-width: 768px) {
  .vc_tta-tab {
    width: calc(20% - 20px); /* 设置宽度为20% */
    /* 可选：如果需要让元素并排显示，添加以下样式 */
  }
}
.hsp-list-wrap{
  padding: 30px 0 60px 0;
}
.hsp-list-excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 12em;
}

/* 成功案例列表摘要 7 行省略 */
.case-list-wrap .news-content .text{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 成功案例列表侧栏上边距（好孕分享用；成功案例无侧栏可忽略） */
.case-list-sidebar {
  margin-top: 100px !important;
}
/* 767以下 */
@media (max-width: 767px) {
  .case-list-sidebar {
    display: none;
  }
}


/* 成功案例详情页：发布时间 | 浏览量 | 标签 一行显示 */
.case-detail-meta .meta-sep {
  margin: 0 8px;
  color: #999;
}
.case-detail-meta .date,
.case-detail-meta .views,
.case-detail-meta .tags {
  font-size: 0.95em;
}

.doctor-details-biography .wpb_wrapper{
  line-height: 2.2em;
}

/* 侧栏：辅助生殖技术列表（index22 copy 等页面） */
.art-tech-widget {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.art-tech-widget__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #2595ad;
}

.art-tech-widget__head-rule {
  flex-shrink: 0;
  width: 3px;
  align-self: stretch;
  min-height: 1.15em;
  background: #fff;
  border-radius: 1px;
}

.art-tech-widget__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.art-tech-widget__nav {
  padding: 16px 30px 20px;
}

.art-tech-widget__group {
  margin-bottom: 18px;
}

.art-tech-widget__group:last-child {
  margin-bottom: 0;
}

.art-tech-widget__cat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #2595ad;
  line-height: 1.4;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.art-tech-widget__cat-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #2595ad;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2595ad;
  font-size: 10px;
  line-height: 1;
}

.art-tech-widget__cat-icon .fa {
  margin-left: 1px;
}

.art-tech-widget__sub {
  margin: 0;
  padding-left: 34px;
  list-style-type: disc;
  color: #2595ad;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.art-tech-widget__sub li {
  margin-bottom: 2px;
  color: #2595ad;
}

.art-tech-widget__sub li::marker {
  color: #2595ad;
}/* 侧栏：联系我们（index22 copy 等） */
.sidebar-contact {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.sidebar-contact__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #38a3bc;
}

.sidebar-contact__head-rule {
  flex-shrink: 0;
  width: 3px;
  align-self: stretch;
  min-height: 1.15em;
  background: #fff;
  border-radius: 1px;
}

.sidebar-contact__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.sidebar-contact__list {
  list-style: none;
  margin: 0;
  padding: 16px 18px 20px;
}

.sidebar-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f4;
}

.sidebar-contact__item:first-child {
  padding-top: 0;
}

.sidebar-contact__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

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

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

.sidebar-contact__body {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  /* padding-top: 10px; */
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.sidebar-contact__body a {
  color: #333;
  text-decoration: none;
  word-break: break-all;
}

.sidebar-contact__body a:hover {
  color: #38a3bc;
}

.sidebar-contact__line {
  display: block;
}

.sidebar-contact__line + .sidebar-contact__line {
  margin-top: 4px;
}

/* 我们的服务页：图文卡片 + 三列亮点（与 服务介绍列表页.html 结构一致） */
.service-showcase {
  margin-bottom: 24px;
}

.service-showcase__wrapper > .service-showcase__card + .service-showcase__card {
  margin-top: 40px;
}

.service-showcase__media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.service-showcase__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}

.service-showcase__desc {
  margin: 0 0 16px;
  line-height: 1.75;
  color: #555;
}

.service-showcase__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-showcase__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1.65;
}

.service-showcase__check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 50%;
  background: #2595ad;
  position: relative;
}

.service-showcase__check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.service-showcase__list-text {
  display: inline;
}

.single-vision-box .s-card-body {
  margin-bottom: 16px;
  /* text-align: center; */
}

.single-vision-box .s-card-icon {
  max-width: 72px;
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}


/* ========== 服务亮点：图文交错卡片（首页设计稿） ========== */
.service-showcase {
  box-sizing: border-box;
  /* padding: 48px 16px 56px; */
  margin-bottom: 40px;
  /* 在 .container 内撑满视窗宽度的浅灰底 */
}
.service-showcase__wrapper {
  padding: 40px 0 30px;
}
/* 卡片列表间距（栅格由 vc_col-sm-12 / vc_col-md-6 控制） */
.service-showcase__wrapper > .service-showcase__card {
  margin-bottom: 28px;
}

.service-showcase__wrapper > .service-showcase__card:last-child {
  margin-bottom: 0;
}

.service-showcase__card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* 与 WPBakery 内层行对齐：避免双重负边距顶破圆角 */
.service-showcase__card > .vc_row.vc_inner {
  margin-left: 0;
  margin-right: 0;
}

.service-showcase__card .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.service-showcase__media {
  min-height: 200px;
  background: #e8ecef;
}

.service-showcase__media img {
  width: 100%;
  min-height: 220px;
  height: auto;
  object-fit: cover;
  display: block;
}

.service-showcase__body {
  padding: 28px 0px 32px;
  font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

/* 与 vc_col-md-6 同断点（通常 992px）：双栏、交错第二行、图文列等高 */
@media (min-width: 992px) {
  .service-showcase__row--reverse {
    flex-direction: row-reverse;
  }

  .service-showcase__row.vc_inner > .wpb_column {
    display: flex;
    flex-direction: column;
  }

  .service-showcase__row.vc_inner > .wpb_column > .vc_column-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .service-showcase__row .wpb_wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .service-showcase__media {
    flex: 1;
    min-height: 100%;
    height: 100%;
  }

  .service-showcase__media img {
    min-height: 320px;
    height: 100%;
  }

  .service-showcase__body {
    padding: 24px 10px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.service-showcase__title-container {
  display: flex;
  flex-wrap: wrap;
}
.service-showcase__title {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 14px;
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  cursor: pointer;
  padding: 15px;
  border-radius: 8px;
}
.service-showcase__title:hover {
  color: #fff;
  background: #2595ad;
}

/* 标题下装饰横线（伪元素）：长 80px、粗细 5px，与文字左对齐 */
.service-showcase__title::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 8px;
  width: 80px;
  height: 3px;
  background-color: #2ca1b1;
}
.service-showcase__title:hover::after {
  background: #fff;
}

.service-showcase__title--on-blue {
  display: inline-block;
  background: #2595ad;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 18px;
  border-radius: 4px;
  font-size: clamp(18px, 3.2vw, 24px);
  align-self: flex-start;
}

.service-showcase__desc {
  margin: 0 0 22px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 1.5em;
  color: #5c656d;
}

.service-showcase__list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

.service-showcase__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.service-showcase__list-text {
  font-weight: 400;
  color: #666;
}
.service-showcase__list li:last-child {
  margin-bottom: 0;
}

.service-showcase__check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  border-radius: 50%;
  background: #2595ad;
  position: relative;
  box-shadow: 0 1px 3px rgba(37, 149, 173, 0.35);
}

.service-showcase__check::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.s-card-body {
  padding-bottom: 10px;
}
.s-card-icon {
  width: 60px;
  height: 60px;
}

/* 联系我们 */
.contact-map-img {
  padding: 120px 10px 60px 10px;
}
/* 767以下样式 */
@media (max-width: 767px) {
  .contact-map-img {
    padding: 60px 10px 00px 10px;
  }
  .contact-us-form{
    padding-top: 30px;
  }
}
.contact-info-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
}
.contact-info-icon img{
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}


.contact-us-inner {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.contact-section{
  padding: 72px 0 0;
}
.contact-section-2{
  padding: 36px 0 72px;
}

/* 医疗技术详情：正文后补充说明模块（extra1） */
.medtech-extra1-card {
  margin-top: 24px;
  margin-bottom: 8px;
}

.medtech-extra1-card__inner {
  background: #2b99b3;
  color: #fff;
  padding: 32px 40px;
  line-height: 1.9;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
}

.medtech-extra1-card__inner p {
  margin: 0 0 8px;
  color: #fff;
}

.medtech-extra1-card__inner p:last-child {
  margin-bottom: 0;
}

/* 医疗技术详情：上一篇/下一篇按钮修正 */
.news-single .medtech-blog-bottom {
  text-align: left;
}

.news-single .medtech-prev-next {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-single .medtech-prev-next li {
  margin-right: 0;
}

.news-single .medtech-prev-next li a,
.news-single .medtech-prev-next li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-width: 120px;
  height: 40px;
  line-height: 1;
  padding: 0 14px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  color: #555;
  background: #fff;
  font-size: 15px;
  white-space: nowrap;
}

.news-single .medtech-prev-next li a:hover {
  color: #fff;
  background: #2595ad;
  border-color: #2595ad;
}

.news-single .medtech-prev-next li span {
  opacity: 0.55;
}

.about-contact-section__map-wrap{
  padding-bottom: 20px;
}
/* 767像素以下 */
@media (max-width: 767px) {
  .add-index-medical>ul>li {
    font-size: 14px !important;
  }
  .add-contact-msg{
    padding-bottom: 15px;
  }
}

/* 首页 Banner：图片内嵌文字，按原图 1920x600 比例缩放，避免平板以下裁切和白色蒙版 */
.home-banner-slider,
.home-banner-slider .home-banner-slide {
  height: 600px;
}

.home-banner-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-banner-slider .home-banner-slide::before {
  display: none !important;
  content: none !important;
}

@media (max-width: 991px) {
  .home-banner-slider,
  .home-banner-slider .home-banner-slide {
    height: calc(100vw / 3.2) !important;
  }
}
