/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* 
  Attention: This file is generated by "yarn icon", do not modify
*/
@font-face {
  font-family: 'iconfont';
  src: url(/static/media/iconfont.4b4d6fb5f10880e199ff..woff) format("woff"),url(/static/media/iconfont.6ff98dca9346c4bb6735..ttf) format("truetype");
}

.iconfont {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-bao:before {
  content: "\e622";
}
.iconfont-dolor:before {
  content: "\e612";
}
.iconfont-waybill-menu:before {
  content: "\e610";
}
.iconfont-receive-address:before {
  content: "\e624";
}
.iconfont-send-address:before {
  content: "\e625";
}
.iconfont-home-weight:before {
  content: "\e603";
}
.iconfont-home-width:before {
  content: "\e623";
}
.iconfont-home-smart:before {
  content: "\e61d";
}
.iconfont-home-safety:before {
  content: "\e61e";
}
.iconfont-home-affordable:before {
  content: "\e61f";
}
.iconfont-home-flexible:before {
  content: "\e605";
}
.iconfont-user:before {
  content: "\e621";
}
.iconfont-home-tracking:before {
  content: "\e620";
}
.iconfont-home-item:before {
  content: "\e61c";
}
.iconfont-close-o:before {
  content: "\e61a";
}
.iconfont-close-eye:before {
  content: "\e61b";
}
.iconfont-eye:before {
  content: "\e619";
}
.iconfont-back-top:before {
  content: "\e618";
}
.iconfont-right-o:before {
  content: "\e617";
}
.iconfont-left:before {
  content: "\e615";
}
.iconfont-right:before {
  content: "\e616";
}
.iconfont-smile:before {
  content: "\e614";
}
.iconfont-home-height:before {
  content: "\e613";
}
.iconfont-home-length:before {
  content: "\e611";
}
.iconfont-home-cargo:before {
  content: "\e60f";
}
.iconfont-home-location:before {
  content: "\e60e";
}
.iconfont-home-qrcode:before {
  content: "\e60d";
}
.iconfont-home-phone:before {
  content: "\e60c";
}
.iconfont-home-ai:before {
  content: "\e60b";
}
.iconfont-home-address:before {
  content: "\e60a";
}
.iconfont-home-scheduling:before {
  content: "\e608";
}
.iconfont-home-customer-service:before {
  content: "\e609";
}
.iconfont-home-fresh:before {
  content: "\e601";
}
.iconfont-avatar:before {
  content: "\e606";
}
.iconfont-customer-menu:before {
  content: "\e607";
}
.iconfont-quote-menu:before {
  content: "\e604";
}
.iconfont-system-menu:before {
  content: "\e602";
}
.iconfont-order-menu:before {
  content: "\e600";
}

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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.16 | 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, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, 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]) {
  text-decoration: underline;
  -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;
}
.container{
  width: 100%;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-\[-1px\]{
  right: -1px;
}
.top-0{
  top: 0px;
}
.top-\[-1px\]{
  top: -1px;
}
.z-10{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.\!m-0{
  margin: 0px !important;
}
.m-auto{
  margin: auto;
}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-3{
  margin-bottom: 0.75rem !important;
}
.\!mb-4{
  margin-bottom: 1rem !important;
}
.\!mb-5{
  margin-bottom: 1.25rem !important;
}
.\!mb-9{
  margin-bottom: 2.25rem !important;
}
.\!mb-\[6px\]{
  margin-bottom: 6px !important;
}
.\!me-0{
  margin-right: 0px !important;
}
.\!ml-4{
  margin-left: 1rem !important;
}
.\!mr-0{
  margin-right: 0px !important;
}
.\!mr-6{
  margin-right: 1.5rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-1{
  margin-top: 0.25rem !important;
}
.\!mt-3{
  margin-top: 0.75rem !important;
}
.\!mt-4{
  margin-top: 1rem !important;
}
.\!mt-8{
  margin-top: 2rem !important;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.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-9{
  margin-bottom: 2.25rem;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[2px\]{
  margin-left: 2px;
}
.ml-\[70px\]{
  margin-left: 70px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[-1px\]{
  margin-top: -1px;
}
.mt-\[140px\]{
  margin-top: 140px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.size-3{
  width: 0.75rem;
  height: 0.75rem;
}
.size-\[10px\]{
  width: 10px;
  height: 10px;
}
.\!h-\[32px\]{
  height: 32px !important;
}
.h-16{
  height: 4rem;
}
.h-3{
  height: 0.75rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-\[143px\]{
  height: 143px;
}
.h-\[1\]{
  height: 1;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[251px\]{
  height: 251px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[3505px\]{
  height: 3505px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[734px\]{
  height: 734px;
}
.h-\[92px\]{
  height: 92px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.\!w-\[100px\]{
  width: 100px !important;
}
.\!w-\[184px\]{
  width: 184px !important;
}
.\!w-\[288px\]{
  width: 288px !important;
}
.\!w-full{
  width: 100% !important;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-4{
  width: 1rem;
}
.w-80{
  width: 20rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[146px\]{
  width: 146px;
}
.w-\[152px\]{
  width: 152px;
}
.w-\[184px\]{
  width: 184px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[204px\]{
  width: 204px;
}
.w-\[222px\]{
  width: 222px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[2479px\]{
  width: 2479px;
}
.w-\[288px\]{
  width: 288px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[354px\]{
  width: 354px;
}
.w-\[366px\]{
  width: 366px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[454px\]{
  width: 454px;
}
.w-\[54px\]{
  width: 54px;
}
.w-\[58\%\]{
  width: 58%;
}
.w-\[618px\]{
  width: 618px;
}
.w-\[659px\]{
  width: 659px;
}
.w-\[66px\]{
  width: 66px;
}
.w-\[96px\]{
  width: 96px;
}
.w-\[997px\]{
  width: 997px;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[1150px\]{
  min-width: 1150px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[30px\]{
  min-width: 30px;
}
.min-w-\[400px\]{
  min-width: 400px;
}
.min-w-\[40px\]{
  min-width: 40px;
}
.min-w-\[454px\]{
  min-width: 454px;
}
.min-w-\[50px\]{
  min-width: 50px;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.min-w-\[80px\]{
  min-width: 80px;
}
.min-w-\[90px\]{
  min-width: 90px;
}
.min-w-\[990px\]{
  min-width: 990px;
}
.max-w-\[1316px\]{
  max-width: 1316px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.flex-1{
  flex: 1 1 0%;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.464\]{
  --tw-scale-x: 0.464;
  --tw-scale-y: 0.464;
  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(0.464) scaleY(0.464);
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.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-\[10px\]{
  gap: 10px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-\[52px\]{
  gap: 52px;
}
.self-end{
  align-self: flex-end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-s-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-4{
  border-width: 4px;
}
.border-\[32px\]{
  border-width: 32px;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.\!border-\[\#575757\]{
  --tw-border-opacity: 1 !important;
  border-color: rgba(87, 87, 87, 1) !important;
  border-color: rgba(87, 87, 87, var(--tw-border-opacity, 1)) !important;
}
.border-\[\#00000073\]{
  border-color: rgba(0,0,0,0.45098);
}
.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgba(217, 217, 217, 1);
  border-color: rgba(217, 217, 217, var(--tw-border-opacity, 1));
}
.border-\[\#DCDFE6\]{
  --tw-border-opacity: 1;
  border-color: rgba(220, 223, 230, 1);
  border-color: rgba(220, 223, 230, var(--tw-border-opacity, 1));
}
.border-\[\#E5EFFF\]{
  --tw-border-opacity: 1;
  border-color: rgba(229, 239, 255, 1);
  border-color: rgba(229, 239, 255, var(--tw-border-opacity, 1));
}
.border-\[\#EBEBEB\]{
  --tw-border-opacity: 1;
  border-color: rgba(235, 235, 235, 1);
  border-color: rgba(235, 235, 235, var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.border-b-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgba(217, 217, 217, 1);
  border-bottom-color: rgba(217, 217, 217, var(--tw-border-opacity, 1));
}
.border-r-\[\#DCDFE6\]{
  --tw-border-opacity: 1;
  border-right-color: rgba(220, 223, 230, 1);
  border-right-color: rgba(220, 223, 230, var(--tw-border-opacity, 1));
}
.bg-\[\#525151\]{
  --tw-bg-opacity: 1;
  background-color: rgba(82, 81, 81, 1);
  background-color: rgba(82, 81, 81, var(--tw-bg-opacity, 1));
}
.bg-\[\#BFBFBF\]{
  --tw-bg-opacity: 1;
  background-color: rgba(191, 191, 191, 1);
  background-color: rgba(191, 191, 191, var(--tw-bg-opacity, 1));
}
.bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgba(217, 217, 217, 1);
  background-color: rgba(217, 217, 217, var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F6FF\]{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 246, 255, 1);
  background-color: rgba(242, 246, 255, var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F7FF\]{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 247, 255, 1);
  background-color: rgba(242, 247, 255, var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F4F4\]{
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 244, 1);
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F6F6\]{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, 1);
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\]{
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, 1);
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}
.bg-\[\#FB7703\]{
  --tw-bg-opacity: 1;
  background-color: rgba(251, 119, 3, 1);
  background-color: rgba(251, 119, 3, var(--tw-bg-opacity, 1));
}
.bg-\[\#FCFCFC\]{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 252, 1);
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity, 1));
}
.bg-\[\#FEF3F3\]{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 243, 1);
  background-color: rgba(254, 243, 243, var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF8F2\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 248, 242, 1);
  background-color: rgba(255, 248, 242, var(--tw-bg-opacity, 1));
}
.bg-\[\#eee\]{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, 1);
  background-color: rgba(238, 238, 238, var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'\.\.\/\.\.\/\.\.\/\.\.\/public\/images\/login-earth\.png\'\)\]{
  background-image: url(/static/media/login-earth.b54b23a79956a4ee6af6..png);
}
.bg-none{
  background-image: none;
}
.bg-cover{
  background-size: cover;
}
.\!p-0{
  padding: 0px !important;
}
.\!p-4{
  padding: 1rem !important;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[60px\]{
  padding: 60px;
}
.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[80px\]{
  padding-left: 80px;
  padding-right: 80px;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[92px\]{
  padding-top: 92px;
  padding-bottom: 92px;
}
.\!pb-4{
  padding-bottom: 1rem !important;
}
.\!pb-8{
  padding-bottom: 2rem !important;
}
.\!pl-4{
  padding-left: 1rem !important;
}
.\!pt-4{
  padding-top: 1rem !important;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[106px\]{
  padding-bottom: 106px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[6px\]{
  padding-bottom: 6px;
}
.pl-16{
  padding-left: 4rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[64px\]{
  padding-top: 64px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.font-\[\"Source_Han_Sans\"\]{
  font-family: "Source Han Sans";
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[44px\]{
  font-size: 44px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[54px\]{
  font-size: 54px;
}
.text-\[64px\]{
  font-size: 64px;
}
.text-\[80px\]{
  font-size: 80px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.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-\[900\]{
  font-weight: 900;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[54px\]{
  line-height: 54px;
}
.leading-\[80px\]{
  line-height: 80px;
}
.leading-none{
  line-height: 1;
}
.\!text-\[\#0256FF\]{
  --tw-text-opacity: 1 !important;
  color: rgba(2, 86, 255, 1) !important;
  color: rgba(2, 86, 255, var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#1e1e1eab\]{
  color: rgba(30,30,30,0.67059) !important;
}
.\!text-\[\#1f1f1f\]{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 31, 31, 1) !important;
  color: rgba(31, 31, 31, var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#FB7703\]{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 119, 3, 1) !important;
  color: rgba(251, 119, 3, var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#fb7703\]{
  --tw-text-opacity: 1 !important;
  color: rgba(251, 119, 3, 1) !important;
  color: rgba(251, 119, 3, var(--tw-text-opacity, 1)) !important;
}
.text-\[\#0256FF\]{
  --tw-text-opacity: 1;
  color: rgba(2, 86, 255, 1);
  color: rgba(2, 86, 255, var(--tw-text-opacity, 1));
}
.text-\[\#1677ff\]{
  --tw-text-opacity: 1;
  color: rgba(22, 119, 255, 1);
  color: rgba(22, 119, 255, var(--tw-text-opacity, 1));
}
.text-\[\#1E1E1E\]{
  --tw-text-opacity: 1;
  color: rgba(30, 30, 30, 1);
  color: rgba(30, 30, 30, var(--tw-text-opacity, 1));
}
.text-\[\#1e1e1eab\]{
  color: rgba(30,30,30,0.67059);
}
.text-\[\#525151\]{
  --tw-text-opacity: 1;
  color: rgba(82, 81, 81, 1);
  color: rgba(82, 81, 81, var(--tw-text-opacity, 1));
}
.text-\[\#575757\]{
  --tw-text-opacity: 1;
  color: rgba(87, 87, 87, 1);
  color: rgba(87, 87, 87, var(--tw-text-opacity, 1));
}
.text-\[\#616266\]{
  --tw-text-opacity: 1;
  color: rgba(97, 98, 102, 1);
  color: rgba(97, 98, 102, var(--tw-text-opacity, 1));
}
.text-\[\#767676\]{
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, 1);
  color: rgba(118, 118, 118, var(--tw-text-opacity, 1));
}
.text-\[\#838383\]{
  --tw-text-opacity: 1;
  color: rgba(131, 131, 131, 1);
  color: rgba(131, 131, 131, var(--tw-text-opacity, 1));
}
.text-\[\#EA0000\]{
  --tw-text-opacity: 1;
  color: rgba(234, 0, 0, 1);
  color: rgba(234, 0, 0, var(--tw-text-opacity, 1));
}
.text-\[\#F71413\]{
  --tw-text-opacity: 1;
  color: rgba(247, 20, 19, 1);
  color: rgba(247, 20, 19, var(--tw-text-opacity, 1));
}
.text-\[\#FB7703\]{
  --tw-text-opacity: 1;
  color: rgba(251, 119, 3, 1);
  color: rgba(251, 119, 3, var(--tw-text-opacity, 1));
}
.text-\[\#ff4d4f\]{
  --tw-text-opacity: 1;
  color: rgba(255, 77, 79, 1);
  color: rgba(255, 77, 79, var(--tw-text-opacity, 1));
}
.text-black\/40{
  color: rgba(0, 0, 0, 0.4);
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, 1);
  color: rgba(34, 197, 94, var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.opacity-60{
  opacity: 0.6;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-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);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body {
  font-size: 16px;
  overflow: hidden;
}

.hover\:z-10:hover{
  z-index: 10;
}

.hover\:border-\[\#444\]:hover{
  --tw-border-opacity: 1;
  border-color: rgba(68, 68, 68, 1);
  border-color: rgba(68, 68, 68, var(--tw-border-opacity, 1));
}

@media (max-width: 1687px){

  .lt-1688\:block{
    display: block;
  }

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

  .lt-1688\:flex-row{
    flex-direction: row;
  }

  .lt-1688\:\!flex-col{
    flex-direction: column !important;
  }

  .lt-1688\:\!gap-6{
    gap: 1.5rem !important;
  }

  .lt-1688\:\!gap-\[6px\]{
    gap: 6px !important;
  }
}

@media (max-width: 1919px){

  .lt-1920\:block{
    display: block;
  }

  .lt-1920\:\!grid{
    display: grid !important;
  }

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

  .lt-1920\:flex-1{
    flex: 1 1 0%;
  }

  .lt-1920\:\!grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lt-1920\:\!grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lt-1920\:\!grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lt-1920\:\!gap-y-0{
    row-gap: 0px !important;
  }
}

.\[\&\>div\>div_\.ant-pagination\]\:\!mb-0>div>div .ant-pagination{
  margin-bottom: 0px !important;
}

.\[\&_\.ant-input-number-wrapper_\.ant-input-number-group-addon\]\:\!text-\[\#1f1f1f\] .ant-input-number-wrapper .ant-input-number-group-addon{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 31, 31, 1) !important;
  color: rgba(31, 31, 31, var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.ant-input-number-wrapper_\.ant-input-number\]\:\!text-\[\#1f1f1f\] .ant-input-number-wrapper .ant-input-number{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 31, 31, 1) !important;
  color: rgba(31, 31, 31, var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.ant-picker-input_input\]\:\!text-\[\#1f1f1f\] .ant-picker-input input{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 31, 31, 1) !important;
  color: rgba(31, 31, 31, var(--tw-text-opacity, 1)) !important;
}

.\[\&_\.ant-row_\.ant-col\>label\:\:after\]\:mr-0 .ant-row .ant-col>label::after{
  margin-right: 0px;
}

.\[\&_\.ant-select-selection-item-disabled_\.ant-select-selection-item-content\]\:\!text-\[\#00000040\] .ant-select-selection-item-disabled .ant-select-selection-item-content{
  color: rgba(0,0,0,0.25098) !important;
}

.\[\&_\.ant-select-selector\]\:\!text-\[\#1f1f1f\] .ant-select-selector{
  --tw-text-opacity: 1 !important;
  color: rgba(31, 31, 31, 1) !important;
  color: rgba(31, 31, 31, var(--tw-text-opacity, 1)) !important;
}

.\[\&_\>\.ant-upload-list_\>\.ant-upload\]\:\!border-\[\#ff4d4f\] >.ant-upload-list >.ant-upload{
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 77, 79, 1) !important;
  border-color: rgba(255, 77, 79, var(--tw-border-opacity, 1)) !important;
}

.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ{height:100%;overflow-y:auto}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading{height:100%}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading>.ant-spin-container{height:100%}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading>.ant-spin-container>.ant-menu{border:none}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading>.ant-spin-container>.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-item.ant-menu-item-selected{position:relative}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading>.ant-spin-container>.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-item.ant-menu-item-selected::before{content:"";width:3px;height:100%;background-color:#fb7703;position:absolute;top:0;left:0}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading>.ant-spin-container>.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow::before{height:.5px}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading>.ant-spin-container>.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow::after{height:.5px}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading>.ant-spin-container>.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-title{color:inherit}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading>.ant-spin-container>.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-submenu-arrow::before{height:.5px}.src-modules-main-components-Layout-RouteMenu-index-module__comp-route-menu__tG7fJ .ant-spin-nested-loading>.ant-spin-container>.ant-menu:not(.ant-menu-inline-collapsed) .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-submenu-arrow::after{height:.5px}
.src-components-RouteTabs-index-module__container__eqaqM .src-components-RouteTabs-index-module__tabs__RSRgq .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab+.ant-tabs-tab{border-left:none}

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