@charset "utf-8";

 /*********** reset start **************/
    body {
      color: var(--text-color, #666);
      font-size: 16px;
      line-height: 1.4;
      font-weight: 400;
      text-align: left;
      background: #ffffff;
      font-family: var(--font-family);
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      overflow-x: hidden;
    }
  
    body * {
      margin: 0;
      padding: 0;
      outline: none !important;
      line-height: 1.4;
    }
  
    button, input, textarea {
      border: none;
    }
  
    /*********** v2、 v3标题 start **************/
    h1, .h1 {
      font-size: 36px;
      font-weight: 700;
      color: var(--title-text-color, #000);
      font-family: var(--title-font-family);
    }
    h2, .h2 {
      font-size: 32px;
      font-weight: 700;
      color: var(--title-text-color, #000);
      font-family: var(--title-font-family);
    }
    h3, .h3 {
      font-size: 24px;
      font-weight: 600;
      color: var(--title-text-color, #000);
      font-family: var(--title-font-family);
    }
    h4, .h4 {
      font-size: 16px;
      font-weight: 400;
      color: var(--text-color, #555);
      font-family: var(--title-font-family);
    }
    h5, .h5 {
      font-size: 14px;
      font-weight: 400;
      color: var(--text-color, #888);
      font-family: var(--title-font-family);
    }
  
    @media only screen and (max-width: 767px) {
      h1, .h1 {
        font-size: 22px;
      }
      h2, .h2 {
        font-size: 20px;
      }
      h3, .h3 {
        font-size: 18px;
      }
    }
    /*********** 标题 end **************/
  
    /*********** v2、 v3颜色 start **************/
    :root {
      --color-primary:#035a8f;
      --color-primary-rgb:3,90,143;
      --color-second:#023f64;
      --color-second-rgb:2,63,100;
      --bg-color: #eff0ec;
      --btn-hover: #035a8f;
      --button-radius: 0px;
      --font-family: Montserrat;
      --title-font-family: Montserrat_Bold;
      --text-color: #121212;
      --text-color-rgb: 18,18,18;
      --title-text-color: #121212;
      --title-text-color-rgb: 18,18,18;
    }
    /*********** v2、 v3颜色 end **************/
      
    a {
      color: inherit;
      text-decoration: none;
    }
  
    a:hover {
      text-decoration: none;
      color: var(--color-primary);
    }
  
    ol,
    ul {
      list-style: none;
    }
  
    i,
    em {
      font-style: normal;
    }
  
    .rich-text ol {
      list-style: decimal;
      width: fit-content;
      text-align: left;
      padding-left: 38px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .rich-text ul {
      list-style: disc;
      width: fit-content;
      text-align: left;
      padding-left: 38px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .rich-text ul li {
      list-style: disc;
    }
  
    .rich-text em {
      font-style: italic;
    }
  
    img {
      max-width: 100%;
    }
      :not(.rich-text) img {
        width: auto;
        height: auto;
      }
  
    .fr,
    .float-right {
      float: right;
    }
  
    .fl,
    .float-left {
      float: left;
    }
  
    .uppercase {
      text-transform: uppercase;
    }
  
    /* RTL布局 */
    html[dir="rtl"] body {
      text-align: right;
    }
  
    /* 清除浮动 */
    .cl {
      zoom: 1;
    }
  
    .cl:before,
    .cl:after {
      display: table;
      content: " ";
    }
  
    .cl:after {
      clear: both;
    }
  
    /*富文本内置样式*/
    .mce-img-32 {width: 32px;height: auto;} .mce-img-64 {width: 64px;height: auto;} .mce-img-240 {width: 240px;height: auto;} .mce-img-480 {width: 480px;height: auto;} .mce-img-600 {width: 600px;height: auto;} .mce-img-1024 {width: 1024px;height: auto;} .mce-img-2048 {width: 2048px;height: auto;} .mce-img-w-100 {width: 100%;height: auto;}
  
    /* 字体 */
  
    @font-face {
      font-family: "Montserrat";
      font-display: swap;
      src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    }
    @font-face {
      font-family: "Montserrat_Bold";
      font-display: swap;
      src: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/tpl-common/common/css/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    }
	
	
	
	
body{font-family:"Montserrat", sans-serif !important;}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{font-family:"Montserrat", sans-serif !important;}

@media (min-width: 576px) {
.container{max-width:none;padding-right:20px;padding-left:20px;}
}
@media (min-width: 768px) {
.container {max-width:none;padding-right:40px;padding-left:40px;}
}
@media (min-width: 992px) {
.container{max-width:none;padding-right:50px;padding-left:50px;}
}
@media (min-width:1200px) {
.container{max-width:none;padding-right:60px;padding-left:60px;}
}
@media (min-width:1280px) {
.container{max-width:none;padding-right:70px;padding-left:70px;}
}
@media (min-width:1441px){
.container {max-width:1300px;padding-right:15px;padding-left:15px;}
}
@media (min-width: 1500px) {
.container{max-width:1430px;}
}

html{overflow-x:hidden;}



/*----------------------------*/

:root {
  --primary-blue: #1a66ab;
  --bg-gradient: linear-gradient(135deg, #1a66ab 0%, #155a96 100%);
  --glass-bg: rgba(255, 255, 255, 0.1);
  --glass-border: rgba(255, 255, 255, 0.2);
  --text-white: #ffffff;
  --text-light: rgba(255, 255, 255, 0.8);
}


.section-medical {
  color: var(--text-white);
  background: var(--bg-gradient);
  padding: clamp(30px, calc((80 / 1920) * 100vw), 80px) 0;
}

.section-medical .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

/* Left Content */
.section-medical .content-left {
  flex: 1;
  min-width: 300px;
}

.section-medical .badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.section-medical .badge::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #f39c12;
  border-radius: 50%;
  margin-right: 8px;
}

.section-medical h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 600;
  color: var(--text-white);
}

.section-medical h1 span {
  color: #a8d8f5;
  font-style: italic;
}

.section-medical h1 em {

  font-weight: 400;
  opacity: 0.9;
}

.section-medical .description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-light);
  margin-bottom: 40px;
  max-width: 500px;
}

.section-medical .cta-group {
  display: flex;
  gap: 16px;
  display: none;
}

.section-medical .btn {
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.section-medical .btn-primary {
  background: #ffffff;
  color: var(--primary-blue);
  border: none;
}

.section-medical .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
}

.section-medical .btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.section-medical .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Right Content - Stats Grid */
.section-medical .content-right {
  flex: 1;
  min-width: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.section-medical .stat-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 24px;
  backdrop-filter: blur(10px);
}

.section-medical .stat-value {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.section-medical .stat-label {
  font-size: 13px;
  color: var(--text-light);
}

.section-medical .trusted-section {
  grid-column: span 2;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 24px;
  backdrop-filter: blur(10px);
}

.section-medical .trusted-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-light);
  margin-bottom: 16px;
  display: block;
}

.section-medical .tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section-medical .tag {
  background: rgba(255, 255, 255, 0.24);
  padding: 6px 9px;
  border-radius: 4px;
  font-size: 12px;
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Responsive */
@media (max-width: 991px) {
  .section-medical .container {
    flex-direction: column;
    text-align: center;
  }

  .section-medical .content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .section-medical .description {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .section-medical .content-right {
    width: 100%;
    min-width: unset;
  }

  .section-medical .section-medical h1 {
    font-size: 24px;
  }

  .section-medical .btn {
    padding: 8px 10px;
    font-size: 12px;
  }

  .section-medical .trusted-section {
    padding: 15px;
  }

  .section-medical .stat-card {
    padding: 15px;
  }

  .section-medical .stat-value {
    font-size: 26px;
  }

  .section-medical .stat-label {
    font-size: 11px;
  }

}