@charset "UTF-8";
/* ========================================
   模块说明
   ========================================
   1. 基础样式 (Reset + Normalize + 布局)
   2. 视频弹窗组件
   3. Footer 底部组件
   4. 导航组件
   5. 右侧客服组件
   6. 弹窗组件
   7. 作者组件
   8. 动效工具类
   9. Swiper 轮播库
   10. baguetteBox 灯箱库
   11. 图标字体 iconfont
   12. 自定义字体
   13. 语言切换下拉
   14. 搜索组件
   15. 分页组件
   16. Banner 轮播
   18. 新闻详情页 V2
   19. 相关案例 Swiper
   20. 隐私协议页面
   21. 无障碍 + PageSpeed 优化
   23. 鸿图计划页面
   ======================================== */
/* ========================================
   1. 基础样式 - 开始
   ======================================== */
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.pcbanner {
  display: block;
}

.phonebanner {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcbanner {
    display: none;
  }
  .phonebanner {
    display: block;
  }
}
ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
  color: inherit;
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

/*reset css*/
html {
  font-size: max(5.2083333333vw, 50px) !important;
  /* 适配1920px宽度 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  font-size: var(--font-size-18);
  font-family: "hc", Arial, Helvetica, "Microsoft YaHei", sans-serif;
  --theme-color: #0A59F7;
  --primary-color: #DFE9FF;
  --font-boldm: "hm", Arial, Helvetica, "Microsoft YaHei", sans-serif;
  --font-bold: "hb", Arial, Helvetica, "Microsoft YaHei", sans-serif;
  --font-regular: "hc", Arial, Helvetica, "Microsoft YaHei", sans-serif;
  /* 主题色 */
  --color-primary: #0A59F7;
  /* 文本色 */
  --color-text: #222;
  --color-link: #0A59F7;
  --color-vi: #0A59F7;
  /* 认证激励紫 */
  --color-pp: #7F3BF4;
  /* 正文深灰 / 浅灰注释 / 边框 */
  --color-gray: #46536A;
  --color-gray-light: #7B8799;
  --color-border: #E2E8F2;
  /* 导航高度 */
  --header-height: 0.98rem;
  line-height: 1.5;
  --font-size-72: max(0.72rem, 24px);
  --font-size-60: max(0.6rem, 26px);
  --font-size-48: max(0.48rem, 24px);
  --font-size-40: max(0.4rem, 24px);
  --font-size-36: max(0.36rem, 24px);
  --font-size-34: max(0.34rem, 24px);
  --font-size-32: max(0.32rem, 22px);
  --font-size-30: max(0.3rem, 22px);
  --font-size-28: max(0.28rem, 22px);
  --font-size-26: max(0.26rem, 20px);
  --font-size-24: max(0.24rem, 16px);
  --font-size-22: max(0.22rem, 16px);
  --font-size-20: max(0.2rem, 16px);
  --font-size-18: max(0.18rem, 14px);
  --font-size-16: max(0.16rem, 14px);
  --font-size-14: max(0.14rem, 12px);
  --font-size-12: max(0.12rem, 12px);
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

main {
  display: block;
  -moz-box-flex: 1;
       flex: 1;
}

*[id] {
  scroll-margin-top: 1rem;
  /* 避免锚点内容被 fixed header 遮挡 */
  scroll-behavior: smooth;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-x::-webkit-scrollbar {
  height: 3px;
}

.scroll-x::-webkit-scrollbar-thumb {
  background-color: var(--color-vi);
  /* 设置滚动条滑块的颜色 */
  border-radius: 5px;
  /* 设置滚动条滑块的圆角 */
}

.scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-vi);
  /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-x::-webkit-scrollbar-track {
  background-color: #fceddf;
  /* 设置滚动条背景的颜色 */
}

.scroll-y {
  overflow-y: auto !important;
}

.scroll-y::-webkit-scrollbar {
  width: max(0.06rem, 4px);
  /* 设置滚动条的宽度 */
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: #D0DFF9;
  /* 设置滚动条滑块的颜色 */
  border-radius: max(0.13rem, 13px);
  /* 设置滚动条滑块的圆角 */
}

.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-vi);
  /* 设置滚动条滑块在悬停时的颜色 */
}

.scroll-y::-webkit-scrollbar-track {
  /* 设置滚动条背景的颜色 */
}

a,
button,
input,
textarea {
  font-family: var(--font-regular);
}

p {
  color: #666;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-bold);
  color: #222;
}

h2 {
  font-size: var(--font-size-40);
}

video {
  width: 100%;
}

/* motion effects */
/* From Uiverse.io by nikk7007 */
.slice {
  --c1: #202020;
  --c2: #00a1b7;
  --size-letter: 0.12rem;
  padding: 0.05rem 0.1rem;
  font-size: var(--size-letter);
  background-color: transparent;
  border: -moz-calc(var(--size-letter) / 6) solid var(--c2);
  border: calc(var(--size-letter) / 6) solid var(--c2);
  border-radius: 0.02rem;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: var(--font-size-14);
  -moz-transition: 300ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: 300ms cubic-bezier(0.83, 0, 0.17, 1);
}
.slice > .text {
  font-weight: 700;
  color: var(--c2);
  position: relative;
  z-index: 1;
  -moz-transition: color 700ms cubic-bezier(0.83, 0, 0.17, 1);
  transition: color 700ms cubic-bezier(0.83, 0, 0.17, 1);
}

h1 {
  margin: 0;
  line-height: 1;
}

hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* 常用宽度 */
.w1400 {
  width: 73.57%;
  margin: 0 auto;
}

.left-1400 {
  margin-left: 13.21%;
}

.right-1400 {
  margin-right: 13.21%;
}

.w1600 {
  width: 84.08%;
  margin: 0 auto;
}

.left-1600 {
  margin-left: 8.04%;
}

.w1760 {
  width: 92.5%;
  margin: 0 auto;
}

.w1200 {
  width: 62.5%;
  margin: 0 auto;
}

@media screen and (max-width: 1599px) {
  .w1600 {
    width: 90%;
  }
  .left-1600 {
    margin-left: 5%;
  }
  .w1400 {
    width: 80%;
  }
  .left-1400 {
    margin-left: 10%;
  }
  .right-1400 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1439px) {
  .w1400 {
    width: 90%;
  }
  .left-1400 {
    margin-left: 5%;
  }
  .right-1400 {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1279px) {
  .w1200 {
    width: 90%;
  }
}
section {
  overflow: hidden;
}

/* ========================================
   1. 基础样式 - 结束
   ======================================== */
/* ========================================
   10. 动效工具类 - 开始
   ======================================== */
.xieleftright {
  position: relative;
}

.xieleftright:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -45px;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -moz-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
       transform: skewX(-25deg);
}

.xieleftright:hover:before {
  left: 120%;
}

.woshi {
  display: inline-block;
  position: relative;
}

.woshi:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 25px;
  left: -45px;
  height: 100%;
  opacity: 0.5;
  background-color: #fff;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -moz-transform: skewX(-25deg);
   -ms-transform: skewX(-25deg);
       transform: skewX(-25deg);
}

.woshi:hover:before {
  left: 120%;
}

/* ========================================
   10. 动效工具类 - 结束
   ======================================== */
/* ========================================
   11. Swiper 轮播库 - 开始
   ======================================== */
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -moz-box;
  display: flex;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -moz-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -moz-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -moz-box-align: start;
       align-items: flex-start;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -moz-transform;
}

.swiper-backface-hidden .swiper-slide {
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-3d {
  -moz-perspective: 1200px;
       perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  -moz-box-ordinal-group: 10000;
       order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -moz-transform-origin: 50%;
   -ms-transform-origin: 50%;
       transform-origin: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
     -moz-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-transform: translateZ(0);
       transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -moz-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -moz-transform-origin: center;
   -ms-transform-origin: center;
       transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -moz-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -moz-transform: scale(0.66);
   -ms-transform: scale(0.66);
       transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -moz-transform: scale(0.33);
   -ms-transform: scale(0.33);
       transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -moz-transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0);
   -ms-transform: scale(0);
       transform: scale(0);
  -moz-transform-origin: left top;
   -ms-transform-origin: left top;
       transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -moz-transform-origin: right top;
   -ms-transform-origin: right top;
       transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -moz-transform-origin: 100% 0;
   -ms-transform-origin: 100% 0;
       transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
  -moz-transition-property: transform, opacity, height, -moz-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -moz-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -moz-transform-origin: center bottom;
   -ms-transform-origin: center bottom;
       transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  width: 100%;
}

/* ========================================
   11. Swiper 轮播库 - 结束
   ======================================== */
/* ========================================
   13. 图标字体 iconfont - 开始
   ======================================== */
@font-face {
  font-family: "iconfont";
  /* Project id 4893588 */
  src: url("../fonts/iconfont.woff2?t=1761202162651") format("woff2"), url("../fonts/iconfont.woff?t=1761202162651") format("woff"), url("../fonts/iconfont.ttf?t=1761202162651") format("truetype"), url("../fonts/iconfont.svg?t=1761202162651#iconfont") format("svg");
  font-display: swap;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: var(--font-size-16);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dizhi1:before {
  content: "\e63e";
}

.icon-Mobile-:before {
  content: "\e6cf";
}

.icon-youjiantou1:before {
  content: "\e603";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-email:before {
  content: "\e66f";
}

.icon-diqiu:before {
  content: "\e642";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-chakan:before {
  content: "\e602";
}

.icon-pdf:before {
  content: "\e740";
}

.icon-xiazai_xiazai:before {
  content: "\e616";
}

.icon-youjiantou:before {
  content: "\e625";
}

.icon-zuojiantou:before {
  content: "\e626";
}

.icon-address:before {
  content: "\e66b";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-10:before {
  content: "\e624";
}

.icon-lunbozuojian:before {
  content: "\e723";
}

.icon-left1:before {
  content: "\e725";
}

.icon-shubiao:before {
  content: "\e662";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-Youtube-fill:before {
  content: "\e883";
}

.icon-sousuo1:before {
  content: "\e61f";
}

.icon-Facebook:before {
  content: "\e607";
}

.icon-zhibiaozhushibiaozhu:before {
  content: "\e609";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-huida:before {
  content: "\e61e";
}

.icon-dianhua1:before {
  content: "\e614";
}

.icon-youxiang1:before {
  content: "\e604";
}

.icon-fangzi:before {
  content: "\e8ff";
}

.icon-wenti:before {
  content: "\e613";
}

.icon-dizhi:before {
  content: "\e606";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-dianhua:before {
  content: "\e817";
}

.icon-weixin:before {
  content: "\e601";
}

.icon-phone-fill:before {
  content: "\e85f";
}

.icon-sousuo:before {
  content: "\e60d";
}

.icon-custom-phone:before {
  content: "\e634";
}

.icon-top:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-top2:before {
  content: "\e637";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-xiangyoujiantou:before {
  content: "\e65f";
}

.icon-xiangzuojiantou:before {
  content: "\e660";
}

.icon-xiazai:before {
  content: "\e823";
}

.icon-xiala:before {
  content: "\e61d";
}

/* ========================================
   13. 图标字体 iconfont - 结束
   ======================================== */
/* ========================================
   14. 自定义字体 - 开始
   ======================================== */
@font-face {
  font-family: "hb";
  src: url("../fonts/HarmonyOS_Sans_SC_Black.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC_Black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hc";
  src: url("../fonts/HarmonyOS_Sans_SC.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hm";
  src: url("../fonts/HARMONYOS_SANS_SC_MEDIUM.woff2") format("woff2"), url("../fonts/HARMONYOS_SANS_SC_MEDIUM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ========================================
   12. 自定义字体 - 结束
   ======================================== */
/* ========================================
   22. 无障碍 + PageSpeed 优化 - 开始
   ======================================== */
.skip-link {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 10000;
  padding: 0.08rem 0.2rem;
  background: var(--color-primary);
  color: #fff;
  font-size: var(--font-size-14);
  text-decoration: none;
  -moz-transition: all 550ms;
  transition: all 550ms;
  -webkit-transition: all 550ms;
}
.skip-link:focus {
  top: 0;
}

@media screen and (max-width: 768px) {
  .skip-link {
    padding: 0.05rem 0.15rem;
    font-size: var(--font-size-12);
  }
}
/* ========================================
   22. 无障碍 + PageSpeed 优化 - 结束
   ======================================== */
/* ========================================
   23. 鸿图计划页面 - 开始
   ======================================== */
/* 通用段落标题 */
.ht-sec-title {
  font-size: var(--font-size-36);
  font-family: var(--font-bold);
  color: var(--color-text);
  text-align: center;
  margin-bottom: 0.32rem;
}

.ht-sub-title {
  font-size: var(--font-size-20);
  color: #12233F;
  font-weight: 500;
  margin: 0.16rem 0 0.2rem;
}

.hl {
  color: var(--color-primary);
}

/* 导航栏 */
.ht-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
}

.ht-nav-mid {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  height: 1.08rem;
}

.ht-nav-logo {
  display: block;
  width: 3rem;
  height: 0.68rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.ht-nav-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.35rem;
}
.ht-nav-list li {
  position: relative;
}
.ht-nav-list li a {
  display: block;
  padding: 0 0.06rem;
  font-size: var(--font-size-16);
  color: var(--color-text);
  white-space: nowrap;
}
.ht-nav-list li a:hover {
  color: var(--color-primary);
}
.ht-nav-list li.active a {
  color: var(--color-primary);
}
.ht-nav-list li.active a::after {
  width: 100%;
}
.ht-nav-list .drop-icon {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 0.04rem;
}

/* 汉堡按钮（默认隐藏，移动端显示） */
.ht-hamburger {
  display: none;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  gap: 5px;
  width: 34px;
  height: 34px;
  padding: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.ht-hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
}

.ht-hamburger.active .ht-hamburger-line:nth-child(1) {
  -moz-transform: translateY(7px) rotate(45deg);
   -ms-transform: translateY(7px) rotate(45deg);
       transform: translateY(7px) rotate(45deg);
}

.ht-hamburger.active .ht-hamburger-line:nth-child(2) {
  opacity: 0;
}

.ht-hamburger.active .ht-hamburger-line:nth-child(3) {
  -moz-transform: translateY(-7px) rotate(-45deg);
   -ms-transform: translateY(-7px) rotate(-45deg);
       transform: translateY(-7px) rotate(-45deg);
}

/* 移动端下拉菜单 */
.ht-mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 12px 24px rgba(18, 35, 63, 0.12);
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.ht-mobile-menu.show {
  max-height: 80vh;
  overflow-y: auto;
}

.ht-mobile-list {
  padding: 0.1rem 0;
}
.ht-mobile-list li a {
  display: block;
  padding: 0.16rem 0.3rem;
  font-size: var(--font-size-16);
  color: var(--color-text);
  border-bottom: 1px solid #f0f0f0;
}
.ht-mobile-list li a:hover {
  color: var(--color-primary);
  background: #F8FAFD;
}
.ht-mobile-list li.active a {
  color: var(--color-primary);
  font-weight: 500;
}
.ht-mobile-list li:last-child a {
  border-bottom: none;
}

/* 导航栏 - 响应式 */
@media screen and (max-width: 991px) {
  .ht-nav-list {
    display: none;
  }
  .ht-hamburger {
    display: -moz-box;
    display: flex;
  }
  .ht-mobile-menu {
    display: block;
  }
  .ht-nav-mid {
    height: 60px;
  }
  .ht-nav-logo {
    width: 200px;
    height: auto;
  }
}
/* Banner 主视觉 */
.ht-hero {
  position: relative;
  overflow: hidden;
}
.ht-hero picture,
.ht-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-animation: htHeroZoom 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
     -moz-animation: htHeroZoom 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
          animation: htHeroZoom 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  will-change: transform, opacity;
}

@-webkit-keyframes htHeroZoom {
  from {
    opacity: 0.4;
    transform: scale(1.12);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes htHeroZoom {
  from {
    opacity: 0.4;
    -moz-transform: scale(1.12);
         transform: scale(1.12);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes htHeroZoom {
  from {
    opacity: 0.4;
    -moz-transform: scale(1.12);
         transform: scale(1.12);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
.ht-hero-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 2;
}

.ht-hero-title {
  font-size: 0.56rem;
  font-family: var(--font-bold);
  color: var(--color-text);
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.ht-hero-desc {
  font-size: var(--font-size-20);
  color: var(--color-text);
  line-height: 1.6;
}

.ht-here-div {
  max-width: 6.4rem;
}

/* Banner - 响应式 */
@media screen and (max-width: 768px) {
  .ht-hero-desc {
    font-size: var(--font-size-14);
    max-width: 90%;
  }
  .ht-here-div {
    width: 210px;
  }
  .ht-hero {
    min-height: 280px;
  }
  .ht-hero picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .ht-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ht-hero.panter {
    min-height: unset;
  }
  .ht-hero.panter picture, .ht-hero.panter img {
    position: unset;
  }
}
/* Tab 锚点导航 */
.ht-tabnav {
  z-index: 9;
  background: #fff;
}

.ht-tabnav-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.64rem;
}
.ht-tabnav-list li a {
  padding: 0.2rem 0px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: var(--font-size-20);
  color: var(--color-text);
  position: relative;
}
.ht-tabnav-list li a:hover {
  color: var(--color-primary);
}
.ht-tabnav-list li a:hover::before {
  width: 100%;
  left: 0px;
}
.ht-tabnav-list li a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: max(0.03rem, 3px);
  width: 0px;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
  background: -moz-linear-gradient(left, #0A59F7 0%, #7DD5FF 100%);
  background: linear-gradient(90deg, #0A59F7 0%, #7DD5FF 100%);
  border-radius: 10px;
}
.ht-tabnav-list li.active a {
  color: var(--color-primary);
}
.ht-tabnav-list li.active a::before {
  width: 100%;
}

/* Tab 锚点导航 - 响应式 */
@media screen and (max-width: 991px) {
  .ht-tabnav {
    top: 0.6rem;
  }
  .ht-tabnav-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ht-tabnav-list {
    overflow-x: auto;
    -moz-box-pack: start;
         justify-content: flex-start;
  }
  .ht-tabnav-list li a {
    font-size: var(--font-size-16);
    white-space: nowrap;
  }
}
/* 计划简介 */
.ht-s1 {
  position: relative;
  padding: 0.8rem 0 0.6rem;
  background: #fff;
}
.ht-s1 .w1600 {
  position: relative;
}

.ht-jianjie-card {
  position: relative;
  border-radius: 16px;
  min-height: 2rem;
  padding: 0.4rem 0.6rem;
  background: -moz-linear-gradient(315deg, #DFE9FF 0%, #EAF6FF 31%);
  background: linear-gradient(135deg, #DFE9FF 0%, #EAF6FF 31%);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.ht-jianjie-card:hover {
  box-shadow: 0 16px 32px rgba(18, 35, 63, 0.12);
}
.ht-jianjie-card:hover .ht-jianjie-img {
  -moz-transform: rotate(4deg) translateX(30px);
   -ms-transform: rotate(4deg) translateX(30px);
       transform: rotate(4deg) translateX(30px);
}

.ht-jianjie-text {
  font-size: var(--font-size-16);
  color: var(--color-gray);
  line-height: 1.8;
  width: 70.625%;
}

.ht-jianjie-img {
  position: absolute;
  right: 0.4rem;
  width: 4.36rem;
  bottom: -0.32rem;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  /* 帧动画：4 张图叠放，依次循环切换 */
}
.ht-jianjie-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: htJianjieFrame 4s infinite;
     -moz-animation: htJianjieFrame 4s infinite;
          animation: htJianjieFrame 4s infinite;
}
.ht-jianjie-img img:nth-child(1) {
  position: relative;
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
}
.ht-jianjie-img img:nth-child(2) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
          animation-delay: 1s;
}
.ht-jianjie-img img:nth-child(3) {
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
          animation-delay: 2s;
}
.ht-jianjie-img img:nth-child(4) {
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes htJianjieFrame {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes htJianjieFrame {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes htJianjieFrame {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .ht-jianjie-img {
    width: 200px;
    right: 0px;
    z-index: -1;
  }
  .ht-jianjie-img img {
    opacity: 0.6;
  }
  .ht-jianjie-text {
    width: 100%;
  }
  .ht-jianjie-card {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}
/* 激励对象 */
.ht-s2 {
  padding: 0.6rem 0;
  background: #fff;
}

.ht-card-row {
  display: -moz-box;
  display: flex;
  gap: 0.24rem;
  margin-bottom: 0.3rem;
}

.ht-card {
  position: relative;
  -moz-box-flex: 1;
       flex: 1;
  min-height: 2.22rem;
  border-radius: max(0.16rem, 16px);
  overflow: hidden;
  padding: 0.36rem;
  box-shadow: 0 6px 16px rgba(18, 35, 63, 0.06);
}

.ht-card-deco {
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ht-card-tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0.11rem 0.14rem;
  font-size: var(--font-size-12);
  color: var(--color-primary);
  background: #EAF1FE;
  border-radius: 999px;
}

.ht-card-purple .ht-card-tag {
  color: var(--color-pp);
  background: #E4DBFF;
}

.ht-card-title {
  position: relative;
  z-index: 2;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.1rem;
  margin: 0.18rem 0 0.12rem;
}
.ht-card-title img {
  width: max(0.34rem, 28px);
  height: max(0.34rem, 28px);
}
.ht-card-title h3 {
  font-size: var(--font-size-24);
  font-family: var(--font-bold);
  color: #12233F;
}

.ht-card-desc {
  position: relative;
  z-index: 2;
  font-size: var(--font-size-16);
  color: var(--color-gray);
  line-height: 1.7;
  max-width: 7.16rem;
}

/* 激励对象 - 响应式 */
@media screen and (max-width: 768px) {
  .ht-card-row {
    flex-wrap: wrap;
  }
  .ht-card-desc {
    max-width: 100%;
  }
  .ht-card {
    -moz-box-flex: 1;
         flex: 1 1 100%;
    height: auto;
  }
}
/* 招募要求表格 */
.ht-table-wrap {
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
}

.ht-table {
  width: 100%;
  border-collapse: collapse;
}
.ht-table th {
  background: #EEF2F9;
  color: var(--color-text);
  font-size: var(--font-size-16);
  font-weight: 500;
  text-align: left;
  padding: 0.14rem 0.43rem;
  border: none;
  border-right: 1px solid var(--color-border);
}
.ht-table td {
  background: #fff;
  color: var(--color-gray);
  font-size: var(--font-size-16);
  line-height: 1.7;
  padding: 0.2rem 0.43rem;
  border-top: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
.ht-table td:hover {
  background: #EEF2F9;
}
.ht-table td:first-child {
  color: #12233F;
  font-weight: 500;
  white-space: nowrap;
}

.ht-notice {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.1rem;
  margin-top: 0.16rem;
  padding: 0.16rem 0.2rem;
  background: #F3F4FF;
  border: 1px solid #C3C3FE;
  border-radius: 12px;
}
.ht-notice img {
  width: max(0.2rem, 10px);
  height: max(0.2rem, 10px);
  flex-shrink: 0;
}
.ht-notice p {
  font-size: var(--font-size-14);
  color: var(--color-gray);
  line-height: 1.7;
}

/* 招募要求表格 - 响应式 */
@media screen and (max-width: 768px) {
  .ht-table-wrap {
    overflow-x: auto;
  }
  .ht-table-wrap table {
    min-width: 600px;
  }
}
/* 激励标准 */
.ht-s3 {
  padding: 0.6rem 0;
  background: #fff;
}

.ht-s3-lead {
  font-size: var(--font-size-18);
  color: var(--color-text);
  text-align: center;
  margin-bottom: 0.3rem;
}

.ht-tabs-list {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.ht-tabs {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  gap: 0;
  margin: 0 auto 0.4rem;
  background: #EEF2F9;
  border-radius: 2rem;
  padding: max(0.06rem, 6px);
}

.ht-tab {
  padding: max(0.1rem, 8px) max(0.24rem, 14px);
  background: transparent;
  border: none;
  border-radius: 999px;
  font-size: var(--font-size-16);
  font-weight: 500;
  color: var(--color-gray);
  cursor: pointer;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ht-tab.active {
  background: #fff;
  color: var(--color-primary);
  box-shadow: 0 2px 6px rgba(18, 35, 63, 0.1);
}
.ht-tab:hover {
  color: var(--color-link);
}

.ht-s3-grid {
  display: -moz-box;
  display: flex;
  -moz-box-align: stretch;
       align-items: stretch;
  gap: 0.24rem;
}

.ht-s3-left {
  width: 48.75%;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  align-content: space-between;
  gap: 0.24rem;
}
.ht-s3-left > img {
  width: 100%;
  object-fit: cover;
}

.ht-s3-img {
  aspect-ratio: 760/328;
  border-radius: 16px;
  overflow: hidden;
}
.ht-s3-img:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.ht-s3-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 商用激励图表：三图叠加 */
.ht-s3-img-stack {
  position: relative;
}
.ht-s3-img-stack img {
  position: absolute;
  left: 0;
  top: 0;
}

.ht-s3-right {
  width: 48.75%;
  border-radius: 16px;
  gap: 0.2rem;
}

.ht-s3-right-top {
  height: 100%;
  padding: 0.41rem 0.36rem;
  border-radius: 0.16rem;
  background: #F3F6FB;
}

.ht-s3-info {
  margin-bottom: 0.26rem;
}
.ht-s3-info:last-child {
  margin-bottom: 0;
}

.ht-info-label {
  font-size: var(--font-size-20);
  font-weight: 400;
  font-family: "hc";
  color: var(--color-gray);
  margin-bottom: 0.06rem;
}

.ht-info-text {
  font-size: var(--font-size-16);
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.7;
  color: #222;
}
.ht-info-text p {
  color: #222;
}
.ht-info-text strong {
  font-weight: normal;
  color: #222;
}

.ht-fee-table {
  width: 100%;
  margin-left: auto;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  text-align: center;
  overflow-x: auto;
}
.ht-fee-table table {
  width: 100%;
  border-collapse: collapse;
}
.ht-fee-table th {
  background: #EEF2F9;
  color: var(--color-text);
  font-size: var(--font-size-16);
  font-weight: 500;
  padding: 0.14rem 0.36rem;
  border-right: 1px solid var(--color-border);
  white-space: nowrap;
}
.ht-fee-table td {
  background: #fff;
  color: #12233F;
  font-size: var(--font-size-16);
  font-weight: 500;
  padding: 0.16rem 0.16rem;
  border-top: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
.ht-fee-table td:last-child {
  border-right: 0px;
}
.ht-fee-table td:hover {
  background: #EEF2F9;
}
.ht-fee-table .ht-fee-num {
  color: var(--color-primary);
  font-size: var(--font-size-24);
  font-weight: 700;
}

/* 认证激励：申领对象矩阵表 */
.ht-matrix-table {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  overflow-x: auto;
}
.ht-matrix-table table {
  width: 100%;
  border-collapse: collapse;
}
.ht-matrix-table th {
  background: #EEF2F9;
  color: var(--color-text);
  font-size: var(--font-size-16);
  font-weight: 500;
  text-align: center;
  padding: 0.14rem 0.16rem;
  border-right: 1px solid var(--color-border);
  white-space: nowrap;
}
.ht-matrix-table th:first-child {
  padding-left: 0.36rem;
}
.ht-matrix-table th:last-child {
  border-right: 0;
}
.ht-matrix-table td {
  background: #fff;
  color: #12233F;
  font-size: var(--font-size-16);
  font-weight: 500;
  padding: 0.14rem 0.2rem;
  text-align: center;
  border-top: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
.ht-matrix-table td:last-child {
  border-right: 0;
}
.ht-matrix-table td:hover {
  background: #EEF2F9;
}

.ht-s3-note {
  margin-top: 0.24rem;
  font-size: var(--font-size-14);
  color: var(--color-gray-light);
  line-height: 1.8;
}
.ht-s3-note p {
  color: var(--color-gray-light);
}

/* tab 面板切换 */
.ht-panel {
  display: none;
}
.ht-panel.active {
  display: -moz-box;
  display: flex;
}

/* 流程面板：纵向堆叠（步骤区 + 附件区），非 flex 横向 */
.ht-flow-panel {
  display: none;
}
.ht-flow-panel.active {
  display: block;
}

/* 认证激励矩阵表：对勾图标 */
.ht-check {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
}

/* 激励标准 - 响应式 */
@media screen and (max-width: 991px) {
  .ht-s3-grid {
    flex-wrap: wrap;
  }
  .ht-s3-right,
  .ht-s3-left {
    width: 100%;
  }
}
/* 参与流程 */
.ht-s4 {
  padding: 0.6rem 0;
  background: #fff;
}

.ht-steps {
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  gap: 0.1rem;
}
.ht-steps.renzhengjili {
  -moz-box-pack: center;
       justify-content: center;
  gap: 0.68rem;
}

/* 步骤图标行贯穿的横向渐变连接线 */
.ht-steps::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: 1.14rem;
  height: max(0.06rem, 6px);
  background: url("../images/ht-flow-line.svg") no-repeat center/100% 100%;
  z-index: 0;
}

.ht-step {
  width: 2.1rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.2rem;
  z-index: 1;
}

.ht-step-role {
  height: 0.34rem;
  font-size: var(--font-size-16);
  line-height: 0.34rem;
  color: var(--color-text);
  white-space: nowrap;
}

.ht-step-icon {
  width: 0.54rem;
  height: 0.54rem;
  margin: 0 auto;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background: #fff;
  border-radius: 50%;
}
.ht-step-icon img {
  width: 100%;
}

.ht-step-arrow {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.2rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 50%;
  border: max(0.04rem, 3px) solid var(--color-primary);
}

.ht-step-title {
  font-size: var(--font-size-18);
  font-weight: 700;
  color: var(--color-primary);
  margin: 0.12rem 0 0.08rem;
}

.ht-step-desc {
  font-size: var(--font-size-16);
  color: var(--color-text);
  line-height: 1.6;
  word-break: break-all;
}

.ht-link {
  padding: 0.04rem 0.2rem;
  background: var(--color-link);
  color: #fff;
  display: inline-block;
  border-radius: 0.5rem;
  border: max(0.02rem, 2px) solid var(--color-primary);
  margin-top: 0.06rem;
}
.ht-link:hover {
  background: #fff;
  color: var(--color-link);
}

.ht-attach {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
  margin-top: 0.2rem;
}

.ht-attach-item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.1rem;
  padding: 0.16rem 0.2rem;
  background: #EEF2F9;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.ht-attach-item img {
  width: max(0.2rem, 18px);
  height: max(0.2rem, 18px);
  flex-shrink: 0;
}
.ht-attach-item span {
  font-size: var(--font-size-14);
  font-weight: 500;
  color: var(--color-gray);
}
.ht-attach-item:hover {
  background: #e4ebf6;
}

/* 参与流程 - 响应式 */
@media screen and (max-width: 991px) {
  .ht-steps {
    gap: 0.2rem;
    flex-wrap: wrap;
  }
  .ht-steps::before {
    display: none;
  }
  .ht-step {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .ht-attach {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .ht-attach {
    grid-template-columns: 1fr;
  }
  .ht-steps {
    gap: 0px;
    row-gap: 0.2rem;
  }
  .ht-step {
    width: 49%;
  }
}
/* 参与细则 */
.ht-s5 {
  padding: 0.5rem 0;
  background: #fff;
}

.ht-rule-card {
  display: -moz-box;
  display: flex;
  background: #F8FAFD;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
}

.ht-rule-list {
  width: 8.2rem;
  padding: 0.34rem 0.52rem;
  padding-right: 0px;
}

.ht-rule-kk {
  overflow-y: auto;
  height: 5.2rem;
  padding-right: 0.3rem;
}

.ht-rule-item {
  margin-bottom: 0.34rem;
}
.ht-rule-item:last-child {
  margin-bottom: 0;
}

.ht-rule-title {
  font-size: var(--font-size-20);
  font-family: "hm";
  color: var(--color-text);
  margin: 0.1rem 0 0.08rem;
}
.ht-rule-title em {
  font-size: var(--font-size-22);
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1;
  font-style: normal;
  margin-right: 0.06rem;
}

.ht-rule-text {
  font-size: var(--font-size-16);
  color: var(--color-gray);
  line-height: 1.8;
}
.ht-rule-text em {
  font-style: normal;
  color: var(--color-primary);
}

.ht-rule-art {
  position: relative;
  margin-left: 0.3rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  width: 48.125%;
  aspect-ratio: 770/517;
  overflow: hidden;
}
.ht-rule-art:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
.ht-rule-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 参与细则 - 响应式 */
@media screen and (max-width: 768px) {
  .ht-rule-card {
    flex-wrap: wrap;
    padding: 20px;
  }
  .ht-rule-list {
    width: 100%;
    height: 300px;
    padding: 0px;
  }
  .ht-rule-art {
    width: 100%;
    margin: 0px;
  }
}
/* 常见问题 */
.ht-s6 {
  padding: 0.6rem 0 0.9rem;
  background: #fff;
}

.ht-faq-item {
  border-bottom: 1px solid #DBDBDB;
  overflow: hidden;
}
.ht-faq-item .ht-faq-head {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  cursor: pointer;
  padding: 0.28rem 0.45rem;
}
.ht-faq-item .ht-faq-head span {
  font-size: var(--font-size-20);
  font-weight: 500;
  color: var(--color-text);
}
.ht-faq-item .ht-faq-head i {
  color: #575B66;
}
.ht-faq-item .ht-faq-body {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
.ht-faq-item .ht-faq-body div {
  padding: 0 0.45rem 0.28rem;
  font-size: var(--font-size-16);
  color: var(--color-text);
}
.ht-faq-item .ht-faq-body p {
  display: inline;
  color: var(--color-text);
}
.ht-faq-item .ht-faq-body em,
.ht-faq-item .ht-faq-body strong {
  color: var(--color-link);
  font-style: normal;
  font-weight: normal;
}
.ht-faq-item.active i::before {
  content: "\e600";
  color: var(--color-primary);
}
.ht-faq-item.active .ht-faq-body {
  max-height: 5rem;
}

/* 第一个展开项：点击展开后显示特殊样式（背景/边框/圆角 + 蓝色问题） */
.ht-faq-open.active,
.ht-faq-item.active {
  background: #F8FAFD;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
}
.ht-faq-open.active .ht-faq-head span,
.ht-faq-item.active .ht-faq-head span {
  color: var(--color-primary);
}
.ht-faq-open.active .ht-faq-body p,
.ht-faq-item.active .ht-faq-body p {
  padding-bottom: 0.3rem;
}

/* active 项的上一个元素：去掉底部分隔线，避免与 active 项边框重叠 */
.ht-faq-item:has(+ .ht-faq-item.active) {
  border-bottom: none;
}

/* 隐藏的 FAQ 项（默认只展示前 6 个，点击「查看全部」展开） */
.ht-faq-hide {
  display: none;
}

.ht-faq-list.all .ht-faq-hide {
  display: block;
}

.ht-faq-more-div {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.ht-faq-more {
  display: inline-block;
  position: relative;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  text-align: center;
  margin: 0.4rem auto 0;
  font-size: var(--font-size-16);
  font-weight: 500;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 999px;
}
.ht-faq-more:hover {
  background: var(--color-primary);
  color: #fff;
}

/* 页脚 */
.ht-footer {
  background: #17213C;
}

.ht-footer-top {
  padding: 0.64rem 0;
}

.ht-footer-grid {
  display: -moz-box;
  display: flex;
  gap: 2rem;
}

.ht-footer-col {
  -moz-box-flex: 1;
       flex: 1;
}

.ht-footer-title {
  font-size: var(--font-size-18);
  font-weight: 900;
  color: #fff;
  margin-bottom: 0.2rem;
}

.ht-footer-text {
  font-size: var(--font-size-16);
  color: #fff;
  line-height: 1.8;
}
.ht-footer-text a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ht-footer-en {
  font-size: var(--font-size-16);
  color: #fff;
  margin-bottom: 0.16rem;
}

.ht-footer-links {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}
.ht-footer-links li {
  margin-right: 0.3rem;
}
.ht-footer-links li a {
  font-size: var(--font-size-16);
  color: #fff;
}
.ht-footer-links li a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ht-footer-bot {
  background: #020229;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding: 0.3rem 1.6rem;
}

.ht-footer-cop,
.ht-footer-icp {
  font-size: var(--font-size-16);
  color: #fff;
}

/* 页脚 - 响应式 */
@media screen and (max-width: 991px) {
  .ht-footer-grid {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .ht-footer-col {
    -moz-box-flex: 1;
         flex: 1 1 40%;
  }
}
@media screen and (max-width: 768px) {
  .ht-footer-bot {
    flex-wrap: wrap;
    gap: 0.1rem;
    padding: 0.2rem 0.3rem;
  }
  .ht-footer-col {
    -moz-box-flex: 1;
         flex: 1 1 100%;
  }
}
/* ========================================
   23.1 鸿图计划 - 动画与过渡 - 开始
   ======================================== */
/* 滚动进入动画（配合 IntersectionObserver 加 .in） */
.ht-reveal {
  opacity: 0;
  -moz-transform: translateY(40px);
   -ms-transform: translateY(40px);
       transform: translateY(40px);
  -moz-transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
  /* 变体：从左 / 从右 / 缩放 */
}
.ht-reveal.in {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
.ht-reveal.ht-reveal-left {
  -moz-transform: translateX(-40px);
   -ms-transform: translateX(-40px);
       transform: translateX(-40px);
}
.ht-reveal.ht-reveal-left.in {
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
}
.ht-reveal.ht-reveal-right {
  -moz-transform: translateX(40px);
   -ms-transform: translateX(40px);
       transform: translateX(40px);
}
.ht-reveal.ht-reveal-right.in {
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
}
.ht-reveal.ht-reveal-scale {
  -moz-transform: scale(0.92);
   -ms-transform: scale(0.92);
       transform: scale(0.92);
}
.ht-reveal.ht-reveal-scale.in {
  -moz-transform: scale(1);
   -ms-transform: scale(1);
       transform: scale(1);
}

/* Banner 标题入场（页面加载即触发） */
@-webkit-keyframes htFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes htFadeUp {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
         transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes htFadeUp {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
         transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
.ht-hero-title {
  -webkit-animation: htFadeUp 1s ease-out both;
     -moz-animation: htFadeUp 1s ease-out both;
          animation: htFadeUp 1s ease-out both;
}

.ht-hero-desc {
  -webkit-animation: htFadeUp 1s ease-out 0.25s both;
     -moz-animation: htFadeUp 1s ease-out 0.25s both;
          animation: htFadeUp 1s ease-out 0.25s both;
}

/* 卡片 hover 抬升 */
.ht-card {
  -moz-transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.5s ease, -moz-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.5s ease, -moz-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ht-card:hover {
  -moz-transform: translateY(-8px);
   -ms-transform: translateY(-8px);
       transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(18, 35, 63, 0.12);
}
.ht-card .ht-card-deco {
  -moz-transition: transform 0.8s ease, opacity 0.8s ease, -moz-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -moz-transform 0.8s ease;
}
.ht-card:hover .ht-card-deco {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
  opacity: 0.8;
}

/* Tab 切换下划线过渡 */
.ht-tabnav-list li a::after {
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.ht-tabnav-list li.active a::after {
  opacity: 1;
}

/* 步骤 hover 动画 */
.ht-step {
  -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -moz-transform 0.4s ease;
}
.ht-step .ht-step-icon {
  -moz-transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -moz-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -moz-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ht-step:hover {
  -moz-transform: translateY(-6px);
   -ms-transform: translateY(-6px);
       transform: translateY(-6px);
}
.ht-step:hover .ht-step-icon {
  -moz-transform: scale(1.12);
   -ms-transform: scale(1.12);
       transform: scale(1.12);
}

/* 附件项 hover */
.ht-attach-item {
  -moz-transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease, -moz-transform 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
  transition: background 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease, -moz-transform 0.4s ease;
}
.ht-attach-item:hover {
  background: #e0e8f5;
  -moz-transform: translateY(-3px);
   -ms-transform: translateY(-3px);
       transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(18, 35, 63, 0.08);
}

/* FAQ 展开平滑 */
.ht-faq-item .ht-faq-head {
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ht-faq-item .ht-faq-head:hover {
  background: #F8FAFD;
}

/* FAQ 更多按钮 hover */
.ht-faq-more {
  -moz-transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
}
.ht-faq-more:hover {
  -moz-transform: translateY(-2px);
   -ms-transform: translateY(-2px);
       transform: translateY(-2px);
}

/* 导航链接 hover 下滑线 */
.ht-nav-list li a {
  position: relative;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.ht-nav-list li a::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 0px;
  background: var(--color-primary);
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
.ht-nav-list li a:hover::after {
  width: 100%;
  left: 0px;
}

/* 减少动效偏好 */
@media (prefers-reduced-motion: reduce) {
  .ht-reveal,
  .ht-hero-title,
  .ht-hero-desc,
  .ht-hero picture,
  .ht-hero img,
  .ht-faq-item p {
    -webkit-animation: none !important;
       -moz-animation: none !important;
            animation: none !important;
    -moz-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -moz-transform: none !important;
     -ms-transform: none !important;
         transform: none !important;
  }
}
/* ========================================
   23.1 鸿图计划 - 动画与过渡 - 结束
   ======================================== */
/* ========================================
   23. 鸿图计划页面 - 结束
   ======================================== */
/* 伙伴页面 */
.ht-hero-txt.panter {
  text-align: center;
}
.ht-hero-txt.panter .ht-here-div {
  max-width: 100%;
  margin: auto;
}

.panter-s1-mid {
  padding: 0.9rem 0px;
}

.panter-s1-kuang {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.38rem;
  row-gap: 0.32rem;
}

.panter-s1-img {
  overflow: hidden;
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.panter-s1-item {
  border-radius: max(0.12rem, 12px);
  border: 0.01rem solid #DEDEDE;
  background: #FFF;
  padding: 0.2rem;
  aspect-ratio: 29/15;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
}
.panter-s1-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.panter-s1-name {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: auto;
  max-width: -moz-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  white-space: nowrap;
  text-align: center;
  font-size: var(--font-size-14);
  background: #EEF2F9;
  padding: max(0.1rem, 3px) max(0.14rem, 10px);
  border-radius: max(0.08rem, 8px);
  top: -0.42rem;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

.panter-s1-item:hover .panter-s1-name, .panter-s1-item:hover .panter-sanjiao,
.panter-s1-item.is-active .panter-s1-name,
.panter-s1-item.is-active .panter-sanjiao {
  opacity: 1;
  visibility: visible;
}

/* 文字超长省略号（仅裁文字，不裁三角） */
.panter-s1-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 气泡下方三角形（尖角朝下） */
.panter-sanjiao {
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  top: 0px;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: max(0.08rem, 6px) solid transparent;
  border-right: max(0.08rem, 6px) solid transparent;
  border-top: max(0.1rem, 8px) solid #EEF2F9;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .panter-s1-kuang {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .panter-s1-name {
    top: -28px;
  }
  .panter-s1-mid {
    padding: 0.5rem 0px;
  }
}
