@font-face {
  font-family: 'Space Grotesk';
  src: url(/static/media/JIANGCHENGYUANTI.b14fae126e4310239c9a.TTF) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* 控制字体加载行为 */
}
@font-face {
  font-family: 'Roboto';
  src: url(/static/media/ROBOTO-REGULAR.03523cf578d69fa92322.TTF) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  /* 控制字体加载行为 */
}
:root {
  --primary-color: #00BD8D;
  --background-color: #ffffff;
  --text-desc: #111A34;
  --text-desc-900: #41485D;
  --main-bg: #ffffff;
  --main-bg-900: #F6F7F8;
  --home-num: #121212;
  --line-400: #F7F8FB;
  --main-head: #ffffff;
  --text-desc-800: #64748B;
  --text-desc-500: #F6F7F8;
  --text-desc-400: #41485D;
  --main-bg-800: #F6F7F8;
  --main-bg-700: #D9D9D9;
  --main-bg-600: #FBFBFD;
  --line-800: #EBEEF2;
  --text-desc-300: #858B9C;
  --text-desc-200: #666F83;
  --home-total-100: #F7F8FB;
  --home-total-200: #ffffff;
  --home-total-300: #121212;
  --home-total-400: #ffffff;
  --home-total-500: #E8F9F5;
  --button-100: #FFEBC6;
}
body.dark {
  --primary-color: #00BD8D;
  --background-color: #000000;
  --text-desc: #ffffff;
  --text-desc-900: #C5CAD5;
  --main-bg: #121212;
  --main-bg-900: #121212;
  --home-num: #222222;
  --line-400: #333333;
  --main-head: #000000;
  --text-desc-800: #C5CAD5;
  --text-desc-500: #333333;
  --text-desc-400: #C5CAD5;
  --main-bg-800: #222222;
  --main-bg-700: #222222;
  --main-bg-600: #D9D9D9;
  --line-800: #222222;
  --text-desc-300: #c5cad5;
  --text-desc-200: #c5cad5;
  --home-total-100: #000000;
  --home-total-200: #222222;
  --home-total-300: #000000;
  --home-total-400: #121212;
  --home-total-500: #222222;
  --button-100: #FFEBC6;
}
:root {
  --text-color: #111A34;
  --reset-button: #ffffff;
}
body.dark {
  --text-color: #ffffff;
  --reset-button: #111A34;
}

/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

*, ::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 */ /* 3 */
  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::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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.top-\[120px\] {
  top: 120px;
}
.z-10 {
  z-index: 10;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[9999\] {
  z-index: 9999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.flex {
  display: flex;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-full {
  height: 100%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-full {
  width: 100%;
}
.w-main {
  width: 1280px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.flex-1 {
  flex: 1 1;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-\[\#00BD8D\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 189 141 / 1);
  border-color: rgb(0 189 141 / var(--tw-border-opacity, 1));
}
.border-\[\#F6F7F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 247 248 / 1);
  border-color: rgb(246 247 248 / var(--tw-border-opacity, 1));
}
.border-\[\#F8B62D\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 182 45 / 1);
  border-color: rgb(248 182 45 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(255\2c 235\2c 198\2c 0\.2\)\] {
  border-color: rgba(255,235,198,0.2);
}
.border-\[rgba\(255\2c 235\2c 198\2c 0\.4\)\] {
  border-color: rgba(255,235,198,0.4);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / 1);
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / 1);
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#2E271F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 39 31 / 1);
  background-color: rgb(46 39 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DFE1E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 225 232 / 1);
  background-color: rgb(223 225 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F7F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / 1);
  background-color: rgb(246 247 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F8FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / 1);
  background-color: rgb(247 248 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(248\2c 182\2c 45\2c 0\.1\)\] {
  background-color: rgba(248,182,45,0.1);
}
.bg-\[rgba\(46\2c 39\2c 31\2c 0\.6\)\] {
  background-color: rgba(46,39,31,0.6);
}
.bg-\[rgba\(46\2c 39\2c 31\2c 0\.8\)\] {
  background-color: rgba(46,39,31,0.8);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-home-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / 1);
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.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;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[192px\] {
  padding-top: 192px;
}
.text-center {
  text-align: center;
}
.text-\[\#14px\] {
  font-size: #14px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-custom-14 {
  font-size: 14px;
  line-height: 14px;
}
.text-custom-18 {
  font-size: 18px;
  line-height: 18px;
}
.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;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.leading-\[14px\] {
  line-height: 14px;
}
.text-\[\#00BD8D\] {
  --tw-text-opacity: 1;
  color: rgb(0 189 141 / 1);
  color: rgb(0 189 141 / var(--tw-text-opacity, 1));
}
.text-\[\#111A34\] {
  --tw-text-opacity: 1;
  color: rgb(17 26 52 / 1);
  color: rgb(17 26 52 / var(--tw-text-opacity, 1));
}
.text-\[\#666F83\] {
  --tw-text-opacity: 1;
  color: rgb(102 111 131 / 1);
  color: rgb(102 111 131 / var(--tw-text-opacity, 1));
}
.text-\[\#858B9C\] {
  --tw-text-opacity: 1;
  color: rgb(133 139 156 / 1);
  color: rgb(133 139 156 / var(--tw-text-opacity, 1));
}
.text-\[\#F8B62D\] {
  --tw-text-opacity: 1;
  color: rgb(248 182 45 / 1);
  color: rgb(248 182 45 / var(--tw-text-opacity, 1));
}
.text-\[\#FFA600\] {
  --tw-text-opacity: 1;
  color: rgb(255 166 0 / 1);
  color: rgb(255 166 0 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-desc-600 {
  --tw-text-opacity: 1;
  color: rgb(197 202 213 / 1);
  color: rgb(197 202 213 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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);
}
body {
  background-color: #ffffff;
  background-color: var(--background-color);
  color: #111A34;
  color: var(--text-color);
  transition: all 0.3s ease;
  font-family: Roboto;
  line-height: 100%;
}
#root {
  height: 100%;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #00BD8D;
  background-color: var(--primary-color);
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
  background-color: var(--background-color);
  border-radius: 10px;
}
.mainPageView {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 59px;
  background-color: #ffffff;
  background-color: var(--background-color);
}
@media only screen and (max-width: 760px) {
  .mainPageView {
    background: linear-gradient(198deg, #231E18 3.43%, #453B31 16.89%, #50463C 23.62%, #5A4C3F 43.82%, #231E18 70.74%);
    padding-top: 46px;
    margin-top: 0px;
    min-height: 100%;
  }
  .mbg {
    background: #000 !important;
  }
}
/* 隐藏滚动条但保留滚动功能 */
.container-d {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.container-d::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.slick-list {
  overflow: visible !important;
}
.border-image-box {
  position: relative;
  /* 为伪元素定位提供参照 */
  overflow: hidden;
  background: rgba(46, 39, 31, 0.4);
  border-top: 1px solid rgba(255, 235, 198, 0.28);
  border-bottom: 1px solid rgba(255, 235, 198, 0.28);
}
.border-image-box::before,
.border-image-box::after {
  content: '';
  position: absolute;
  top: 0;
  width: 2px;
  /* 线宽 */
  height: 100%;
  /* 与父元素同高 */
  pointer-events: none;
  /* 避免影响交互 */
}
/* 左竖线 */
.border-image-box::before {
  left: 0;
}
/* 右竖线 */
.border-image-box::after {
  right: 0;
}
.bgw {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.68;
  background: linear-gradient(198deg, #231E18 3.43%, #453B31 16.89%, #50463C 23.62%, #5A4C3F 43.82%, #231E18 70.74%);
}
#root {
  display: flex;
  justify-content: center;
}
:root {
  --primary-color: #00BD8D;
  --background-color: #ffffff;
  --text-desc: #111A34;
  --text-desc-900: #41485D;
  --main-bg: #ffffff;
  --main-bg-900: #F6F7F8;
  --home-num: #121212;
  --line-400: #F7F8FB;
  --main-head: #ffffff;
  --text-desc-800: #64748B;
  --text-desc-500: #F6F7F8;
  --text-desc-400: #41485D;
  --main-bg-800: #F6F7F8;
  --main-bg-700: #D9D9D9;
  --main-bg-600: #FBFBFD;
  --line-800: #EBEEF2;
  --text-desc-300: #858B9C;
  --text-desc-200: #666F83;
  --home-total-100: #F7F8FB;
  --home-total-200: #ffffff;
  --home-total-300: #121212;
  --home-total-400: #ffffff;
  --home-total-500: #E8F9F5;
  --button-100: #FFEBC6;
}
body.dark {
  --primary-color: #00BD8D;
  --background-color: #000000;
  --text-desc: #ffffff;
  --text-desc-900: #C5CAD5;
  --main-bg: #121212;
  --main-bg-900: #121212;
  --home-num: #222222;
  --line-400: #333333;
  --main-head: #000000;
  --text-desc-800: #C5CAD5;
  --text-desc-500: #333333;
  --text-desc-400: #C5CAD5;
  --main-bg-800: #222222;
  --main-bg-700: #222222;
  --main-bg-600: #D9D9D9;
  --line-800: #222222;
  --text-desc-300: #c5cad5;
  --text-desc-200: #c5cad5;
  --home-total-100: #000000;
  --home-total-200: #222222;
  --home-total-300: #000000;
  --home-total-400: #121212;
  --home-total-500: #222222;
  --button-100: #FFEBC6;
}
:root {
  --text-color: #111A34;
  --reset-button: #ffffff;
}
body.dark {
  --text-color: #ffffff;
  --reset-button: #111A34;
}
.active\:bg-\[rgba\(248\2c 182\2c 45\2c 0\.2\)\]:active {
  background-color: rgba(248,182,45,0.2);
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
@media (max-width: 760px) {

  .mobile\:bottom-0 {
    bottom: 0px;
  }

  .mobile\:top-\[auto\] {
    top: auto;
  }

  .mobile\:mt-6 {
    margin-top: 1.5rem;
  }

  .mobile\:w-\[100vw\] {
    width: 100vw;
  }

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

  .mobile\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

:root {
  --primary-color: #00BD8D;
  --background-color: #ffffff;
  --text-desc: #111A34;
  --text-desc-900: #41485D;
  --main-bg: #ffffff;
  --main-bg-900: #F6F7F8;
  --home-num: #121212;
  --line-400: #F7F8FB;
  --main-head: #ffffff;
  --text-desc-800: #64748B;
  --text-desc-500: #F6F7F8;
  --text-desc-400: #41485D;
  --main-bg-800: #F6F7F8;
  --main-bg-700: #D9D9D9;
  --main-bg-600: #FBFBFD;
  --line-800: #EBEEF2;
  --text-desc-300: #858B9C;
  --text-desc-200: #666F83;
  --home-total-100: #F7F8FB;
  --home-total-200: #ffffff;
  --home-total-300: #121212;
  --home-total-400: #ffffff;
  --home-total-500: #E8F9F5;
  --button-100: #FFEBC6;
}
body.dark {
  --primary-color: #00BD8D;
  --background-color: #000000;
  --text-desc: #ffffff;
  --text-desc-900: #C5CAD5;
  --main-bg: #121212;
  --main-bg-900: #121212;
  --home-num: #222222;
  --line-400: #333333;
  --main-head: #000000;
  --text-desc-800: #C5CAD5;
  --text-desc-500: #333333;
  --text-desc-400: #C5CAD5;
  --main-bg-800: #222222;
  --main-bg-700: #222222;
  --main-bg-600: #D9D9D9;
  --line-800: #222222;
  --text-desc-300: #c5cad5;
  --text-desc-200: #c5cad5;
  --home-total-100: #000000;
  --home-total-200: #222222;
  --home-total-300: #000000;
  --home-total-400: #121212;
  --home-total-500: #222222;
  --button-100: #FFEBC6;
}
:root {
  --text-color: #111A34;
  --reset-button: #ffffff;
}
body.dark {
  --text-color: #ffffff;
  --reset-button: #111A34;
}
:root {
  --primary-color: #00BD8D;
  --background-color: #ffffff;
  --text-desc: #111A34;
  --text-desc-900: #41485D;
  --main-bg: #ffffff;
  --main-bg-900: #F6F7F8;
  --home-num: #121212;
  --line-400: #F7F8FB;
  --main-head: #ffffff;
  --text-desc-800: #64748B;
  --text-desc-500: #F6F7F8;
  --text-desc-400: #41485D;
  --main-bg-800: #F6F7F8;
  --main-bg-700: #D9D9D9;
  --main-bg-600: #FBFBFD;
  --line-800: #EBEEF2;
  --text-desc-300: #858B9C;
  --text-desc-200: #666F83;
  --home-total-100: #F7F8FB;
  --home-total-200: #ffffff;
  --home-total-300: #121212;
  --home-total-400: #ffffff;
  --home-total-500: #E8F9F5;
  --button-100: #FFEBC6;
}
body.dark {
  --primary-color: #00BD8D;
  --background-color: #000000;
  --text-desc: #ffffff;
  --text-desc-900: #C5CAD5;
  --main-bg: #121212;
  --main-bg-900: #121212;
  --home-num: #222222;
  --line-400: #333333;
  --main-head: #000000;
  --text-desc-800: #C5CAD5;
  --text-desc-500: #333333;
  --text-desc-400: #C5CAD5;
  --main-bg-800: #222222;
  --main-bg-700: #222222;
  --main-bg-600: #D9D9D9;
  --line-800: #222222;
  --text-desc-300: #c5cad5;
  --text-desc-200: #c5cad5;
  --home-total-100: #000000;
  --home-total-200: #222222;
  --home-total-300: #000000;
  --home-total-400: #121212;
  --home-total-500: #222222;
  --button-100: #FFEBC6;
}
:root {
  --text-color: #111A34;
  --reset-button: #ffffff;
}
body.dark {
  --text-color: #ffffff;
  --reset-button: #111A34;
}

.radioTabs .ant-radio-group {
  display: inline-flex;
  gap: 20px;
}
.radioTabs .ant-radio-group .ant-radio-wrapper {
  margin-right: 0;
  margin-right: initial;
}
.radioTabs .ant-radio-group .ant-radio-label {
  padding: 0;
}
.radioTabs .ant-radio-group .ant-radio {
  display: none;
}
.radioTabs .ant-radio-group .ant-radio-label {
  font-size: 20px;
  font-weight: 700;
  color: #858B9C;
}
.radioTabs .ant-radio-group .ant-radio-wrapper-checked .ant-radio-label {
  color: #FFF;
}
.nemus .ant-tabs-nav {
  margin: 0 !important;
}
.nemus .ant-tabs-nav::before {
  border-bottom: none;
}
.nemus .ant-tabs-tab {
  font-size: 18px !important;
  font-weight: 400;
}
.nemus .ant-tabs-tab-active {
  font-weight: 500;
}
.nemus .ant-tabs-ink-bar {
  display: none;
}
.ant-input-number-handler-wrap {
  display: none !important;
}
.input-text-center {
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
}
.input-text-center input {
  text-align: center;
}
.input-text-center .ant-input-number-suffix,
.input-text-center .ant-input-number-prefix {
  -webkit-margin-end: 8px !important;
          margin-inline-end: 8px !important;
  -webkit-margin-start: 8px !important;
          margin-inline-start: 8px !important;
}
.registerWeb {
  padding: 40px;
  border-radius: 20px;
}
.registerWeb .ant-input-outlined,
.registerWeb .ant-select-selector {
  background: rgba(46, 39, 31, 0.4) !important;
}
.registerWeb input {
  height: 48px;
}
.registerWeb .ant-input-password input {
  height: auto;
}
.register .ant-input-outlined,
.register .ant-select-selector {
  background: rgba(46, 39, 31, 0.4) !important;
}
.ant-btn {
  border-radius: 12px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 760px) {
  .ant-btn {
    border-radius: 8px;
    height: 30px;
  }
}
.ant-btn-default {
  background: rgba(46, 39, 31, 0.4) !important;
  color: #FFF !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  padding: 0 16px !important;
  height: 38px !important;
  border-radius: 12px !important;
}
.ant-btn-primary {
  background: #F8B62D !important;
  color: #000 !important;
}
.flexSpin .ant-spin-container {
  height: 100%;
}
.filledDisabled {
  border-color: rgba(0, 0, 0, 0) !important;
}
.ant-drawer-content-wrapper {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.ant-drawer .ant-drawer-body {
  padding: 24px 16px;
}
:root {
  --primary-color: #00BD8D;
  --background-color: #ffffff;
  --text-desc: #111A34;
  --text-desc-900: #41485D;
  --main-bg: #ffffff;
  --main-bg-900: #F6F7F8;
  --home-num: #121212;
  --line-400: #F7F8FB;
  --main-head: #ffffff;
  --text-desc-800: #64748B;
  --text-desc-500: #F6F7F8;
  --text-desc-400: #41485D;
  --main-bg-800: #F6F7F8;
  --main-bg-700: #D9D9D9;
  --main-bg-600: #FBFBFD;
  --line-800: #EBEEF2;
  --text-desc-300: #858B9C;
  --text-desc-200: #666F83;
  --home-total-100: #F7F8FB;
  --home-total-200: #ffffff;
  --home-total-300: #121212;
  --home-total-400: #ffffff;
  --home-total-500: #E8F9F5;
  --button-100: #FFEBC6;
}
body.dark {
  --primary-color: #00BD8D;
  --background-color: #000000;
  --text-desc: #ffffff;
  --text-desc-900: #C5CAD5;
  --main-bg: #121212;
  --main-bg-900: #121212;
  --home-num: #222222;
  --line-400: #333333;
  --main-head: #000000;
  --text-desc-800: #C5CAD5;
  --text-desc-500: #333333;
  --text-desc-400: #C5CAD5;
  --main-bg-800: #222222;
  --main-bg-700: #222222;
  --main-bg-600: #D9D9D9;
  --line-800: #222222;
  --text-desc-300: #c5cad5;
  --text-desc-200: #c5cad5;
  --home-total-100: #000000;
  --home-total-200: #222222;
  --home-total-300: #000000;
  --home-total-400: #121212;
  --home-total-500: #222222;
  --button-100: #FFEBC6;
}
:root {
  --text-color: #111A34;
  --reset-button: #ffffff;
}
body.dark {
  --text-color: #ffffff;
  --reset-button: #111A34;
}

.index_topbar__XNE8b {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  max-width: 768px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  z-index: 111;
  padding: 0 16px;
  height: 44px;
  background: #FFF;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.index_topbar__XNE8b .index_left__KaJZn {
  display: flex;
  align-items: center;
  gap: 40px;
}
.index_topbar__XNE8b .index_middle__p99\+z {
  display: flex;
  align-content: center;
}
.index_topbar__XNE8b .index_right__mf8Ki {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 760px) {
  .index_topbar__XNE8b .index_right__mf8Ki {
    gap: 16px;
  }
}
.index_topbar__XNE8b .index_right__mf8Ki .index_rightItem__wPOft {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 760px) {
  .index_topbar__XNE8b .index_right__mf8Ki .index_rightItem__wPOft {
    width: auto;
    gap: 12px;
  }
}
:root {
  --primary-color: #00BD8D;
  --background-color: #ffffff;
  --text-desc: #111A34;
  --text-desc-900: #41485D;
  --main-bg: #ffffff;
  --main-bg-900: #F6F7F8;
  --home-num: #121212;
  --line-400: #F7F8FB;
  --main-head: #ffffff;
  --text-desc-800: #64748B;
  --text-desc-500: #F6F7F8;
  --text-desc-400: #41485D;
  --main-bg-800: #F6F7F8;
  --main-bg-700: #D9D9D9;
  --main-bg-600: #FBFBFD;
  --line-800: #EBEEF2;
  --text-desc-300: #858B9C;
  --text-desc-200: #666F83;
  --home-total-100: #F7F8FB;
  --home-total-200: #ffffff;
  --home-total-300: #121212;
  --home-total-400: #ffffff;
  --home-total-500: #E8F9F5;
  --button-100: #FFEBC6;
}
body.index_dark__t0n0U {
  --primary-color: #00BD8D;
  --background-color: #000000;
  --text-desc: #ffffff;
  --text-desc-900: #C5CAD5;
  --main-bg: #121212;
  --main-bg-900: #121212;
  --home-num: #222222;
  --line-400: #333333;
  --main-head: #000000;
  --text-desc-800: #C5CAD5;
  --text-desc-500: #333333;
  --text-desc-400: #C5CAD5;
  --main-bg-800: #222222;
  --main-bg-700: #222222;
  --main-bg-600: #D9D9D9;
  --line-800: #222222;
  --text-desc-300: #c5cad5;
  --text-desc-200: #c5cad5;
  --home-total-100: #000000;
  --home-total-200: #222222;
  --home-total-300: #000000;
  --home-total-400: #121212;
  --home-total-500: #222222;
  --button-100: #FFEBC6;
}
:root {
  --text-color: #111A34;
  --reset-button: #ffffff;
}
body.index_dark__t0n0U {
  --text-color: #ffffff;
  --reset-button: #111A34;
}

.index_containers__DdjlC {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  max-width: 768px;
  width: 100%;
}
.index_containers__DdjlC .index_content__Oy-B- {
  padding-top: 44px;
  flex: 1 1;
}
:root {
  --primary-color: #00BD8D;
  --background-color: #ffffff;
  --text-desc: #111A34;
  --text-desc-900: #41485D;
  --main-bg: #ffffff;
  --main-bg-900: #F6F7F8;
  --home-num: #121212;
  --line-400: #F7F8FB;
  --main-head: #ffffff;
  --text-desc-800: #64748B;
  --text-desc-500: #F6F7F8;
  --text-desc-400: #41485D;
  --main-bg-800: #F6F7F8;
  --main-bg-700: #D9D9D9;
  --main-bg-600: #FBFBFD;
  --line-800: #EBEEF2;
  --text-desc-300: #858B9C;
  --text-desc-200: #666F83;
  --home-total-100: #F7F8FB;
  --home-total-200: #ffffff;
  --home-total-300: #121212;
  --home-total-400: #ffffff;
  --home-total-500: #E8F9F5;
  --button-100: #FFEBC6;
}
body.index_dark__GyKD2 {
  --primary-color: #00BD8D;
  --background-color: #000000;
  --text-desc: #ffffff;
  --text-desc-900: #C5CAD5;
  --main-bg: #121212;
  --main-bg-900: #121212;
  --home-num: #222222;
  --line-400: #333333;
  --main-head: #000000;
  --text-desc-800: #C5CAD5;
  --text-desc-500: #333333;
  --text-desc-400: #C5CAD5;
  --main-bg-800: #222222;
  --main-bg-700: #222222;
  --main-bg-600: #D9D9D9;
  --line-800: #222222;
  --text-desc-300: #c5cad5;
  --text-desc-200: #c5cad5;
  --home-total-100: #000000;
  --home-total-200: #222222;
  --home-total-300: #000000;
  --home-total-400: #121212;
  --home-total-500: #222222;
  --button-100: #FFEBC6;
}
:root {
  --text-color: #111A34;
  --reset-button: #ffffff;
}
body.index_dark__GyKD2 {
  --text-color: #ffffff;
  --reset-button: #111A34;
}


/*# sourceMappingURL=main.css.map*/