* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

html {
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  width: 750px;
  margin: 0 auto !important;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  border: none;
}

ul {
  list-style: none;
}

a:hover {
  color: #fff !important;
}

.container {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 120px;
  margin-top: 68px;
}

/* 头部 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .container .logo {
  width: 100%;
}

header .container .logo img {
  height: 65px;
  padding: 15px 0;
}

.mobileNav {
  display: block;
  cursor: pointer;
  line-height: 0;
}

.mobileNav img {
  width: 35px;
  height: auto;
}

.ybdd-badge {
  flex-shrink: 0;
  margin-right: 8px;
}

.ybdd-badge img {
  height: 42px;
  width: auto;
  display: block;
}

#navMenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#navMenu.active {
  display: block;
}

.nav-list {
  padding: 15px;
}

.nav-item {
  text-align: left;
  padding: 10px 0;
  position: relative;
}

.nav-item a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: block;
}

.submenu {
  display: none;
  padding: 0;
  margin: 0;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.submenu li {
  padding: 10px 0;
}

.submenu li a {
  color: #333;
  font-weight: normal;
}

/* 表单区 */
.section {
  padding: 15px 20px 0;
}

.section-booking {
  padding-bottom: 0;
}

.booking-dark {
  background: #2c2c2c;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  box-sizing: border-box;
  padding: 28px 20px;
}

.booking-form-inner {
  margin: 0;
  padding: 0;
}

.booking-form {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
  align-items: stretch;
}

.booking-dark .form-row>* {
  min-width: 0;
}

.form-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.booking-dark input.form-input,
.booking-dark .booking-date-wrap .form-input {
  background: #fff;
  border: none !important;
  border-radius: 10px;
  padding: 5px 16px;
  font-size: 15px;
  color: #333;
  min-height: 38px;
  line-height: 1.45;
  box-shadow: none !important;
  outline: none !important;
}

.booking-dark .form-input::placeholder {
  color: #aaa;
}

.booking-select-wrap {
  position: relative;
  min-width: 0;
}

.booking-dark select.form-input.booking-select-field {
  width: 100%;
  cursor: pointer;
  border: none !important;
  border-radius: 10px;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding: 5px 40px 5px 16px;
  font-size: 15px;
  line-height: 1.45;
  color: #333 !important;
  min-height: 38px;
}

.booking-dark .booking-select-wrap:not(.has-value) select.booking-select-field {
  color: #aaa !important;
}

.booking-dark select.form-input.booking-select-field option {
  color: #333 !important;
  background-color: #fff !important;
}

.booking-date-wrap {
  position: relative;
  min-width: 0;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 5px 16px;
  font-size: 15px;
  color: #333;
  min-height: 38px;
  line-height: 1.45;
}

.booking-dark .booking-date-wrap {
  cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 16px 16px;
}

.booking-dark .booking-date-wrap .form-input.booking-date-input {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0.02;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: transparent !important;
  color: transparent;
  caret-color: transparent;
}

.booking-dark .booking-date-hit {
  position: absolute;
  inset: 0;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}

.booking-dark .booking-date-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 44px 0 16px;
  display: flex;
  align-items: center;
  color: #aaa;
  font-size: 15px;
  line-height: 1.45;
  pointer-events: none;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-dark .booking-date-wrap.has-value .booking-date-placeholder {
  color: #333;
}

.submit-btn {
  width: 100%;
  background-color: #0052d9;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 16px;
}

.booking-submit-btn {
  margin-top: 20px;
  padding: 10px 24px;
  border-radius: 50px;
  background: #3884d3;
  font-size: 20px;
  font-weight: 500;
}

.booking-submit-btn:hover {
  filter: brightness(1.05);
}

.booking-disclaimer {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.site-footer-legal {
  padding-top: 15px;
  text-align: center;
}

.site-footer-links {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.6;
}

.site-footer-links a {
  color: #525252;
  text-decoration: none;
}

.site-footer-sep {
  margin: 0 6px;
  color: #525252;
}

.site-footer-copy {
  margin: 0 0 10px;
  font-size: 12px;
  color: #525252;
}

.site-footer-note {
  margin: 0 auto;
  max-width: 34em;
  font-size: 11px;
  line-height: 1.65;
  color: #525252;
}

.booking-dark .layui-input,
.booking-dark .layui-select,
.booking-dark .layui-textarea,
.booking-dark select.form-input {
  color: #333 !important;
}

/* 底部悬浮菜单 */
.foot-menu {
  display: flex;
  gap: 6px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  max-width: 750px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom, 0));
}

.foot-menu a {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.foot-menu a>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-menu a img {
  height: 45px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  body {
    width: 100%;
  }

  header {
    width: 100%;
    margin: 0 auto;
  }

  .container {
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
  }

  .booking-dark {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 769px) {

  .booking-disclaimer,
  .site-footer-links,
  .site-footer-copy,
  .site-footer-note {
    font-size: 16px;
  }

  .foot-menu {
    gap: 15px;
  }

  .foot-menu a img {
    height: 85px;
  }
}

/* 新增：为何选择普瑞星耀 */
.brand-adv-wrap {
  background: url("../images/bg_02.png") center / 100% 100% no-repeat;
  padding: 20px 12px 24px;
  font-family: OPPOSans, "Microsoft YaHei", sans-serif;
}

.brand-adv-head {
  text-align: center;
}

.brand-adv-title {
  margin: 0;
  font-size: 48px;
  line-height: 1.25;
  color: #131a25;
  font-weight: 700;
  letter-spacing: 1px;
}

.brand-adv-title span {
  color: #1b61b2;
}

.brand-adv-sub {
  margin: 6px 0 0;
  font-size: 11px;
  color: #9aa8bb;
}

.brand-adv-orbit {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 100%;
  min-height: 350px;
}

.brand-adv-center {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  width: 255px;
  height: 255px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.brand-adv-center p {
  margin: 0;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 600;
}

.brand-adv-center small {
  display: block;
  margin-top: 12px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  border-top: 1px solid rgba(213, 229, 255, 0.75);
}

.brand-adv-num {
  display: inline-block;
  width: 18px;
  height: auto;
  vertical-align: -1px;
  margin-right: 2px;
}

.brand-adv-node {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  color: #4c5f78;
  font-size: 14px;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-adv-node-top-left {
  left: -11px;
  top: 10px;
}

.brand-adv-node-top-right {
  right: -8px;
  top: 10px;
}

.brand-adv-node-left {
  left: -16px;
  top: 150px;
}

.brand-adv-node-right {
  right: -15px;
  top: 150px;
}

.brand-adv-node-bottom {
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}

.iol-compare-wrap {
  padding: 22px 18px 30px;
  background: url("../images/bg_03.png") center / 100% 100% no-repeat;
}

.iol-compare-head {
  text-align: center;
  margin-bottom: 14px;
}

.iol-compare-head h2 {
  margin: 0;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.iol-compare-head p {
  margin: 6px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1px;
}

.iol-compare-table-wrap {
  border-radius: 18px;
  overflow: hidden;
  margin-top: 25px;
}

.iol-compare-wrap .cataract-title {
  color: #fff;
}

.iol-compare-wrap .cataract-subtitle {
  color: #587fc7;
}

.iol-compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.iol-compare-table th,
.iol-compare-table td {
  border: 1px solid #dde8fb;
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.45;
  color: #3a4a62;
  background: #fff;
  text-align: center;
}

/* 去掉表格最外圈边线，仅保留内部网格线 */
.iol-compare-table tr>*:first-child {
  border-left: none;
}

.iol-compare-table tr>*:last-child {
  border-right: none;
}

.iol-compare-table thead tr:first-child>th {
  border: none;
}

.iol-compare-table tbody tr:last-child>td {
  border-bottom: none;
}

.iol-compare-table thead th {
  background: #2f78d1;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0;
}

.iol-compare-table thead th.iol-head-accent {
  background: #4c85e0;
}

.iol-compare-table tbody td:nth-child(1) {
  width: 23%;
  background: #dce7f8;
  color: #5379ba;
  font-weight: 700;
}

.iol-compare-table tbody tr.iol-left-bg-a td:first-child {
  background: #f3f7fd;
}

.iol-compare-table tbody tr.iol-left-bg-b td:first-child {
  background: #e1ecfc;
}

.iol-compare-table tbody td:nth-child(2),
.iol-compare-table tbody td:nth-child(3),
.iol-compare-table tbody td:nth-child(4) {
  width: 25.66%;
}

/* “適合人群”一行內容改為左對齊，不使用居中 */
.iol-compare-table tbody tr:last-child td:not(:first-child) {
  text-align: left;
}

.iol-compare-table tbody tr.iol-row-content-bg td:not(:first-child) {
  background: #ecf3fe;
}

.iol-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iol-bullet-list li {
  position: relative;
  padding-left: 5px;
  line-height: 1.5;
}

.iol-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2482ce;
}

.iol-label {
  text-align: center;
}

.iol-label img {
  width: 35px;
  height: 25px;
  margin: 0 auto 6px;
}

/* 单独调整“优点”“适合人群”图标大小 */
.iol-compare-table tbody tr:nth-child(4) .iol-label img {
  width: 30px;
  height: 30px;
}

.iol-compare-table tbody tr:nth-child(5) .iol-label img {
  width: 30px;
  height: 25px;
}

.iol-label-text {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  color: #003b9a;
  font-weight: 700;
}

.iol-label-sub {
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  color: #003b9a;
  font-weight: 600;
}

.exam-plan-wrap {
  padding: 20px 14px 26px;
  background: url("../images/bg_04.png") center / 100% 100% no-repeat;
}

.exam-plan-wrap .cataract-title {
  color: #003b9a;
}

.exam-plan-wrap .cataract-subtitle {
  color: #afb0b1;
}

.exam-plan-wrap .cataract-title span {
  color: #000000;
}

.exam-plan-card {
  margin-top: 16px;
  background: #fff;
  border-radius: 14px;
  padding: 12px 12px 16px;
}

.exam-plan-photo img {
  width: 100%;
  border-radius: 6px 6px 0 0;
  background: #eef3f9;
}

.exam-plan-banner {
  margin: 0;
  padding: 10px 10px 11px;
  background: #0e4aac;
  color: #51ebea;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

.exam-plan-banner span {
  color: #fff;
  font-weight: 400;
}

.exam-plan-list {
  margin: 10px 8px 0;
  padding: 0;
  list-style: none;
}

.exam-plan-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #ccd8e8;
}

.exam-plan-left {
  position: relative;
  padding-left: 28px;
  color: #111;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.exam-plan-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/dui.jpg") center / contain no-repeat;
}

.exam-plan-right {
  color: #606c7d;
  font-size: 12px;
  line-height: 1.35;
}

.exam-plan-btn {
  display: block;
  width: 74%;
  margin: 20px auto 0;
  height: 52px;
  border-radius: 999px;
  background: #2fafc3;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.exam-full-wrap {
  padding: 30px 0 40px;
}

.exam-full-title-wrap {
  background: url("../images/tit_100_bg.png") center 0 / 100% 100% no-repeat;
  padding: 0;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.exam-full-title-bg {
  position: relative;
  width: 100%;
  text-align: center;
  background: none;
  padding: 18px 10px 10px;
  overflow: hidden;
}

.exam-full-title-bg_02 {
  background: url(../images/tit_bg_02.png) center 20% / 50% no-repeat !important;
}

.exam-full-title-bg .cataract-title,
.exam-full-title-bg .cataract-subtitle {
  position: relative;
  z-index: 2;
}

.exam-full-title-bg .cataract-title {
  color: #111;
}

.exam-full-title-bg .cataract-title span {
  color: #0d4bad;
}

.exam-full-title-bg .cataract-subtitle {
  color: #b1bac7;
}

.exam-full-card {
  margin-top: 0;
  border-radius: 0 0 12px 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 14px 10px 12px;
}

.exam-full-columns {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 7px;
}

.exam-full-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: exam-full-item;
  font-family: "DINPro", "DIN Alternate", "Bahnschrift", "Arial Narrow", "Microsoft YaHei", sans-serif;
}

.exam-full-columns .exam-full-list:nth-child(2) {
  counter-reset: exam-full-item 16;
}

.exam-full-list li {
  position: relative;
  margin: 0;
  color: #4a576a;
  font-size: 13px;
  padding-left: 18px;
  line-height: 1.6;
  font-family: "DINPro", "DIN Alternate", "Bahnschrift", "Arial Narrow", "Microsoft YaHei", sans-serif;
}

.exam-full-note {
  font-size: 0.8em;
}

.exam-full-list li::before {
  counter-increment: exam-full-item;
  content: counter(exam-full-item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #003b9a;
  font-weight: 700;
  width: 15px;
  text-align: center;
}

.exam-full-title-bg .cataract-title,
.exam-full-title-bg .cataract-subtitle {
  font-family: "DINPro", "DIN Alternate", "Bahnschrift", "Arial Narrow", "Microsoft YaHei", sans-serif;
}

.expert-carousel-wrap {
  padding: 18px 0 24px;
}

.expert-carousel-title-bg {
  margin-bottom: 14px;
}

.expert-carousel-wrap .cataract-title {
  color: #111;
}

.expert-carousel-wrap .cataract-title span {
  color: #0d4bad;
}

.expert-carousel-wrap .cataract-subtitle {
  color: #b1bac7;
  font-size: 9px;
}

.expert-carousel {
  position: relative;
  border-radius: 16px;
}

.expert-slide {
  display: none;
  position: relative;
}

.expert-slide.is-active {
  display: block;
}

.expert-slide img {
  width: 100%;
  height: 300px;
  display: block;
}

.expert-overlay {
  position: absolute;
  left: 45%;
  right: 3%;
  top: 12%;
  color: #0e345f;
}

.expert-overlay h3 {
  margin: 0;
  color: #0d4bad;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
}

.expert-role {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 10px;
}

.expert-bullets {
  padding-top: 10px;
  border-top: 1px solid #000;
}

.expert-bullets li {
  position: relative;
  margin: 0;
  padding-left: 8px;
  font-size: 10px;
  line-height: 1.45;
}

.expert-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #003b9a;
}

.expert-skill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 11px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
}

.expert-skill-label {
  font-weight: 700;
}

.expert-skill--up {
  bottom: 7%;
}

.expert-nav {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: rgba(190, 211, 233, 0.6);
  z-index: 2;
}

.expert-prev {
  left: -10px;
}

.expert-next {
  right: -10px;
}

.expert-prev::before,
.expert-next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.expert-prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}

.expert-next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}

.expert-carousel-btn {
  display: block;
  width: 74%;
  margin: 18px auto 0;
  height: 52px;
  border-radius: 999px;
  background: #2fafc3;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.hospital-intro-wrap {
  padding: 18px 16px 26px;
  background: url("../images/bg_05.jpg") center / 100% 100% no-repeat;
  min-height: 520px;
}

.hospital-intro-title-bg {
  margin-bottom: 10px;
  background: url(../images/tit_bg_01.png) center 20% / 50% no-repeat;
}

.hospital-intro-wrap .cataract-title {
  color: #0b4cab;
}

.hospital-intro-wrap .cataract-subtitle {
  color: #aeb9cb;
}

.hospital-intro-stats {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 8px 0 10px;
}

.hospital-intro-stats div {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.hospital-intro-stats strong {
  display: inline-flex;
  align-items: flex-end;
  color: #0d4bad;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.hospital-intro-stats strong img {
  display: block;
  width: auto;
  height: 30px;
}

.hospital-intro-stats span {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  padding-bottom: 2px;
  box-sizing: border-box;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,
      #d8ebfa 0%,
      #e2effc 55%,
      #fff 100%);
  background-position: 100% 100%;
  color: #0d4bad;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;

}

.hospital-intro-tags {
  margin: 6px auto 14px;
  max-width: 268px;
  height: 30px;
  background: url(../images/c_bg.png) center / 100% 100% no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}

.hospital-intro-text {
  margin: 0;
  color: #6a7689;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
}

.hospital-intro-text span {
  color: #0b4cab;
}

.case-story-wrap {
  padding: 20px 16px 24px;
  background: #fff;
}

.case-story-title-bg {
  margin-bottom: 14px;
}

.case-story-wrap .cataract-title {
  color: #0d4bad;
}

.case-story-wrap .cataract-subtitle {
  margin: 0 auto 0;
  width: 150px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #d3e1ee;
  margin-top: 10px;
}

.case-story-subtitle-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.case-story-list {
  width: 100%;
}

.case-story-item {
  width: 100%;
  margin-bottom: 10px;
}

.case-story-video-wrap {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #f2f4f8;
}

.case-story-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.case-story-overlay {
  position: absolute;
  inset: 0;
}

.case-story-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-story-info {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.case-story-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 16px;
  border-radius: 999px;
  background: #0b53bf;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  flex-shrink: 0;
}

.case-story-text h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.case-story-text p {
  margin: 6px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.case-story-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(18vw, 180px);
  cursor: pointer;
}

.qa-faq-wrap {
  padding: 20px 16px 30px;
  background: #fff;
}

.qa-faq-title-bg {
  margin-bottom: 10px;
}

.qa-faq-wrap .cataract-title {
  color: #0d4bad;
}

.qa-faq-wrap .cataract-subtitle {
  width: auto;
  height: auto;
  background: none;
  color: #b4bcc9;
  font-size: 11px;
  line-height: 1.3;
  overflow: visible;
  white-space: normal;
}

.qa-faq-list {
  border-top: 1px solid #dcedf8;
}

.qa-faq-item {
  border-bottom: 1px solid #dcedf8;
}

.qa-faq-q {
  width: 100%;
  padding: 14px 6px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.qa-faq-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-top: 1px;
}

.qa-faq-q span {
  color: #0d4bad;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
}

.qa-faq-a {
  margin: 0 0 15px 10px;
  color: #55667f;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.qa-faq-item:not(.is-open) .qa-faq-a {
  display: none;
}

.qa-faq-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  width: fit-content;
  min-width: 100px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #b7d0ef;
  border-radius: 12px;
  color: #79a7dd;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.qa-faq-more-btn::after {
  content: ">";
  margin-left: 8px;
  font-size: 0.9em;
  font-weight: 700;
}

/* banner 下方：白内障两大区块 */
.cataract-check-wrap {
  font-family: OPPOSans, "Microsoft YaHei", sans-serif;
  background: url("../images/bg_01.png") center / 100% 100% no-repeat;
  padding: 20px 16px 0;
}

.cataract-title-bg {
  width: 100%;
  background: url(../images/tit_bg_01.png) center 20% / 50% no-repeat;
  text-align: center;
  max-width: 100%;
}

.cataract-title {
  margin: 0;
  color: #1d2530;
  font-size: 29px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  padding-top: 20px;
}

.cataract-title span {
  color: #003b9a;
}

.cataract-subtitle {
  margin-top: 3px;
  color: #9b9b9c;
  font-size: 11px;
  line-height: 1.3;
}

.cataract-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cataract-check-cta {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}

.cataract-check-cta-btn {
  display: block;
  width: 74%;
  margin: 18px auto 0;
  height: 52px;
  border-radius: 999px;
  background: #2fafc3;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.cataract-card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(10, 25, 48, 0.08);
}

.cataract-card img {
  width: 100%;
  height: auto;
  display: block;
}

.cataract-card-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  min-height: 65px;
  color: #5a6573;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center !important;
}

.cataract-card-text.is-center-fix {
  justify-content: center !important;
  text-align: center !important;
}

.cataract-step-wrap {
  padding-top: 25px;
  padding-bottom: 50px;
}

.cataract-step-desc {
  margin: 12px 0 0;
  color: #5f6670;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.cataract-step-cards {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cataract-step-card {
  position: relative;
  background: #0743a7;
  border-radius: 8px;
  min-height: 85px;
  padding: 35px 6px 10px;
  box-sizing: border-box;
}

.cataract-step-card-img {
  position: absolute;
  left: 44%;
  top: -65px;
  transform: translateX(-50%);
  width: 90%;
  max-width: 210px;
  height: auto;
  z-index: 2;
}

.cataract-step-card-text {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: OPPOSans, "Microsoft YaHei", Arial, sans-serif;
}

html {
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

body {
  width: 750px;
  margin: 0 auto !important;
  overflow-x: hidden;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  /* 移除边框 */
  outline: none;
  /* 移除轮廓 */
  background: none;
  /* 移除背景 */
  display: block;
  /* 确保图片以块级元素显示，便于控制外边距和内边距 */
}

ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}

/* 默认样式（PC端） */
.container {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 120px;
  margin-top: 68px;
}

/* 头部样式 */
header {
  position: fixed;
  /* 固定在顶部 */
  top: 0;
  left: 0;
  width: 100%;
  /* 宽度为100% */
  z-index: 1000;
  /* 确保导航栏在其他内容之上 */
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 为 header 添加一个内部容器，确保内容居中 */
header .container {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .container .logo {
  width: 100%;
}

header .container .logo img {
  height: 65px;
  padding: 15px 0;
}

.mobileNav {
  display: block;
  cursor: pointer;
  line-height: 0;
}

.mobileNav img {
  display: block;
  width: 32px;
  height: auto;
}

.ybdd-badge {
  flex-shrink: 0;
  margin-right: 8px;
}

.ybdd-badge img {
  height: 28px;
  width: auto;
  display: block;
}

#navMenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#navMenu.active {
  display: block;
}

.nav-list {
  list-style: none;
  padding: 15px;
}

.nav-item {
  text-align: left;
  padding: 10px 0;
  position: relative;
}

.nav-item a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: block;
}

.submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.submenu li {
  padding: 10px 0;
  text-align: left;
}

.submenu li a {
  text-decoration: none;
  color: #333;
  font-weight: normal;
}

.htmleaf-content1 {
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 2rem;
}

.htmleaf-content {
  margin-bottom: 2rem;
  max-width: 100%;
  overflow-x: hidden;
}

/* 20260212 */

/* 通用区块样式 */
.section {
  padding: 15px 20px 0px 20px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}

.section-title {
  font-size: 26px;
  font-weight: 400;
  color: #414141;
  font-family: OPPOSans;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.section-more {
  flex-shrink: 0;
}

.color01 {
  color: #2a8fd3;
}

.section-text {
  font-size: 16px;
  color: #414141;
  text-align: center;
  line-height: 180%;
  margin-bottom: 20px;
}

.section-more a {
  color: #9a9a9a;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  font-family: Times New Roman;
}

.section-more a:hover {
  color: #1e7bb8;
}

/* 服务项目网格 */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 2rem;
}

.service-item {
  background: url(../images/type-bg01.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 10px 15px;
}

.service-icon {
  width: 100%;
  margin: 0 auto;
}

.service-name {
  font-size: 18px;
  color: #414141;
  font-weight: 500;
  font-family: OPPOSans;
}

/* 关于普瑞区块 */
.about-content {
  margin-bottom: 24px;
  font-size: 22px;
  color: #666;
  line-height: 1.8;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 2rem;
}

.stat-item {
  background: url(../images/type-bg02.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 5px;
}

.stat-number {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  min-height: 24px;
  line-height: 1.2;
}

.stat-num-img {
  height: 20px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  margin-right: 2px;
}

.stat-num {
  font-family: "DINPro", "DIN Pro";
  font-size: 22px;
  font-weight: 600;
  color: #2a8fd3;
}

.stat-unit {
  font-family: OPPOSans, "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

.stat-number--compact .stat-num-img {
  height: 16px;
}

.stat-number--compact .stat-num {
  font-size: 16px;
}

.stat-number--compact .stat-unit {
  font-size: 12px;
}

.stat-label {
  font-family: OPPOSans, "Microsoft YaHei", sans-serif;
  font-size: 16px;
  color: #666;
  margin: 5px 0;
  font-weight: 500;
}

.stat-text {
  font-family: OPPOSans, "Microsoft YaHei", sans-serif;
  font-size: 7px;
  color: #7a90b6;
  letter-spacing: 0.02em;
}

/* 专家 */
.zjtd {
  background: url('../images/zjtd.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}

.doctors-team {
  width: 100%;
  padding: 0 10px;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  transform-origin: center;
}

.carousel-item {
  min-width: 50%;
  height: 300px;
  padding: 5px;
  box-sizing: border-box;
  transform: scale(1);
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

.carousel-item.active {
  z-index: 2;
}

.carousel-item img {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}

.prev,
.next {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  background-color: rgb(0 0 0 / 20%);
  color: white;
  padding: 0px;
  cursor: pointer;
  z-index: 10;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}

.prev {
  left: 4px;
}

.next {
  right: 4px;
}

.indicators {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.indicator {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 1px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.indicator.active {
  background-color: #9ed1d8;
}

/* 设备 */
.zyyq {
  background: url('../images/zyyq.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;

}

.zyyq .section-header {
  margin-bottom: 0;
}

.ryzz {
  background: url('../images/ryzz.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin-bottom: 1rem;
}

.ryzz .section-header {
  padding: 0 20px;
}

/* 环境 */
.environment {
  position: relative;
  width: 750px;
  max-width: 750px;
  margin: 0 auto;
  overflow: visible;
}

.environment-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-left: 10px;
}

.environment-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.environment-item {
  width: 73%;
  height: 411px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}

.environment-item video {
  width: 100%;
  height: 100%;
  display: none;
  /* 默认隐藏环境 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.environment-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.environment-item .environment-cover {
  display: block;
  /* 默认显示封面 */
}

.environment-item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: white;
  cursor: pointer;
  z-index: 3;
}

.environment .prev,
.environment .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0px;
  cursor: pointer;
  z-index: 10;
}

.environment .prev {
  left: 0;
}

.environment .next {
  right: 0;
}



.btn-hosname {
  position: absolute;
  width: 75%;
  left: 0;
  bottom: 50px;
  z-index: 50;
}



.myFooter {
  background-color: #979a9e;
  padding: 0;
}

.myFooter .top .uk-container {
  flex-direction: column;
  gap: 10px;
}

.myFooter .uk-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myFooter .top {
  padding: 35px 0;
  border-bottom: 1px solid #517ecc;
}

.myFooter .top .logo {
  height: auto;
}

.myFooter .top .uk-container .logo img {
  height: 30px;
}

.myFooter .top .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3vw;
  justify-content: flex-start;
  padding-left: 15px;
}

.myFooter .top .list .item {

  font-size: 16px;
  color: #ffffff;
  transition: all 0.5s;
  cursor: pointer;
}

.myFooter .top .list .item a {
  color: inherit;
  text-decoration: none;
}

.myFooter .top .list .item:hover {
  color: #ccc;
}

.myFooter .bottom {
  padding: 50px 0;
}

.myFooter .bottom .left {

  font-size: 14px;
  line-height: 1.714;
  color: #ffffff;
}

.right-title p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.right-title p span {
  color: #c62828;
}

.registContent {
  display: flex;
  gap: 68px;
  background: #f7f8fc;
  padding: 10px 10px;
}

.registContent .left {
  width: 33.85%;
  flex-shrink: 0;
}

.registContent .left .text {

  font-size: 20px;
  color: #1a1a1a;
}

.registContent .left .text .ps {

  font-size: 1.2em;
  line-height: 1.66;
  color: #1a1a1a;
}

.registContent .left .icon .img {
  display: block;
  margin: auto;
  max-width: 321px;
  width: 100%;
  height: auto;
}

.registContent .right {
  flex: 1;
}

.myForm {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.myForm .line {
  display: flex;
  gap: 28px;
  width: 100%;

  font-size: 16px;
  color: #959595;
  align-items: center;
}

.myForm .line .ps {

  font-size: 18px;
  color: #095ebf;
  flex: 1;
}

.myForm .line .myInput {
  width: 100%;
}

.myForm .line .myInput.point {
  position: relative;
}

.myForm .line .myInput.point input {
  padding-left: 32px;
}

.myForm .line .myInput.point:before {
  content: '*';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.myForm .line .mySelect {
  width: 100%;
  font-size: inherit;
}

.myForm .line .mySelect .layui-form-select dl dd.layui-this {
  color: #105de5;
}

.myForm .line .mySelect input:hover {
  border-color: transparent !important;
}

.myForm .line .mySelect input:focus {
  border-color: #105de5 !important;
}

.myForm .line input {
  aspect-ratio: 415 / 60;
  max-height: 60px;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: 0;
  border-radius: 10px;
  outline: none;
  box-sizing: border-box;
  padding-left: 20px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.myForm .line input:focus {
  border-color: #105de5;
  box-shadow: 0 0 10px 2px rgba(16, 93, 229, 0.2);
}

.myForm .line input[type='date'] {
  padding-right: 20px;
}

.myForm .line .myTea {
  aspect-ratio: 860 / 250;
  width: 100%;
  height: auto;
  resize: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  outline: none;
  border-radius: 10px;
  padding: 20px;
}

.myForm .line .myTea:focus {
  border-color: #105de5;
  box-shadow: 0 0 10px 2px rgba(16, 93, 229, 0.2);
}

.myForm .line .code {
  width: 32.09%;
}

.myForm .line .code input {
  aspect-ratio: 276 / 60;
}

.myForm .line .img {
  aspect-ratio: 110 / 28;
}

.myForm .line button {
  width: 70%;
  margin: 0 auto;
  height: 100%;
  border: none;
  height: 60px;
  background-color: #c62828;
  border-radius: 10px;
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.myForm .line button:hover {
  background-color: #c62828;
  color: #ffffff;
  border-color: #c62828;
  box-shadow: 0 0 10px 2px rgba(16, 93, 229, 0.2);
  cursor: pointer;
}

.line-p {
  width: 100%;
  text-align: center;
}

#accordion {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-header {
  cursor: pointer;
  font-size: 20px;
  color: #858585;
  color: #858585;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-content {
  display: none;
  padding: 10px 0;
}

.accordion-content p {
  font-size: 15px;
  color: #141414;
  margin-bottom: 15px;
}

.accordion-header i {
  transition: transform 0.3s ease;
  font-style: normal;
}

.accordion-header.open i {
  transform: rotate(90deg);
  font-style: normal;
}

.accordion-btn {
  border: 1px solid #5e8cd4;
  font-size: 20px;
  color: #5e8cd4;
  border-radius: 10px;
  padding: 5px;
  margin-top: 5px;
  height: 38px;
  line-height: 25px;
}

/* 底部样式 */

.foot-menu {
  display: flex;
  gap: 6px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  max-width: 750px;
  margin: 0 auto;
  height: auto;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom, 0));
  box-sizing: border-box;
}

.foot-menu a {
  display: flex;
  box-sizing: border-box;
  text-align: center;
  flex: 0 0 auto;
  width: auto;
  padding: 0;
  font-size: 12px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.foot-menu a>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

.foot-menu a img {
  height: 45px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.section-lylxbg {
  position: relative;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.section-lylxbg img {
  width: 100%;
  display: block;
}

.route-text {
  position: absolute;
  top: 129px;
  left: 35px;
  right: 18px;
  color: #4b5c75;
  font-size: 15px;
  line-height: 1.5;
  font-family: OPPOSans, "Microsoft YaHei", sans-serif;
  font-weight: 500;
}

.header-abs {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  text-align: center;
}

.route-text span {
  color: #1b62b5;
}

.bdzx {
  width: auto;
  position: absolute;
  top: 305px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.route-map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(90deg, #1fa5c4 0%, #2fbed3 100%);
}

.route-title-bg .cataract-title {
  color: #0d4bad;
}

.route-title-bg .cataract-subtitle {
  width: auto;
  height: auto;
  background: none;
  color: #b4bcc9;
  font-size: 10px;
  line-height: 1.3;
  overflow: visible;
  white-space: normal;
}

.section-lylxbg .lylx-map {
  margin-top: 0;
}

/* 預約區塊：標題/描述沿用通用 .section-header · .section-text；下方為深色表單與版權 */
.section-booking {
  padding-bottom: 25px;
  background: #2c2c2c;
}

.booking-dark {
  background: #2c2c2c;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  box-sizing: border-box;
  padding: 28px 20px 40px 20px;
}

.booking-form-inner {
  margin: 0;
  padding: 0;
}

.booking-form {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.booking-dark .booking-form {
  background: transparent;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
  align-items: stretch;
}

.booking-dark .form-row>* {
  min-width: 0;
}

.form-row .layui-unselect,
.form-row .layui-form-select {
  border-radius: 10px;
}

.form-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.booking-dark input.form-input,
.booking-dark .booking-date-wrap .form-input {
  background: #fff;
  border: none !important;
  border-radius: 10px;
  padding: 5px 16px;
  font-size: 15px;
  color: #333;
  min-height: 38px;
  box-sizing: border-box;
  line-height: 1.45;
  font-family: inherit;
  box-shadow: none !important;
  outline: none !important;
}

/* 日期：iOS/WebKit 无法把原生控件拉到与下拉同高，用透明 input 铺满 + 下层文案展示 */
.booking-dark .booking-date-wrap .form-input.booking-date-input {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  min-height: 0;
  border: none !important;
  border-radius: 10px;
  opacity: 0.02;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  -webkit-appearance: none;
  appearance: none;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: transparent;
  caret-color: transparent;
}

.booking-dark .booking-date-hit {
  position: absolute;
  inset: 0;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}

.booking-dark .form-input::placeholder {
  color: #aaa;
}

/* 原生下拉：勿对父级用 overflow:hidden，否则会挡住系统下拉层 */
.booking-dark select.form-input.booking-select-field {
  width: 100%;
  cursor: pointer;
  border: none !important;
  border-radius: 10px;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding: 5px 40px 5px 16px;
  font-size: 15px;
  line-height: 1.45;
  color: #333 !important;
  min-height: 38px;
  box-sizing: border-box;
  font-family: inherit;
}

.booking-dark select.form-input.booking-select-field::-ms-expand {
  display: none;
}

.booking-select-wrap {
  position: relative;
  min-width: 0;
}

/* 勿对 select 用 color:transparent，否则部分浏览器下拉 option 会继承成白底看不见字 */
.booking-dark .booking-select-wrap:not(.has-value) select.booking-select-field {
  color: #aaa !important;
}

.booking-dark select.form-input.booking-select-field option {
  color: #333 !important;
  background-color: #fff !important;
}

.booking-date-wrap {
  position: relative;
  min-width: 0;
  align-self: stretch;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 5px 16px;
  font-size: 15px;
  color: #333;
  min-height: 38px;
  box-sizing: border-box;
  line-height: 1.45;
  font-family: inherit;
}

.booking-dark .booking-date-wrap {
  cursor: pointer;
  min-height: 38px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 16px 16px;
  border-radius: 10px;
}

.booking-dark .booking-date-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 44px 0 16px;
  display: flex;
  align-items: center;
  background: transparent;
  color: #aaa;
  font-size: 15px;
  line-height: 1.45;
  pointer-events: none;
  z-index: 2;
  border-radius: 10px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-dark .booking-date-wrap.has-value .booking-date-placeholder {
  color: #333;
}

.submit-btn {
  width: 100%;
  background-color: #0052d9;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 16px;
  box-sizing: border-box;
}

.booking-submit-btn {
  margin-top: 20px;
  padding: 10px 24px;
  border-radius: 50px;
  background: #25adbe;
  font-size: 20px;
  font-weight: 500;
}

.booking-submit-btn:hover {
  filter: brightness(1.05);
}

.booking-disclaimer {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.site-footer-legal {
  padding-top: 15px;
  text-align: center;
}

.site-footer-links {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.6;
}

.site-footer-links a {
  color: #525252;
  text-decoration: none;
}

.site-footer-links a:hover {
  color: #525252;
  text-decoration: underline;
}

.site-footer-sep {
  margin: 0 6px;
  color: #525252;
}

.site-footer-copy {
  margin: 0 0 10px;
  font-size: 12px;
  color: #525252;
}

.site-footer-note {
  margin: 0 auto;
  max-width: 34em;
  font-size: 11px;
  line-height: 1.65;
  color: #525252;
}

.layui-input,
.layui-select,
.layui-textarea {
  color: rgb(117 117 117) !important;
}

.booking-dark .layui-input,
.booking-dark .layui-select,
.booking-dark .layui-textarea,
.booking-dark select.form-input {
  color: #333 !important;
}

/* 响应式设计 */
@media (max-width: 768px) {

  .service-name,
  .about-content,
  .route-text {
    font-size: 0.9rem;
  }
}


/* 响应式设计 */
@media (max-width: 768px) {
  .carousel {
    width: 100%;
  }

  .carousel-item {
    min-width: 50%;
    height: 155px !important;
    transform: scale(1);
  }

  .carousel-item.active {
    transform: scale(1);
  }
}


@media (max-width: 768px) {
  .environment-item {
    height: 165px;
    width: 72%;
    margin-right: 10px;
  }

  .environment {
    width: 100%;
    overflow: visible;
  }

  .btn-hosname {
    bottom: 18px !important;
  }
}

/* 手机端样式 */
@media (max-width: 768px) {
  body {
    width: 100%;
    margin: 0 auto !important;
  }

  header {
    width: 100%;
    margin: 0 auto;
  }

  .container {
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
  }

  .booking-dark {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}




/* 退出手机模式（桌面） */
@media (min-width: 769px) {
  .cataract-title {
    font-size: 50px;
  }

  .cataract-subtitle {
    font-size: 14px;
  }

  .cataract-card-text {
    min-height: 85px;
    font-size: 20px;
  }

  .cataract-check-cta {
    padding-top: 40px;
  }

  .cataract-check-cta-btn,
  .exam-plan-btn,
  .expert-carousel-btn {
    padding: 0 40px;
    font-size: 32px;
    height: 70px;
    line-height: 70px;
    width: 55%;
  }

  .cataract-step-card {
    padding: 65px 6px 20px;
  }

  .cataract-check-wrap {
    padding: 20px 30px 0;
  }

  .cataract-step-cards {
    margin-top: 145px;
  }

  .cataract-step-card-img {
    top: -120px;
  }

  .cataract-step-card-text {
    font-size: 24px;
  }

  .cataract-step-desc {
    font-size: 29px;
  }

  .brand-adv-orbit {
    min-height: 750px;
  }

  .brand-adv-center p {
    font-size: 32px;
  }

  .brand-adv-center small {
    font-size: 24px;
  }

  .brand-adv-node {
    font-size: 24px;
  }

  .brand-adv-num {
    width: 25px;
  }

  .brand-adv-center {
    top: 45%;
  }

  .brand-adv-node-top-left {
    left: 50px;
    top: 135px;
  }

  .brand-adv-node-top-right {
    right: 50px;
    top: 135px;
  }

  .brand-adv-node-left {
    left: 40px;
    top: 400px;
  }

  .brand-adv-node-right {
    right: 40px;
    top: 400px;
  }

  .brand-adv-node-bottom {
    bottom: 65px;
  }

  .iol-compare-table th,
  .iol-compare-table td {
    font-size: 24px;
  }

  .iol-bullet-list li {
    padding-left: 15px;
  }

  .iol-compare-table thead th {
    font-size: 24px;
    padding: 20px 0;
  }

  .iol-label-text {
    font-size: 24px;
  }

  .iol-label-sub {
    font-size: 16px;
    margin-top: 10px;
  }

  .iol-label img {
    width: 40px;
    height: 30px;
  }

  .iol-compare-table tbody tr:nth-child(4) .iol-label img {
    width: 40px;
    height: 40px;
  }

  .iol-compare-table tbody tr:nth-child(5) .iol-label img {
    width: 35px;
    height: 30px;
  }

  .iol-compare-wrap {
    padding: 22px 18px 40px;
  }

  .exam-plan-left {
    font-size: 26px;
    padding-left: 35px;
  }

  .exam-plan-left::before {
    width: 25px;
    height: 25px;
  }

  .exam-plan-right {
    font-size: 16px;
  }

  .exam-plan-banner {
    font-size: 36px;
  }

  .exam-plan-card {
    padding: 12px 15px 20px;
  }

  .exam-plan-list li {
    padding: 25px 0;
  }

  .exam-full-list li {
    font-size: 24px;
    padding-left: 40px;
  }

  .exam-full-list li::before {
    width: 35px;
  }

  .expert-slide img {
    height: 600px;
  }

  .expert-overlay h3 {
    font-size: 40px;
  }

  .expert-role {
    font-size: 20px;
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .expert-bullets li {
    font-size: 18px;
    padding-left: 15px;
  }

  .expert-overlay {
    top: 15%
  }

  .expert-skill {
    font-size: 28px;
    bottom: 25px;
    padding: 11px 25px;
  }

  .expert-skill--up {
    bottom: 11%;
  }

  .expert-bullets {
    padding-top: 20px;
  }

  .hospital-intro-wrap {
    min-height: 750px;
  }

  .hospital-intro-stats strong img {
    height: 50px;
  }

  .hospital-intro-stats span {
    font-size: 22px;
    width: 35px;
    height: 35px;
  }

  .hospital-intro-tags {
    font-size: 20px;
    line-height: 40px;
    max-width: 365px;
    height: 40px;
  }

  .hospital-intro-text {
    font-size: 22px;
  }

  .case-story-info {
    left: 30px;
  }

  .case-story-badge {
    height: 45px;
    font-size: 20px;
  }

  .case-story-text h3 {
    font-size: 40px;
  }

  .case-story-text p {
    font-size: 22px;
  }

  .qa-faq-icon {
    width: 35px;
    height: 35px;
  }

  .qa-faq-q span {
    font-size: 24px;
  }

  .qa-faq-a {
    font-size: 20px;
  }

  .qa-faq-wrap {
    padding: 20px 16px 40px;
  }

  .route-text {
    font-size: 28px;
    top: 170px;
    left: 53px;
  }

  .bdzx {
    top: 545px;
    left: 50%;
  }

  .route-map-btn {
    min-width: 290px;
    height: 65px;
    font-size: 32px;
  }

  .section-lylxbg {
    padding-bottom: 40px;
  }

  .ybdd-badge img {
    height: 40px;
  }

  .mobileNav img {
    width: 40px;
  }

  header .container .logo img {
    height: 70px;
  }

  .booking-disclaimer,
  .site-footer-links,
  .site-footer-copy,
  .site-footer-note {
    font-size: 16px;
  }

  .foot-menu {
    gap: 15px;
  }

  .foot-menu a img {
    height: 85px;
  }
}