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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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;
}

/**
 * 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 */
  text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * 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 {
  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] {
  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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
  text-size-adjust: 100%; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color in Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: currentColor; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

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

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --color-main: #094089;
  --color-sub: #379f96;
  --color-active: #e60012;
  --color-primary: #0d6efd;
  --color-secondary: #6c757d;
  --color-success: #198754;
  --color-info: #dc3545;
  --color-warning: #ffc107;
  --color-danger: #0dcaf0;
  --color-black: #000;
  --color-white: #fff;
  --color-light: #f8f9fa;
  --color-dark: #212529;
  --color-red: #f00;
  --color-blue: #1fb6ff;
  --color-purple: #7e5bef;
  --color-pink: #ff49db;
  --color-orange: #ff7849;
  --color-green: #13ce66;
  --color-yellow: #ffc82c;
  --text-color: #333;
  --font-family: lucida grande, lucida sans unicode, lucida, helvetica, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  --font-size: 0.16rem;
  --line-height: 1.5;
}

html {
  font-size: 26.666666vw;
}
@media (min-width: 768px) {
  html {
    font-size: 6.25vw;
  }
}

body {
  color: #333;
  font-size: 0.16rem;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, ol, ul, p, dl, dt, dd, figure {
  font-size: inherit;
  margin: 0;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #e60012;
}

img {
  display: block;
  max-inline-size: 100%;
}

hr {
  opacity: 0.2;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}

.block {
  display: block;
}
@media (max-width:768px) {
  .sm\:block {
    display: block;
  }
}
@media (min-width:768px) {
  .md\:block {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}
@media (max-width:768px) {
  .sm\:inline-block {
    display: inline-block;
  }
}
@media (min-width:768px) {
  .md\:inline-block {
    display: inline-block;
  }
}

.inline {
  display: inline;
}
@media (max-width:768px) {
  .sm\:inline {
    display: inline;
  }
}
@media (min-width:768px) {
  .md\:inline {
    display: inline;
  }
}

.hide {
  display: none;
}
@media (max-width:768px) {
  .sm\:hide {
    display: none;
  }
}
@media (min-width:768px) {
  .md\:hide {
    display: none;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width:768px) {
  .sm\:clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (min-width:768px) {
  .md\:clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
@media (max-width:768px) {
  .sm\:float-left {
    float: left;
  }
  .sm\:float-right {
    float: right;
  }
  .sm\:float-none {
    float: none;
  }
}
@media (min-width:768px) {
  .md\:float-left {
    float: left;
  }
  .md\:float-right {
    float: right;
  }
  .md\:float-none {
    float: none;
  }
}

.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
@media (max-width:768px) {
  .sm\:overflow-auto {
    overflow: auto;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:overflow-clip {
    overflow: clip;
  }
  .sm\:overflow-visible {
    overflow: visible;
  }
  .sm\:overflow-scroll {
    overflow: scroll;
  }
}
@media (min-width:768px) {
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-clip {
    overflow: clip;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:overflow-scroll {
    overflow: scroll;
  }
}

.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
@media (max-width:768px) {
  .sm\:overflow-x-auto {
    overflow-x: auto;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .sm\:overflow-x-clip {
    overflow-x: clip;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
}
@media (min-width:768px) {
  .md\:overflow-x-auto {
    overflow-x: auto;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .md\:overflow-x-clip {
    overflow-x: clip;
  }
  .md\:overflow-x-visible {
    overflow-x: visible;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
}

.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
@media (max-width:768px) {
  .sm\:overflow-y-auto {
    overflow-y: auto;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .sm\:overflow-y-clip {
    overflow-y: clip;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
}
@media (min-width:768px) {
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .md\:overflow-y-clip {
    overflow-y: clip;
  }
  .md\:overflow-y-visible {
    overflow-y: visible;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
}

.opacity-0 {
  opacity: 0;
}
.hover\:opacity-0:hover {
  opacity: 0;
}

.opacity-2 {
  opacity: 0.02;
}
.hover\:opacity-2:hover {
  opacity: 0.02;
}

.opacity-4 {
  opacity: 0.04;
}
.hover\:opacity-4:hover {
  opacity: 0.04;
}

.opacity-6 {
  opacity: 0.06;
}
.hover\:opacity-6:hover {
  opacity: 0.06;
}

.opacity-8 {
  opacity: 0.08;
}
.hover\:opacity-8:hover {
  opacity: 0.08;
}

.opacity-10 {
  opacity: 0.1;
}
.hover\:opacity-10:hover {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}
.hover\:opacity-20:hover {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}
.hover\:opacity-30:hover {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}
.hover\:opacity-40:hover {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}
.hover\:opacity-100:hover {
  opacity: 1;
}

.round {
  border-radius: 100rem;
  overflow: hidden;
}

.radius-0 {
  border-radius: 0rem;
}
.radius-10 {
  border-radius: 0.1rem;
}
.radius-20 {
  border-radius: 0.2rem;
}
.radius-30 {
  border-radius: 0.3rem;
}
.radius-40 {
  border-radius: 0.4rem;
}
.radius-50 {
  border-radius: 0.5rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-1 {
  flex: 1 1 0;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
@media (max-width:768px) {
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:flex-column {
    flex-direction: column;
  }
  .sm\:flex-column-reverse {
    flex-direction: column-reverse;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .sm\:flex-1 {
    flex: 1 1 0;
  }
  .sm\:flex-auto {
    flex: 1 1 auto;
  }
  .sm\:flex-initial {
    flex: 0 1 auto;
  }
  .sm\:flex-none {
    flex: none;
  }
}
@media (min-width:768px) {
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-column {
    flex-direction: column;
  }
  .md\:flex-column-reverse {
    flex-direction: column-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:flex-1 {
    flex: 1 1 0;
  }
  .md\:flex-auto {
    flex: 1 1 auto;
  }
  .md\:flex-initial {
    flex: 0 1 auto;
  }
  .md\:flex-none {
    flex: none;
  }
}

.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
@media (max-width:768px) {
  .sm\:grow {
    flex-grow: 1;
  }
  .sm\:grow-0 {
    flex-grow: 0;
  }
}
@media (min-width:768px) {
  .md\:grow {
    flex-grow: 1;
  }
  .md\:grow-0 {
    flex-grow: 0;
  }
}

.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
@media (max-width:768px) {
  .sm\:shrink {
    flex-shrink: 1;
  }
  .sm\:shrink-0 {
    flex-shrink: 0;
  }
}
@media (min-width:768px) {
  .md\:shrink {
    flex-shrink: 1;
  }
  .md\:shrink-0 {
    flex-shrink: 0;
  }
}

.justify-content-normal {
  justify-content: normal;
}
.justify-content-start {
  justify-content: start;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-stretch {
  justify-content: stretch;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
@media (max-width:768px) {
  .sm\:justify-content-normal {
    justify-content: normal;
  }
  .sm\:justify-content-start {
    justify-content: start;
  }
  .sm\:justify-content-end {
    justify-content: end;
  }
  .sm\:justify-content-center {
    justify-content: center;
  }
  .sm\:justify-content-stretch {
    justify-content: stretch;
  }
  .sm\:justify-content-between {
    justify-content: space-between;
  }
  .sm\:justify-content-around {
    justify-content: space-around;
  }
  .sm\:justify-content-evenly {
    justify-content: space-evenly;
  }
}
@media (min-width:768px) {
  .md\:justify-content-normal {
    justify-content: normal;
  }
  .md\:justify-content-start {
    justify-content: start;
  }
  .md\:justify-content-end {
    justify-content: end;
  }
  .md\:justify-content-center {
    justify-content: center;
  }
  .md\:justify-content-stretch {
    justify-content: stretch;
  }
  .md\:justify-content-between {
    justify-content: space-between;
  }
  .md\:justify-content-around {
    justify-content: space-around;
  }
  .md\:justify-content-evenly {
    justify-content: space-evenly;
  }
}

.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
@media (max-width:768px) {
  .sm\:justify-items-start {
    justify-items: start;
  }
  .sm\:justify-items-end {
    justify-items: end;
  }
  .sm\:justify-items-center {
    justify-items: center;
  }
  .sm\:justify-items-stretch {
    justify-items: stretch;
  }
}
@media (min-width:768px) {
  .md\:justify-items-start {
    justify-items: start;
  }
  .md\:justify-items-end {
    justify-items: end;
  }
  .md\:justify-items-center {
    justify-items: center;
  }
  .md\:justify-items-stretch {
    justify-items: stretch;
  }
}

.justify-self-auto {
  justify-self: auto;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-stretch {
  justify-self: stretch;
}
@media (max-width:768px) {
  .sm\:justify-self-auto {
    justify-self: auto;
  }
  .sm\:justify-self-start {
    justify-self: start;
  }
  .sm\:justify-self-end {
    justify-self: end;
  }
  .sm\:justify-self-center {
    justify-self: center;
  }
  .sm\:justify-self-stretch {
    justify-self: stretch;
  }
}
@media (min-width:768px) {
  .md\:justify-self-auto {
    justify-self: auto;
  }
  .md\:justify-self-start {
    justify-self: start;
  }
  .md\:justify-self-end {
    justify-self: end;
  }
  .md\:justify-self-center {
    justify-self: center;
  }
  .md\:justify-self-stretch {
    justify-self: stretch;
  }
}

.align-content-normal {
  align-content: normal;
}
.align-content-center {
  align-content: center;
}
.align-content-baseline {
  align-content: baseline;
}
.align-content-stretch {
  align-content: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-evenly {
  align-content: space-evenly;
}
@media (max-width:768px) {
  .sm\:align-content-normal {
    align-content: normal;
  }
  .sm\:align-content-center {
    align-content: center;
  }
  .sm\:align-content-baseline {
    align-content: baseline;
  }
  .sm\:align-content-stretch {
    align-content: stretch;
  }
  .sm\:align-content-start {
    align-content: flex-start;
  }
  .sm\:align-content-end {
    align-content: flex-end;
  }
  .sm\:align-content-between {
    align-content: space-between;
  }
  .sm\:align-content-around {
    align-content: space-around;
  }
  .sm\:align-content-evenly {
    align-content: space-evenly;
  }
}
@media (min-width:768px) {
  .md\:align-content-normal {
    align-content: normal;
  }
  .md\:align-content-center {
    align-content: center;
  }
  .md\:align-content-baseline {
    align-content: baseline;
  }
  .md\:align-content-stretch {
    align-content: stretch;
  }
  .md\:align-content-start {
    align-content: flex-start;
  }
  .md\:align-content-end {
    align-content: flex-end;
  }
  .md\:align-content-between {
    align-content: space-between;
  }
  .md\:align-content-around {
    align-content: space-around;
  }
  .md\:align-content-evenly {
    align-content: space-evenly;
  }
}

.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
@media (max-width:768px) {
  .sm\:align-items-start {
    align-items: flex-start;
  }
  .sm\:align-items-end {
    align-items: flex-end;
  }
  .sm\:align-items-center {
    align-items: center;
  }
  .sm\:align-items-baseline {
    align-items: baseline;
  }
  .sm\:align-items-stretch {
    align-items: stretch;
  }
}
@media (min-width:768px) {
  .md\:align-items-start {
    align-items: flex-start;
  }
  .md\:align-items-end {
    align-items: flex-end;
  }
  .md\:align-items-center {
    align-items: center;
  }
  .md\:align-items-baseline {
    align-items: baseline;
  }
  .md\:align-items-stretch {
    align-items: stretch;
  }
}

.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-auto {
  align-self: auto;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
@media (max-width:768px) {
  .sm\:align-self-start {
    align-self: flex-start;
  }
  .sm\:align-self-end {
    align-self: flex-end;
  }
  .sm\:align-self-auto {
    align-self: auto;
  }
  .sm\:align-self-center {
    align-self: center;
  }
  .sm\:align-self-baseline {
    align-self: baseline;
  }
  .sm\:align-self-stretch {
    align-self: stretch;
  }
}
@media (min-width:768px) {
  .md\:align-self-start {
    align-self: flex-start;
  }
  .md\:align-self-end {
    align-self: flex-end;
  }
  .md\:align-self-auto {
    align-self: auto;
  }
  .md\:align-self-center {
    align-self: center;
  }
  .md\:align-self-baseline {
    align-self: baseline;
  }
  .md\:align-self-stretch {
    align-self: stretch;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width:768px) {
  .sm\:row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width:768px) {
  .md\:row {
    display: flex;
    flex-wrap: wrap;
  }
}

.col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col-1 {
  width: 4.1666666667%;
}
.col-2 {
  width: 8.3333333333%;
}
.col-3 {
  width: 12.5%;
}
.col-4 {
  width: 16.6666666667%;
}
.col-5 {
  width: 20.8333333333%;
}
.col-6 {
  width: 25%;
}
.col-7 {
  width: 29.1666666667%;
}
.col-8 {
  width: 33.3333333333%;
}
.col-9 {
  width: 37.5%;
}
.col-10 {
  width: 41.6666666667%;
}
.col-11 {
  width: 45.8333333333%;
}
.col-12 {
  width: 50%;
}
.col-13 {
  width: 54.1666666667%;
}
.col-14 {
  width: 58.3333333333%;
}
.col-15 {
  width: 62.5%;
}
.col-16 {
  width: 66.6666666667%;
}
.col-17 {
  width: 70.8333333333%;
}
.col-18 {
  width: 75%;
}
.col-19 {
  width: 79.1666666667%;
}
.col-20 {
  width: 83.3333333333%;
}
.col-21 {
  width: 87.5%;
}
.col-22 {
  width: 91.6666666667%;
}
.col-23 {
  width: 95.8333333333%;
}
.col-24 {
  width: 100%;
}
@media (max-width:768px) {
  .sm\:col-1 {
    width: 4.1666666667%;
  }
  .sm\:col-2 {
    width: 8.3333333333%;
  }
  .sm\:col-3 {
    width: 12.5%;
  }
  .sm\:col-4 {
    width: 16.6666666667%;
  }
  .sm\:col-5 {
    width: 20.8333333333%;
  }
  .sm\:col-6 {
    width: 25%;
  }
  .sm\:col-7 {
    width: 29.1666666667%;
  }
  .sm\:col-8 {
    width: 33.3333333333%;
  }
  .sm\:col-9 {
    width: 37.5%;
  }
  .sm\:col-10 {
    width: 41.6666666667%;
  }
  .sm\:col-11 {
    width: 45.8333333333%;
  }
  .sm\:col-12 {
    width: 50%;
  }
  .sm\:col-13 {
    width: 54.1666666667%;
  }
  .sm\:col-14 {
    width: 58.3333333333%;
  }
  .sm\:col-15 {
    width: 62.5%;
  }
  .sm\:col-16 {
    width: 66.6666666667%;
  }
  .sm\:col-17 {
    width: 70.8333333333%;
  }
  .sm\:col-18 {
    width: 75%;
  }
  .sm\:col-19 {
    width: 79.1666666667%;
  }
  .sm\:col-20 {
    width: 83.3333333333%;
  }
  .sm\:col-21 {
    width: 87.5%;
  }
  .sm\:col-22 {
    width: 91.6666666667%;
  }
  .sm\:col-23 {
    width: 95.8333333333%;
  }
  .sm\:col-24 {
    width: 100%;
  }
}
@media (min-width:768px) {
  .md\:col-1 {
    width: 4.1666666667%;
  }
  .md\:col-2 {
    width: 8.3333333333%;
  }
  .md\:col-3 {
    width: 12.5%;
  }
  .md\:col-4 {
    width: 16.6666666667%;
  }
  .md\:col-5 {
    width: 20.8333333333%;
  }
  .md\:col-6 {
    width: 25%;
  }
  .md\:col-7 {
    width: 29.1666666667%;
  }
  .md\:col-8 {
    width: 33.3333333333%;
  }
  .md\:col-9 {
    width: 37.5%;
  }
  .md\:col-10 {
    width: 41.6666666667%;
  }
  .md\:col-11 {
    width: 45.8333333333%;
  }
  .md\:col-12 {
    width: 50%;
  }
  .md\:col-13 {
    width: 54.1666666667%;
  }
  .md\:col-14 {
    width: 58.3333333333%;
  }
  .md\:col-15 {
    width: 62.5%;
  }
  .md\:col-16 {
    width: 66.6666666667%;
  }
  .md\:col-17 {
    width: 70.8333333333%;
  }
  .md\:col-18 {
    width: 75%;
  }
  .md\:col-19 {
    width: 79.1666666667%;
  }
  .md\:col-20 {
    width: 83.3333333333%;
  }
  .md\:col-21 {
    width: 87.5%;
  }
  .md\:col-22 {
    width: 91.6666666667%;
  }
  .md\:col-23 {
    width: 95.8333333333%;
  }
  .md\:col-24 {
    width: 100%;
  }
}

.offset-1 {
  margin-left: 4.1666666667%;
}
.offset-2 {
  margin-left: 8.3333333333%;
}
.offset-3 {
  margin-left: 12.5%;
}
.offset-4 {
  margin-left: 16.6666666667%;
}
.offset-5 {
  margin-left: 20.8333333333%;
}
.offset-6 {
  margin-left: 25%;
}
.offset-7 {
  margin-left: 29.1666666667%;
}
.offset-8 {
  margin-left: 33.3333333333%;
}
.offset-9 {
  margin-left: 37.5%;
}
.offset-10 {
  margin-left: 41.6666666667%;
}
.offset-11 {
  margin-left: 45.8333333333%;
}
.offset-12 {
  margin-left: 50%;
}
.offset-13 {
  margin-left: 54.1666666667%;
}
.offset-14 {
  margin-left: 58.3333333333%;
}
.offset-15 {
  margin-left: 62.5%;
}
.offset-16 {
  margin-left: 66.6666666667%;
}
.offset-17 {
  margin-left: 70.8333333333%;
}
.offset-18 {
  margin-left: 75%;
}
.offset-19 {
  margin-left: 79.1666666667%;
}
.offset-20 {
  margin-left: 83.3333333333%;
}
.offset-21 {
  margin-left: 87.5%;
}
.offset-22 {
  margin-left: 91.6666666667%;
}
.offset-23 {
  margin-left: 95.8333333333%;
}
.offset-24 {
  margin-left: 100%;
}
@media (max-width:768px) {
  .sm\:offset-1 {
    margin-left: 4.1666666667%;
  }
  .sm\:offset-2 {
    margin-left: 8.3333333333%;
  }
  .sm\:offset-3 {
    margin-left: 12.5%;
  }
  .sm\:offset-4 {
    margin-left: 16.6666666667%;
  }
  .sm\:offset-5 {
    margin-left: 20.8333333333%;
  }
  .sm\:offset-6 {
    margin-left: 25%;
  }
  .sm\:offset-7 {
    margin-left: 29.1666666667%;
  }
  .sm\:offset-8 {
    margin-left: 33.3333333333%;
  }
  .sm\:offset-9 {
    margin-left: 37.5%;
  }
  .sm\:offset-10 {
    margin-left: 41.6666666667%;
  }
  .sm\:offset-11 {
    margin-left: 45.8333333333%;
  }
  .sm\:offset-12 {
    margin-left: 50%;
  }
  .sm\:offset-13 {
    margin-left: 54.1666666667%;
  }
  .sm\:offset-14 {
    margin-left: 58.3333333333%;
  }
  .sm\:offset-15 {
    margin-left: 62.5%;
  }
  .sm\:offset-16 {
    margin-left: 66.6666666667%;
  }
  .sm\:offset-17 {
    margin-left: 70.8333333333%;
  }
  .sm\:offset-18 {
    margin-left: 75%;
  }
  .sm\:offset-19 {
    margin-left: 79.1666666667%;
  }
  .sm\:offset-20 {
    margin-left: 83.3333333333%;
  }
  .sm\:offset-21 {
    margin-left: 87.5%;
  }
  .sm\:offset-22 {
    margin-left: 91.6666666667%;
  }
  .sm\:offset-23 {
    margin-left: 95.8333333333%;
  }
  .sm\:offset-24 {
    margin-left: 100%;
  }
}
@media (min-width:768px) {
  .md\:offset-1 {
    margin-left: 4.1666666667%;
  }
  .md\:offset-2 {
    margin-left: 8.3333333333%;
  }
  .md\:offset-3 {
    margin-left: 12.5%;
  }
  .md\:offset-4 {
    margin-left: 16.6666666667%;
  }
  .md\:offset-5 {
    margin-left: 20.8333333333%;
  }
  .md\:offset-6 {
    margin-left: 25%;
  }
  .md\:offset-7 {
    margin-left: 29.1666666667%;
  }
  .md\:offset-8 {
    margin-left: 33.3333333333%;
  }
  .md\:offset-9 {
    margin-left: 37.5%;
  }
  .md\:offset-10 {
    margin-left: 41.6666666667%;
  }
  .md\:offset-11 {
    margin-left: 45.8333333333%;
  }
  .md\:offset-12 {
    margin-left: 50%;
  }
  .md\:offset-13 {
    margin-left: 54.1666666667%;
  }
  .md\:offset-14 {
    margin-left: 58.3333333333%;
  }
  .md\:offset-15 {
    margin-left: 62.5%;
  }
  .md\:offset-16 {
    margin-left: 66.6666666667%;
  }
  .md\:offset-17 {
    margin-left: 70.8333333333%;
  }
  .md\:offset-18 {
    margin-left: 75%;
  }
  .md\:offset-19 {
    margin-left: 79.1666666667%;
  }
  .md\:offset-20 {
    margin-left: 83.3333333333%;
  }
  .md\:offset-21 {
    margin-left: 87.5%;
  }
  .md\:offset-22 {
    margin-left: 91.6666666667%;
  }
  .md\:offset-23 {
    margin-left: 95.8333333333%;
  }
  .md\:offset-24 {
    margin-left: 100%;
  }
}

.static {
  position: static;
}
@media (max-width:768px) {
  .sm\:static {
    position: static;
  }
}
@media (min-width:768px) {
  .md\:static {
    position: static;
  }
}

.fixed {
  position: fixed;
}
@media (max-width:768px) {
  .sm\:fixed {
    position: fixed;
  }
}
@media (min-width:768px) {
  .md\:fixed {
    position: fixed;
  }
}

.absolute {
  position: absolute;
}
@media (max-width:768px) {
  .sm\:absolute {
    position: absolute;
  }
}
@media (min-width:768px) {
  .md\:absolute {
    position: absolute;
  }
}

.relative {
  position: relative;
}
@media (max-width:768px) {
  .sm\:relative {
    position: relative;
  }
}
@media (min-width:768px) {
  .md\:relative {
    position: relative;
  }
}

.sticky {
  position: sticky;
}
@media (max-width:768px) {
  .sm\:sticky {
    position: sticky;
  }
}
@media (min-width:768px) {
  .md\:sticky {
    position: sticky;
  }
}

.p-0, .pl-0, .px-0 {
  padding-left: 0;
}
.p-0, .pr-0, .px-0 {
  padding-right: 0;
}
.p-0, .pt-0, .py-0 {
  padding-top: 0;
}
.p-0, .pb-0, .py-0 {
  padding-bottom: 0;
}
.p-10, .pl-10, .px-10 {
  padding-left: 0.1rem;
}
.p-10, .pr-10, .px-10 {
  padding-right: 0.1rem;
}
.p-10, .pt-10, .py-10 {
  padding-top: 0.1rem;
}
.p-10, .pb-10, .py-10 {
  padding-bottom: 0.1rem;
}
.p-20, .pl-20, .px-20 {
  padding-left: 0.2rem;
}
.p-20, .pr-20, .px-20 {
  padding-right: 0.2rem;
}
.p-20, .pt-20, .py-20 {
  padding-top: 0.2rem;
}
.p-20, .pb-20, .py-20 {
  padding-bottom: 0.2rem;
}
.p-30, .pl-30, .px-30 {
  padding-left: 0.3rem;
}
.p-30, .pr-30, .px-30 {
  padding-right: 0.3rem;
}
.p-30, .pt-30, .py-30 {
  padding-top: 0.3rem;
}
.p-30, .pb-30, .py-30 {
  padding-bottom: 0.3rem;
}
.p-50, .pl-50, .px-50 {
  padding-left: 0.5rem;
}
.p-50, .pr-50, .px-50 {
  padding-right: 0.5rem;
}
.p-50, .pt-50, .py-50 {
  padding-top: 0.5rem;
}
.p-50, .pb-50, .py-50 {
  padding-bottom: 0.5rem;
}
.p-100, .pl-100, .px-100 {
  padding-left: 1rem;
}
.p-100, .pr-100, .px-100 {
  padding-right: 1rem;
}
.p-100, .pt-100, .py-100 {
  padding-top: 1rem;
}
.p-100, .pb-100, .py-100 {
  padding-bottom: 1rem;
}
@media (max-width:768px) {
  .sm\:p-0, .sm\:pl-0, .sm\:px-0 {
    padding-left: 0;
  }
  .sm\:p-0, .sm\:pr-0, .sm\:px-0 {
    padding-right: 0;
  }
  .sm\:p-0, .sm\:pt-0, .sm\:py-0 {
    padding-top: 0;
  }
  .sm\:p-0, .sm\:pb-0, .sm\:py-0 {
    padding-bottom: 0;
  }
  .sm\:p-10, .sm\:pl-10, .sm\:px-10 {
    padding-left: 0.1rem;
  }
  .sm\:p-10, .sm\:pr-10, .sm\:px-10 {
    padding-right: 0.1rem;
  }
  .sm\:p-10, .sm\:pt-10, .sm\:py-10 {
    padding-top: 0.1rem;
  }
  .sm\:p-10, .sm\:pb-10, .sm\:py-10 {
    padding-bottom: 0.1rem;
  }
  .sm\:p-20, .sm\:pl-20, .sm\:px-20 {
    padding-left: 0.2rem;
  }
  .sm\:p-20, .sm\:pr-20, .sm\:px-20 {
    padding-right: 0.2rem;
  }
  .sm\:p-20, .sm\:pt-20, .sm\:py-20 {
    padding-top: 0.2rem;
  }
  .sm\:p-20, .sm\:pb-20, .sm\:py-20 {
    padding-bottom: 0.2rem;
  }
  .sm\:p-30, .sm\:pl-30, .sm\:px-30 {
    padding-left: 0.3rem;
  }
  .sm\:p-30, .sm\:pr-30, .sm\:px-30 {
    padding-right: 0.3rem;
  }
  .sm\:p-30, .sm\:pt-30, .sm\:py-30 {
    padding-top: 0.3rem;
  }
  .sm\:p-30, .sm\:pb-30, .sm\:py-30 {
    padding-bottom: 0.3rem;
  }
  .sm\:p-50, .sm\:pl-50, .sm\:px-50 {
    padding-left: 0.5rem;
  }
  .sm\:p-50, .sm\:pr-50, .sm\:px-50 {
    padding-right: 0.5rem;
  }
  .sm\:p-50, .sm\:pt-50, .sm\:py-50 {
    padding-top: 0.5rem;
  }
  .sm\:p-50, .sm\:pb-50, .sm\:py-50 {
    padding-bottom: 0.5rem;
  }
  .sm\:p-100, .sm\:pl-100, .sm\:px-100 {
    padding-left: 1rem;
  }
  .sm\:p-100, .sm\:pr-100, .sm\:px-100 {
    padding-right: 1rem;
  }
  .sm\:p-100, .sm\:pt-100, .sm\:py-100 {
    padding-top: 1rem;
  }
  .sm\:p-100, .sm\:pb-100, .sm\:py-100 {
    padding-bottom: 1rem;
  }
}
@media (min-width:768px) {
  .md\:p-0, .md\:pl-0, .md\:px-0 {
    padding-left: 0;
  }
  .md\:p-0, .md\:pr-0, .md\:px-0 {
    padding-right: 0;
  }
  .md\:p-0, .md\:pt-0, .md\:py-0 {
    padding-top: 0;
  }
  .md\:p-0, .md\:pb-0, .md\:py-0 {
    padding-bottom: 0;
  }
  .md\:p-10, .md\:pl-10, .md\:px-10 {
    padding-left: 0.1rem;
  }
  .md\:p-10, .md\:pr-10, .md\:px-10 {
    padding-right: 0.1rem;
  }
  .md\:p-10, .md\:pt-10, .md\:py-10 {
    padding-top: 0.1rem;
  }
  .md\:p-10, .md\:pb-10, .md\:py-10 {
    padding-bottom: 0.1rem;
  }
  .md\:p-20, .md\:pl-20, .md\:px-20 {
    padding-left: 0.2rem;
  }
  .md\:p-20, .md\:pr-20, .md\:px-20 {
    padding-right: 0.2rem;
  }
  .md\:p-20, .md\:pt-20, .md\:py-20 {
    padding-top: 0.2rem;
  }
  .md\:p-20, .md\:pb-20, .md\:py-20 {
    padding-bottom: 0.2rem;
  }
  .md\:p-30, .md\:pl-30, .md\:px-30 {
    padding-left: 0.3rem;
  }
  .md\:p-30, .md\:pr-30, .md\:px-30 {
    padding-right: 0.3rem;
  }
  .md\:p-30, .md\:pt-30, .md\:py-30 {
    padding-top: 0.3rem;
  }
  .md\:p-30, .md\:pb-30, .md\:py-30 {
    padding-bottom: 0.3rem;
  }
  .md\:p-50, .md\:pl-50, .md\:px-50 {
    padding-left: 0.5rem;
  }
  .md\:p-50, .md\:pr-50, .md\:px-50 {
    padding-right: 0.5rem;
  }
  .md\:p-50, .md\:pt-50, .md\:py-50 {
    padding-top: 0.5rem;
  }
  .md\:p-50, .md\:pb-50, .md\:py-50 {
    padding-bottom: 0.5rem;
  }
  .md\:p-100, .md\:pl-100, .md\:px-100 {
    padding-left: 1rem;
  }
  .md\:p-100, .md\:pr-100, .md\:px-100 {
    padding-right: 1rem;
  }
  .md\:p-100, .md\:pt-100, .md\:py-100 {
    padding-top: 1rem;
  }
  .md\:p-100, .md\:pb-100, .md\:py-100 {
    padding-bottom: 1rem;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.m-0, .ml-0, .mx-0 {
  margin-left: 0;
}
.m-0, .mr-0, .mx-0 {
  margin-right: 0;
}
.m-0, .mt-0, .my-0 {
  margin-top: 0;
}
.m-0, .mb-0, .my-0 {
  margin-bottom: 0;
}
.m-10, .ml-10, .mx-10 {
  margin-left: 0.1rem;
}
.m-10, .mr-10, .mx-10 {
  margin-right: 0.1rem;
}
.m-10, .mt-10, .my-10 {
  margin-top: 0.1rem;
}
.m-10, .mb-10, .my-10 {
  margin-bottom: 0.1rem;
}
.m-20, .ml-20, .mx-20 {
  margin-left: 0.2rem;
}
.m-20, .mr-20, .mx-20 {
  margin-right: 0.2rem;
}
.m-20, .mt-20, .my-20 {
  margin-top: 0.2rem;
}
.m-20, .mb-20, .my-20 {
  margin-bottom: 0.2rem;
}
.m-30, .ml-30, .mx-30 {
  margin-left: 0.3rem;
}
.m-30, .mr-30, .mx-30 {
  margin-right: 0.3rem;
}
.m-30, .mt-30, .my-30 {
  margin-top: 0.3rem;
}
.m-30, .mb-30, .my-30 {
  margin-bottom: 0.3rem;
}
.m-50, .ml-50, .mx-50 {
  margin-left: 0.5rem;
}
.m-50, .mr-50, .mx-50 {
  margin-right: 0.5rem;
}
.m-50, .mt-50, .my-50 {
  margin-top: 0.5rem;
}
.m-50, .mb-50, .my-50 {
  margin-bottom: 0.5rem;
}
.m-100, .ml-100, .mx-100 {
  margin-left: 1rem;
}
.m-100, .mr-100, .mx-100 {
  margin-right: 1rem;
}
.m-100, .mt-100, .my-100 {
  margin-top: 1rem;
}
.m-100, .mb-100, .my-100 {
  margin-bottom: 1rem;
}
@media (max-width:768px) {
  .sm\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .sm\:m-0, .sm\:ml-0, .sm\:mx-0 {
    margin-left: 0;
  }
  .sm\:m-0, .sm\:mr-0, .sm\:mx-0 {
    margin-right: 0;
  }
  .sm\:m-0, .sm\:mt-0, .sm\:my-0 {
    margin-top: 0;
  }
  .sm\:m-0, .sm\:mb-0, .sm\:my-0 {
    margin-bottom: 0;
  }
  .sm\:m-10, .sm\:ml-10, .sm\:mx-10 {
    margin-left: 0.1rem;
  }
  .sm\:m-10, .sm\:mr-10, .sm\:mx-10 {
    margin-right: 0.1rem;
  }
  .sm\:m-10, .sm\:mt-10, .sm\:my-10 {
    margin-top: 0.1rem;
  }
  .sm\:m-10, .sm\:mb-10, .sm\:my-10 {
    margin-bottom: 0.1rem;
  }
  .sm\:m-20, .sm\:ml-20, .sm\:mx-20 {
    margin-left: 0.2rem;
  }
  .sm\:m-20, .sm\:mr-20, .sm\:mx-20 {
    margin-right: 0.2rem;
  }
  .sm\:m-20, .sm\:mt-20, .sm\:my-20 {
    margin-top: 0.2rem;
  }
  .sm\:m-20, .sm\:mb-20, .sm\:my-20 {
    margin-bottom: 0.2rem;
  }
  .sm\:m-30, .sm\:ml-30, .sm\:mx-30 {
    margin-left: 0.3rem;
  }
  .sm\:m-30, .sm\:mr-30, .sm\:mx-30 {
    margin-right: 0.3rem;
  }
  .sm\:m-30, .sm\:mt-30, .sm\:my-30 {
    margin-top: 0.3rem;
  }
  .sm\:m-30, .sm\:mb-30, .sm\:my-30 {
    margin-bottom: 0.3rem;
  }
  .sm\:m-50, .sm\:ml-50, .sm\:mx-50 {
    margin-left: 0.5rem;
  }
  .sm\:m-50, .sm\:mr-50, .sm\:mx-50 {
    margin-right: 0.5rem;
  }
  .sm\:m-50, .sm\:mt-50, .sm\:my-50 {
    margin-top: 0.5rem;
  }
  .sm\:m-50, .sm\:mb-50, .sm\:my-50 {
    margin-bottom: 0.5rem;
  }
  .sm\:m-100, .sm\:ml-100, .sm\:mx-100 {
    margin-left: 1rem;
  }
  .sm\:m-100, .sm\:mr-100, .sm\:mx-100 {
    margin-right: 1rem;
  }
  .sm\:m-100, .sm\:mt-100, .sm\:my-100 {
    margin-top: 1rem;
  }
  .sm\:m-100, .sm\:mb-100, .sm\:my-100 {
    margin-bottom: 1rem;
  }
}
@media (min-width:768px) {
  .md\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .md\:m-0, .md\:ml-0, .md\:mx-0 {
    margin-left: 0;
  }
  .md\:m-0, .md\:mr-0, .md\:mx-0 {
    margin-right: 0;
  }
  .md\:m-0, .md\:mt-0, .md\:my-0 {
    margin-top: 0;
  }
  .md\:m-0, .md\:mb-0, .md\:my-0 {
    margin-bottom: 0;
  }
  .md\:m-10, .md\:ml-10, .md\:mx-10 {
    margin-left: 0.1rem;
  }
  .md\:m-10, .md\:mr-10, .md\:mx-10 {
    margin-right: 0.1rem;
  }
  .md\:m-10, .md\:mt-10, .md\:my-10 {
    margin-top: 0.1rem;
  }
  .md\:m-10, .md\:mb-10, .md\:my-10 {
    margin-bottom: 0.1rem;
  }
  .md\:m-20, .md\:ml-20, .md\:mx-20 {
    margin-left: 0.2rem;
  }
  .md\:m-20, .md\:mr-20, .md\:mx-20 {
    margin-right: 0.2rem;
  }
  .md\:m-20, .md\:mt-20, .md\:my-20 {
    margin-top: 0.2rem;
  }
  .md\:m-20, .md\:mb-20, .md\:my-20 {
    margin-bottom: 0.2rem;
  }
  .md\:m-30, .md\:ml-30, .md\:mx-30 {
    margin-left: 0.3rem;
  }
  .md\:m-30, .md\:mr-30, .md\:mx-30 {
    margin-right: 0.3rem;
  }
  .md\:m-30, .md\:mt-30, .md\:my-30 {
    margin-top: 0.3rem;
  }
  .md\:m-30, .md\:mb-30, .md\:my-30 {
    margin-bottom: 0.3rem;
  }
  .md\:m-50, .md\:ml-50, .md\:mx-50 {
    margin-left: 0.5rem;
  }
  .md\:m-50, .md\:mr-50, .md\:mx-50 {
    margin-right: 0.5rem;
  }
  .md\:m-50, .md\:mt-50, .md\:my-50 {
    margin-top: 0.5rem;
  }
  .md\:m-50, .md\:mb-50, .md\:my-50 {
    margin-bottom: 0.5rem;
  }
  .md\:m-100, .md\:ml-100, .md\:mx-100 {
    margin-left: 1rem;
  }
  .md\:m-100, .md\:mr-100, .md\:mx-100 {
    margin-right: 1rem;
  }
  .md\:m-100, .md\:mt-100, .md\:my-100 {
    margin-top: 1rem;
  }
  .md\:m-100, .md\:mb-100, .md\:my-100 {
    margin-bottom: 1rem;
  }
}

.gutter-0 {
  margin: 0;
}
.gutter-10 {
  margin: -0.1rem;
}
.gutter-20 {
  margin: -0.2rem;
}
.gutter-30 {
  margin: -0.3rem;
}
.gutter-50 {
  margin: -0.5rem;
}
.gutter-100 {
  margin: -1rem;
}
@media (max-width:768px) {
  .sm\:gutter-0 {
    margin: 0;
  }
  .sm\:gutter-10 {
    margin: -0.1rem;
  }
  .sm\:gutter-20 {
    margin: -0.2rem;
  }
  .sm\:gutter-30 {
    margin: -0.3rem;
  }
  .sm\:gutter-50 {
    margin: -0.5rem;
  }
  .sm\:gutter-100 {
    margin: -1rem;
  }
}
@media (min-width:768px) {
  .md\:gutter-0 {
    margin: 0;
  }
  .md\:gutter-10 {
    margin: -0.1rem;
  }
  .md\:gutter-20 {
    margin: -0.2rem;
  }
  .md\:gutter-30 {
    margin: -0.3rem;
  }
  .md\:gutter-50 {
    margin: -0.5rem;
  }
  .md\:gutter-100 {
    margin: -1rem;
  }
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
@media (max-width:768px) {
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width:768px) {
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-justify {
    text-align: justify;
  }
}

.content {
  text-align: justify;
  line-height: 1.6;
}
.content a {
  color: #094089;
  padding-left: 1.2em;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNzQ5MTEyNzY2MzI5IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjQzNjYiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxwYXRoIGQ9Ik0xNzIuOSA1MzYuOVYyMDEuOGMwLTE2LjUgMTMuNS0yOS45IDMwLjItMjkuOWg0NDguOGMxNi43IDAgMzAuMiAxMy40IDMwLjIgMjkuOVY1MzdjMCAxNi41LTEzLjUgMjkuOS0zMC4yIDI5LjloLTE1M2MtMTUgMC0yNy4yIDEyLjItMjcuMiAyNy4ydjUuNWMwIDE1IDEyLjIgMjcuMiAyNy4yIDI3LjJINjgyYzMzLjMgMCA2MC40LTI2LjggNjAuNC01OS45di0zOTVjMC0zMy4xLTI3LTU5LjktNjAuNC01OS45SDE0Mi43Yy0xNi43IDAtMzAuMiAxMy40LTMwLjIgMjkuOXY0MjQuOWMwIDMzLjEgMjcgNTkuOSA2MC40IDU5LjloMzAuMmMxNSAwIDI3LjItMTIuMiAyNy4yLTI3LjJWNTk0YzAtMTUtMTIuMi0yNy4yLTI3LjItMjcuMi0xNi43IDAuMS0zMC4yLTEzLjMtMzAuMi0yOS45eiIgZmlsbD0iIiBwLWlkPSI0MzY3Ij48L3BhdGg+PHBhdGggZD0iTTg1Mi4xIDM5Ny4zaC0zMC4yYy0xMy4zIDAtMjQuMiAxMC44LTI0LjIgMjQuMlY0MzNjMCAxMy4zIDEwLjggMjQuMiAyNC4yIDI0LjIgMTYuNyAwIDMwLjIgMTMuNCAzMC4yIDI5Ljl2MzM1LjJjMCAxNi41LTEzLjUgMjkuOS0zMC4yIDI5LjlIMzcwLjFjLTE2LjcgMC0zMC4yLTEzLjQtMzAuMi0yOS45VjQ4Ny4xYzAtMTYuNSAxMy41LTI5LjkgMzAuMi0yOS45aDE1OWMxMy4zIDAgMjQuMi0xMC44IDI0LjItMjQuMnYtMTEuNWMwLTEzLjMtMTAuOC0yNC4yLTI0LjItMjQuMkgzMzkuOWMtMzMuMyAwLTYwLjQgMjYuOC02MC40IDU5Ljl2Mzk1YzAgMzMuMSAyNyA1OS45IDYwLjQgNTkuOWg1MTIuMmMzMy4zIDAgNjAuNC0yNi44IDYwLjQtNTkuOXYtMzk1YzAtMzMuMS0yNy01OS45LTYwLjQtNTkuOXoiIGZpbGw9IiIgcC1pZD0iNDM2OCI+PC9wYXRoPjwvc3ZnPg==") no-repeat left center;
  background-size: auto 1em;
}
.content p {
  text-indent: 2em;
}
.content p + p {
  margin-top: 0.1rem;
}
.content ul {
  padding-inline-start: 2em;
}
.content ul p {
  text-indent: 0;
}
.content ul p + p {
  margin-top: 0.05rem;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
}
.pagination li + li,
.pagination a + a,
.pagination span + span {
  margin-left: 0.12rem;
}
.pagination a,
.pagination span {
  display: none;
  white-space: nowrap;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
}
.pagination a.selected {
  color: #fff;
  background-color: #e60012;
}
.pagination a:hover {
  color: white;
  background-color: rgb(15.2876712329, 108.7123287671, 232.7123287671);
}
.pagination span.active {
  color: #fff;
  background-color: #094089;
}
.pagination .previous, .pagination .next, .pagination .selected {
  display: block;
}
@media (min-width: 768px) {
  .pagination a,
  .pagination span {
    display: block;
  }
}

.inputform {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inputform input,
.inputform select,
.inputform textarea {
  width: 100%;
  padding: 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.inputform textarea {
  height: 1.6rem;
}
.inputform input[type=checkbox],
.inputform input[type=radio] {
  width: auto;
  margin-right: 0.05rem;
}
.inputform .form-group {
  width: 100%;
  margin-bottom: 0.2rem;
}
.inputform .form-group .form-label {
  display: none;
}
.inputform .form-group .form-control {
  width: 100%;
}
.inputform .form-checkbox .form-label,
.inputform .form-radio .form-label {
  display: block;
}
.inputform .form-checkbox .form-control,
.inputform .form-radio .form-control {
  padding: 0.15rem;
}
.inputform .form-verifycode .form-control input {
  width: 50% !important;
}
.inputform .form-verifycode .form-control img {
  height: 0.6rem;
}
.inputform .form-message {
  width: 100%;
  color: red;
  justify-content: center;
  align-items: center;
}
.inputform .form-button {
  text-align: center;
  justify-content: center;
}
.inputform .form-button input {
  border: 0;
}

@media (min-width: 768px) {
  .inputform .form-group {
    width: 48%;
    margin-bottom: 0.3rem;
  }
  .inputform .form-textarea {
    width: 100%;
  }
}
/* style */
.sub-picture .picture-list .pic img, .sub-news .list a .pic img.image, .sub-news .list a, .sub-product .list a .txt .more span, .sub-product .list a .txt p, .sub-product .list a .pic img.image, .sub-product .list a::after, .news .list .txt, .news .list a, .research .list .item::after,
.research .list .item .txt,
.research .list .item .bg, .research .list .item, .product a::after,
.product a .txt,
.product a .bg, .product a, .header .links ul, .header, .button i, .sub-investor .three .form .form-button input i, a {
  transition: all 0.2s ease;
}

.font-barlow, .sub-contact .tel, .sub-news .list a .txt .date, .sub-investor .list a p, .sub-investor .one h1, .sub-about .history h4, .sub-about .company .since, .sub-banner .txt h3, .news .list .txt div, .about .list, .about .txt em, .product a .txt p, .footer, .section .title h3 {
  font-family: "Barlow";
}

/* .header-white .links img,  */
.filter-invert, .about::after, .product a .txt .icon, .button i, .sub-investor .three .form .form-button input i {
  filter: invert(100%);
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 20px 20px;
  color: #fff;
  background: #555 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yNC4wMDgzIDEyLjEwMDZWMzYuMDAwMSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMiAyNEwyNCAxMkwzNiAyNCIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==") no-repeat center center;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.section {
  padding: 1.2rem 0;
}
.section .title {
  line-height: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.section .title h2 {
  font-size: 0.48rem;
}
.section .title h3 {
  color: #094089;
  font-size: 0.36rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.section .title div {
  opacity: 0.8;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.section-main {
  color: white;
  background-color: #094089;
}
.section-main .title h3 {
  color: white;
  opacity: 0.5;
}

.swiper {
  overflow: hidden;
}
.swiper-picture .pic {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.swiper-picture .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3rem;
}

.video,
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button, .sub-investor .three .form .form-button input {
  display: flex;
  align-items: center;
  padding: 0.12rem 0.4rem;
  color: #fff;
  background-color: #e60012 !important;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.button span, .sub-investor .three .form .form-button input span,
.button i,
.sub-investor .three .form .form-button input i {
  display: block;
}
.button i, .sub-investor .three .form .form-button input i {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.02rem;
  background: url(../image/icon-right.svg) no-repeat center center;
  background-size: cover;
}
.button:hover, .sub-investor .three .form .form-button input:hover {
  color: #fff;
}
.button:hover i, .sub-investor .three .form .form-button input:hover i {
  margin-left: 0.08rem;
}

.header {
  z-index: 9999;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  padding: 0.3rem 0;
  background: #fff;
}
.header .logo img {
  display: block;
  height: 0.5rem;
}
.header .navbar {
  font-size: 0.18rem;
}
.header .navbar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .navbar ul li {
  position: relative;
}
.header .navbar ul li a {
  position: relative;
  display: block;
  white-space: nowrap;
}
.header .navbar ul li ul {
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  padding: 0.2rem 0.3rem;
  border-radius: 0.1rem;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  transition: all 0.2s ease;
}
.header .navbar ul li ul::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: calc(50% - 0.1rem);
  border-color: transparent transparent white transparent;
  border-width: 0.1rem;
  border-style: solid;
}
.header .navbar ul li ul li + li {
  margin-top: 0.1rem;
}
.header .navbar ul li ul li a {
  font-size: 85%;
  line-height: 1.5 !important;
}
.header .navbar ul li ul li a::after {
  display: none;
  left: 100%;
  bottom: none;
}
.header .navbar ul li ul li ul {
  top: -0.2rem;
  left: calc(100% + 0.4rem);
  transform: none;
}
.header .navbar ul li ul li ul::after {
  top: 0.2rem;
  left: -0.2rem;
  border-color: transparent white transparent transparent;
}
.header .navbar ul li:hover > a {
  opacity: 0.7;
}
.header .navbar ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header .navbar ul li a {
  line-height: 0.5rem;
}
.header .navbar > ul > li {
  margin: 0 0.25rem;
}
.header .links {
  display: flex;
}
.header .links img {
  opacity: 0.8;
  cursor: pointer;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
}
.header .links div {
  position: relative;
  padding: 0.18rem 0;
}
.header .links div:hover ul {
  opacity: 1;
  visibility: visible;
}
.header .links div + div {
  margin-left: 0.3rem;
}
.header .links ul {
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0.2rem;
  list-style: none;
  text-align: center;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.header .links ul li + li {
  margin-top: 0.1rem;
}
.header-white {
	position: fixed;
}
/*.header-white {
  position: absolute;
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.header-white,
.header-white a,
.header-white a:hover {
  color: #fff;
}
.header-white .navbar {
  font-size: 0.18rem;
}
.header-white .navbar ul li ul li a {
  color: #333;
}
.header-white .links a {
  color: #333;
}*/

.footer {
  padding-top: 0.6rem;
  background: #094089 url(../image/footer-bg.png) no-repeat right top;
}
.footer,
.footer a {
  color: #fff;
}
.footer h3 {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}
.footer hr {
  opacity: 0.3;
  margin: 0.5rem 0;
}
.footer .logo img {
  height: 0.6rem;
}
.footer .link ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .link ul li {
  width: 33%;
  margin-bottom: 0.2rem;
}
.footer .contact > div {
  margin-bottom: 0.15rem;
}
.footer .contact p {
  display: flex;
  align-items: center;
}
.footer .contact p:last-child {
  padding-left: 0.24rem;
}
.footer .contact img {
  height: 0.18rem;
  margin-right: 0.06rem;
}
.footer .contact .tel {
  font-size: 0.42rem;
  font-weight: bold;
}
.footer .qrcode img {
  border-radius: 0.06rem;
	margin-bottom: 10px;		
}
.footer .qrcode p img {
	display: inline-block;
	height: 24px;
	margin: 0;
	margin-right: 5px;	
}
.footer .qrcode p:last-child img {
	opacity: 0;
}
.footer .copyright {
  opacity: 0.6;
  padding: 0.5rem 0.2rem;
  font-size: 0.14rem;
  text-align: center;
}
.footer .copyright a,
.footer .copyright span {
  display: inline-block;
}
.footer a[href="https://www.zongye.net"] {
    color: rgba(255, 255, 255, .3) !important;
}

.wave-canvas-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 600px;
}

.slider,
.slider .bg {
  height: 100vh;
  background: no-repeat center center;
  background-size: cover;
}
.slider .slide .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 12%;
  display: flex;
  align-items: center;
  color: #C0ECFB;
}
.slider .slide .txt div {
  margin-top: 0.6rem;
  padding: 0.6rem;
  color: #C0ECFB;
  background-color: rgba(9, 64, 137, 0.4);
}
.slider .slide .txt h2 {
  font-size: 0.72rem;
  font-weight: bold;
}
.slider .slide .txt h3 {
  font-size: 0.32rem;
  margin-top: 0.2rem;
  font-weight: normal;
}

.product {
  padding-bottom: 0 !important;
  text-align: center;
}
.product a {
  position: relative;
  display: block;
  height: 3rem;
  overflow: hidden;
}
.product a::after,
.product a .txt,
.product a .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product a::after {
  content: "";
  background-color: rgba(9, 64, 137, 0.4);
}
.product a .txt {
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product a .txt .icon {
  width: 0.8rem;
  height: 0.8rem;
}
.product a .txt h3 {
  font-size: 0.32rem;
  font-weight: bold;
  margin: 0.2rem 0 0.3rem;
}
.product a .txt p {
  opacity: 0.8;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  text-transform: uppercase;
}
.product a .bg {
  object-fit: cover;
}
.product a:hover::after, .product a.active::after {
  background-color: rgba(9, 64, 137, 0.1);
}
.product a:hover .bg, .product a.active .bg {
  transform: scale(1.1);
}
.product .list {
  display: flex;
  justify-content: space-around;
}
.product .list a {
  width: 33.33%;
  height: 8rem;
}
.product .list a .txt p {
  width: 2.6rem;
}
.product .list a:hover .txt, .product .list a.active .txt {
  transform: translateY(-0.5rem);
}
.product .service a {
  height: 4rem;
}
.product .service a .txt p {
  width: 4rem;
}

.research {
  text-align: center;
  background: url(../image/product-bg.jpg) no-repeat center center;
  background-size: cover;
}
.research .list {
  display: flex;
  justify-content: space-around;
  text-align: left;
  overflow: hidden;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.research .list .item {
  position: relative;
  display: block;
  width: 50%;
  height: 5rem;
  overflow: hidden;
}
.research .list .item::after,
.research .list .item .txt,
.research .list .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.research .list .item::after {
  content: "";
  background-color: rgba(9, 64, 137, 0.4);
}
.research .list .item .txt {
  z-index: 10;
  color: #fff;
  padding: 0.8rem;
}
.research .list .item .txt h3 {
  font-size: 0.32rem;
  font-weight: bold;
}
.research .list .item .txt p {
  opacity: 0.8;
  width: 3rem;
  margin-top: 0.2rem;
  font-size: 0.18rem;
}
.research .list .item .bg {
  object-fit: cover;
}
.research .list .item:hover, .research .list .item.active {
  width: 70%;
}
.research .list .item:hover::after, .research .list .item.active::after {
  background-color: rgba(9, 64, 137, 0.1);
}
.research .list .item:hover .bg, .research .list .item.active .bg {
  transform: scale(1.1);
}

.about {
  position: relative;
  color: #fff;
  background: rgb(12.1438356164, 86.3561643836, 184.8561643836);
}
.about::after {
  content: "";
  position: absolute;
  top: 2%;
  right: 2%;
  width: 40%;
  height: 40%;
  background: url(../image/icon-about.svg) no-repeat right top;
  background-size: contain;
  opacity: 0.05;
}
.about .txt {
  z-index: 10;
  position: relative;
  padding-bottom: 1.8rem;
}
.about .txt em {
  font-size: 0.56rem;
  line-height: 0.875;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.1;
}
.about .txt h2 {
  font-size: 0.56rem;
  line-height: 1;
  font-weight: bold;
  margin-top: -0.3rem;
}
.about .txt h3 {
  font-size: 0.24rem;
  margin-top: 0.1rem;
}
.about .txt p {
  font-size: 0.18rem;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
  text-indent: 2em;
  text-align: justify;
  opacity: 0.6;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about .txt .word {
  width: 50%;
}
.about .txt .pic {
  width: 40%;
}
.about .txt .pic img {
  width: 100%;
  border-radius: 0.3rem;
}
.about .list {
  z-index: 5;
  position: absolute;
  left: 10%;
  bottom: -1.2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 2.4rem;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  list-style: none;
  text-align: center;
}
.about .list li p span {
  font-size: 0.64rem;
  font-weight: bold;
  color: #094089;
}
.about .list li p em {
  font-style: normal;
  font-size: 0.24rem;
}
.about .list li h3 {
  opacity: 0.8;
}

.news {
  padding-top: 1.8rem;
  background: url(../image/news-bg.jpg) no-repeat center center;
  background-size: cover;
}
.news .list {
  display: flex;
}
.news .list a {
  position: relative;
  display: block;
  width: 25%;
  border-top-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  overflow: hidden;
}
.news .list a:hover, .news .list a.active {
  color: #fff;
  transform: translateY(-0.1rem);
}
.news .list a:hover .txt, .news .list a.active .txt {
  background-color: rgba(0, 0, 0, 0.4);
}
.news .list a:hover .txt .icon, .news .list a.active .txt .icon {
  opacity: 0;
}
.news .list a:hover .bg, .news .list a.active .bg {
  opacity: 1;
}
.news .list .txt {
  height: 6rem;
  padding: 0.4rem;
}
.news .list .txt .icon {
  height: 0.32rem;
  margin-bottom: 0.6rem;
}
.news .list .txt h3 {
  font-size: 0.24rem;
  height: 1.4rem;
  font-weight: bold;
  overflow: hidden;
}
.news .list .txt p {
  height: 1.6rem;
  font-size: 0.16rem;
  opacity: 0.8;
}
.news .list .txt div span {
  opacity: 0.8;
  font-size: 0.4rem;
  margin-right: 0.1rem;
}
.news .list .txt div em {
  opacity: 0.6;
  font-style: normal;
}
.news .list .bg {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-banner {
  position: relative;
  min-height: 1.1rem;
  color: #C0ECFB;
  overflow: hidden;
}
.sub-banner .txt {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.sub-banner .txt h3 {
  opacity: 0.8;
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.sub-banner .txt h2 {
  font-size: 0.42rem;
  margin-top: 0.2rem;
}

.sub-here {
  padding: 0.2rem 0;
  border-bottom: 1px solid #eee;
}
.sub-here a {
  padding-right: 0.25rem;
  background: url("../image/icon-right2.svg") no-repeat right center;
  background-size: auto 80%;
}

.sub-child {
  padding: 0.8rem 0;
}
.sub-child ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sub-child ul li {
  width: 20%;
  margin: 0 0.1rem;
}
.sub-child ul li:first-child {
  margin-left: 0;
}
.sub-child ul li:last-child {
  margin-right: 0;
}
.sub-child ul li a {
  display: block;
  padding: 0.2rem 0.5rem;
  color: #fff;
  background-color: #094089;
  border-radius: 100rem;
}
.sub-child ul li a.active, .sub-child ul li a:hover {
  background-color: #e60012;
}

.sub-title {
  margin-bottom: 0.5rem;
}
.sub-title h1,
.sub-title h2 {
  position: relative;
  font-size: 0.4rem;
  font-weight: normal;
}
.sub-title h1:after,
.sub-title h2:after {
  content: "";
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 0.5rem;
  height: 0.06rem;
  background-color: #e60012;
}
.sub-title h2 {
  font-size: 0.32rem;
}

.sub-about {
  background: url("../image/sub-about-bg.jpg") no-repeat top center;
  background-size: 100% auto;
}
.sub-about .company .pic {
  border-top-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.sub-about .company .slogan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e60012;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.64rem;
  margin-bottom: 0.5rem;
}
.sub-about .company .slogan img {
  float: left;
  height: 1.2rem;
}
.sub-about .company .slogan p:last-child {
  color: #094089;
  text-indent: 2.5em;
}
.sub-about .company .since {
  color: #094089;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.sub-about .company .since p:nth-child(1) {
  color: #e60012;
}
.sub-about .company .since p:nth-child(2) {
  text-align: center;
}
.sub-about .company .since p:nth-child(3) {
  text-align: right;
  color: #e60012;
}
.sub-about .company .subsidiary {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.sub-about .company .subsidiary a {
  display: block;
  padding: 0.15rem 0.6rem 0.15rem 0.3rem;
  margin: 0.2rem 0.2rem 0 0;
  background-color: #f9f9f9;
  border-left: 0.04rem solid #094089;
  border-radius: 0.1rem;
}
.sub-about .company .subsidiary a p {
  opacity: 0.8;
}
.sub-about .company .subsidiary a:hover {
  color: #555;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.sub-about .culture {
  position: relative;
  padding: 0;
  background: rgb(12.1438356164, 86.3561643836, 184.8561643836) url(../image/logo-badge.png) no-repeat right bottom;
  background-size: 30% auto;
}
.sub-about .culture .title {
  z-index: 10;
  position: absolute;
  left: 5%;
  top: 1rem;
}
.sub-about .culture #swiper-culture-thumbs {
  color: #fff;
  z-index: 20;
  position: absolute;
  left: calc(50% + 0.72rem);
  right: 0.8rem;
  top: 0.8rem;
  margin-bottom: 0.4rem;
}
.sub-about .culture #swiper-culture-thumbs .swiper-wrapper {
  justify-content: space-between;
}
.sub-about .culture #swiper-culture-thumbs .swiper-slide {
  width: auto;
  height: 1rem;
  padding-top: 0.5rem;
  line-height: 0.2rem;
}
.sub-about .culture #swiper-culture-thumbs .swiper-slide-thumb-active {
  font-weight: bold;
  background: url(../image/logo-white.svg) no-repeat top left;
  background-size: 0.6rem auto;
}
.sub-about .culture #swiper-culture {
  color: #fff;
}
.sub-about .culture #swiper-culture .swiper-slide .txt {
  padding: 2.5rem 0.72rem 0;
}
.sub-about .culture #swiper-culture .swiper-slide .txt h2,
.sub-about .culture #swiper-culture .swiper-slide .txt h5 {
  margin-bottom: 0.5rem;
}
.sub-about .culture #swiper-culture .swiper-slide .txt p {
  opacity: 0.7;
}
.sub-about .culture #swiper-culture .swiper-pagination {
  width: auto;
  height: 2px;
  top: auto;
  bottom: 1.08rem;
  left: 5%;
  right: 30%;
  background-color: rgba(255, 255, 255, 0.2);
}
.sub-about .culture #swiper-culture .swiper-pagination-progressbar-fill {
  background-color: #e60012;
}
.sub-about .culture #swiper-culture .swiper-button-prev,
.sub-about .culture #swiper-culture .swiper-button-next {
  top: auto;
  bottom: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 100rem;
}
.sub-about .culture #swiper-culture .swiper-button-prev:after,
.sub-about .culture #swiper-culture .swiper-button-next:after {
  font-size: 0.24rem;
}
.sub-about .culture #swiper-culture .swiper-button-prev {
  left: auto;
  right: 20%;
  padding-right: 0.06rem;
}
.sub-about .culture #swiper-culture .swiper-button-next {
  left: auto;
  right: 15%;
  padding-left: 0.06rem;
}
.sub-about .history {
  position: relative;
  background: url("../image/about-history.jpg") no-repeat center center;
  background-size: cover;
}
.sub-about .history h4 {
  color: #094089;
  font-size: 0.48rem;
}
.sub-about .history ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.sub-about .history ul li {
  position: relative;
  float: left;
  width: 0.8rem;
  padding-top: 0.1rem;
  padding-left: 0.2rem;
  font-weight: bold;
}
.sub-about .history ul li::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 5rem;
  left: 0;
  bottom: 0;
  background: url(../image/history-line.png) no-repeat left bottom;
}
.sub-about .history ul ul {
  padding-top: 0.1rem;
  padding-left: 0.8rem;
}
.sub-about .history ul ul li {
  float: none;
  width: auto;
  font-weight: normal;
  padding-top: 0;
  padding-left: 0;
}
.sub-about .history ul ul li::after {
  display: none;
}
.sub-about .history dl {
  display: flex;
  align-items: start;
  padding-top: 0.1rem;
}
.sub-about .history dl dt {
  flex-shrink: 0;
  position: relative;
  width: 0.8rem;
  font-weight: bold;
  padding-left: 0.2rem;
}
.sub-about .history dl dt::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 5rem;
  left: 0;
  bottom: 0;
  background: url(../image/history-line.png) no-repeat left bottom;
}
.sub-about .history .txt {
  padding-top: 0.2rem;
  overflow: hidden;
}
.sub-about .history .swiper-slide {
  width: auto;
}
.sub-about .history .swiper-slide:nth-child(2n) {
  padding-top: 1.2rem;
}
.sub-about .history .swiper-button-prev,
.sub-about .history .swiper-button-next {
  top: 1.5rem;
  bottom: auto;
  left: auto;
  margin: 0;
}
.sub-about .history .swiper-button-prev {
  right: 10%;
}
.sub-about .history .swiper-button-next {
  right: 5%;
}
.sub-about .honor {
  position: relative;
  background: url("../image/about-honor.jpg") no-repeat bottom center;
  background-size: cover;
}
.sub-about .honor .swiper-slide {
  width: auto;
}
.sub-about .honor .swiper-button-prev,
.sub-about .honor .swiper-button-next {
  top: 1.5rem;
  bottom: auto;
  left: auto;
  margin: 0;
}
.sub-about .honor .swiper-button-prev {
  right: 10%;
}
.sub-about .honor .swiper-button-next {
  right: 5%;
}
.sub-about .honor .pic {
  background: url("../image/honor-box.png") no-repeat center center;
  background-size: 100% 100%;
}
.sub-about .honor .pic img {
  width: auto;
  height: 2.5rem;
  padding: 0.1rem 0.25rem 0.16rem 0.23rem;
  margin: 0 auto;
}
.sub-about .social .swiper {
  padding: 0.3rem 0;
}
.sub-about .social .swiper-slide {
  width: 6.4rem;
  height: 5.5rem;
}
.sub-about .social .swiper-slide img {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.sub-about-sub .pic {
  width: 100%;
  border-radius: 0.3rem;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}

.sub-product {
  padding: 0;
  background: url("../image/sub-product-bg.png") no-repeat top center;
  background-size: 150% auto;
}
.sub-product .list a {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0.3rem;
  background-color: #fff;
  border-radius: 0.12rem;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.sub-product .list a::after {
  content: "";
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.03rem;
  background-color: #e60012;
  opacity: 0;
}
.sub-product .list a .pic {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
}
.sub-product .list a .pic img {
  width: 100%;
  height: auto;
}
.sub-product .list a .pic img.image {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
.sub-product .list a .txt {
  padding: 0.3rem;
}
.sub-product .list a .txt h2 {
  font-size: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
  height: 0.42rem;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.sub-product .list a .txt p {
  opacity: 0.6;
  height: 0.7rem;
  overflow: hidden;
}
.sub-product .list a .txt .more {
  margin-top: 0.4rem;
}
.sub-product .list a .txt .more span {
  display: inline-block;
  padding-right: 0.2rem;
  background: url(../image/icon-right.svg) no-repeat right center;
  background-size: auto 70%;
}
.sub-product .list a .txt .more svg {
  opacity: 0.7;
}
.sub-product .list a .txt .more svg path {
  fill: #333;
}
.sub-product .list a:hover {
  color: #333;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.2);
}
.sub-product .list a:hover::after {
  width: 100%;
  opacity: 1;
}
.sub-product .list a:hover img {
  transform: scale(1.05);
}
.sub-product .list a:hover h2 {
  color: #e60012;
}
.sub-product .list a:hover p {
  opacity: 0.5;
}
.sub-product .list a:hover .more span {
  padding-right: 0.3rem;
}
.sub-product .equipment {
  background: url("../image/rd-one-bg.jpg") no-repeat top center;
  background-size: 100% auto;
}

.sub-product-detail .images {
  padding-right: 0.5rem;
}
.sub-product-detail .images img {
  width: 100%;
}
.sub-product-detail .detail hr {
  opacity: 0.1;
  margin: 0.3rem 0;
}
.sub-product-detail .detail .name {
  color: #094089;
  font-size: 0.28rem;
  font-weight: bold;
}
.sub-product-detail .detail .description {
  opacity: 0.8;
}
.sub-product-detail .detail .fields .param {
  margin-top: 0.25rem;
}
.sub-product-detail .detail .fields .param .label {
  float: left;
  color: #094089;
  font-weight: bold;
}
.sub-product-detail .detail .fields .param .value {
  margin-left: 1rem;
}
.sub-product-detail .detail .fields .param .value span {
  display: inline-block;
  padding: 0.06rem 0.3rem;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  border-radius: 1rem;
  background-color: #f2f2f2;
}
.sub-product-detail .bodycontent {
  margin-top: 0.3rem;
}
.sub-product-detail .bodycontent .tab {
  display: inline-block;
  padding: 0.15rem 0.2rem;
  color: #fff;
  background-color: #094089;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.sub-product-detail .bodycontent .body {
  padding: 0.5rem;
  border: 1px solid #eee;
  background-color: #fff;
}

.sub-product-api {
  background: url("../image/sub-product-bg.png") no-repeat top center;
  background-size: 150% auto;
}
.sub-product-api .api-content table {
  width: 100%;
}
.sub-product-api .api-content tr {
  font-size: 0.14rem;
}
.sub-product-api .api-content tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.sub-product-api .api-content tr:first-child {
  color: #fff;
  background: #094089 !important;
}
.sub-product-api .api-content tr:hover {
  background-color: #f0f0f0;
}
.sub-product-api .api-content td {
  padding: 0.1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.sub-product-api .list > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
.sub-product-api .list > div:nth-child(odd) {
  background-color: #f5f5f5;
}
.sub-product-api .list > div div {
  width: 20%;
  padding: 0.15rem 0.2rem;
}
.sub-product-api .list > div div:first-child {
  width: 1rem;
}
.sub-product-api .list > div:first-child {
  font-weight: bold;
  color: #fff;
  background-color: #094089;
}

.sub-service {
  padding: 0;
  background: #f6f7f9 url("../image/sub-service-bg.jpg") no-repeat top center;
  background-size: 100% auto;
}
.sub-service .intro {
  background: url("../image/service-intor-bg.png") no-repeat center center;
  background-size: cover;
}
.sub-service .intro img {
  width: 100%;
}
.sub-service .platform .title {
  text-align: center;
}
.sub-service .platform .item {
  background-color: #fff;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
  overflow: hidden;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.sub-service .platform .item img {
  display: block;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.sub-service .platform .item div {
  color: #094089;
  font-size: 0.18rem;
  font-weight: bold;
  padding: 0.2rem 0.2rem 0.15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-service .platform .item ul {
  padding: 0.2rem;
  padding-left: 0.4rem;
}
.sub-service .transfer {
  background: url("../image/service-transfer-bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub-service .transfer .title {
  text-align: center;
}
.sub-service .transfer .icon {
  opacity: 0.8;
  margin-bottom: 0.3rem;
}
.sub-service .transfer .icon img {
  width: 0.8rem;
  height: 0.8rem;
}
.sub-service .transfer .txt h2 {
  color: #094089;
  margin-bottom: 0.1rem;
}
.sub-service .transfer .txt p {
  opacity: 0.8;
  width: 68%;
  font-size: 0.18rem;
}
.sub-service .transfer #swiper-transfer-thumbs {
  height: 100%;
  background: url("../image/service-transfer-line.png") no-repeat center center;
  background-size: contain;
}
.sub-service .transfer #swiper-transfer-thumbs .swiper-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sub-service .transfer #swiper-transfer-thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem !important;
  height: 1.2rem !important;
  margin-left: 0.3rem;
  background-color: #fff;
  border-radius: 10rem;
  box-shadow: 0.03rem 0.05rem 0.05rem rgba(0, 0, 0, 0.3);
}
.sub-service .transfer #swiper-transfer-thumbs .swiper-slide:nth-child(2) {
  margin-left: -0.4rem;
}
.sub-service .transfer #swiper-transfer-thumbs .swiper-slide-thumb-active {
  color: white;
  background-color: #094089;
}
.sub-service .transfer #swiper-transfer .swiper-slide .pic {
  border-radius: 0.3rem;
}
.sub-service .rapid {
  background: url("../image/service-transfer-bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub-service .rapid h4 {
  margin-top: 0.3rem;
  padding-left: 0.4rem;
  background: url(../image/icon-news.svg) no-repeat left center;
  background-size: contain;
}
.sub-service .rapid ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
.sub-service .rapid ol li {
  width: 23%;
  padding: 0.15rem 0.3rem;
  margin: 0 0 0.2rem 0;
  color: #fff;
  background-color: #094089;
  border-radius: 100rem;
}
.sub-service .rapid ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-service .rapid ul li {
  padding: 0.1rem 0.25rem;
  margin-bottom: 0.1rem;
  background-color: #eee;
  border-radius: 100rem;
  box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
}
.sub-service .rapid .process {
  display: flex;
  justify-content: space-around;
  margin-top: 0.3rem;
  height: 4rem;
  position: relative;
}
.sub-service .rapid .process > div {
  position: relative;
}
.sub-service .rapid .process > div h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.2;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.15rem;
  text-align: center;
  border-radius: 1000rem;
  box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
}
.sub-service .rapid .process > div p {
  position: relative;
  width: 0.04rem;
  height: 0.5rem;
  margin: 0 auto;
}
.sub-service .rapid .process > div p::after {
  content: "";
  position: absolute;
  bottom: -0.16rem;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: -0.06rem;
  border: 0.05rem solid #0085ff;
  border-radius: 1rem;
}
.sub-service .rapid .process > div div {
  position: absolute;
  left: 50%;
  margin-top: 0.3rem;
  white-space: nowrap;
  transform: translateX(-50%);
}
.sub-service .rapid .process > div div ul li {
  color: #fff;
}
.sub-service .rapid .process > div:nth-child(1) {
  position: static;
}
.sub-service .rapid .process > div:nth-child(1) h3, .sub-service .rapid .process > div:nth-child(1) p, .sub-service .rapid .process > div:nth-child(1) li {
  background-color: #0085ff;
}
.sub-service .rapid .process > div:nth-child(1) p {
  height: 1.6rem;
}
.sub-service .rapid .process > div:nth-child(1) p::after {
  border-color: #0085ff;
}
.sub-service .rapid .process > div:nth-child(1) div {
  left: auto;
  transform: none;
}
.sub-service .rapid .process > div:nth-child(1) ul li {
  width: 15%;
  margin-right: 2%;
  text-align: center;
}
.sub-service .rapid .process > div:nth-child(1) ul li:nth-child(6n) {
  margin-right: 0;
}
.sub-service .rapid .process > div:nth-child(3) h3, .sub-service .rapid .process > div:nth-child(3) p, .sub-service .rapid .process > div:nth-child(3) li {
  background-color: #0069de;
}
.sub-service .rapid .process > div:nth-child(3) p::after {
  border-color: #0069de;
}
.sub-service .rapid .process > div:nth-child(5) h3, .sub-service .rapid .process > div:nth-child(5) p, .sub-service .rapid .process > div:nth-child(5) li {
  background-color: #004fbe;
}
.sub-service .rapid .process > div:nth-child(5) p::after {
  border-color: #004fbe;
}
.sub-service .rapid .process > div:nth-child(7) h3, .sub-service .rapid .process > div:nth-child(7) p, .sub-service .rapid .process > div:nth-child(7) li {
  background-color: #00379f;
}
.sub-service .rapid .process > div:nth-child(7) p::after {
  border-color: #00379f;
}
.sub-service .rapid .process > div:nth-child(2), .sub-service .rapid .process > div:nth-child(4), .sub-service .rapid .process > div:nth-child(6) {
  width: 0.6rem;
  height: 1.2rem;
  background: url(../image/icon-arrow.svg) no-repeat center center;
  background-size: contain;
}
.sub-service .base {
  background: #094089 url("../image/logo-badge.png") no-repeat right bottom;
}
.sub-service .base .list {
  color: #333;
  display: flex;
  justify-content: space-between;
}
.sub-service .base .list dl {
  position: relative;
  width: 32%;
  padding: 0.4rem 1rem 1rem 0.4rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.sub-service .base .list dl dt {
  color: #094089;
  font-size: 0.32rem;
  font-weight: bold;
  padding-left: 0.6rem;
  background: url(../image/icon-news.svg) no-repeat left center;
  background-size: contain;
}
.sub-service .base .list dl dd {
  opacity: 0.9;
  padding-left: 0.6rem;
  margin-top: 0.1rem;
}
.sub-service .base .list dl dd.icon {
  opacity: 0.3;
  position: absolute;
  right: 0;
  bottom: -10%;
}
.sub-service .equipment .title {
  text-align: center;
}
.sub-service .lines {
  background: url("../image/sub-investor-three.jpg") no-repeat top center;
  background-size: cover;
}

.sub-service-cro .one .swiper {
  overflow: hidden;
  border-radius: 0.2rem;
}
.sub-service-cro .one .swiper img {
  display: block;
  width: 100%;
  height: 6.5rem;
  object-fit: cover;
}
.sub-service-cro .two {
  background: url("../image/service-transfer-bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub-service-cro .two .item {
  background: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.sub-service-cro .two .item img {
  display: block;
  width: 100%;
  border-radius: 0.2rem;
}
.sub-service-cro .two .item div:nth-child(2) {
  color: #094089;
  font-size: 0.24rem;
  font-weight: bold;
  padding: 0.2rem 0;
  margin: 0 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sub-service-cro .two .item div:nth-child(3) {
  opacity: 0.8;
  padding: 0.3rem;
}

.sub-rd {
  background: url("../image/rd-one-bg.jpg") no-repeat top center;
  background-size: 100% auto;
}
.sub-rd .two {
  background: url("../image/rd-two-bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub-rd .two .list {
  display: flex;
  justify-content: space-between;
}
.sub-rd .two .list > div {
  width: 30%;
  padding-top: 0.8rem;
}
.sub-rd .two .list > div:nth-child(2) {
  padding-top: 0;
}
.sub-rd .two .list .pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 60%;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
  box-shadow: 0.03rem 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.sub-rd .two .list .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-rd .three {
  text-align: center;
  font-size: 0.48rem;
  background: url("../image/rd-three-bg.jpg") no-repeat center center;
  background-size: cover;
}

.sub-quality img {
  margin: 0 auto;
  border-radius: 0.1rem;
}
.sub-quality .txt {
  margin-top: 0.2rem;
}
.sub-quality .txt h5 {
  margin-bottom: 0.3rem;
  padding-left: 0.4rem;
  background: url(../image/icon-news.svg) no-repeat left center;
  background-size: contain;
}
.sub-quality .txt ul li + li {
  margin-top: 0.06rem;
}
.sub-quality .txt p {
  margin-top: 0.05rem;
}
.sub-quality .txt img {
  display: inline-block;
  width: 49%;
}
.sub-quality .one {
  background: url("../image/service-transfer-bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub-quality .one p:nth-child(2) {
  opacity: 0.8;
}
.sub-quality .two {
  background: url("../image/quality-qua-bg.png") no-repeat left center;
  background-size: auto 100%;
}
.sub-quality .two .list {
  display: flex;
}
.sub-quality .two .list > div {
  width: 30%;
  padding-left: 2%;
}
.sub-quality .two .list > div:first-child {
  width: 40%;
  padding-left: 0;
  padding-right: 6%;
}
.sub-quality .two .list > div:nth-child(2) {
  padding-top: 0.7rem;
}
.sub-quality .two .qa ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-quality .two .qa ul li {
  width: 24%;
  margin: 1% 0 1% 1%;
  padding: 0.2rem 0.1rem;
  text-align: center;
  color: #fff;
  background-color: #094089;
  border-radius: 2rem;
}
.sub-quality .two .item img {
  display: block;
}
.sub-quality .two .item img.icon {
  display: block;
  width: 0.64rem;
  margin: 0;
}
.sub-quality .two .item div {
  /* color: #fff;
  font-size: 0.18rem;
  padding: 0.1rem 0.2rem;
  background: #2E517B; // url(../image/interest-top.jpg) no-repeat left center;
  background-size: cover; */
}
.sub-quality .two .item ul {
  opacity: 0.8;
  margin-top: 0.2rem;
  /* padding-left: 1em; */
  /* padding: 0.3rem;
  background-color: #fff;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1); */
}
.sub-quality .three {
  background: url("../image/quality-three-bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub-quality .three .txt p + p {
  margin-top: 0.1rem;
}
.sub-quality .four {
  background: url("../image/quality-qua-bg.png") no-repeat left center;
  background-size: cover;
}
.sub-quality .four img {
  display: block;
}
.sub-quality .four img.icon {
  display: block;
  width: 0.72rem;
  margin: 0;
}
.sub-quality .four p:nth-child(3) {
  opacity: 0.8;
  margin-top: 0.2rem;
}

.sub-investor .one {
  background: url("../image/sub-investor-bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub-investor .one h1 {
  font-weight: normal;
}
.sub-investor .three {
  background: url("../image/sub-investor-three.jpg") no-repeat top center;
  background-size: cover;
}
.sub-investor .three .form input,
.sub-investor .three .form textarea {
  border-radius: 0.3rem;
}
.sub-investor .three .form .form-button input {
  padding: 0.21rem;
}
.sub-investor .list a {
  display: block;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #eee;
}
.sub-investor .list a p {
  opacity: 0.8;
}
.sub-investor .list a h5 {
  font-size: 0.18rem;
  font-weight: normal;
}

.sub-investor-list {
  background: url("../image/sub-investor-bg.jpg") no-repeat center center;
  background-size: cover;
}
.sub-investor-list .list .th {
  font-weight: bold;
  color: #fff;
  background-color: #094089;
}
.sub-investor-list .list a {
  border-bottom: 1px solid #ddd;
}
.sub-investor-list .list a:nth-child(odd) {
  background-color: #f5f5f5;
}
.sub-investor-list .list a div:last-child {
  opacity: 0.8;
  background: url(../image/icon-right.svg) no-repeat center center;
  background-size: auto 0.18rem;
}
.sub-investor-list .list .th,
.sub-investor-list .list a {
  display: flex;
}
.sub-investor-list .list .th div,
.sub-investor-list .list a div {
  width: 20%;
  padding: 0.15rem 0.2rem;
}
.sub-investor-list .list .th div:nth-child(2),
.sub-investor-list .list a div:nth-child(2) {
  width: 60%;
}
.sub-investor-list .list .th div:last-child,
.sub-investor-list .list a div:last-child {
  text-align: center;
}

.sub-news {
  background: url("../image/sub-news-bg.jpg") no-repeat top center;
  background-size: 100% auto;
}
.sub-news .list a {
  display: flex;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
}
.sub-news .list a .pic {
  position: relative;
  width: 26%;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: #eaeaea;
}
.sub-news .list a .pic img {
  width: 100%;
  height: auto;
}
.sub-news .list a .pic img.image {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
.sub-news .list a .txt {
  width: 74%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0.5rem;
}
.sub-news .list a .txt h5 {
  opacity: 0.4;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.sub-news .list a .txt h3 {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.sub-news .list a .txt p {
  opacity: 0.6;
}
.sub-news .list a .txt .date {
  padding-top: 0.3rem;
}
.sub-news .list a .txt .date span {
  opacity: 0.8;
  font-size: 0.4rem;
  margin-right: 0.1rem;
}
.sub-news .list a .txt .date em {
  opacity: 0.6;
  font-style: normal;
}
.sub-news .list a:hover {
  color: #333;
}
.sub-news .list a:hover .pic img.image {
  transform: translateX(-50%) scale(1.1);
}
.sub-news .list a:hover h3 {
  color: #e60012;
}

.sub-careers-job {
  background: url("../image/sub-recruit-bg.jpg") no-repeat top center;
  background-size: 100% auto;
}
.sub-careers-job .list .txt {
  background: #fff;
  padding: 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.sub-careers-job .list .txt h2 {
  font-size: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
  height: 0.42rem;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.sub-careers-job .list .txt div {
  opacity: 0.8;
}
.sub-careers-job table {
  width: 100%;
}
.sub-careers-job table tr {
  font-size: 0.14rem;
}
.sub-careers-job table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.sub-careers-job table tr:first-child {
  color: #fff;
  background: #094089 !important;
}
.sub-careers-job table tr:hover {
  background-color: #f0f0f0;
}
.sub-careers-job table tr th, .sub-careers-job table tr td {
  padding: 0.15rem 0.05rem;
}
.sub-careers-job table tr th:first-child, .sub-careers-job table tr td:first-child {
  text-align: left;
}
.sub-careers-job table tr th {
  white-space: nowrap;
}
.sub-careers-job table tr td {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.sub-careers-idea {
  background: url("../image/sub-recruit-bg.jpg") no-repeat top center;
  background-size: 100% auto;
}
.sub-careers-idea .txt {
  margin-top: 0.2rem;
}
.sub-careers-idea .txt h5 {
  margin-bottom: 0.3rem;
  padding-left: 0.4rem;
  background: url(../image/icon-news.svg) no-repeat left center;
  background-size: contain;
}
.sub-careers-idea .txt ul li + li {
  margin-top: 0.06rem;
}
.sub-careers-idea .txt p {
  margin-top: 0.05rem;
}
.sub-careers-idea .pic {
  border-top-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.sub-contact {
  background: url("../image/sub-contact-bg.jpg") no-repeat bottom center;
  background-size: 100% auto;
}
.sub-contact .section {
  background: url("../image/sub-contact-bg2.png") no-repeat top left;
  background-size: 40% auto;
}
.sub-contact h2 {
  font-size: 0.24rem;
}
.sub-contact .tel {
  color: #094089;
  font-size: 0.8rem;
  font-weight: bold;
}
.sub-contact .txt {
  font-size: 0.15rem;
}
.sub-contact .txt div.row + div.row {
  margin-top: 0.2rem;
}
.sub-contact .txt table td {
  padding-bottom: 0.2rem;
}
.sub-contact .txt table td strong {
  display: block;
  margin-bottom: 0.1rem;
}
.sub-contact .txt table td p {
  opacity: 0.9;
}

.sub-picture {
  background: url("../image/sub-recruit-bg.jpg") no-repeat top center;
  background-size: 100% auto;
}
.sub-picture .picture-list .pic {
  position: relative;
  width: 100%;
  padding-top: 75%;
  border-radius: 0.06rem;
  overflow: hidden;
}
.sub-picture .picture-list .pic img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sub-picture .picture-list .txt {
  padding: 0.2rem 0;
  text-align: center;
}
.sub-picture .picture-list a {
  display: block;
}
.sub-picture .picture-list a:hover .pic img {
  transform: scale(1.1);
}

.pagination {
  margin-top: 0.8rem;
}

@media (max-width: 566.98px) {
  .section {
    padding: 0.6rem 0;
  }
  .section .title {
    line-height: 0.42rem;
    margin-bottom: 0.3rem;
  }
  .section .title h2 {
    font-size: 0.32rem;
  }
  .section .title h3 {
    font-size: 0.24rem;
  }
  .header {
    position: fixed;
    padding: 0.1rem 0;
    height: auto;
  }
  .header .logo img {
    height: 0.4rem;
  }
  .header .navbar {
    z-index: 99999;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    background-color: #094089;
  }
  .header .navbar ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .header .navbar ul li ul {
    opacity: 0.6;
    visibility: visible;
    position: static;
    padding: 0;
    background: none;
    box-shadow: none;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .header .navbar ul li ul::after {
    display: none;
  }
  .header .navbar ul li ul li + li {
    margin-top: 0;
  }
  .header .navbar ul li ul li a {
    padding: 0.05rem 0.1rem;
  }
  .header .navbar ul li ul li ul {
    display: none;
  }
  .header .links div {
    padding: 0.08rem 0;
  }
  .header .links div + div {
    margin-left: 0.2rem;
  }
  .header-white .navbar {
    font-size: 0.18rem;
  }
  .header-white .navbar ul li ul li a {
    color: #fff;
  }
  .sm\:header {
    height: 0.6rem;
  }
  .footer .link {
    margin-top: 0.3rem;
  }
  .footer .link div {
    padding-left: 0.24rem;
  }
  .footer .qrcode {
    display: none;
  }
  .slider .slide .txt h2 {
    font-size: 0.48rem;
  }
  .slider .slide .txt h3 {
    font-size: 0.24rem;
  }
  .product .list {
    display: block;
  }
  .product .list a {
    width: 100%;
    height: 4rem;
  }
  .research .list {
    display: block;
  }
  .research .list .item {
    width: 100%;
    height: 3rem;
  }
  .research .list .item .txt {
    padding: 0.4rem;
  }
  .research .list .item .txt p {
    width: 100%;
  }
  .about .txt em {
    font-size: 0.36rem;
  }
  .about .txt h2 {
    font-size: 0.42rem;
  }
  .about .txt p {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .about .txt .word,
  .about .txt .pic {
    width: 100%;
  }
  .about .txt .word {
    margin-bottom: 0.5rem;
  }
  .about .txt .pic img {
    height: auto;
  }
  .about .list {
    left: 5%;
    width: 90%;
    height: auto;
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .about .list li {
    width: 50%;
    padding: 0.2rem 0.2rem;
  }
  .about .list li p span {
    font-size: 0.42rem;
  }
  .about .list li p em {
    font-size: 0.18rem;
  }
  .about .list li h3 {
    font-size: 0.18rem;
  }
  .news {
    padding-top: 2rem;
  }
  .news .list {
    display: block;
  }
  .news .list a {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .news .list a:hover .txt, .news .list a.active .txt {
    padding: 0.2rem;
  }
  .news .list .txt {
    height: auto;
    padding: 0;
  }
  .news .list .txt .icon {
    margin-bottom: 0.1rem;
  }
  .news .list .txt h3 {
    height: 0.72rem;
    margin-bottom: 0.2rem;
  }
  .news .list .txt p {
    height: 1rem;
  }
  .news .list .txt div span {
    font-size: 0.28rem;
  }
  .sub-banner {
    height: 3rem;
  }
  .sub-banner .txt h3 {
    font-size: 0.56rem;
  }
  .sub-banner .txt h2 {
    font-size: 0.32rem;
  }
  .sub-banner img {
    width: auto;
    height: 100%;
    max-inline-size: none;
    transform: translateX(-50%);
  }
  .sub-here {
    font-size: 0.14rem;
    padding: 0.1rem 0;
  }
  .sub-title h1 {
    font-size: 0.32rem;
  }
  .sub-title h2 {
    font-size: 0.24rem;
  }
  .sub-about .company .slogan {
    display: block;
    font-size: 0.32rem;
    line-height: 1.3;
    margin-bottom: 0.3rem;
  }
  .sub-about .company .slogan img {
    display: none;
  }
  .sub-about .company .slogan p:last-child {
    text-indent: 0;
  }
  .sub-about .company .subsidiary {
    display: block;
  }
  .sub-about .company .subsidiary a {
    padding: 0.15rem 0.2rem;
    margin-right: 0;
  }
  .sub-about .culture .title {
    left: 0.2rem;
    top: 0.4rem;
  }
  .sub-about .culture #swiper-culture-thumbs {
    top: calc(100vw + 0.4rem);
    left: 0.2rem;
    right: 0.2rem;
  }
  .sub-about .culture #swiper-culture-thumbs .swiper-slide {
    height: auto;
  }
  .sub-about .culture #swiper-culture .swiper-slide .txt {
    padding: 1.5rem 0.2rem;
  }
  .sub-about .culture #swiper-culture .swiper-slide .txt h2,
  .sub-about .culture #swiper-culture .swiper-slide .txt h5 {
    margin-bottom: 0.3rem;
  }
  .sub-about .culture #swiper-culture .swiper-pagination {
    bottom: 0.85rem;
    right: 45%;
  }
  .sub-about .culture #swiper-culture .swiper-button-prev,
  .sub-about .culture #swiper-culture .swiper-button-next {
    bottom: 0.6rem;
    width: 0.52rem;
    height: 0.52rem;
  }
  .sub-about .culture #swiper-culture .swiper-button-prev {
    right: 25%;
  }
  .sub-about .culture #swiper-culture .swiper-button-next {
    right: 10%;
  }
  .sub-about .history .swiper-slide:nth-child(2n),
  .sub-about .honor .swiper-slide:nth-child(2n) {
    padding-top: 0rem;
  }
  .sub-about .history .swiper-button-prev,
  .sub-about .history .swiper-button-next,
  .sub-about .honor .swiper-button-prev,
  .sub-about .honor .swiper-button-next {
    top: 0.9rem;
    width: 0.52rem;
    height: 0.52rem;
  }
  .sub-about .history .swiper-button-prev:after,
  .sub-about .history .swiper-button-next:after,
  .sub-about .honor .swiper-button-prev:after,
  .sub-about .honor .swiper-button-next:after {
    font-size: 0.3rem;
  }
  .sub-about .history .swiper-button-prev,
  .sub-about .honor .swiper-button-prev {
    right: 20%;
  }
  .sub-about .history .swiper-button-next,
  .sub-about .honor .swiper-button-next {
    right: 5%;
  }
  .sub-about .honor .pic img {
    width: 100%;
    height: auto;
  }
  .sub-about .social .swiper-slide {
    width: 70vw;
    height: auto;
  }
  .sub-product .list a .txt {
    padding: 0.2rem;
  }
  .sub-product-detail .images {
    padding-right: 0;
  }
  .sub-product-detail .detail {
    margin-top: 0.5rem;
  }
  .sub-product-api .api-content {
    width: 100%;
    overflow: auto;
  }
  .sub-service .transfer .icon {
    margin-bottom: 0.1rem;
  }
  .sub-service .transfer .icon img {
    margin: 0 auto;
  }
  .sub-service .transfer .txt h2 {
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .sub-service .transfer .txt p {
    width: 100%;
  }
  .sub-service .transfer .pic {
    margin-top: 0.3rem;
  }
  .sub-service .base .list {
    display: block;
  }
  .sub-service .base .list dl {
    width: 100%;
    padding: 0.3rem;
    margin-top: 0.2rem;
  }
  .sub-service .base .list dl dt {
    font-size: 0.24rem;
  }
  .sub-service .rapid ol {
    display: block;
  }
  .sub-service .rapid ol li {
    width: auto;
    margin-right: 0;
    margin-bottom: 0.1rem;
  }
  .sub-service .rapid ul li {
	  padding: 0.1rem 0;
  }
  .sub-service .rapid .process {
    display: block;
    height: auto;
  }
  .sub-service .rapid .process > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sub-service .rapid .process > div p {
    display: none;
  }
  .sub-service .rapid .process > div div {
    position: static;
    transform: none;
  }
  .sub-service .rapid .process > div div ul {
    justify-content: center;
  }
.sub-service .rapid .process > div:nth-child(1) ul li {
  width: 49%;
}
.sub-service .rapid .process > div:nth-child(1) ul li:nth-child(2n) {
  margin-right: 0;
}
  .sub-service .rapid .process > div:nth-child(2), .sub-service .rapid .process > div:nth-child(4), .sub-service .rapid .process > div:nth-child(6) {
    height: 0.6rem;
    margin: 0.3rem auto;
    background-image: url(../image/icon-arrow2.svg);
  }
  .sub-service-cro .one .swiper img {
    height: 3.5rem;
  }
  .sub-investor .one h1 {
    font-size: 0.24rem;
  }
  .sub-investor-list .list .th,
  .sub-investor-list .list a {
    display: block;
    padding: 0.1rem 0;
  }
  .sub-investor-list .list .th div,
  .sub-investor-list .list a div {
    width: auto !important;
    padding: 0.05rem 0.1rem;
  }
  .sub-investor-list .list .th {
    display: none;
  }
  .sub-investor-list .list a div:last-child {
    display: none;
  }
  .sub-news .list a {
    display: block;
  }
  .sub-news .list a .pic {
    width: auto;
  }
  .sub-news .list a .txt {
    width: auto;
    padding: 0.2rem 0 0;
  }
  .sub-news .list a .txt h5 {
    display: none;
  }
  .sub-news .list a .txt .date {
    padding-top: 0.1rem;
  }
  .sub-careers-job .list .txt {
    padding: 0.2rem;
  }
  .sub-contact h1 {
    font-size: 0.28rem;
  }
  .sub-contact .tel {
    font-size: 0.48rem;
  }
  .sub-contact .txt table tr {
    display: flex;
    flex-direction: column;
  }
  .sub-picture .picture-list .txt {
    padding: 0.1rem 0;
  }
  .sub-picture .picture-list a {
    padding-bottom: 0;
  }
  .pagination {
    margin-top: 0.3rem;
  }
}
