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

@font-face {
  font-family: 'PuHuiRegular';

  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: 'PuHuiMedium';

  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: 'PuHuiBlod';

  font-style: normal;

  font-weight: bolder;

  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');
}

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

  /* Project id 4032174 */

  src: url(/public/iconfont/iconfont.woff2) format('woff2'),
             url(/public/iconfonticonfont.woff) format('woff'),
             url(/public/iconfonticonfont.ttf) 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";
}

:root {
  --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-green-90: rgb(36, 184, 158);
  --r-green-80: rgb(26, 79, 96);
  --r-yx-black-190: rgb(0, 56, 73);
  --r-yx-black-180: rgb(0, 39, 54);
  --r-yx-black-170: rgb(103, 103, 103);
  --r-yx-black-120: rgb(242, 244, 249);
  --r-yx-black-110: rgb(250, 250, 250);
  --r-yx-yellow-190: 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);
  /* --color-title: 0, 40, 55;
        --color-p: 97, 101, 102;
        --color-919799: 145, 151, 153;
        --color-green: 36, 184, 158;
        --color-dark-green: 26, 79, 96;
        --color-f8f8f9: 248, 248, 249; */
  --black-90: 0, 40, 55;
  /* 标题 #002837 */
  --black-70: 97, 101, 102;
  /* 正文 #616566 */
  --black-60: 145, 151, 153;
  /* 次要文本 （footer） */
  --black-50: 248, 248, 249;
  /* 背景色 f8f8f9 */
  --green-90: 36, 184, 158;
  /* 主色绿色 24b89e */
  --green-80: 26, 79, 96;
  /* --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; */
  --yx-black-190: 0, 56, 73;
  --yx-black-180: 0, 39, 54;
  --yx-black-170: 103, 103, 103;
  --yx-black-120: 242, 244, 249;
  --yx-black-110: 250, 250, 250;
  --yx-yellow-190: 255, 255, 0;
  /* affiliate 颜色 */
  /* --color-dark-title: 18, 17, 35;
        --color-dark-sub: 51, 51, 51;
        --color-dark-text: 83, 82, 87;
        --color-dark-note1: 131, 131, 138;
        --color-dark-note2: 180, 179, 189;
        --color-bg: 253, 253, 248;
        --color-yellow: 255, 175, 27; */
  --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;
}

html {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 640px;
}

@media (min-width: 768px) {
  body {
    max-width: 100%;
  }
}

h2 {
  display: inline-block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(var(--yx-black-190), 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: 767px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

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

.container {
  width: 100%;
}

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

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

.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: 767px) {
  .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(--green-90), 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(--green-90), 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(--green-90), 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(--yx-black-190), 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(--green-90), var(--tw-border-opacity, 1));
  }
}

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

@media (min-width: 768px) {
  .tablist button.active {
    --tw-border-opacity: 1;
    border-color: rgba(var(--green-90), var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--green-90), 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(--green-90), var(--tw-bg-opacity, 1));
}

@media (max-width: 767px) {
  .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(--green-90), 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(--yx-black-170), 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(--yx-black-170), 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;
}

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

/* banner */

@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;
  /*   font-size: 100%;
   font: inherit;
   font-weight: normal;*/
  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;
}

html, body{
  width:100%;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-size:16px;
  color: #002837;
}

html {
  overflow-y: scroll;
  background: #eee;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  /*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";*/
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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: 768px) {
  ::-webkit-scrollbar{
    width: 6px;
    height: 6px;
  }
}

/*动画*/

.animate__animated {
  animation-duration: calc(1s / 2);
  animation-duration: calc(var(--animate-duration) / 2);
  /*-webkit-animation-duration: 1s;*/
  /*animation-duration: 1s;*/
  /*-webkit-animation-duration: var(--animate-duration);*/
  /*animation-duration: var(--animate-duration);*/
  animation-fill-mode: both;
}

.animate__animated.animate__faster {
  animation-duration: calc(1s / 8);
  animation-duration: calc(var(--animate-duration) / 8);
}

.animate__animated.animate__fast {
  animation-duration: calc(1s * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
}

.animate__animated.animate__slower {
  animation-duration: calc(1s * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -1%, 0);
  }

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

.animate__fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

.animate__fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
    display: none;
  }
}

.animate__slideOutUp {
  animation-name: slideOutUp;
}

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

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

*,
html,
body {
  font-size: 16px;
  font-weight: 100;
  margin: 0 auto;
  text-align: center;
  /*font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;*/
  font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  scroll-behavior: smooth;
}

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

html,
body {
  background: #ffffff;
}

body {
  padding-top: 80px;
  position: relative;
}

a {
  font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi, "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;
}

body{
  font-size: 14px;
  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";
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}

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

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

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

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

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

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

.is_scrolled {
  background: #ffffff;
}

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

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

/*导航栏登录注册*/

/*导航*/

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

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

.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: 999;
  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;
  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-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi;
  font-weight: 400;
  color: #616566;
  /*line-height: 16px;*/
  /*width: 100%;*/
  text-align: left;
  padding: 0;
  /*padding: 8px 0;*/
  width: auto;
  line-height: 32px;
  /*padding: 8px 1.5rem 8px 0;*/
  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;
  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) { */

@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 {
    height: auto;
    overflow: hidden;
  }

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

  .navbar-mobile-menu button span,
    .navbar-mobile-menu button a {
    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;
  }

  .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: 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 0 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: grid;*/
  /*grid-template-columns: repeat(4, 1fr);*/
  /*grid-template-rows: 1fr;*/
  /*justify-items: end;*/
}

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

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

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

.footer-sitemap-list-title {
  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;
  width: 100%;
  display: inline-block;
  text-align: left;
}

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

.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;
    line-height: 1.625rem;
    color: #002837;
}
.footer-connect-info span {
    display: block;
    color: #919799;
    line-height: 16px;
    text-align: left;
}*/

.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;
  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;
  margin: 1rem 0;
}

.footer-connect-info span {
  /*display: block;*/
  color: #919799;
  line-height: 16px;
  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;
  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;
  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;
}

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

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

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

  .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:last-child {
    width: 100%;
    margin-top: 0rem;
  }

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

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

  .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;
    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;
  color: #ffffff;
  margin-bottom: 0;
}

.CustomerServiceEntry .leader-unit p.help{
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  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;
  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;
  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;
  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;
  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;
}

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

.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: 8px;
  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;
  line-height: 32px;
}

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

.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: 27px;
}

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

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

.i_title {
  font-size: 12px;
  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;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 4px;
  line-height: 26px;
  padding: 14px;
  margin-left: 0;
}

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

.izl-rmenu .i_close {
  width: 44px;
  height: 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(120%);
  }

  .izl-rmenu .rmenu-content,
    .izl-rmenu .topBack
    {
    transition: all .2s .2s ease-out;
    transform: translate(0%);
    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(120%);
  }

  .izl-rmenu.open .rmenu-content,
    .izl-rmenu.open .topBack
    {
    transition: all .2s .2s ease-out;
    transform: translate(0%);
    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;
  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;
}

form label#policy_agree-error:after {
}

@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: 1023px) {
  .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;
  }
}

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

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

.-bottom-\[107px\] {
  bottom: -107px;
}

.-bottom-\[76px\] {
  bottom: -76px;
}

.-bottom-\[91px\] {
  bottom: -91px;
}

.-left-3 {
  left: -0.75rem;
}

.-left-\[300px\] {
  left: -300px;
}

.-top-3 {
  top: -0.75rem;
}

.-top-\[80px\] {
  top: -80px;
}

.-top-full {
  top: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.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-\[75\%\] {
  left: 75%;
}

.left-\[88\%\] {
  left: 88%;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[39\%\] {
  top: 39%;
}

.top-\[42px\] {
  top: 42px;
}

.top-\[72\%\] {
  top: 72%;
}

.top-\[94px\] {
  top: 94px;
}

.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-\[10001\] {
  z-index: 10001;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

.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-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.-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-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.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-\[56px\] {
  margin-bottom: 56px;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.mr-10 {
  margin-right: 2.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-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.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-\[15px\] {
  margin-top: 15px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[46px\] {
  margin-top: 46px;
}

.mt-\[58px\] {
  margin-top: 58px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.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-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.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-\[40px\] {
  height: 40px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[7px\] {
  height: 7px;
}

.h-\[initial\] {
  height: initial;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-\[44px\] {
  max-height: 44px;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[116px\] {
  width: 116px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[174px\] {
  width: 174px;
}

.w-\[244px\] {
  width: 244px;
}

.w-\[261px\] {
  width: 261px;
}

.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-\[80px\] {
  width: 80px;
}

.w-\[86\%\] {
  width: 86%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[90px\] {
  width: 90px;
}

.w-\[92\%\] {
  width: 92%;
}

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

.w-\[calc\(_100\%_-_56px_\)\] {
  width: calc( 100% - 56px );
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1300px\] {
  max-width: 1300px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[472px\] {
  max-width: 472px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-full {
  max-width: 100%;
}

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

.\!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(-792px, 0, 0);
  }
}

.animate-\[rolling_30s_linear_infinite\] {
  animation: rolling 30s linear infinite;
}

@keyframes rolling {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-792px, 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;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 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-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

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

.justify-items-center {
  justify-items: center;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[48px\] {
  gap: 48px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.border {
  border-width: 1px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-black-190 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--yx-black-190), var(--tw-border-opacity, 1));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-green-90 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--green-90), var(--tw-border-opacity, 1));
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / 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-t-transparent {
  border-top-color: transparent;
}

.bg-\[\#CCCCCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E4E4E4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F9FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFAA32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 170 50 / 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-110 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--yx-black-110), var(--tw-bg-opacity, 1));
}

.bg-black-190 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--yx-black-190), var(--tw-bg-opacity, 1));
}

.bg-black-190\/80 {
  background-color: rgba(var(--yx-black-190), 0.8);
}

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

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 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-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--green-90), var(--tw-bg-opacity, 1));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.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-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.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-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-blue-500 {
  --tw-gradient-to: #3b82f6 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-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-green-500 {
  fill: #22c55e;
}

.fill-red-500 {
  fill: #ef4444;
}

.fill-white {
  fill: #fff;
}

.stroke-green-500 {
  stroke: #22c55e;
}

.stroke-orange-500 {
  stroke: #f97316;
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[18px\] {
  padding: 18px;
}

.p-\[1px\] {
  padding: 1px;
}

.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-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-\[75px\] {
  padding-left: 75px;
}

.pr-5 {
  padding-right: 1.25rem;
}

.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-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[14px\] {
  padding-top: 14px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

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

.align-bottom {
  vertical-align: bottom;
}

.font-PuHuiBlod {
  font-family: PuHuiBlod, ui-sans-serif, system-ui, sans-serif;
}

.font-PuHuiMedium {
  font-family: PuHuiMedium, ui-sans-serif, system-ui, sans-serif;
}

.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-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.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-\[700\] {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.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-8 {
  line-height: 2rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.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-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.text-\[\#676767\] {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}

.text-\[\#B4B3BD\] {
  --tw-text-opacity: 1;
  color: rgb(180 179 189 / var(--tw-text-opacity, 1));
}

.text-\[\#FF1454\] {
  --tw-text-opacity: 1;
  color: rgb(255 20 84 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFF00\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 0 / var(--tw-text-opacity, 1));
}

.text-black-170 {
  --tw-text-opacity: 1;
  color: rgba(var(--yx-black-170), var(--tw-text-opacity, 1));
}

.text-black-180 {
  --tw-text-opacity: 1;
  color: rgba(var(--yx-black-180), var(--tw-text-opacity, 1));
}

.text-black-190 {
  --tw-text-opacity: 1;
  color: rgba(var(--yx-black-190), 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-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-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-90 {
  --tw-text-opacity: 1;
  color: rgba(var(--green-90), 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-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-190 {
  --tw-text-opacity: 1;
  color: rgba(var(--yx-yellow-190), var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

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

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

.duration-75 {
  transition-duration: 75ms;
}

.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: 767px) {
  .\!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;
}

.\!\[a-zA-Z\:_\] {
  a-z-a--z:  !important;
}

.\[fs\:0\] {
  fs: 0;
}

.\[hostname\:port\] {
  hostname: port;
}

/* button */

/* yingxiao */

/* banner */

.tablist .disabled\:active:disabledbutton {
  --tw-text-opacity: 1;
  color: rgba(var(--green-90), var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tablist .disabled\:active:disabledbutton {
    --tw-border-opacity: 1;
    border-color: rgba(var(--green-90), var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--green-90), 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(--green-90), var(--tw-bg-opacity, 1));
}

@media (max-width: 767px) {
  .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;
}

@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(--green-90), 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;
  }
}

.\*\:items-center > * {
  align-items: center;
}

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

.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-black-170:nth-child(even) {
  --tw-text-opacity: 1;
  color: rgba(var(--yx-black-170), var(--tw-text-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-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\:text-green-90:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--green-90), var(--tw-text-opacity, 1));
}

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

.hover\:opacity-85:hover {
  opacity: 0.85;
}

.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\: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\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:absolute {
    position: absolute;
  }

  .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\:mb-\[88px\] {
    margin-bottom: 88px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .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\:mt-\[76px\] {
    margin-top: 76px;
  }

  .md\:block {
    display: block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[150px\] {
    height: 150px;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:h-\[256px\] {
    height: 256px;
  }

  .md\:h-\[34px\] {
    height: 34px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-\[130px\] {
    width: 130px;
  }

  .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-\[580px\] {
    width: 580px;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[280px\] {
    max-width: 280px;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .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-\[104px\] {
    gap: 104px;
  }

  .md\:gap-\[72px\] {
    gap: 72px;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-black-190 {
    --tw-border-opacity: 1;
    border-color: rgba(var(--yx-black-190), var(--tw-border-opacity, 1));
  }

  .md\:border-green-90 {
    --tw-border-opacity: 1;
    border-color: rgba(var(--green-90), var(--tw-border-opacity, 1));
  }

  .md\:bg-green-90 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--green-90), var(--tw-bg-opacity, 1));
  }

  .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-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-\[64px\] {
    padding-bottom: 64px;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-\[18px\] {
    padding-top: 18px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:pt-\[62px\] {
    padding-top: 62px;
  }

  .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-\[56px\] {
    font-size: 56px;
  }

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

@media (min-width: 1024px) {
  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-\[85\%\] {
    left: 85%;
  }

  .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-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[312px\] {
    height: 312px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[580px\] {
    height: 580px;
  }

  .lg\:max-h-\[506px\] {
    max-height: 506px;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-\[42\%\] {
    width: 42%;
  }

  .lg\:w-\[44\%\] {
    width: 44%;
  }

  .lg\:w-\[900px\] {
    width: 900px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[308px\] {
    max-width: 308px;
  }

  .lg\:max-w-\[506px\] {
    max-width: 506px;
  }

  .lg\:max-w-\[560px\] {
    max-width: 560px;
  }

  .lg\:basis-full {
    flex-basis: 100%;
  }

  @keyframes lgRolling {
    0% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      transform: translate3d(-1200px, 0, 0);
    }
  }

  .lg\:animate-\[lgRolling_30s_linear_infinite\] {
    animation: lgRolling 30s linear infinite;
  }

  @keyframes lgRolling {
    0% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      transform: translate3d(-1200px, 0, 0);
    }
  }

  .lg\:animate-\[lgRolling_30s_linear_infinite_reverse\] {
    animation: lgRolling 30s linear infinite reverse;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:rounded-\[50px\] {
    border-radius: 50px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-\[50px\] {
    padding: 50px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pb-\[98px\] {
    padding-bottom: 98px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-\[102px\] {
    padding-top: 102px;
  }

  .lg\:pt-\[106px\] {
    padding-top: 106px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .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-\[56px\] {
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  .max-md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-md\:mt-\[24px\] {
    margin-top: 24px;
  }

  .max-md\:mt-\[26px\] {
    margin-top: 26px;
  }

  .max-md\:block {
    display: block;
  }

  .max-md\:h-\[2px\] {
    height: 2px;
  }

  .max-md\:w-\[230px\] {
    width: 230px;
  }

  .max-md\:w-\[70\%\] {
    width: 70%;
  }

  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:max-w-\[500px\] {
    max-width: 500px;
  }

  .max-md\:max-w-\[580px\] {
    max-width: 580px;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:fill-\[\#676767\] {
    fill: #676767;
  }

  .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-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\:pt-8 {
    padding-top: 2rem;
  }

  .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\:content-\[\'\'\] {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (max-width: 1023.99px) {
  .max-lg\:ml-4 {
    margin-left: 1rem;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .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\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }

  .dark\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }
}
