@charset "UTF-8";
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/GILROY/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/GILROY/Gilroy-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/GILROY/Gilroy-Regular.woff2") format("woff2"), url("../fonts/GILROY/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/POPPINS/Poppins-Medium.woff2") format("woff2"), url("../fonts/POPPINS/Poppins-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: normal;
}
/*公共常用样式*/
.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;
}

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

/* 插件初始化 */
.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;
}

*[id] {
  scroll-margin-top: -moz-calc(var(--header-height) + 20px);
  scroll-margin-top: calc(var(--header-height) + 20px); /* 避免锚点内容被 fixed header 遮挡 */
}

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

body {
  /* overflow-x: hidden; */
  font: var(--font-size-16) "Poppins-Medium", Arial, Helvetica, sans-serif, "Microsoft YaHei", "sans-serif";
  /* 主题色 */
  --primary-color: #328051;
  --primary-color2: #8ac451;
  --primary-color3: #01409d;
  /* 文本色 */
  --text-color: #2346af;
  /* 导航高度 */
  --header-height: 72px;
  --header-height2: 50px;
  --all-border-radius: max(0.2rem, 16px);
  --all-border-radius2: max(0.1rem, 8px);
  line-height: 1.15;
  --font-size-288: max(2.88rem, 72px);
  --font-size-82: max(0.82rem, 30px);
  --font-size-72: max(0.72rem, 26px);
  --font-size-60: max(0.6rem, 26px);
  --font-size-54: max(0.54rem, 24px);
  --font-size-52: max(0.52rem, 24px);
  --font-size-48: max(0.48rem, 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);
}

@media screen and (max-width: 1260px) {
  body {
    --header-height: 50px;
    --header-height2: max(0.4rem, 30px);
  }
}
@media screen and (max-width: 768px) {
  body {
    --header-height: 50px;
    --font-size-82: max(32px);
  }
}
ul {
  list-style-type: none;
  padding-left: 0; /* 取消左侧内边距 */
}

div,
a,
p,
span,
button,
input,
textarea {
  /* font-family: var(--font-regular); */
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-SemiBold", Arial, Helvetica, sans-serif;
  color: #222;
}

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: var(--font-size-52);
}

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

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

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

.w1660 {
  width: 86.46%;
  margin: 0 auto;
}

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

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

.left-w1600 {
  margin-left: 7.6%;
}

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

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1599px) {
  .w1660 {
    width: 92%;
  }
  .left-1660 {
    margin-left: 10%;
  }
  .w1600 {
    width: 90%;
  }
  .left-w1600 {
    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,
  .w1600 {
    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-42);
}

.header-page {
  position: relative;
  z-index: 100;
}
.header-page .header {
  position: fixed;
  top: var(--header-height2);
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 10;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .header-left {
  flex-shrink: 0;
  background-color: white;
  border-radius: 0.8rem;
  overflow: hidden;
  padding: 0.16rem;
  height: var(--header-height);
  flex-shrink: 0;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  box-shadow: 0px 4px 36px 0px rgba(143, 143, 143, 0.3);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .header-left a {
  display: block;
}
.header-page .header .header-left a img {
  width: auto;
  max-width: 96%;
}
.header-page .header .header-left a img:nth-child(2) {
  display: none;
}
.header-page .header .header-content {
  background-color: white;
  border-radius: 1rem;
  height: var(--header-height);
  width: 100%;
  margin: 0 0.18rem;
  padding: 0 0.26rem 0 0.4rem;
  box-shadow: 0px 4px 36px 0px rgba(143, 143, 143, 0.3);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .header-content .nav {
  width: 100%;
  height: var(--header-height);
  -moz-box-pack: justify;
       justify-content: space-between;
}
.header-page .header .header-content .nav .item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  position: relative;
  padding-right: 0.2rem;
}
.header-page .header .header-content .nav .item > a {
  height: var(--header-height);
  display: -moz-box;
  display: flex;
  font-size: var(--font-size-20);
  -moz-box-align: center;
       align-items: center;
  color: #222;
  font-weight: 500;
}
.header-page .header .header-content .nav .item > a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-page .header .header-content .nav .item .select {
  position: absolute;
  height: 0;
  left: 0px;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 360px;
  height: 0;
  opacity: 0;
  -moz-transition: 0.8s;
  transition: 0.8s;
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}
.header-page .header .header-content .nav .item .select .select-list {
  position: relative;
  border: 1px solid rgba(230, 35, 43, 0.0902);
  padding: 0.14rem 0.24rem;
  opacity: 1;
  background-color: white;
  box-shadow: 0px 4px 27px 0px rgba(188, 188, 188, 0.3);
  overflow: hidden;
  border-radius: var(--all-border-radius);
  margin-top: 10px;
}
.header-page .header .header-content .nav .item .select .select-list .box-item {
  width: 100%;
  padding: 16px 20px;
  font-size: var(--font-size-18);
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--all-border-radius);
  margin-bottom: 10px;
}
.header-page .header .header-content .nav .item .select .select-list .box-item h3 {
  font-size: var(--font-size-18);
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
}
.header-page .header .header-content .nav .item .select .select-list .box-item .img-box {
  position: relative;
}
.header-page .header .header-content .nav .item .select .select-list .box-item .img-box img:nth-child(2) {
  display: none;
}
.header-page .header .header-content .nav .item .select .select-list .box-item-active h3 {
  color: #fff;
}
.header-page .header .header-content .nav .item .select .select-list .box-item-active .img-box img:nth-child(1) {
  display: none;
}
.header-page .header .header-content .nav .item .select .select-list .box-item-active .img-box img:nth-child(2) {
  display: block;
}
.header-page .header .header-content .nav .item .select .select-list .line-box {
  background-color: var(--primary-color);
  position: absolute;
  bottom: 80%;
  left: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0%;
  height: 0%;
  overflow: hidden;
  border-radius: var(--all-border-radius);
}
.header-page .header .header-content .nav .item .select2 {
  position: fixed;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  top: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -moz-transition: opacity 0.8s ease, transform 0.8s ease, -moz-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -moz-transform 0.8s ease;
}
.header-page .header .header-content .nav .item .select2 .select2-content {
  padding: 30px 30px 30px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: var(--all-border-radius);
  margin-top: 10px;
}
.header-page .header .header-content .nav .item .select2 .select2-content .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  row-gap: 0.3rem;
}
.header-page .header .header-content .nav .item .select2 .select2-content .list .list-item h3 {
  font-size: var(--font-size-20);
}
.header-page .header .header-content .nav .item .select2 .select2-content .list .list-item h3 a {
  font-size: var(--font-size-20);
}
.header-page .header .header-content .nav .item .select2 .select2-content .list .list-item .child {
  margin-top: 0.14rem;
}
.header-page .header .header-content .nav .item .select2 .select2-content .list .list-item .child a {
  font-size: var(--font-size-18);
  color: #666;
  display: block;
  line-height: 1.4;
  padding-bottom: max(0.1rem, 4px);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
}
.header-page .header .header-content .nav .item .select2 .select2-content .list .list-item .child a::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .header-content .nav .item .select2 .select2-content .list .list-item .child a:hover {
  color: var(--primary-color);
}
.header-page .header .header-content .nav .item .select2 .select2-content .list .list-item .child a:hover::after {
  width: 100%;
  left: 0%;
}
.header-page .header .header-content .nav .item:nth-last-child(1) {
  padding-right: 0;
}
.header-page .header .header-content .nav .item-active > a::after {
  width: 100%;
}
.header-page .header .header-content .nav .item-active > a {
  color: var(--primary-color);
}
.header-page .header .header-content .nav .item:hover .select {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.header-page .header .header-content .nav .item:hover .select2 {
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
.header-page .header .header-content .nav .item:hover > a::after {
  width: 100%;
}
.header-page .header .header-content .nav .item:hover > a {
  color: var(--primary-color);
}
.header-page .header .header-content .search {
  margin-left: 0.4rem;
  background-color: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  padding: 0.1rem 0.1rem;
  flex-shrink: 0;
}
.header-page .header .header-content .search i {
  color: white;
  font-size: var(--font-size-24);
  line-height: 1;
}
.header-page .header .header-content .search .name {
  font-size: var(--font-size-20);
  margin-left: 0.24rem;
  color: white;
}
.header-page .header .header-content .language {
  font-size: var(--font-size-18);
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  margin-left: 0.3rem;
  flex-shrink: 0;
}
.header-page .header .header-content .language .icon-yuyan {
  font-size: var(--font-size-20);
}
.header-page .header .header-content .language .img-box {
  background-color: var(--primary-color);
  border-radius: 50%;
}
.header-page .header .header-content .language .img-box img {
  width: 26px;
}
.header-page .header .header-content .language .name {
  margin: 0 6px 0 8px;
}
.header-page .header .header-content .language .icon-xiajiantou {
  font-size: var(--font-size-18);
}
.header-page .header .header-content .language .language-select {
  position: absolute;
  top: 130%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 140%;
  background-color: white;
  color: var(--primary-color);
  border-radius: 0.06rem;
  max-height: 0;
  overflow: hidden;
  -moz-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.header-page .header .header-content .language .language-select a {
  display: block;
  text-align: center;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ededed;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-page .header .header-content .language .language-select a:hover {
  background-color: var(--primary-color);
  color: white;
}
.header-page .header .header-content .language-active .language-select {
  max-height: 200px;
}
.header-page .header .head-right {
  flex-shrink: 0;
}
.header-page .header .head-right .clearfix {
  flex-shrink: 0;
}
.header-page .header .head-right .clearfix .contact {
  background: #ffffff;
  height: var(--header-height);
  box-shadow: 0px 4px 36px 0px rgba(143, 143, 143, 0.3);
  border-radius: 0.8rem;
  padding: 0 0.44rem 0 0.36rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header-page .header .head-right .clearfix .contact i {
  font-size: var(--font-size-26);
  color: var(--primary-color2);
}
.header-page .header .head-right .clearfix .contact .name {
  margin-left: 0.2rem;
  font-size: var(--font-size-20);
  color: #222;
  font-weight: 500;
}
.header-page .header .head-right .btm {
  display: none;
  margin-left: 10px;
  position: relative;
}
.header-page .header .head-right .btm img {
  width: 20px;
}
.header-page .header-active {
  background-color: white;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  width: 100%;
  top: 0;
}
.header-page .header-active .header-left {
  border-radius: 0;
  box-shadow: none;
}
.header-page .header-active .header-content {
  border-radius: 0;
  box-shadow: none;
}
.header-page .header-active .head-right .clearfix .contact {
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .header-page .header {
    top: 0;
    left: 0;
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
    width: 100%;
    border-radius: 0 !important;
  }
}
.header-page .searchPage {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 101;
  display: none;
  opacity: 0;
}
.header-page .searchPage .close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 50px;
  color: white;
  line-height: 1;
  cursor: pointer;
}
.header-page .searchPage .sousuo {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 80%;
}
.header-page .searchPage .sousuo form {
  padding-bottom: 8px;
  border-bottom: 1px solid white;
}
.header-page .searchPage .sousuo form input {
  background-color: transparent;
  color: white;
  width: 98%;
  font-weight: bold;
  padding-right: 12px;
}
.header-page .searchPage .sousuo form .name {
  color: white;
  white-space: nowrap;
  font-size: var(--font-size-18);
  background-color: transparent;
}
.header-page .searchPage .sousuo form button {
  cursor: pointer;
}
.header-page .searchPage .sousuo .centre {
  margin-top: 16px;
  flex-wrap: wrap;
}
.header-page .searchPage .sousuo .centre p {
  color: white;
  margin-bottom: 8px;
}
.header-page .searchPage .sousuo .centre a {
  color: white;
  margin-right: 10px;
  margin-bottom: 8px;
  display: block;
}
.header-page .searchPage-active {
  display: block;
  opacity: 1;
}
.header-page .m-mobilenav {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .header-page .header {
    box-shadow: 0px 4px 36px 0px rgba(143, 143, 143, 0.3);
    top: 0;
    left: 0;
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
    width: 100%;
    border-radius: 0;
    background-color: white;
  }
  .header-page .header .header-left {
    box-shadow: none;
  }
  .header-page .header .header-left img:nth-child(1) {
    display: none;
  }
  .header-page .header .header-left img:nth-child(2) {
    display: block !important;
  }
  .header-page .header .header-content {
    -moz-box-pack: right;
         justify-content: right;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .header-page .header .header-content .nav {
    display: none;
  }
  .header-page .header .head-right {
    padding-right: 0.16rem;
  }
  .header-page .header .head-right .clearfix {
    display: none;
  }
  .header-page .header .head-right .btm {
    display: block;
  }
  .header-page .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .header-page .mbnav-wp_seach > form > .box-form {
    display: -moz-box;
    display: flex;
    height: 100%;
    height: 40px;
    -moz-box-pack: justify;
         justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .header-page .mbnav-wp_seach > form > .box-form > .box-text {
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .header-page .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .header-page .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .header-page .mbnav-list {
    margin-top: 20px;
  }
  .header-page .m-mobilenav {
    position: relative;
    z-index: 11;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
  }
  .header-page .m-mobilenav .mbnav-btn {
    position: relative;
    z-index: 2;
    top: 0;
    left: 3%;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    width: 34px;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .header-page .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #222;
  }
  .header-page .m-mobilenav .mbnav-btn.active .line {
    background-color: #ffffff;
  }
  .header-page .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .header-page .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #ffffff;
  }
  .header-page .m-mobilenav .mbnav-btn.active {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent;
  }
  .header-page .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .header-page .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .header-page .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100vh;
    opacity: 1;
  }
  .header-page .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #ffffff;
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  .header-page .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(51, 51, 51, 0.9);
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
  }
  .header-page .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header-page .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-page .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  .header-page .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }
  .header-page .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }
  .header-page .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .header-page .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(1) > a {
    -moz-transition-delay: 250ms;
    transition-delay: 250ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(2) > a {
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(3) > a {
    -moz-transition-delay: 350ms;
    transition-delay: 350ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(4) > a {
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(5) > a {
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(6) > a {
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .header-page .m-mobilenav .mbnav-item:nth-child(7) > a {
    -moz-transition-delay: 550ms;
    transition-delay: 550ms;
  }
  .header-page .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .header-page .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
    list-style: none;
  }
  .header-page .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .header-page .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
  }
  .header-page .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .header-page .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043f71;
  }
}

@media screen and (max-width: 1080px) {
  .header-page .header .nav {
    display: none;
  }
  .header-page .header .header-content .search {
    background-color: transparent;
    padding: 0;
    height: auto;
    -moz-box-ordinal-group: 4;
         order: 3;
    margin: 0;
    margin-left: 8px;
  }
  .header-page .header .header-content .search .name {
    display: none;
  }
  .header-page .header .header-content .search i {
    color: var(--primary-color);
    font-weight: bold;
  }
  .header-page .header .head-right {
    -moz-box-pack: right;
         justify-content: right;
  }
  .header-page .header .btm {
    display: block !important;
  }
}
.all-hidden {
  overflow: hidden;
}

.animate-translateY100 {
  opacity: 0;
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.animate-translateY100-active {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}

.all-banner {
  position: relative;
  overflow: hidden;
  width: -moz-calc(100% - 0.28rem - 0.28rem);
  width: calc(100% - 0.28rem - 0.28rem);
  margin: 0.24rem auto 0 auto;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.6s;
  transition: 0.6s;
  font-size: 0;
}
@-moz-keyframes img-scote {
  0% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes img-scote {
  0% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
.all-banner .bg {
  -o-object-position: right;
     object-position: right;
  min-height: 560px;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-banner .all-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.all-banner .all-banner-content h6 {
  font-size: var(--font-size-22);
  color: white;
  -moz-transition-delay: 0.3s;
       transition-delay: 0.3s;
  font-family: "Poppins-Medium", Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.all-banner .all-banner-content h1 {
  -moz-transition-delay: 0.6s;
       transition-delay: 0.6s;
  color: white;
  margin-bottom: 0.2rem;
}
.all-banner .all-banner-content h1 strong {
  color: var(--primary-color2);
}
.all-banner .all-banner-content .p1 {
  color: white;
  font-size: var(--font-size-22);
  -moz-transition-delay: 0.9s;
       transition-delay: 0.9s;
}
.all-banner .all-banner-content ul {
  list-style: disc; /* 实心圆 */
  padding-left: 0.26rem;
  margin-top: 0.3rem;
}
.all-banner .all-banner-content ul li {
  color: white;
  font-size: var(--font-size-22);
  font-family: "Poppins-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: 0.1rem;
}
.all-banner .all-banner-content ul li::marker {
  color: var(--primary-color2); /* 圆点颜色 */
  font-size: var(--font-size-22); /* 圆点大小 */
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.all-banner .all-banner-content ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.all-banner .all-banner-content .btm-box {
  margin-top: 0.3rem;
}
.all-banner .all-banner-content .btm {
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.14rem 0.18rem;
  -moz-transition-delay: 1.2s;
       transition-delay: 1.2s;
  margin-bottom: 0.2rem;
}
.all-banner .all-banner-content .btm .name {
  font-size: var(--font-size-22);
}
.all-banner .all-banner-content .btm .i-box {
  width: max(0.36rem, 28px);
  height: max(0.36rem, 28px);
  background-color: white;
  border-radius: 50%;
  margin-left: 0.32rem;
  flex-shrink: 0;
}
.all-banner .all-banner-content .btm .i-box i {
  color: black;
  font-size: var(--font-size-18);
  margin: 0;
}
.all-banner .all-banner-content .btm.btm1 {
  background: #ffffff;
  margin-right: 0.16rem;
}
.all-banner .all-banner-content .btm.btm1 .name {
  color: var(--primary-color3);
}
.all-banner .all-banner-content .btm.btm1 .i-box {
  background-color: var(--primary-color2);
}
.all-banner .all-banner-content .btm.btm1 .i-box i {
  color: white;
}
.all-banner .all-banner-content .btm.btm1::before {
  right: 0.42rem;
}
.all-banner .all-banner-content .btm.btm1:hover {
  border-color: white;
}
.all-banner .all-banner-content .btm.btm2 {
  border: 1px solid #ffffff;
}
.all-banner .all-banner-content .btm:nth-last-child(1) {
  margin-bottom: 0;
}
.all-banner .all-mengceng {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.34) 5%, rgba(216, 216, 216, 0) 69%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34) 5%, rgba(216, 216, 216, 0) 69%);
}
.all-banner .partner {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 3000;
  flex-wrap: wrap;
  z-index: 1;
  row-gap: 0.1rem;
}
.all-banner .partner .i-box {
  background-color: white;
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  margin-right: 8px;
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 0;
  overflow: hidden;
}
.all-banner .partner .i-box img {
  width: auto;
  max-width: 80%;
}
.all-banner .partner .i-box:hover {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.all-banner .partner .i-box:nth-last-child(1) {
  margin-right: 0;
}
.all-banner.all-banner-active {
  width: 100%;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .all-banner.all-banner {
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
  .all-banner.all-banner .bg {
    min-height: 300px !important;
  }
}

.all-banner-top {
  padding-top: var(--header-height);
}

.all-mengceng {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  pointer-events: none; /* 避免遮挡鼠标事件 */
}

.footer {
  position: relative;
  padding-top: 2.4rem;
  box-shadow: 0px 4px 59px 0px rgba(179, 179, 179, 0.48);
}
.footer .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.footer .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .content {
  position: relative;
  z-index: 2;
}
.footer .content .module1 {
  -moz-box-pack: justify;
       justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer .content .module1 .module1-left {
  width: 40%;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.footer .content .module1 .module1-left .contact h3 {
  font-size: var(--font-size-18);
  margin-bottom: 0.36rem;
}
.footer .content .module1 .module1-left .contact .item {
  border-bottom: 1px solid rgba(216, 216, 216, 0.18);
  padding: 0.24rem 0;
}
.footer .content .module1 .module1-left .contact .item .name {
  font-size: var(--font-size-16);
  font-weight: 700;
  color: rgba(34, 34, 34, 0.4);
}
.footer .content .module1 .module1-left .contact .item .name i {
  color: #222;
  margin-right: 0.12rem;
}
.footer .content .module1 .module1-left .contact .item p {
  margin-top: 0.08rem;
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.2;
  word-wrap: break-word; /* 允许长单词换行 */
  color: #222;
}
.footer .content .module1 .module1-left .contact .item .phone {
  font-size: var(--font-size-18);
}
.footer .content .module1 .module1-left .contact .item:nth-last-child(1) {
  border-bottom-color: transparent;
}
.footer .content .module1 .module1-left .contact2 .item {
  border-bottom: 1px solid rgba(216, 216, 216, 0.18);
  padding: 0.24rem 0;
}
.footer .content .module1 .module1-left .contact2 .item .name {
  font-size: var(--font-size-16);
  font-weight: 700;
  color: rgba(34, 34, 34, 0.4);
}
.footer .content .module1 .module1-left .contact2 .item .name i {
  color: #222;
  margin-right: 0.12rem;
}
.footer .content .module1 .module1-left .contact2 .item p {
  margin-top: 0.08rem;
  font-size: var(--font-size-42);
  font-weight: 700;
  line-height: 1.2;
  word-wrap: break-word; /* 允许长单词换行 */
  color: #222;
}
.footer .content .module1 .module1-right {
  margin-left: 1.16rem;
}
.footer .content .module1 .module1-right .list .item h3 {
  font-size: var(--font-size-18);
  padding-bottom: 0.1rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
.footer .content .module1 .module1-right .list .item h3 a {
  font-size: var(--font-size-18);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .module1 .module1-right .list .item h3 a i {
  margin-left: 0.1rem;
}
.footer .content .module1 .module1-right .list .item h3 a:hover {
  color: var(--text-color);
}
.footer .content .module1 .module1-right .list .item h3 a:hover::after {
  width: 100%;
  left: 0%;
}
.footer .content .module1 .module1-right .list .item .item-textBox {
  margin-top: 0.26rem;
}
.footer .content .module1 .module1-right .list .item .item-textBox p {
  margin-bottom: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .content .module1 .module1-right .list .item .item-textBox p a {
  font-size: var(--font-size-16);
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  opacity: 0.9;
}
.footer .content .module1 .module1-right .list .item .item-textBox p a i {
  margin-left: 0.1rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .module1 .module1-right .list .item .item-textBox p a::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0%;
  bottom: 0;
  width: 0%;
  height: 1px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--primary-color);
}
.footer .content .module1 .module1-right .list .item .item-textBox p a:hover {
  color: #222;
}
.footer .content .module1 .module1-right .list .item .item-textBox p a:hover i {
  color: #222;
}
.footer .content .module1 .module1-right .list .item .item-textBox p a:hover::after {
  width: 100%;
  left: 0%;
}
.footer .content .module1 .module1-right .list .item:nth-last-child(1) {
  border-color: transparent;
}
.footer .content .module1 .module1-right .list1 {
  min-width: 30%;
}
.footer .content .module1 .module1-right .list2 {
  flex-wrap: wrap;
  margin-left: 1rem;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.footer .content .module1 .module1-right .list2 .item {
  max-width: 50%;
  min-width: 34%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .content .module2 {
  -moz-box-pack: right;
       justify-content: right;
}
.footer .content .module2 .btm {
  background-color: var(--primary-color2);
  padding: 5px 8px 5px 12px;
}
.footer .content .module2 .btm .name {
  font-size: var(--font-size-18);
  color: white;
  font-weight: bold;
}
.footer .content .module2 .btm .i-box {
  background-color: white;
  margin-left: 0.16rem;
  width: max(0.36rem, 30px);
  height: max(0.36rem, 30px);
}
.footer .content .module2 .btm .i-box i {
  -moz-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
       transform: rotate(-90deg);
  color: var(--primary-color2);
  font-size: var(--font-size-20);
  font-weight: bold;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .module2 .btm:hover i {
  -moz-transform: rotate(0);
   -ms-transform: rotate(0);
       transform: rotate(0);
}
.footer .content .module3 {
  padding: 0.6rem 0 0.6rem 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.footer .content .module3 .module2-left {
  flex-wrap: wrap;
  margin-right: 0.4rem;
  margin-top: 0.2rem;
}
.footer .content .module3 .module2-left p {
  color: rgba(34, 34, 34, 0.4);
  margin-right: 0.16rem;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-16);
}
.footer .content .module3 .module2-left p a {
  color: rgba(34, 34, 34, 0.4);
}
.footer .content .module3 .module2-left p a:hover {
  color: #222;
}
.footer .content .module3 .module2-right {
  margin-top: 0.2rem;
}
.footer .content .module3 .module2-right .contact .item {
  width: max(0.36rem, 30px);
  height: max(0.36rem, 30px);
  border-radius: 50%;
  margin-right: 8px;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #222;
}
.footer .content .module3 .module2-right .contact .item i {
  font-size: var(--font-size-16);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer .content .module3 .module2-right .contact .item:hover {
  border-color: var(--primary-color);
}
.footer .content .module3 .module2-right .contact .item:hover i {
  color: var(--primary-color);
}
@media screen and (max-width: 980px) {
  .footer .content .module1 {
    flex-wrap: wrap;
  }
  .footer .content .module1 .module1-left {
    width: 100%;
  }
  .footer .content .module1 .module1-right {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer .content .module2 {
    margin-top: 20px;
  }
}

.footer2 {
  padding-top: 0.98rem;
}

.footer-page {
  background-color: #f5f7f8;
}
.footer-page .popupBox2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.footer-page .popupBox2 .popupBox2-content {
  background-color: white;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 0.4rem 0.7rem;
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.footer-page .popupBox2 .popupBox2-content .popClose {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: var(--primary-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 {
  margin-top: 0.3rem;
}
@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: block !important;
}
.footer-page .cookiebox2 {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.footer-page .cookiebox2 .cookiebox-content {
  background-color: #f6f6f6;
  box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
  padding: 0.2rem 0;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.footer-page .cookiebox2 .cookiebox-content .popClose {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background-color: var(--primary-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 .cookiebox2 .cookiebox-content .logo {
  width: auto;
  max-height: max(0.44rem, 30px);
  margin-bottom: 0.1rem;
}
.footer-page .cookiebox2 .cookiebox-content h3 {
  font-size: var(--font-size-28);
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.footer-page .cookiebox2 .cookiebox-content p {
  font-size: var(--font-size-18);
  color: black;
}
.footer-page .cookiebox2 .cookiebox-content p a {
  color: var(--primary-color);
}
.footer-page .cookiebox2 .cookiebox-content .btm-box {
  margin-top: 0.3rem;
  -moz-box-pack: right;
       justify-content: right;
}
.footer-page .cookiebox2 .cookiebox-content .btm-box .btm {
  background-color: var(--primary-color);
  color: white;
  padding: 0.14rem 0.14rem;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin-left: 0.1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .footer-page .cookiebox2 .cookiebox-content {
    display: block;
  }
  .footer-page .cookiebox2 .cookiebox-content p {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .footer-page .cookiebox2 .cookiebox-content .btm-box {
    width: 100%;
  }
}
.footer-page .cookiebox2-on {
  display: block;
}
@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: 10%;
  z-index: 6;
  -moz-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.contact-footer .ul .close {
  position: relative;
  width: 40px;
  height: 40px;
  background: white;
}
.contact-footer .ul .close .jian {
  display: none;
}
.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(--primary-color);
}
.contact-footer .ul .li a:hover,
.contact-footer .ul .li span:hover {
  background: var(--primary-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;
}
.contact-footer .ul .li .ewm span {
  color: white;
  height: 40px;
  display: block;
  background: var(--primary-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 .ewm {
  left: -140px;
}
.contact-footer .ul .li:hover i {
  color: white;
}
.contact-footer .active .li {
  height: 0;
  overflow: hidden;
}
.contact-footer .active .close {
  height: 40px;
}
.contact-footer .active .close .jia {
  display: none;
}
.contact-footer .active .close .jian {
  display: block;
}

.all-form .inp-box {
  margin-bottom: 5px;
  position: relative;
}
.all-form .inp-box label {
  font-size: var(--font-size-18);
  color: #000000;
}
.all-form .inp-box input {
  padding: 0.18rem 0.13rem 0.18rem 0.26rem;
  border: 1px solid transparent;
  font-size: var(--font-size-18);
  width: 100%;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  background: #f7f7f7;
}
.all-form .inp-box textarea {
  padding: 0.18rem 0.13rem 0.18rem 0.26rem;
  border: 1px solid transparent;
  font-size: var(--font-size-18);
  width: 100%;
  min-height: 80px;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: var(--all-border-radius);
}
.all-form .inp-box .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.all-form .inp-box-active {
  border-color: red !important;
}
.all-form .inp-box-active .tip {
  top: -moz-calc(100% + 6px) !important;
  top: calc(100% + 6px) !important;
  opacity: 1 !important;
}
.all-form .inp-box-active input,
.all-form .inp-box-active textarea {
  border-color: red;
}
.all-form .privacy {
  -moz-box-align: self-start;
       align-items: self-start;
  margin-top: 10px;
  position: relative;
  font-size: var(--font-size-14);
}
.all-form .privacy input {
  margin-right: 0.1rem;
  margin-top: 0.06rem;
}
.all-form .privacy .tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff4d4f;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.all-form .privacy a {
  color: var(--text-color);
  cursor: pointer;
}
.all-form button {
  margin-top: max(0.62rem, 40px);
  color: white;
  background: var(--primary-color);
  padding: max(0.14rem, 8px) 0.16rem max(0.14rem, 8px) 0.46rem;
}
.all-form button .name {
  font-size: var(--font-size-20);
}
.all-form button .i-box {
  margin-left: 0.18rem;
}

.all-form2 .inp-box .box {
  width: 49.5%;
  position: relative;
}
.all-form2 .inp-box .box2 {
  width: 100%;
}
.all-form2 .inp-box .box2 textarea {
  width: 100%;
  height: max(1.2rem, 90px);
}
.all-form2 .inp-box .box2 input {
  width: 100%;
}
.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;
}

.videoShow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 110;
  top: 0;
  left: 0;
  display: none;
}
.videoShow .videoClose {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}
.videoShow .video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 60%;
  height: 70%;
}
.videoShow .video-content iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .videoShow .video-content {
    width: 90%;
    height: 40%;
    min-height: 300px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.btm-gradient {
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid transparent;
}
.btm-gradient > div {
  position: relative;
  z-index: 2;
}
.btm-gradient > div .name {
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.btm-gradient > div i {
  -moz-transition: 0.8s;
  transition: 0.8s;
}

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

.btm-gradient:hover {
  color: white !important;
}
.btm-gradient:hover > div .name {
  color: white !important;
}
.btm-gradient:hover i {
  color: white !important;
}

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

.btm-gradientTop {
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.btm-gradientTop > div {
  position: relative;
  z-index: 2;
  -moz-transition: 0.8s;
  transition: 0.8s;
}

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

.btm-gradientTop:hover {
  color: white !important;
}
.btm-gradientTop:hover > div .name {
  color: white !important;
}
.btm-gradientTop:hover i {
  color: white !important;
}

.btm-gradientTop:hover::before {
  height: 100%;
}

.btm-gradientContent {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.btm-gradientContent > div {
  position: relative;
  z-index: 2;
}
.btm-gradientContent > div .name {
  -moz-transition: 0.8s;
  transition: 0.8s;
}

.btm-gradientContent::before {
  content: "";
  background-color: var(--primary-color);
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 0.24rem;
  -moz-transform: translateY(-50%) scale(0);
   -ms-transform: translateY(-50%) scale(0);
       transform: translateY(-50%) scale(0);
  -moz-transition: transform 1.2s, -moz-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -moz-transform 1.2s;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border-color: white;
}

.btm-gradientContent:hover {
  color: white !important;
}
.btm-gradientContent:hover > div .name {
  color: white !important;
}
.btm-gradientContent:hover i {
  color: white !important;
}

.btm-gradientContent:hover::before {
  -moz-transform: translateY(-50%) scale(100);
   -ms-transform: translateY(-50%) scale(100);
       transform: translateY(-50%) scale(100);
}

.crumbs-page {
  padding: 0.16rem 0;
}
.crumbs-page .crumbs i {
  margin-right: 0.1rem;
  color: var(--primary-color);
}
.crumbs-page .crumbs a {
  color: #666666;
  font-variant: var(--font-size-16);
}
.crumbs-page .crumbs a:hover {
  color: var(--primary-color);
}

.m-muban-pagebox {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: start;
       justify-content: flex-start;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-muban-pagebox a,
.m-muban-pagebox p,
.m-muban-pagebox span {
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  background: #e5f0ff;
  color: #222222;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 5px;
  display: -moz-box;
  display: flex;
  font-size: var(--font-size-18);
  margin: 4px;
}
.m-muban-pagebox a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.m-muban-pagebox .active {
  background-color: var(--primary-color);
  color: #fff;
}
.m-muban-pagebox .m-muban-prev,
.m-muban-pagebox .m-muban-next {
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  background: #e5f0ff;
  color: #222222;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 5px;
  display: -moz-box;
  display: flex;
  margin: 4px;
}
.m-muban-pagebox .m-muban-prev i,
.m-muban-pagebox .m-muban-next i {
  font-size: var(--font-size-20);
  color: #222222;
}

@media screen and (max-width: 999px) {
  .m-muban-pagebox a,
  .m-muban-pagebox p,
  .m-muban-pagebox span,
  .m-muban-prev,
  .m-muban-next {
    width: max(0.3rem, 30px) !important;
    height: max(0.3rem, 30px) !important;
  }
  .m-muban-pagebox {
    -moz-box-pack: center;
         justify-content: center;
  }
}
.c-white {
  color: white;
}

.page-top {
  margin-top: 0.4rem;
}

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

.all-btm {
  padding: 0.16rem 0.44rem;
  color: #222222;
  border-radius: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.all-btm .name {
  font-size: var(--font-size-22);
}
.all-btm .i-box {
  width: max(0.36rem, 28px);
  height: max(0.36rem, 28px);
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: var(--primary-color2);
  margin-left: 0.16rem;
  flex-shrink: 0;
}
.all-btm .i-box i {
  color: white;
  font-size: var(--font-size-18);
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -moz-transform-origin: top center;
   -ms-transform-origin: top center;
       transform-origin: top center;
  -moz-animation-name: swing;
       animation-name: swing;
}

.page-top {
  margin-top: var(--header-height);
}

.scrollbar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; /* 鼠标指针样式 */
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--primary-color);
}

.all-footer {
  position: relative;
  background: #f7f7f7;
  padding-top: 0.6rem;
}
.all-footer .content {
  position: relative;
  z-index: 3;
  margin-bottom: -1.6rem;
}
.all-footer .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.12rem;
}
.all-footer .content .module1 {
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
  overflow: hidden;
  border-radius: var(--all-border-radius);
  padding: 0.3rem;
  margin-top: 0.56rem;
  position: relative;
  z-index: 2;
  background-color: white;
}
.all-footer .content .module1 .module1-left {
  width: 47.25%;
  flex-shrink: 0;
}
.all-footer .content .module1 .module1-right {
  -moz-box-flex: 1;
       flex: 1;
  padding-left: 0.4rem;
}
@media screen and (max-width: 880px) {
  .all-footer .content .module1 {
    flex-wrap: wrap;
  }
  .all-footer .content .module1 .module1-left {
    width: 100%;
  }
  .all-footer .content .module1 .module1-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.page .index-s1 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  padding: 0.24rem 0.28rem 0 0.28rem;
  position: relative;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
@keyframes img-scote {
  0% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
.page .index-s1 .swiperbanner-index {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .index-s1 .swiperbanner-index .swiper-slide {
  overflow: hidden;
  position: relative;
}
.page .index-s1 .swiperbanner-index .swiper-slide img {
  width: 100%;
  height: auto;
  -moz-animation: img-scote 4s;
       animation: img-scote 4s;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content h6 {
  font-size: var(--font-size-22);
  color: white;
  -moz-transition-delay: 0.3s;
       transition-delay: 0.3s;
  margin-bottom: 0.1rem;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content h1 {
  -moz-transition-delay: 0.6s;
       transition-delay: 0.6s;
  color: white;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .p1 {
  color: white;
  margin-top: 0.24rem;
  font-size: var(--font-size-22);
  -moz-transition-delay: 0.9s;
       transition-delay: 0.9s;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm-box {
  flex-wrap: wrap;
  row-gap: 0.2rem;
  margin-top: 0.3rem;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm {
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.16rem 0.36rem;
  -moz-transition-delay: 1.2s;
       transition-delay: 1.2s;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm .name {
  font-size: var(--font-size-22);
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm .i-box {
  width: max(0.36rem, 28px);
  height: max(0.36rem, 28px);
  background-color: white;
  border-radius: 50%;
  margin-left: 0.32rem;
  flex-shrink: 0;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm .i-box i {
  color: black;
  font-size: var(--font-size-18);
  margin: 0;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm.btm1 {
  background: #ffffff;
  margin-right: 0.16rem;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm.btm1 .name {
  color: var(--primary-color3);
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm.btm1 .i-box {
  background-color: var(--primary-color2);
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm.btm1 .i-box i {
  color: white;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm.btm1::before {
  right: 0.42rem;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm.btm1:hover {
  border-color: white;
}
.page .index-s1 .swiperbanner-index .swiper-slide .s1-content .btm.btm2 {
  border: 1px solid #ffffff;
}
.page .index-s1 .swiperbanner-index .swiper-slide-active h6,
.page .index-s1 .swiperbanner-index .swiper-slide-active h1,
.page .index-s1 .swiperbanner-index .swiper-slide-active p,
.page .index-s1 .swiperbanner-index .swiper-slide-active .btm {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
.page .index-s1 .swiperbanner-index .swiper-container-horizontal > .swiper-pagination-bullets,
.page .index-s1 .swiperbanner-index .swiper-pagination-custom,
.page .index-s1 .swiperbanner-index .swiper-pagination-fraction {
  bottom: 30px;
}
.page .index-s1 .swiperbanner-index .swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  background-color: #01012f;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 4px;
}
.page .index-s1 .partner {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  z-index: 5;
  flex-wrap: wrap;
  z-index: 1;
  row-gap: 0.14rem;
}
.page .index-s1 .partner .i-box {
  background-color: white;
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  margin-right: 8px;
  border-radius: 50%;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 0;
  overflow: hidden;
}
.page .index-s1 .partner .i-box img {
  width: auto;
  max-width: 80%;
}
.page .index-s1 .partner .i-box:nth-last-child(1) {
  margin-right: 0;
}
.page .index-s1 .partner .i-box:hover {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .index-s1.index-s1-active {
  padding: 0;
}
.page .index-s1.index-s1-active .swiperbanner-index {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .page .index-s1 {
    padding: 0;
  }
  .page .index-s1 .swiperbanner-index {
    border-radius: 0;
  }
}
.page .index-s2 {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.page .index-s2 .content .title {
  margin-top: 0.14rem;
  font-size: var(--font-size-22);
}
.page .index-s2 .content .module1 {
  margin-top: 0.7rem;
}
.page .index-s2 .content .module1 .list .item {
  margin-bottom: 0.68rem;
  -moz-box-align: center;
       align-items: center;
}
.page .index-s2 .content .module1 .list .item .item-left {
  flex-shrink: 0;
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 0.28rem;
}
.page .index-s2 .content .module1 .list .item .item-left .up {
  padding-left: 0.28rem;
  position: relative;
  padding-bottom: 0.06rem;
}
.page .index-s2 .content .module1 .list .item .item-left .up h3 {
  font-size: var(--font-size-28);
}
.page .index-s2 .content .module1 .list .item .item-left .up p {
  font-size: var(--font-size-18);
  margin-top: 0.14rem;
}
.page .index-s2 .content .module1 .list .item .item-left .up::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.08rem;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: var(--all-border-radius);
}
.page .index-s2 .content .module1 .list .item .item-left .down {
  margin-top: 0.28rem;
}
.page .index-s2 .content .module1 .list .item .item-left .down .li {
  border-top: 1px solid #d8d8d8;
  padding: 0.16rem 0 0.28rem 0;
}
.page .index-s2 .content .module1 .list .item .item-left .down .li .li-left {
  flex-shrink: 0;
}
.page .index-s2 .content .module1 .list .item .item-left .down .li .li-left .img-box img {
  width: auto;
  max-width: max(0.4rem, 28px);
}
.page .index-s2 .content .module1 .list .item .item-left .down .li .li-right {
  margin-left: 0.36rem;
}
.page .index-s2 .content .module1 .list .item .item-left .down .li .li-right p {
  font-weight: 500;
  font-size: var(--font-size-18);
}
.page .index-s2 .content .module1 .list .item .item-right {
  width: 63.625%;
  position: relative;
}
.page .index-s2 .content .module1 .list .item .item-right .img-box {
  border-radius: var(--all-border-radius);
  display: grid;
}
.page .index-s2 .content .module1 .list .item .item-right .img-box img {
  grid-area: 1/1;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.page .index-s2 .content .module1 .list .item .item-right .img-box .img-active {
  opacity: 1;
}
.page .index-s2 .content .module1 .list .item .item-right .down {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0.28rem;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: -moz-calc(100% - 0.44rem - 0.44rem);
  width: calc(100% - 0.44rem - 0.44rem);
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}
.page .index-s2 .content .module1 .list .item .item-right .down .down-left {
  padding-right: 0.2rem;
  flex-wrap: wrap;
  row-gap: 0.2rem;
}
.page .index-s2 .content .module1 .list .item .item-right .down .down-left .box {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: var(--font-size-22);
  min-width: 1.36rem;
  padding: 0.16rem 0.48rem;
  border-radius: var(--all-border-radius);
  margin-right: 0.1rem;
}
.page .index-s2 .content .module1 .list .item .item-right .down .down-left .box:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .index-s2 .content .module1 .list .item .item-right .down .down-left .box:nth-last-child(1) {
  margin-right: 0;
}
.page .index-s2 .content .module1 .list .item .item-right .down .down-left .box-active {
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .index-s2 .content .module1 .list .item .item-right .down .down-right {
  flex-shrink: 0;
}
.page .index-s2 .content .module1 .list .item .item-right .down .down-right .btm {
  background-color: white;
  padding: 0.14rem 0.18rem;
}
.page .index-s2 .content .module1 .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .index-s2 .content .module1 .list .item:nth-child(2n) .item-left {
  -moz-box-ordinal-group: 3;
       order: 2;
  margin-right: 0rem;
  margin-left: 0.4rem;
}
.page .index-s2 .content .module1 .list .item:hover .item-left h3 {
  color: var(--primary-color3);
}
.page .index-s2 .content .module1 .list .item:hover .item-right img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 880px) {
  .page .index-s2 .content .module1 .list .item {
    flex-wrap: wrap;
  }
  .page .index-s2 .content .module1 .list .item .item-left {
    width: 100%;
    margin: 20px 0 0 0;
    -moz-box-ordinal-group: 3;
         order: 2;
  }
  .page .index-s2 .content .module1 .list .item .item-right {
    width: 100%;
    -moz-box-ordinal-group: 2;
         order: 1;
  }
}
@media screen and (max-width: 880px) {
  .page .index-s2 .content .module1 .list .item .item-right .down {
    flex-wrap: wrap;
  }
  .page .index-s2 .content .module1 .list .item .item-right .down .down-left {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.page .index-s3 {
  padding-top: 0.56rem;
  padding-bottom: 0.1rem;
}
.page .index-s3 .content h2 .box {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  background-color: var(--primary-color);
  width: 1.82rem;
  height: max(0.66rem, 50px);
  margin: 0 0.2rem;
}
.page .index-s3 .content h2 .box i {
  color: white;
  font-size: var(--font-size-52);
  font-weight: normal;
}
.page .index-s3 .content .title {
  margin-top: 0.28rem;
  text-align: center;
  font-size: var(--font-size-22);
}
.page .index-s3 .content .module1 {
  margin-top: 0.66rem;
}
.page .index-s3 .content .module1 .swiper {
  padding-bottom: 0.5rem;
}
.page .index-s3 .content .module1 .swiper .swiper-slide .item {
  position: relative;
  border-radius: var(--all-border-radius);
}
.page .index-s3 .content .module1 .swiper .swiper-slide .item .img-box {
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .index-s3 .content .module1 .swiper .swiper-slide .item .item-head {
  position: absolute;
  top: 0.38rem;
  left: 0.38rem;
}
.page .index-s3 .content .module1 .swiper .swiper-slide .item .item-head .btm {
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.8rem;
  font-size: var(--font-size-26);
  color: white;
  padding: 0.1rem 0.26rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .index-s3 .content .module1 .swiper .swiper-slide .item .item-head p {
  margin-top: 0.14rem;
  color: white;
  font-size: var(--font-size-22);
}
.page .index-s3 .content .module1 .swiper .swiper-slide .item .item-bot {
  position: absolute;
  left: 0.3rem;
  bottom: 0%;
  padding: 0.16rem 0.26rem;
  border-radius: 0.8rem;
  background: #ffffff;
  box-shadow: 0px 4px 57px 0px rgba(172, 172, 172, 0.3);
  font-size: var(--font-size-22);
  color: var(--primary-color3);
  font-weight: 500;
  opacity: 0;
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .index-s3 .content .module1 .swiper .swiper-slide .item .item-bot i {
  margin-left: 0.22rem;
  color: var(--primary-color3);
  font-weight: bold;
  font-size: var(--font-size-18);
  line-height: 1;
}
.page .index-s3 .content .module1 .swiper .swiper-slide .item:hover .img-box img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .index-s3 .content .module1 .swiper .swiper-slide .item:hover .item-bot {
  opacity: 1;
  -moz-transform: translateY(50%);
   -ms-transform: translateY(50%);
       transform: translateY(50%);
}
.page .index-s3 .content .module1 .swiper .swiper-slide:nth-child(2n) .item {
  margin-top: 0.48rem;
}
.page .index-s3 .content .module1 .swiper .swiper-pagination {
  margin-top: max(0.8rem, 50px);
  position: inherit;
}
@media screen and (max-width: 768px) {
  .page .index-s3 .content h2 {
    flex-wrap: wrap;
  }
  .page .index-s3 .content .module1 .swiper .swiper-slide-active .item .item-bot {
    opacity: 1;
    -moz-transform: translateY(50%);
     -ms-transform: translateY(50%);
         transform: translateY(50%);
  }
}
.page .index-s4 {
  position: relative;
  padding-top: 0.62rem;
  padding-bottom: 1.08rem;
  background-image: url("../images/indexS4-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page .index-s4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page .index-s4 .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page .index-s4 .content {
  position: relative;
  z-index: 2;
}
.page .index-s4 .content h2 {
  text-align: center;
}
.page .index-s4 .content .title {
  font-size: var(--font-size-22);
  text-align: center;
  margin-top: 0.14rem;
}
.page .index-s4 .content .module1 {
  margin-top: 0.64rem;
}
.page .index-s4 .content .module1 .list {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: right;
       justify-content: right;
  -moz-box-align: end;
       align-items: flex-end;
}
.page .index-s4 .content .module1 .list .item {
  background-color: white;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  padding: 0.38rem 0.52rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 67%;
  margin-bottom: 0.26rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
}
.page .index-s4 .content .module1 .list .item .item-left {
  flex-shrink: 0;
}
.page .index-s4 .content .module1 .list .item .item-left .img-box {
  background-color: #e6eddf;
  border-radius: 50%;
  width: max(0.99rem, 54px);
  height: max(0.99rem, 54px);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .index-s4 .content .module1 .list .item .item-left img {
  max-width: 0.6rem;
  width: auto;
}
.page .index-s4 .content .module1 .list .item .item-left img:nth-child(2) {
  display: none;
}
.page .index-s4 .content .module1 .list .item .item-right {
  -moz-box-flex: 1;
       flex: 1;
  margin-left: 0.46rem;
  padding-right: 0.6rem;
}
.page .index-s4 .content .module1 .list .item .item-right h3 {
  color: #222222;
  font-size: var(--font-size-26);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .index-s4 .content .module1 .list .item .item-right p {
  color: #222222;
  font-size: var(--font-size-18);
  margin-top: 0.18rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .index-s4 .content .module1 .list .item .number {
  position: absolute;
  top: -0.3rem;
  right: -0.1rem;
  background: -moz-linear-gradient(268deg, rgba(255, 255, 255, 0.27) 11%, rgba(255, 255, 255, 0) 66%);
  background: linear-gradient(182deg, rgba(255, 255, 255, 0.27) 11%, rgba(255, 255, 255, 0) 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: var(--font-size-288);
}
.page .index-s4 .content .module1 .list .item2 {
  width: 78%;
}
.page .index-s4 .content .module1 .list .item-active {
  background-color: var(--primary-color);
}
.page .index-s4 .content .module1 .list .item-active .item-left .img-box {
  background-color: white;
}
.page .index-s4 .content .module1 .list .item-active .item-right h3,
.page .index-s4 .content .module1 .list .item-active .item-right p {
  color: white;
}
@media screen and (max-width: 880px) {
  .page .index-s4 .content {
    margin: 0 5%;
  }
  .page .index-s4 .content .module1 .list {
    -moz-box-align: center;
         align-items: center;
  }
  .page .index-s4 .content .module1 .list .item {
    width: 100%;
    flex-wrap: wrap;
    border-radius: var(--all-border-radius);
  }
  .page .index-s4 .content .module1 .list .item .item-left {
    width: 100%;
  }
  .page .index-s4 .content .module1 .list .item .item-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    padding-right: 0;
  }
}
.page .index-s5-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.page .index-s5 {
  padding-top: 1.06rem;
  padding-bottom: 1.22rem;
}
.page .index-s5 .content h2 strong {
  color: #07924a;
}
.page .index-s5 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.2rem;
}
.page .index-s5 .content .module1 {
  margin-top: 0.46rem;
  position: relative;
  z-index: 3;
}
.page .index-s5 .content .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .index-s5 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .index-s5 .content .module1 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .index-s5 .content .module1 .tabList .item {
  margin-right: 8px;
  font-size: var(--font-size-22);
  color: #222;
  border: 1px solid rgba(61, 125, 87, 0.33);
  background-color: white;
  cursor: pointer;
  white-space: nowrap;
  padding: 0.32rem 0.66rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .index-s5 .content .module1 .tabList .item.item-active, .page .index-s5 .content .module1 .tabList .item:hover {
  color: white;
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .index-s5 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .index-s5 .content .module2 {
  margin-top: 0.34rem;
}
.page .index-s5 .content .module2 .list {
  position: relative;
  display: grid;
  overflow: hidden;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
  border-radius: var(--all-border-radius);
}
.page .index-s5 .content .module2 .item {
  grid-area: 1/1;
  background: #ffffff;
  border-radius: var(--all-border-radius);
  padding: 0.22rem;
  -moz-transition: 1s;
  transition: 1s;
  top: 0;
  left: 0;
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  opacity: 0;
}
.page .index-s5 .content .module2 .item .item-left {
  width: 47.25%;
}
.page .index-s5 .content .module2 .item .item-left .img-box {
  border-radius: var(--all-border-radius);
}
.page .index-s5 .content .module2 .item .item-right {
  -moz-box-flex: 1;
       flex: 1;
  margin-left: 0.4rem;
}
.page .index-s5 .content .module2 .item .item-right h3 {
  font-size: var(--font-size-28);
  color: var(--primary-color3);
}
.page .index-s5 .content .module2 .item .item-right p {
  margin-top: 0.44rem;
  font-size: var(--font-size-18);
}
.page .index-s5 .content .module2 .item.item-active {
  opacity: 1;
  -moz-transform: translateY(0%);
   -ms-transform: translateY(0%);
       transform: translateY(0%);
}
.page .index-s5 .content .module2 .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 768px) {
  .page .index-s5 .content .module2 .item {
    flex-wrap: wrap;
  }
  .page .index-s5 .content .module2 .item .item-left {
    width: 100%;
  }
  .page .index-s5 .content .module2 .item .item-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.page .index-s6 {
  padding-top: 0.94rem;
  padding-bottom: 1.02rem;
  background-image: url("../images/indexS6-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.page .index-s6 .content h6 {
  color: #8ac451;
  font-size: var(--font-size-22);
}
.page .index-s6 .content h2 {
  margin-top: 0.1rem;
  color: white;
}
.page .index-s6 .content h2 strong {
  color: #07924a;
}
.page .index-s6 .content .module1 {
  margin-top: 0.66rem;
}
.page .index-s6 .content .module1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 0.24rem;
  padding-left: max(0.1rem, 8px);
}
.page .index-s6 .content .module1 .module1-left .list .item {
  margin-bottom: max(0.4rem, 20px);
  -moz-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.page .index-s6 .content .module1 .module1-left .list .item * {
  pointer-events: none;
}
.page .index-s6 .content .module1 .module1-left .list .item::after {
  content: "";
  position: absolute;
  top: max(0.48rem, 32px);
  left: max(0.08rem, 5px);
  width: 3px;
  height: 82%;
  background: rgba(216, 216, 216, 0.16);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .index-s6 .content .module1 .module1-left .list .item .item-left {
  flex-shrink: 0;
}
.page .index-s6 .content .module1 .module1-left .list .item .item-left .yuan {
  width: max(0.2rem, 14px);
  height: max(0.2rem, 14px);
  border-radius: 50%;
  background: rgba(138, 196, 81, 0.26);
  position: relative;
  margin-top: max(0.12rem, 10px);
}
.page .index-s6 .content .module1 .module1-left .list .item .item-left .yuan::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background: rgba(138, 196, 81, 0.1);
  opacity: 0;
}
.page .index-s6 .content .module1 .module1-left .list .item .item-right {
  margin-left: 0.68rem;
  -moz-box-flex: 1;
       flex: 1;
}
.page .index-s6 .content .module1 .module1-left .list .item .item-right h3 {
  color: white;
  font-size: var(--font-size-28);
  font-weight: 600;
}
.page .index-s6 .content .module1 .module1-left .list .item .item-right .p-box {
  height: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.page .index-s6 .content .module1 .module1-left .list .item .item-right .p-box .scroll-y {
  max-height: max(1.7rem, 130px);
  margin-top: 0.16rem;
}
.page .index-s6 .content .module1 .module1-left .list .item .item-right .p-box .scroll-y p {
  color: white;
  font-size: var(--font-size-22);
}
.page .index-s6 .content .module1 .module1-left .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .index-s6 .content .module1 .module1-left .list .item:nth-last-child(1)::after {
  opacity: 0;
}
.page .index-s6 .content .module1 .module1-left .list .item-active {
  margin-bottom: 0;
}
.page .index-s6 .content .module1 .module1-left .list .item-active .item-left .yuan {
  background-color: #8ac451;
}
.page .index-s6 .content .module1 .module1-left .list .item-active .item-left .yuan::after {
  opacity: 1;
}
.page .index-s6 .content .module1 .module1-left .list .item-active .item-right .p-box {
  height: max(1.94rem, 150px);
  opacity: 1;
}
.page .index-s6 .content .module1 .module1-left .list .item-active .item-right .scroll-y {
  pointer-events: auto;
}
.page .index-s6 .content .module1 .module1-left .list .item-active::after {
  opacity: 1 !important;
}
.page .index-s6 .content .module1 .module1-right {
  position: relative;
  width: 54.5%;
}
.page .index-s6 .content .module1 .module1-right .img-box {
  border-radius: var(--all-border-radius);
  margin-right: 0.36rem;
}
.page .index-s6 .content .module1 .module1-right .img-box img:hover {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .index-s6 .content .module1 .module1-right .square {
  position: absolute;
  top: 0.3rem;
  right: 0;
  background: #ffffff;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.16rem 0.3rem 0.24rem 0.36rem;
  -moz-transform: translateX(100%);
   -ms-transform: translateX(100%);
       transform: translateX(100%);
  -moz-transition: 1.4s;
  transition: 1.4s;
}
.page .index-s6 .content .module1 .module1-right .square .square-head .img-box {
  width: auto;
  max-width: max(0.36rem, 28px);
}
.page .index-s6 .content .module1 .module1-right .square .square-head .shuzi {
  margin-left: 0.24rem;
}
.page .index-s6 .content .module1 .module1-right .square .square-head .shuzi strong {
  font-weight: normal;
}
.page .index-s6 .content .module1 .module1-right .square .square-head .shuzi .number {
  font-size: var(--font-size-60);
}
.page .index-s6 .content .module1 .module1-right .square .square-head .shuzi sup {
  font-size: var(--font-size-18);
  top: 0rem;
}
.page .index-s6 .content .module1 .module1-right .square p {
  margin-top: 0.2rem;
  color: #222222;
  font-size: var(--font-size-18);
}
.page .index-s6 .content .module1 .module1-right .square-active {
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
  opacity: 1;
}
.page .index-s6 .content .module2 {
  margin-top: 0.7rem;
}
.page .index-s6 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0.4rem;
}
.page .index-s6 .content .module2 .list .item {
  border-right: 1px solid rgba(216, 216, 216, 0.16);
  padding: 0 0.1rem;
}
.page .index-s6 .content .module2 .list .item .shuzi {
  text-align: center;
}
.page .index-s6 .content .module2 .list .item .shuzi .number {
  font-size: var(--font-size-60);
  color: white;
  font-weight: normal;
}
.page .index-s6 .content .module2 .list .item .shuzi sup {
  font-size: var(--font-size-22);
  color: white;
  top: 0;
}
.page .index-s6 .content .module2 .list .item p {
  margin-top: 0.18rem;
  font-size: var(--font-size-18);
  color: white;
  text-align: center;
}
.page .index-s6 .content .module2 .list .item:nth-last-child(1) {
  border-right: none;
}
@media screen and (max-width: 880px) {
  .page .index-s6 .content .module1 {
    flex-wrap: wrap;
  }
  .page .index-s6 .content .module1 .module1-left {
    width: 100%;
    margin-top: 30px;
    -moz-box-ordinal-group: 3;
         order: 2;
    margin-right: 0;
  }
  .page .index-s6 .content .module1 .module1-right {
    width: 100%;
  }
  .page .index-s6 .content .module1 .module1-right .img-box {
    margin-right: 0;
  }
  .page .index-s6 .content .module1 .module1-right .square {
    top: -0.3rem;
    right: -0.3rem;
    opacity: 1;
  }
  .page .index-s6 .content .module2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page .index-s6 .content .module2 .list .item:nth-child(1n) {
    padding-left: 0;
  }
  .page .index-s6 .content .module2 .list .item:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
}
.page .index-s7 .content {
  padding-top: 0.99rem;
  padding-bottom: 1.12rem;
}
.page .index-s7 .content .module1 {
  margin-top: 0.64rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.page .index-s7 .content .module1 .module1-left {
  width: 41.625%;
  flex-shrink: 0;
}
.page .index-s7 .content .module1 .module1-left .swiper {
  height: 100%;
}
.page .index-s7 .content .module1 .module1-left .swiper .swiper-wrapper {
  height: 100% !important;
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.page .index-s7 .content .module1 .module1-left .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden; /* 避免图片过度移动 */
  height: auto;
  display: -moz-box;
  display: flex;
}
.page .index-s7 .content .module1 .module1-left .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
}
.page .index-s7 .content .module1 .module1-left .swiper .swiper-wrapper .swiper-slide .item .img-box {
  height: 100%;
  width: 100%;
}
.page .index-s7 .content .module1 .module1-left .swiper .swiper-wrapper .swiper-slide .item .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page .index-s7 .content .module1 .module1-left .swiper .swiper-wrapper .swiper-slide .slide-inner {
  -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; /* ✅ 平滑过渡 */
}
.page .index-s7 .content .module1 .module1-right {
  -moz-box-flex: 1;
       flex: 1;
  padding: 0.52rem 0 0.46rem 0;
}
.page .index-s7 .content .module1 .module1-right .up {
  position: relative;
  overflow: hidden;
  padding: 0 0.52rem 1.56rem 0.52rem;
}
.page .index-s7 .content .module1 .module1-right .up .img-box {
  flex-shrink: 0;
}
.page .index-s7 .content .module1 .module1-right .up .img-box img {
  max-width: max(0.55rem, 30px);
  width: auto;
}
.page .index-s7 .content .module1 .module1-right .up .box-list {
  margin-left: 0.36rem;
  margin-top: 0.2rem;
  padding-right: 1.6rem;
  display: grid;
  overflow: hidden;
}
.page .index-s7 .content .module1 .module1-right .up .box-list p {
  font-size: var(--font-size-22);
  grid-area: 1/1;
  opacity: 0;
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  -moz-transition: 1s transform, 1s -moz-transform;
  transition: 1s transform;
  transition: 1s transform, 1s -moz-transform;
}
.page .index-s7 .content .module1 .module1-right .up .box-list .p-active {
  opacity: 1;
  -moz-transform: translateY(0%);
   -ms-transform: translateY(0%);
       transform: translateY(0%);
}
.page .index-s7 .content .module1 .module1-right .line {
  width: 100%;
  height: 1px;
  background-color: rgba(216, 216, 216, 0.13);
}
.page .index-s7 .content .module1 .module1-right .down {
  padding: 0 0.52rem;
  padding-top: 0.62rem;
}
.page .index-s7 .content .module1 .module1-right .down .h3-list {
  display: grid;
  overflow: hidden;
}
.page .index-s7 .content .module1 .module1-right .down .h3-list h3 {
  grid-area: 1/1;
  font-size: var(--font-size-42);
  opacity: 0;
  -moz-transition: 1s transform, 1s -moz-transform;
  transition: 1s transform;
  transition: 1s transform, 1s -moz-transform;
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  line-height: 1.4;
}
.page .index-s7 .content .module1 .module1-right .down .h3-list .h3-active {
  opacity: 1;
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
       transform: translateY(0);
}
.page .index-s7 .content .module1 .module1-right .down .miaosu {
  margin-top: 0.1rem;
}
.page .index-s7 .content .module1 .module1-right .down .miaosu .p-list {
  display: grid;
  overflow: hidden;
  margin-right: 0.2rem;
}
.page .index-s7 .content .module1 .module1-right .down .miaosu .p-list p {
  grid-area: 1/1;
  font-size: var(--font-size-22);
  opacity: 0;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .index-s7 .content .module1 .module1-right .down .miaosu .p-list .p-active {
  opacity: 1;
}
.page .index-s7 .content .module1 .module1-right .down .miaosu .jiantou {
  background: #3d7d57;
  border-radius: 0.8rem;
  padding: 4px 8px;
}
.page .index-s7 .content .module1 .module1-right .down .miaosu .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.16rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .index-s7 .content .module1 .module1-right .down .miaosu .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: var(--font-size-18);
  color: white;
}
.page .index-s7 .content .module1 .module1-right .down .miaosu .jiantou .i-box:hover {
  background-color: white;
}
.page .index-s7 .content .module1 .module1-right .down .miaosu .jiantou .i-box:hover i {
  color: #222;
}
.page .index-s7 .content .module1 .module1-right .down .miaosu .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 1080px) {
  .page .index-s7 .content .module1 .module1-right .up {
    padding: 0 0.52rem 0.56rem 0.52rem;
  }
  .page .index-s7 .content .module1 .module1-right .up .box-list {
    padding-right: 0;
  }
  .page .index-s7 .content .module1 .module1-right .down {
    padding-top: 0.32rem;
  }
}
@media screen and (max-width: 768px) {
  .page .index-s7 .content .module1 {
    flex-wrap: wrap;
  }
  .page .index-s7 .content .module1 .module1-left {
    width: 100%;
  }
  .page .index-s7 .content .module1 .module1-right {
    width: 100%;
  }
}
.page .index-s8 {
  background-color: #f7f7f7;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.page .index-s8 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.14rem;
}
.page .index-s8 .content .module1 {
  margin-top: 0.28rem;
  flex-wrap: wrap;
}
.page .index-s8 .content .module1 .module1-left {
  padding-top: 0.44rem;
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 0.3rem;
  padding-right: 0.1rem;
}
.page .index-s8 .content .module1 .module1-left .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .index-s8 .content .module1 .module1-left .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .index-s8 .content .module1 .module1-left .tabList .item {
  padding-bottom: 12px;
  position: relative;
  margin-bottom: max(0.2rem, 12px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.page .index-s8 .content .module1 .module1-left .tabList .item .item-left .name {
  font-size: var(--font-size-24);
  color: #666;
  font-weight: 600;
}
.page .index-s8 .content .module1 .module1-left .tabList .item .item-right {
  margin-left: 0.2rem;
  flex-shrink: 0;
}
.page .index-s8 .content .module1 .module1-left .tabList .item .item-right .img-box {
  width: max(0.36rem, 28px);
  height: max(0.36rem, 28px);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.page .index-s8 .content .module1 .module1-left .tabList .item .item-right .img-box i {
  font-size: var(--font-size-18);
  color: #07924a;
}
.page .index-s8 .content .module1 .module1-left .tabList .item::after {
  content: "";
  position: absolute;
  left: inherit;
  right: 0%;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #07924a;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .index-s8 .content .module1 .module1-left .tabList .item-active::after {
  width: 100%;
  left: 0%;
}
.page .index-s8 .content .module1 .module1-left .tabList .item-active .item-left .name {
  color: #07924a;
}
.page .index-s8 .content .module1 .module1-left .tabList .item-active .item-right .img-box {
  opacity: 1;
}
.page .index-s8 .content .module1 .module1-right {
  width: 80.376%;
}
.page .index-s8 .content .module1 .module1-right .list {
  display: none;
}
.page .index-s8 .content .module1 .module1-right .list .item {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.26rem 0.36rem;
  margin-bottom: 0.3rem;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .index-s8 .content .module1 .module1-right .list .item .item-left {
  width: 41%;
}
.page .index-s8 .content .module1 .module1-right .list .item .item-left .img-box {
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .index-s8 .content .module1 .module1-right .list .item .item-right {
  padding-left: 0.74rem;
  -moz-box-flex: 1;
       flex: 1;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
}
.page .index-s8 .content .module1 .module1-right .list .item .item-right .meta-pill {
  border: 1px solid #000000;
  border-radius: 0.8rem;
  padding: 0.12rem 0.22rem;
  color: #222222;
  margin-bottom: 0.6rem;
  font-size: var(--font-size-22);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .index-s8 .content .module1 .module1-right .list .item .item-right h3 {
  font-size: var(--font-size-28);
  margin-bottom: 0.3rem;
}
.page .index-s8 .content .module1 .module1-right .list .item .item-right p {
  margin-bottom: 0.32rem;
  font-size: var(--font-size-18);
}
.page .index-s8 .content .module1 .module1-right .list .item .item-right .all-btm {
  padding: 0.1rem 0.12rem 0.1rem 0.3rem;
}
.page .index-s8 .content .module1 .module1-right .list .item .item-right .all-btm .name {
  color: var(--primary-color3);
  font-size: var(--font-size-20);
}
.page .index-s8 .content .module1 .module1-right .list .item .item-right .all-btm .i-box {
  margin-left: 0.44rem;
}
.page .index-s8 .content .module1 .module1-right .list .item:hover {
  background: #ffffff;
  box-shadow: 0px 4px 41px 0px rgba(199, 199, 199, 0.3);
}
.page .index-s8 .content .module1 .module1-right .list .item:hover .item-left img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .index-s8 .content .module1 .module1-right .list .item:hover .item-right h3 {
  color: var(--primary-color3);
}
.page .index-s8 .content .module1 .module1-right .list .item:hover .item-right .btm-gradientContent::before {
  -moz-transform: translateY(-50%) scale(100);
   -ms-transform: translateY(-50%) scale(100);
       transform: translateY(-50%) scale(100);
}
.page .index-s8 .content .module1 .module1-right .list .item:hover .item-right .btm-gradientContent {
  color: white !important;
}
.page .index-s8 .content .module1 .module1-right .list .item:hover .item-right .btm-gradientContent > div .name {
  color: white !important;
}
.page .index-s8 .content .module1 .module1-right .list .item:hover .item-right .btm-gradientContent i {
  color: white !important;
}
.page .index-s8 .content .module1 .module1-right .list-active {
  display: block;
}
@media screen and (max-width: 1080px) {
  .page .index-s8 .content .module1 {
    flex-wrap: wrap;
  }
  .page .index-s8 .content .module1 .module1-left {
    width: 100%;
  }
  .page .index-s8 .content .module1 .module1-left .tabList {
    display: -moz-box;
    display: flex;
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .page .index-s8 .content .module1 .module1-left .tabList .item {
    margin-right: 0.6rem;
  }
  .page .index-s8 .content .module1 .module1-left .tabList .item .item-right {
    display: none;
  }
  .page .index-s8 .content .module1 .module1-right {
    width: 100%;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page .index-s8 .content .module1 .module1-right .list .item {
    flex-wrap: wrap;
  }
  .page .index-s8 .content .module1 .module1-right .list .item .item-left {
    width: 100%;
  }
  .page .index-s8 .content .module1 .module1-right .list .item .item-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.page .index-s9 {
  background-color: #f7f7f7;
}
.page .index-s9 .content {
  background-image: url("../images/indexS9-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5rem 0.2rem 1.68rem 0.2rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-bottom: -1.6rem;
}
.page .index-s9 .content h2 {
  color: white;
  text-align: center;
  padding: 0 0.3rem;
}
.page .index-s9 .content .module1 {
  margin-top: 0.3rem;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  flex-wrap: wrap;
  row-gap: 0.2rem;
}
.page .index-s9 .content .module1 .btm {
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.16rem 0.36rem;
  -moz-transition-delay: 1.2s;
       transition-delay: 1.2s;
}
.page .index-s9 .content .module1 .btm .name {
  text-align: center;
  font-size: var(--font-size-22);
}
.page .index-s9 .content .module1 .btm .i-box {
  width: max(0.36rem, 28px);
  height: max(0.36rem, 28px);
  background-color: white;
  border-radius: 50%;
  margin-left: 0.32rem;
  flex-shrink: 0;
}
.page .index-s9 .content .module1 .btm .i-box i {
  color: black;
  font-size: var(--font-size-18);
  margin: 0;
}
.page .index-s9 .content .module1 .btm.btm1 {
  background: #ffffff;
  margin-right: 0.16rem;
}
.page .index-s9 .content .module1 .btm.btm1 .name {
  color: var(--primary-color3);
}
.page .index-s9 .content .module1 .btm.btm1 .i-box {
  background-color: var(--primary-color2);
}
.page .index-s9 .content .module1 .btm.btm1 .i-box i {
  color: white;
}
.page .index-s9 .content .module1 .btm.btm1::before {
  right: 0.42rem;
}
.page .index-s9 .content .module1 .btm.btm1:hover {
  border-color: white;
}
.page .index-s9 .content .module1 .btm.btm2 {
  border: 1px solid #ffffff;
}
.page .products-s2 {
  padding-top: 0.8rem;
  padding-bottom: 0.84rem;
}
.page .products-s2 .content .module1 {
  width: 100%;
}
.page .products-s2 .content .module1 .module1-left {
  min-width: 18.75%;
  max-width: 22%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.page .products-s2 .content .module1 .module1-left .classify .classify-head {
  background: #f4f8ff;
  position: relative;
  padding: 8px 0.24rem;
}
.page .products-s2 .content .module1 .module1-left .classify .classify-head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--primary-color3);
}
.page .products-s2 .content .module1 .module1-left .classify .classify-head h3 {
  font-size: var(--font-size-26);
}
.page .products-s2 .content .module1 .module1-left .classify .list {
  margin-top: 0.26rem;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box {
  color: #333;
  cursor: pointer;
  border: 1px solid #666;
  border-radius: var(--all-border-radius2);
  background: #fff;
  position: relative;
  -moz-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 0.12rem;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box .name {
  font-weight: 600;
  color: #666;
  width: 100%;
  font-family: "Gilroy-SemiBold", Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: max(0.16rem, 10px) 0.22rem;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box .name i {
  color: #222;
  font-size: var(--font-size-22);
  opacity: 0;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box .select {
  position: relative;
  z-index: 3;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-bottom-left-radius: var(--all-border-radius2);
  border-bottom-right-radius: var(--all-border-radius2);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box .select a {
  color: #666666;
  font-size: var(--font-size-16);
  padding: max(0.16rem, 10px) 0;
  display: block;
  font-weight: 500;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0.22rem;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box .select a:hover {
  color: var(--primary-color3);
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box .select a.active {
  color: var(--primary-color3);
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box .select a:nth-child(1) {
  padding-top: 0.1rem;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box .select a:nth-last-child(1) {
  border-color: transparent;
  padding-bottom: 0.2rem;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box-active .name {
  color: #222;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box-active .name i {
  opacity: 1;
}
.page .products-s2 .content .module1 .module1-left .classify .list .select-box-active .select {
  opacity: 1;
  max-height: 200px;
}
.page .products-s2 .content .module1 .module1-left .recommend {
  margin-top: max(0.28rem, 20px);
}
.page .products-s2 .content .module1 .module1-left .recommend .recommend-head {
  background: #f4f8ff;
  position: relative;
  padding: 8px 0.24rem;
}
.page .products-s2 .content .module1 .module1-left .recommend .recommend-head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--primary-color3);
}
.page .products-s2 .content .module1 .module1-left .recommend .recommend-head h3 {
  font-size: var(--font-size-26);
}
.page .products-s2 .content .module1 .module1-left .recommend .list {
  margin-top: 0.2rem;
}
.page .products-s2 .content .module1 .module1-left .recommend .list .item {
  padding: 0.22rem 0;
  border-bottom: 1px solid #d8d8d8;
  display: -moz-box;
  display: flex;
}
.page .products-s2 .content .module1 .module1-left .recommend .list .item .item-left {
  flex-shrink: 0;
}
.page .products-s2 .content .module1 .module1-left .recommend .list .item .item-left .img-box img {
  width: max(0.5rem, 40px);
}
.page .products-s2 .content .module1 .module1-left .recommend .list .item .item-right {
  margin-left: 0.34rem;
  -moz-box-flex: 1;
       flex: 1;
}
.page .products-s2 .content .module1 .module1-left .recommend .list .item:nth-last-child(1) {
  border-color: transparent;
}
.page .products-s2 .content .module1 .module1-right {
  -moz-box-flex: 1;
       flex: 1;
}
.page .products-s2 .content .module1 .module1-right .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.24rem;
     -moz-column-gap: 0.24rem;
          column-gap: 0.24rem;
  row-gap: 0.24rem;
  margin-bottom: 0.36rem;
}
.page .products-s2 .content .module1 .module1-right .list .item {
  text-align: center;
  background: #f3f3f3;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.32rem 0.62rem 1rem 0.6rem;
  position: relative;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .products-s2 .content .module1 .module1-right .list .item * {
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .products-s2 .content .module1 .module1-right .list .item h3 {
  font-size: var(--font-size-26);
}
.page .products-s2 .content .module1 .module1-right .list .item p {
  margin-top: 0.18rem;
  font-size: var(--font-size-18);
}
.page .products-s2 .content .module1 .module1-right .list .item .img-box {
  margin-top: 0.3rem;
}
.page .products-s2 .content .module1 .module1-right .list .item .btm {
  background-color: var(--primary-color);
  padding: 0.14rem 0.16rem 0.14rem 0.36rem;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
}
.page .products-s2 .content .module1 .module1-right .list .item .btm .name {
  color: white;
}
.page .products-s2 .content .module1 .module1-right .list .item .btm .i-box {
  margin-left: 0.42rem;
}
.page .products-s2 .content .module1 .module1-right .list .item:hover {
  background: -moz-linear-gradient(top, #e4efff 0%, rgba(228, 239, 255, 0) 100%), #ffffff;
  background: linear-gradient(180deg, #e4efff 0%, rgba(228, 239, 255, 0) 100%), #ffffff;
  box-shadow: 0px 4px 41px 0px rgba(184, 184, 184, 0.3);
}
.page .products-s2 .content .module1 .module1-right .list .item:hover .img-box {
  -moz-transform: translateY(-0.2rem);
   -ms-transform: translateY(-0.2rem);
       transform: translateY(-0.2rem);
}
.page .products-s2 .content .module1 .module1-right .list .item:hover .btm {
  opacity: 1;
  bottom: 0.36rem;
}
@media screen and (max-width: 1080px) {
  .page .products-s2 .content .module1 .module1-right .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 880px) {
  .page .products-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .products-s2 .content .module1 .module1-left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .page .products-s2 .content .module1 .module1-right {
    width: 100%;
    -moz-box-flex: 1;
         flex: auto;
  }
  .page .products-s2 .content .module1 .module1-right .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 668px) {
  .page .products-s2 .content .module1 .module1-right {
    margin-top: 20px;
  }
  .page .products-s2 .content .module1 .module1-right .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-productsDetails {
  padding-top: 0.7rem;
}

.page .productsDetails-s1 {
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
}
.page .productsDetails-s1 .content .module1 .module1-left {
  width: 29%;
  min-width: 300px;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper {
  box-shadow: 0px 4px 53px 0px rgba(196, 196, 196, 0.3);
  border-radius: var(--all-border-radius);
  overflow: hidden;
  min-height: 4.34rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-wrapper {
  min-height: 4.34rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-slide {
  height: 100%;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-slide .img-box {
  width: 100%;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-slide .img-box img {
  width: auto;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper {
  /* 使用自定义图标（例如 Font Awesome） */
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-prev::after {
  content: "";
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-prev {
  margin-left: 0.1rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-prev .i-box {
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #e5e5e4;
  flex-shrink: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-prev .i-box i {
  font-size: var(--font-size-22);
  color: var(--primary-color3);
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-next {
  margin-right: 0.1rem;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-next .i-box {
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #e5e5e4;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  flex-shrink: 0;
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-next .i-box i {
  font-size: var(--font-size-22);
  color: var(--primary-color3);
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-next::after {
  content: "";
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-prev:hover .i-box,
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-next:hover .i-box {
  background-color: var(--primary-color3);
  color: white;
  border: solid 1px var(--primary-color3);
}
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-prev:hover .i-box i,
.page .productsDetails-s1 .content .module1 .module1-left .bg-swiper .swiper-button-next:hover .i-box i {
  color: white;
}
.page .productsDetails-s1 .content .module1 .module1-left .thumbnail-swiper {
  margin-top: max(0.26rem, 16px);
}
.page .productsDetails-s1 .content .module1 .module1-left .thumbnail-swiper .box {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #004e99;
  cursor: pointer;
  background-color: #f8fcff;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  overflow: hidden;
}
.page .productsDetails-s1 .content .module1 .module1-left .thumbnail-swiper .box img {
  width: auto;
  max-width: 80%;
}
.page .productsDetails-s1 .content .module1 .module1-left .thumbnail-swiper .swiper-slide-thumb-active .box {
  border-color: var(--primary-color3);
}
.page .productsDetails-s1 .content .module1 .module1-right {
  -moz-box-flex: 1;
       flex: 1;
  margin-left: 1.16rem;
}
.page .productsDetails-s1 .content .module1 .module1-right h2 {
  font-size: var(--font-size-42);
}
.page .productsDetails-s1 .content .module1 .module1-right .scroll-y {
  max-height: max(3rem, 200px);
  margin-top: 0.4rem;
  padding-right: 0.6rem;
}
.page .productsDetails-s1 .content .module1 .module1-right .product .ul {
  margin-bottom: 0.24rem;
}
.page .productsDetails-s1 .content .module1 .module1-right .product .ul h3 {
  font-size: var(--font-size-22);
  color: var(--primary-color3);
  margin-bottom: 0.14rem;
}
.page .productsDetails-s1 .content .module1 .module1-right .product .ul .li .li-left {
  font-size: var(--font-size-18);
  color: #666;
  margin-right: 0.1rem;
}
.page .productsDetails-s1 .content .module1 .module1-right .product .ul .li .li-right p {
  font-size: var(--font-size-18);
  color: #666;
  line-height: 1.5;
}
.page .productsDetails-s1 .content .module1 .module1-right .product .ul:nth-last-child(1) {
  margin-bottom: 0;
}
.page .productsDetails-s1 .content .module1 .module1-right .btm-box {
  margin-top: 0.38rem;
  flex-wrap: wrap;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  row-gap: max(0.2rem, 14px);
}
.page .productsDetails-s1 .content .module1 .module1-right .btm-box .btm1 {
  background-color: var(--primary-color);
  padding: 0.15rem 0.16rem 0.15rem 0.36rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page .productsDetails-s1 .content .module1 .module1-right .btm-box .btm1 .name {
  color: white;
}
.page .productsDetails-s1 .content .module1 .module1-right .btm-box .btm2 {
  border: 1px solid #000000;
  padding: 0.15rem 0.42rem 0.15rem 0.34rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page .productsDetails-s1 .content .module1 .module1-right .btm-box .btm2 .i-box {
  background-color: var(--primary-color3);
  margin: 0 0.18rem 0 0;
}
.page .productsDetails-s1 .content .module1 .module1-right .btm-box .btm2:hover {
  color: var(--primary-color3);
  border-color: var(--primary-color3);
}
@media screen and (max-width: 768px) {
  .page .productsDetails-s1 .content .module1 {
    flex-wrap: wrap;
  }
  .page .productsDetails-s1 .content .module1 .module1-left {
    width: 100%;
  }
  .page .productsDetails-s1 .content .module1 .module1-right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.page .productsDetails-s2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.page .productsDetails-s2 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.16rem;
}
.page .productsDetails-s2 .content .module1 {
  margin-top: 0.32rem;
  margin-bottom: 0.84rem;
}
.page .productsDetails-s2 .content .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .productsDetails-s2 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .productsDetails-s2 .content .module1 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .productsDetails-s2 .content .module1 .tabList .item {
  margin-right: 8px;
  padding: 0.32rem 0.6rem;
  font-size: var(--font-size-22);
  cursor: pointer;
  white-space: nowrap;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-radius: var(--all-border-radius);
  border: 1px solid rgba(61, 125, 87, 0.33);
}
.page .productsDetails-s2 .content .module1 .tabList .item.item-active, .page .productsDetails-s2 .content .module1 .tabList .item:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: transparent;
}
.page .productsDetails-s2 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .productsDetails-s2 .content .module2 .child {
  display: none;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-left {
  width: 53.37%;
  position: relative;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-left .img-box {
  border-radius: var(--all-border-radius);
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-left .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-left .img-box .bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-left .img-box .bofang i {
  color: white;
  font-size: var(--font-size-52);
  font-weight: bold;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right {
  -moz-box-flex: 1;
       flex: 1;
  margin-left: 0.56rem;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list {
  display: none;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item {
  -moz-transition: 0.6s;
  transition: 0.6s;
  padding: 0.22rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-head {
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-28);
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  padding-left: 0.26rem;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-head .item-head-left h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  width: max(0.1rem, 6px);
  height: max(0.1rem, 6px);
  border-radius: 50%;
  background-color: #222;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
  display: block;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-bot .box {
  padding: 0.16rem 0 0 0;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-bot .scroll-y {
  max-height: max(4.8rem, 480px);
  font-size: var(--font-size-22);
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-22);
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item:nth-last-child(1) {
  border-color: transparent;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item-active .item-head h3 {
  color: var(--primary-color) !important;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item-active .item-head h3::after {
  background-color: var(--primary-color) !important;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item-active .item-head .item-head-right i {
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
       transform: rotate(90deg);
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list .item-active .item-bot {
  max-height: max(5rem, 500px);
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .list-active {
  display: block;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .btm {
  background-color: var(--primary-color);
  margin-top: 0.14rem;
  padding: 0.14rem 0.15rem 0.14rem 0.36rem;
}
.page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right .btm .name {
  color: white;
}
.page .productsDetails-s2 .content .module2 .child .specification .scroll-x {
  margin-top: 0.5rem;
}
.page .productsDetails-s2 .content .module2 .child .specification table {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse; /* ⭐ 合并边框 */
}
.page .productsDetails-s2 .content .module2 .child .specification table thead th {
  padding: 0.16rem max(0.3rem, 14px);
  text-align: center;
  white-space: nowrap;
  background-color: #e1ecd7;
  font-weight: 600;
}
.page .productsDetails-s2 .content .module2 .child .specification table thead th:nth-child(1) {
  width: max(1.8rem, 120px);
}
.page .productsDetails-s2 .content .module2 .child .specification table tbody tr {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d8d8d8;
}
.page .productsDetails-s2 .content .module2 .child .specification table tbody tr td {
  padding: 0.16rem max(0.3rem, 14px);
  font-size: var(--font-size-22);
  text-align: center;
  color: #666666;
  line-height: 1.5;
}
.page .productsDetails-s2 .content .module2 .child .specification table tbody tr td:nth-child(1) {
  text-align: left;
  width: max(1.8rem, 120px);
  border-right: 1px solid #d8d8d8;
}
.page .productsDetails-s2 .content .module2 .child .specification table tbody tr:nth-child(2n) {
  background-color: white;
}
.page .productsDetails-s2 .content .module2 .child .application .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.14rem;
     -moz-column-gap: 0.14rem;
          column-gap: 0.14rem;
  row-gap: 0.22rem;
}
.page .productsDetails-s2 .content .module2 .child .application .list .item {
  background: #ffffff;
  border-radius: var(--all-border-radius);
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
  padding: 0.28rem 0.32rem 0.5rem 0.32rem;
  display: block;
}
.page .productsDetails-s2 .content .module2 .child .application .list .item h3 {
  font-size: var(--font-size-28);
  margin-top: 0.32rem;
  margin-bottom: 0.3rem;
}
.page .productsDetails-s2 .content .module2 .child .application .list .item p {
  font-size: var(--font-size-22);
}
.page .productsDetails-s2 .content .module2 .child .application .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .productsDetails-s2 .content .module2 .child .application .list .item:hover h3 {
  color: var(--primary-color3);
}
.page .productsDetails-s2 .content .module2 .child .faqs .list {
  display: none;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item {
  margin-bottom: 0.3rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-head {
  padding: 0.24rem max(0.2rem, 16px);
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-28);
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
  position: relative;
  padding-left: 0.36rem;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-head .item-head-left h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: max(0.14rem, 10px);
  width: max(0.14rem, 6px);
  height: max(0.14rem, 6px);
  background-color: var(--primary-color3);
  border-radius: 50%;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: max(0.1rem, 5px);
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-bot .box {
  padding: 0 max(0.2rem, 16px) 0.46rem max(0.2rem, 16px);
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  font-size: var(--font-size-22);
  padding-left: 0.36rem;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-22);
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item-active {
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item-active h3 {
  color: var(--primary-color3) !important;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item-active h3::after {
  opacity: 1 !important;
}
.page .productsDetails-s2 .content .module2 .child .faqs .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}
.page .productsDetails-s2 .content .module2 .child .faqs .list-active {
  display: block;
}
.page .productsDetails-s2 .content .module2 .child-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .page .productsDetails-s2 .content .module2 .child .whyChoose {
    flex-wrap: wrap;
  }
  .page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-left {
    width: 100%;
  }
  .page .productsDetails-s2 .content .module2 .child .whyChoose .whyChoose-right {
    width: 100%;
    margin-left: 0;
  }
  .page .productsDetails-s2 .content .module2 .child .application .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .productsDetails-s3 {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.page .productsDetails-s3 .content .module1 {
  margin-top: 0.34rem;
}
.page .productsDetails-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.2rem;
}
.page .productsDetails-s3 .content .module1 .list .item {
  background: #ffffff;
  border-radius: var(--all-border-radius);
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
  padding: 0.24rem 0.22rem 0.36rem 0.22rem;
  display: block;
}
.page .productsDetails-s3 .content .module1 .list .item .img-box {
  border-radius: var(--all-border-radius);
  background-color: #f6f6f6;
}
.page .productsDetails-s3 .content .module1 .list .item .img-box img {
  width: 60%;
}
.page .productsDetails-s3 .content .module1 .list .item h3 {
  font-size: var(--font-size-32);
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.page .productsDetails-s3 .content .module1 .list .item .ul .li {
  position: relative;
  color: #666;
  font-size: var(--font-size-18);
  line-height: 1.5;
}
.page .productsDetails-s3 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .productsDetails-s3 .content .module1 .list .item:hover h3 {
  color: var(--primary-color3);
}
@media screen and (max-width: 880px) {
  .page .productsDetails-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page .secondaryAggregation-s2 {
  padding-top: 0.5rem;
  padding-bottom: 0.66rem;
}
.page .secondaryAggregation-s2 .content h2 {
  color: var(--primary-color3);
  text-align: center;
}
.page .secondaryAggregation-s2 .content .title {
  margin-top: 0.24rem;
  font-size: var(--font-size-22);
  color: #666;
  text-align: center;
}
.page .secondaryAggregation-s2 .content .module1 {
  margin-top: 1.08rem;
  row-gap: 20px;
}
.page .secondaryAggregation-s2 .content .module1 .module1-left {
  width: 53.37%;
  position: relative;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page .secondaryAggregation-s2 .content .module1 .module1-left .img-box {
  border-radius: var(--all-border-radius);
}
.page .secondaryAggregation-s2 .content .module1 .module1-left .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
.page .secondaryAggregation-s2 .content .module1 .module1-left .img-box .bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.page .secondaryAggregation-s2 .content .module1 .module1-left .img-box .bofang i {
  color: white;
  font-size: var(--font-size-52);
  font-weight: bold;
}
.page .secondaryAggregation-s2 .content .module1 .module1-left .img-box:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .secondaryAggregation-s2 .content .module1 .module1-right {
  -moz-box-flex: 1;
       flex: 1;
  margin-left: 0.56rem;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item {
  -moz-transition: 0.6s;
  transition: 0.6s;
  padding: 0.3rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-head {
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-18);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-26);
  line-height: 1.4;
  font-weight: 600;
  position: relative;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-18);
  display: block;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-bot .box {
  padding: 0.16rem 0 0 0;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  max-height: max(4.8rem, 480px);
  font-size: var(--font-size-18);
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-18);
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item:nth-child(1) {
  padding-top: 0;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item:nth-last-child(1) {
  border-color: transparent;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item-active .item-head h3 {
  color: var(--primary-color3) !important;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item-active .item-head h3::after {
  background-color: var(--primary-color3) !important;
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item-active .item-head .item-head-right i {
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
       transform: rotate(90deg);
}
.page .secondaryAggregation-s2 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: max(5rem, 500px);
}
@media screen and (max-width: 768px) {
  .page .secondaryAggregation-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .secondaryAggregation-s2 .content .module1 .module1-left {
    width: 100%;
  }
  .page .secondaryAggregation-s2 .content .module1 .module1-right {
    width: 100%;
    margin-left: 0;
  }
}
.page .secondaryAggregation-s3 {
  padding-top: 0.66rem;
  padding-bottom: 0.5rem;
}
.page .secondaryAggregation-s3 .content h6 {
  font-size: var(--font-size-22);
  margin-bottom: 0.1rem;
  color: #07924a;
}
.page .secondaryAggregation-s3 .content h2 {
  text-align: center;
}
.page .secondaryAggregation-s3 .content .module1 {
  margin-top: 0.46rem;
}
.page .secondaryAggregation-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.22rem;
     -moz-column-gap: 0.22rem;
          column-gap: 0.22rem;
  row-gap: 0.26rem;
}
.page .secondaryAggregation-s3 .content .module1 .list .item {
  padding: 0.7rem 0.3rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  -moz-transition: 0.6s;
  transition: 0.6s;
  flex-shrink: 0;
  position: relative;
  border: 1px solid rgba(25, 103, 181, 0.33);
}
.page .secondaryAggregation-s3 .content .module1 .list .item .item-left {
  position: relative;
  z-index: 2;
}
.page .secondaryAggregation-s3 .content .module1 .list .item .item-left .img-box {
  width: max(0.92rem, 50px);
  height: max(0.92rem, 50px);
  border-radius: 50%;
  background: #e4efff;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .secondaryAggregation-s3 .content .module1 .list .item .item-left .img-box img {
  width: auto;
  max-width: 60%;
}
.page .secondaryAggregation-s3 .content .module1 .list .item .item-left .img-box img:nth-last-child(1) {
  display: none;
}
.page .secondaryAggregation-s3 .content .module1 .list .item .item-left .img-box img:nth-last-child(2) {
  display: block;
}
.page .secondaryAggregation-s3 .content .module1 .list .item .item-right {
  margin-left: 0.38rem;
  position: relative;
  z-index: 2;
}
.page .secondaryAggregation-s3 .content .module1 .list .item .item-right h3 {
  color: var(--primary-color3);
  font-size: var(--font-size-28);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .secondaryAggregation-s3 .content .module1 .list .item .item-right p {
  margin-top: 0.3rem;
  font-size: var(--font-size-18);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .secondaryAggregation-s3 .content .module1 .list .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .secondaryAggregation-s3 .content .module1 .list .item .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .secondaryAggregation-s3 .content .module1 .list .item.item-active {
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .secondaryAggregation-s3 .content .module1 .list .item.item-active .bg {
  opacity: 1;
}
.page .secondaryAggregation-s3 .content .module1 .list .item.item-active .item-left .img-box {
  background-color: white;
}
.page .secondaryAggregation-s3 .content .module1 .list .item.item-active .item-left img:nth-last-child(1) {
  display: block;
}
.page .secondaryAggregation-s3 .content .module1 .list .item.item-active .item-left img:nth-last-child(2) {
  display: none;
}
.page .secondaryAggregation-s3 .content .module1 .list .item.item-active h3,
.page .secondaryAggregation-s3 .content .module1 .list .item.item-active p {
  color: white;
}
@media screen and (max-width: 880px) {
  .page .secondaryAggregation-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .secondaryAggregation-s3 .content .module1 .list .item {
    flex-wrap: wrap;
  }
  .page .secondaryAggregation-s3 .content .module1 .list .item .item-left {
    width: 100%;
  }
  .page .secondaryAggregation-s3 .content .module1 .list .item .item-right {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}
.page .secondaryAggregation-s4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.page .secondaryAggregation-s4 .content .module1 {
  margin-top: 0.5rem;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right {
  width: 100%;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list {
  display: none;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item {
  margin-bottom: 0.3rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-head {
  padding: 0.24rem max(0.2rem, 16px);
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-28);
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
  position: relative;
  padding-left: 0.36rem;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-head .item-head-left h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: max(0.14rem, 10px);
  width: max(0.14rem, 6px);
  height: max(0.14rem, 6px);
  background-color: var(--primary-color3);
  border-radius: 50%;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: max(0.1rem, 5px);
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-bot .box {
  padding: 0 max(0.2rem, 16px) 0.46rem max(0.2rem, 16px);
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  font-size: var(--font-size-22);
  padding-left: 0.36rem;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-22);
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item-active {
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item-active h3 {
  color: var(--primary-color3) !important;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item-active h3::after {
  opacity: 1 !important;
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}
.page .secondaryAggregation-s4 .content .module1 .module1-right .list-active {
  display: block;
}
@media screen and (max-width: 880px) {
  .page .secondaryAggregation-s4 .content .module1 {
    flex-wrap: wrap;
  }
  .page .secondaryAggregation-s4 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .page .secondaryAggregation-s4 .content .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}
.page .secondaryAggregation-s5 {
  padding-top: 0.3rem;
  padding-bottom: 0.88rem;
}
.page .secondaryAggregation-s5 .content .module1 {
  margin-top: 0.4rem;
}
.page .secondaryAggregation-s5 .content .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .secondaryAggregation-s5 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .secondaryAggregation-s5 .content .module1 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .secondaryAggregation-s5 .content .module1 .tabList .item {
  margin-right: 1.06rem;
  font-size: var(--font-size-28);
  font-family: "Gilroy-SemiBold", Arial, Helvetica, sans-serif;
  cursor: pointer;
  white-space: nowrap;
}
.page .secondaryAggregation-s5 .content .module1 .tabList .item.item-active, .page .secondaryAggregation-s5 .content .module1 .tabList .item:hover {
  color: var(--primary-color3);
}
.page .secondaryAggregation-s5 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .secondaryAggregation-s5 .content .module2 {
  margin-top: 0.58rem;
}
.page .secondaryAggregation-s5 .content .module2 .list {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.2rem;
}
.page .secondaryAggregation-s5 .content .module2 .list .item {
  background: #ffffff;
  border-radius: var(--all-border-radius);
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
  padding: 0.24rem 0.22rem 0.36rem 0.22rem;
  display: block;
}
.page .secondaryAggregation-s5 .content .module2 .list .item .img-box {
  border-radius: var(--all-border-radius);
  background-color: #f6f6f6;
}
.page .secondaryAggregation-s5 .content .module2 .list .item .img-box img {
  width: 60%;
}
.page .secondaryAggregation-s5 .content .module2 .list .item h3 {
  font-size: var(--font-size-28);
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.page .secondaryAggregation-s5 .content .module2 .list .item .ul .li {
  position: relative;
  color: #666;
  font-size: var(--font-size-18);
  line-height: 1.5;
}
.page .secondaryAggregation-s5 .content .module2 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .secondaryAggregation-s5 .content .module2 .list .item:hover h3 {
  color: var(--primary-color3);
}
.page .secondaryAggregation-s5 .content .module2 .list-active {
  display: grid;
}
@media screen and (max-width: 880px) {
  .page .secondaryAggregation-s5 .content .module2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page .application-s2 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.page .application-s2 .content h2 strong {
  font-weight: normal;
  color: var(--primary-color3);
}
.page .application-s2 .content .module1 {
  margin-top: 1.14rem;
}
.page .application-s2 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.36rem;
     -moz-column-gap: 0.36rem;
          column-gap: 0.36rem;
  row-gap: 20px;
}
.page .application-s2 .content .module1 .list .item {
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .application-s2 .content .module1 .list .item .item-head {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .application-s2 .content .module1 .list .item .item-head .btm {
  position: absolute;
  z-index: 1;
  top: 0.38rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  left: 0%;
  margin: 0 0.36rem;
  font-size: var(--font-size-26);
  color: #222;
  border-radius: 0.8rem;
  border: 1px solid #ffffff;
  padding: 0.1rem 10px;
  text-align: center;
  background-color: white;
  min-width: 2.5rem;
}
.page .application-s2 .content .module1 .list .item .item-bot {
  margin-top: 0.3rem;
}
.page .application-s2 .content .module1 .list .item .item-bot p {
  font-size: var(--font-size-18);
}
.page .application-s2 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 768px) {
  .page .application-s2 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .application-s3 {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}
.page .application-s3 .content .title {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
}
.page .application-s3 .content .module1 {
  margin-top: 0.44rem;
}
.page .application-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.18rem;
     -moz-column-gap: 0.18rem;
          column-gap: 0.18rem;
  row-gap: 20px;
}
.page .application-s3 .content .module1 .list .item {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
  padding: 1.66rem 0.22rem 0.76rem 0.22rem;
}
.page .application-s3 .content .module1 .list .item .bg {
  position: absolute;
  bottom: 0;
  right: -0.56rem;
  width: 2.9rem;
  height: 2.9rem;
}
.page .application-s3 .content .module1 .list .item .por {
  position: relative;
  z-index: 2;
}
.page .application-s3 .content .module1 .list .item .por .icon-box img {
  width: auto;
  max-width: max(0.34rem, 28px);
}
.page .application-s3 .content .module1 .list .item .por h3 {
  color: white;
  margin-top: 0.36rem;
  font-size: var(--font-size-26);
}
.page .application-s3 .content .module1 .list .item .por p {
  color: white;
  margin-top: 0.2rem;
  font-size: var(--font-size-18);
}
.page .application-s3 .content .module1 .list .item1 {
  background-color: var(--primary-color);
}
.page .application-s3 .content .module1 .list .item2 {
  background-color: var(--primary-color3);
}
.page .application-s3 .content .module1 .list .item:nth-child(2n) {
  padding: 0.36rem 0.26rem 0 0.26rem;
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .application-s3 .content .module1 .list .item:nth-child(2n) .yuan {
  width: max(0.08rem, 6px);
  height: max(0.08rem, 6px);
  border-radius: 50%;
  background-color: var(--primary-color3);
  margin-right: 0.2rem;
}
.page .application-s3 .content .module1 .list .item:nth-child(2n) h3 {
  font-size: var(--font-size-26);
  color: var(--primary-color3);
  margin-top: 0.22rem;
}
.page .application-s3 .content .module1 .list .item:nth-child(2n) p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
  color: #666;
}
.page .application-s3 .content .module1 .list .item:nth-child(2n) .img-box {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  margin-top: 0.4rem;
}
@media screen and (max-width: 1128px) {
  .page .application-s3 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page .application-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .application-s4 {
  padding-top: max(0.4rem, 20px);
  padding-bottom: 0.8rem;
}
.page .application-s4 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.2rem;
}
.page .application-s4 .content .module1 {
  margin-top: 0.44rem;
}
.page .application-s4 .content .module1 .swiper .item {
  border: 1px solid #b5d6ff;
  background-color: white;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.34rem;
}
.page .application-s4 .content .module1 .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.36rem;
}
.page .application-s4 .content .module1 .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.2rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .application-s4 .content .module1 .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: var(--font-size-18);
}
.page .application-s4 .content .module1 .jiantou .i-box:hover {
  background-color: white;
}
.page .application-s4 .content .module1 .jiantou .i-box:hover i {
  color: #222;
}
.page .application-s4 .content .module1 .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.page .application-s4 .content .module2 {
  margin-top: 0.52rem;
}
.page .application-s4 .content .module2 .title2 {
  font-size: var(--font-size-22);
}
.page .application-s4 .content .module2 .title2 strong {
  font-weight: normal;
  color: #0080b8;
}
.page .application-s4 .content .module2 .logo {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  -webkit-column-gap: 0.24rem;
     -moz-column-gap: 0.24rem;
          column-gap: 0.24rem;
  row-gap: 0.2rem;
  margin-top: 0.46rem;
}
.page .application-s4 .content .module2 .logo .img-box {
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(178, 178, 178, 0.3);
  width: 100%;
  aspect-ratio: 1/1; /* ✅ 宽高 = 1:1 */
}
.page .application-s4 .content .module2 .logo .img-box img {
  width: auto;
  max-width: 74%;
}
.page .application-s4 .content .module2 .logo .img-box:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 980px) {
  .page .application-s4 .content .module2 .logo {
    grid-template-columns: repeat(5, 1fr);
  }
}
.page .application-s5 {
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
}
.page .application-s5 .content .module1 {
  margin-top: 0.5rem;
}
.page .application-s5 .content .module1 .module1-right {
  width: 100%;
}
.page .application-s5 .content .module1 .module1-right .list {
  display: none;
}
.page .application-s5 .content .module1 .module1-right .list .item {
  margin-bottom: 0.3rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .application-s5 .content .module1 .module1-right .list .item .item-head {
  padding: 0.24rem max(0.2rem, 16px);
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .application-s5 .content .module1 .module1-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .application-s5 .content .module1 .module1-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .application-s5 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-28);
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
  position: relative;
  padding-left: 0.36rem;
}
.page .application-s5 .content .module1 .module1-right .list .item .item-head .item-head-left h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: max(0.14rem, 10px);
  width: max(0.14rem, 6px);
  height: max(0.14rem, 6px);
  background-color: var(--primary-color3);
  border-radius: 50%;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.page .application-s5 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: max(0.1rem, 5px);
}
.page .application-s5 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
}
.page .application-s5 .content .module1 .module1-right .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .application-s5 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .application-s5 .content .module1 .module1-right .list .item .item-bot .box {
  padding: 0 max(0.2rem, 16px) 0.46rem max(0.2rem, 16px);
}
.page .application-s5 .content .module1 .module1-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .application-s5 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  font-size: var(--font-size-22);
}
.page .application-s5 .content .module1 .module1-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-22);
}
.page .application-s5 .content .module1 .module1-right .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .application-s5 .content .module1 .module1-right .list .item-active {
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
}
.page .application-s5 .content .module1 .module1-right .list .item-active h3 {
  color: var(--primary-color3) !important;
}
.page .application-s5 .content .module1 .module1-right .list .item-active h3::after {
  opacity: 1 !important;
}
.page .application-s5 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}
.page .application-s5 .content .module1 .module1-right .list-active {
  display: block;
}
@media screen and (max-width: 880px) {
  .page .application-s5 .content .module1 {
    flex-wrap: wrap;
  }
  .page .application-s5 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .page .application-s5 .content .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}
.page .application-s6 .content {
  padding: 0.68rem 0.43rem 0.52rem 0.43rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-bottom: -1.6rem;
}
.page .application-s6 .content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 1;
}
.page .application-s6 .content .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .application-s6 .content h2 {
  color: white;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.page .application-s6 .content .module1 {
  margin-top: 0.26rem;
  position: relative;
  z-index: 2;
}
.page .application-s6 .content .module1 .btm {
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.16rem 0.36rem;
  background-color: var(--primary-color);
}
.page .application-s6 .content .module1 .btm .name {
  text-align: center;
  font-size: var(--font-size-22);
  color: white;
}
.page .application-s6 .content .module1 .btm .i-box {
  width: max(0.36rem, 28px);
  height: max(0.36rem, 28px);
  background-color: white;
  border-radius: 50%;
  margin-left: 0.32rem;
  flex-shrink: 0;
}
.page .application-s6 .content .module1 .btm .i-box i {
  color: black;
  font-size: var(--font-size-18);
  margin: 0;
}
.page .application-s6 .content .module1 .btm.btm1 .i-box {
  background-color: var(--primary-color2);
}
.page .application-s6 .content .module1 .btm.btm1 .i-box i {
  color: white;
}
.page .applicationDetails-s2 {
  padding-top: 0.6rem;
  padding-bottom: 0.86rem;
}
.page .applicationDetails-s2 .content .title {
  margin-top: 0.2rem;
  font-size: var(--font-size-22);
}
.page .applicationDetails-s2 .content .module1 {
  margin-top: 0.44rem;
}
.page .applicationDetails-s2 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.26rem;
     -moz-column-gap: 0.26rem;
          column-gap: 0.26rem;
  row-gap: max(0.4rem, 20px);
}
.page .applicationDetails-s2 .content .module1 .list .item {
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .applicationDetails-s2 .content .module1 .list .item .item-head {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .applicationDetails-s2 .content .module1 .list .item .item-head .btm {
  position: absolute;
  z-index: 1;
  top: 0.38rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  left: 0.36rem;
  font-size: var(--font-size-26);
  border-radius: 0.8rem;
  border: 1px solid #ffffff;
  padding: 0.1rem 0.28rem;
  text-align: center;
  background-color: white;
}
.page .applicationDetails-s2 .content .module1 .list .item .item-bot {
  margin-top: 0.3rem;
}
.page .applicationDetails-s2 .content .module1 .list .item .item-bot p {
  font-size: var(--font-size-18);
}
.page .applicationDetails-s2 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .applicationDetails-s2 .content .module1 .list .item:hover p {
  color: var(--primary-color3);
}
@media screen and (max-width: 880px) {
  .page .applicationDetails-s2 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 668px) {
  .page .applicationDetails-s2 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .applicationDetails-s3 {
  padding-top: 0.82rem;
  padding-bottom: 1.04rem;
  margin-bottom: 0.5rem;
  background-image: url("../images/lithiumPolymerS4-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9fbff;
}
.page .applicationDetails-s3 .content .module1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.page .applicationDetails-s3 .content .module1 .module1-left h2 strong {
  color: var(--primary-color);
  font-weight: normal;
}
.page .applicationDetails-s3 .content .module1 .module1-left p {
  font-size: var(--font-size-22);
  margin-top: 0.22rem;
}
.page .applicationDetails-s3 .content .module1 .module1-left p strong {
  color: var(--primary-color3);
  font-weight: 400;
}
.page .applicationDetails-s3 .content .module1 .module1-right {
  width: 60%;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item {
  margin-bottom: max(0.4rem, 20px);
  -moz-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item::after {
  content: "";
  position: absolute;
  top: 0.28rem;
  left: max(0.08rem, 5px);
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item .item-left {
  flex-shrink: 0;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item .item-left .yuan {
  width: max(0.16rem, 10px);
  height: max(0.16rem, 10px);
  border-radius: 50%;
  background: #d8d8d8;
  position: relative;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item .item-right {
  margin-left: 0.68rem;
  -moz-box-flex: 1;
       flex: 1;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item .item-right .h-box {
  -moz-box-align: center;
       align-items: center;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item .item-right .h-box .img-box img {
  width: auto;
  max-width: max(0.36rem, 0.24px);
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item .item-right .h-box .img-box img:nth-child(2) {
  display: none;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item .item-right .h-box h3 {
  font-size: var(--font-size-26);
  font-weight: 600;
  padding-left: 0.32rem;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item .item-right p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item .item-right p strong {
  font-weight: 400;
  color: var(--primary-color3);
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item:nth-last-child(1)::after {
  opacity: 0;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item:hover .item-left .yuan {
  background-color: var(--primary-color);
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item:hover .item-left .yuan::after {
  opacity: 1;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item:hover .item-right .h-box .img-box img:nth-child(1) {
  display: none;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item:hover .item-right .h-box .img-box img:nth-child(2) {
  display: block;
}
.page .applicationDetails-s3 .content .module1 .module1-right .list .item:hover .item-right .h-box h3 {
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .page .applicationDetails-s3 {
    background-color: #f1f6fb;
  }
  .page .applicationDetails-s3 .content .module1 {
    flex-wrap: wrap;
  }
  .page .applicationDetails-s3 .content .module1 .module1-left {
    width: 100%;
    margin-right: 0;
  }
  .page .applicationDetails-s3 .content .module1 .module1-right {
    width: 100%;
    margin-top: 30px;
  }
}
.page .applicationDetails-s4 {
  margin-top: 0.8rem;
  padding-bottom: 0.7rem;
}
.page .applicationDetails-s4 .content .title {
  margin-top: 0.18rem;
  font-size: var(--font-size-22);
}
.page .applicationDetails-s4 .content .module1 {
  margin-top: 0.58rem;
}
.page .applicationDetails-s4 .content .module1 .list {
  display: -moz-box;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  row-gap: 10px;
}
.page .applicationDetails-s4 .content .module1 .list .item {
  width: 25%;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
  min-height: max(5.46rem, 300px);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .applicationDetails-s4 .content .module1 .list .item .img-box {
  height: 100%;
}
.page .applicationDetails-s4 .content .module1 .list .item .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .applicationDetails-s4 .content .module1 .list .item .item-bot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 64, 157, 0.51);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
  -moz-transition: 0.6s;
  transition: 0.6s;
  padding: 0.2rem 0.4rem;
}
.page .applicationDetails-s4 .content .module1 .list .item .item-bot h3 {
  color: white;
  font-size: var(--font-size-26);
}
.page .applicationDetails-s4 .content .module1 .list .item .item-bot ul {
  margin-top: 0.16rem;
  list-style: disc; /* 实心圆 */
  padding-left: 0.26rem;
}
.page .applicationDetails-s4 .content .module1 .list .item .item-bot ul li {
  font-size: var(--font-size-18);
  line-height: 1.5;
  color: white;
}
.page .applicationDetails-s4 .content .module1 .list .item .item-bot ul li::after {
  background-color: white;
}
.page .applicationDetails-s4 .content .module1 .list .item-active {
  width: 55.75%;
}
.page .applicationDetails-s4 .content .module1 .list .item-active .item-bot {
  -moz-transition-delay: 0.4s;
       transition-delay: 0.4s; /* 延迟 0.3 秒执行 */
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .page .applicationDetails-s4 .content .module1 .list {
    flex-wrap: wrap;
  }
  .page .applicationDetails-s4 .content .module1 .list .item {
    width: 100%;
  }
  .page .applicationDetails-s4 .content .module1 .list .item-active .item-bot {
    -moz-transition-delay: 0s;
         transition-delay: 0s;
  }
}
.page .applicationDetails-s5 {
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
.page .applicationDetails-s5 .content .title {
  margin-top: 0.18rem;
  font-size: var(--font-size-22);
}
.page .applicationDetails-s5 .content .module1 {
  margin-top: 0.44rem;
}
.page .applicationDetails-s5 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  row-gap: 0.2rem;
}
.page .applicationDetails-s5 .content .module1 .list .item {
  background: #ffffff;
  border-radius: var(--all-border-radius);
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
  padding: 0.24rem 0.22rem 0.36rem 0.22rem;
  display: block;
}
.page .applicationDetails-s5 .content .module1 .list .item .img-box {
  border-radius: var(--all-border-radius);
  background-color: #f6f6f6;
}
.page .applicationDetails-s5 .content .module1 .list .item .img-box img {
  width: 60%;
}
.page .applicationDetails-s5 .content .module1 .list .item h3 {
  font-size: var(--font-size-28);
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.page .applicationDetails-s5 .content .module1 .list .item .ul .li {
  position: relative;
  color: #666;
  font-size: var(--font-size-18);
  line-height: 1.5;
}
.page .applicationDetails-s5 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .applicationDetails-s5 .content .module1 .list .item:hover h3 {
  color: var(--primary-color3);
}
@media screen and (max-width: 880px) {
  .page .applicationDetails-s5 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .applicationDetails-s6 {
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
}
.page .applicationDetails-s6 .content .module1 {
  margin-top: 0.5rem;
}
.page .applicationDetails-s6 .content .module1 .module1-right {
  width: 100%;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list {
  display: none;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item {
  margin-bottom: 0.3rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-head {
  padding: 0.24rem max(0.2rem, 16px);
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-28);
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
  position: relative;
  padding-left: 0.36rem;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-head .item-head-left h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: max(0.14rem, 10px);
  width: max(0.14rem, 6px);
  height: max(0.14rem, 6px);
  background-color: var(--primary-color3);
  border-radius: 50%;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: max(0.1rem, 5px);
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-bot .box {
  padding: 0 max(0.2rem, 16px) 0.46rem max(0.2rem, 16px);
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  font-size: var(--font-size-22);
  padding-left: 0.36rem;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-22);
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item-active {
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item-active h3 {
  color: var(--primary-color3) !important;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item-active h3::after {
  opacity: 1 !important;
}
.page .applicationDetails-s6 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}
.page .applicationDetails-s6 .content .module1 .module1-right .list-active {
  display: block;
}
@media screen and (max-width: 880px) {
  .page .applicationDetails-s6 .content .module1 {
    flex-wrap: wrap;
  }
  .page .applicationDetails-s6 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .page .applicationDetails-s6 .content .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}

.page .services-s2 {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.page .services-s2 .content .module1 {
  margin-top: 0.28rem;
}
.page .services-s2 .content .module1 .form {
  flex-wrap: wrap;
  row-gap: 20px;
}
.page .services-s2 .content .module1 .form .form-left {
  flex-wrap: wrap;
  position: relative;
}
.page .services-s2 .content .module1 .form .form-left .box {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.page .services-s2 .content .module1 .form .form-left .box .icon-category {
  color: var(--primary-color);
  font-size: var(--font-size-24);
}
.page .services-s2 .content .module1 .form .form-left .box .name {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  font-size: var(--font-size-20);
}
.page .services-s2 .content .module1 .form .form-left .box .icon-xiala {
  color: #666;
  font-size: var(--font-size-24);
}
.page .services-s2 .content .module1 .form .form-left input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.page .services-s2 .content .module1 .form .form-left .select {
  position: absolute;
  top: 200%;
  left: 0;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(179, 179, 179, 0.3);
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 4px 0.2rem;
  z-index: -1;
  opacity: 0;
  -moz-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
}
.page .services-s2 .content .module1 .form .form-left .select .item {
  padding: 0.2rem 0.1rem;
  border-bottom: 1px solid #d8d8d8;
  font-size: var(--font-size-20);
  -moz-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
.page .services-s2 .content .module1 .form .form-left .select .item i {
  font-size: var(--font-size-14);
  margin-left: 0.2rem;
}
.page .services-s2 .content .module1 .form .form-left .select .item:nth-last-child(1) {
  border-bottom: none;
}
.page .services-s2 .content .module1 .form .form-left .select .item:hover {
  color: var(--primary-color);
}
.page .services-s2 .content .module1 .form .form-left .select-active {
  opacity: 1;
  top: 230%;
  z-index: 7;
}
.page .services-s2 .content .module1 .form .form-right .box {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 0.1rem;
}
.page .services-s2 .content .module1 .form .form-right .box input {
  font-size: var(--font-size-20);
  padding-right: 0.2rem;
}
.page .services-s2 .content .module1 .form .form-right .box button {
  background-color: white;
  cursor: pointer;
}
.page .services-s2 .content .module1 .form .form-right .box button i {
  font-size: var(--font-size-24);
  color: var(--primary-color);
}
.page .services-s2 .content .module2 {
  margin-top: 0.4rem;
  position: relative;
  z-index: 6;
}
.page .services-s2 .content .module2 .list {
  margin-bottom: 0.5rem;
}
.page .services-s2 .content .module2 .list .item {
  margin-bottom: 0.22rem;
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
  border: 1px solid rgba(102, 102, 102, 0.45);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .services-s2 .content .module2 .list .item .item-left {
  position: relative;
  margin-right: 0.3rem;
}
.page .services-s2 .content .module2 .list .item .item-left i {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  font-size: var(--font-size-22);
  color: white;
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .services-s2 .content .module2 .list .item .item-left p {
  font-size: var(--font-size-22);
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .services-s2 .content .module2 .list .item .item-right {
  flex-shrink: 0;
}
.page .services-s2 .content .module2 .list .item .item-right i {
  font-size: var(--font-size-22);
  color: #666666;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .services-s2 .content .module2 .list .item .item-right .name {
  font-size: var(--font-size-18);
  margin-left: 0.12rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .services-s2 .content .module2 .list .item:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .services-s2 .content .module2 .list .item:hover .item-left i {
  opacity: 1;
}
.page .services-s2 .content .module2 .list .item:hover .item-left p {
  color: white;
  padding-left: max(0.36rem, 28px);
}
.page .services-s2 .content .module2 .list .item:hover .item-right i,
.page .services-s2 .content .module2 .list .item:hover .item-right .name {
  color: white;
}
@media screen and (max-width: 768px) {
  .page .services-s2 .content .module1 .form .form-left {
    width: 100%;
  }
  .page .services-s2 .content .module2 .list .item {
    flex-wrap: wrap;
  }
  .page .services-s2 .content .module2 .list .item .item-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .page .services-s2 .content .module2 .list .item .item-left p {
    padding-left: 0;
  }
  .page .services-s2 .content .module2 .list .item .item-right {
    width: 100%;
    -moz-box-pack: right;
         justify-content: right;
  }
}

.page .drone-s2 {
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.page .drone-s2 .content .title {
  margin-top: 0.14rem;
  font-size: var(--font-size-22);
}
.page .drone-s2 .content .module1 {
  margin-top: 0.7rem;
}
.page .drone-s2 .content .module1 .list .item {
  margin-bottom: 0.68rem;
  -moz-box-align: center;
       align-items: center;
}
.page .drone-s2 .content .module1 .list .item .item-left {
  flex-shrink: 0;
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 0.28rem;
}
.page .drone-s2 .content .module1 .list .item .item-left .scroll-y {
  max-height: max(3.6rem, 240px);
  padding-right: 2px;
}
.page .drone-s2 .content .module1 .list .item .item-left .up {
  padding-left: 0.28rem;
  position: relative;
  padding-bottom: 0.06rem;
}
.page .drone-s2 .content .module1 .list .item .item-left .up h3 {
  font-size: var(--font-size-42);
}
.page .drone-s2 .content .module1 .list .item .item-left .up p {
  font-size: var(--font-size-22);
  margin-top: 0.14rem;
}
.page .drone-s2 .content .module1 .list .item .item-left .up::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.08rem;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: var(--all-border-radius);
}
.page .drone-s2 .content .module1 .list .item .item-left .down {
  margin-top: 0.28rem;
}
.page .drone-s2 .content .module1 .list .item .item-left .down .li {
  border-top: 1px solid #d8d8d8;
  padding: 0.16rem 0 0.28rem 0;
}
.page .drone-s2 .content .module1 .list .item .item-left .down .li .li-left {
  flex-shrink: 0;
}
.page .drone-s2 .content .module1 .list .item .item-left .down .li .li-left .img-box img {
  width: auto;
  max-width: max(0.4rem, 28px);
}
.page .drone-s2 .content .module1 .list .item .item-left .down .li .li-right {
  margin-left: 0.36rem;
}
.page .drone-s2 .content .module1 .list .item .item-left .down .li .li-right p {
  font-weight: 500;
  font-size: var(--font-size-18);
}
.page .drone-s2 .content .module1 .list .item .item-right {
  width: 63.625%;
  position: relative;
}
.page .drone-s2 .content .module1 .list .item .item-right .img-box {
  border-radius: var(--all-border-radius);
}
.page .drone-s2 .content .module1 .list .item .item-right .img-box img {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .drone-s2 .content .module1 .list .item .item-right .down {
  position: absolute;
  z-index: 1;
  top: 0.6rem;
  right: 0.7rem;
  padding-left: 0.4rem;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}
.page .drone-s2 .content .module1 .list .item .item-right .down h3 {
  color: white;
  font-size: var(--font-size-42);
}
.page .drone-s2 .content .module1 .list .item .item-right .down .ul {
  margin-top: 0.56rem;
  row-gap: 5px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: end;
       align-items: flex-end;
}
.page .drone-s2 .content .module1 .list .item .item-right .down .ul .li {
  -webkit-column-gap: 0.12rem;
     -moz-column-gap: 0.12rem;
          column-gap: 0.12rem;
}
.page .drone-s2 .content .module1 .list .item .item-right .down .ul .li .li-left {
  flex-shrink: 0;
}
.page .drone-s2 .content .module1 .list .item .item-right .down .ul .li .li-left img {
  width: auto;
}
.page .drone-s2 .content .module1 .list .item .item-right .down .ul .li .box {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: var(--all-border-radius2);
  padding: 0.1rem 0.2rem;
  font-size: var(--font-size-22);
  color: white;
  border: 1px solid #ffffff;
  min-width: 3.44rem;
}
.page .drone-s2 .content .module1 .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .drone-s2 .content .module1 .list .item:nth-child(2n) .item-left {
  -moz-box-ordinal-group: 3;
       order: 2;
  margin-right: 0rem;
  margin-left: 0.4rem;
}
.page .drone-s2 .content .module1 .list .item:hover .item-left h3 {
  color: var(--primary-color3);
}
.page .drone-s2 .content .module1 .list .item:hover .item-right img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 1080px) {
  .page .drone-s2 .content .module1 .list .item {
    flex-wrap: wrap;
  }
  .page .drone-s2 .content .module1 .list .item .item-left {
    width: 100%;
    margin: 20px 0 0 0;
    -moz-box-ordinal-group: 3;
         order: 2;
  }
  .page .drone-s2 .content .module1 .list .item .item-right {
    width: 100%;
    -moz-box-ordinal-group: 2;
         order: 1;
  }
}
@media screen and (max-width: 880px) {
  .page .drone-s2 .content .module1 .list .item .item-right .down {
    flex-wrap: wrap;
  }
  .page .drone-s2 .content .module1 .list .item .item-right .down .down-left {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.page .drone-s3 {
  padding-top: 0.4rem;
  padding-bottom: 0.55rem;
}
.page .drone-s3 .content .title {
  margin-top: 0.14rem;
  font-size: var(--font-size-22);
}
.page .drone-s3 .content .module1 {
  margin-top: 0.76rem;
  padding: 0 0.64rem;
}
.page .drone-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.26rem;
     -moz-column-gap: 0.26rem;
          column-gap: 0.26rem;
  row-gap: 20px;
}
.page .drone-s3 .content .module1 .list .item {
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .drone-s3 .content .module1 .list .item .item-head {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .drone-s3 .content .module1 .list .item .item-head .btm {
  position: absolute;
  z-index: 1;
  top: 0.38rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  font-size: var(--font-size-26);
  color: white;
  border-radius: 0.8rem;
  border: 1px solid #ffffff;
  padding: 0.1rem 10px;
  text-align: center;
}
.page .drone-s3 .content .module1 .list .item .item-bot {
  margin-top: 0.3rem;
}
.page .drone-s3 .content .module1 .list .item .item-bot p {
  font-size: var(--font-size-18);
}
.page .drone-s3 .content .module1 .list .item:hover {
  -moz-transform: translateY(-0.48rem);
   -ms-transform: translateY(-0.48rem);
       transform: translateY(-0.48rem);
}
.page .drone-s3 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 880px) {
  .page .drone-s3 .content .module1 {
    padding: 0 5%;
  }
  .page .drone-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .drone-s4 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.page .drone-s4 .content .module1 {
  margin-top: 0.46rem;
}
.page .drone-s4 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.22rem;
     -moz-column-gap: 0.22rem;
          column-gap: 0.22rem;
  row-gap: 0.26rem;
}
.page .drone-s4 .content .module1 .list .item {
  padding: 0.7rem 0.3rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  -moz-transition: 0.6s;
  transition: 0.6s;
  flex-shrink: 0;
  position: relative;
  border: 1px solid rgba(61, 125, 87, 0.48);
}
.page .drone-s4 .content .module1 .list .item .item-left {
  position: relative;
  z-index: 2;
}
.page .drone-s4 .content .module1 .list .item .item-left .img-box {
  width: max(0.92rem, 50px);
  height: max(0.92rem, 50px);
  border-radius: 50%;
  background: #e4efff;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .drone-s4 .content .module1 .list .item .item-left .img-box img {
  width: auto;
  max-width: 60%;
}
.page .drone-s4 .content .module1 .list .item .item-left .img-box img:nth-last-child(1) {
  display: none;
}
.page .drone-s4 .content .module1 .list .item .item-left .img-box img:nth-last-child(2) {
  display: block;
}
.page .drone-s4 .content .module1 .list .item .item-right {
  margin-left: 0.38rem;
  position: relative;
  z-index: 2;
}
.page .drone-s4 .content .module1 .list .item .item-right h3 {
  color: var(--primary-color3);
  font-size: var(--font-size-28);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .drone-s4 .content .module1 .list .item .item-right p {
  margin-top: 0.3rem;
  font-size: var(--font-size-18);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .drone-s4 .content .module1 .list .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.page .drone-s4 .content .module1 .list .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .drone-s4 .content .module1 .list .item.item-active {
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .drone-s4 .content .module1 .list .item.item-active .bg {
  opacity: 1;
}
.page .drone-s4 .content .module1 .list .item.item-active .item-left .img-box {
  background-color: white;
}
.page .drone-s4 .content .module1 .list .item.item-active .item-left img:nth-last-child(1) {
  display: block;
}
.page .drone-s4 .content .module1 .list .item.item-active .item-left img:nth-last-child(2) {
  display: none;
}
.page .drone-s4 .content .module1 .list .item.item-active h3,
.page .drone-s4 .content .module1 .list .item.item-active p {
  color: white;
}
@media screen and (max-width: 880px) {
  .page .drone-s4 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .drone-s4 .content .module1 .list .item {
    flex-wrap: wrap;
  }
  .page .drone-s4 .content .module1 .list .item .item-left {
    width: 100%;
  }
  .page .drone-s4 .content .module1 .list .item .item-right {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}
.page .drone-s5 {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.page .drone-s5 .content {
  overflow: hidden;
}
.page .drone-s5 .content h6 {
  color: var(--primary-color);
  font-size: var(--font-size-22);
  margin-bottom: 0.16rem;
}
.page .drone-s5 .content .module1 {
  margin-top: 0.7rem;
}
.page .drone-s5 .content .module1 .swiper {
  overflow: visible;
}
.page .drone-s5 .content .module1 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.page .drone-s5 .content .module1 .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.page .drone-s5 .content .module1 .swiper .item {
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.22rem;
}
.page .drone-s5 .content .module1 .swiper .item .item-left {
  flex-shrink: 0;
  width: 46%;
}
.page .drone-s5 .content .module1 .swiper .item .item-left .img-box {
  border-radius: var(--all-border-radius);
}
.page .drone-s5 .content .module1 .swiper .item .item-right {
  padding: 0 0.2rem;
  margin-left: 0.36rem;
  -moz-box-flex: 1;
       flex: 1;
}
.page .drone-s5 .content .module1 .swiper .item .item-right h3 {
  font-size: var(--font-size-28);
}
.page .drone-s5 .content .module1 .swiper .item .item-right p {
  font-size: var(--font-size-18);
  margin-top: 0.44rem;
}
.page .drone-s5 .content .module1 .swiper .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .drone-s5 .content .module1 .swiper .item:hover .item-right h3 {
  color: var(--primary-color3);
}
.page .drone-s5 .content .module1 .swiper .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.54rem;
}
.page .drone-s5 .content .module1 .swiper .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.16rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .drone-s5 .content .module1 .swiper .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #222;
  font-size: var(--font-size-18);
}
.page .drone-s5 .content .module1 .swiper .jiantou .i-box:hover {
  background-color: white;
}
.page .drone-s5 .content .module1 .swiper .jiantou .i-box:hover i {
  color: #222;
}
.page .drone-s5 .content .module1 .swiper .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .page .drone-s5 .content .module1 {
    margin: 0.7rem 5% 0 5%;
  }
  .page .drone-s5 .content .module1 .swiper .item {
    flex-wrap: wrap;
  }
  .page .drone-s5 .content .module1 .swiper .item .item-left {
    width: 100%;
  }
  .page .drone-s5 .content .module1 .swiper .item .item-right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.page .drone-s6 {
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}
.page .drone-s6 .content {
  overflow: hidden;
}
.page .drone-s6 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.16rem;
}
.page .drone-s6 .content .module1 {
  margin-top: 0.32rem;
}
.page .drone-s6 .content .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .drone-s6 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .drone-s6 .content .module1 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .drone-s6 .content .module1 .tabList .item {
  margin-right: 8px;
  padding: 0.32rem 0.6rem;
  font-size: var(--font-size-22);
  cursor: pointer;
  white-space: nowrap;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-radius: var(--all-border-radius);
  border: 1px solid rgba(61, 125, 87, 0.33);
}
.page .drone-s6 .content .module1 .tabList .item.item-active, .page .drone-s6 .content .module1 .tabList .item:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: transparent;
}
.page .drone-s6 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .drone-s6 .content .module2 {
  margin-top: 0.34rem;
}
.page .drone-s6 .content .module2 .swiper {
  padding-right: 1px;
}
.page .drone-s6 .content .module2 .swiper .item {
  background: #ffffff;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.6rem 0.28rem 0.6rem 0.6rem;
  border: 1px solid #a8cbff;
  box-shadow: 0px 4px 32px 0px rgba(205, 205, 205, 0.3);
}
.page .drone-s6 .content .module2 .swiper .item .item-left {
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 1.3rem;
}
.page .drone-s6 .content .module2 .swiper .item .item-left .scroll-y {
  max-height: max(3.8rem, 200px);
}
.page .drone-s6 .content .module2 .swiper .item .item-left .scroll-y p {
  font-size: var(--font-size-18);
  color: #222;
}
.page .drone-s6 .content .module2 .swiper .item .item-left .scroll-y p strong {
  font-weight: normal;
  color: var(--primary-color);
}
.page .drone-s6 .content .module2 .swiper .item .item-right {
  flex-shrink: 0;
  width: 49%;
  position: relative;
  overflow: hidden;
}
.page .drone-s6 .content .module2 .swiper .item .item-right .img-box {
  border-radius: var(--all-border-radius);
}
.page .drone-s6 .content .module2 .swiper .item .item-right .img-box img {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .drone-s6 .content .module2 .swiper .item .item-right .down {
  position: absolute;
  left: 50%;
  bottom: 0.12rem;
  -moz-transform: translateX(-50%) translateY(100%);
   -ms-transform: translateX(-50%) translateY(100%);
       transform: translateX(-50%) translateY(100%);
  background-color: white;
  border-radius: var(--all-border-radius);
  width: 92%;
  padding: 0.36rem 0.44rem;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .drone-s6 .content .module2 .swiper .item .item-right .down ul {
  list-style: disc; /* 实心圆 */
  padding-left: 0.26rem;
}
.page .drone-s6 .content .module2 .swiper .item .item-right .down ul li {
  font-size: var(--font-size-18);
  color: #666;
  line-height: 1.5;
  font-weight: 500;
}
.page .drone-s6 .content .module2 .swiper .item .item-right .down ul li strong {
  color: #222;
  font-weight: 500;
}
.page .drone-s6 .content .module2 .swiper .item .item-right .down ul li::marker {
  color: #222; /* 圆点颜色 */
  font-size: var(--font-size-16); /* 圆点大小 */
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .drone-s6 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .drone-s6 .content .module2 .swiper .item:hover .item-right .down {
  -moz-transform: translateX(-50%) translateY(0%);
   -ms-transform: translateX(-50%) translateY(0%);
       transform: translateX(-50%) translateY(0%);
  opacity: 1;
}
.page .drone-s6 .content .module2 .swiper .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.54rem;
}
.page .drone-s6 .content .module2 .swiper .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.16rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .drone-s6 .content .module2 .swiper .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #222;
  font-size: var(--font-size-18);
}
.page .drone-s6 .content .module2 .swiper .jiantou .i-box:hover {
  background-color: white;
}
.page .drone-s6 .content .module2 .swiper .jiantou .i-box:hover i {
  color: #222;
}
.page .drone-s6 .content .module2 .swiper .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 880px) {
  .page .drone-s6 .content .module2 .swiper .item {
    padding: 16px;
    flex-wrap: wrap;
    -moz-box-align: normal;
         align-items: normal;
  }
  .page .drone-s6 .content .module2 .swiper .item .item-left {
    width: 100%;
    margin: 0;
  }
  .page .drone-s6 .content .module2 .swiper .item .item-left .scroll-y {
    max-height: 100%;
  }
  .page .drone-s6 .content .module2 .swiper .item .item-right {
    width: 100%;
    margin-top: 20px;
  }
  .page .drone-s6 .content .module2 .swiper .item .item-right .down {
    position: initial;
    opacity: 1;
    -moz-transform: translate(0);
     -ms-transform: translate(0);
         transform: translate(0);
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  .page .drone-s6 .content .module2 .swiper .item .item-right .down ul {
    padding-left: 0.36rem;
  }
}

.page .lithiumPolymer-s2 {
  padding-top: 0.45rem;
  padding-bottom: 0.66rem;
}
.page .lithiumPolymer-s2 .content h2 strong {
  color: var(--primary-color);
}
.page .lithiumPolymer-s2 .content .title {
  margin-top: 0.22rem;
}
.page .lithiumPolymer-s2 .content .module1 {
  margin-top: 0.8rem;
}
.page .lithiumPolymer-s2 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.16rem;
     -moz-column-gap: 0.16rem;
          column-gap: 0.16rem;
  row-gap: 20px;
}
.page .lithiumPolymer-s2 .content .module1 .list .item {
  border-radius: var(--all-border-radius);
  background-color: #f6faff;
  padding: 0.5rem 0.34rem;
  -moz-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.page .lithiumPolymer-s2 .content .module1 .list .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/lithiumPolymerS2-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.page .lithiumPolymer-s2 .content .module1 .list .item .item-content {
  position: relative;
  z-index: 2;
}
.page .lithiumPolymer-s2 .content .module1 .list .item .img-box img {
  width: auto;
  max-width: max(0.34rem, 28px);
}
.page .lithiumPolymer-s2 .content .module1 .list .item .img-box img:nth-child(2) {
  display: none;
}
.page .lithiumPolymer-s2 .content .module1 .list .item .line {
  background-color: rgba(1, 64, 157, 0.16);
  width: 100%;
  height: 1px;
  margin-top: 0.34rem;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumPolymer-s2 .content .module1 .list .item h3 {
  color: var(--primary-color3);
  margin-top: 0.48rem;
  -moz-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--font-size-26);
  height: 3em;
}
.page .lithiumPolymer-s2 .content .module1 .list .item p {
  margin-top: 0.2rem;
  font-size: var(--font-size-18);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumPolymer-s2 .content .module1 .list .item:hover {
  -moz-transform: translateY(min(-0.26rem, 20px));
   -ms-transform: translateY(min(-0.26rem, 20px));
       transform: translateY(min(-0.26rem, 20px));
}
.page .lithiumPolymer-s2 .content .module1 .list .item:hover::after {
  opacity: 1;
}
.page .lithiumPolymer-s2 .content .module1 .list .item:hover .img-box img:nth-child(1) {
  display: none;
}
.page .lithiumPolymer-s2 .content .module1 .list .item:hover .img-box img:nth-child(2) {
  display: block;
}
.page .lithiumPolymer-s2 .content .module1 .list .item:hover .line {
  background-color: white;
}
.page .lithiumPolymer-s2 .content .module1 .list .item:hover h3 {
  color: white;
}
.page .lithiumPolymer-s2 .content .module1 .list .item:hover p {
  color: white;
}
@media screen and (max-width: 1080px) {
  .page .lithiumPolymer-s2 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page .lithiumPolymer-s2 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .lithiumPolymer-s3 {
  padding-top: 0.66rem;
  padding-bottom: 0.48rem;
}
.page .lithiumPolymer-s3 .content h2 strong {
  color: var(--primary-color);
}
.page .lithiumPolymer-s3 .content .title {
  margin-top: 0.22rem;
}
.page .lithiumPolymer-s3 .content .module1 {
  margin-top: 0.8rem;
}
.page .lithiumPolymer-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.22rem;
     -moz-column-gap: 0.22rem;
          column-gap: 0.22rem;
  row-gap: 0.34rem;
}
.page .lithiumPolymer-s3 .content .module1 .list .item {
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumPolymer-s3 .content .module1 .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .lithiumPolymer-s3 .content .module1 .list .item h3 {
  margin-top: 0.36rem;
  -moz-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--font-size-26);
}
.page .lithiumPolymer-s3 .content .module1 .list .item:hover .img-box img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .lithiumPolymer-s3 .content .module1 .list .item:hover h3 {
  color: var(--primary-color3);
}
@media screen and (max-width: 880px) {
  .page .lithiumPolymer-s3 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 668px) {
  .page .lithiumPolymer-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 26px;
  }
}
.page .lithiumPolymer-s4 {
  padding-top: 1.26rem;
  padding-bottom: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-image: url("../images/lithiumPolymerS4-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.page .lithiumPolymer-s4 .content .module1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
  flex-shrink: 0;
  margin-right: 1.6rem;
}
.page .lithiumPolymer-s4 .content .module1 .module1-left h2 strong {
  color: var(--primary-color);
  font-weight: normal;
}
.page .lithiumPolymer-s4 .content .module1 .module1-left p {
  font-size: var(--font-size-22);
  margin-top: 0.4rem;
}
.page .lithiumPolymer-s4 .content .module1 .module1-left p strong {
  color: var(--primary-color3);
  font-weight: 400;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right {
  width: 60%;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item {
  margin-bottom: max(0.4rem, 20px);
  -moz-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item::after {
  content: "";
  position: absolute;
  top: max(0.58rem, 12px);
  left: max(0.08rem, 5px);
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item .item-left {
  flex-shrink: 0;
  margin-top: 0.3rem;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item .item-left .yuan {
  width: max(0.16rem, 10px);
  height: max(0.16rem, 10px);
  border-radius: 50%;
  background: #d8d8d8;
  position: relative;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item .item-right {
  margin-left: 0.68rem;
  -moz-box-flex: 1;
       flex: 1;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item .item-right h3 {
  font-size: var(--font-size-26);
  font-weight: 600;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item .item-right p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item .item-right p strong {
  font-weight: 400;
  color: var(--primary-color3);
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item:nth-last-child(1)::after {
  opacity: 0;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item:hover .item-left .yuan {
  background-color: var(--primary-color);
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item:hover .item-left .yuan::after {
  opacity: 1;
}
.page .lithiumPolymer-s4 .content .module1 .module1-right .list .item:hover .item-right h3 {
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .page .lithiumPolymer-s4 {
    background-color: #f1f6fb;
  }
  .page .lithiumPolymer-s4 .content .module1 {
    flex-wrap: wrap;
  }
  .page .lithiumPolymer-s4 .content .module1 .module1-left {
    width: 100%;
    margin-right: 0;
  }
  .page .lithiumPolymer-s4 .content .module1 .module1-right {
    width: 100%;
    margin-top: 30px;
  }
}
.page .lithiumPolymer-s5 {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
.page .lithiumPolymer-s5 .content h2 {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.page .lithiumPolymer-s5 .content h2 .box {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  background-color: var(--primary-color);
  width: 1.82rem;
  height: max(0.66rem, 50px);
  margin: 0 0.2rem;
}
.page .lithiumPolymer-s5 .content h2 .box i {
  color: white;
  font-size: var(--font-size-52);
  font-weight: normal;
}
.page .lithiumPolymer-s5 .content .title {
  margin-top: 0.18rem;
  font-size: var(--font-size-22);
}
.page .lithiumPolymer-s5 .content .module1 {
  margin-top: 0.34rem;
}
.page .lithiumPolymer-s5 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 0.26rem;
     -moz-column-gap: 0.26rem;
          column-gap: 0.26rem;
  row-gap: 0.4rem;
}
.page .lithiumPolymer-s5 .content .module1 .list .item .item-head {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .lithiumPolymer-s5 .content .module1 .list .item .item-head .btm {
  position: absolute;
  z-index: 1;
  top: 0.24rem;
  left: 0.16rem;
  font-size: var(--font-size-26);
  border-radius: 0.8rem;
  border: 1px solid #000000;
  padding: 0.14rem 0.66rem;
  text-align: center;
  background-color: white;
  font-family: "Gilroy-SemiBold", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.page .lithiumPolymer-s5 .content .module1 .list .item .item-bot {
  margin-top: 0.3rem;
}
.page .lithiumPolymer-s5 .content .module1 .list .item .item-bot p {
  font-size: var(--font-size-18);
}
.page .lithiumPolymer-s5 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .lithiumPolymer-s5 .content .module1 .list {
  /* ✅ 第一行：3 个（每个占 2 列） */
}
.page .lithiumPolymer-s5 .content .module1 .list .item:nth-child(1),
.page .lithiumPolymer-s5 .content .module1 .list .item:nth-child(2),
.page .lithiumPolymer-s5 .content .module1 .list .item:nth-child(3) {
  grid-column: span 2;
}
.page .lithiumPolymer-s5 .content .module1 .list {
  /* ✅ 第二行：2 个（每个占 3 列） */
}
.page .lithiumPolymer-s5 .content .module1 .list .item:nth-child(4),
.page .lithiumPolymer-s5 .content .module1 .list .item:nth-child(5) {
  grid-column: span 3;
}
.page .lithiumPolymer-s5 .content .module1 .list {
  /* ✅ 后续：默认恢复 3 个一行 */
}
.page .lithiumPolymer-s5 .content .module1 .list .item:nth-child(n+6) {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .page .lithiumPolymer-s5 .content h2 {
    flex-wrap: wrap;
  }
  .page .lithiumPolymer-s5 .content h2 .box {
    margin-top: 10px;
  }
  .page .lithiumPolymer-s5 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .lithiumPolymer-s6 {
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
}
.page .lithiumPolymer-s6 .content .module1 {
  margin-top: 0.5rem;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right {
  width: 100%;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list {
  display: none;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item {
  margin-bottom: 0.3rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-head {
  padding: 0.24rem max(0.2rem, 16px);
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-28);
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
  position: relative;
  padding-left: 0.36rem;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-head .item-head-left h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: max(0.14rem, 10px);
  width: max(0.14rem, 6px);
  height: max(0.14rem, 6px);
  background-color: var(--primary-color3);
  border-radius: 50%;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: max(0.1rem, 5px);
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-bot .box {
  padding: 0 max(0.2rem, 16px) 0.46rem max(0.2rem, 16px);
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  font-size: var(--font-size-22);
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-22);
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item-active {
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item-active h3 {
  color: var(--primary-color3) !important;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item-active h3::after {
  opacity: 1 !important;
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}
.page .lithiumPolymer-s6 .content .module1 .module1-right .list-active {
  display: block;
}
@media screen and (max-width: 880px) {
  .page .lithiumPolymer-s6 .content .module1 {
    flex-wrap: wrap;
  }
  .page .lithiumPolymer-s6 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .page .lithiumPolymer-s6 .content .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}
.page .lithiumPolymer-s7 .content {
  padding: 0.68rem 0.43rem 0.52rem 0.43rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-bottom: -1.6rem;
}
.page .lithiumPolymer-s7 .content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 1;
}
.page .lithiumPolymer-s7 .content .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .lithiumPolymer-s7 .content h2 {
  color: white;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.page .lithiumPolymer-s7 .content .module1 {
  position: relative;
  z-index: 2;
  margin-top: 0.26rem;
}
.page .lithiumPolymer-s7 .content .module1 .btm {
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.16rem 0.36rem;
  background-color: var(--primary-color);
}
.page .lithiumPolymer-s7 .content .module1 .btm .name {
  text-align: center;
  font-size: var(--font-size-22);
  color: white;
}
.page .lithiumPolymer-s7 .content .module1 .btm .i-box {
  width: max(0.36rem, 28px);
  height: max(0.36rem, 28px);
  background-color: white;
  border-radius: 50%;
  margin-left: 0.32rem;
  flex-shrink: 0;
}
.page .lithiumPolymer-s7 .content .module1 .btm .i-box i {
  color: black;
  font-size: var(--font-size-18);
  margin: 0;
}
.page .lithiumPolymer-s7 .content .module1 .btm.btm1 .i-box {
  background-color: var(--primary-color2);
}
.page .lithiumPolymer-s7 .content .module1 .btm.btm1 .i-box i {
  color: white;
}
.page-lithiumBattery .crumbs-page {
  background-color: #f5f9ff;
}

.page .lithiumBattery-s2 {
  padding-top: 0.6rem;
  padding-bottom: 2.96rem;
  background-color: #fafcff;
  background-image: url("../images/lithiumBatteryS2-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.page .lithiumBattery-s2 .content .module1 .btm {
  background-color: var(--primary-color);
  flex-shrink: 0;
  padding: 8px max(0.12rem, 12px);
}
.page .lithiumBattery-s2 .content .module1 .btm .name {
  color: white;
}
.page .lithiumBattery-s2 .content .title {
  margin-top: 0.2rem;
  font-size: var(--font-size-22);
}
.page .lithiumBattery-s2 .content .module2 {
  margin-top: 0.4rem;
  padding-top: max(3.36rem, 260px);
  overflow: hidden;
}
.page .lithiumBattery-s2 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 0.1rem;
     -moz-column-gap: 0.1rem;
          column-gap: 0.1rem;
  row-gap: 0.2rem;
}
.page .lithiumBattery-s2 .content .module2 .list .item {
  position: relative;
  padding: 0 0.3rem 0rem 0.3rem;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .lithiumBattery-s2 .content .module2 .list .item .name {
  font-size: var(--font-size-28);
  font-weight: 600;
  font-family: "Gilroy-SemiBold", Arial, Helvetica, sans-serif;
  text-align: center;
}
.page .lithiumBattery-s2 .content .module2 .list .item .yuan {
  margin: 0.3rem auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  width: max(0.48rem, 30px);
  height: max(0.48rem, 30px);
  z-index: 1;
}
.page .lithiumBattery-s2 .content .module2 .list .item .yuan img {
  width: auto;
}
.page .lithiumBattery-s2 .content .module2 .list .item .yuan img:nth-child(2) {
  display: none;
}
.page .lithiumBattery-s2 .content .module2 .list .item .item-content {
  background-color: #fff;
  border: 1px solid rgba(50, 128, 81, 0.31);
  border-radius: var(--all-border-radius);
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  padding: 0.4rem 0.28rem 0.5rem 0.28rem;
  position: absolute;
  opacity: 0;
  bottom: 0.16rem;
  left: 50%;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  width: 164%;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: 2;
}
.page .lithiumBattery-s2 .content .module2 .list .item .item-content .img-box img {
  max-width: 0.54rem;
  width: auto;
}
.page .lithiumBattery-s2 .content .module2 .list .item .item-content h3 {
  margin-top: 0.16rem;
  font-size: var(--font-size-28);
  color: #07924a;
}
.page .lithiumBattery-s2 .content .module2 .list .item .item-content .p-list {
  margin-top: 0.19rem;
  max-height: max(2rem, 200px);
}
.page .lithiumBattery-s2 .content .module2 .list .item .item-content .p-list p {
  font-size: var(--font-size-18);
  text-align: center;
}
.page .lithiumBattery-s2 .content .module2 .list .item:nth-child(1) .item-content {
  left: 4px;
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
}
.page .lithiumBattery-s2 .content .module2 .list .item:nth-last-child(1) .item-content {
  left: initial;
  right: 4px;
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
}
.page .lithiumBattery-s2 .content .module2 .list .item-active .item-content {
  opacity: 1;
}
.page .lithiumBattery-s2 .content .module2 .list .item-active .yuan {
  z-index: 3;
}
.page .lithiumBattery-s2 .content .module2 .list .item-active .yuan img:nth-child(1) {
  display: none;
}
.page .lithiumBattery-s2 .content .module2 .list .item-active .yuan img:nth-child(2) {
  display: block;
}
@media screen and (max-width: 880px) {
  .page .lithiumBattery-s2 .content .module2 {
    padding-top: 30px;
  }
  .page .lithiumBattery-s2 .content .module2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page .lithiumBattery-s2 .content .module2 .list .item h3,
  .page .lithiumBattery-s2 .content .module2 .list .item .yuan {
    display: none;
  }
  .page .lithiumBattery-s2 .content .module2 .list .item .item-content {
    position: relative;
    left: 0;
    top: 0;
    right: inherit;
    opacity: 1;
    -moz-transform: translateX(0);
     -ms-transform: translateX(0);
         transform: translateX(0);
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .lithiumBattery-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .lithiumBattery-s2 .content .module1 .btm {
    margin-top: 10px;
  }
}
@media screen and (max-width: 668px) {
  .page .lithiumBattery-s2 .content .module2 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .lithiumBattery-s3 {
  padding-top: 0.8rem;
  padding-bottom: 0.66rem;
}
.page .lithiumBattery-s3 .content .title {
  margin-top: 0.14rem;
  font-size: var(--font-size-22);
}
.page .lithiumBattery-s3 .content .module1 {
  margin-top: 0.4rem;
}
.page .lithiumBattery-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.22rem;
     -moz-column-gap: 0.22rem;
          column-gap: 0.22rem;
  row-gap: 0.26rem;
}
.page .lithiumBattery-s3 .content .module1 .list .item {
  padding: 0.54rem 0.3rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  -moz-transition: 0.6s;
  transition: 0.6s;
  flex-shrink: 0;
  position: relative;
  border: 1px solid rgba(61, 125, 87, 0.48);
}
.page .lithiumBattery-s3 .content .module1 .list .item .item-left {
  position: relative;
  z-index: 2;
}
.page .lithiumBattery-s3 .content .module1 .list .item .item-left .img-box {
  width: max(0.92rem, 50px);
  height: max(0.92rem, 50px);
  border-radius: 50%;
  background: #e4efff;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumBattery-s3 .content .module1 .list .item .item-left .img-box img {
  width: 50%;
}
.page .lithiumBattery-s3 .content .module1 .list .item .item-left .img-box img:nth-last-child(1) {
  display: none;
}
.page .lithiumBattery-s3 .content .module1 .list .item .item-left .img-box img:nth-last-child(2) {
  display: block;
}
.page .lithiumBattery-s3 .content .module1 .list .item .item-right {
  margin-left: 0.38rem;
  position: relative;
  z-index: 2;
}
.page .lithiumBattery-s3 .content .module1 .list .item .item-right h3 {
  color: var(--primary-color3);
  font-size: var(--font-size-28);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumBattery-s3 .content .module1 .list .item .item-right p {
  margin-top: 0.3rem;
  font-size: var(--font-size-18);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumBattery-s3 .content .module1 .list .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.page .lithiumBattery-s3 .content .module1 .list .item .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .lithiumBattery-s3 .content .module1 .list .item.item-active {
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .lithiumBattery-s3 .content .module1 .list .item.item-active .bg {
  opacity: 1;
}
.page .lithiumBattery-s3 .content .module1 .list .item.item-active .item-left .img-box {
  background-color: white;
}
.page .lithiumBattery-s3 .content .module1 .list .item.item-active .item-left img:nth-last-child(1) {
  display: block;
}
.page .lithiumBattery-s3 .content .module1 .list .item.item-active .item-left img:nth-last-child(2) {
  display: none;
}
.page .lithiumBattery-s3 .content .module1 .list .item.item-active h3,
.page .lithiumBattery-s3 .content .module1 .list .item.item-active p {
  color: white;
}
@media screen and (max-width: 880px) {
  .page .lithiumBattery-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .lithiumBattery-s3 .content .module1 .list .item {
    flex-wrap: wrap;
  }
  .page .lithiumBattery-s3 .content .module1 .list .item .item-left {
    width: 100%;
  }
  .page .lithiumBattery-s3 .content .module1 .list .item .item-right {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}
.page .lithiumBattery-s4 {
  padding-top: 0.66rem;
  padding-bottom: 0.55rem;
}
.page .lithiumBattery-s4 .content .title {
  margin-top: 0.14rem;
  font-size: var(--font-size-22);
}
.page .lithiumBattery-s4 .content .module1 {
  margin-top: 0.76rem;
  padding: 0 0.64rem;
}
.page .lithiumBattery-s4 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.26rem;
     -moz-column-gap: 0.26rem;
          column-gap: 0.26rem;
  row-gap: 20px;
}
.page .lithiumBattery-s4 .content .module1 .list .item {
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .lithiumBattery-s4 .content .module1 .list .item .item-head {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .lithiumBattery-s4 .content .module1 .list .item .item-head .btm {
  position: absolute;
  z-index: 1;
  top: 0.38rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  left: 0.36rem;
  font-size: var(--font-size-26);
  color: white;
  border-radius: 0.8rem;
  border: 1px solid #ffffff;
  padding: 0.1rem 10px;
  text-align: center;
}
.page .lithiumBattery-s4 .content .module1 .list .item .item-bot {
  margin-top: 0.3rem;
}
.page .lithiumBattery-s4 .content .module1 .list .item .item-bot p {
  font-size: var(--font-size-18);
}
.page .lithiumBattery-s4 .content .module1 .list .item:hover {
  -moz-transform: translateY(-0.48rem);
   -ms-transform: translateY(-0.48rem);
       transform: translateY(-0.48rem);
}
.page .lithiumBattery-s4 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .lithiumBattery-s4 .content .module1 .list .item:hover p {
  color: #222;
}
@media screen and (max-width: 880px) {
  .page .lithiumBattery-s4 .content .module1 {
    padding: 0 5%;
  }
  .page .lithiumBattery-s4 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .lithiumBattery-s5 {
  padding-top: 0.66rem;
  padding-bottom: 1.08rem;
  background-color: #fafcff;
}
.page .lithiumBattery-s5 .content .module0 h2 {
  margin-right: 0.1rem;
}
.page .lithiumBattery-s5 .content .module0 h2 strong {
  color: var(--primary-color);
}
.page .lithiumBattery-s5 .content .module0 .btm {
  border: 1px solid var(--primary-color);
}
.page .lithiumBattery-s5 .content .module1 {
  margin-top: 0.86rem;
}
.page .lithiumBattery-s5 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.22rem;
     -moz-column-gap: 0.22rem;
          column-gap: 0.22rem;
  row-gap: 0.34rem;
}
.page .lithiumBattery-s5 .content .module1 .list .item {
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumBattery-s5 .content .module1 .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .lithiumBattery-s5 .content .module1 .list .item h3 {
  margin-top: 0.36rem;
  -moz-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--font-size-22);
}
.page .lithiumBattery-s5 .content .module1 .list .item:hover .img-box img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .lithiumBattery-s5 .content .module1 .list .item:hover h3 {
  color: var(--primary-color3);
}
@media screen and (max-width: 880px) {
  .page .lithiumBattery-s5 .content .module0 {
    flex-wrap: wrap;
  }
  .page .lithiumBattery-s5 .content .module0 .btm {
    margin-top: 10px;
  }
  .page .lithiumBattery-s5 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 668px) {
  .page .lithiumBattery-s5 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 26px;
  }
}
.page .lithiumBattery-s6 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.page .lithiumBattery-s6 .content {
  overflow: hidden;
}
.page .lithiumBattery-s6 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.16rem;
}
.page .lithiumBattery-s6 .content .module1 {
  margin-top: 0.32rem;
}
.page .lithiumBattery-s6 .content .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .lithiumBattery-s6 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .lithiumBattery-s6 .content .module1 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .lithiumBattery-s6 .content .module1 .tabList .item {
  margin-right: 8px;
  padding: 0.32rem 0.6rem;
  font-size: var(--font-size-22);
  cursor: pointer;
  white-space: nowrap;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-radius: var(--all-border-radius);
  border: 1px solid rgba(61, 125, 87, 0.33);
}
.page .lithiumBattery-s6 .content .module1 .tabList .item.item-active, .page .lithiumBattery-s6 .content .module1 .tabList .item:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: transparent;
}
.page .lithiumBattery-s6 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .lithiumBattery-s6 .content .module2 {
  margin-top: 0.34rem;
}
.page .lithiumBattery-s6 .content .module2 .swiper {
  padding-right: 1px;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item {
  background: #ffffff;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.6rem 0.28rem 0.6rem 0.6rem;
  border: 1px solid #a8cbff;
  box-shadow: 0px 4px 32px 0px rgba(205, 205, 205, 0.3);
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-left {
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 1.3rem;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-left .scroll-y {
  max-height: max(3.8rem, 200px);
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-left .scroll-y p {
  font-size: var(--font-size-22);
  color: #222;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-left .scroll-y p strong {
  font-weight: normal;
  color: var(--primary-color);
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-right {
  flex-shrink: 0;
  width: 49%;
  position: relative;
  overflow: hidden;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-right .img-box {
  border-radius: var(--all-border-radius);
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-right .img-box img {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-right .down {
  position: absolute;
  left: 50%;
  bottom: 0.12rem;
  -moz-transform: translateX(-50%) translateY(100%);
   -ms-transform: translateX(-50%) translateY(100%);
       transform: translateX(-50%) translateY(100%);
  background-color: white;
  border-radius: var(--all-border-radius);
  width: 92%;
  padding: 0.36rem 0.44rem;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-right .down ul {
  list-style: disc; /* 实心圆 */
  padding-left: 0.26rem;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-right .down ul li {
  font-size: var(--font-size-18);
  color: #666;
  line-height: 1.5;
  font-weight: 500;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-right .down ul li strong {
  color: #222;
  font-weight: 500;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item .item-right .down ul li::marker {
  color: #222; /* 圆点颜色 */
  font-size: var(--font-size-16); /* 圆点大小 */
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumBattery-s6 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .lithiumBattery-s6 .content .module2 .swiper .item:hover .item-right .down {
  -moz-transform: translateX(-50%) translateY(0%);
   -ms-transform: translateX(-50%) translateY(0%);
       transform: translateX(-50%) translateY(0%);
  opacity: 1;
}
.page .lithiumBattery-s6 .content .module2 .swiper .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.54rem;
}
.page .lithiumBattery-s6 .content .module2 .swiper .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.16rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .lithiumBattery-s6 .content .module2 .swiper .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #222;
  font-size: var(--font-size-18);
}
.page .lithiumBattery-s6 .content .module2 .swiper .jiantou .i-box:hover {
  background-color: white;
}
.page .lithiumBattery-s6 .content .module2 .swiper .jiantou .i-box:hover i {
  color: #222;
}
.page .lithiumBattery-s6 .content .module2 .swiper .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 880px) {
  .page .lithiumBattery-s6 .content .module2 .swiper .item {
    padding: 16px;
    flex-wrap: wrap;
    -moz-box-align: normal;
         align-items: normal;
  }
  .page .lithiumBattery-s6 .content .module2 .swiper .item .item-left {
    width: 100%;
    margin: 0;
  }
  .page .lithiumBattery-s6 .content .module2 .swiper .item .item-left .scroll-y {
    max-height: 100%;
  }
  .page .lithiumBattery-s6 .content .module2 .swiper .item .item-right {
    width: 100%;
    margin-top: 20px;
  }
  .page .lithiumBattery-s6 .content .module2 .swiper .item .item-right .down {
    position: initial;
    opacity: 1;
    -moz-transform: translate(0);
     -ms-transform: translate(0);
         transform: translate(0);
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  .page .lithiumBattery-s6 .content .module2 .swiper .item .item-right .down ul {
    padding-left: 0.36rem;
  }
}
.page .lithiumBattery-s7 {
  padding-top: 0.3rem;
  padding-bottom: 0.7rem;
}
.page .lithiumBattery-s7 .content .module1 {
  margin-top: 0.5rem;
}
.page .lithiumBattery-s7 .content .module1 .module1-right {
  width: 100%;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list {
  display: none;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item {
  margin-bottom: 0.3rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-head {
  padding: 0.24rem max(0.2rem, 16px);
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-28);
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
  position: relative;
  padding-left: 0.36rem;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-left h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: max(0.14rem, 10px);
  width: max(0.14rem, 6px);
  height: max(0.14rem, 6px);
  background-color: var(--primary-color3);
  border-radius: 50%;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: max(0.1rem, 5px);
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-bot .box {
  padding: 0 max(0.2rem, 16px) 0.46rem max(0.2rem, 16px);
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  font-size: var(--font-size-18);
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-18);
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item-active {
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item-active h3 {
  color: var(--primary-color3) !important;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item-active h3::after {
  opacity: 1 !important;
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}
.page .lithiumBattery-s7 .content .module1 .module1-right .list-active {
  display: block;
}
@media screen and (max-width: 880px) {
  .page .lithiumBattery-s7 .content .module1 {
    flex-wrap: wrap;
  }
  .page .lithiumBattery-s7 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .page .lithiumBattery-s7 .content .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}
.page .lithiumBattery-s8 .content {
  padding: 0.68rem 0.43rem 0.52rem 0.43rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-bottom: -1.6rem;
}
.page .lithiumBattery-s8 .content .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 1;
}
.page .lithiumBattery-s8 .content .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .lithiumBattery-s8 .content h2 {
  color: white;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.page .lithiumBattery-s8 .content .module1 {
  margin-top: 0.26rem;
  position: relative;
  z-index: 2;
}
.page .lithiumBattery-s8 .content .module1 .btm {
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.8rem;
  padding: 0.16rem 0.36rem;
  background-color: var(--primary-color);
}
.page .lithiumBattery-s8 .content .module1 .btm .name {
  text-align: center;
  font-size: var(--font-size-22);
  color: white;
}
.page .lithiumBattery-s8 .content .module1 .btm .i-box {
  width: max(0.36rem, 28px);
  height: max(0.36rem, 28px);
  background-color: white;
  border-radius: 50%;
  margin-left: 0.32rem;
  flex-shrink: 0;
}
.page .lithiumBattery-s8 .content .module1 .btm .i-box i {
  color: black;
  font-size: var(--font-size-18);
  margin: 0;
}
.page .lithiumBattery-s8 .content .module1 .btm.btm1 .i-box {
  background-color: var(--primary-color2);
}
.page .lithiumBattery-s8 .content .module1 .btm.btm1 .i-box i {
  color: white;
}
.page .customizedBattery-s2 {
  padding-top: 0.45rem;
}
.page .customizedBattery-s2 .content h2 strong {
  font-weight: normal;
  color: var(--primary-color3);
}
.page .customizedBattery-s2 .content .title {
  margin-top: 0.28rem;
  font-size: var(--font-size-22);
}
.page .customizedBattery-s2 .content .module1 {
  margin-top: 0.26rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.page .customizedBattery-s2 .content .module1 .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 200px;
}
.page .customizedBattery-s2 .content .module1 .bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.page .customizedBattery-s2 .content .module1 .bofang i {
  color: white;
  font-size: var(--font-size-52);
}
.page .customizedBattery-s2 .content .module1:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .customizedBattery-s3 {
  padding-top: 0.78rem;
  padding-bottom: 0.4rem;
}
.page .customizedBattery-s3 .content h2 strong {
  font-weight: normal;
  color: var(--primary-color3);
}
.page .customizedBattery-s3 .content .title {
  margin-top: 0.28rem;
  font-size: var(--font-size-22);
}
.page .customizedBattery-s3 .content .module1 {
  margin-top: 0.36rem;
}
.page .customizedBattery-s3 .content .module1 .list .item {
  margin-bottom: 0.4rem;
}
.page .customizedBattery-s3 .content .module1 .list .item .item-left {
  width: 50.875%;
}
.page .customizedBattery-s3 .content .module1 .list .item .item-left .img-box {
  border-radius: var(--all-border-radius);
}
.page .customizedBattery-s3 .content .module1 .list .item .item-left .img-box img {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .customizedBattery-s3 .content .module1 .list .item .item-right {
  -moz-box-flex: 1;
       flex: 1;
  padding: 0 0.74rem;
}
.page .customizedBattery-s3 .content .module1 .list .item .item-right h3 {
  font-size: var(--font-size-28);
}
.page .customizedBattery-s3 .content .module1 .list .item .item-right .scroll-y {
  margin-top: 0.14rem;
  max-height: max(2.8rem, 200px);
}
.page .customizedBattery-s3 .content .module1 .list .item .item-right .scroll-y p {
  font-size: var(--font-size-18);
}
.page .customizedBattery-s3 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .customizedBattery-s3 .content .module1 .list .item:hover h3 {
  color: #07924a;
}
.page .customizedBattery-s3 .content .module1 .list .item:nth-child(2n) .item-left {
  -moz-box-ordinal-group: 3;
       order: 2;
}
@media screen and (max-width: 880px) {
  .page .customizedBattery-s3 .content .module1 .list .item {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .page .customizedBattery-s3 .content .module1 .list .item .item-left {
    width: 100%;
    -moz-box-ordinal-group: 1 !important;
         order: 0 !important;
  }
  .page .customizedBattery-s3 .content .module1 .list .item .item-left img {
    min-height: auto !important;
  }
  .page .customizedBattery-s3 .content .module1 .list .item .item-right {
    width: 100%;
    padding: 0;
  }
}
.page .customizedBattery-s4 {
  padding-top: 0.5rem;
  padding-bottom: 0.52rem;
}
.page .customizedBattery-s4 .content .module1 {
  margin-top: 0.44rem;
}
.page .customizedBattery-s4 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.18rem;
     -moz-column-gap: 0.18rem;
          column-gap: 0.18rem;
  row-gap: 20px;
}
.page .customizedBattery-s4 .content .module1 .list .item {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  position: relative;
  padding: 1.66rem 0.22rem 0.76rem 0.22rem;
}
.page .customizedBattery-s4 .content .module1 .list .item .bg {
  position: absolute;
  bottom: 0;
  right: -0.56rem;
  width: 2.9rem;
  height: 2.9rem;
}
.page .customizedBattery-s4 .content .module1 .list .item .por {
  position: relative;
  z-index: 2;
}
.page .customizedBattery-s4 .content .module1 .list .item .por .icon-box img {
  width: auto;
  max-width: max(0.34rem, 28px);
}
.page .customizedBattery-s4 .content .module1 .list .item .por h3 {
  color: white;
  margin-top: 0.36rem;
  font-size: var(--font-size-28);
}
.page .customizedBattery-s4 .content .module1 .list .item .por p {
  color: white;
  margin-top: 0.2rem;
  font-size: var(--font-size-18);
}
.page .customizedBattery-s4 .content .module1 .list .item1 {
  background-color: var(--primary-color);
}
.page .customizedBattery-s4 .content .module1 .list .item2 {
  background-color: var(--primary-color3);
}
.page .customizedBattery-s4 .content .module1 .list .item:nth-child(2n) {
  padding: 0.36rem 0.26rem 0 0.26rem;
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .customizedBattery-s4 .content .module1 .list .item:nth-child(2n) .yuan {
  width: max(0.08rem, 6px);
  height: max(0.08rem, 6px);
  border-radius: 50%;
  background-color: var(--primary-color3);
  margin-right: 0.2rem;
}
.page .customizedBattery-s4 .content .module1 .list .item:nth-child(2n) h3 {
  font-size: var(--font-size-28);
  color: var(--primary-color3);
  margin-top: 0.22rem;
}
.page .customizedBattery-s4 .content .module1 .list .item:nth-child(2n) p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
  color: #666;
}
.page .customizedBattery-s4 .content .module1 .list .item:nth-child(2n) .img-box {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  margin-top: 0.4rem;
}
@media screen and (max-width: 1128px) {
  .page .customizedBattery-s4 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page .customizedBattery-s4 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .customizedBattery-s5 {
  padding-top: 0.52rem;
  padding-bottom: 0.44rem;
}
.page .customizedBattery-s5 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.14rem;
}
.page .customizedBattery-s5 .content .module1 {
  margin-top: 0.44rem;
}
.page .customizedBattery-s5 .content .module1 .swiper .item .img-box {
  border-radius: var(--all-border-radius);
  overflow: hidden;
  box-shadow: 0px 4px 17px 0px rgba(141, 141, 141, 0.3);
}
.page .customizedBattery-s5 .content .module1 .swiper .item .btm {
  border-radius: 0.8rem;
  border: 1px solid #666666;
  font-size: var(--font-size-26);
  padding: 0.12rem 0.26rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.44rem;
}
.page .customizedBattery-s5 .content .module1 .swiper .item p {
  font-size: var(--font-size-18);
  margin-top: 0.44rem;
}
.page .customizedBattery-s5 .content .module1 .swiper .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .customizedBattery-s5 .content .module1 .swiper .swiper-pagination {
  position: initial;
  margin-top: 0.56rem;
  background-color: #eeeeee;
}
.page .customizedBattery-s5 .content .module1 .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--primary-color);
}
.page .customizedBattery-s6 {
  padding-top: 0.4rem;
  padding-bottom: 0.44rem;
}
.page .customizedBattery-s6 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.14rem;
}
.page .customizedBattery-s6 .content .module1 {
  margin-top: 0.36rem;
}
.page .customizedBattery-s6 .content .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .customizedBattery-s6 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .customizedBattery-s6 .content .module1 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .customizedBattery-s6 .content .module1 .tabList .item {
  margin-right: 8px;
  padding: 0.32rem 0.6rem;
  font-size: var(--font-size-22);
  cursor: pointer;
  white-space: nowrap;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-radius: var(--all-border-radius);
  border: 1px solid rgba(61, 125, 87, 0.33);
}
.page .customizedBattery-s6 .content .module1 .tabList .item.item-active, .page .customizedBattery-s6 .content .module1 .tabList .item:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: transparent;
}
.page .customizedBattery-s6 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .customizedBattery-s6 .content .module2 {
  margin-top: 0.5rem;
}
.page .customizedBattery-s6 .content .module2 .swiper {
  padding-right: 1px;
  border-radius: var(--all-border-radius);
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
}
.page .customizedBattery-s6 .content .module2 .swiper .item {
  padding: 0.6rem 0.28rem 0.6rem 0.6rem;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-left {
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 0.4rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-left .scroll-y {
  max-height: max(3.8rem, 200px);
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-left .scroll-y .ul {
  margin-bottom: 0.24rem;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-left .scroll-y .ul h3 {
  font-size: var(--font-size-28);
  color: var(--primary-color3);
  margin-bottom: 0.24rem;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-left .scroll-y .ul .li {
  font-size: var(--font-size-18);
  color: #222;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-left .scroll-y .ul .li strong {
  font-weight: normal;
  color: var(--primary-color3);
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-right {
  flex-shrink: 0;
  width: 49%;
  position: relative;
  overflow: hidden;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-right .img-box {
  border-radius: var(--all-border-radius);
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-right .img-box img {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-right .down {
  position: absolute;
  left: 50%;
  bottom: 0.12rem;
  -moz-transform: translateX(-50%) translateY(100%);
   -ms-transform: translateX(-50%) translateY(100%);
       transform: translateX(-50%) translateY(100%);
  background-color: white;
  border-radius: var(--all-border-radius);
  width: 92%;
  padding: 0.36rem 0.44rem;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-right .down ul {
  list-style: disc; /* 实心圆 */
  padding-left: 0.26rem;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-right .down ul li {
  font-size: var(--font-size-18);
  color: #666;
  line-height: 1.5;
  font-weight: 500;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-right .down ul li strong {
  color: #222;
  font-weight: 500;
}
.page .customizedBattery-s6 .content .module2 .swiper .item .item-right .down ul li::marker {
  color: #222; /* 圆点颜色 */
  font-size: var(--font-size-16); /* 圆点大小 */
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .customizedBattery-s6 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .customizedBattery-s6 .content .module2 .swiper .item:hover .item-right .down {
  -moz-transform: translateX(-50%) translateY(0%);
   -ms-transform: translateX(-50%) translateY(0%);
       transform: translateX(-50%) translateY(0%);
  opacity: 1;
}
.page .customizedBattery-s6 .content .module2 .swiper .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.54rem;
}
.page .customizedBattery-s6 .content .module2 .swiper .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.16rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .customizedBattery-s6 .content .module2 .swiper .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #222;
  font-size: var(--font-size-18);
}
.page .customizedBattery-s6 .content .module2 .swiper .jiantou .i-box:hover {
  background-color: white;
}
.page .customizedBattery-s6 .content .module2 .swiper .jiantou .i-box:hover i {
  color: #222;
}
.page .customizedBattery-s6 .content .module2 .swiper .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 880px) {
  .page .customizedBattery-s6 .content .module2 .swiper .item {
    padding: 16px;
    flex-wrap: wrap;
    -moz-box-align: normal;
         align-items: normal;
  }
  .page .customizedBattery-s6 .content .module2 .swiper .item .item-left {
    width: 100%;
    margin: 0;
  }
  .page .customizedBattery-s6 .content .module2 .swiper .item .item-left .scroll-y {
    max-height: 100%;
  }
  .page .customizedBattery-s6 .content .module2 .swiper .item .item-right {
    width: 100%;
    margin-top: 20px;
  }
  .page .customizedBattery-s6 .content .module2 .swiper .item .item-right .down {
    position: initial;
    opacity: 1;
    -moz-transform: translate(0);
     -ms-transform: translate(0);
         transform: translate(0);
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  .page .customizedBattery-s6 .content .module2 .swiper .item .item-right .down ul {
    padding-left: 0.36rem;
  }
}
.page .customizedBattery-s7 {
  padding-top: 0.4rem;
  padding-bottom: 0.74rem;
}
.page .customizedBattery-s7 .content .module1 {
  margin-top: 0.5rem;
}
.page .customizedBattery-s7 .content .module1 .module1-right {
  width: 100%;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list {
  display: none;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item {
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-bottom: 1px solid #d8d8d8;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-head {
  padding: 0.3rem 0;
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-28);
  line-height: 1.4;
  font-weight: 600;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: max(0.1rem, 5px);
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
  display: block;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  font-size: var(--font-size-22);
  overflow-y: auto !important;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-bot table {
  border-collapse: collapse; /* ⭐ 合并边框 */
  min-width: 880px;
  width: 100%;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-bot table thead {
  background-color: #e1ecd7;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-bot table thead th {
  padding: 0.16rem 0.3rem;
  text-align: left;
  font-size: var(--font-size-24);
  font-weight: 600;
  font-family: "Gilroy-SemiBold", Arial, Helvetica, sans-serif;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-bot table tbody {
  background-color: #f9f9f9;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-bot table tbody tr {
  border-bottom: 1px solid #d8d8d8;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item .item-bot table tbody tr td {
  padding: 0.2rem 0.3rem;
  font-size: var(--font-size-18);
  text-align: left;
  line-height: 1.5;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item:nth-last-child(1) {
  border-color: transparent;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item-active .item-head h3 {
  color: var(--primary-color3) !important;
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item-active .item-head .item-head-right i {
  -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
       transform: rotate(90deg);
}
.page .customizedBattery-s7 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: max(5rem, 1200px);
}
.page .customizedBattery-s7 .content .module1 .module1-right .list-active {
  display: block;
}

.page .energyStorage-s2 {
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.page .energyStorage-s2 .content .title {
  margin-top: 0.14rem;
  font-size: var(--font-size-22);
}
.page .energyStorage-s2 .content .module1 {
  margin-top: 0.7rem;
}
.page .energyStorage-s2 .content .module1 .list .item {
  margin-bottom: 0.68rem;
  -moz-box-align: center;
       align-items: center;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left {
  flex-shrink: 0;
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 0.28rem;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .scroll-y {
  max-height: max(3.6rem, 240px);
  padding-right: 2px;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .up {
  padding-left: 0.28rem;
  position: relative;
  padding-bottom: 0.06rem;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .up h3 {
  font-size: var(--font-size-36);
  padding: 0.3rem 0;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .up p {
  font-size: var(--font-size-22);
  margin-top: 0.14rem;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .up::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.08rem;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: var(--all-border-radius);
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .down {
  margin-top: 0.28rem;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .down .li {
  border-top: 1px solid #d8d8d8;
  padding: 0.16rem 0 0.28rem 0;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .down .li .li-left {
  flex-shrink: 0;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .down .li .li-left .img-box img {
  width: auto;
  max-width: max(0.4rem, 28px);
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .down .li .li-right {
  margin-left: 0.36rem;
}
.page .energyStorage-s2 .content .module1 .list .item .item-left .down .li .li-right p {
  font-weight: 500;
  font-size: var(--font-size-18);
}
.page .energyStorage-s2 .content .module1 .list .item .item-right {
  width: 63.625%;
  position: relative;
}
.page .energyStorage-s2 .content .module1 .list .item .item-right .img-box {
  border-radius: var(--all-border-radius);
}
.page .energyStorage-s2 .content .module1 .list .item .item-right .img-box img {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .energyStorage-s2 .content .module1 .list .item .item-right .down {
  position: absolute;
  z-index: 1;
  top: 0.6rem;
  left: 0rem;
  padding: 0 0.4rem;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}
.page .energyStorage-s2 .content .module1 .list .item .item-right .down h3 {
  color: white;
  font-size: var(--font-size-26);
}
.page .energyStorage-s2 .content .module1 .list .item .item-right .down .ul {
  margin-top: 0.3rem;
  row-gap: 5px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .energyStorage-s2 .content .module1 .list .item .item-right .down .ul .li {
  -webkit-column-gap: 0.12rem;
     -moz-column-gap: 0.12rem;
          column-gap: 0.12rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .energyStorage-s2 .content .module1 .list .item .item-right .down .ul .li .li-left {
  flex-shrink: 0;
}
.page .energyStorage-s2 .content .module1 .list .item .item-right .down .ul .li .li-left img {
  width: auto;
}
.page .energyStorage-s2 .content .module1 .list .item .item-right .down .ul .li .box {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(111, 111, 111, 0.5216);
  border-radius: var(--all-border-radius2);
  padding: 0.1rem 0.2rem;
  font-size: var(--font-size-22);
  color: white;
  border: 1px solid #ffffff;
  min-width: 3.44rem;
}
.page .energyStorage-s2 .content .module1 .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .energyStorage-s2 .content .module1 .list .item:nth-child(2n) .item-left {
  -moz-box-ordinal-group: 3;
       order: 2;
  margin-right: 0rem;
  margin-left: 0.4rem;
}
.page .energyStorage-s2 .content .module1 .list .item:hover .item-left h3 {
  color: var(--primary-color3);
}
.page .energyStorage-s2 .content .module1 .list .item:hover .item-right img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 1080px) {
  .page .energyStorage-s2 .content .module1 .list .item {
    flex-wrap: wrap;
  }
  .page .energyStorage-s2 .content .module1 .list .item .item-left {
    width: 100%;
    margin: 20px 0 0 0;
    -moz-box-ordinal-group: 3;
         order: 2;
  }
  .page .energyStorage-s2 .content .module1 .list .item .item-right {
    width: 100%;
    -moz-box-ordinal-group: 2;
         order: 1;
  }
}
@media screen and (max-width: 880px) {
  .page .energyStorage-s2 .content .module1 .list .item .item-right .down {
    flex-wrap: wrap;
  }
  .page .energyStorage-s2 .content .module1 .list .item .item-right .down .down-left {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.page .energyStorage-s3 {
  padding-top: 0.4rem;
  padding-bottom: 0.55rem;
}
.page .energyStorage-s3 .content h6 {
  font-size: var(--font-size-22);
  margin-bottom: 0.1rem;
  color: #07924a;
}
.page .energyStorage-s3 .content .title {
  margin-top: 0.14rem;
  font-size: var(--font-size-22);
}
.page .energyStorage-s3 .content .module1 {
  margin-top: 0.76rem;
  padding: 0 0.64rem;
}
.page .energyStorage-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.26rem;
     -moz-column-gap: 0.26rem;
          column-gap: 0.26rem;
  row-gap: 20px;
}
.page .energyStorage-s3 .content .module1 .list .item {
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .energyStorage-s3 .content .module1 .list .item .item-head {
  position: relative;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .energyStorage-s3 .content .module1 .list .item .item-head .btm {
  position: absolute;
  z-index: 1;
  top: 0.38rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  left: 0%;
  margin: 0 0.36rem;
  font-size: var(--font-size-26);
  color: #222;
  border-radius: 0.8rem;
  border: 1px solid #ffffff;
  padding: 0.1rem 10px;
  text-align: center;
  background-color: white;
}
.page .energyStorage-s3 .content .module1 .list .item .item-bot {
  margin-top: 0.3rem;
}
.page .energyStorage-s3 .content .module1 .list .item .item-bot p {
  font-size: var(--font-size-18);
}
.page .energyStorage-s3 .content .module1 .list .item:hover {
  -moz-transform: translateY(-0.48rem);
   -ms-transform: translateY(-0.48rem);
       transform: translateY(-0.48rem);
}
.page .energyStorage-s3 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 880px) {
  .page .energyStorage-s3 .content .module1 {
    padding: 0 5%;
  }
  .page .energyStorage-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .energyStorage-s4 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.page .energyStorage-s4 .content h6 {
  font-size: var(--font-size-22);
  margin-bottom: 0.1rem;
  color: #07924a;
}
.page .energyStorage-s4 .content .module1 {
  margin-top: 0.46rem;
}
.page .energyStorage-s4 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.22rem;
     -moz-column-gap: 0.22rem;
          column-gap: 0.22rem;
  row-gap: 0.26rem;
}
.page .energyStorage-s4 .content .module1 .list .item {
  padding: 0.7rem 0.3rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  -moz-transition: 0.6s;
  transition: 0.6s;
  flex-shrink: 0;
  position: relative;
  border: 1px solid rgba(61, 125, 87, 0.48);
}
.page .energyStorage-s4 .content .module1 .list .item .item-left {
  position: relative;
  z-index: 2;
}
.page .energyStorage-s4 .content .module1 .list .item .item-left .img-box {
  width: max(0.92rem, 50px);
  height: max(0.92rem, 50px);
  border-radius: 50%;
  background: #e4efff;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .energyStorage-s4 .content .module1 .list .item .item-left .img-box img {
  width: auto;
  max-width: 60%;
}
.page .energyStorage-s4 .content .module1 .list .item .item-left .img-box img:nth-last-child(1) {
  display: none;
}
.page .energyStorage-s4 .content .module1 .list .item .item-left .img-box img:nth-last-child(2) {
  display: block;
}
.page .energyStorage-s4 .content .module1 .list .item .item-right {
  margin-left: 0.38rem;
  position: relative;
  z-index: 2;
}
.page .energyStorage-s4 .content .module1 .list .item .item-right h3 {
  color: var(--primary-color3);
  font-size: var(--font-size-28);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .energyStorage-s4 .content .module1 .list .item .item-right p {
  margin-top: 0.3rem;
  font-size: var(--font-size-18);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .energyStorage-s4 .content .module1 .list .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .energyStorage-s4 .content .module1 .list .item .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .energyStorage-s4 .content .module1 .list .item.item-active {
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .energyStorage-s4 .content .module1 .list .item.item-active .bg {
  opacity: 1;
}
.page .energyStorage-s4 .content .module1 .list .item.item-active .item-left .img-box {
  background-color: white;
}
.page .energyStorage-s4 .content .module1 .list .item.item-active .item-left img:nth-last-child(1) {
  display: block;
}
.page .energyStorage-s4 .content .module1 .list .item.item-active .item-left img:nth-last-child(2) {
  display: none;
}
.page .energyStorage-s4 .content .module1 .list .item.item-active h3,
.page .energyStorage-s4 .content .module1 .list .item.item-active p {
  color: white;
}
@media screen and (max-width: 880px) {
  .page .energyStorage-s4 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .page .energyStorage-s4 .content .module1 .list .item {
    flex-wrap: wrap;
  }
  .page .energyStorage-s4 .content .module1 .list .item .item-left {
    width: 100%;
  }
  .page .energyStorage-s4 .content .module1 .list .item .item-right {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}
.page .energyStorage-s5 {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.page .energyStorage-s5 .content {
  overflow: hidden;
}
.page .energyStorage-s5 .content h6 {
  color: var(--primary-color);
  font-size: var(--font-size-22);
  margin-bottom: 0.16rem;
}
.page .energyStorage-s5 .content .module1 {
  margin-top: 0.7rem;
}
.page .energyStorage-s5 .content .module1 .swiper {
  overflow: visible;
}
.page .energyStorage-s5 .content .module1 .swiper .swiper-wrapper {
  -moz-box-align: stretch !important;
       align-items: stretch !important; /* 每个 slide 统一高度 */
}
.page .energyStorage-s5 .content .module1 .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -moz-box;
  display: flex;
}
.page .energyStorage-s5 .content .module1 .swiper .item {
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.22rem;
}
.page .energyStorage-s5 .content .module1 .swiper .item .item-left {
  flex-shrink: 0;
  width: 46%;
}
.page .energyStorage-s5 .content .module1 .swiper .item .item-left .img-box {
  border-radius: var(--all-border-radius);
}
.page .energyStorage-s5 .content .module1 .swiper .item .item-right {
  padding: 0 0.2rem;
  margin-left: 0.36rem;
  -moz-box-flex: 1;
       flex: 1;
}
.page .energyStorage-s5 .content .module1 .swiper .item .item-right h3 {
  font-size: var(--font-size-28);
}
.page .energyStorage-s5 .content .module1 .swiper .item .item-right p {
  font-size: var(--font-size-18);
  margin-top: 0.44rem;
}
.page .energyStorage-s5 .content .module1 .swiper .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .energyStorage-s5 .content .module1 .swiper .item:hover .item-right h3 {
  color: var(--primary-color3);
}
.page .energyStorage-s5 .content .module1 .swiper .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.54rem;
}
.page .energyStorage-s5 .content .module1 .swiper .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.16rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .energyStorage-s5 .content .module1 .swiper .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #222;
  font-size: var(--font-size-18);
}
.page .energyStorage-s5 .content .module1 .swiper .jiantou .i-box:hover {
  background-color: white;
}
.page .energyStorage-s5 .content .module1 .swiper .jiantou .i-box:hover i {
  color: #222;
}
.page .energyStorage-s5 .content .module1 .swiper .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .page .energyStorage-s5 .content .module1 {
    margin: 0.7rem 5% 0 5%;
  }
  .page .energyStorage-s5 .content .module1 .swiper .item {
    flex-wrap: wrap;
  }
  .page .energyStorage-s5 .content .module1 .swiper .item .item-left {
    width: 100%;
  }
  .page .energyStorage-s5 .content .module1 .swiper .item .item-right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.page .energyStorage-s6 {
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}
.page .energyStorage-s6 .content {
  overflow: hidden;
}
.page .energyStorage-s6 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.16rem;
}
.page .energyStorage-s6 .content .module1 {
  margin-top: 0.32rem;
}
.page .energyStorage-s6 .content .module1 .scroll-x {
  overflow: auto;
  -ms-overflow-style: none; /* IE、Edge */
  scrollbar-width: none; /* Firefox */
}
.page .energyStorage-s6 .content .module1 .scroll-x::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.page .energyStorage-s6 .content .module1 .tabList {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page .energyStorage-s6 .content .module1 .tabList .item {
  margin-right: 8px;
  padding: 0.32rem 0.6rem;
  font-size: var(--font-size-22);
  cursor: pointer;
  white-space: nowrap;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-radius: var(--all-border-radius);
  border: 1px solid rgba(61, 125, 87, 0.33);
}
.page .energyStorage-s6 .content .module1 .tabList .item.item-active, .page .energyStorage-s6 .content .module1 .tabList .item:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: transparent;
}
.page .energyStorage-s6 .content .module1 .tabList .item:nth-last-child(1) {
  margin-right: 0;
}
.page .energyStorage-s6 .content .module2 {
  margin-top: 0.34rem;
}
.page .energyStorage-s6 .content .module2 .swiper {
  padding-right: 1px;
}
.page .energyStorage-s6 .content .module2 .swiper .item {
  background: #ffffff;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.6rem 0.28rem 0.6rem 0.6rem;
  border: 1px solid #a8cbff;
  box-shadow: 0px 4px 32px 0px rgba(205, 205, 205, 0.3);
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-left {
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 1.3rem;
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-left h3 {
  font-size: var(--font-size-28);
  margin-bottom: 0.32rem;
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-left .scroll-y {
  max-height: max(3.8rem, 200px);
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-left .scroll-y p {
  font-size: var(--font-size-18);
  color: #222;
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-left .scroll-y p strong {
  font-weight: normal;
  color: var(--primary-color);
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-right {
  flex-shrink: 0;
  width: 49%;
  position: relative;
  overflow: hidden;
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-right .img-box {
  border-radius: var(--all-border-radius);
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-right .img-box img {
  min-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-right .down {
  position: absolute;
  left: 50%;
  bottom: 0.12rem;
  -moz-transform: translateX(-50%) translateY(100%);
   -ms-transform: translateX(-50%) translateY(100%);
       transform: translateX(-50%) translateY(100%);
  background-color: white;
  border-radius: var(--all-border-radius);
  width: 92%;
  padding: 0.36rem 0.44rem;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-right .down ul {
  list-style: disc; /* 实心圆 */
  padding-left: 0.26rem;
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-right .down ul li {
  font-size: var(--font-size-18);
  color: #666;
  line-height: 1.5;
  font-weight: 500;
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-right .down ul li strong {
  color: #222;
  font-weight: 500;
}
.page .energyStorage-s6 .content .module2 .swiper .item .item-right .down ul li::marker {
  color: #222; /* 圆点颜色 */
  font-size: var(--font-size-16); /* 圆点大小 */
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .energyStorage-s6 .content .module2 .swiper .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .energyStorage-s6 .content .module2 .swiper .item:hover .item-right .down {
  -moz-transform: translateX(-50%) translateY(0%);
   -ms-transform: translateX(-50%) translateY(0%);
       transform: translateX(-50%) translateY(0%);
  opacity: 1;
}
.page .energyStorage-s6 .content .module2 .swiper .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.54rem;
}
.page .energyStorage-s6 .content .module2 .swiper .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.16rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .energyStorage-s6 .content .module2 .swiper .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #222;
  font-size: var(--font-size-18);
}
.page .energyStorage-s6 .content .module2 .swiper .jiantou .i-box:hover {
  background-color: white;
}
.page .energyStorage-s6 .content .module2 .swiper .jiantou .i-box:hover i {
  color: #222;
}
.page .energyStorage-s6 .content .module2 .swiper .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@media screen and (max-width: 880px) {
  .page .energyStorage-s6 .content .module2 .swiper .item {
    padding: 16px;
    flex-wrap: wrap;
    -moz-box-align: normal;
         align-items: normal;
  }
  .page .energyStorage-s6 .content .module2 .swiper .item .item-left {
    width: 100%;
    margin: 0;
  }
  .page .energyStorage-s6 .content .module2 .swiper .item .item-left .scroll-y {
    max-height: 100%;
  }
  .page .energyStorage-s6 .content .module2 .swiper .item .item-right {
    width: 100%;
    margin-top: 20px;
  }
  .page .energyStorage-s6 .content .module2 .swiper .item .item-right .down {
    position: initial;
    opacity: 1;
    -moz-transform: translate(0);
     -ms-transform: translate(0);
         transform: translate(0);
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  .page .energyStorage-s6 .content .module2 .swiper .item .item-right .down ul {
    padding-left: 0.36rem;
  }
}
.page .energyStorage-s7 h6 {
  color: var(--primary-color);
  font-size: var(--font-size-22);
  margin-bottom: 0.14rem;
}

.paeg-about .all-footer {
  background-color: #f6faff;
}

.page .about-s2 {
  padding: 1.4rem 0.16rem 0.54rem 1.16rem;
  background: #f3f8ff;
  border: 1px solid rgba(1, 64, 157, 0.34);
  overflow: hidden;
  border-radius: var(--all-border-radius);
  margin: 0.26rem;
}
.page .about-s2 .content .module1 {
  margin-top: 0.66rem;
}
.page .about-s2 .content .module1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
  margin-right: 0.24rem;
  padding-left: max(0.1rem, 8px);
  margin-right: 0.96rem;
}
.page .about-s2 .content .module1 .module1-left h2 {
  font-size: var(--font-size-54);
  color: var(--primary-color3);
  font-weight: 600;
}
.page .about-s2 .content .module1 .module1-left h2 strong {
  color: #07924a;
}
.page .about-s2 .content .module1 .module1-left .scroll-y {
  margin-top: 0.4rem;
  max-height: max(2.6rem, 160px);
  padding-right: 0.1rem;
}
.page .about-s2 .content .module1 .module1-left .scroll-y p {
  font-size: var(--font-size-22);
}
.page .about-s2 .content .module1 .module1-right {
  position: relative;
  width: 54%;
}
.page .about-s2 .content .module1 .module1-right .img-box {
  border-radius: var(--all-border-radius);
  margin-right: 0.36rem;
}
.page .about-s2 .content .module1 .module1-right .img-box img:hover {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .about-s2 .content .module1 .module1-right .square {
  position: absolute;
  top: -0.28rem;
  right: 0;
  background: #ffffff;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.16rem 0.3rem 0.24rem 0.36rem;
  -moz-transform: translateX(100%);
   -ms-transform: translateX(100%);
       transform: translateX(100%);
  -moz-transition: 1.4s;
  transition: 1.4s;
}
.page .about-s2 .content .module1 .module1-right .square .square-head .img-box {
  width: auto;
  max-width: max(0.36rem, 28px);
}
.page .about-s2 .content .module1 .module1-right .square .square-head .shuzi {
  margin-left: 0.24rem;
}
.page .about-s2 .content .module1 .module1-right .square .square-head .shuzi strong {
  font-weight: normal;
}
.page .about-s2 .content .module1 .module1-right .square .square-head .shuzi .number {
  font-size: var(--font-size-60);
  color: var(--primary-color3);
}
.page .about-s2 .content .module1 .module1-right .square .square-head .shuzi sup {
  font-size: var(--font-size-22);
  top: 0rem;
  color: var(--primary-color3);
}
.page .about-s2 .content .module1 .module1-right .square p {
  margin-top: 0.2rem;
  color: #222222;
  font-size: var(--font-size-18);
}
.page .about-s2 .content .module1 .module1-right .square-active {
  -moz-transform: translateX(0);
   -ms-transform: translateX(0);
       transform: translateX(0);
  opacity: 1;
}
.page .about-s2 .content .module2 {
  margin-top: 0.7rem;
}
.page .about-s2 .content .module2 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0.4rem;
}
.page .about-s2 .content .module2 .list .item {
  border-right: 1px solid #d8d8d8;
  padding: 0 0.1rem;
}
.page .about-s2 .content .module2 .list .item .shuzi {
  text-align: center;
}
.page .about-s2 .content .module2 .list .item .shuzi .number {
  font-size: var(--font-size-60);
  font-weight: normal;
}
.page .about-s2 .content .module2 .list .item .shuzi sup {
  font-size: var(--font-size-22);
  top: 0;
}
.page .about-s2 .content .module2 .list .item p {
  margin-top: 0.18rem;
  font-size: var(--font-size-18);
  text-align: center;
}
.page .about-s2 .content .module2 .list .item:nth-last-child(1) {
  border-right: none;
}
@media screen and (max-width: 880px) {
  .page .about-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .about-s2 .content .module1 .module1-left {
    width: 100%;
    margin-top: 30px;
    -moz-box-ordinal-group: 3;
         order: 2;
    margin-right: 0;
  }
  .page .about-s2 .content .module1 .module1-right {
    width: 100%;
  }
  .page .about-s2 .content .module1 .module1-right .img-box {
    margin-right: 0;
  }
  .page .about-s2 .content .module1 .module1-right .square {
    top: -0.3rem;
    right: -0.3rem;
    opacity: 1;
  }
  .page .about-s2 .content .module2 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page .about-s2 .content .module2 .list .item:nth-child(1n) {
    padding-left: 0;
  }
  .page .about-s2 .content .module2 .list .item:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 1599px) {
  .page .about-s2 {
    padding: 1.4rem 0.16rem 0.54rem 0.8rem;
  }
}
@media screen and (max-width: 1439px) {
  .page .about-s2 {
    padding: 1.4rem 0.16rem 0.54rem 3%;
  }
}
.page .about-s3 {
  padding-top: 0.9rem;
  padding-bottom: 0.4rem;
}
.page .about-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 20px;
}
.page .about-s3 .content .module1 .list .item1 {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
}
.page .about-s3 .content .module1 .list .item1 h2 strong {
  color: var(--primary-color);
  font-weight: normal;
}
.page .about-s3 .content .module1 .list .item1 p {
  font-size: var(--font-size-22);
  margin-top: 0.12rem;
}
.page .about-s3 .content .module1 .list .item2 {
  padding: 0.46rem 0.4rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  border: 1px solid rgba(1, 64, 157, 0.23);
  background: #f6faff;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .about-s3 .content .module1 .list .item2 .item-head {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(1, 64, 157, 0.2);
}
.page .about-s3 .content .module1 .list .item2 .item-head .img-box img {
  width: auto;
  max-width: max(0.5rem, 30px);
}
.page .about-s3 .content .module1 .list .item2 .item-head .img-box img:nth-child(2) {
  display: none;
}
.page .about-s3 .content .module1 .list .item2 .item-head .number {
  color: var(--primary-color3);
  font-size: var(--font-size-24);
  -moz-transition: 0.6s;
  transition: 0.6s;
  font-weight: 600;
}
.page .about-s3 .content .module1 .list .item2 .item-bot {
  padding-top: 0.54rem;
}
.page .about-s3 .content .module1 .list .item2 .item-bot h3 {
  font-size: var(--font-size-28);
  color: var(--primary-color3);
  -moz-transition: 0.6s;
  transition: 0.6s;
  font-weight: 600;
}
.page .about-s3 .content .module1 .list .item2 .item-bot ul {
  margin-top: 0.44rem;
  list-style: disc; /* 实心圆 */
  padding-left: 0.26rem;
}
.page .about-s3 .content .module1 .list .item2 .item-bot ul li {
  margin-bottom: 4px;
  color: #666666;
  font-size: var(--font-size-18);
  -moz-transition: 0.6s;
  transition: 0.6s;
  line-height: 1.5;
}
.page .about-s3 .content .module1 .list .item2 .item-bot ul li::marker {
  color: #666; /* 圆点颜色 */
  font-size: var(--font-size-16); /* 圆点大小 */
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .about-s3 .content .module1 .list .item2 .item-bot ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.page .about-s3 .content .module1 .list .item2:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}
.page .about-s3 .content .module1 .list .item2:hover .item-head {
  border-bottom-color: white;
}
.page .about-s3 .content .module1 .list .item2:hover .item-head .img-box {
  -moz-animation: swing 1s;
       animation: swing 1s;
}
.page .about-s3 .content .module1 .list .item2:hover .item-head img:nth-child(1) {
  display: none;
}
.page .about-s3 .content .module1 .list .item2:hover .item-head img:nth-child(2) {
  display: block;
}
.page .about-s3 .content .module1 .list .item2:hover .item-head .number {
  color: white;
}
.page .about-s3 .content .module1 .list .item2:hover .item-bot h3,
.page .about-s3 .content .module1 .list .item2:hover .item-bot li {
  color: white;
}
.page .about-s3 .content .module1 .list .item2:hover .item-bot li::marker {
  color: white; /* 圆点颜色 */
}
@media screen and (max-width: 1080px) {
  .page .about-s3 .content .module1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .page .about-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page .about-s4 {
  padding-top: 0.38rem;
  padding-bottom: 0.5rem;
}
.page .about-s4 .content .module1 {
  margin-top: 0.44rem;
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item {
  border: 1px solid #c4deff;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.28rem 0.36rem;
  -moz-box-align: center;
       align-items: center;
  -moz-transition: 0.8s;
  transition: 0.8s;
  position: relative;
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item .item-left {
  -moz-box-flex: 1;
       flex: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item .item-left h3 {
  font-size: var(--font-size-72);
  color: #001738;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item .item-left p {
  margin-top: 0.2rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
  font-size: var(--font-size-18);
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item .item-right {
  position: relative;
  z-index: 2;
  width: 56%;
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item .item-right .img-box {
  border-radius: var(--all-border-radius);
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-transition: 0.8s;
  transition: 0.8s;
  background-image: url("../images/aboutS4-bg.webp");
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item:hover {
  border-color: transparent;
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item:hover::after {
  opacity: 1;
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item:hover .item-left h3,
.page .about-s4 .content .module1 .swiper .swiper-slide .item:hover .item-left p {
  color: white;
}
.page .about-s4 .content .module1 .swiper .swiper-slide .item:hover .item-right img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .about-s4 .content .swiper-pagination {
  position: initial;
  margin: 0.54rem auto 0 auto;
  background-color: #eaeaea;
}
.page .about-s4 .content .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--primary-color);
}
.page .about-s5 {
  padding-top: max(0.5rem, 30px);
  padding-bottom: 0.6rem;
}
.page .about-s5 .content .module1 {
  -moz-box-align: center;
       align-items: center;
}
.page .about-s5 .content .module1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
}
.page .about-s5 .content .module1 .module1-right {
  width: 75%;
}
.page .about-s5 .content .module1 .module1-right .list .item {
  padding: 0.5rem 0.2rem 0.5rem 0.82rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  border: 1px solid rgba(1, 64, 157, 0.37);
  background: #f6faff;
  position: relative;
  -moz-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 0.14rem;
}
.page .about-s5 .content .module1 .module1-right .list .item .item-left {
  flex-shrink: 0;
  margin-right: 0.68rem;
  position: relative;
  z-index: 2;
}
.page .about-s5 .content .module1 .module1-right .list .item .item-left .img-box {
  background-color: white;
  border-radius: 50%;
  width: max(0.8rem, 50px);
  height: max(0.8rem, 50px);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .about-s5 .content .module1 .module1-right .list .item .item-left .img-box img {
  width: auto;
  max-width: 60%;
}
.page .about-s5 .content .module1 .module1-right .list .item .item-left .img-box img:nth-child(2) {
  display: none;
}
.page .about-s5 .content .module1 .module1-right .list .item .item-right {
  -moz-box-flex: 1;
       flex: 1;
  position: relative;
  z-index: 2;
}
.page .about-s5 .content .module1 .module1-right .list .item .item-right h3 {
  font-size: var(--font-size-28);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .about-s5 .content .module1 .module1-right .list .item .item-right p {
  color: #222222;
  margin-top: 0.26rem;
  font-size: var(--font-size-18);
  font-weight: 500;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .about-s5 .content .module1 .module1-right .list .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../images/aboutS5-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .about-s5 .content .module1 .module1-right .list .item:hover {
  border-color: transparent;
}
.page .about-s5 .content .module1 .module1-right .list .item:hover::after {
  opacity: 1;
}
.page .about-s5 .content .module1 .module1-right .list .item:hover .item-left .img-box {
  background-color: var(--primary-color2);
}
.page .about-s5 .content .module1 .module1-right .list .item:hover .item-left .img-box img:nth-child(1) {
  display: none;
}
.page .about-s5 .content .module1 .module1-right .list .item:hover .item-left .img-box img:nth-child(2) {
  display: block;
}
.page .about-s5 .content .module1 .module1-right .list .item:hover h3,
.page .about-s5 .content .module1 .module1-right .list .item:hover p {
  color: white !important;
}
.page .about-s5 .content .module1 .module1-right .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .about-s5 .content .module1 {
    flex-wrap: wrap;
  }
  .page .about-s5 .content .module1 .module1-left {
    width: 100%;
  }
  .page .about-s5 .content .module1 .module1-right {
    width: 100%;
    margin-top: 20px;
  }
  .page .about-s5 .content .module1 .module1-right .list .item {
    flex-wrap: wrap;
  }
  .page .about-s5 .content .module1 .module1-right .list .item .item-left {
    width: 100%;
  }
  .page .about-s5 .content .module1 .module1-right .list .item .item-right {
    width: 100%;
    margin-top: 10px;
  }
}
.page .about-s6 {
  padding-top: max(0.6rem, 30px);
  padding-bottom: 0.3rem;
  overflow: hidden;
}
.page .about-s6 .content .module1 .module1-right .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .about-s6 .content .module1 .module1-right .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.2rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .about-s6 .content .module1 .module1-right .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: var(--font-size-18);
}
.page .about-s6 .content .module1 .module1-right .jiantou .i-box:hover {
  background-color: white;
}
.page .about-s6 .content .module1 .module1-right .jiantou .i-box:hover i {
  color: #222;
}
.page .about-s6 .content .module1 .module1-right .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.page .about-s6 .content .module2 {
  margin-top: 0.22rem;
}
.page .about-s6 .content .module2 .swiper {
  padding: 0.3rem 0;
  overflow: visible;
}
.page .about-s6 .content .module2 .swiper .swiper-slide .item {
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
  padding: 0.24rem 0.36rem 0.46rem 0.36rem;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  -moz-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  height: 100%;
}
.page .about-s6 .content .module2 .swiper .swiper-slide .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .about-s6 .content .module2 .swiper .swiper-slide .item .item-bot {
  margin-top: 0.28rem;
}
.page .about-s6 .content .module2 .swiper .swiper-slide .item .item-bot h3 {
  font-size: var(--font-size-28);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .about-s6 .content .module2 .swiper .swiper-slide .item .item-bot p {
  margin-top: 0.14rem;
  font-size: var(--font-size-18);
}
.page .about-s6 .content .module2 .swiper .swiper-slide .item::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
  background-color: var(--primary-color3);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .about-s6 .content .module2 .swiper .swiper-slide .item:hover::after {
  width: 80%;
}
.page .about-s6 .content .module2 .swiper .swiper-slide .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .about-s6 .content .module2 .swiper .swiper-slide .item:hover .item-bot h3 {
  color: var(--primary-color);
}
.page .about-s6 .content .module2 .swiper .swiper-pagination {
  position: initial;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .page .about-s6 .content .module1 {
    flex-wrap: wrap;
  }
  .page .about-s6 .content .module1 .module1-left {
    width: 100%;
  }
  .page .about-s6 .content .module1 .module1-right {
    width: 100%;
    margin-top: 20px;
    -moz-box-pack: right;
         justify-content: right;
    display: -moz-box;
    display: flex;
  }
  .page .about-s6 .content .module2 {
    padding-right: 5%;
  }
}
.page .about-s7 {
  padding-top: max(0.4rem, 20px);
  padding-bottom: 0.8rem;
}
.page .about-s7 .content .title {
  font-size: var(--font-size-22);
  margin-top: 0.2rem;
}
.page .about-s7 .content .module1 {
  margin-top: 0.44rem;
}
.page .about-s7 .content .module1 .swiper .item {
  border: 1px solid #b5d6ff;
  background-color: white;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  padding: 0.34rem;
}
.page .about-s7 .content .module1 .jiantou {
  background: #eeeeee;
  border-radius: 0.8rem;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.36rem;
}
.page .about-s7 .content .module1 .jiantou .i-box {
  border-radius: 0.8rem;
  padding: 6px max(0.2rem, 14px);
  cursor: pointer;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page .about-s7 .content .module1 .jiantou .i-box i {
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: var(--font-size-18);
}
.page .about-s7 .content .module1 .jiantou .i-box:hover {
  background-color: white;
}
.page .about-s7 .content .module1 .jiantou .i-box:hover i {
  color: #222;
}
.page .about-s7 .content .module1 .jiantou .swiper-button-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.page .about-s7 .content .module2 {
  margin-top: 0.52rem;
}
.page .about-s7 .content .module2 .title2 {
  font-size: var(--font-size-22);
}
.page .about-s7 .content .module2 .title2 strong {
  font-weight: normal;
  color: #0080b8;
}
.page .about-s7 .content .module2 .logo {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  -webkit-column-gap: 0.24rem;
     -moz-column-gap: 0.24rem;
          column-gap: 0.24rem;
  row-gap: 0.2rem;
  margin-top: 0.46rem;
}
.page .about-s7 .content .module2 .logo .img-box {
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(178, 178, 178, 0.3);
  width: 100%;
  aspect-ratio: 1/1; /* ✅ 宽高 = 1:1 */
}
.page .about-s7 .content .module2 .logo .img-box img {
  width: auto;
  max-width: 74%;
}
.page .about-s7 .content .module2 .logo .img-box:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
@media screen and (max-width: 980px) {
  .page .about-s7 .content .module2 .logo {
    grid-template-columns: repeat(5, 1fr);
  }
}

.page .faqs-s2 {
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
.page .faqs-s2 .content .module1 {
  margin-top: 0.4rem;
}
.page .faqs-s2 .content .module1 .module1-right {
  width: 100%;
}
.page .faqs-s2 .content .module1 .module1-right .list {
  display: none;
}
.page .faqs-s2 .content .module1 .module1-right .list .item {
  margin-bottom: 0.3rem;
  border-radius: var(--all-border-radius);
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head {
  padding: 0.24rem 0.66rem;
  cursor: pointer;
  -moz-box-pack: justify;
       justify-content: space-between;
  padding-right: 0.2rem;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-left {
  -moz-box-align: start;
       align-items: flex-start;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-left i {
  font-size: var(--font-size-26);
  margin-top: max(0.1rem, 5px);
  flex-shrink: 0;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-left h3 {
  font-size: var(--font-size-28);
  line-height: 1.4;
  font-weight: 600;
  color: #666666;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-right {
  cursor: pointer;
  flex-shrink: 0;
  margin-top: max(0.1rem, 5px);
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-right i {
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: var(--font-size-22);
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-head .item-head-right i:nth-child(2) {
  display: none;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot {
  max-height: 0;
  overflow: hidden;
  border-top: none;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot .box {
  padding: 0 0.66rem 0.46rem 0.66rem;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot i {
  font-size: var(--font-size-26);
  flex-shrink: 0;
  color: #666666;
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y {
  max-height: max(1.6rem, 140px);
  font-size: var(--font-size-22);
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y p {
  font-size: var(--font-size-22);
}
.page .faqs-s2 .content .module1 .module1-right .list .item .item-bot .scroll-y i {
  margin-right: 0.2rem;
}
.page .faqs-s2 .content .module1 .module1-right .list .item-active {
  background: #ffffff;
  box-shadow: 0px 4px 63px 0px rgba(161, 161, 161, 0.3);
}
.page .faqs-s2 .content .module1 .module1-right .list .item-active .item-head-right i:nth-child(1) {
  display: none;
}
.page .faqs-s2 .content .module1 .module1-right .list .item-active .item-head-right i:nth-child(2) {
  display: block !important;
}
.page .faqs-s2 .content .module1 .module1-right .list .item-active h3 {
  color: var(--primary-color3) !important;
}
.page .faqs-s2 .content .module1 .module1-right .list .item-active .item-bot {
  max-height: max(2rem, 200px);
}
.page .faqs-s2 .content .module1 .module1-right .list-active {
  display: block;
}
@media screen and (max-width: 880px) {
  .page .faqs-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .faqs-s2 .content .module1 .module1-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .page .faqs-s2 .content .module1 .module1-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
}

.page .contact-s2 {
  padding-top: 1rem;
  padding-bottom: 0.55rem;
}
.page .contact-s2 .content .title {
  font-size: var(--font-size-18);
  margin-top: 0.18rem;
}
.page .contact-s2 .content .module1 {
  margin-top: 0.74rem;
  -moz-box-align: center;
       align-items: center;
}
.page .contact-s2 .content .module1 .module1-left {
  -moz-box-flex: 1;
       flex: 1;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.page .contact-s2 .content .module1 .module1-left .list .item {
  margin-bottom: 0.56rem;
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-left {
  flex-shrink: 0;
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-left .img-box {
  width: max(0.44rem, 34px);
  height: max(0.44rem, 34px);
  border-radius: 50%;
  background-color: #e4efff;
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-left .img-box i {
  color: var(--primary-color3);
  font-size: var(--font-size-20);
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-right {
  margin-left: 0.6rem;
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-right h3 {
  font-size: var(--font-size-22);
  color: var(--primary-color3);
}
.page .contact-s2 .content .module1 .module1-left .list .item .item-right p {
  font-size: var(--font-size-18);
  margin-top: 0.14rem;
}
.page .contact-s2 .content .module1 .module1-left .list .item:hover .item-left .img-box {
  background-color: var(--primary-color);
}
.page .contact-s2 .content .module1 .module1-left .list .item:hover .item-left .img-box i {
  color: white;
}
.page .contact-s2 .content .module1 .module1-right {
  width: 67.25%;
  background-color: #f5f9ff;
  border-radius: var(--all-border-radius);
  border: 1px solid rgba(25, 103, 181, 0.33);
  padding: 0.46rem 0.3rem 0.38rem 0.62rem;
}
.page .contact-s2 .content .module1 .module1-right input,
.page .contact-s2 .content .module1 .module1-right textarea {
  background-color: white;
}
@media screen and (max-width: 880px) {
  .page .contact-s2 .content .module1 {
    flex-wrap: wrap;
  }
  .page .contact-s2 .content .module1 .module1-left {
    width: 100%;
    margin-right: 0;
  }
  .page .contact-s2 .content .module1 .module1-right {
    width: 100%;
    padding: 0.46rem 0.2rem 0.38rem 0.2rem;
  }
}
.page .contact-s3 {
  padding-top: 0.55rem;
}
.page .contact-s3 .content {
  position: relative;
  z-index: 2;
  margin-bottom: -1.6rem;
}
.page .contact-s3 .content .title {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
}
.page .contact-s3 .content .module1 {
  margin-top: 0.56rem;
}
.page .contact-s3 .content .module1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.22rem;
     -moz-column-gap: 0.22rem;
          column-gap: 0.22rem;
  row-gap: max(0.3rem, 20px);
}
.page .contact-s3 .content .module1 .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .contact-s3 .content .module1 .list .item .item-bot {
  margin-top: 0.3rem;
}
.page .contact-s3 .content .module1 .list .item .item-bot h3 {
  font-size: var(--font-size-22);
}
.page .contact-s3 .content .module1 .list .item .item-bot p {
  margin-top: 0.14rem;
  font-size: var(--font-size-18);
}
.page .contact-s3 .content .module1 .list .item:hover img {
  -moz-transform: scale(1.06);
   -ms-transform: scale(1.06);
       transform: scale(1.06);
}
.page .contact-s3 .content .module1 .list .item:hover h3 {
  color: var(--primary-color3);
}
.page .contact-s3 .content .module2 {
  margin-top: 0.86rem;
  border-radius: var(--all-border-radius);
}
@media screen and (max-width: 768px) {
  .page .contact-s3 .content .module1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page .news-s2 {
  margin-top: 1rem;
  margin-bottom: 0.48rem;
}
.page .news-s2 .content {
  border-radius: var(--all-border-radius);
  background: var(--primary-color);
  padding: 0.44rem 0.28rem 0.54rem 0.28rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
  color: #fff;
  flex-wrap: wrap;
  row-gap: 0.3rem;
  -webkit-column-gap: 1.14rem;
     -moz-column-gap: 1.14rem;
          column-gap: 1.14rem;
}
.page .news-s2 .content .newsletter-text h2 {
  font-size: var(--font-size-36);
  color: white;
}
.page .news-s2 .content .newsletter-text p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.16rem;
  font-size: var(--font-size-22);
}
.page .news-s2 .content .newsletter-form {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  background: #fff;
  border-radius: 0.3rem;
  padding: 6px max(0.12rem, 10px);
  -moz-box-pack: justify;
       justify-content: space-between;
  min-width: 4.5rem;
}
.page .news-s2 .content .newsletter-form input {
  border: none;
  outline: none;
  font-size: var(--font-size-20);
  color: #333;
  width: 100%;
  background: transparent;
  padding-left: 0.1rem;
}
.page .news-s2 .content .newsletter-form input::-webkit-input-placeholder {
  color: #999;
}
.page .news-s2 .content .newsletter-form input::-moz-placeholder {
  color: #999;
}
.page .news-s2 .content .newsletter-form input:-ms-input-placeholder {
  color: #999;
}
.page .news-s2 .content .newsletter-form input::placeholder {
  color: #999;
}
.page .news-s2 .content .newsletter-form button {
  background: var(--primary-color2);
  border: none;
  width: max(0.36rem, 28px);
  height: max(0.36rem, 28px);
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 0.1rem;
}
.page .news-s2 .content .newsletter-form button i {
  font-size: var(--font-size-20);
  color: white;
}
.page .news-s3 {
  position: relative;
  padding-top: 0.68rem;
  padding-bottom: 0.77rem;
  background-color: white;
}
.page .news-s3 .content .module1 {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
}
.page .news-s3 .content .module1 .module1-left {
  font-size: var(--font-size-14);
  color: #666666;
}
.page .news-s3 .content .module1 .module1-right .inp-box {
  color: #333;
  cursor: pointer;
  width: max(3.04rem, 200px);
  border: 1px solid #666;
  border-radius: var(--all-border-radius2);
  background: #fff;
  padding: 0.14rem 0.22rem;
  position: relative;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .news-s3 .content .module1 .module1-right .inp-box .name {
  font-weight: 600;
  color: #222;
  width: 100%;
}
.page .news-s3 .content .module1 .module1-right .inp-box .name i {
  color: #222;
  font-size: var(--font-size-22);
}
.page .news-s3 .content .module1 .module1-right .inp-box .select {
  position: absolute;
  left: -1px;
  top: 100%;
  width: -moz-calc(100% + 2px);
  width: calc(100% + 2px);
  padding: 0 0.22rem 0.1rem 0.22rem;
  background-color: white;
  -moz-transition: 0.6s;
  transition: 0.6s;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  border-bottom-left-radius: var(--all-border-radius2);
  border-bottom-right-radius: var(--all-border-radius2);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.page .news-s3 .content .module1 .module1-right .inp-box .select a {
  color: #666666;
  font-size: var(--font-size-16);
  margin-bottom: 0.16rem;
  display: block;
  font-weight: 500;
}
.page .news-s3 .content .module1 .module1-right .inp-box .select a:hover {
  color: var(--primary-color3);
}
.page .news-s3 .content .module1 .module1-right .inp-box .select a:nth-child(1) {
  border-top: 1px solid #d8d8d8;
  padding-top: 0.16rem;
}
.page .news-s3 .content .module1 .module1-right .inp-box:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.page .news-s3 .content .module1 .module1-right .inp-box:hover .name i {
  color: var(--primary-color3);
}
.page .news-s3 .content .module1 .module1-right .inp-box:hover .select {
  opacity: 1;
  max-height: 200px;
}
.page .news-s3 .content .module2 {
  margin-top: max(0.22rem, 20px);
}
.page .news-s3 .content .module2 .list {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  row-gap: 0.22rem;
  margin-bottom: 0.56rem;
}
.page .news-s3 .content .module2 .list .item {
  background: #fff;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  display: -moz-box;
  display: flex;
  border: 1px solid rgba(1, 64, 157, 0.35);
  box-shadow: 0px 4px 39px 0px rgba(161, 161, 161, 0.3);
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0.32rem 0.38rem;
}
.page .news-s3 .content .module2 .list .item .item-left {
  width: 41%;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .news-s3 .content .module2 .list .item .item-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .news-s3 .content .module2 .list .item .item-right {
  padding-left: 0.74rem;
  -moz-box-flex: 1;
       flex: 1;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
}
.page .news-s3 .content .module2 .list .item .item-right .meta-pill {
  border: 1px solid #000000;
  border-radius: 0.8rem;
  padding: 0.12rem 0.22rem;
  color: #222222;
  margin-bottom: 0.6rem;
  font-size: var(--font-size-22);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page .news-s3 .content .module2 .list .item .item-right h3 {
  font-size: var(--font-size-22);
  margin-bottom: 0.3rem;
}
.page .news-s3 .content .module2 .list .item .item-right p {
  margin-bottom: 0.32rem;
  font-size: var(--font-size-18);
}
.page .news-s3 .content .module2 .list .item .item-right .all-btm {
  padding: 0.1rem 0.12rem 0.1rem 0.3rem;
}
.page .news-s3 .content .module2 .list .item .item-right .all-btm .name {
  color: var(--primary-color3);
  font-size: var(--font-size-20);
}
.page .news-s3 .content .module2 .list .item .item-right .all-btm .i-box {
  margin-left: 0.44rem;
}
.page .news-s3 .content .module2 .list .item:hover .item-left img {
  -moz-transform: scale(1.08);
   -ms-transform: scale(1.08);
       transform: scale(1.08);
}
.page .news-s3 .content .module2 .list .item:hover .item-right h3 {
  color: var(--primary-color3);
}
.page .news-s3 .content .module2 .list .item:hover .item-right .btm-gradientContent::before {
  -moz-transform: translateY(-50%) scale(100);
   -ms-transform: translateY(-50%) scale(100);
       transform: translateY(-50%) scale(100);
}
.page .news-s3 .content .module2 .list .item:hover .item-right .btm-gradientContent {
  color: white !important;
}
.page .news-s3 .content .module2 .list .item:hover .item-right .btm-gradientContent > div .name {
  color: white !important;
}
.page .news-s3 .content .module2 .list .item:hover .item-right .btm-gradientContent i {
  color: white !important;
}
@media screen and (max-width: 768px) {
  .page .news-s3 .content .module1 {
    flex-wrap: wrap;
  }
  .page .news-s3 .content .module1 .module1-left {
    width: 100%;
  }
  .page .news-s3 .content .module1 .module1-right {
    width: 100%;
    margin-top: 10px;
  }
  .page .news-s3 .content .module2 .list .item {
    flex-wrap: wrap;
  }
  .page .news-s3 .content .module2 .list .item .item-left {
    width: 100%;
  }
  .page .news-s3 .content .module2 .list .item .item-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.page .newsDetails-s2 {
  position: relative;
  margin-top: 0.6rem;
  padding-bottom: 0.7rem;
}
.page .newsDetails-s2 .module1 .module1-left {
  width: 69.625%;
}
.page .newsDetails-s2 .module1 .module1-left .introduction h2 {
  margin-top: 0.2rem;
  font-family: "Gilroy-Regular", Arial, Helvetica, sans-serif;
}
.page .newsDetails-s2 .module1 .module1-left .introduction .november {
  margin-top: 0.2rem;
  font-size: var(--font-size-18);
}
.page .newsDetails-s2 .module1 .module1-left .introduction .cover {
  margin-top: 0.2rem;
}
.page .newsDetails-s2 .module1 .module1-left .introduction .title {
  margin-top: 0.44rem;
  font-size: var(--font-size-18);
}
.page .newsDetails-s2 .module1 .module1-left .plot {
  padding: 0.34rem 0.28rem;
  background-color: #f7f8ff;
  border-radius: var(--all-border-radius);
  margin-top: 0.44rem;
}
.page .newsDetails-s2 .module1 .module1-left .plot h3 {
  font-size: var(--font-size-32);
  color: #222222;
  font-family: "Gilroy-Regular", Arial, Helvetica, sans-serif;
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content {
  margin-top: 0.2rem;
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content a:nth-child(1) {
  margin-top: 0.16rem;
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content a {
  color: #666;
  font-size: var(--font-size-18);
  margin-bottom: 0.1rem;
  display: block;
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content a:hover {
  color: var(--text-color);
}
.page .newsDetails-s2 .module1 .module1-left .plot .plot-content .toc-sub-container {
  padding-left: 0.24rem;
  margin-bottom: 0.16rem;
}
.page .newsDetails-s2 .module1 .module1-left .article {
  padding-top: 0.32rem;
}
.page .newsDetails-s2 .module1 .module1-left .article img {
  width: auto;
}
.page .newsDetails-s2 .module1 .module1-left .article h2 {
  margin-bottom: 0.4rem;
}
.page .newsDetails-s2 .module1 .module1-left .article h3,
.page .newsDetails-s2 .module1 .module1-left .article h4,
.page .newsDetails-s2 .module1 .module1-left .article h5,
.page .newsDetails-s2 .module1 .module1-left .article h5 {
  margin-bottom: 0.3rem;
}
.page .newsDetails-s2 .module1 .module1-left .article p {
  margin-bottom: 0.2rem;
}
.page .newsDetails-s2 .module1 .module1-left .article ul li p {
  margin-bottom: 0;
}
.page .newsDetails-s2 .module1 .module1-left .article a {
  color: var(--primary-color);
}
.page .newsDetails-s2 .module1 .module1-left .article table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  max-width: 100%;
}
.page .newsDetails-s2 .module1 .module1-left .article table th,
.page .newsDetails-s2 .module1 .module1-left .article table td {
  border: 1px solid #e1e8ed;
  padding: 14px 16px;
  color: #666666;
}
.page .newsDetails-s2 .module1 .module1-left .switch {
  margin-top: 0.36rem;
  row-gap: 0.2rem;
}
.page .newsDetails-s2 .module1 .module1-left .switch .btm {
  box-shadow: 0px -1px 4px 0px rgba(183, 183, 183, 0.19);
  border-radius: var(--all-border-radius);
  color: #666666;
  font-size: var(--font-size-16);
  cursor: pointer;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1rem 0.2rem;
  background-color: white;
  border: 1px solid #eee;
}
.page .newsDetails-s2 .module1 .module1-left .switch .btm i {
  font-size: var(--font-size-16);
}
.page .newsDetails-s2 .module1 .module1-left .switch .btm .icon-lunbozuojian {
  margin-right: 0.16rem;
}
.page .newsDetails-s2 .module1 .module1-left .switch .btm .icon-left1 {
  margin-left: 0.16rem;
}
.page .newsDetails-s2 .module1 .module1-left .switch .btm:hover {
  background-color: var(--primary-color);
  color: white;
}
.page .newsDetails-s2 .module1 .module1-left .recommend {
  margin-top: 0.64rem;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list {
  flex-wrap: wrap;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 49%;
  margin-right: 2%;
  border-radius: var(--all-border-radius);
  overflow: hidden;
  display: block;
  padding: 0.26rem 0.2rem;
  -moz-transition: 0.8s;
  transition: 0.8s;
  background-color: #f7f8ff;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .img-box {
  border-radius: var(--all-border-radius);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot {
  padding-top: 0.3rem;
  padding-bottom: 0.08rem;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot h3 {
  font-size: var(--font-size-36);
  font-family: "Gilroy-Regular", Arial, Helvetica, sans-serif;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot p {
  margin-top: 0.13rem;
  font-size: var(--font-size-18);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot .all-btm {
  border: 1px solid #666666;
  margin-top: 0.5rem;
  padding: 0.1rem 0.4rem;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot .all-btm .name {
  font-size: var(--font-size-18);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item .item-bot .all-btm:hover {
  border-color: transparent;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:nth-child(2n) {
  margin-right: 0;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover {
  background: #ffffff;
  box-shadow: 0px 4px 35px 0px rgba(147, 147, 147, 0.3);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover img {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .more {
  color: var(--text-color);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .more i {
  color: var(--text-color);
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .all-btm {
  border-color: transparent;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .all-btm .name {
  color: white;
}
.page .newsDetails-s2 .module1 .module1-left .recommend .list .item:hover .all-btm::before {
  height: 100%;
}
.page .newsDetails-s2 .module1 .module1-right {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: var(--all-border-radius);
  margin-left: 0.55rem;
  -moz-box-flex: 1;
       flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: -moz-calc(var(--header-height) + 20px);
  top: calc(var(--header-height) + 20px);
}
.page .newsDetails-s2 .module1 .module1-right .h-box .i-box {
  width: max(0.46rem, 30px);
  height: max(0.46rem, 30px);
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 4px 26px 0px rgba(141, 141, 141, 0.3);
}
.page .newsDetails-s2 .module1 .module1-right .h-box .i-box i {
  color: var(--primary-color);
  font-size: var(--font-size-22);
}
.page .newsDetails-s2 .module1 .module1-right .h-box h3 {
  font-size: var(--font-size-28);
  font-weight: 400;
  margin-left: 0.12rem;
  color: #222;
}
.page .newsDetails-s2 .module1 .module1-right .list {
  margin-top: 0.18rem;
}
.page .newsDetails-s2 .module1 .module1-right .list .item {
  background: #ffffff;
  box-shadow: 0px 4px 52px 0px rgba(199, 199, 199, 0.3);
  padding: 0.28rem 0.2rem 0.28rem 0.16rem;
  margin-bottom: 10px;
  position: relative;
  display: block;
  border-radius: var(--all-border-radius);
  overflow: hidden;
}
.page .newsDetails-s2 .module1 .module1-right .list .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  background-size: cover;
  opacity: 0;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .item-content {
  position: relative;
  z-index: 2;
}
.page .newsDetails-s2 .module1 .module1-right .list .item h4 {
  font-size: var(--font-size-22);
  line-height: 1.5;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .line {
  margin-top: 0.18rem;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .more {
  margin-top: 0.18rem;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .more .time {
  color: var(--primary-color);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .more .btm {
  background-color: var(--primary-color);
  width: max(0.28rem, 26px);
  height: max(0.28rem, 26px);
  border-radius: var(--all-border-radius);
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item .more .btm i {
  color: white;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:nth-last-child(1) {
  margin-bottom: 0;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover {
  border-radius: var(--all-border-radius);
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover::after {
  opacity: 1;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover h4,
.page .newsDetails-s2 .module1 .module1-right .list .item:hover .line {
  color: white;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover .more .time {
  color: white;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover .more .btm {
  background-color: white;
}
.page .newsDetails-s2 .module1 .module1-right .list .item:hover .more .btm i {
  color: var(--primary-color);
}
@media screen and (max-width: 980px) {
  .page .newsDetails-s2 .module1 .module1-left {
    width: 100%;
  }
  .page .newsDetails-s2 .module1 .module1-right {
    display: none;
    position: absolute;
    width: max(40%, 300px);
    left: 95%;
  }
}
@media screen and (max-width: 980px) and (max-width: 768px) {
  .page .newsDetails-s2 .module1 .module1-left .recommend .list {
    flex-wrap: wrap;
  }
  .page .newsDetails-s2 .module1 .module1-left .recommend .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.personalCenter-page {
  background-color: #fafafa;
}
.personalCenter-page .crumbs {
  background-color: #eeecea;
  padding-bottom: 0.15rem;
}
.personalCenter-page .content {
  margin-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.personalCenter-page .content .user .user-left {
  padding-top: 0.4rem;
  width: 42%;
}
.personalCenter-page .content .user .user-left .name img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 0.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.personalCenter-page .content .user .user-left .name h1 {
  color: #161616;
  font-size: var(--font-size-42);
  margin: 0;
}
.personalCenter-page .content .user .user-left h2 {
  color: var(--text-color);
  font-size: var(--font-size-24);
  margin-top: 0.38rem;
}
.personalCenter-page .content .user .user-left .title {
  color: #666666;
  font-size: var(--font-size-18);
  margin-top: 0.24rem;
}
.personalCenter-page .content .user .user-left .email {
  font-weight: bold;
  font-size: var(--font-size-24);
  margin-top: 0.42rem;
  color: #222222;
}
.personalCenter-page .content .user .user-left .phone {
  font-weight: bold;
  margin-top: 0.28rem;
  font-size: var(--font-size-24);
  color: #222222;
}
.personalCenter-page .content .user .user-left .icon-box {
  margin-top: 0.3rem;
}
.personalCenter-page .content .user .user-left .icon-box .img-box {
  background-color: #e6e6e6;
  margin-right: 0.16rem;
  width: max(0.4rem, 26px);
  height: max(0.4rem, 26px);
  border-radius: 50%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  cursor: pointer;
}
.personalCenter-page .content .user .user-left .icon-box .img-box img {
  width: 60%;
}
.personalCenter-page .content .user .user-left .icon-box .img-box img:nth-child(2) {
  display: none;
}
.personalCenter-page .content .user .user-left .icon-box .img-box:hover {
  background-color: var(--text-color);
  color: white;
}
.personalCenter-page .content .user .user-left .icon-box .img-box:hover img:nth-child(1) {
  display: none;
}
.personalCenter-page .content .user .user-left .icon-box .img-box:hover img:nth-child(2) {
  display: block;
}
.personalCenter-page .content .user .user-left .btm {
  margin-top: 0.28rem;
  padding: 0.22rem 0.38rem;
  background-color: var(--text-color);
  border-radius: 0.3rem;
  font-size: var(--font-size-18);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  cursor: pointer;
}
.personalCenter-page .content .user .user-right {
  width: 52%;
  margin-left: 6%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.personalCenter-page .content .list {
  margin-top: 0.9rem;
  flex-wrap: wrap;
}
.personalCenter-page .content .list .item {
  background-color: white;
  width: 32%;
  margin-right: 1.5%;
  background-color: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(220, 212, 213, 0.36);
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.34rem;
}
.personalCenter-page .content .list .item .img-box {
  overflow: hidden;
}
.personalCenter-page .content .list .item .img-box img:hover {
  -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
       transform: scale(1.1);
}
.personalCenter-page .content .list .item .item-bot {
  padding: 0.36rem 0.5rem;
}
.personalCenter-page .content .list .item .item-bot h3 {
  font-size: var(--font-size-22);
}
.personalCenter-page .content .list .item .item-bot p {
  margin-top: 0.16rem;
  font-size: var(--font-size-18);
}
.personalCenter-page .content .list .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .personalCenter-page .content .list .item {
    width: 49%;
  }
  .personalCenter-page .content .list .item .item-bot {
    padding: 0.3rem 0.2rem;
  }
  .personalCenter-page .content .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .personalCenter-page .content .list .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .personalCenter-page .content .user .user-left {
    width: 100%;
  }
  .personalCenter-page .content .user .user-right {
    display: none;
  }
  .personalCenter-page .content .list .item {
    width: 100% !important;
  }
  .personalCenter-page .content .list .item .item-bot {
    padding: 0.3rem 0.2rem;
  }
  .personalCenter-page .content .list .item:nth-child(3n) {
    margin-right: 0;
  }
}

.privacy-page {
  background-color: white;
  margin-top: max(1.5rem, 100px);
}

.page .privacy-s1 {
  box-shadow: 6px 10px 120px 2px rgba(133, 167, 255, 0.14);
  border-radius: 0.05rem;
  padding: 0.6rem 0.6rem;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.page .privacy-s1 h1 {
  margin-bottom: 0.5rem;
}
.page .privacy-s1 h2,
.page .privacy-s1 h3,
.page .privacy-s1 h4,
.page .privacy-s1 h5,
.page .privacy-s1 h6 {
  margin-bottom: 0.3rem;
}
.page .privacy-s1 p {
  margin-bottom: 0.2rem;
}
.page .privacy-s1 hr {
  margin-bottom: 0.1rem;
}
.page .privacy-s1 a {
  color: var(--text-color);
}