 * {
   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 {
   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: 28px;
   height: auto;
 }

 #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;
 }

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

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


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

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

 .route-text {
   position: absolute;
   top: 16%;
   left: 9%;
   font-size: 26px;
   font-family: OPPOSans;
 }

 .header-abs {
   position: absolute;
   top: 5%;
 }

 .route-text span {
   color: #2a8fd3;
 }

 .bdzx {
   width: 40%;
   position: absolute;
   top: 45%;
   left: 30%;
 }

 /* 預約區塊：標題/描述沿用通用 .section-header · .section-text；下方為深色表單與版權 */
 .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 32px;
 }

 .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;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   min-height: 0;
   border: none !important;
   border-radius: 10px;
   opacity: 0.02;
   z-index: 2;
   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 .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 {
   min-height: 38px;
   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;
   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: 1;
   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;
 }

 /* 覆蓋整格：WebKit 原生 date 只有右側圖標可點，用透明按鈕接管整塊點擊 */
 .booking-dark .booking-date-hit {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   border-radius: 10px;
   background: transparent;
   cursor: pointer;
   z-index: 6;
   -webkit-tap-highlight-color: transparent;
 }

 .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: #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-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;
   }
 }

 .icl-bg-01 {
   background: url(../images/bg_01.png) center top / 100% 66% no-repeat;
 }

 /* ICL 適合對象（banner 下） */
 .icl-candidates {
   /* background: url(../images/bg_01.png) center top / cover no-repeat; */
   padding: 20px 10px 40px;
 }

 .icl-candidates-tit-bg {
   background: url(../images/tit_bg.png) center 30% / 22% no-repeat;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 2px;
   padding: 18px 14px 22px;
   margin: 0 auto;
   max-width: 100%;
   box-sizing: border-box;
 }

 .icl-candidates-tit-bg_02{
  background: url(../images/tit_bg_02.png) center 30% / 22% no-repeat;
 }
 .icl-candidates-tit-bg_03{
  background: url(../images/tit_bg_03.png) center 30% / 22% no-repeat;
 }
 .icl-candidates-tit-bg_04{
  background: url(../images/tit_bg_04.png) center 30% / 22% no-repeat;
 }
 .icl-candidates-tit-bg_05{
  background: url(../images/tit_bg_05.png) center 30% / 22% no-repeat;
 }
 .icl-candidates-tit-bg_06{
  background: url(../images/tit_bg_06.png) center 30% / 22% no-repeat;
 }

 .icl-candidates-tit-row {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   gap: 8px;
   width: 100%;
   max-width: 100%;
 }

 .icl-tit {
   flex-shrink: 0;
   object-fit: contain;
   align-self: center;
 }

 .icl-tit--flip {
   transform: scaleX(-1);
 }

 .icl-candidates-tit-row h2 {
   font-size: 26px;
   font-weight: 700;
   color: #0a3d7a;
   line-height: 1.35;
   margin: 0;
   text-align: center;
   font-family: OPPOSans;
   flex: 0 1 auto;
   max-width: calc(100% - 64px);
 }

 .icl-candidates-sub {
   margin: 0;
   padding: 0 8px;
   font-size: 8px;
   color: #84b6da;
   line-height: 1.45;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
 }

 .icl-candidates-grid {
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 5px;
   align-items: stretch;
 }

 /* ICL 手術原理區塊（標題沿用 .icl-candidates-tit-bg，主體背景 bg_02） */
 .icl-principle .icl-candidates-tit-bg {
   /* margin-bottom: 12px; */
 }

 .icl-principle-panel {
   background: url(../images/bg_02.png) center center / 100% 100% no-repeat;
   min-height: 530px;
   padding: 60px 20px 40px;
   box-sizing: border-box;
   text-align: center;
 }

 .icl-principle-label {
   display: inline-block;
   background: #fff;
   color: #2d6eb0;
   padding: 5px 28px;
   border-radius: 999px;
   font-size: 20px;
   font-weight: 600;
   margin: 0 0 20px;
   box-sizing: border-box;
 }

 .icl-principle-body {
   text-align: left;
   color: #fff;
   max-width: 100%;
   margin: 0 auto;
   font-size: 0.99rem;
   line-height: 1.7;
 }

 .icl-principle-body p {
   margin-bottom: 10px;
 }

 .icl-principle-body strong {
   font-weight: 700;
 }

 .icl-card {
   position: relative;
   border-radius: 12px;
   overflow: hidden;
   height: 100%;
   min-height: 190px;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% 100%;
 }

 .icl-card--1 {
   background-image: url(../images/no1.png);
 }

 .icl-card--2 {
   background-image: url(../images/no2.png);
 }

 .icl-card--3 {
   background-image: url(../images/no3.png);
 }

 .icl-card--4 {
   background-image: url(../images/no4.png);
 }

 .icl-card--5 {
   background-image: url(../images/no5.png);
 }

 .icl-card--6 {
   background-image: url(../images/no6.png);
 }

 .icl-card-text {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   margin: 0;
   padding: 0 6px 10px 13px;
   font-size: 12px;
   font-family: OPPOSans;
   line-height: 1.45;
   color: #fff;
   text-align: left;
   box-sizing: border-box;
   z-index: 1;
 }

 /* 術前檢查項目：外層 bg_04，中框 bg_03，右下角 free.png */
 .icl-exam-section {
   background: url(../images/bg_04.png) center top / cover no-repeat;
   padding: 24px 10px 32px;
   box-sizing: border-box;
 }

.icl-exam-frame {
  background: url(../images/bg_03.png) center center / 100% 100% no-repeat;
  padding: 5px 10px 30px;
  box-sizing: border-box;
  min-height: 400px;
  position: relative;
}

.icl-exam-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.35;
  margin: 0;
  text-align: center;
  font-family: OPPOSans;
  margin-bottom:40px;
  padding-top: 5px;
}

.icl-exam-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  font-family: OPPOSans;
  background: #f4fbff;
  border: 1px solid #9ed2f9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 7px 0;
}

.icl-exam-list span {
  font-size: 0.5rem;
  font-family: OPPOSans;
}

.icl-exam-list:nth-of-type(even) {
  background: #ffffff;
}

/* 最後一行僅 3 項：3 列等寬，寬度 60%（等同上方每格 1/5），右側不再留出空格子 */
.icl-exam-list--last {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 60%;
  max-width: 100%;
}

.icl-exam-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 500;
  color: #041f34;
  line-height: 1.35;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  font-family: OPPOSans;
  position: relative;
  border-right: 1px solid #cce5fb;
}

.icl-exam-list li:last-child,
.icl-exam-list li:nth-child(5n),
.icl-exam-list li:empty {
  border-right: none;
}

.icl-exam-list li b {
  font-size: 0.55rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.35;
  margin: 0;
  text-align: center;
  background: #9ed2f9;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  border-radius: 100px;
  margin-bottom: 5px;
}

/* 10 以上编号微调右内边距 */
.icl-exam-list:nth-of-type(2) li:nth-child(5) b,
.icl-exam-list:nth-of-type(3) li b,
.icl-exam-list:nth-of-type(4) li b,
.icl-exam-list:nth-of-type(5) li b {
  padding-right: 3%;
}



.icl-exam-list-free {
  position: absolute;
  bottom: 4%;
  right: 3%;
  z-index: 1;
  width:22%;
  min-height: 80px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/free.png) center center / 100% 100% no-repeat;
}

.icl-exam-list-free p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  font-family: OPPOSans B;
  font-style: italic;
  font-weight: 700;
}

.icl-exam-below {
  padding-top: 20px;
  text-align: center;
  box-sizing: border-box;
}

.icl-exam-below .icl-exam-query-btn {
  width: 60%;
  margin-top: 0;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d68c5;
}

.icl-exam-below .icl-exam-query-btn .icl-exam-query-arrow {
  flex-shrink: 0;
  color: #fff;
  display: block;
}

.icl-exam-below .icl-exam-query-btn span {
  font-size:22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.35;
  margin: 0;
  text-align: center;
  margin-left: 10px;
}

 @media (max-width: 768px) {
   .icl-candidates-tit-bg {
     padding: 15px 10px;
     /* margin-bottom: 10px; */
   }

   .icl-tit {
     width: 15px;
     height: 15px;
   }

   .icl-candidates-tit-row h2 {
     font-size: 23px;
     max-width: calc(100% - 56px);
   }
 }

 /* 专家轮播样式 */
 .icl-doctor-section {
   width: 100%;
   background: #eaf5fc;
   position: relative;
   padding: 20px 0;
   box-sizing: border-box;
 }
 .doctor-carousel-wrap {
   position: relative;
   width: 100%;
   max-width: 750px;
   margin: 0 auto;
   padding:0 10px;
   box-sizing: border-box;
 }
 .doctor-slide {
   display: none;
   width: 100%;
   animation: docFadeIn 0.4s ease-in-out;
 }
 .doctor-slide.active {
   display: block;
 }
 .doctor-slide img {
   width: 100%;
   height: auto;
   display: block;
 }
 .doc-arrow {
   position: absolute;
   top: 48%;
   transform: translateY(-50%);
   width: 44px;
   height: 44px;
   background: #c9d9e3;
   border-radius: 50%;
   cursor: pointer;
   z-index: 10;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0.5;
   transition: all 0.3s ease;
 }
 .doc-arrow:hover {
   opacity: 1;
 }
 .doc-prev {
   left: 5px;
 }
 .doc-next {
   right: 5px;
 }
 .doc-prev::before {
   content: '';
   width: 14px;
   height: 14px;
   border-left: 3px solid #fff;
   border-bottom: 3px solid #fff;
   transform: rotate(45deg);
   margin-left: 6px;
 }
 .doc-next::before {
   content: '';
   width: 14px;
   height: 14px;
   border-right: 3px solid #fff;
   border-top: 3px solid #fff;
   transform: rotate(45deg);
   margin-right: 6px;
 }
 .doc-dots {
   text-align: center;
   padding-top: 10px;
 }
 .doc-dot {
   display: inline-block;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: rgba(0, 82, 217, 0.3);
   margin: 0 4px;
   cursor: pointer;
   transition: all 0.3s ease;
 }
 .doc-dot.active {
   background: #0052d9;
   width: 24px;
   border-radius: 4px;
 }
 @keyframes docFadeIn {
   from { opacity: 0.5; }
   to { opacity: 1; }
 }

 /* 专家图片上方叠加文字区域 */
 .doc-info-box {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
 }
 .doc-info-top {
   position: absolute;
   top: 15%;
   left: 41%;
   right: 4%;
   color: #333;
 }
 .doc-info-top h3 {
   font-size: 26px;
   color: #0a3d7a;
   margin: 0 0 5px;
   font-weight: 700;
   display: flex;
   align-items: baseline;
   gap: 8px;
 }
 .doc-info-top h3 .doc-subtitle {
   font-size: 16px;
   font-weight: 400;
   color: #333;
 }
 .doc-info-top .doc-titles {
   font-size: 14px;
   color: #333;
   margin: 0 0 10px;
   line-height: 1.4;
   border-bottom: 1px solid #617e93;
   padding-bottom: 10px;
 }
 .doc-info-top .doc-bullets {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 .doc-info-top .doc-bullets li {
   font-size: 12px;
   color: #333;
   line-height: 1.5;
   position: relative;
   padding-left: 8px;
   margin-bottom: 4px;
 }
 .doc-info-top .doc-bullets li::before {
   content: "·";
   position: absolute;
   left: 0;
   top: 0;
   font-weight: bold;
 }
 .doc-info-bottom {
   position: absolute;
   bottom: 4%;
   left: 6%;
   right: 6%;
   color: #fff;
   font-size: 14px;
   line-height: 1.6;
   text-align: justify;
 }

 .two-info-bottom {
  bottom: 10%!important;
 }
 
 @media (max-width: 480px) {
   .doc-info-top {
     top: 3.5%;
     left: 44%;
     right: 4%;
   }
   .doc-info-top h3 {
     font-size: 5.5vw;
     margin: 0 0 1vw;
   }
   .doc-info-top h3 .doc-subtitle {
     font-size: 3.5vw;
   }
   .doc-info-top .doc-titles {
     font-size: 3.2vw;
     margin-bottom: 1.5vw;
     padding-bottom: 1.5vw;
   }
   .doc-info-top .doc-bullets li {
     font-size: 2.7vw;
     line-height: 1.45;
     margin-bottom: 0.5vw;
   }
   .doc-info-bottom {
     bottom: 5%;
     left: 5%;
     right: 5%;
     font-size: 3.6vw;
     line-height: 1.5;
   }
 }

 /* 近视矫正术式对比表格 */
 .icl-compare-section {
   padding: 10px 15px 40px;
   max-width: 750px;
   margin: 0 auto;
   background: #eaf5fc;
 }
 .icl-compare-table-wrap {
   border-radius: 12px;
   box-shadow: 0 4px 15px rgba(0,0,0,0.05);
   background: #fff;
   padding: 1px;
   margin-top: 15px;
 }
 .icl-compare-table {
   width: 100%;
   border-collapse: separate;
   background: #fff;
   text-align: center;
   font-size: 14px;
   line-height: 1.4;
   table-layout: fixed;
 }
 .icl-compare-table th,
 .icl-compare-table td {
   padding: 12px 2px;
   vertical-align: middle;
   word-wrap: break-word;
 }
 .icl-compare-table thead th {
   background: #569de1;
   color: #fff;
   font-weight: 500;
   font-size: 14px;
   padding: 14px 2px;
 }
 .icl-compare-table thead th.col-icl {
   background: #477bc2;
 }
 .icl-compare-table thead th.lasik {
  background: #74afe9;
}
 .icl-compare-table thead th.empty-cell {
   background: #bcddf7;
   background-image: linear-gradient(to bottom left, transparent 48.5%, #fff 48.5%, #fff 50%, transparent 50%);
 }
 .icl-compare-table thead th:first-child {
   border-top-left-radius: 10px;
 }
 .icl-compare-table thead th:last-child {
   border-top-right-radius: 10px;
 }
 .icl-compare-table tbody tr:last-child td:first-child {
   border-bottom-left-radius: 10px;
 }
 .icl-compare-table tbody tr:last-child td:last-child {
   border-bottom-right-radius: 10px;
 }

 /* Col 1 */
 .icl-compare-table tbody td:nth-child(1) {
   color: #1a5ea8;
   font-weight: 500;
 }
 /* Col 2 (ICL) */
 .icl-compare-table tbody td:nth-child(2) {
   background: #e0f0fa;
   color: #444;
 }

 .icl-compare-table tbody tr:nth-child(2n) {
  background: #e0f0fa;
 }

 .icl-compare-table tbody .icl-bg-01 {
  background: #cfeaff!important;
 }

 .icl-star-wall-section {
  position: relative;
  padding: 10px 0 0;
  max-width: 750px;
  margin: 0 auto;
  background: #eaf5fc;
 }
.icl-star-wall-section .icl-star-wall-title-block{
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
 .icl-star-wall-title-block {
  padding: 25px 10px;
  margin-bottom: 10px;
 }
 .icl-star-wall-title-block .icl-tit {
  width: 20px;
  height: 20px;
 }

 .star-wall-panel {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
 }
 .star-wall-panel img {
  width: 100%;
  height: auto;
 }

 @media (max-width: 480px) {
   .icl-compare-table {
     font-size: 12px;
   }
   .icl-compare-table thead th {
     font-size: 12px;
     padding: 8px 1px;
   }
   .icl-compare-table tbody td {
     padding: 8px 1px;
   }
   .icl-compare-table tbody td:nth-child(1) {
     font-size: 11px;
   }
 }

 /* 真實分享區塊 */
 .icl-real-share-section {
   background: #e8f3fb url(../images/bg_05.png) center top / cover no-repeat;
   padding: 30px 10px 0;
   max-width: 750px;
   margin: 0 auto;
   box-sizing: border-box;
 }

 .icl-rs-head {
   text-align: center;
 }

 .icl-rs-head .icl-candidates-tit-row h2 {
   font-size: 26px;
   font-weight: 700;
   color: #0a3d7a;
   margin: 0;
   padding: 0 10px;
 }

 .icl-rs-subtitle {
   font-size: 15px;
   color: #617e93;
   margin: 6px 0 0;
   letter-spacing: 1px;
 }

 .icl-rs-list {
   display: flex;
   flex-direction: column;
   gap: 15px;
 }

 .icl-rs-item {
   border-radius: 8px;
   overflow: hidden;
   box-shadow: 0 4px 15px rgba(0,0,0,0.1);
   background: #000;
   position: relative;
 }

 .icl-rs-video-wrapper {
   position: relative;
   width: 100%;
   height: 220px;
 }

 .icl-rs-video-wrapper .icl-rs-video {
   position: absolute;
   top: 0; left: 0; right: 0; bottom: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
 }

@media (max-width: 768px) {
  .icl-rs-video-wrapper {
    height: 220px;
  }

  .icl-rs-video-wrapper iframe.icl-rs-video {
    width: 100%;
    height: 220px;
  }
}

 .icl-rs-overlay {
   position: absolute;
   top: 0; left: 0; right: 0; bottom: 0;
   background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
   display: flex;
   flex-direction: column;
   z-index: 5;
 }

.icl-rs-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

 .icl-rs-info {
  position: relative;
  z-index: 6;
   display: flex;
   align-items: flex-start;
   padding: 12px 15px;
   gap: 10px;
 }

 .icl-rs-badge {
   background: #4a90e2;
   color: #fff;
   border-radius: 20px;
   font-size: 20px;
   font-weight: 500;
   flex-shrink: 0;
   margin-top: 2px;
   box-shadow: 0 2px 6px rgba(0,0,0,0.2);
   width: 80px;
   height: 32px;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .icl-rs-text {
   color: #fff;
   text-align: left;
 }

 .icl-rs-text h3 {
   font-size: 22px;
   font-weight: bold;
   margin: 0 0 6px;
   line-height: 1.3;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
 }

 .icl-rs-text p {
   font-size: 16px;
   margin: 0;
   line-height: 1.4;
   text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
   color: #fff;
 }

 .icl-rs-play-btn {
   position: absolute;
   top: 60%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 75px;
   height: auto;
   cursor: pointer;
   z-index: 10;
   transition: transform 0.2s;
 }

 .icl-rs-play-btn:hover {
   transform: translate(-50%, -50%) scale(1.05);
 }

 /* 實力築底 溫度護航 */
 .icl-ryzz-section {
   padding: 40px 10px 40px;
   background: #d4eeff;
   box-sizing: border-box;
 }
 
 .icl-ryzz-wrap {
   max-width: 750px;
   margin: 0 auto;
 }

.icl-ryzz-content {
  background: linear-gradient(180deg, #d4eeff 0%, #eaf5fc 50%, #3e8ad3 50%, #3e8ad3 100%);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
 
.icl-ryzz-card {
  border-radius: 16px;
  margin-top: 15px;
  position: relative;
}

.icl-ryzz-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 0 16px 16px;
  padding-bottom: 0;
  position: relative;
}

.icl-ryzz-head-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.icl-ryzz-head-wrap .icl-candidates-tit-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.icl-ryzz-head-wrap h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0a3d7a;
  margin: 0;
  line-height: 1.35;
  letter-spacing: 2px;
}

.icl-ryzz-head-wrap .icl-candidates-sub {
  margin: 4px 0 0;
  font-size: 15px;
  color: #5a8ab8;
  font-style: italic;
}

.icl-ryzz-ribbon-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.icl-ryzz-ribbon {
  margin: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 500;
  padding-top: 4px;
}

.icl-ryzz-stats {
  position: absolute;
  top: 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px 6% 20px;
}

.icl-ryzz-stat-col {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.icl-ryzz-stat-row-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.icl-ryzz-stat-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: #123e75;
  line-height: 1;
  font-family: Arial, sans-serif;
}

.icl-ryzz-stat-desc {
  font-size: 0.7rem;
  color: #123e75;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.icl-ryzz-pill {
  display: inline-block;
  background: #84cbb2;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 3px 14px;
  border-radius: 999px;
  white-space: nowrap;
  text-align: center;
}

.icl-ryzz-stat-divider {
  width: 1px;
  background: #123e75;
  margin: 10px 10px;
  flex-shrink: 0;
}

.icl-henv-section {
  box-sizing: border-box;
}

.icl-henv-wrap {
  max-width: 750px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 16px 10px 14px;
  box-sizing: border-box;
}

.icl-henv-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 4px 14px;
}

.icl-henv-head-line {
  flex: 1;
  height: 1px;
  background: #fff;
  border-radius: 1px;
  min-width: 12px;
}

.icl-henv-title {
  margin: 0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 500;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.icl-henv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 6px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}

.icl-henv-photo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
}

.icl-faq-section {
  background: #fff;
  padding: 16px 12px 0;
  box-sizing: border-box;
}

.icl-faq-inner {
  max-width: 750px;
  margin: 0 auto;
  box-sizing: border-box;
}

.icl-faq-title {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #0a3d7a;
  letter-spacing: 1px;
}

.icl-faq-title-line {
  height: 3px;
  width: 100%;
  max-width: 280px;
  margin: 14px auto 0;
  background: #b8d4ef;
  border-radius: 2px;
}

.icl-faq-list {
  margin-top: 22px;
}

.icl-faq-item {
  border-bottom: 1px solid #c5dcef;
}

.icl-faq-item:first-of-type {
  border-top: 1px solid #c5dcef;
}

.icl-faq-q {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 4px 14px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: #0a3d7a;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.icl-faq-q:focus-visible {
  outline: 2px solid #4784c9;
  outline-offset: 2px;
}

.icl-faq-icon {
  flex-shrink: 0;
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icl-faq-icon-img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}

.icl-faq-icon-minus {
  display: none;
}

.icl-faq-item.is-open .icl-faq-icon-plus {
  display: none;
}

.icl-faq-item.is-open .icl-faq-icon-minus {
  display: block;
}

.icl-faq-q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  min-width: 0;
}

.icl-faq-q-text strong {
  font-weight: 700;
  margin-right: 4px;
}

.icl-faq-a {
  padding: 0 0 14px 42px;
  color: #5c6b7a;
  font-size: 15px;
  line-height: 1.65;
  overflow: hidden;
}

.icl-faq-a p {
  margin: 0;
}

/* 退出手机模式（桌面） */
@media (min-width: 769px) {
  .icl-rs-video-wrapper {
    height: 350px;
  }
  .icl-candidates-tit-row h2 {
    font-size: 40px;
  }
  .icl-card {
    height: 350px;
  }
  .icl-card-text{
    padding: 0 6px 10px 25px;
    font-size: 16px;
  }

  .icl-principle-panel {
    height: 830px;
    padding: 120px 55px 40px;
  }
  .icl-principle-label {
    font-size: 30px;
    padding: 10px 32px;
  }
  .icl-principle-body {
    font-size: 24px;
  }

  .icl-exam-frame {
    height: 700px;
  }

  .icl-exam-title {
    font-size: 30px;
  }

  .icl-exam-list li{
    font-size: 18px;
  }

  .icl-exam-list li b {
    font-size: 16px;
    width: 28px;
    height: 28px;
  }

  .icl-exam-list:nth-of-type(2) li:nth-child(5) b, .icl-exam-list:nth-of-type(3) li b, .icl-exam-list:nth-of-type(4) li b, .icl-exam-list:nth-of-type(5) li b {
    padding-right: 0%;
  }

  .icl-exam-list span {
    font-size: 14px;
  }

  .icl-exam-list-free {
    width: 19%;
    min-height: 120px;
  }

  .icl-exam-list-free p {
    font-size: 33px;
  }
  .doc-info-top {
    top: 3%;
  }

  .doc-info-top h3 {
    font-size: 36px;
  }

  .doc-info-top h3 .doc-subtitle {
    font-size: 24px;
  }

  .doc-info-top .doc-titles {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .doc-info-top .doc-bullets li {
    font-size: 21px;
  }

  .two-info-bottom {
    bottom: 10%!important;
  }
  
  .doc-info-bottom {
    bottom: 5%;
    font-size: 21px;
  }

  .icl-compare-table thead th {
    font-size: 16px;
  }
  .icl-compare-table {
    font-size: 16px;
  }
  .icl-rs-badge {
    width: 95px;
    height: 40px;
    font-size: 24px;
  }
  .icl-rs-text h3 {
    font-size: 30px;
  }
  .icl-rs-text p {
    font-size: 26px;
  }
  .icl-ryzz-ribbon {
    font-size: 40px;
  }
  .icl-ryzz-stat-num {
    font-size: 48px;
  }
  .icl-ryzz-stat-desc {
    font-size: 24px;
  }
  .icl-ryzz-pill {
    font-size: 18px;
    padding: 4px 20px;
  }
  .icl-ryzz-stat-divider {
    margin: 20px 20px;
  }
  .icl-ryzz-stats {
    top:60px;
  }
  .icl-henv-title {
    font-size: 30px;
  }
  .icl-henv-head {
    gap:20px
  }
  .icl-henv-grid {
    gap:10px;
  }
  .icl-faq-title {
    font-size: 30px;
  }
  .icl-faq-q-text{
    font-size: 20px;
  }
  .icl-faq-a {
    font-size: 18px;
  }

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

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

  .booking-disclaimer,.site-footer-links,.site-footer-copy,.site-footer-note {
    font-size: 16px;
  }
  .foot-menu {
    gap:15px;
  }
  .foot-menu a img {
    height: 85px;
  }
}