@charset "UTF-8";
/*公共常用样式*/
.flex {
  display: -moz-box;
  display: flex;
}

.flex-bet {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}

.flex-bett {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.flex-aro {
  display: -moz-box;
  display: flex;
  justify-content: space-around;
  -moz-box-align: center;
       align-items: center;
}

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

.flex-cen-col {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.flex-jus {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
}

.flex-ali {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.flex-col {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.flex-row {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

.flex1 {
  -moz-box-flex: 1;
       flex: 1;
}

.line0 {
  width: 0.38rem;
  height: 0.04rem;
  border-radius: 0.2rem;
  background-color: #086a67;
}

.ell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ell1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.ell2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.ell3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.ell4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line0 {
  width: 0.38rem;
  height: 0.04rem;
  border-radius: 0.2rem;
  background-color: #086a67;
}

.ell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ell1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.ell2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.ell3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.ell4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

@font-face {
  font-family: "gllroy-semubold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/gllroy/GILROY-SEMIBOLD.OTF") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "gllroy-regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gllroy/GILROY-REGULAR.OTF") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "gllroy-medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gllroy/GILROY-MEDIUM.OTF") format("woff2");
  font-display: swap;
}
/* 插件初始化 */
.swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  height: auto !important;
}

/*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;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  /* overflow-x: hidden; */
  font: var(--font-size-16) "", "gllroy-regular";
  --font-bold: "HarmonyOS_SansSC_Bold";
  --font-medium: "HarmonyOS_SansSC_Medium";
  --font-regular: "HarmonyOS_SansSC_Regular";
  --font-light: "HarmonyOS_SansSC_Light";
  --font-number: "pangmengzhengdao";
  /* 主题色 */
  --primary-color: #ff5f15;
  --primary-color2: #ffc600;
  --text-color: #ff5f15;
  --text-color2: #8dd053;
  /* 文本色 */
  /* 导航高度 */
  --header-height: 0.98rem;
  line-height: 1.15;
  --font-size-72: max(0.72rem, 24px);
  --font-size-60: max(0.6rem, 26px);
  --font-size-54: max(0.54rem, 24px);
  --font-size-48: max(0.48rem, 24px);
  --font-size-46: max(0.46rem, 24px);
  --font-size-42: max(0.42rem, 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);
}

p {
  color: #666;
  font-size: var(--font-size-p);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: "gllroy-semubold";
}

img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -moz-transition: 1s;
  transition: 1s;
}

video {
  width: 100%;
}

a {
  color: inherit;
}

a:hover {
  color: unset;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: none;
  outline: none;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -moz-box-sizing: border-box;
       box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */
@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 {
  -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;
}

@-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%;
  -o-object-fit: contain;
     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%;
  -o-object-fit: contain;
     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-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-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-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;
}

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

.w1528 {
  width: 79.58%;
  margin: 0 auto;
}

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

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

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

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

.w1660 {
  width: 86.46%;
  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) {
  .w1660 {
    width: 92%;
  }
  .left-1660 {
    margin-left: 10%;
  }
  .w1600 {
    width: 90%;
  }
  .left-1600 {
    margin-left: 5%;
  }
  .w1400 {
    width: 80%;
  }
  .w1528 {
    width: 86%;
  }
  .left-1400 {
    margin-left: 10%;
  }
  .right-1400 {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1439px) {
  .w1400,
  .w1528,
  .w1660 {
    width: 90%;
  }
  .left-w1660 {
    margin-left: 5%;
  }
  .left-1400 {
    margin-left: 5%;
  }
  .right-1400 {
    margin-right: 5%;
  }
}
@media screen and (max-width: 1279px) {
  .w1200 {
    width: 90%;
  }
}
.and {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .and {
    display: block !important;
  }
}
.com-btn {
  padding: max(0.2rem, 10px) max(0.3rem, 15px);
  color: #222;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
  font-size: var(--font-size-p);
  border-radius: max(0.3rem, 30px);
  display: inline-block;
  border: none;
  background-color: var(--theme-color);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.com-btn:hover {
  cursor: pointer;
  -moz-transform: translateY(-4px);
   -ms-transform: translateY(-4px);
       transform: translateY(-4px);
}

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

.footer-page {
  background-color: #f5f7f8;
}
.footer-page .content {
  padding: 1.2rem 0 0.35rem 0;
}
.footer-page .content .list {
  -moz-box-align: baseline;
       align-items: baseline;
}
.footer-page .content .list .item h3 {
  font-size: var(--font-size-18);
}
.footer-page .content .list .item .item-textBox {
  margin-top: 0.5rem;
}
.footer-page .content .list .item .item-textBox p,
.footer-page .content .list .item .item-textBox a {
  display: block;
  margin-bottom: 0.2rem;
  font-size: var(--font-size-16);
  color: #666;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer-page .content .list .item .item-textBox a:hover {
  color: var(--text-color);
  text-decoration: underline;
}
.footer-page .content .line {
  height: 2px;
  background-color: #eeeeed;
  margin: 0.6rem 0 0.18rem 0;
}
.footer-page .content .contact .contact-left p {
  margin-right: 0.46rem;
}
.footer-page .content .contact .contact-left a:hover {
  color: var(--text-color);
}
.footer-page .content .contact .contact-right .i-box {
  margin-right: 0.2rem;
  padding: 0.14rem;
  border-radius: 50%;
  background-color: #eeeeed;
}
.footer-page .content .contact .contact-right .i-box img {
  width: 16px;
}
.footer-page .content .contact .contact-right .i-box img:nth-child(2) {
  display: none;
}
.footer-page .content .contact .contact-right .i-box:hover {
  background-color: var(--bg-colcor);
}
.footer-page .content .contact .contact-right .i-box:hover img:nth-child(1) {
  display: none;
}
.footer-page .content .contact .contact-right .i-box:hover img:nth-child(2) {
  display: block;
}
.footer-page .content .contact .contact-right .i-box:hover i {
  color: white;
}
.footer-page .popupBox {
  /* 已移除 - 未使用 */
}
.footer-page .popupBox-on {
  display: -moz-box;
  display: flex;
}
.footer-page .popupBox2 {
  left: 0%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  display: none;
}
.footer-page .popupBox2 .popupBox2-content {
  position: relative;
  background-color: white;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 0.4rem 0.7rem;
  width: 50%;
  height: auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.footer-page .popupBox2 .popupBox2-content .popClose {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: var(--text-color);
  color: white;
  width: max(0.4rem, 40px);
  height: max(0.4rem, 40px);
  font-size: var(--font-size-40);
  cursor: pointer;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.footer-page .popupBox2 .popupBox2-content .title {
  font-size: var(--font-size-30);
  color: #333333;
  margin-bottom: 0.5rem;
}
.footer-page .popupBox2 .popupBox2-content .content {
  font-size: 0.2rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.5rem;
}
.footer-page .popupBox2 .popupBox2-content form {
  width: 100%;
  margin-top: 0.2rem;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box {
  border-bottom: 1px solid #ececec;
  padding: 0.16rem 0;
  margin-bottom: 0.4rem;
  position: relative;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box input {
  width: 100%;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box textarea {
  width: 100%;
  height: 60px;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.footer-page .popupBox2 .popupBox2-content form .inp-box-active .tip {
  top: 110% !important;
  opacity: 1 !important;
}
.footer-page .popupBox2 .popupBox2-content form .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  margin-top: 0.4rem;
  position: relative;
}
.footer-page .popupBox2 .popupBox2-content form .privacy input {
  margin-right: 0.1rem;
  margin-top: 0.06rem;
}
.footer-page .popupBox2 .popupBox2-content form .privacy .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.footer-page .popupBox2 .popupBox2-content form .privacy a {
  color: var(--text-color);
  cursor: pointer;
}
.footer-page .popupBox2 .popupBox2-content form button {
  width: 100%;
  margin-top: 0.62rem;
  color: white;
  font-size: var(--font-size-18);
  border-radius: 0.8rem;
  height: 46px;
  padding: 0 0.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .footer-page .popupBox2 .popupBox2-content {
    width: 90%;
  }
  .footer-page .popupBox2 .popupBox2-content .btm-light {
    margin-top: 40px !important;
  }
}
.footer-page .popupBox2-on {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
}
.footer-page {
  /*
  .cookiebox { ... }
  .cookiebox2 { ... }
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    .cookiebox-content {
      background-color: #f6f6f6;
      box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
      padding: 0.6rem 0.7rem;
      width: 40%;
      // height: 50%;
      box-sizing: border-box;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 0.1rem;
      .popClose {
        position: absolute;
        right: -10px;
        top: -10px;
        border-radius: 50%;
        background-color: var(--bg-colcor);
        color: white;
        width: max(0.4rem, 40px);
        height: max(0.4rem, 40px);
        font-size: var(--font-size-40);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      h2 {
        font-size: var(--font-size-24);
        text-align: center;
      }
      p {
        margin-top: 0.4rem;
        font-size: var(--font-size-18);
      }
      .btm-box {
        .btm {
          background-color: var(--bg-colcor);
          color: white;
          width: 48%;
          padding: 0.2rem 0;
          border-radius: 0.1rem;

          margin-top: 0.6rem;
          text-align: center;
          cursor: pointer;
        }
      }
    }
    @media screen and (max-width: 768px) {
      .cookiebox-content {
        width: 90%;
      }
    }
  }

  .cookiebox-on {
    display: block;
  }
  .cookiebox2 {
    position: fixed;
    width: 100%;
    // height: 100%;
    bottom: 0%;
    left: 0%;
    z-index: 1;
    display: none;
    // background: rgba(0, 0, 0, 0.5);
    .cookiebox-content {
      background-color: #f6f6f6;
      box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
      padding: 0.2rem 0.6rem;
      width: 100%;
      // height: 50%;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 999;
      .popClose {
        position: absolute;
        right: -10px;
        top: -10px;
        border-radius: 50%;
        background-color: var(--bg-colcor);
        color: white;
        width: max(0.4rem, 40px);
        height: max(0.4rem, 40px);
        font-size: var(--font-size-40);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      p {
        width: 60%;
        font-size: var(--font-size-18);
      }
      .btm-box {
        width: 38%;
        .btm {
          background-color: var(--bg-colcor);
          color: white;
          width: 48%;
          padding: 0.2rem 0;
          border-radius: 0.1rem;
          text-align: center;
          cursor: pointer;
        }
      }
    }
    @media screen and (max-width: 768px) {
      .cookiebox-content {
        display: block;
        p {
          width: 100%;
          margin-bottom: 0.2rem;
        }
        .btm-box {
          width: 100%;
        }
      }
    }
  }
  */
}
@media screen and (max-width: 768px) {
  .footer-page .content {
    padding: 40px 0 0.35rem 0;
  }
  .footer-page .content .list {
    display: block;
  }
  .footer-page .content .list .item h3 {
    margin-bottom: 10px;
  }
  .footer-page .content .list .item .item-textBox {
    display: none;
  }
  .footer-page .content .line {
    margin: 20px 0;
  }
  .footer-page .content .contact {
    display: block;
  }
  .footer-page .content .contact .contact-left {
    display: block;
    text-align: center;
  }
  .footer-page .content .contact .contact-left p {
    color: #aeaeae;
    margin-right: 0;
  }
  .footer-page .content .contact .contact-right {
    width: 80%;
    -moz-box-pack: justify;
         justify-content: space-between;
    margin-top: 10px;
    margin: 20px auto;
  }
}

.contact-footer {
  position: fixed;
  width: auto;
  height: auto;
  right: -50px;
  bottom: 20%;
  z-index: 2;
  -moz-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.contact-footer .ul .close {
  position: relative;
  width: 50px;
  height: 50px;
  background: white;
}
.contact-footer .ul .close::after {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  color: var(--text-color);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  cursor: pointer;
}
.contact-footer .ul .li {
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
  background-color: white;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-footer .ul .li > a,
.contact-footer .ul .li > span {
  cursor: pointer;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  /* background: #A7AFB9; */
  -moz-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 4px 6px 5px 1px rgba(213, 213, 213, 0.22);
}
.contact-footer .ul .li > a i,
.contact-footer .ul .li > span i {
  font-size: 20px;
  color: var(--text-color);
  font-size: var(--font-size-30);
}
.contact-footer .ul .li a:hover,
.contact-footer .ul .li span:hover {
  background: var(--text-color);
}
.contact-footer .ul .li a:hover i,
.contact-footer .ul .li span:hover i {
  color: white;
}
.contact-footer .ul .li .ewm {
  position: absolute;
  left: 100px;
  top: 0px;
  z-index: -1;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--text-color);
}
.contact-footer .ul .li .ewm span {
  color: white;
  height: 40px;
  display: block;
  background: var(--text-color);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.1rem;
  border-radius: 0.05rem;
}
.contact-footer .ul .li .ewm img {
  width: 100px;
  min-width: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 100px;
  max-height: 100px;
}
.contact-footer .ul .li:hover > a {
  background-color: var(--text-color);
}
.contact-footer .ul .li:hover .ewm {
  left: -140px;
}
.contact-footer .ul .li:hover .ewm2 {
  left: -176px;
}
.contact-footer .ul .li:hover i {
  color: white;
}
.contact-footer .active .li {
  height: 0;
  overflow: hidden;
}
.contact-footer .active .close {
  height: 40px;
}

/*
.all-form {
  margin: 1.2rem 0;
  background-size: 100% 100%;
  width: 100%;

  .content {
    padding: 1.2rem 0 0 0;
    .content-left {
      width: 40%;
      h2 {
      }
      p {
        font-size: var(--font-size-18);
        margin-top: 0.36rem;
      }
    }
    .content-right {
      width: 50%;
      position: relative;
      .bg {
        position: absolute;
        top: -20%;
        right: -10%;
        width: auto;
        height: auto;
        z-index: 1;
      }
      .content-right-box {
        background-color: #ffffff;
        box-shadow: 0px 36px 125px 0px rgba(118, 118, 118, 0.16);
        border-radius: 0.4rem;
        padding: 0.68rem 0.84rem;
        box-sizing: border-box;
        background-image: url("../images/productsDetails-s6-bg2.png");
        background-size: 100% 100%;
        position: relative;
        z-index: 2;
        form {
          .box {
            .inp-box {
              width: 42%;
              width: 42%;
              padding-bottom: 0.3rem;
              position: relative;
              margin-bottom: 0.2rem;
              label {
                display: block;
                // font-weight: bold;
                font-size: var(--font-size-20);
                margin-bottom: 0.15rem;
                white-space: nowrap;
              }
              input {
                padding: 0.1rem 0;
                border-bottom: 1px solid #e5e5e5;
                width: 100%;
                background-color: rgba(255, 255, 255, 0);
              }
              .error-msg {
                position: absolute;
                left: 0;
                bottom: 4px;
                color: #ff4d4f;
                font-size: 12px;
                line-height: 1;
                transform: translateY(10px);
                opacity: 0;
                pointer-events: none;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                width: 100%;
              }
            }
            .inp-box.error .error-msg {
              transform: translateY(0);
              opacity: 1;
            }
          }
          .box2 {
            .inp-box {
              width: 100%;
            }
          }

          .privacy {
            align-items: self-start;
            position: relative;
            padding-bottom: 0.3rem;
            input {
              margin-right: 0.1rem;
              margin-top: 0.06rem;
            }

            a {
              color: #0064ec;
              cursor: pointer;
            }
            .error-msg {
              position: absolute;
              left: 0;
              bottom: 4px;
              color: #ff4d4f;
              font-size: 12px;
              line-height: 1;
              transform: translateY(10px);
              opacity: 0;
              pointer-events: none;
              transition: all 0.2s ease-in-out;
            }
          }
          .privacy input[type="checkbox"] {
            width: 16px;
            height: 16px;
            margin-right: 8px;
            border: 1px solid #ddd;
            transition: all 0.3s;
            vertical-align: middle;
            cursor: pointer;
          }
          .privacy.error input[type="checkbox"] {
            border: 2px solid #ff4d4f;
            outline: none;
          }
          .privacy.error .error-msg {
            transform: translateY(0);
            opacity: 1;
            display: block;
          }
          .btm {
            color: white;
            margin-top: 0.16rem;
            cursor: pointer;
            position: relative;
            .i-box {
              width: max(0.32rem, 26px);
              height: max(0.32rem, 26px);
              background-color: white;
              border-radius: 50%;
              margin-left: 6px;
              flex-shrink: 0;
              i {
                color: #0092fa;
                margin: 0;
              }
            }
          }
          .btm:before {
            content: "";
            position: absolute;
            top: 0px;
            width: 25px;
            left: -45px;
            height: 100%;
            opacity: 0.5;
            background-color: #fff;
            transition: all 0.6s ease-out;
            transform: skewX(-25deg);
          }
          .btm:hover:before {
            left: 120%;
          }
        }
      }
    }
  }
  @media screen and (max-width: 768px) {
    .content {
      display: block;
      .content-left {
        width: 100%;
      }
      .content-right {
        width: 100%;
        margin-top: 30px;
        .content-right-box {
          padding: 0.68rem 0.4rem;
          form {
            .box {
              .inp-box {
                width: 46%;
              }
            }
            .box2 {
              .inp-box {
                width: 100%;
              }
            }
          }
        }
        .bg {
          display: none;
        }
      }
    }
  }
}
*/
.all-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  pointer-events: none;
  display: none;
}
.all-alert .content {
  max-width: 300px;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  color: white;
  padding: 0.2rem 0.2rem;
  font-size: 16px;
}

.alert-on {
  display: block;
}

.all-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes turn {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
.all-loading .content {
  max-width: 200px;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  padding: 0.2rem 0.2rem;
  text-align: center;
}
.all-loading .content img {
  width: 20px;
  -moz-animation: turn 3s linear infinite;
       animation: turn 3s linear infinite;
}
.all-loading .content .loading-text {
  color: white;
  font-size: 16px;
}

.loading-on {
  display: block;
}

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

.scroll-y::-webkit-scrollbar {
  width: 2px; /* 对于垂直滚动条 */
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: #ffdf00; /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}

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

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

.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin; /* auto / thin / none */
  scrollbar-color: var(--primary-color) #eee; /* thumb 轨道 */
}

@media screen and (max-width: 768px) {
  .scroll-x::-webkit-scrollbar {
    height: 5px;
  }
  .scroll-x::-webkit-scrollbar-thumb {
    background-color: var(--text-color); /* 设置滚动条滑块的颜色 */
    border-radius: 5px; /* 设置滚动条滑块的圆角 */
  }
  .scroll-x::-webkit-scrollbar-track {
    background-color: #fceddf; /* 设置滚动条背景的颜色 */
  }
}
.btm-gradient {
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.btm-gradient > div {
  position: relative;
  z-index: 2;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.btm-gradient > div p {
  -moz-transition: 0.8s;
  transition: 0.8s;
}

.btm-gradient::before {
  content: "";
  background-color: var(--text-color);
  width: 0%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.btm-gradient:hover {
  color: white !important;
  background-color: transparent !important;
}

.btm-gradient:hover > div {
  color: white !important;
}
.btm-gradient:hover > div .name {
  color: white !important;
}
.btm-gradient:hover > div .i-box2 i {
  color: white !important;
}
.btm-gradient:hover > div .i-box {
  background-color: white !important;
  -moz-transform: translateX(6px);
   -ms-transform: translateX(6px);
       transform: translateX(6px);
}
.btm-gradient:hover > div .i-box i {
  color: var(--primary-color) !important;
  -moz-transform: rotate(0) !important;
   -ms-transform: rotate(0) !important;
       transform: rotate(0) !important;
}

.btm-gradient:hover::before {
  width: 100%;
}

.btm-light {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btm-light: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);
}

.btm-light:hover:before {
  left: 120%;
}

/* 小球左右来回移动 */
/* 小球左右来回移动 */
@-moz-keyframes ballMove {
  0% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}
@keyframes ballMove {
  0% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}
@-moz-keyframes ballMove2 {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes ballMove2 {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
/*
.m-muban-pagebox {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.16rem 0 0 0;
  width: fit-content;
  a,
  p,
  span {
    width: max(0.4rem, 40px);
    height: max(0.4rem, 40px);
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    font-size: var(--font-size-16);
    color: #999899;
    margin: 4px;
    border: solid 1px #e3e3e2;
    box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
  }
  a:hover {
    background-color: #3768fe;
    color: #fff;
  }
  .active {
    background-color: #3768fe;
    color: #fff;
  }

  .m-muban-prev,
  .m-muban-next {
    width: max(0.4rem, 40px);
    height: max(0.4rem, 40px);
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    display: flex;

    color: #999899;
    margin: 4px;
    border: solid 1px #e3e3e2;
    box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
    i {
      font-size: var(--font-size-16);
    }
  }
}
@media screen and (max-width: 999px) {
  .m-muban-pagebox a,
  .m-muban-pagebox p,
  .m-muban-pagebox span,
  .m-muban-prev,
  .m-muban-next {
    // min-width: 30px;
    // max-width: 30px;
    // min-height: 30px;
    // max-height: 30px;
    // line-height: 30px;
    // border-radius: 4px;
    width: max(0.3rem, 30px) !important;
    height: max(0.3rem, 30px) !important;
  }
  .m-muban-pagebox {
    justify-content: center;
  }
}
*/
@-moz-keyframes flowing {
  0% {
    background-position: 0% 0; /* 从左外开始 */
  }
  100% {
    background-position: 200% 0; /* 移动到右外 */
  }
}
@keyframes flowing {
  0% {
    background-position: 0% 0; /* 从左外开始 */
  }
  100% {
    background-position: 200% 0; /* 移动到右外 */
  }
}
header .header-s1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: var(--text-color);
  background-size: 200% 100%; /* 扩大背景宽度，使光流有空间 */
  -moz-animation: flowing 5s linear infinite;
       animation: flowing 5s linear infinite; /* 无限循环动画 */
  z-index: 2;
  white-space: nowrap;
}
header .header-s1 .content {
  text-align: center;
}
header .header-s1 .content p {
  color: white;
  display: inline-block;
  padding-left: 100%; /* 让文字从右边外面开始 */
  -moz-animation: marquee 30s linear infinite;
       animation: marquee 30s linear infinite; /* 时间越小滚动越快 */
  font-size: var(--font-size-18);
}
header .header-s1 .content p span {
  color: #0056d6;
  font-weight: bold;
}
@-moz-keyframes marquee {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}
header .header-s2 {
  position: fixed;
  top: 68px;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  height: 90px;
  background-color: white;
  z-index: 9;
  border-radius: 80px;
  -moz-transition: 1s;
  transition: 1s;
  width: 100%;
  top: 40px;
  border-radius: 0%;
  box-shadow: 0px 4px 16px 0px rgba(147, 147, 147, 0.3);
}
header .header-s2 .content {
  height: 100%;
}
header .header-s2 .content .content-right {
  height: 100%;
}
header .header-s2 .content .content-right .nav {
  height: 100%;
}
header .header-s2 .content .content-right .nav .item {
  margin-right: 0.4rem;
  font-size: var(--font-size-18);
  color: #333333;
  position: relative;
  height: 100%;
  cursor: pointer;
}
header .header-s2 .content .content-right .nav .item::after {
  content: "";
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
header .header-s2 .content .content-right .nav .item:hover {
  color: var(--primary-color);
}
header .header-s2 .content .content-right .nav .item:nth-last-child(1) {
  margin-right: 0;
}
header {
  /* 隐藏状态 */
}
header .header-s2.hide {
  -moz-transform: translate(-50%, -200%);
   -ms-transform: translate(-50%, -200%);
       transform: translate(-50%, -200%);
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  header .header-s2-active {
    padding: 0 5%;
  }
}
@media screen and (max-width: 890px) {
  header .header-s2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .header-s1 {
    height: 60px;
  }
}

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

.img-box {
  font-size: 0;
  overflow: hidden;
}

.page {
  margin-top: 40px;
}
.page .all-hidden {
  overflow: hidden;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  gap: 0.2rem;
}
.page .index-s1 {
  width: 100%;
}
.page .index-s1 .banner {
  position: relative;
}
.page .index-s1 .banner .pc {
  display: block;
}
.page .index-s1 .banner .img-box {
  font-size: 0;
}
.page .index-s1 .banner .content {
  position: absolute;
  top: 30%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  text-align: center;
}
.page .index-s1 .banner .content h1 {
  font-size: var(--font-size-48);
  position: relative;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page .index-s1 .banner .content h1 {
    width: 100%;
  }
}
.page .index-s1 .banner .content p {
  font-size: var(--font-size-22);
  margin-top: 0.16rem;
  text-align: left;
  -moz-animation-delay: 0.3s;
       animation-delay: 0.3s;
  color: #fff;
}
.page .index-s1 .banner .content p strong {
  color: var(--primary-color);
}
.page .index-s1 .banner .content .btm {
  margin: 0.4rem 0 0 0;
  -moz-animation-delay: 0.6s;
       animation-delay: 0.6s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  padding: 0.04rem 0.14rem 0.04rem 0.22rem;
  min-height: 0.6rem;
  border-radius: 0.8rem;
  color: white;
  cursor: pointer;
}
.page .index-s1 .banner .content .btm:nth-child(1) {
  background: var(--primary-color);
  border-color: transparent;
}
.page .index-s1 .banner .content .btm:hover {
  background: var(--primary-color);
  border-color: transparent;
}
.page .index-s1 .banner .content .btm .name {
  font-weight: bold;
  font-size: var(--font-size-18);
}
.page .index-s1 .banner .content .btm .i-box {
  width: max(0.3rem, 24px);
  height: max(0.3rem, 24px);
  background-color: white;
  border-radius: 50%;
  margin-left: 0.4rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s1 .banner .content .btm .i-box i {
  color: var(--primary-color);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s1 .banner .content .btm:hover .i-box {
  -moz-transform: translateX(6px);
   -ms-transform: translateX(6px);
       transform: translateX(6px);
}
.page .index-s1 .banner .content .btm:hover .i-box i {
  -moz-transform: rotate(0);
   -ms-transform: rotate(0);
       transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .page .index-s1 .banner .content {
    top: 15%;
  }
}
.page {
  /*
  .index-s2 {
    padding-top: 0.8rem;
    padding-bottom: 1.1rem;
    overflow: hidden;
    .content {
      h2 {
      }
      .list {
        margin-top: 0.42rem;
        flex-wrap: wrap;
        .item {
          width: 32%;
          margin-right: 2%;
          position: relative;
          box-shadow: 0px 4px 31px 0px rgba(153, 153, 153, 0.3);
          overflow: hidden;
          border-radius: max(0.2rem, 16px);
          .img-box {
            img {
              max-height: 400px;
              object-fit: cover;
            }
          }
          .btm {
            position: absolute;
            top: 0.2rem;
            left: 0.12rem;
            padding: 0.16rem 0.42rem;
            border-radius: 0.8rem;
            border: 1px solid #666666;
            background-color: white;
            font-weight: 500;
            .name {
              color: #666666;

              font-size: var(--font-size-24);
              transition: 0.3s;
            }
          }
          .item-bot {
            padding: 0.2rem 0.32rem 0.62rem 0.26rem;
            p {
              position: relative;
              color: #222222;
              font-size: var(--font-size-20);
              padding-left: 0.14rem;
              margin-bottom: 0.08rem;
            }
            p::after {
              content: "";
              position: absolute;
              top: max(0.12rem, 10px);
              left: 0;
              width: max(0.06rem, 4px);
              height: max(0.06rem, 4px);
              border-radius: 50%;
              background-color: #222222;
            }
          }
        }
        .item:nth-last-child(1) {
          margin-right: 0;
        }
        .item:hover {
          img {
            transform: scale(1.08);
          }
          .btm {
            .name {
              color: #222;
              font-weight: 600;
            }
          }
        }
      }
      @media screen and (max-width: 880px) {
        .list {
          .item {
            width: 100%;
            margin-right: 0;
            margin-bottom: 16px;
          }
        }
      }
    }
  }
  */
}
.page .index-s3 {
  background-image: url("../images/indexS3-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: max(0.12rem, 10px) 0 0.18rem 0;
}
.page .index-s3 .content .module1 {
  flex-wrap: wrap;
}
.page .index-s3 .content .module1 .module1-left {
  width: 63%;
  padding-right: 1.5rem;
  padding-top: 0.43rem;
}
.page .index-s3 .content .module1 .module1-left h2 {
  font-size: var(--font-size-30);
  color: white;
}
.page .index-s3 .content .module1 .module1-left p {
  font-size: var(--font-size-20);
  color: white;
  margin-top: 0.16rem;
}
.page .index-s3 .content .module1 .module1-left .btm {
  min-height: 0.6rem;
  border-radius: 0.8rem;
  padding: 0.16rem 0.24rem 0.16rem 0.26rem;
  margin-top: 0.26rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border: 1px solid white;
  cursor: pointer;
}
.page .index-s3 .content .module1 .module1-left .btm .name {
  color: #222;
  font-weight: bold;
  margin: 0 0.24rem 0 0.18rem;
}
.page .index-s3 .content .module1 .module1-left .btm .i-box2 i {
  color: var(--primary-color);
  font-size: var(--font-size-22);
}
.page .index-s3 .content .module1 .module1-left .btm .i-box {
  width: max(0.3rem, 24px);
  height: max(0.3rem, 24px);
  background-color: white;
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--primary-color);
}
.page .index-s3 .content .module1 .module1-left .btm .i-box i {
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
}
.page .index-s3 .content .module1 .module1-right {
  position: relative;
  width: 37%;
}
.page .index-s3 .content .module1 .module1-right .bg {
  width: auto;
}
.page .index-s3 .content .module1 .module1-right .bg2 {
  position: absolute;
  left: 30%;
  top: 50%;
  width: auto;
  -moz-transform: rotate(15deg);
   -ms-transform: rotate(15deg);
       transform: rotate(15deg);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.3);
  /* ✅ 摇摆动画 */
  -moz-animation: swingRotate 3.5s ease-in-out infinite;
       animation: swingRotate 3.5s ease-in-out infinite;
  -moz-transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
       transform-origin: 50% 50%; /* 围绕中心摇 */
  will-change: transform;
}
.page .index-s3 .content .module1 .module1-right {
  /* ✅ 钟摆式来回摇晃 */
}
@-moz-keyframes swingRotate {
  0% {
    -moz-transform: rotate(12deg);
         transform: rotate(12deg);
  }
  50% {
    -moz-transform: rotate(18deg);
         transform: rotate(18deg);
  }
  100% {
    -moz-transform: rotate(12deg);
         transform: rotate(12deg);
  }
}
@keyframes swingRotate {
  0% {
    -moz-transform: rotate(12deg);
         transform: rotate(12deg);
  }
  50% {
    -moz-transform: rotate(18deg);
         transform: rotate(18deg);
  }
  100% {
    -moz-transform: rotate(12deg);
         transform: rotate(12deg);
  }
}
@media screen and (max-width: 1480px) {
  .page .index-s3 .content .module1 .module1-left {
    width: 50%;
    padding-right: 0.6rem;
  }
  .page .index-s3 .content .module1 .module1-right {
    width: 50%;
  }
  .page .index-s3 .content .module1 .module1-right .bg2 {
    left: 20%;
  }
}
@media screen and (max-width: 1080px) {
  .page .index-s3 .content .module1 .module1-left {
    width: 45%;
    padding-right: 0.6rem;
  }
  .page .index-s3 .content .module1 .module1-right {
    width: 45%;
  }
  .page .index-s3 .content .module1 .module1-right .bg2 {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .page .index-s3 {
    margin-bottom: 60px;
  }
  .page .index-s3 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
  }
  .page .index-s3 .content .module1 .module1-right {
    width: 78%;
  }
  .page .index-s3 .content .module1 .module1-right img {
    width: auto;
  }
  .page .index-s3 .content .module1 .module1-right {
    margin-top: 20px;
  }
}
.page .index-s4 {
  padding-top: 0.78rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.page .index-s4 .content .list {
  margin-top: 0.34rem;
}
.page .index-s4 .content .list .item {
  flex-wrap: wrap;
  background: #ffffff;
  padding: 0.3rem 0.34rem;
  box-shadow: 0px 4px 43px 0px rgba(173, 173, 173, 0.3);
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
  margin-bottom: 0.2rem;
}
.page .index-s4 .content .list .item .item-left {
  background-color: red;
  width: 43%;
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
}
.page .index-s4 .content .list .item .item-left img {
  min-height: max(3.15rem, 280px);
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s4 .content .list .item .item-right {
  width: 57%;
  padding-left: 0.66rem;
}
.page .index-s4 .content .list .item .item-right .icon {
  position: relative;
  width: max(0.8rem, 50px);
  height: max(0.8rem, 50px);
  width: max(0.8rem, 50px);
  height: max(0.8rem, 50px);
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent;
}
.page .index-s4 .content .list .item .item-right .icon .i-box {
  width: max(0.62rem, 40px);
  height: max(0.62rem, 40px);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 2;
  background-color: white;
  box-shadow: 0px 4px 41px 0px rgba(155, 155, 155, 0.3);
}
.page .index-s4 .content .list .item .item-right .icon .i-box i {
  font-size: var(--font-size-30);
}
.page .index-s4 .content .list .item .item-right h3 {
  font-size: var(--font-size-32);
  margin-top: 0.2rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s4 .content .list .item .item-right .p-list {
  margin-top: 0.16rem;
}
.page .index-s4 .content .list .item .item-right .p-list p {
  margin-bottom: 0.04rem;
  position: relative;
  padding-left: 0.18rem;
  font-size: var(--font-size-22);
}
.page .index-s4 .content .list .item .item-right .p-list p::after {
  content: "";
  position: absolute;
  top: max(0.13rem, 9px);
  left: 0;
  width: max(0.06rem, 4px);
  height: max(0.06rem, 4px);
  border-radius: 50%;
  background-color: #666666;
}
.page .index-s4 .content .list .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .index-s4 .content .list .item:hover .icon {
  background: rgba(255, 134, 21, 0.17);
}
.page .index-s4 .content .list .item:hover h3 {
  color: var(--text-color);
}
.page .index-s4 .content .list .item:nth-child(2n) .item-left {
  -moz-box-ordinal-group: 3;
       order: 2;
}
.page .index-s4 .content .list .item:nth-child(2n) .item-right {
  -moz-box-ordinal-group: 2;
       order: 1;
  padding-left: 0;
  padding-right: 0.4rem;
}
@media screen and (max-width: 768px) {
  .page .index-s4 .content .list .item .item-left {
    width: 100%;
  }
  .page .index-s4 .content .list .item .item-left img {
    min-height: auto;
  }
  .page .index-s4 .content .list .item .item-right {
    width: 100%;
    margin-top: 16px;
    padding: 0 0.2rem !important;
  }
  .page .index-s4 .content .list .item:nth-child(2n) .item-left {
    -moz-box-ordinal-group: 2;
         order: 1;
  }
  .page .index-s4 .content .list .item:nth-child(2n) .item-right {
    -moz-box-ordinal-group: 3;
         order: 2;
  }
}
.page .index-s5 {
  padding-top: 0.6rem;
  box-shadow: 0px 4px 43px 0px rgba(173, 173, 173, 0.3);
}
.page .index-s5 .content .swiper {
  padding: 0.84rem 0.36rem 1rem 0.36rem;
}
.page .index-s5 .content .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.page .index-s5 .content .swiper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.page .index-s5 .content .swiper .item {
  overflow: hidden;
  border-radius: max(0.2rem, 16px);
  box-shadow: 0px 4px 36px 0px rgba(187, 187, 187, 0.3);
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.page .index-s5 .content .swiper .item .item-bot {
  padding: 0.22rem 0.22rem 0.42rem 0.22rem;
}
.page .index-s5 .content .swiper .item .item-bot h3 {
  font-size: var(--font-size-24);
}
.page .index-s5 .content .swiper .item .item-bot p {
  font-size: var(--font-size-22);
  margin-top: 0.1rem;
}
.page .index-s5 .content .swiper .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s5 .content .swiper .item:hover {
  -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
       transform: translateY(-10px);
}
.page .index-s5 .content .swiper .item:hover img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .index-s5 .content .swiper .item:hover::after {
  width: 80%;
}
.page .index-s6 {
  padding-top: 0.9rem;
  padding-bottom: 0.63rem;
}
.page .index-s6 h2 strong {
  color: var(--text-color);
}
.page .index-s6 .list {
  margin-top: 0.64rem;
  padding-bottom: 0.2rem;
  width: 100%;
  min-width: 880px;
}
.page .index-s6 .list .item {
  margin-right: 1.333%;
}
.page .index-s6 .list .item .item-head .icon {
  position: relative;
  width: max(0.8rem, 50px);
  height: max(0.8rem, 50px);
  width: max(0.8rem, 50px);
  height: max(0.8rem, 50px);
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  flex-shrink: 0;
  background-color: transparent;
}
.page .index-s6 .list .item .item-head .icon .i-box {
  width: max(0.62rem, 40px);
  height: max(0.62rem, 40px);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 41px 0px rgba(155, 155, 155, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 2;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s6 .list .item .item-head .icon .i-box i {
  color: #9b9b9b;
  font-size: var(--font-size-28);
}
.page .index-s6 .list .item .item-head .line {
  margin-left: 0.18rem;
}
.page .index-s6 .list .item h3 {
  margin-top: 0.2rem;
}
.page .index-s6 .list .item:nth-last-child(1) {
  margin-right: 0;
  min-width: 130px;
}
.page .index-s6 .list .item:hover .icon {
  background: rgba(255, 134, 21, 0.13);
}
.page .index-s6 .list .item:hover .icon i {
  color: var(--primary-color) !important;
}
.page .index-s6 .list .item:hover h3 {
  color: var(--text-color);
}
.page .index-s7 {
  background-image: url("../images/indexS7-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.62rem 0 0.54rem 0;
}
.page .index-s7 .content {
  overflow: hidden;
}
.page .index-s7 .content .module1 {
  flex-wrap: wrap;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .index-s7 .content .module1 .module1-left {
  flex-shrink: 0;
  padding-right: 0.5rem;
}
.page .index-s7 .content .module1 .module1-left h2 {
  font-size: var(--font-size-30);
  color: white;
}
.page .index-s7 .content .module1 .module1-left p {
  font-size: var(--font-size-20);
  color: white;
  margin-top: 0.16rem;
  white-space: wrap;
  overflow-wrap: break-word;
}
.page .index-s7 .content .module1 .module1-right {
  flex-shrink: 0;
}
.page .index-s7 .content .module1 .module1-right .btm {
  min-height: 0.6rem;
  border-radius: 0.8rem;
  padding: 0.16rem 0.24rem 0.16rem 0.26rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border: 1px solid white;
  cursor: pointer;
}
.page .index-s7 .content .module1 .module1-right .btm .name {
  color: #222;
  font-weight: bold;
  margin: 0 0.24rem 0 0;
}
.page .index-s7 .content .module1 .module1-right .btm .i-box2 i {
  color: var(--primary-color);
  font-size: var(--font-size-22);
}
.page .index-s7 .content .module1 .module1-right .btm .i-box {
  width: max(0.3rem, 24px);
  height: max(0.3rem, 24px);
  background-color: white;
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--primary-color);
}
.page .index-s7 .content .module1 .module1-right .btm .i-box i {
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
}
@media screen and (max-width: 768px) {
  .page .index-s7 .content .module1 {
    display: block;
  }
  .page .index-s7 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
  }
  .page .index-s7 .content .module1 .module1-right {
    width: 100%;
  }
  .page .index-s7 .content .module1 .module1-right .btm {
    margin-top: 20px;
  }
}
.page .index-s7-1 {
  padding-top: 0.88rem;
}
.page .index-s7-1 .content {
  overflow: hidden;
}
.page .index-s7-1 .content .module1 {
  margin-top: 0.76rem;
  -moz-box-align: center;
       align-items: center;
  flex-wrap: wrap;
}
.page .index-s7-1 .content .module1 .module1-left {
  width: 52.14%;
}
.page .index-s7-1 .content .module1 .module1-right {
  width: 47.86%;
  padding-left: 0.74rem;
}
.page .index-s7-1 .content .module1 .module1-right .list {
  flex-wrap: wrap;
}
.page .index-s7-1 .content .module1 .module1-right .list .item {
  width: 50%;
  padding-right: 0.3rem;
  margin-bottom: 0.84rem;
}
.page .index-s7-1 .content .module1 .module1-right .list .item h3 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.page .index-s7-1 .content .module1 .module1-right .list .item h3 .number {
  font-size: var(--font-size-72);
}
.page .index-s7-1 .content .module1 .module1-right .list .item h3 .jia,
.page .index-s7-1 .content .module1 .module1-right .list .item h3 .name {
  font-size: var(--font-size-22);
  padding-left: 0.1rem;
  font-weight: normal;
}
.page .index-s7-1 .content .module1 .module1-right .list .item:nth-child(3n),
.page .index-s7-1 .content .module1 .module1-right .list .item:nth-child(4n) {
  margin-bottom: 0;
}
.page .index-s7-1 .content .module1 .module1-right .list .item2 h3 {
  -moz-box-align: end;
       align-items: flex-end;
}
.page .index-s7-1 .content .module1 .module1-right .list .item2 h3 .name {
  margin-bottom: 0.1rem;
}
.page .index-s7-1 .content .module1 .module1-right .list .item:hover h3 {
  color: var(--text-color);
}
.page .index-s7-1 .content .module1 .module1-right .list .item:hover p {
  color: var(--text-color);
}
.page .index-s7-1 .content .module2 {
  margin-top: 0.94rem;
}
.page .index-s7-1 .content .module2 .list .item {
  position: relative;
  margin-bottom: 0.2rem;
}
.page .index-s7-1 .content .module2 .list .item .yuan {
  width: max(0.3rem, 20px);
  height: max(0.3rem, 20px);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  background-color: var(--primary-color);
}
.page .index-s7-1 .content .module2 .list .item p {
  padding-left: 0.6rem;
  font-size: var(--font-size-20);
}
@media screen and (max-width: 768px) {
  .page .index-s7-1 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
  }
  .page .index-s7-1 .content .module1 .module1-right {
    width: 100%;
    margin-top: 20px;
  }
}
.page .index-s8 {
  padding-top: 1.1rem;
  padding-bottom: 0.4rem;
}
.page .index-s8 .content .module1 {
  margin-top: 0.72rem;
}
.page .index-s8 .content .module1 .scroll-wrapper {
  overflow-x: hidden;
  width: 100%;
  padding: 0.16rem 0;
}
.page .index-s8 .content .module1 .scroll-wrapper .ul {
  display: -moz-box;
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .index-s8 .content .module1 .scroll-wrapper .ul .li {
  -moz-box-flex: 0;
       flex: 0 0 auto;
  width: 217px;
  height: 100px;
  margin-right: 16px;
  border-radius: max(0.1rem, 8px);
  box-shadow: 0px 4px 34px 0px #ebebeb;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s8 .content .module1 .scroll-wrapper .ul .li img {
  width: auto;
  max-width: 80%;
}
.page .index-s8 .content .module1 .scroll-wrapper .ul .li:hover {
  -moz-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
       transform: translateY(-10px);
}
.page .index-s8 .content .module1 .scroll-wrapper .ul .li:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.page .index-s8 .content .module1 .scroll-wrapper .scroll-left {
  -moz-animation: scroll-left 60s linear infinite;
       animation: scroll-left 60s linear infinite;
}
.page .index-s8 .content .module1 .scroll-wrapper .scroll-right {
  -moz-animation: scroll-right 60s linear infinite;
       animation: scroll-right 60s linear infinite;
}
.page .index-s8 .content .module1 .scroll-wrapper {
  /* 鼠标悬浮时暂停动画 */
}
.page .index-s8 .content .module1 .scroll-wrapper .scroll-left:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
.page .index-s8 .content .module1 .scroll-wrapper .scroll-right:hover {
  -moz-animation-play-state: paused;
       animation-play-state: paused;
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}
@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
  100% {
    -moz-transform: translateX(0%);
         transform: translateX(0%);
  }
}
.page .index-s9 .content .module1 .swiper {
  padding: 0.4rem 0.2rem 0.5rem 0.2rem;
}
.page .index-s9 .content .module1 .swiper .item {
  position: relative;
  background: #ffffff;
  padding: 0.3rem 0;
  /* 阴影 */
  box-shadow: 0px 4px 19px 0px rgba(188, 188, 188, 0.47);
}
.page .index-s9 .content .module1 .swiper .item .img-box {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.page .index-s9 .content .module1 .swiper .item .img-box img {
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .index-s9 .content .module1 .swiper .item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s9 .content .module1 .swiper .item:hover::after {
  width: 80%;
}
.page .index-s10 {
  padding-top: 0.46rem;
  padding-bottom: 0.96rem;
}
.page .index-s10 .content {
  overflow: hidden;
}
.page .index-s10 .content .module1 {
  margin-top: 0.46rem;
  -moz-box-align: center;
       align-items: center;
}
.page .index-s10 .content .module1 .module1-left {
  width: 55.43%;
  padding-right: 0.5rem;
}
.page .index-s10 .content .module1 .module1-left .list {
  flex-wrap: wrap;
}
.page .index-s10 .content .module1 .module1-left .list .item {
  border-bottom: 1px solid #d8d8d8;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s10 .content .module1 .module1-left .list .item .item-head {
  padding: 0.2rem 0 0.2rem 0;
  cursor: pointer;
  -moz-box-align: center;
       align-items: center;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s10 .content .module1 .module1-left .list .item .item-head .i-box {
  color: var(--text-color);
  flex-shrink: 0;
}
.page .index-s10 .content .module1 .module1-left .list .item .item-head .i-box i {
  font-size: var(--font-size-24);
}
.page .index-s10 .content .module1 .module1-left .list .item .item-head h3 {
  font-size: var(--font-size-22);
  -moz-box-flex: 1;
       flex: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0.3rem;
  font-weight: normal;
}
.page .index-s10 .content .module1 .module1-left .list .item .item-head .yuan {
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: max(0.26rem, 24px);
  height: max(0.26rem, 24px);
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
}
.page .index-s10 .content .module1 .module1-left .list .item .item-head .yuan i {
  font-size: var(--font-size-12);
  margin-left: max(0.02rem, 1px);
}
.page .index-s10 .content .module1 .module1-left .list .item .item-head .yuan .icon {
  display: none;
}
.page .index-s10 .content .module1 .module1-left .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s10 .content .module1 .module1-left .list .item .item-bot .scroll-y {
  padding-bottom: 0.2rem;
}
.page .index-s10 .content .module1 .module1-left .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-16);
  margin-bottom: 0.1rem;
}
.page .index-s10 .content .module1 .module1-left .list .item .item-bot .scroll-y p:nth-last-child(1) {
  margin-bottom: 0;
}
.page .index-s10 .content .module1 .module1-left .list .item-active h3 {
  color: var(--primary-color);
}
.page .index-s10 .content .module1 .module1-left .list .item-active .yuan .icon2 {
  display: none !important;
}
.page .index-s10 .content .module1 .module1-left .list .item-active .yuan .icon {
  display: block !important;
}
.page .index-s10 .content .module1 .module1-left .list .item-active .item-bot {
  max-height: 300px;
}
.page .index-s10 .content .module1 .module1-right {
  width: 44.57%;
}
@media screen and (max-width: 880px) {
  .page .index-s10 .content .module1 {
    display: block;
  }
  .page .index-s10 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
  }
  .page .index-s10 .content .module1 .module1-right {
    width: 100%;
    margin-top: 20px;
  }
}
.page .index-s11 {
  padding-top: 0.68rem;
  background-image: url("../images/indexS12-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 1.2rem;
}
.page .index-s11 .content .module1 {
  margin-top: 0.4rem;
}
.page .index-s11 .content .module1 .module1-left {
  width: 42.86%;
  padding-right: 0.4rem;
  -moz-box-align: center;
       align-items: center;
}
.page .index-s11 .content .module1 .module1-left h2 {
  color: white;
}
.page .index-s11 .content .module1 .module1-left p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--font-size-20);
}
.page .index-s11 .content .module1 .module1-right {
  width: 57.14%;
}
.page .index-s11 .content .module1 .module1-right form {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0.3rem;
}
.page .index-s11 .content .module1 .module1-right form .box {
  margin-bottom: 0.12rem;
}
.page .index-s11 .content .module1 .module1-right form .box .inp-box {
  width: 48%;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.page .index-s11 .content .module1 .module1-right form .box .inp-box input {
  min-height: max(0.42rem, 36px);
  background-color: transparent;
  padding-left: 0.14rem;
  background-color: #EEEEEE;
  border: 1px solid rgba(249, 249, 249, 0.4);
  font-size: var(--font-size-16);
  border-radius: 5px;
}
.page .index-s11 .content .module1 .module1-right form .inp-box {
  border-radius: 5px;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.page .index-s11 .content .module1 .module1-right form .inp-box input {
  width: 100%;
}
.page .index-s11 .content .module1 .module1-right form .inp-box textarea {
  width: 100%;
  height: max(0.9rem, 60px);
  padding: 0.14rem;
  background-color: #EEEEEE;
  border: 1px solid rgba(249, 249, 249, 0.4);
  font-size: var(--font-size-16);
  border-radius: 5px;
}
.page .index-s11 .content .module1 .module1-right form .inp-box .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.page .index-s11 .content .module1 .module1-right form .inp-box-active input, .page .index-s11 .content .module1 .module1-right form .inp-box-active textarea {
  border: 1px solid red !important;
}
.page .index-s11 .content .module1 .module1-right form .inp-box-active .tip {
  top: 110% !important;
  opacity: 1 !important;
}
.page .index-s11 .content .module1 .module1-right form .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  margin-top: 0.2rem;
  position: relative;
}
.page .index-s11 .content .module1 .module1-right form .privacy input {
  margin-right: 0.1rem;
  margin-top: 0.06rem;
}
.page .index-s11 .content .module1 .module1-right form .privacy .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.page .index-s11 .content .module1 .module1-right form .privacy a {
  color: var(--text-color);
  cursor: pointer;
}
.page .index-s11 .content .module1 .module1-right form button {
  margin-top: 30px;
  background-color: var(--primary-color);
  border-radius: 0.8rem;
  padding: 0.12rem 0.26rem;
  color: white;
  font-size: var(--font-size-18);
  min-width: 126px;
  height: max(0.42rem, 32px);
}
.page .index-s11 .content .module2 {
  padding: 0.28rem 0;
}
.page .index-s11 .content .module2 p {
  text-align: left;
}
@media screen and (max-width: 880px) {
  .page .index-s11 .content .module1 {
    display: block;
  }
  .page .index-s11 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
    display: none;
  }
  .page .index-s11 .content .module1 .module1-right {
    width: 100%;
  }
}
.page .index-s12 {
  position: fixed;
  display: none;
  bottom: 0.34rem;
  width: 100%;
  z-index: 10;
}
.page .index-s12 .content .list {
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .index-s12 .content .list .item {
  padding: 0.1rem 0.4rem 0.1rem 0.52rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  box-shadow: 0px 4px 22px 0px rgba(179, 179, 179, 0.3);
  border-radius: max(0.2rem, 16px);
  width: 45%;
}
.page .index-s12 .content .list .item h3 {
  font-size: var(--font-size-26);
  font-weight: normal;
}
.page .index-s12 .content .list .item .btm {
  border: 1px solid #e4e4e4;
  padding: 0.13rem 0.28rem 0.13rem 0.46rem;
  border-radius: 0.8rem;
  cursor: pointer;
}
.page .index-s12 .content .list .item .btm > div .name {
  margin-right: 0.4rem;
  color: #666666;
  font-size: var(--font-size-22);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s12 .content .list .item .btm > div .i-box {
  width: max(0.3rem, 24px);
  height: max(0.3rem, 24px);
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 4px 30px 0px rgba(111, 111, 111, 0.3);
}
.page .index-s12 .content .list .item .btm > div .i-box i {
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
}
.page .index-s12 .content .list .item2 {
  width: 53%;
}

/* Products Section - ldy-products (左文右图布局) */
.ldy-products {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-top: 0.9rem;
}
.ldy-products:nth-child(2n) {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-flow: row-reverse;
}
.ldy-products .ldy-products-left {
  width: 38%;
}
.ldy-products .ldy-products-left .content-box .btm-light {
  background: var(--primary-color);
  display: -moz-inline-box;
  display: inline-flex;
  margin-top: 0.1rem;
  padding: 0.14rem 0.24rem;
  border-radius: 0.5rem;
  color: #fff;
}
.ldy-products .ldy-products-left .content-box .btm-light .i-box {
  margin-left: 0.1rem;
  background: #fff;
  color: var(--primary-color);
  border-radius: 50%;
  padding: 0.04rem;
}
.ldy-products .ldy-products-left .content-box .text-content .section-title {
  font-size: var(--font-size-42);
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.1rem;
  line-height: 1.3;
}
.ldy-products .ldy-products-left .content-box .text-content .section-desc {
  font-size: var(--font-size-18);
  color: #666;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
.ldy-products .ldy-products-left .content-box .text-content .feature-list {
  list-style: none;
  margin-bottom: 0;
}
.ldy-products .ldy-products-left .content-box .text-content .feature-list li {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.2rem;
  padding: 0.06rem 0;
  font-size: var(--font-size-18);
  color: #333;
}
.ldy-products .ldy-products-left .content-box .text-content .feature-list li .check-icon {
  width: max(0.24rem, 20px);
  height: max(0.24rem, 20px);
  flex-shrink: 0;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -moz-transform 0.3s ease;
}
.ldy-products .ldy-products-left .content-box .text-content .feature-list li:hover .check-icon {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.ldy-products .ldy-products-left .content-box .text-content .feature-list li span {
  line-height: 1.4;
}
.ldy-products .ldy-products-right {
  width: 58%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31%, 1fr));
  gap: 2%;
  background: #fff;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.ldy-products .ldy-products-right .image-box {
  position: relative;
  border-radius: max(0.2rem, 16px);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  aspect-ratio: 4/3;
}
.ldy-products .ldy-products-right .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  display: block;
  -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -moz-transform 0.5s ease;
}
.ldy-products .ldy-products-right .image-box:hover {
  -moz-transform: translateY(-5px);
   -ms-transform: translateY(-5px);
       transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}
.ldy-products .ldy-products-right .image-box:hover img {
  -moz-transform: scale(1.05);
   -ms-transform: scale(1.05);
       transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .ldy-products .ldy-products {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 0.5rem;
  }
  .ldy-products .ldy-products:nth-child(2n) {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .ldy-products .ldy-products .ldy-products-left,
  .ldy-products .ldy-products .ldy-products-right {
    width: 100%;
  }
  .ldy-products .ldy-products .ldy-products-left .content-box .text-content .section-title {
    font-size: var(--font-size-32);
  }
  .ldy-products .ldy-products .ldy-products-left .content-box .text-content .section-desc {
    font-size: var(--font-size-16);
  }
  .ldy-products .ldy-products .ldy-products-left .content-box .text-content .feature-list li {
    font-size: var(--font-size-16);
  }
  .ldy-products .ldy-products .ldy-products-right .image-box {
    width: 100%;
  }
}

.trust-badges {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.2rem;
  padding: 0.15rem 0.3rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: max(0.5rem, 40px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-top: 0.25rem;
}
.trust-badges .trust-item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  gap: 0.08rem;
}
.trust-badges .trust-item .trust-icon {
  width: max(0.18rem, 14px);
  height: max(0.18rem, 14px);
  flex-shrink: 0;
}
.trust-badges .trust-item span {
  font-size: var(--font-size-14);
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.trust-badges .trust-divider {
  width: 1px;
  height: max(0.18rem, 14px);
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.ldy-pro-title {
  text-align: center;
  margin-bottom: 0.1rem;
}

.section-title {
  line-height: 1.2 !important;
}

.ldy-pro-ertitle {
  font-size: var(--font-size-22);
  text-align: center;
}

.ldy-content {
  padding: 1rem 0px;
}

#Products {
  overflow: hidden;
}