/* @tailwind base;
@tailwind components;
@tailwind utilities; */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --color-main: 36, 184, 158;
  --color-dark: 0, 56, 73;
  --color-text: 0, 39, 54;
  --color-bg: 250, 250, 250;
  --color-bg-2: 242, 244, 249;
  --color-note: 103, 103, 103;
  --color-yellow: 255, 255, 0;
  --black-90: 0, 40, 55;
  /* 标题 #002837 */
  --black-70: 97, 101, 102;
  /* 正文 #616566 */
  --black-60: 145, 151, 153;
  /* 次要文本 （footer） */
  --black-50: 248, 248, 249;
  /* 背景色 f8f8f9 */
  --black-40: 243, 243, 243;
  /* 背景色 f3f3f3 */
  --green-90: 36, 184, 158;
  /* 主色绿色 24b89e */
  --green-80: 26, 79, 96;
  --green-70: 242, 255, 253;
  --yellow-90:255, 255, 0;
  --affi-black-290: 18, 17, 35;
  --affi-black-280: 51, 51, 51;
  --affi-black-270: 83, 82, 87;
  --affi-black-260: 131, 131, 138;
  --affi-black-250: 180, 179, 189;
  --affi-black-240: 253, 253, 248;
  --affi-yellow-290: 255, 175, 27;
  --r-black-90: rgb(0, 40, 55);
  --r-black-70: rgb(97, 101, 102);
  --r-black-60: rgb(145, 151, 153);
  --r-black-50: rgb(248, 248, 249);
  --r-black-40: rgb(243, 243, 243);
  /* 背景色 f3f3f3 */
  --r-green-90: rgb(36, 184, 158);
  /* 主色绿色 24b89e */
  --r-green-80: rgb(26, 79, 96);
  --r-green-70: rgba(242, 255, 253);
  /* 绿色 F2FFFD */
  --r-yellow-90: rgb(255, 255, 0);
  /* 星推官 */
  --r-affi-black-290: rgb(18, 17, 35);
  --r-affi-black-280: rgb(51, 51, 51);
  --r-affi-black-270: rgb(83, 82, 87);
  --r-affi-black-260: rgb(131, 131, 138);
  --r-affi-black-250: rgb(180, 179, 189);
  --r-affi-black-240: rgb(253, 253, 248);
  --r-affi-yellow-290: rgb(255, 175, 27);
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 576px) {
  .\!container {
    max-width: 576px !important;
  }

  .container {
    max-width: 576px;
  }
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

html {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 768px) {
  html {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: PuHuiRegular, ui-sans-serif, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(var(--black-70), var(--tw-text-opacity, 1));
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

li {
  list-style-type: none;
}

h2 {
  display: inline-block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(var(--color-dark), var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media (max-width: 767.9px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.h2_title {
  position: relative;
  font-family: PuHuiMedium, ui-sans-serif, system-ui, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  line-height: 1.375;
}

.h2_pre {
  margin-top: 54px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(var(--black-70), var(--tw-text-opacity, 1));
}

.h2_title::after {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  height: 6px;
  width: 3rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--green-90), var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.footer-sitemap-h2 {
  display: block;
}

.h1--title {
  position: relative;
  z-index: 2;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .h1--title {
    font-size: 3rem;
    line-height: 1;
    line-height: 78px;
  }
}

.banner--title {
  position: relative;
  z-index: 2;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .banner--title {
    font-size: 3rem;
    line-height: 1;
    line-height: 78px;
  }
}

.banner--title::after {
  position: absolute;
  top: 72%;
  left: 0px;
  z-index: -1;
  display: none;
  height: 0.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 50 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (max-width: 767.9px) {
  .banner--title::after {
    display: block;
  }
}

.bg--center-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.to--white {
  position: relative;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-main), var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.to--white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 204 175 / var(--tw-bg-opacity, 1));
}

.to--right {
  position: relative;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(var(--color-main), var(--tw-text-opacity, 1));
}

.to--right:hover {
  background-color: rgb(255 255 255 / 0.9);
}

.to--right::after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-left: 0.25rem;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('/public/static/svg/r.svg');
  --tw-content: '';
  content: var(--tw-content);
}

.to--white::after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-left: 0.25rem;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('/public/static/svg/rw.svg');
  --tw-content: '';
  content: var(--tw-content);
}

.tablist button {
  position: relative;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.tablist button:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--color-main), var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tablist button {
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-dark), var(--tw-border-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.7;
  }

  .tablist button:hover {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-main), var(--tw-border-opacity, 1));
  }
}

.tablist button.active {
  --tw-text-opacity: 1;
  color: rgba(var(--color-main), var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tablist button.active {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-main), var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-main), var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.tablist button.active::after {
  position: absolute;
  left: 0px;
  top: calc( 100% + 8px );
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-main), var(--tw-bg-opacity, 1));
}

@media (max-width: 767.9px) {
  .tablist button.active::after {
    height: 2px;
    width: 100%;
    --tw-content: '';
    content: var(--tw-content);
  }
}

.scene--item {
  height: 150px;
  width: 150px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-main), var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .scene--item {
    height: 200px;
    width: 200px;
  }
}

.scene--info {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120px;
  width: 120px;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .scene--info {
    height: 150px;
    width: 150px;
  }
}

.slide--list {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: auto;
  width: 92%;
  flex-direction: column;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .slide--list {
    display: none;
  }
}

.slide--list li {
  text-align: left;
}

.slide--list li:last-child {
  margin-bottom: 0px !important;
}

.slide--list li:nth-child(odd) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.slide--list li:nth-child(even) {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(var(--color-note), var(--tw-text-opacity, 1));
}

.content--list li {
  cursor: pointer;
  padding-left: 1.75rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.content--list li.active,
    .content--list li:hover {
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.content--list p {
  text-align: left;
}

.content--list p:last-child {
  margin-bottom: 0px !important;
}

.content--list p:nth-child(odd) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.content--list p:nth-child(even) {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(var(--color-note), var(--tw-text-opacity, 1));
}

.content--item div {
  position: relative;
  margin-top: -1.75rem;
  display: inline-block;
  height: 3.5rem;
  padding-left: 75px;
  padding-right: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 56px;
}

.content--item div::before {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  margin-right: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);
}

.rule--wrapper {
  display: none;
}

.rule--wrapper.active {
  display: block;
}

.icon--1 {
  position: relative;
}

.icon--1::after {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 1rem;
  height: 40px;
  width: 90px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('/public/static/svg/icon_1.svg');
  --tw-content: '';
  content: var(--tw-content);
}

.section-connect {
  background:url("../svg/bg_connect_l.svg") 0 100% no-repeat,
        url("../svg/bg_connect_r.svg") 100% 0 no-repeat;
  background-color: #24B89E;
}

/* 双层阴影 - 主标题效果 */

.text-shadow-lg {
  text-shadow: 3px 3px 0 #1e9b85, 6px 6px 0 rgba(0, 0, 0, 0.1);
}

/* 标准阴影 - 副标题/强调效果 */

.text-shadow {
  text-shadow: 1px 1px 0 #1e9b85;
}

/* 轻量阴影 - 柔和背景效果 */

.text-shadow-light {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.btn_base {
  display: inline-block;
  height: 48px;
  width: 120px;
  border-radius: 9999px;
  background-color: transparent;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn_base:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn_white {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--green-90), var(--tw-text-opacity, 1));
}

.btn_white:hover {
  border-color: rgba(var(--green-70), 0.8);
  background-color: rgba(var(--green-70), 0.9);
}

.btn_border_w {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn_border_w:hover {
  border-color: rgba(var(--green-70), 0.4);
  background-color: rgba(var(--green-70), 0.2);
}

.btn__animate {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn__animate:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.btn__free-trial:hover {
  background-color: #e6d700;
}

.btn__expert:hover {
  background-image: linear-gradient(to right, #66c281, #1ea88e);
}

/* Tab 导航激活状态样式 */

.tabs__nav-button.active {
  background-color: #24B89E !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 79, 96, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tabs__nav-button.active p {
  color: white !important;
}

/* Tab 导航悬停过渡效果 */

.tabs__nav-button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.tabs__nav-button:hover:not(.active) {
  background-color: #EEEEF0 !important;
}

/* 内容项过渡效果 */

.tabs__content-item {
  transition: all 0.3s ease-out;
}

/* 进度条容器样式 */

#tabs__progress-line {
  position: relative;
  overflow: visible;
}

/* 进度条高亮样式 */

.progress-highlight {
  position: absolute;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, #24B89E 0%, #20A085 100%);
  border-radius: 1px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(36, 184, 158, 0.3);
}

/* Tab 按钮样式 */

.tabs__progress-button {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
}

.tabs__progress-button.active {
  color: #24B89E !important;
  font-weight: 600;
  transform: translateY(-1px);
}

.tabs__progress-button:hover:not(.active) {
  background-color: rgba(36, 184, 158, 0.05);
}

/* 内容切换动画 */

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slideIn {
  animation: slideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-fadeIn {
  animation: fadeIn 0.4s ease-out;
}

/* 内容项样式增强 */

.tabs__progress-item {
  transition: all 0.3s ease-out;
}

.tabs__progress-item img {
  transition: transform 0.3s ease;
}

.tabs__progress-item:hover img {
  transform: scale(1.02);
}

/* 优势文本高亮效果 */

.tabs__progress-item span {
  position: relative;
  font-weight: 600;
}

.tabs__progress-item span::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #24B89E, transparent);
  border-radius: 1px;
}

/* 分割线动画 */

.tabs__progress-item hr {
  transition: all 0.3s ease;
}

.tabs__progress-item:hover hr {
  border-color: #24B89E;
  opacity: 0.6;
}

/* 响应式优化 */

@media (max-width: 768px) {
  .tabs__progress-button {
    font-size: 14px;
    padding: 6px 8px;
  }

  .progress-highlight {
    height: 1.5px;
  }
}

/* 悬停按钮样式 */

.tabs__hover-button {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* padding: 8px 12px; */
  /* border-radius: 8px; */
  position: relative;
  overflow: hidden;
}

.tabs__hover-button > * {
  position: relative;
  z-index: 1;
}

/* 激活状态样式 */

.tabs__hover-button.active p:first-child {
  color: #24B89E !important;
}

/* 悬停效果增强 */

.tabs__hover-button:hover {
  transform: translateX(8px);
  /* box-shadow: 0 4px 12px rgba(36, 184, 158, 0.15); */
}

.tabs__hover-button:hover p:first-child {
  color: #24B89E !important;
}

.tabs__hover-button:hover hr {
  /* background: linear-gradient(90deg, #24B89E 30%, #D9D9D9 100%); */
}

/* 标题文字动画 */

.tabs__hover-button p:first-child {
  transition: all 0.3s ease;
  position: relative;
}

/* 描述文字动画 */

.tabs__hover-button p:last-child {
  transition: all 0.3s ease;
}

.tabs__hover-button:hover p:last-child,
  .tabs__hover-button.active p:last-child {
  color: #4A5568;
  transform: translateY(-1px);
}

/* 分割线动画 */

.tabs__hover-button hr {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left;
}

/* 图片容器增强 */

#tabs__content-with-hover {
  transition: all 0.3s ease;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 图片动画效果 */

.tabs_hover-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 100%;
  height: auto;
}

.tabs_hover-item:hover {
  transform: scale(1.02);
}

/* 左侧导航容器增强 */

#tabs__nav-hover {
  transition: all 0.3s ease;
}

/* 响应式优化 */

@media (max-width: 1024px) {
  .tabs__hover-button:hover {
    transform: translateX(4px);
  }

  .tabs__hover-button p:first-child {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .tabs__hover-button {
    padding: 6px 8px;
  }

  .tabs__hover-button:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(36, 184, 158, 0.1);
  }
}

/* 新闻卡片容器 */

#news__content > div {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}

/* 悬停时卡片效果 */

#news__content > div:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 20;
}

/* 图片悬停效果 */

#news__content > div img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

#news__content > div:hover img {
  transform: scale(1.1);
  filter: brightness(1.1) contrast(1.05);
}

/* 文字内容悬停效果 */

#news__content > div > div:last-child {
  transition: all 0.3s ease;
}

#news__content > div:hover > div:last-child {
  background: linear-gradient(
          180deg, 
          rgba(36, 184, 158, 0.1) 0%, 
          rgba(36, 184, 158, 0.8) 50%, 
          rgba(36, 184, 158, 0.95) 100%
      );
}

/* 日期标签动画 */

#news__content > div p:first-child {
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

#news__content > div p:first-child::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: width 0.3s ease;
}

#news__content > div:hover p:first-child::before {
  width: 4px;
}

#news__content > div:hover p:first-child {
  transform: translateX(8px);
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* 标题悬停效果 */

#news__content > div h4 {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

#news__content > div:hover h4 {
  transform: translateY(-2px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.3px;
}

/* 描述文字动画 */

#news__content > div p:last-child {
  transition: all 0.4s ease;
  opacity: 0.9;
}

#news__content > div:hover p:last-child {
  opacity: 1;
  transform: translateY(-1px);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}

/* 背景遮罩增强 */

#news__content > div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
          45deg,
          rgba(36, 184, 158, 0) 0%,
          rgba(36, 184, 158, 0.1) 100%
      );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 5;
}

#news__content > div:hover::before {
  opacity: 1;
}

/* 边框光效 */

#news__content > div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  background: linear-gradient(45deg, #24B89E, #20A085) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 15;
}

#news__content > div:hover::after {
  opacity: 1;
}

/* 第一个卡片（主卡片）特殊效果 */

/* #news__content > div:first-child:hover {
      transform: translateY(-12px) scale(1.03);
      box-shadow: 0 25px 50px rgba(36, 184, 158, 0.2);
  } */

/* 小卡片悬停时的特殊效果 */

#news__content > div:not(:first-child):hover {
  transform: translateY(-6px) scale(1.05);
}

/* 相邻卡片联动效果 */

#news__content > div:hover + div {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.05);
}

#news__content > div:has(+ div:hover) {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.05);
}

/* 链接悬停效果增强 */

#news__content > div a {
  transition: all 0.3s ease;
}

#news__content > div:hover a {
  background: rgba(255, 255, 255, 0.05);
}

/* 响应式优化 */

@media (max-width: 1024px) {
  #news__content > div:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }

  #news__content > div:hover img {
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {
  #news__content > div:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }

  #news__content > div:hover img {
    transform: scale(1.02);
  }
}

/* 加载动画（可选） */

@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#news__content > div {
  animation: cardEntrance 0.6s ease-out;
}

#news__content > div:nth-child(2) {
  animation-delay: 0.1s;
}

#news__content > div:nth-child(3) {
  animation-delay: 0.2s;
}

#news__content > div:nth-child(4) {
  animation-delay: 0.3s;
}

/* 容器样式 */

#tabs__content-with-touch {
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.1s ease;
}

/* 分页指示器增强 */

#tabs__page-touch span {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

#tabs__page-touch span.active {
  box-shadow: 0 2px 4px rgba(36, 184, 158, 0.3);
}

/* 项目内容增强 */

.tabs__item-touch {
  transition: all 0.3s ease;
}

.tabs__item-touch img {
  transition: transform 0.3s ease;
}

.affi-h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 0.75rem;
  height: 7px;
  width: 60px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(var(--affi-yellow-290), 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--affi-yellow-290), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(var(--green-90), 1) var(--tw-gradient-to-position);
  background-position: center;
  --tw-content: '';
  content: var(--tw-content);
}

/* banner背景 */

.bg-unit {
  position: absolute;
  z-index: -1;
}

.bg-round-t {
  left: 58%;
  top: 42px;
  height: 174px;
  width: 174px;
}

.bg-round-b {
  left: 45%;
  bottom: -76px;
  height: 261px;
  width: 261px;
}

@media (min-width: 1024px) {
  .bg-round-b {
    left: 85%;
  }
}

.bg-border {
  left: 88%;
  top: 94px;
  height: 50px;
  width: 50px;
}

/* banner背景 end */

/* 背景样式 */

.bg-vector-section {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bg-vector {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.bg-shape-1 {
  left: -300px;
  top: -80px;
  height: 397px;
  width: 487px;
}

.bg-shape-2 {
  left: 69%;
  bottom: -91px;
  height: 397px;
  width: 487px;
}

.bg-shape-3 {
  left: 75%;
  bottom: -107px;
  height: 397px;
  width: 487px;
}

.border-gradient {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-trans {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--affi-black-240), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--affi-black-280), var(--tw-text-opacity, 1));
}

.btn-trans:hover {
  opacity: 0.8;
}

.btn-fill {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(var(--affi-yellow-290), 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--affi-yellow-290), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(var(--green-90), 1) var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-fill:hover {
  opacity: 0.8;
}

/* banner */

/* 语音验证码 */

.vc_banner {
  background-image: url('/public/images/sms/vc/bg.png');
  background-size: cover;
  background-position: bottom;
}

/* 语音验证码 end */

.tab_pagination.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* 合作logo墙 */

.roll-block-images {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.roll-block-images > * {
  margin: auto;
  width: 60%;
}

.api-main-container {
}

body .api-main {
  text-align: left;
}

.a-animate-200 {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

.a-t-h1 {
  font-size: 32px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.a-t-h2 {
  margin-bottom: 0.75rem;
  font-size: 22px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.a-tx-p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.a-tx-gp {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.75;
  --tw-text-opacity: 1;
  color: rgb(83 82 90 / var(--tw-text-opacity, 1));
}

.a-highlight {
  --tw-text-opacity: 1;
  color: rgb(36 184 158 / var(--tw-text-opacity, 1));
}

a.a-highlight {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  display: inline-block;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

a.a-highlight:hover {
  --tw-text-opacity: 1;
  color: rgb(29 161 138 / var(--tw-text-opacity, 1));
}

a.a-highlight:focus {
  --tw-text-opacity: 1;
  color: rgb(29 161 138 / var(--tw-text-opacity, 1));
}

.a-card-outer {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}

.a-card-outer:hover {
  --tw-shadow: 0px 4px 6px 0px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0px 4px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.a-underline-l {
  position: relative;
  text-decoration-line: none;
}

.a-underline-l:hover {
  text-decoration-line: none;
}

.a-underline-l:hover::after {
  content: var(--tw-content);
  right: 0px;
}

.a-underline-l::after {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  position: absolute;
  left: 0px;
  right: 100%;
  bottom: 0.125rem;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(36 184 158 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.a-underline-l:hover::after {
  --tw-text-opacity: 1;
  color: rgb(36 184 158 / var(--tw-text-opacity, 1));
}

.a-marker {
  margin-inline-end: 0.75rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.a-table {
  margin-top: 1.25rem;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-drop-shadow: drop-shadow(0px 1px 2px 0px rgba(0,0,0,0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.a-table table {
  width: 100%;
  border-collapse: collapse;
}

.a-table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(83 82 90 / var(--tw-text-opacity, 1));
}

.a-table td {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(83 82 90 / var(--tw-text-opacity, 1));
}

.a-table-code tr td:first-of-type {
  --tw-text-opacity: 1;
  color: rgb(36 184 158 / var(--tw-text-opacity, 1));
}

.a-table td, .a-table th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* @import "./baise.css"; */

@font-face {
  font-family: Alibaba PuHuiTi-Light;

  font-display: swap;

  src:url(/public/font/AlibabaPuHuiTi-3-45-Light.otf) format('embedded-opentype'),
    url(/public/font/AlibabaPuHuiTi-3-45-Light.otf) format('opentype'),
    url(/public/font/AlibabaPuHuiTi-3-45-Light.ttf) format('TrueType'),
    url(/public/font/AlibabaPuHuiTi-3-45-Light.woff) format('woff'),
    url(/public/font/AlibabaPuHuiTi-3-45-Light.woff2) format('woff2');
}

@font-face {
  font-family: Alibaba PuHuiTi-Regular;

  font-display: swap;

  src:url(/public/font/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
    url(/public/font/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
    url(/public/font/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
    url(/public/font/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
    url(/public/font/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
}

@font-face {
  font-family: Alibaba PuHuiTi-Medium;

  font-display: swap;

  src:url(/public/font/AlibabaPuHuiTi-3-65-Medium.eot) format('embedded-opentype'),
    url(/public/font/AlibabaPuHuiTi-3-65-Medium.otf) format('opentype'),
    url(/public/font/AlibabaPuHuiTi-3-65-Medium.ttf) format('TrueType'),
    url(/public/font/AlibabaPuHuiTi-3-65-Medium.woff) format('woff'),
    url(/public/font/AlibabaPuHuiTi-3-65-Medium.woff2) format('woff2');
}

@font-face {
  font-family: Alibaba PuHuiTi-Bold;

  font-display: swap;

  src:url(/public/font/AlibabaPuHuiTi-3-85-Bold.eot) format('embedded-opentype'),
    url(/public/font/AlibabaPuHuiTi-3-85-Bold.otf) format('opentype'),
    url(/public/font/AlibabaPuHuiTi-3-85-Bold.ttf) format('TrueType'),
    url(/public/font/AlibabaPuHuiTi-3-85-Bold.woff) format('woff'),
    url(/public/font/AlibabaPuHuiTi-3-85-Bold.woff2) format('woff2');
}

/*定义公共的变量*/

:root {
  --grey-bg: #FAFAFA;
  --color-grey: #FAFAFA;
  --color-black: 0 0 0;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section{
  display: block;
}

ol, ul, li{
  list-style: none;
}

blockquote, q{
  quotes: none;
}

blockquote:before, blockquote:after,
 q:before, q:after{
  content: '';
  content: none;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

/*input文本颜色placeholder文本颜色*/

input {
  color: #002837;
}

::-moz-placeholder {
  color: #919799;
}

::placeholder {
  color: #919799;
}

:-moz-placeholder {
  color: #919799;
}

/* custom */

a{
  text-decoration: none;
  /*-webkit-backface-visibility: hidden;*/
}

::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece{
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical{
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal{
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

.nav-scroll-stage::-webkit-scrollbar{
  width: 0px;
  height: 0px;
}

/* 整个滚动条 */

.navbar-according::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

button {
  border:unset;
}

.user-select{
  -moz-user-select:none;
  /* Firefox私有属性 */
  -webkit-user-select:none;
  /* WebKit内核私有属性 */
  /* IE私有属性(IE10及以后) */
  /* KHTML内核私有属性 */
  -o-user-select:none;
  /* Opera私有属性 */
  user-select:none;
  /* CSS3属性 */
}

@media (max-width: 1024px) {
  html, body{
    font-size:14px;
  }
}

@media (max-width: 768px) {
  ::-webkit-scrollbar{
    width: 6px;
    height: 6px;
  }
}

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

*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width:100%;
  font-size: 16px;
  font-weight: 100;
  color: #002837;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  font-family: Alibaba PuHuiTi-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  scroll-behavior: smooth;
}

html {
  overflow-y: scroll;
  background: #ffffff;
  -webkit-tap-highlight-color: rgb(var(--color-black)/0);
  scroll-behavior: smooth;
  /*-ms-text-size-adjust: 100%;*/
  /*-webkit-text-size-adjust: 100%;*/
  /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

body {
  font-size: 16px;
  font-weight: 400;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  font-family: Alibaba PuHuiTi-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  color: #002837;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:active,
a:hover {
  outline: 0;
}

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

/*需要重新设置字体大小*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

img {
  width: 100%;
  display: block;
  /*vertical-align: middle;*/
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

ul {
  list-style-type: none;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.col-lg-1 {
  width: 8.33333333%;
}

@media (max-width: 1024px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

/* 992 > md > 768 container-720*/

@media (max-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }
}

/* xs < 768 container-720*/

@media (max-width: 576px) {
  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }
}

/*定义公共的变量*/

:root {
  --green-color: #24B89E;
  --white-color:rgba(255,255,255,0.7);
  --grey-color: #616566;
}

/*实现css样式*/

/*绿色无序点*/

.left-point-green{
  list-style-type: disc;
  text-align: left;
  /*align-items: baseline; !* 使同一行文字的基线对其 *!*/
  /*width: 100%; !* 设置宽度为 100% *!*/
  margin-left: 1rem;
  /* 设置 marker 与文字之间的距离 */
}

.left-point-green::marker {
  width: 6px;
  height: 6px;
  color: var(--green-color);
  /* 实心点的颜色为指定颜色 */
  opacity: 1;
}

/*白色无序点*/

.left-point-white{
  list-style-type: disc;
  text-align: left;
  /*align-items: baseline; !* 使同一行文字的基线对其 *!*/
  /*width: 100%; !* 设置宽度为 100% *!*/
  margin-left: 1rem;
  /* 设置 marker 与文字之间的距离 */
}

.left-point-white::marker {
  width: 6px;
  height: 6px;
  color: var(--white-color);
  /* 实心点的颜色为指定颜色 */
  opacity: 1;
}

/*灰色无序点*/

.left-point-grey {
  list-style-type: disc;
  text-align: left;
  /*align-items: baseline; !* 使同一行文字的基线对其 *!*/
  /*width: 100%; !* 设置宽度为 100% *!*/
  margin-left: 1rem;
  /* 设置 marker 与文字之间的距离 */
}

.left-point-grey::marker {
  width: 6px;
  height: 6px;
  color: var(--grey-color);
  /* 实心点的颜色为指定颜色 */
  opacity: 1;
}

/*.close {*/

/*    text-shadow: none;*/

/*}*/

.container:after, .container:before {
  content: none;
}

.overflow-y-h {
  overflow-y: hidden;
}

/*按钮*/

/*按钮*/

.btn-l {
  /*width: 124px;*/
  /*height: 48px;*/
  width: 7.75rem;
  height: 3rem;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400!important;
  /*color: #FFFFFF;*/
  text-align: center;
  line-height: 48px!important;
  line-height: 3rem;
  margin-top: 2rem;
  padding: 0!important;
}

.btn-r {
  /*    width: 124px;
        height: 48px;*/
  width: 7.75rem;
  height: 3rem;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 48px;
  line-height: 3rem;
  margin-top: 2rem;
  margin-left: 1rem;
  padding: 0;
}

.btn-login {
  width: 104px;
  height: 40px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  line-height: 2.5rem;
}

.btn-base {
  color: #24B89E;
  border: 1px solid #24B89E;
}

.btn-white {
  background: #ffffff;
  color: #24B89E;
}

.btn-white:hover {
  background: #ffffff;
  color: #24B89E;
}

.btn-green {
  background: #24B89E;
  color: #ffffff!important;
}

.btn-green:hover {
  background: #28CCAF;
}

.btn-base-g {
  color: #24B89E!important;
  border: 1px solid #24B89E;
}

.btn-base-g:hover {
  background: #24B89E;
  color: #ffffff!important;
}

.btn-base-w {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-base-w:hover {
  color: #28CCAF;
  background: #ffffff;
}

.btn-subscribe {
  background: #002837;
  color: #ffffff;
}

.btn-black {
  background: #002837;
  color: #ffffff;
}

.btn-black:hover {
  background: #103440;
}

form .btn {
  border: unset;
  margin-left: 12px;
}

@media (max-width: 768px) {
  .btn-l,
    .btn-r {
    width: 7.5rem;
    height: 3rem;
  }
}

/*锚点*/

.anchor-box {
  height: 80px;
  margin-top: -80px;
  z-index: -1;
}

@media (max-width: 768px) {
  .anchor-box {
    height: 136px;
    margin-top: -136px;
  }
}

.section {
  width: 100%;
  position: relative;
}

.container {
  /* padding: 80px 0;
    padding: 5rem 0; */
  margin: 0 auto;
  /*margin-right: auto;*/
  /*margin-left: auto;*/
  max-width: 1200px;
  height: auto;
  position: relative;
  text-align: center;
  justify-content: center;
}

.container-header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

.container-py {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.header {
  width: 100%;
  height: 80px;
  max-height: 80px;
  position: sticky;
  top: 0;
  z-index: 95;
}

.is_scrolled {
  background: #ffffff;
}

.rmenu {
  position: fixed;
  right: 1rem;
  top: 72%;
  z-index: 9;
}

/* banner的间距 */

.container-pl {
  padding-left: 1rem;
}

@media (max-width: 1200px) {
  .banner .container-px {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* @media (max-width: 768px) { */

@media (max-width: 1024px) {
  body {
    /* padding-top: 60px; */
  }

  .header {
    height: 60px;
    max-height: 60px;
  }

  .navbar-mobile-menu .navbar-right {
    justify-content: center;
  }

  .navbar-mobile-menu .navbar-right li {
    width: 40%;
  }

  .navbar-mobile-menu .navbar-right a {
    width: 100%;
  }

  .container-px {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  .container-py {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/*导航栏登录注册*/

/*导航*/

.dropdown_icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.dropdown-lang .dropdown_icon {
  margin-left: 4px;
}

.sub-menu-thumb {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.sub-thumb-s {
  background-image: url("/public/svg/nav_sms.svg");
}

.sub-thumb-v {
  background-image: url("/public/svg/nav_voice.svg");
}

.sub-thumb-e {
  background-image: url("/public/svg/nav_email.svg");
}

.sub-thumb-i {
  background-image: url("/public/svg/nav_indus.svg");
}

.sub-thumb-sen {
  background-image: url("/public/svg/nav_sence.svg");
}

.sub-thumb-wa {
  background-image: url("/public/svg/nav_wa.svg");
}

.sub-thumb-new {
  width: 27px;
  height: 20px;
  background-image: url("/public/images/icon/nav_new.png");
  background-size: 100%;
  background-position-y: top;
  margin: 0;
  margin-left: 6px;
  vertical-align: baseline;
  position: absolute;
}

.policy-menu-thumb {
  background-image: url("/public/svg/nav_caret.svg");
  /*background-image: url("/public/svg/policy-thumb.svg");*/
  margin-left: 4px;
  transition: all .2s ease-out;
}

.beian-thumb {
  background-image: url("/public/images/beian.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: bottom;
}

.navbar-menu-lang img {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
}

/* @media (min-width: 768px) { */

@media (max-width: 1024px) {
  .sub-thumb-new {
    top:0;
  }
}

/* @media (max-width: 768px) { */

@media (max-width: 1024px) {
  .dropdown:hover .dropdown-menu, .dropdown.active .dropdown-menu {
    display: block;
  }

  .sub-menu-title {
    border-bottom: 1px solid #F2F2F2;
    padding: 16px 0;
  }

  .sub-menu-thumb {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
  }

  .sub-thumb-new {
    width: 27px;
    height: 18px;
    background-size: 100%;
    background-position-y: top;
  }

  .sub-menu-list {
    padding-left: 28px;
    width: 100%;
  }

  .sub-menu-list li {
    margin-top: 0px;
  }

  .sub-menu-list a {
    height: 48px;
    line-height: 48px;
    line-height: 3rem;
  }

  .dropdown-menu-list {
    width: 100%;
  }

  .icon-m {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/public/images/icon/open.svg);
    background-repeat: no-repeat;
    background-size: 81%;
    background-position: center;
    float: right;
  }

  /*    .navbar-toggle {
            display: block;
            flex: 1 1 auto;
            width: auto;
            background-color: transparent;
            background-image: none;
            border: unset;

        }
        .navbar-toggle:focus {
            outline: 0;
        }
        .navbar-default .navbar-toggle {
            border-color: #ddd;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }
        .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }
        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }
        .navbar-inverse .navbar-toggle {
            border-color: #333;
        }
        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }*/
}

/* 导航栏index */

.navbar {
  background: #ffffff;
  position: relative;
  z-index:95;
}

.navbar-default {
  height: 100%;
  background: #ffffff;
  border-bottom: 1px solid #F2F2F2;
  opacity: 1;
}

.container-navbar {
  height: 79px;
  background: #ffffff;
  justify-content: space-between;
  margin-inline: auto;
  position: relative;
  width: 100%;
  z-index: 95;
  padding: 0;
  /*border-bottom: 1px solid #F2F2F2;*/
}

.container-navbar button{
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.navbar-mobile-close {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin-right: 0;
}

.navbar-right {
  display: flex;
  align-items: center;
}

.navbar-menu-section {
  width: 100%;
  height: 80px;
  min-height: 80px;
}

.navbar-menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding-left:1rem;*/
}

.navbar-menu {
  flex: unset;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: auto;
  /*gap: 24px;*/
  margin: 0;
  position: relative;
}

.navbar-menu.navbar-menu-lang {
  display: block;
}

.navbar-menu .dropdown-menu {
  display:flex;
  gap: 48px;
  min-width: auto;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: -500px;
  /*top: 99%;*/
  left: 0;
  /*transform: translateX(-0%);*/
  padding: 2rem;
  margin-top: 1px;
  border: none;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.6);
  /*box-shadow: 0px 20px 50px 0px rgb(215 215 215);*/
  /*box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);*/
  transition: opacity .3s ease-out;
}

.navbar-menu .dropdown-menu.dropdown-solution {
  transform: translateX(-4%);
}

.navbar-menu .dropdown-menu.dropdown-dev {
  transform: translateX(-10%);
}

.navbar-menu .dropdown-menu.dropdown-resource {
  transform: translateX(-8%);
}

.navbar-menu .dropdown-menu.dropdown-about {
  transform: translateX(-8%);
}

.navbar-menu .dropdown-menu.dropdown-lang {
  transform: translateX(-1%);
}

.navbar-menu .dropdown.active .dropdown-menu {
  opacity: 1;
  z-index: 1;
  top: 99%;
}

.dropdown {
  position: relative;
}

.dropdown-menu .dropdown-menu-list {
  width: auto;
}

.dropdown-menu.dropdown-solution .dropdown-menu-list,
.dropdown-menu.dropdown-product .dropdown-menu-list {
  min-width: 156px;
}

.dropdown-menu .sub-menu-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
  font-weight: 500;
  color: #002837;
  line-height: 19px;
  line-height: 1.125rem;
  text-align: left;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ededed;
  /*border-bottom: 1px solid #F2F2F2;*/
  min-width: 100px;
  /*min-width: 160px;*/
}

.dropdown-menu .sub-menu-list {
  width: 100%;
}

.dropdown-menu .sub-menu-list li{
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

.dropdown-menu .sub-menu-list li:last-child {
  margin-bottom: 0;
}

.dropdown-menu .sub-menu-list a{
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi;
  font-weight: 400;
  color: #616566;
  text-align: left;
  padding: 0;
  width: auto;
  line-height: 32px;
  line-height: 2rem;
  white-space: nowrap;
  display: inline-block;
}

.dropdown-menu .sub-menu-list a:hover{
  color: #24B89E;
}

.navbar-mobile-menu .navbar-according-dropdown-section ul li a.new,
.dropdown-menu .sub-menu-list a.new {
  position: relative;
}

.dropdown-toggle {
  line-height:80px;
  line-height: 5rem;
  display: block;
  height: 80px;
  padding: 0 10px;
}

.navbar-menu-lang .dropdown-toggle {
  padding: 0;
}

.navbar-thumb {
  background-image: url("/public/svg/nav_caret_up.svg");
  transition: all .15s;
}

.dropdown:hover .dropdown-toggle, .dropdown.active .dropdown-toggle {
  color: #24B89E;
  text-decoration: none;
}

.dropdown:hover .navbar-thumb, .dropdown.active .navbar-thumb {
  background-image: url("/public/svg/nav_caret_g.svg");
  transform: rotate(180deg);
}

.dropdown-toggle:hover+.dropdown-menu,
.dropdown.active .dropdown-menu,
.navbar-menu  .dropdown-menu:hover
{
  opacity: 1;
  z-index: 99;
  top: 99%;
  /*transition: opacity .1s ease-out;*/
}

.dropdown-wrapper {
  display:flex;
  gap: 48px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: -500px;
  /*top: 99%;*/
  left: 0;
  /*transform: translateX(-0%);*/
  padding: 2rem;
  margin-top: 1px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);
  transition: opacity .3s ease-out;
}

.navbar-right {
  width: auto;
  /* display: flex; */
  display: grid;
  grid-template-columns: 0.9fr 0.5fr 1fr;
  align-items: center;
  gap: 8px;
  float: none!important;
  margin: 0!important;
}

.navbar-login:hover a {
  color: #24B89E;
}

/*移动*/

.navbar-mobile-menu {
  /* overflow: auto; */
  position: absolute;
  left: 0;
  top: -9999px;
  opacity: 0;
  z-index: -1;
  transition: opacity .2s ease-out;
  /*    width: 100%;
        height: 100vh;
        min-height: calc(100vh - 72px);*/
}

.nav-scroll-stage {
  height: calc(100vh - 140px);
  overflow-y: auto;
}

/* @media (max-width: 768px) { */

/* 1024及以下 导航栏均收起 */

@media (max-width: 1024px) {
  .container-navbar {
    height: 60px;
    flex-wrap: unset;
    flex-direction: column;
    /*justify-content: center;*/
    justify-content: flex-start;
    border-bottom: 1px solid #F2F2F2;
  }

  .navbar-mobile-menu {
    width: 100%;
    height: 100vh;
    min-height: calc(100vh - 60px);
  }

  .navbar-according {
    overflow-y: auto;
    height: calc(100% - 160px);
    /*header80+footer80*/
  }

  .navbar-mobile-menu button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    color: #616566;
    border-bottom: 1px solid #eeeeee;
  }

  .navbar-mobile-menu button span,
    .navbar-mobile-menu button a {
    font-size: 16px;
    font-size: 1rem;
    color: #616566;
  }

  .navbar-according-btn svg {
    width: 1rem;
    display: block;
    height: auto;
    margin: 0;
  }

  .navbar-according-content {
    display: none;
    border-bottom: 1px solid #eeeeee;
  }

  .navbar-according-dropdown {
  }

  .navbar-according-dropdown-section {
    padding: 1.5rem 2rem 1.5rem;
  }

  .navbar-according-dropdown-section .navbar-according-dropdown-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
  }

  .navbar-according-dropdown-section .navbar-according-dropdown-title svg {
    width: 20px;
    height: auto;
    margin: 0;
  }

  .navbar-according-dropdown-section ul {
    display: grid;
    gap: 1rem;
  }

  .navbar-according-dropdown-section li {
    text-align: left;
  }

  .navbar-according-dropdown-section li a {
    line-height: 20px;
    line-height: 1.25rem;
  }

  .navbar-according-dropdown-section li a:focus{
    color: #24B89E;
    text-decoration: underline;
  }

  .navbar-according-item .navbar-according-btn>svg {
    stroke: #002837;
  }

  .navbar-according-item.active .navbar-according-btn>svg {
    transform: rotate(180deg);
    stroke: #24B89E;
  }

  .navbar-according-item.active .navbar-according-content {
    display: block;
  }

  .container-navbar.open {
    min-height: 100vh;
  }

  .container-navbar.open .navbar-mobile-menu {
    left: 0;
    top: 60px;
    z-index: 1;
    opacity: 1;
  }

  .container-navbar.open .navbar-mobile-menu .navbar-menu-lang {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-menu .dropdown-menu.dropdown-lang {
    display: none;
  }

  .container-navbar.open .navbar-mobile-menu .dropdown-menu.dropdown-lang {
    display:flex;
    top: -158%;
    left: 50%;
    transform: translateX(-50%);
  }

  .container-navbar.open .navbar-mobile-menu .dropdown-lang .sub-menu-list {
    padding: 0 16px;
  }

  .container-navbar.open .navbar-mobile-menu .dropdown-lang .sub-menu-list a {
    line-height: 1.5;
    height: auto;
  }

  .dropdown-menu.dropdown-lang .sub-menu-list li:first-child {
    margin-bottom: 16px;
  }

  .navbar-menu-section {
    height: 60px;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
  }

  .navbar-menu-section .navbar-menu,
    .navbar-menu-section .navbar-right
    {
    display: none;
  }

  .navbar-mobile-close {
    display: block;
  }

  .navbar-according-item.active .navbar-according-btn {
    background: #F8F8F9;
    color: #24B89E;
  }

  .navbar-right {
    display: flex   ;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

/* 导航栏index end */

.navbar-brand {
  /*float: left;*/
  /*padding: 1rem 8px;*/
  /*padding: 1rem 1rem;*/
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0!important;
  margin: 0!important;
  float: none!important;
  /*height: 80px;*/
  /*width: 100%;*/
}

.navbar-brand > img {
  display: block;
}

@media (max-width: 768px) {
  .navbar-brand {
    padding: 0;
    float: unset;
  }

  .navbar-brand > img {
    width: 100px;
  }
}

/*页脚*/

footer {
  border-top: 1px solid #E4E4E4;
}

.container.container-footer {
  display: flex !important;
  flex-wrap: wrap;
  padding: 5rem 1rem 3.5rem;
  float: unset;
}

.container-copyright .container {
  display: flex !important;
  flex-wrap: wrap;
  float: unset;
  justify-content: space-between;
  align-items: center;
  padding: 1.3rem 0;
  /*padding: 1.625rem 0;*/
  border-top: 1px solid #F1F1F1;
}

.container-copyright .copyright-info {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.container-copyright .copyright-info img {
  width: auto;
  max-width: 40px;
  display: inline-block;
  cursor: pointer;
}

.footer-logo-unit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /*gap: 1rem;*/
}

.footer-logo-unit .footer-logo-unit-w {
  display: block;
}

.footer-logo-unit.footer-logo-unit-p {
  display: none;
  margin-top: 1.5rem;
}

.footer-sitemap {
  height: auto;
  display: flex;
  justify-content: end;
  gap: 120px;
  /* display: grid; */
  /*grid-template-columns: repeat(4, 1fr);
    /*grid-template-rows: 1fr;*/
  /*justify-items: end;*/
}

.footer-sitemap-list-item {
  padding: 0;
  /* width: 41%; */
  width: auto;
  height: auto;
  /* float: left; */
  margin-right: 0;
  text-align: left;
  /*text-align: left;*/
  /*padding: 0;*/
}

/* .footer-sitemap-list-item:nth-last-child(3) {
    width: 16%;
}
.footer-sitemap-list-item:nth-last-child(1),
.footer-sitemap-list-item:nth-last-child(2) {
    width: 16%;
    margin-top: 2rem;
} */

.footer-sitemap-list-item:nth-last-child(2) {
  /* width: 16%; */
}

.footer-sitemap-list-item:nth-last-child(1) {
  display: none;
  /* width: 16%; */
  /* margin-top: 2rem; */
}

.footer-sitemap-list-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #002837;
  line-height: 1rem;
}

.footer-sitemap-list-content li {
  margin-bottom: 1rem;
  text-align: left;
}

.footer-sitemap-list-content li a{
  font-size: 14px;
  font-size: 0.85rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 14px;
  line-height: 0.875rem;
  width: 100%;
  display: inline-block;
  text-align: left;
}

.footer-sitemap-list-content li.footer-sitemap-list-title a {
  font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  color: #002837;
  margin-top: 2rem;
}

.footer-sitemap-list-content {
  margin-top: 1.5rem;
}

.footer-sitemap-list-content.footer-colla-content a:hover {
  color: #24B89E;
}

.footer-sitemap-list-connect {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  gap: 12px;
}

.footer-sitemap-list-connect span {
  display: block;
}

/*2张二维码*/

/*.footer-sitemap-qr {
    width: 5.25rem;
    height: 5.25rem;
}*/

/*1张二维码*/

.footer-sitemap-qr {
  width: 7rem;
  height: 7rem;
  margin-top: 1rem;
}

.footer-sitemap-qr-text {
  margin: 8px auto .5rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 14px;
  line-height: 0.875rem;
}

.footer-sitemap-linked {
  width: 1.2rem;
  height: 1.2rem;
  /*width: 1.5rem;*/
  /*height: 1.5rem;*/
}

.footer-border {
  border-top: 1px solid #F1F1F1
}

.footer-logo-a {
  display: block;
}

.footer-logo {
  width: 33%;
  max-width: 6.25rem;
}

.footer-connect-info {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #919799;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 8px;
}

.footer-connect-info.slogan-info {
  color: #002837;
  margin: 1rem 0;
}

.tel-info {
  font-size: 24px;
  font-size: 1.5rem!important;
  font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
  font-weight: bold;
  color: #002837;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 1rem 0;
}

.footer-connect-info span {
  /*display: block;*/
  color: #919799;
  line-height: 16px;
  line-height: 1rem;
  text-align: left;
}

.footer-connect-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.footer-logo-unit.footer-logo-unit-p .footer-connect-links {
  margin-top: 2rem;
}

.footer-sitemap-h2 {
  padding-top: 32px;
  padding-bottom: 10px;
  text-align: left;
}

.trusted-by a {
  width: 115px;
  border-radius: 4px;
}

.trusted-by a img{
  width: auto;
  height: 4rem;
  margin: auto;
}

.container-copyright a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #919799;
  line-height: 14px;
  line-height: 0.875rem;
  display: inline-block;
  margin-right: 1.5rem;
  text-decoration: underline;
}

.copyright-info a {
  text-decoration: none;
  cursor: default;
}

.container-copyright a.copyright-lang {
  font-size: 14px;
  font-size: 0.85rem;
  font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  color: #002837;
  line-height: 14px;
  line-height: 0.875rem;
  margin-left: 1rem;
  margin-right: 0;
  text-decoration: none;
}

.container-copyright .copyright-lang img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 4px;
}

.friend-links {
  text-align: left;
  margin: 0 auto;
  padding: 0 0 10px;
}

.friend-links a, .friend-links span {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Alibaba PuHuiTi-Light", "Alibaba PuHuiTi", Arial, "Microsoft YaHei", 黑体, 宋体, 微软雅黑, sans-serif;
  font-weight: 400;
  color: rgb(145, 151, 153);
  line-height: 14px;
  line-height: 0.875rem;
  display: inline-block;
}

.friend-links a {
  margin-right: .5rem;
}

/* @media (max-width: 768px) { */

@media (max-width: 1024px) {
  .container.container-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0 3rem;
  }

  .container-copyright {
    background: #F1F1F1;
  }

  .container-copyright .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
  }

  .footer-logo-unit {
    justify-content: center;
    align-items: flex-start;
    width: 75%;
  }

  .col-md {
    width: 75%;
  }

  .footer-logo-unit .footer-logo-unit-w {
    display: none;
  }

  .footer-logo-unit.footer-logo-unit-p {
    display: block;
  }

  .footer-logo-unit.footer-logo-unit-p .footer-connect-links {
    margin-top: 1rem;
  }

  .footer-sitemap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .footer-sitemap-list,
    .footer-sitemap-list-content li {
    text-align: center;
  }

  .footer-sitemap-list-content li.footer-sitemap-list-title {
    display:none;
    padding: 0;
  }

  .footer-sitemap-list-item {
    width: 100%;
    padding: 0 1rem;
  }

  .footer-sitemap-list-title {
    width: 100%;
    padding: 1.5rem 0;
    text-align: left;
  }

  .footer-sitemap-list-item:nth-last-child(1),
    .footer-sitemap-list-item:nth-last-child(2) {
    width: 100%;
    margin-top: 0rem;
  }

  /* .footer-sitemap-list-item:nth-last-child(3) {
        width: 100%;
    } */

  .footer-sitemap-list-item:nth-last-child(1) {
    display:block;
  }

  .footer-sitemap-list-content,
    .footer-sitemap-list-content li {
    margin-top: 0;
  }

  .footer-sitemap-list-connect {
    display: flex;
    justify-content: flex-start;
    /*justify-content: center;*/
    gap: 1rem;
    /*margin-top: 1rem;*/
  }

  .footer-sitemap-list-connect.trusted-by {
    margin-top: 0;
    justify-content: flex-start;
  }

  .footer-sitemap-list-connect a {
    margin-right: 1rem;
  }

  .footer-sitemap-list-connect a:nth-of-type(4) {
    margin-right: 0;
  }

  .footer-sitemap-qr {
    width: 6.25rem;
    height: 6.25rem;
  }

  .footer-sitemap-linked {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-logo-a{
    margin-bottom: 1rem;
  }

  .tel-info {
    font-size: 24px;
    font-size: 1.5rem!important;
    font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
    font-weight: bold;
    color: #002837;
    line-height: 28px;
    line-height: 1.75rem;
    margin: 1rem 0;
  }

  .trusted-by a {
    margin: 0;
  }

  .container-copyright {
    display: flex;
    flex-direction: column;
  }

  /*.container-copyright a,*/

  /*.container-copyright a.copyright-lang {*/

  .container-copyright a {
    margin: 0 0 1rem;
  }

  .copyright-menu {
    flex-direction: column;
    gap: 1.5rem;
  }

  .copyright-menu a {
    padding: 6px 10px;
  }

  .container-copyright .copyright-info a {
    margin: 0;
  }

  .container-copyright .copyright-info {
    margin-bottom: 1rem;
  }

  /*底部 收起*/

  .turn-thumb {
    width: 1rem;
    height: 1rem;
    background-image: url("/public/svg/nav_caret.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: right;
  }

  .colla-show .turn-thumb {
    /*background-image: url("/public/svg/nav_caret_g.svg");*/
    transform: rotateX(180deg);
  }

  .container-footer .footer-collapse {
    margin-top: 1rem;
  }

  .container-footer .footer-colla-item {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
  }

  .container-footer .footer-colla-content {
    display: none;
    padding-left: 0.5rem;
  }

  .footer-colla-item.colla-show .footer-colla-content {
    display: block;
  }

  .container-footer .footer-colla-content li {
    text-align: left;
  }

  /*底部 收起 end*/
}

/*认证证书*/

.certificate-content {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:  rgb(145 151 153 / 50%);
  z-index: 999999;
  cursor: pointer;
}

.certificate-content img {
  display: none;
  width: auto;
  max-width: 900px;
  height: auto;
  max-height: 84%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certificate-content.active,
.certificate-content img.active {
  display: block;
}

@media (max-width: 768px) {
  .certificate-content.active {
    height: auto;
  }

  .certificate-content img.active {
    width: 94%;
    height: auto;
  }
}

/*页脚 end*/

/*sitemap*/

.container.container-sitemap {
  padding: 5rem 0 7.5rem;
}

.container-sitemap .container-title {
  margin-bottom: 4.375rem;
}

.nav {
  margin: 0;
}

.nav-item {
  margin-top: 3rem
}

.nav-item:first-child {
  margin-top: 0
}

.nav-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 500;
  color: #002837;
  text-align: left;
  line-height: 28px;
  line-height: 1.75rem;
  width: 100%;
}

.nav-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  margin-top: 1rem;
}

.nav-a {
  font-size: 16px;
  font-size: 1rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  color: #616566;
  line-height: 24px;
  line-height: 1.5rem;
  text-decoration: underline;
}

.nav-a:hover {
  color: #24B89E;
}

@media (max-width: 768px) {
  .container.container-sitemap {
    padding: 4rem 1rem 7.5rem;
  }

  .container.container-sitemap .title-after-green-l::after {
    left: 0;
  }

  .nav-links {
    gap: 1rem 0;
  }

  .nav-a {
    width: 33%;
    text-align: left;
  }
}

/*sitemap end*/

/*zuoxi start*/

.CustomerServiceEntry {
  position: fixed;
  right: 8px;
  bottom: 32px;
  width: 44px;
  height: 44px;
  border-radius: 90px;
  z-index: 9999;
  cursor: pointer;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: .5s;
  transition: all .2s linear;
}

.CustomerServiceEntry:hover {
  transform: scale(1.1, 1.1);
}

.CustomerServiceBtn {
  border: unset;
  background: #002837;
  width: 100%;
  height: 100%;
  border-radius: 90px;
  cursor: pointer;
  transition: all .2s linear;
}

.CustomerServiceBtn svg {
  width: 20px;
  height: auto;
  margin: auto;
  display: block;
  margin-bottom: 2px;
}

.CustomerServiceBtn:hover {
  transform: scale(1.1, 1.1);
}

.CustomerServiceBtn:hover .CustomerServiceBtn svg {
  transform: scale(1.14, 1.14);
}

.CustomerService {
  position: relative;
}

.CustomerServiceEntry .leader-unit {
  display: block;
  position: absolute;
  bottom: 140%;
  right: 6px;
  animation-duration: .7s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  transition: all .2s ease-in-out;
}

.CustomerServiceEntry .leader-unit.leader-hide {
  display: none;
  animation-duration: .4s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  transition: all .2s ease;
}

.CustomerServiceEntry .leader-desc {
  box-shadow: 0 6px 14px rgb(85 124 205) inset, 0 1px 10px rgb(58 74 106 / 70%);
  background: linear-gradient(135deg, #5d7cbb 0%, #557ccd 100%);
  border-radius: 12px;
  padding: 0.8rem 1.7rem 1rem;
  width: 180px;
  transition: all .5s ease;
}

.CustomerServiceEntry .leader-unit svg {
  width: 18px;
  height: auto;
  position: absolute;
  top: -32%;
  right: 6px;
}

.CustomerServiceEntry .leader-unit p{
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  line-height: 1rem;
  color: #ffffff;
  margin-bottom: 0;
}

.CustomerServiceEntry .leader-unit p.help{
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 4px;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*zuoxi end*/

/*下拉框*/

/*基础样式 */

.mod-wrapper-select {
  position: relative;
  cursor: pointer;
}

.mod-select-title {
}

.mod-select-item {
  position: absolute;
  opacity: 0;
  /*width: 100%;*/
  padding: .5rem 0;
  background: #ffffff;
  box-shadow: -13px -2px 66px 0 rgba(229,229,229,0.5);
  border: 1px solid rgba(229,229,229,0.3);
  border-radius: 12px;
  z-index: -1;
  transition: all .5s ease;
}

/*.mod-select-option a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    line-height: 14px;
    padding: .5rem 1rem;
    text-decoration: none;
}*/

.mod-select-option {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #616566;
  background: #ffffff;
  line-height: 14px;
  line-height: 0.875rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.mod-wrapper-select .mod-select-option:hover {
  color: #24B89E;
  background: #FAFAFA;
}

.mod-wrapper-select.open .mod-select-item {
  z-index: 1;
  opacity: 1;
}

.mod-wrapper-select select,
.mod-wrapper-select .select-products {
  background: url('/public/svg/nav_caret_grey.svg') 24px center no-repeat;
  background-size: 14px;
  background-position: 96%;
}

.mod-wrapper-select .select-products {
  line-height: 38px;
  line-height: 2.375rem;
  padding: 0 1rem;
  background-position: 98%;
}

xm-select > i.xm-icon,
.layui-form-select .layui-edge {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  margin-top: 0;
  border: none;
  background: url(/public/svg/down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*基础样式 end*/

/*语言切换*/

.mod-wrapper-lang {
  width: auto;
  display: inline-block;
  float: unset;
}

.mod-wrapper-lang .mod-select-title {
  font-size: 14px;
  font-size: 0.85rem;
  font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  color: #002837;
  line-height: 14px;
  line-height: 0.875rem;
  margin-left: 1rem;
  margin-right: 0;
  text-decoration: none;
}

.mod-wrapper-lang .mod-select-title img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 4px;
}

.mod-wrapper-lang .mod-select-item {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: .75rem 0;
  min-width: 120px;
  border: 1px solid rgba(229,229,229,0.2);
}

.mod-wrapper-lang.open .mod-select-item {
  bottom: 100%;
}

.mod-wrapper-lang.open .policy-menu-thumb {
  /*background-image: url("/public/svg/nav_caret_g.svg");*/
  transform: rotateX(180deg);
}

.mod-wrapper-lang .mod-select-option {
  width: 100%;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  text-align: center;
}

.mod-wrapper-lang .mod-select-option a {
  text-align: center;
  font-size: 14px;
  font-size: 0.85rem;
  color: #002837;
  line-height: 18px;
  line-height: 1.125rem;
  margin: auto;
  padding: 6px 10px;
  text-decoration: none;
}

.mod-wrapper-lang .mod-select-option:hover a {
  color: #24B89E;
}

@media (max-width: 768px) {
  .mod-wrapper-lang .mod-select-title {
    margin: auto;
  }

  .mod-wrapper-lang .mod-select-item {
    left: 25%;
  }

  .mod-wrapper-lang .mod-select-option {
    padding: .5rem 1rem;
  }
}

/*语言切换end*/

/*联系我们-国家下拉框*/

.select-connect-c .mod-select-item {
  top: 0;
}

.select-connect-c.open .mod-select-item {
  top: 100%;
  opacity: 1;
}

/*联系我们-国家下拉框 end*/

/*联系我们-表单 */

.select-form .mod-select-item {
  top: 0;
}

.select-form.open .mod-select-item {
  top: 100%;
  opacity: 1;
}

.select-multiple .mod-select-item {
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  top: 0;
  padding: .5rem 1rem 1rem 1.5rem;
}

.select-multiple .mod-select-item::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

.select-multiple .mod-select-item .icon-guanbi {
  font-size: 20px;
  font-size: 1.25rem;
}

.select-multiple .mod-select-item .icon-guanbi:hover {
  color: #24B89E;
  background: rgba(229,229,229,0.3);
}

.select-multiple .mod-select-item .option-guanbi {
  position: absolute;
  top: 1rem;
  left: 90%;
  width: auto;
  padding: 4px;
  cursor: pointer;
}

.select-multiple.open .mod-select-item {
  top: 100%;
  opacity: 1;
}

.select-multiple.open:hover .mod-select-item {
  top: 100%;
  opacity: 1;
}

.select-multiple li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.85rem;
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #616566;
  padding: 8px 0;
  line-height: 20px;
  line-height: 1.25rem;
  text-decoration: none;
}

.select-multiple .option-title {
  font-size: 16px;
  font-size: 1rem;
  color: #919799;
  margin-top: 8px;
}

.option-multiple .iconfont {
  display: none;
  float: right;
  margin-right: 2rem;
}

.option-multiple.option-checked .iconfont {
  display: inline-block;
  color: #24B89E;
}

.option-multiple.option-checked {
  color: #24B89E;
}

.select-multiple .mod-select-item .option-multiple {
  padding-left: 2rem;
  cursor: pointer;
}

.select-multiple .option-multiple:hover {
  color: #24B89E;
  background: #FAFAFA;
}

/*联系我们-表单 end*/

/*热招岗位*/

.select-job .mod-select-item {
  left: 0;
  top: 100%;
  z-index:-1;
  transition: all .08s ease;
  /*visibility: hidden;*/
}

.select-job.open .mod-select-item {
  top: 102%;
  opacity: 1;
  z-index:1;
  /*visibility: visibile;*/
}

.select-job .default-name {
  color: #919799;
}

/*热招岗位 end*/

/*新闻*/

.select-news .layui-input {
  color: #002837;
}

.select-news .mod-select-option a {
  line-height: 20px;
  line-height: 1.25rem;
}

.select-news .mod-select-item {
  left: 0;
  top: 0;
  z-index: -1;
}

.select-news.open .mod-select-item {
  top: 102%;
  opacity: 1;
  z-index:1;
}

/*新闻 end*/

/*下拉框 end*/

/*搜索结果*/

.section-search-result {
  padding-top: 2rem;
}

/*搜索结果end*/

/*侧边栏*/

.izl-rmenu {
  right: -50px;
  width: 48px;
  position: fixed;
  bottom: 84px;
  z-index:999;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: .5s;
  transition: all .2s linear;
}

.rmenu-content,
.rmenu-item.topBack {
  box-shadow: #DDD 0px 1px 5px;
}

.izl-rmenu .iconfont {
  color: #919798;
  width: 100%;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
}

.rmenu-item {
  position: relative;
  display: block;
  width: 48px;
  height: 44px;
  /* height: 64px; */
  background-color: #ffffff;
  z-index: 9999;
  text-align: center;
  font-weight: 300;
  padding: 10%;
  border-bottom: 1px solid #dbdde2;
  cursor: pointer;
}

.rmenu-content .rmenu-item:first-child {
  border-radius: 6px 6px 0 0;
}

.rmenu-content .rmenu-item:last-child {
  border-radius: 0 0 6px 6px;
}

/* tg 保持绿色bg */

.rmenu-content .rmenu-item.i_tg {
  background-color: #24B89E;
}

.rmenu-content {
  border-radius: 6px;
}

.rmenu-item.topBack {
  height: auto;
  border: 0;
  border-radius:6px;
  height: 48px;
  margin-top: 10px;
  opacity: 0;
}

.rmenu-item.topBack.active {
  opacity: 1;
}

.rmenu-item.topBack .iconfont {
  color: #616566;
}

.rmenu-item:hover {
  background-color: #24B89E;
}

.rmenu-item:hover .iconfont,
.rmenu-item:hover .i_title
{
  color: #ffffff;
}

.izl-rmenu .icon-telegram {
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffffff;
}

.izl-rmenu .icon-weixin {
  font-size: 28px;
  font-size: 1.75rem;
}

.izl-rmenu .i_trial {
  /*top: 52%;*/
  /* height: 80px; */
  border-bottom: 0;
}

.i_title {
  font-size: 12px;
  font-size: 0.75rem;
  color: #616566;
  width: 70%;
  display: inline-block;
  white-space: normal;
}

.rmenu-hover-menu {
  display: none;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0;
}

.rmenu-hover-menu-inner {
  background: #FFF;
  width: 97%;
  color: #24B89E;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 4px;
  line-height: 26px;
  line-height: 1.625rem;
  padding: 14px;
  margin-left: 0;
}

.izl-rmenu a.rmenu-item:hover .rmenu-hover-menu {
  display:inline !important;
}

.izl-rmenu .i_close {
  position: absolute;
  right: 58px;
  width: 44px;
  background-color: #002837;
  border-bottom: none;
  border-radius: 100px;
  margin: 1rem 0 auto auto;
  padding:4px;
}

.izl-rmenu .i_close svg {
  margin: 8px auto;
}

@media (min-width: 769px) {
  .izl-rmenu .i_close svg {
    transform: rotate(180deg);
  }

  .izl-rmenu.open .i_close svg {
    transform: rotate(0deg);
  }

  .izl-rmenu.open .rmenu-content,
    .izl-rmenu.open .topBack
    {
    transition: all .2s ease-out;
    transform: translate(0);
  }

  .izl-rmenu .rmenu-content,
    .izl-rmenu .topBack
    {
    transition: all .2s .2s ease-out;
    transform: translate(-120%);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .izl-rmenu .i_close svg {
    transform: rotate(0deg);
  }

  .izl-rmenu.open .i_close svg {
    transform: rotate(180deg);
  }

  .izl-rmenu .rmenu-content,
    .izl-rmenu .topBack
    {
    transition: all .2s ease-out;
    transform: translate(0%);
  }

  .izl-rmenu.open .rmenu-content,
    .izl-rmenu.open .topBack
    {
    transition: all .2s .2s ease-out;
    transform: translate(-120%);
    opacity: 1;
  }
}

/*侧边栏end*/

form label.error {
  min-width: 100px;
  background: rgb(230 230 230 / 40%);
  color: #ffffff;
  padding: 6px 8px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);
  margin-top: 10px;
  position: absolute;
  right: 0;
  /*right: -28%;*/
  top: -18%;
  font-size: 14px;
  font-size: 0.875rem;
  background: #24B89E;
  z-index: 2;
}

form label.error:after {
  position: absolute;
  top: 20%;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #24B89E;
  left: -18%;
}

form.form-g label.error {
  background: #002837;
  color: #ffffff;
  padding: 6px 8px;
  border-radius: 6px;
  box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);
  margin-top: 10px;
  position: absolute;
  right: -28%;
  top: -18%;
}

form.form-g label.error:after {
  position: absolute;
  top: 20%;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: #002837;
  left: -14%;
}

form label#policy_agree-error {
  left: 40%;
  right: 45%;
  margin-top: 0;
}

/* 全屏弹框 */

.pop__screen-full {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: transparent; */
  background-color: rgb(0 0 0 / 40%);
  z-index: 999999;
}

.pop__container {
  width: 25%;
  margin: auto;
  position: relative;
  top: 16%;
}

@media (max-width: 1024px) {
  .pop__container {
    width: 65%;
    top: 11%;
  }
}

@media (max-width: 768px) {
  .pop__container {
    width: 85%;
    top: 13%;
  }
}

.pop__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-radius: 20px;
  padding: 20px 32px 40px;
}

.pop__images {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.pop__images div {
  position: relative;
  cursor: pointer;
}

.pop__images div:hover {
  scale: 1.1;
  transition-delay: 50ms;
  transition-duration: 300ms;
  transition-property: all;
  /* transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); */
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.pop__images a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 28px;
  z-index: 1;
}

.pop__images img {
  width: 100%;
  max-height: 60px;
  filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}

.pop__close {
  width: 54px;
  margin: auto;
  margin-top: 32px;
  cursor: pointer;
}

.pop__close:hover {
  scale: 1.1;
  transition-delay: 50ms;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .multiple-title {
    font-size: 38px;
    line-height: 54px;
  }

  .multiple-title span {
    font-size: 54px;
    line-height: 54px;
  }
}

.affiliate-content .affiliate-lsit li {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 15px;
  border-radius: 20px;
}

.affiliate-content .affiliate-lsit li:hover {
  background-color: #f8f9fd;
}

.affiliate-content .affiliate-lsit h3,
.affiliate-content .affiliate-img h3 {
  margin-bottom: 15px;
}

.affiliate-content .affiliate-lsit p,
.affiliate-content .affiliate-img p
{
  font-size: 16px;
  line-height: 24px;
  color: #535257;
}

@media (max-width: 1023px) {
  .affiliate-content .affiliate-lsit {
    width: 100%;
  }

  .affiliate-content .affiliate-lsit li {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .affiliate-content .affiliate-lsit li {
    width: 600px;
    height: 160px;
    padding: 25px;
  }
}

.affiliate-lsit .active {
  background-color: #f8f9fd;
}

.affiliate-img .img {
  display: none;
}

.affiliate-img .active {
  display: block;
}

@media (max-width: 1024px) {
  .affiliate-img .img {
    display: block;
  }
}

.steps-list li {
  border: 1px solid #E7E8EC;
  border-radius: 24px;
  background: linear-gradient(180deg, #FDFDFE 0%, #F2F4F9 100%);
  box-shadow: 0px 5px 15px 0px #D9DCE5;
}

.swiper-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  border-radius: 10px;
  background-color: #f8f9fd;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}

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

@media (max-width: 1023px) {
  .swiper-content .swiper-slide {
    height: 268px;
  }
}

@media (max-width: 768px) {
  .swiper-content .swiper-slide {
    height: 250px;
  }
}

@media (max-width: 568px) {
  .swiper-content .swiper-slide {
    height: 250px;
  }
}

@media (max-width: 450px) {
  .swiper-content .swiper-slide {
    height: 300px;
  }

  .banner-title {
    font-size: 32px;
  }
}

@media (max-width: 400px) {
  .swiper-content .swiper-slide {
    height: 100%;
    margin-top: 0;
  }

  .btn-16-44{
    font-size: 14px;
  }

  .multiple-title{
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .swiper-content .swiper-slide {
    border-radius: 24px;
  }

  .banner-title {
    margin-top: 150px;
  }
}

.swiper-content .swiper-slide h2 {
  font-weight: 600;
  line-height: 30px;
  color: #121123;
}

.swiper-content .swiper-slide span {
  color: #83838a;
  line-height: 24px;
}

.swiper-content .swiper-slide p {
  display: block;
  line-height: 24px;
}

.swiper-button {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #24B89E;
  /* background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #24B89E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 22 95 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #24B89E var(--tw-gradient-to-position); */
}

.swiper-next:hover .svg-next01 {
  display: none;
}

.swiper-next:hover .svg-next02 {
  display: block;
}

.swiper-prev:hover .svg-prev01 {
  display: none;
}

.swiper-prev:hover .svg-prev02 {
  display: block;
}

.swiper-button.swiper-next {
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button.swiper-prev {
  left: -4%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1300px) {
  .swiper-button.swiper-next {
    right: 5%;
  }

  .swiper-button.swiper-prev {
    left: 5%;
  }
}

@media (max-width: 1024px) {
  .swiper-button {
    display: none;
  }
}

@font-face {
  font-family: "iconfont";

  /* Project id 4032174 */

  src: url('../iconfont/iconfont.woff2?t=1730794852072') format('woff2'),
       url('../iconfont/iconfont.woff?t=1730794852072') format('woff'),
       url('../iconfont/iconfont.ttf?t=1730794852072') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-telegram:before {
  content: "\e881";
}

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

.icon-guanbi:before {
  content: "\eaf2";
}

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

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

.icon-zhihu:before {
  content: "\ea8c";
}

.icon-weibo:before {
  content: "\e658";
}

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

.icon-bilibili:before {
  content: "\e6b4";
}

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

.icon-zhihu-square-fill:before {
  content: "\ea8b";
}

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

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

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

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

.icon-a-biaodanshuxie:before {
  content: "\e61b";
}

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

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

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

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

.icon-wodewenjuan:before {
  content: "\e764";
}

.icon-check:before {
  content: "\eb31";
}

.icon-python:before {
  content: "\e6f2";
}

.icon-cURL:before {
  content: "\e68c";
}

.icon-java:before {
  content: "\e7aa";
}

.icon-PHP:before {
  content: "\e690";
}

.icon-fangxingweixuanzhong:before {
  content: "\e720";
}

.icon-fangxingxuanzhong:before {
  content: "\e722";
}

.icon-cc-down:before {
  content: "\e6c1";
}

.icon-search:before {
  content: "\e65a";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-\[107px\] {
  bottom: -107px;
}

.-bottom-\[76px\] {
  bottom: -76px;
}

.-bottom-\[91px\] {
  bottom: -91px;
}

.-left-1 {
  left: -0.25rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.-left-3 {
  left: -0.75rem;
}

.-left-\[300px\] {
  left: -300px;
}

.-top-3 {
  top: -0.75rem;
}

.-top-5 {
  top: -1.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.-top-\[36px\] {
  top: -36px;
}

.-top-\[80px\] {
  top: -80px;
}

.-top-full {
  top: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[14px\] {
  bottom: 14px;
}

.bottom-full {
  bottom: 100%;
}

.end-0 {
  inset-inline-end: 0px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[45\%\] {
  left: 45%;
}

.left-\[56px\] {
  left: 56px;
}

.left-\[58\%\] {
  left: 58%;
}

.left-\[69\%\] {
  left: 69%;
}

.left-\[70\%\] {
  left: 70%;
}

.left-\[72\%\] {
  left: 72%;
}

.left-\[72px\] {
  left: 72px;
}

.left-\[75\%\] {
  left: 75%;
}

.left-\[88\%\] {
  left: 88%;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-\[72px\] {
  right: 72px;
}

.right-full {
  right: 100%;
}

.start-0 {
  inset-inline-start: 0px;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[39\%\] {
  top: 39%;
}

.top-\[42px\] {
  top: 42px;
}

.top-\[72\%\] {
  top: 72%;
}

.top-\[94px\] {
  top: 94px;
}

.top-\[calc\(100\%_\+_16px\)\] {
  top: calc(100% + 16px);
}

.top-\[calc\(_100\%_\+_8px_\)\] {
  top: calc( 100% + 8px );
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.-z-\[1\] {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-span-10 {
  grid-row: span 10 / span 10;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-7 {
  grid-row: span 7 / span 7;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-start-2 {
  grid-row-start: 2;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-32 {
  margin: 8rem;
}

.m-56 {
  margin: 14rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-\[22px\] {
  margin-top: 22px;
  margin-bottom: 22px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.\!mb-2 {
  margin-bottom: 0.5rem !important;
}

.\!me-1 {
  margin-inline-end: 0.25rem !important;
}

.\!me-1\.5 {
  margin-inline-end: 0.375rem !important;
}

.\!ms-auto {
  margin-inline-start: auto !important;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mt-\[60px\] {
  margin-top: -60px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[44px\] {
  margin-bottom: 44px;
}

.mb-\[56px\] {
  margin-bottom: 56px;
}

.mb-\[68px\] {
  margin-bottom: 68px;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-\[18px\] {
  margin-left: 18px;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-\[18px\] {
  margin-right: 18px;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-0\.5 {
  margin-inline-start: 0.125rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[118px\] {
  margin-top: 118px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[46px\] {
  margin-top: 46px;
}

.mt-\[54px\] {
  margin-top: 54px;
}

.mt-\[56px\] {
  margin-top: 56px;
}

.mt-\[58px\] {
  margin-top: 58px;
}

.mt-\[66px\] {
  margin-top: 66px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-\[84px\] {
  margin-top: 84px;
}

.mt-\[88px\] {
  margin-top: 88px;
}

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.size-0 {
  width: 0px;
  height: 0px;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-32 {
  width: 8rem;
  height: 8rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-\[100px\] {
  width: 100px;
  height: 100px;
}

.size-\[34px\] {
  width: 34px;
  height: 34px;
}

.size-\[60px\] {
  width: 60px;
  height: 60px;
}

.size-auto {
  width: auto;
  height: auto;
}

.size-full {
  width: 100%;
  height: 100%;
}

.\!h-2 {
  height: 0.5rem !important;
}

.\!h-2\.5 {
  height: 0.625rem !important;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[143px\] {
  height: 143px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[174px\] {
  height: 174px;
}

.h-\[192px\] {
  height: 192px;
}

.h-\[261px\] {
  height: 261px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[397px\] {
  height: 397px;
}

.h-\[3px\] {
  height: 3px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[462px\] {
  height: 462px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[6px\] {
  height: 6px;
}

.h-\[700px\] {
  height: 700px;
}

.h-\[7px\] {
  height: 7px;
}

.h-\[96px\] {
  height: 96px;
}

.h-\[initial\] {
  height: initial;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[44px\] {
  max-height: 44px;
}

.max-h-\[462px\] {
  max-height: 462px;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-96 {
  min-height: 24rem;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[180px\] {
  min-height: 180px;
}

.min-h-\[228px\] {
  min-height: 228px;
}

.min-h-\[88px\] {
  min-height: 88px;
}

.\!w-2 {
  width: 0.5rem !important;
}

.\!w-2\.5 {
  width: 0.625rem !important;
}

.\!w-full {
  width: 100% !important;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[105px\] {
  width: 105px;
}

.w-\[116px\] {
  width: 116px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[147px\] {
  width: 147px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[174px\] {
  width: 174px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[261px\] {
  width: 261px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[487px\] {
  width: 487px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[56px\] {
  width: 56px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[82\%\] {
  width: 82%;
}

.w-\[86\%\] {
  width: 86%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[90px\] {
  width: 90px;
}

.w-\[92\%\] {
  width: 92%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-\[956px\] {
  width: 956px;
}

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

.w-\[calc\(_100\%_-_56px_\)\] {
  width: calc( 100% - 56px );
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-px {
  width: 1px;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[1300px\] {
  max-width: 1300px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[443px\] {
  max-width: 443px;
}

.max-w-\[472px\] {
  max-width: 472px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[768px\] {
  max-width: 768px;
}

.max-w-\[956px\] {
  max-width: 956px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.basis-full {
  flex-basis: 100%;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-0 {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-16 {
  --tw-translate-y: 4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[0\.55\] {
  --tw-scale-x: 0.55;
  --tw-scale-y: 0.55;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes rolling {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-924px, 0, 0);
  }
}

.animate-\[rolling_30s_linear_infinite\] {
  animation: rolling 30s linear infinite;
}

@keyframes rolling {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-924px, 0, 0);
  }
}

.animate-\[rolling_30s_linear_infinite_reverse\] {
  animation: rolling 30s linear infinite reverse;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center {
  scroll-snap-align: center;
}

.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.\!justify-between {
  justify-content: space-between !important;
}

.justify-between {
  justify-content: space-between;
}

.justify-items-center {
  justify-items: center;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[42px\] {
  gap: 42px;
}

.gap-\[48px\] {
  gap: 48px;
}

.gap-\[52px\] {
  gap: 52px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.self-center {
  align-self: center;
}

.justify-self-end {
  justify-self: end;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.break-all {
  word-break: break-all;
}

.\!rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-e-lg {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.rounded-e-xl {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}

.rounded-s-lg {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.rounded-s-xl {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-es-none {
  border-end-start-radius: 0px;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[20px\] {
  border-bottom-width: 20px;
}

.border-b-\[8px\] {
  border-bottom-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r-\[13px\] {
  border-right-width: 13px;
}

.border-r-\[6px\] {
  border-right-width: 6px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.\!border-neutral-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(18 17 35 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#24B89E\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 184 158 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#DBDBDB\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
}

.border-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}

.border-\[\#f1f1f1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-dark-main {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-dark), var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-green-90 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--green-90), var(--tw-border-opacity, 1));
}

.border-green-main {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-main), var(--tw-border-opacity, 1));
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(83 82 90 / var(--tw-border-opacity, 1));
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(18 17 35 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-r-\[\#0B7764\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(11 119 100 / var(--tw-border-opacity, 1));
}

.border-r-\[\#C0B100\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(192 177 0 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
  border-top-color: transparent;
}

.\!bg-neutral-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#1A4F60\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 79 96 / var(--tw-bg-opacity, 1));
}

.bg-\[\#24B89E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 184 158 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CCCCCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E0E0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E2ECFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 236 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E4E4E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9F8F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ECECEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F8F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F9FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFAA32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFEC00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF1CF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 207 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFF00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-black-240 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--affi-black-240), var(--tw-bg-opacity, 1));
}

.bg-black-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--black-40), var(--tw-bg-opacity, 1));
}

.bg-black-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--black-50), var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-brand-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(36 184 158 / var(--tw-bg-opacity, 1));
}

.bg-dark-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-bg), var(--tw-bg-opacity, 1));
}

.bg-dark-bg-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-bg-2), var(--tw-bg-opacity, 1));
}

.bg-dark-main {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-dark), var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--green-70), var(--tw-bg-opacity, 1));
}

.bg-green-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--green-90), var(--tw-bg-opacity, 1));
}

.bg-green-main {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-main), var(--tw-bg-opacity, 1));
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 17 35 / var(--tw-bg-opacity, 1));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-\[url\(\'\/public\/images\/sms\/vc\/bg\.png\'\)\] {
  background-image: url('/public/images/sms/vc/bg.png');
}

.bg-\[url\(\'\/public\/static\/images\/common\/icon\.png\'\)\] {
  background-image: url('/public/static/images/common/icon.png');
}

.bg-\[url\(\'\/public\/svg\/page_left\.svg\'\)\] {
  background-image: url('/public/svg/page_left.svg');
}

.bg-\[url\(\'\/public\/svg\/page_right\.svg\'\)\] {
  background-image: url('/public/svg/page_right.svg');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-icon_1 {
  background-image: url('/public/static/svg/icon_1.svg');
}

.bg-r {
  background-image: url('/public/static/svg/r.svg');
}

.bg-rw {
  background-image: url('/public/static/svg/rw.svg');
}

.bg-y_1_1 {
  background-image: url('/public/static/svg/y_1_1.svg');
}

.bg-y_1_2 {
  background-image: url('/public/static/svg/y_1_2.svg');
}

.bg-y_1_3 {
  background-image: url('/public/static/svg/y_1_3.svg');
}

.bg-y_1_4 {
  background-image: url('/public/static/svg/y_1_4.svg');
}

.bg-y_4_1 {
  background-image: url('/public/static/svg/y_4_1.svg');
}

.from-\[\#15816f\]\/70 {
  --tw-gradient-from: rgb(21 129 111 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 129 111 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#78DA8E\] {
  --tw-gradient-from: #78DA8E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 218 142 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-290 {
  --tw-gradient-from: rgba(var(--affi-yellow-290), 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--affi-yellow-290), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#15836e\]\/80 {
  --tw-gradient-to: rgb(21 131 110 / 0.8) var(--tw-gradient-to-position);
}

.to-\[\#24B89E\] {
  --tw-gradient-to: #24B89E var(--tw-gradient-to-position);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-gray-500 {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.to-green-90 {
  --tw-gradient-to: rgba(var(--green-90), 1) var(--tw-gradient-to-position);
}

.bg-\[length\:30px_100\%\] {
  background-size: 30px 100%;
}

.bg-\[length\:31px_100\%\] {
  background-size: 31px 100%;
}

.bg-contain {
  background-size: contain;
}

.bg-\[left_0\%_top_-2\%\] {
  background-position: left 0% top -2%;
}

.bg-\[left_0\%_top_33\%\] {
  background-position: left 0% top 33%;
}

.bg-\[left_0\%_top_66\%\] {
  background-position: left 0% top 66%;
}

.bg-\[left_100\%_top_32\%\] {
  background-position: left 100% top 32%;
}

.bg-\[left_100\%_top_65\%\] {
  background-position: left 100% top 65%;
}

.bg-\[left_13\.8\%_top_33\%\] {
  background-position: left 13.8% top 33%;
}

.bg-\[left_14\%_top_-2\%\] {
  background-position: left 14% top -2%;
}

.bg-\[left_14\%_top_33\%\] {
  background-position: left 14% top 33%;
}

.bg-\[left_14\%_top_65\%\] {
  background-position: left 14% top 65%;
}

.bg-\[left_15\%_top_33\%\] {
  background-position: left 15% top 33%;
}

.bg-\[left_2\%_top_33\.5\%\] {
  background-position: left 2% top 33.5%;
}

.bg-\[left_2\%_top_66\%\] {
  background-position: left 2% top 66%;
}

.bg-\[left_28\%_top_34\%\] {
  background-position: left 28% top 34%;
}

.bg-\[left_28\%_top_66\%\] {
  background-position: left 28% top 66%;
}

.bg-\[left_28\.5\%_top_-2\.5\%\] {
  background-position: left 28.5% top -2.5%;
}

.bg-\[left_30\%_top_34\%\] {
  background-position: left 30% top 34%;
}

.bg-\[left_43\%_top_-2\%\] {
  background-position: left 43% top -2%;
}

.bg-\[left_43\%_top_33\%\] {
  background-position: left 43% top 33%;
}

.bg-\[left_43\%_top_66\%\] {
  background-position: left 43% top 66%;
}

.bg-\[left_44\%_top_33\%\] {
  background-position: left 44% top 33%;
}

.bg-\[left_57\%_top_33\%\] {
  background-position: left 57% top 33%;
}

.bg-\[left_57\%_top_33\.5\%\] {
  background-position: left 57% top 33.5%;
}

.bg-\[left_57\%_top_65\%\] {
  background-position: left 57% top 65%;
}

.bg-\[left_57\.5\%_top_-2\%\] {
  background-position: left 57.5% top -2%;
}

.bg-\[left_71\.5\%_top_-2\%\] {
  background-position: left 71.5% top -2%;
}

.bg-\[left_71\.5\%_top_66\%\] {
  background-position: left 71.5% top 66%;
}

.bg-\[left_72\%_top_33\%\] {
  background-position: left 72% top 33%;
}

.bg-\[left_85\.5\%_top_-2\%\] {
  background-position: left 85.5% top -2%;
}

.bg-\[left_86\%_top_34\%\] {
  background-position: left 86% top 34%;
}

.bg-\[left_86\%_top_66\.5\%\] {
  background-position: left 86% top 66.5%;
}

.bg-\[left_99\.8\%_top_-2\%\] {
  background-position: left 99.8% top -2%;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-green-500 {
  fill: #22c55e;
}

.fill-neutral-200 {
  fill: #e5e5e5;
}

.fill-red-500 {
  fill: #ef4444;
}

.fill-white {
  fill: #fff;
}

.stroke-\[\#333333\] {
  stroke: #333333;
}

.stroke-brand-900 {
  stroke: #24B89E;
}

.stroke-green-500 {
  stroke: #22c55e;
}

.stroke-orange-500 {
  stroke: #f97316;
}

.stroke-white {
  stroke: #fff;
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[18px\] {
  padding: 18px;
}

.p-\[1px\] {
  padding: 1px;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[44px\] {
  padding-left: 44px;
  padding-right: 44px;
}

.px-\[76px\] {
  padding-left: 76px;
  padding-right: 76px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[72px\] {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[84px\] {
  padding-bottom: 84px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-\[75px\] {
  padding-left: 75px;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[14px\] {
  padding-top: 14px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-OPPOSans {
  font-family: PuHuiRegular, ui-sans-serif, system-ui, sans-serif;
}

.font-OPPOSansMedium {
  font-family: PuHuiMedium, ui-sans-serif, system-ui, sans-serif;
}

.font-PuHuiBlod {
  font-family: PuHuiBold, ui-sans-serif, system-ui, sans-serif;
}

.font-PuHuiMedium {
  font-family: PuHuiMedium, ui-sans-serif, system-ui, sans-serif;
}

.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[46px\] {
  font-size: 46px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-medium {
  font-weight: 500 !important;
}

.font-\[700\] {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[45px\] {
  line-height: 45px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[54px\] {
  line-height: 54px;
}

.leading-\[56px\] {
  line-height: 56px;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.\!text-brand-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(36 184 158 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#002837\] {
  --tw-text-opacity: 1;
  color: rgb(0 40 55 / var(--tw-text-opacity, 1));
}

.text-\[\#1A4F60\] {
  --tw-text-opacity: 1;
  color: rgb(26 79 96 / var(--tw-text-opacity, 1));
}

.text-\[\#24B89E\] {
  --tw-text-opacity: 1;
  color: rgb(36 184 158 / var(--tw-text-opacity, 1));
}

.text-\[\#3A3600\] {
  --tw-text-opacity: 1;
  color: rgb(58 54 0 / var(--tw-text-opacity, 1));
}

.text-\[\#52545A\] {
  --tw-text-opacity: 1;
  color: rgb(82 84 90 / var(--tw-text-opacity, 1));
}

.text-\[\#616566\] {
  --tw-text-opacity: 1;
  color: rgb(97 101 102 / var(--tw-text-opacity, 1));
}

.text-\[\#676767\] {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}

.text-\[\#919799\] {
  --tw-text-opacity: 1;
  color: rgb(145 151 153 / var(--tw-text-opacity, 1));
}

.text-\[\#B4B3BD\] {
  --tw-text-opacity: 1;
  color: rgb(180 179 189 / var(--tw-text-opacity, 1));
}

.text-\[\#DBDBDB\] {
  --tw-text-opacity: 1;
  color: rgb(219 219 219 / var(--tw-text-opacity, 1));
}

.text-\[\#FF1454\] {
  --tw-text-opacity: 1;
  color: rgb(255 20 84 / var(--tw-text-opacity, 1));
}

.text-\[\#FFEC00\] {
  --tw-text-opacity: 1;
  color: rgb(255 236 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFF00\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 0 / var(--tw-text-opacity, 1));
}

.text-api-body {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.text-api-guide {
  --tw-text-opacity: 1;
  color: rgb(83 82 90 / var(--tw-text-opacity, 1));
}

.text-api-heading {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-api-secondary {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.text-api-subTitle {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-black-260 {
  --tw-text-opacity: 1;
  color: rgba(var(--affi-black-260), var(--tw-text-opacity, 1));
}

.text-black-270 {
  --tw-text-opacity: 1;
  color: rgba(var(--affi-black-270), var(--tw-text-opacity, 1));
}

.text-black-280 {
  --tw-text-opacity: 1;
  color: rgba(var(--affi-black-280), var(--tw-text-opacity, 1));
}

.text-black-290 {
  --tw-text-opacity: 1;
  color: rgba(var(--affi-black-290), var(--tw-text-opacity, 1));
}

.text-black-70 {
  --tw-text-opacity: 1;
  color: rgba(var(--black-70), var(--tw-text-opacity, 1));
}

.text-black-90 {
  --tw-text-opacity: 1;
  color: rgba(var(--black-90), var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-brand-900 {
  --tw-text-opacity: 1;
  color: rgb(36 184 158 / var(--tw-text-opacity, 1));
}

.text-dark-main {
  --tw-text-opacity: 1;
  color: rgba(var(--color-dark), var(--tw-text-opacity, 1));
}

.text-dark-note {
  --tw-text-opacity: 1;
  color: rgba(var(--color-note), var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-90 {
  --tw-text-opacity: 1;
  color: rgba(var(--green-90), var(--tw-text-opacity, 1));
}

.text-green-main {
  --tw-text-opacity: 1;
  color: rgba(var(--color-main), var(--tw-text-opacity, 1));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-text-main {
  --tw-text-opacity: 1;
  color: rgba(var(--color-text), var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-yellow-90 {
  --tw-text-opacity: 1;
  color: rgba(var(--yellow-90), var(--tw-text-opacity, 1));
}

.text-yellow-main {
  --tw-text-opacity: 1;
  color: rgba(var(--color-yellow), var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.underline-offset-1 {
  text-underline-offset: 1px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_4px_6px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0px 4px 6px 0px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0px 4px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-gray-200 {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900 {
  --tw-shadow-color: #111827;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0px_1px_2px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-drop-shadow: drop-shadow(0px 1px 2px 0px rgba(0,0,0,0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

.bg-card {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  background: linear-gradient(52.67deg, #FFFFFF 8.75%, #FFFFFF 8.76%, #F3F5F9 92.43%);
}

.container-header {
  max-width: 1300px;
}

@media (max-width: 767.9px) {
  .\!container {
    max-width: 580px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    max-width: 580px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.\!container.container-copyright {
  display: none !important;
}

@media (min-width: 768px) {
  .\!container.container-copyright {
    display: flex !important;
  }
}

.container.container-copyright {
  display: none !important;
}

@media (min-width: 768px) {
  .container.container-copyright {
    display: flex !important;
  }
}

.swiper-container-horizontal>.swiper-scrollbar {
  height: 2px;
  background: #E4E4E4;
  width: 90%;
}

.swiper-pagination {
  transform: translate3d(20%, 86%, 0);
}

.swiper-scrollbar-drag {
  background: #24B89E;
}

.\[-ms-overflow-style\:none\;\] {
  -ms-overflow-style: none;;
}

.\!\[a-zA-Z\:_\] {
  a-z-a--z:  !important;
}

.\[fs\:0\] {
  fs: 0;
}

.\[scrollbar-width\:none\;\] {
  scrollbar-width: none;;
}

/* color */

/* font shadow */

/* button */

/*  */

/* 星推官 */

/* 星推官end */

/* 产品 css */

/* api */

/* api end */

/* 星推官 */

/* 星推官end */

/* api css */

.tablist .disabled\:active:disabledbutton {
  --tw-text-opacity: 1;
  color: rgba(var(--color-main), var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tablist .disabled\:active:disabledbutton {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-main), var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-main), var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.tablist .disabled\:active:disabledbutton::after {
  position: absolute;
  left: 0px;
  top: calc( 100% + 8px );
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-main), var(--tw-bg-opacity, 1));
}

@media (max-width: 767.9px) {
  .tablist .disabled\:active:disabledbutton::after {
    height: 2px;
    width: 100%;
    --tw-content: '';
    content: var(--tw-content);
  }
}

.content--list .disabled\:active:disabledli {
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.disabled\:active:disabled.rule--wrapper {
  display: block;
}

.disabled\:active:disabled.tabs__nav-button {
  background-color: #24B89E !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 79, 96, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.disabled\:active:disabled.tabs__nav-button p {
  color: white !important;
}

.disabled\:active:disabled.tabs__progress-button {
  color: #24B89E !important;
  font-weight: 600;
  transform: translateY(-1px);
}

.disabled\:active:disabled.tabs__hover-button p:first-child {
  color: #24B89E !important;
}

.disabled\:active:disabled
  .tabs__hover-button p:last-child {
  color: #4A5568;
  transform: translateY(-1px);
}

#tabs__page-touch .disabled\:active:disabledspan {
  box-shadow: 0 2px 4px rgba(36, 184, 158, 0.3);
}

.disabled\:active:disabled.tab_pagination {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .md\:to--right {
    position: relative;
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(var(--color-main), var(--tw-text-opacity, 1));
  }

  .md\:to--right:hover {
    background-color: rgb(255 255 255 / 0.9);
  }

  .md\:to--right::after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-left: 0.25rem;
    height: 0.75rem;
    width: 0.75rem;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-image: url('/public/static/svg/r.svg');
    --tw-content: '';
    content: var(--tw-content);
  }

  .md\:section-connect {
    background:url("../svg/bg_connect_l.svg") 0 100% no-repeat,
        url("../svg/bg_connect_r.svg") 100% 0 no-repeat;
    background-color: #24B89E;
  }
}

.\*\:w-3\/5 > * {
  width: 60%;
}

.\*\:items-center > * {
  align-items: center;
}

.\*\:rounded-xl > * {
  border-radius: 0.75rem;
}

.\*\:border-t > * {
  border-top-width: 1px;
}

.\*\:bg-\[\#F5F5F5\] > * {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.\*\:py-0\.5 > * {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.\*\:text-left > * {
  text-align: left;
}

.\*\:text-center > * {
  text-align: center;
}

.\*\:text-base > * {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\*\:leading-loose > * {
  line-height: 2;
}

.before\:top-\[46\%\]::before {
  content: var(--tw-content);
  top: 46%;
}

.before\:h-\[34px\]::before {
  content: var(--tw-content);
  height: 34px;
}

.before\:w-\[34px\]::before {
  content: var(--tw-content);
  width: 34px;
}

.before\:bg-y_4_1::before {
  content: var(--tw-content);
  background-image: url('/public/static/svg/y_4_1.svg');
}

.before\:bg-y_4_2::before {
  content: var(--tw-content);
  background-image: url('/public/static/svg/y_4_2.svg');
}

.before\:bg-y_4_3::before {
  content: var(--tw-content);
  background-image: url('/public/static/svg/y_4_3.svg');
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:ms-6::after {
  content: var(--tw-content);
  margin-inline-start: 1.5rem;
}

.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.after\:border-dashed::after {
  content: var(--tw-content);
  border-style: dashed;
}

.after\:border-\[\#24B89E\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(36 184 158 / var(--tw-border-opacity, 1));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.odd\:text-lg:nth-child(odd) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.odd\:font-medium:nth-child(odd) {
  font-weight: 500;
}

.even\:mb-6:nth-child(even) {
  margin-bottom: 1.5rem;
}

.even\:mt-2:nth-child(even) {
  margin-top: 0.5rem;
}

.even\:text-sm:nth-child(even) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.even\:text-dark-note:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(var(--color-note), var(--tw-text-opacity, 1));
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.05\]:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-brand-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(36 184 158 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#28CCAF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 204 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 184 158 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-70:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--green-70), var(--tw-bg-opacity, 1));
}

.hover\:bg-green-70\/20:hover {
  background-color: rgba(var(--green-70), 0.2);
}

.hover\:bg-green-70\/90:hover {
  background-color: rgba(var(--green-70), 0.9);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[url\(\'\/public\/svg\/page_left_active\.svg\'\)\]:hover {
  background-image: url('/public/svg/page_left_active.svg');
}

.hover\:bg-\[url\(\'\/public\/svg\/page_right_active\.svg\'\)\]:hover {
  background-image: url('/public/svg/page_right_active.svg');
}

.hover\:text-\[\#1da18a\]:hover {
  --tw-text-opacity: 1;
  color: rgb(29 161 138 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#24B89E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(36 184 158 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-900:hover {
  --tw-text-opacity: 1;
  color: rgb(36 184 158 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-green-main:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--color-main), var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

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

.hover\:shadow-\[0px_4px_6px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]:hover {
  --tw-shadow: 0px 4px 6px 0px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0px 4px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus\:text-\[\#1da18a\]:focus {
  --tw-text-opacity: 1;
  color: rgb(29 161 138 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-900:focus {
  --tw-text-opacity: 1;
  color: rgb(36 184 158 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

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

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:stroke-brand-900 {
  stroke: #24B89E;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

[data-hs-tab].active.hs-tab-active\:bg-green-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--green-70), var(--tw-bg-opacity, 1));
}

[data-hs-tab].active.hs-tab-active\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

[data-hs-tab].active .hs-tab-active\:bg-green-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--green-70), var(--tw-bg-opacity, 1));
}

[data-hs-tab].active .hs-tab-active\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.selected .hs-combo-box-selected\:block {
  display: block;
}

.selected.hs-combo-box-selected\:block {
  display: block;
}

.complete .hs-file-upload-complete\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.complete.hs-file-upload-complete\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[570px\] {
    height: 570px;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-\[70\%\] {
    width: 70%;
  }

  .sm\:w-\[77\%\] {
    width: 77%;
  }

  .sm\:w-\[85\%\] {
    width: 85%;
  }

  .sm\:w-\[88\%\] {
    width: 88%;
  }

  .sm\:w-\[90\%\] {
    width: 90%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-\[18px\] {
    padding-left: 18px;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:mx-\[110px\] {
    margin-left: 110px;
    margin-right: 110px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .md\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-\[117px\] {
    margin-top: 117px;
  }

  .md\:mt-\[136px\] {
    margin-top: 136px;
  }

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

  .md\:mt-\[52px\] {
    margin-top: 52px;
  }

  .md\:mt-\[60px\] {
    margin-top: 60px;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:block {
    display: block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-1\.5 {
    height: 0.375rem;
  }

  .md\:h-\[150px\] {
    height: 150px;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:h-\[256px\] {
    height: 256px;
  }

  .md\:h-\[34px\] {
    height: 34px;
  }

  .md\:h-\[435px\] {
    height: 435px;
  }

  .md\:h-\[520px\] {
    height: 520px;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-\[130px\] {
    width: 130px;
  }

  .md\:w-\[14\.5\%\] {
    width: 14.5%;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[32px\] {
    width: 32px;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[46\%\] {
    width: 46%;
  }

  .md\:w-\[475px\] {
    width: 475px;
  }

  .md\:w-\[48px\] {
    width: 48px;
  }

  .md\:w-\[52px\] {
    width: 52px;
  }

  .md\:w-\[56px\] {
    width: 56px;
  }

  .md\:w-\[58\%\] {
    width: 58%;
  }

  .md\:w-\[62\%\] {
    width: 62%;
  }

  .md\:w-\[77\%\] {
    width: 77%;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[280px\] {
    max-width: 280px;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[104px\] {
    gap: 104px;
  }

  .md\:gap-\[22px\] {
    gap: 22px;
  }

  .md\:gap-\[72px\] {
    gap: 72px;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dark-main {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-dark), var(--tw-border-opacity, 1));
  }

  .md\:border-green-main {
    --tw-border-opacity: 1;
    border-color: rgba(var(--color-main), var(--tw-border-opacity, 1));
  }

  .md\:bg-green-main {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-main), var(--tw-bg-opacity, 1));
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-\[18px\] {
    padding: 18px;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:px-\[76px\] {
    padding-left: 76px;
    padding-right: 76px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-\[64px\] {
    padding-bottom: 64px;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pt-\[18px\] {
    padding-top: 18px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:pt-\[62px\] {
    padding-top: 62px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[38px\] {
    font-size: 38px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[50px\] {
    font-size: 50px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[1\.7\] {
    line-height: 1.7;
  }

  .md\:leading-\[34px\] {
    line-height: 34px;
  }

  .md\:leading-\[56px\] {
    line-height: 56px;
  }

  .md\:leading-\[78px\] {
    line-height: 78px;
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .md\:\*\:text-left > * {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:left-\[85\%\] {
    left: 85%;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:-mr-\[10\%\] {
    margin-right: -10%;
  }

  .lg\:-mr-\[14\%\] {
    margin-right: -14%;
  }

  .lg\:-mr-\[170px\] {
    margin-right: -170px;
  }

  .lg\:-mr-\[6\%\] {
    margin-right: -6%;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-\[68px\] {
    margin-bottom: 68px;
  }

  .lg\:mb-\[6px\] {
    margin-bottom: 6px;
  }

  .lg\:mb-\[76px\] {
    margin-bottom: 76px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-\[110px\] {
    margin-right: 110px;
  }

  .lg\:mr-\[30px\] {
    margin-right: 30px;
  }

  .lg\:mr-\[40px\] {
    margin-right: 40px;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-\[118px\] {
    margin-top: 118px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:mt-\[76px\] {
    margin-top: 76px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-\[130px\] {
    width: 130px;
    height: 130px;
  }

  .lg\:h-\[152px\] {
    height: 152px;
  }

  .lg\:h-\[312px\] {
    height: 312px;
  }

  .lg\:h-\[48px\] {
    height: 48px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[560px\] {
    height: 560px;
  }

  .lg\:h-\[580px\] {
    height: 580px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:max-h-\[506px\] {
    max-height: 506px;
  }

  .lg\:min-h-\[380px\] {
    min-height: 380px;
  }

  .lg\:\!w-full {
    width: 100% !important;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-\[105px\] {
    width: 105px;
  }

  .lg\:w-\[18\%\] {
    width: 18%;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[306px\] {
    width: 306px;
  }

  .lg\:w-\[330px\] {
    width: 330px;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-\[42\%\] {
    width: 42%;
  }

  .lg\:w-\[44\%\] {
    width: 44%;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[48\%\] {
    width: 48%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[58\%\] {
    width: 58%;
  }

  .lg\:w-\[76\%\] {
    width: 76%;
  }

  .lg\:w-\[88\%\] {
    width: 88%;
  }

  .lg\:w-\[900px\] {
    width: 900px;
  }

  .lg\:w-\[94\%\] {
    width: 94%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[1105px\] {
    max-width: 1105px;
  }

  .lg\:max-w-\[1232px\] {
    max-width: 1232px;
  }

  .lg\:max-w-\[308px\] {
    max-width: 308px;
  }

  .lg\:max-w-\[506px\] {
    max-width: 506px;
  }

  .lg\:max-w-\[560px\] {
    max-width: 560px;
  }

  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }

  .lg\:basis-full {
    flex-basis: 100%;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  @keyframes lgRolling {
    0% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      transform: translate3d(-1120px, 0, 0);
    }
  }

  .lg\:animate-\[lgRolling_30s_linear_infinite\] {
    animation: lgRolling 30s linear infinite;
  }

  @keyframes lgRolling {
    0% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      transform: translate3d(-1120px, 0, 0);
    }
  }

  .lg\:animate-\[lgRolling_30s_linear_infinite_reverse\] {
    animation: lgRolling 30s linear infinite reverse;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:text-nowrap {
    text-wrap: nowrap;
  }

  .lg\:rounded-\[50px\] {
    border-radius: 50px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:bg-\[\#24B89E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(36 184 158 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-\[\#F8F8F9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 249 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-\[50px\] {
    padding: 50px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-\[134px\] {
    padding-bottom: 134px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pb-\[98px\] {
    padding-bottom: 98px;
  }

  .lg\:pl-\[112px\] {
    padding-left: 112px;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-\[70px\] {
    padding-right: 70px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-\[102px\] {
    padding-top: 102px;
  }

  .lg\:pt-\[106px\] {
    padding-top: 106px;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[84px\] {
    padding-top: 84px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[64px\] {
    font-size: 64px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:leading-\[44px\] {
    line-height: 44px;
  }

  .lg\:leading-\[56px\] {
    line-height: 56px;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:size-auto {
    width: auto;
    height: auto;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:pr-\[74px\] {
    padding-right: 74px;
  }
}

@media (min-width: 576px) {
  .xs\:w-11\/12 {
    width: 91.666667%;
  }
}

@media (max-width: 1023.9px) {
  .max-lg\:absolute {
    position: absolute;
  }

  .max-lg\:-ml-\[5\%\] {
    margin-left: -5%;
  }

  .max-lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-lg\:ml-4 {
    margin-left: 1rem;
  }

  .max-lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .max-lg\:block {
    display: block;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:w-2\/3 {
    width: 66.666667%;
  }

  .max-lg\:w-\[90\%\] {
    width: 90%;
  }

  .max-lg\:w-full {
    width: 100%;
  }

  .max-lg\:max-w-\[440px\] {
    max-width: 440px;
  }

  .max-lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:scale-\[1\.1\] {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:scale-\[1\.3\] {
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .max-lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .max-lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .max-lg\:bg-\[\#1A4F60\] {
    --tw-bg-opacity: 1;
    background-color: rgb(26 79 96 / var(--tw-bg-opacity, 1));
  }

  .max-lg\:bg-black-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--black-50), var(--tw-bg-opacity, 1));
  }

  .max-lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .max-lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .max-lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .max-lg\:pt-11 {
    padding-top: 2.75rem;
  }
}

@media (min-width: 640px) {
  @media (max-width: 1023.9px) {
    .sm\:max-lg\:ml-\[35\%\] {
      margin-left: 35%;
    }
  }
}

@media (max-width: 767.9px) {
  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .max-md\:-mb-\[122px\] {
    margin-bottom: -122px;
  }

  .max-md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .max-md\:mt-14 {
    margin-top: 3.5rem;
  }

  .max-md\:mt-8 {
    margin-top: 2rem;
  }

  .max-md\:mt-\[24px\] {
    margin-top: 24px;
  }

  .max-md\:mt-\[26px\] {
    margin-top: 26px;
  }

  .max-md\:block {
    display: block;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-\[19\%\] {
    height: 19%;
  }

  .max-md\:h-\[2px\] {
    height: 2px;
  }

  .max-md\:h-\[76px\] {
    height: 76px;
  }

  .max-md\:w-4\/5 {
    width: 80%;
  }

  .max-md\:w-\[230px\] {
    width: 230px;
  }

  .max-md\:w-\[70\%\] {
    width: 70%;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .max-md\:max-w-\[440px\] {
    max-width: 440px;
  }

  .max-md\:max-w-\[500px\] {
    max-width: 500px;
  }

  .max-md\:max-w-\[580px\] {
    max-width: 580px;
  }

  .max-md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:overflow-auto {
    overflow: auto;
  }

  .max-md\:scroll-smooth {
    scroll-behavior: smooth;
  }

  .max-md\:fill-\[\#676767\] {
    fill: #676767;
  }

  .max-md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .max-md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-md\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .max-md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .max-md\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-md\:pt-11 {
    padding-top: 2.75rem;
  }

  .max-md\:pt-12 {
    padding-top: 3rem;
  }

  .max-md\:text-left {
    text-align: left;
  }

  .max-md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .max-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-md\:font-medium {
    font-weight: 500;
  }

  .max-md\:content-\[\'\'\] {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 640px) {
  @media (max-width: 767.9px) {
    .sm\:max-md\:ml-\[32\%\] {
      margin-left: 32%;
    }
  }
}

@media (max-width: 639.9px) {
  .max-sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .max-sm\:-ml-\[14\%\] {
    margin-left: -14%;
  }

  .max-sm\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .max-sm\:mt-12 {
    margin-top: 3rem;
  }

  .max-sm\:block {
    display: block;
  }

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:max-h-\[360px\] {
    max-height: 360px;
  }

  .max-sm\:min-h-\[335px\] {
    min-height: 335px;
  }

  .max-sm\:w-full {
    width: 100%;
  }

  .max-sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-sm\:scale-\[1\.3\] {
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-sm\:scale-\[1\.4\] {
    --tw-scale-x: 1.4;
    --tw-scale-y: 1.4;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-sm\:scale-\[1\.7\] {
    --tw-scale-x: 1.7;
    --tw-scale-y: 1.7;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-sm\:overflow-hidden {
    overflow: hidden;
  }

  .max-sm\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .max-sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-sm\:pb-0 {
    padding-bottom: 0px;
  }

  .max-sm\:pb-14 {
    padding-bottom: 3.5rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:\!border-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(18 17 35 / var(--tw-border-opacity, 1)) !important;
  }

  .dark\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(83 82 90 / var(--tw-border-opacity, 1));
  }

  .dark\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(18 17 35 / var(--tw-border-opacity, 1));
  }

  .dark\:\!bg-neutral-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 17 35 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .dark\:fill-neutral-200 {
    fill: #e5e5e5;
  }

  .dark\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }

  .dark\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

  .dark\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }

  .dark\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity, 1));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

  .dark\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  }
}
