@import url('//at.alicdn.com/t/c/font_3498561_dwwew9bwup6.css');
/* ./src/styles/app.css *//* ! tailwindcss v3.4.1 | 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: currentColor; /* 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}*, ::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:  ;
}::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:  ;
}.container{
  width: 100%;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 980px){.container{
    max-width: 980px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}.h-center{
  display: flex;
  justify-content: center;
}.h-left{
  display: flex;
  justify-content: flex-start;
}.h-right{
  display: flex;
  justify-content: flex-end;
}.v-center{
  display: flex;
  align-items: center;
}.v-between{
  display: flex;
  align-items: center;
  justify-content: space-between;
}.v-top{
  display: flex;
  align-items: flex-start;
}.all-center{
  display: flex;
  align-items: center;
  justify-content: center;
}.pointer-events-none{
  pointer-events: none;
}.pointer-events-auto{
  pointer-events: auto;
}.\!visible{
  visibility: visible !important;
}.visible{
  visibility: visible;
}.\!collapse{
  visibility: collapse !important;
}.collapse{
  visibility: collapse;
}.\!static{
  position: static !important;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.\!absolute{
  position: absolute !important;
}.absolute{
  position: absolute;
}.\!relative{
  position: relative !important;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.\!-right-\[18px\]{
  right: -18px !important;
}.\!-right-\[23px\]{
  right: -23px !important;
}.\!-right-\[25px\]{
  right: -25px !important;
}.\!-right-\[30px\]{
  right: -30px !important;
}.\!-right-\[33px\]{
  right: -33px !important;
}.\!-right-\[35px\]{
  right: -35px !important;
}.\!-right-\[38px\]{
  right: -38px !important;
}.\!-right-\[40px\]{
  right: -40px !important;
}.\!-right-\[48px\]{
  right: -48px !important;
}.\!-top-\[15px\]{
  top: -15px !important;
}.\!-top-\[16px\]{
  top: -16px !important;
}.\!-top-\[18px\]{
  top: -18px !important;
}.-bottom-\[46px\]{
  bottom: -46px;
}.-left-3{
  left: -0.75rem;
}.-left-\[10px\]{
  left: -10px;
}.-left-\[120px\]{
  left: -120px;
}.-left-\[7px\]{
  left: -7px;
}.-right-14{
  right: -3.5rem;
}.-right-3{
  right: -0.75rem;
}.-right-36{
  right: -9rem;
}.-right-5{
  right: -1.25rem;
}.-right-\[10px\]{
  right: -10px;
}.-right-\[15px\]{
  right: -15px;
}.-right-\[8px\]{
  right: -8px;
}.-top-\[10px\]{
  top: -10px;
}.-top-\[15px\]{
  top: -15px;
}.-top-\[16px\]{
  top: -16px;
}.-top-\[20px\]{
  top: -20px;
}.-top-\[4px\]{
  top: -4px;
}.-top-\[5px\]{
  top: -5px;
}.bottom-0{
  bottom: 0px;
}.bottom-1{
  bottom: 0.25rem;
}.bottom-20{
  bottom: 5rem;
}.bottom-4{
  bottom: 1rem;
}.bottom-\[-24px\]{
  bottom: -24px;
}.bottom-\[15px\]{
  bottom: 15px;
}.bottom-\[4px\]{
  bottom: 4px;
}.bottom-\[50px\]{
  bottom: 50px;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-2{
  left: 0.5rem;
}.left-2\.5{
  left: 0.625rem;
}.left-3{
  left: 0.75rem;
}.left-\[-10px\]{
  left: -10px;
}.left-\[-15px\]{
  left: -15px;
}.left-\[-16px\]{
  left: -16px;
}.left-\[12px\]{
  left: 12px;
}.left-\[184px\]{
  left: 184px;
}.left-\[200px\]{
  left: 200px;
}.left-\[20px\]{
  left: 20px;
}.left-\[30px\]{
  left: 30px;
}.left-\[40px\]{
  left: 40px;
}.left-\[41\%\]{
  left: 41%;
}.left-\[47\%\]{
  left: 47%;
}.left-\[52\%\]{
  left: 52%;
}.left-\[545px\]{
  left: 545px;
}.left-\[56px\]{
  left: 56px;
}.left-\[58\%\]{
  left: 58%;
}.left-\[802px\]{
  left: 802px;
}.left-\[8px\]{
  left: 8px;
}.left-\[9px\]{
  left: 9px;
}.right-0{
  right: 0px;
}.right-1{
  right: 0.25rem;
}.right-2{
  right: 0.5rem;
}.right-3{
  right: 0.75rem;
}.right-4{
  right: 1rem;
}.right-5{
  right: 1.25rem;
}.right-\[0\]{
  right: 0;
}.right-\[0px\]{
  right: 0px;
}.right-\[130px\]{
  right: 130px;
}.right-\[16px\]{
  right: 16px;
}.right-\[2\%\]{
  right: 2%;
}.right-\[20px\]{
  right: 20px;
}.right-\[26px\]{
  right: 26px;
}.right-\[30px\]{
  right: 30px;
}.right-\[38px\]{
  right: 38px;
}.right-\[4\%\]{
  right: 4%;
}.right-\[4px\]{
  right: 4px;
}.right-\[6px\]{
  right: 6px;
}.right-\[74px\]{
  right: 74px;
}.right-\[92px\]{
  right: 92px;
}.top-0{
  top: 0px;
}.top-1{
  top: 0.25rem;
}.top-1\/2{
  top: 50%;
}.top-2{
  top: 0.5rem;
}.top-3{
  top: 0.75rem;
}.top-4{
  top: 1rem;
}.top-5{
  top: 1.25rem;
}.top-\[-10px\]{
  top: -10px;
}.top-\[-1px\]{
  top: -1px;
}.top-\[-3px\]{
  top: -3px;
}.top-\[-8px\]{
  top: -8px;
}.top-\[0px\]{
  top: 0px;
}.top-\[10px\]{
  top: 10px;
}.top-\[115px\]{
  top: 115px;
}.top-\[11px\]{
  top: 11px;
}.top-\[122px\]{
  top: 122px;
}.top-\[130px\]{
  top: 130px;
}.top-\[154px\]{
  top: 154px;
}.top-\[15px\]{
  top: 15px;
}.top-\[166px\]{
  top: 166px;
}.top-\[16px\]{
  top: 16px;
}.top-\[176px\]{
  top: 176px;
}.top-\[190px\]{
  top: 190px;
}.top-\[2\%\]{
  top: 2%;
}.top-\[204px\]{
  top: 204px;
}.top-\[20px\]{
  top: 20px;
}.top-\[22px\]{
  top: 22px;
}.top-\[24px\]{
  top: 24px;
}.top-\[30px\]{
  top: 30px;
}.top-\[35px\]{
  top: 35px;
}.top-\[36px\]{
  top: 36px;
}.top-\[37px\]{
  top: 37px;
}.top-\[4\%\]{
  top: 4%;
}.top-\[40px\]{
  top: 40px;
}.top-\[4px\]{
  top: 4px;
}.top-\[50\%\]{
  top: 50%;
}.top-\[52px\]{
  top: 52px;
}.top-\[58px\]{
  top: 58px;
}.top-\[5px\]{
  top: 5px;
}.top-\[6px\]{
  top: 6px;
}.top-\[70px\]{
  top: 70px;
}.top-\[78px\]{
  top: 78px;
}.top-\[8px\]{
  top: 8px;
}.top-\[94px\]{
  top: 94px;
}.top-\[9px\]{
  top: 9px;
}.\!z-\[1000\]{
  z-index: 1000 !important;
}.-z-10{
  z-index: -10;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-\[10\]{
  z-index: 10;
}.z-\[11\]{
  z-index: 11;
}.z-\[1\]{
  z-index: 1;
}.z-\[5\]{
  z-index: 5;
}.z-\[9\]{
  z-index: 9;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-full{
  grid-column: 1 / -1;
}.col-start-2{
  grid-column-start: 2;
}.float-right{
  float: right;
}.float-left{
  float: left;
}.\!m-0{
  margin: 0px !important;
}.\!m-2{
  margin: 0.5rem !important;
}.-m-5{
  margin: -1.25rem;
}.-m-\[16px\]{
  margin: -16px;
}.m-0{
  margin: 0px;
}.m-1{
  margin: 0.25rem;
}.m-2{
  margin: 0.5rem;
}.m-4{
  margin: 1rem;
}.m-\[16px\]{
  margin: 16px;
}.m-auto{
  margin: auto;
}.\!mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}.\!mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}.\!mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}.\!mx-\[16px\]{
  margin-left: 16px !important;
  margin-right: 16px !important;
}.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.\!my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}.\!my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}.\!my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}.\!my-\[10px\]{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}.-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.mx-\[-10px\]{
  margin-left: -10px;
  margin-right: -10px;
}.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}.mx-\[16px\]{
  margin-left: 16px;
  margin-right: 16px;
}.mx-\[30px\]{
  margin-left: 30px;
  margin-right: 30px;
}.mx-\[36px\]{
  margin-left: 36px;
  margin-right: 36px;
}.mx-\[4px\]{
  margin-left: 4px;
  margin-right: 4px;
}.mx-\[5px\]{
  margin-left: 5px;
  margin-right: 5px;
}.mx-\[6px\]{
  margin-left: 6px;
  margin-right: 6px;
}.mx-\[8px\]{
  margin-left: 8px;
  margin-right: 8px;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}.my-\[16px\]{
  margin-top: 16px;
  margin-bottom: 16px;
}.my-\[18px\]{
  margin-top: 18px;
  margin-bottom: 18px;
}.my-\[2px\]{
  margin-top: 2px;
  margin-bottom: 2px;
}.my-\[4px\]{
  margin-top: 4px;
  margin-bottom: 4px;
}.my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}.my-\[7px\]{
  margin-top: 7px;
  margin-bottom: 7px;
}.my-\[8px\]{
  margin-top: 8px;
  margin-bottom: 8px;
}.my-\[9\.5px\]{
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}.\!-mt-\[5px\]{
  margin-top: -5px !important;
}.\!mb-0{
  margin-bottom: 0px !important;
}.\!mb-1{
  margin-bottom: 0.25rem !important;
}.\!mb-10{
  margin-bottom: 2.5rem !important;
}.\!mb-2{
  margin-bottom: 0.5rem !important;
}.\!mb-\[10px\]{
  margin-bottom: 10px !important;
}.\!mb-\[16px\]{
  margin-bottom: 16px !important;
}.\!mb-\[3px\]{
  margin-bottom: 3px !important;
}.\!mb-\[60px\]{
  margin-bottom: 60px !important;
}.\!mb-\[8px\]{
  margin-bottom: 8px !important;
}.\!ml-0{
  margin-left: 0px !important;
}.\!ml-1{
  margin-left: 0.25rem !important;
}.\!ml-2{
  margin-left: 0.5rem !important;
}.\!ml-4{
  margin-left: 1rem !important;
}.\!ml-\[-15px\]{
  margin-left: -15px !important;
}.\!ml-\[184px\]{
  margin-left: 184px !important;
}.\!ml-\[4px\]{
  margin-left: 4px !important;
}.\!ml-\[8px\]{
  margin-left: 8px !important;
}.\!mr-0{
  margin-right: 0px !important;
}.\!mr-1{
  margin-right: 0.25rem !important;
}.\!mr-2{
  margin-right: 0.5rem !important;
}.\!mr-3{
  margin-right: 0.75rem !important;
}.\!mr-4{
  margin-right: 1rem !important;
}.\!mr-5{
  margin-right: 1.25rem !important;
}.\!mr-\[10px\]{
  margin-right: 10px !important;
}.\!mr-\[20px\]{
  margin-right: 20px !important;
}.\!mr-\[30px\]{
  margin-right: 30px !important;
}.\!mr-\[5px\]{
  margin-right: 5px !important;
}.\!mr-\[8px\]{
  margin-right: 8px !important;
}.\!mt-4{
  margin-top: 1rem !important;
}.\!mt-\[10px\]{
  margin-top: 10px !important;
}.\!mt-\[32px\]{
  margin-top: 32px !important;
}.\!mt-\[40px\]{
  margin-top: 40px !important;
}.\!mt-\[5px\]{
  margin-top: 5px !important;
}.\!mt-\[8px\]{
  margin-top: 8px !important;
}.-ml-2{
  margin-left: -0.5rem;
}.-mr-2{
  margin-right: -0.5rem;
}.-mr-3{
  margin-right: -0.75rem;
}.-mt-1{
  margin-top: -0.25rem;
}.-mt-2{
  margin-top: -0.5rem;
}.mb-0{
  margin-bottom: 0px;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-2\.5{
  margin-bottom: 0.625rem;
}.mb-20{
  margin-bottom: 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-\[100px\]{
  margin-bottom: 100px;
}.mb-\[10px\]{
  margin-bottom: 10px;
}.mb-\[14px\]{
  margin-bottom: 14px;
}.mb-\[15px\]{
  margin-bottom: 15px;
}.mb-\[16px\]{
  margin-bottom: 16px;
}.mb-\[20px\]{
  margin-bottom: 20px;
}.mb-\[22px\]{
  margin-bottom: 22px;
}.mb-\[2px\]{
  margin-bottom: 2px;
}.mb-\[30px\]{
  margin-bottom: 30px;
}.mb-\[32px\]{
  margin-bottom: 32px;
}.mb-\[34px\]{
  margin-bottom: 34px;
}.mb-\[35px\]{
  margin-bottom: 35px;
}.mb-\[40px\]{
  margin-bottom: 40px;
}.mb-\[50px\]{
  margin-bottom: 50px;
}.mb-\[5px\]{
  margin-bottom: 5px;
}.mb-\[60px\]{
  margin-bottom: 60px;
}.mb-\[6px\]{
  margin-bottom: 6px;
}.mb-\[8px\]{
  margin-bottom: 8px;
}.mb-\[9px\]{
  margin-bottom: 9px;
}.ml-0{
  margin-left: 0px;
}.ml-1{
  margin-left: 0.25rem;
}.ml-1\.5{
  margin-left: 0.375rem;
}.ml-10{
  margin-left: 2.5rem;
}.ml-2{
  margin-left: 0.5rem;
}.ml-2\.5{
  margin-left: 0.625rem;
}.ml-24{
  margin-left: 6rem;
}.ml-3{
  margin-left: 0.75rem;
}.ml-4{
  margin-left: 1rem;
}.ml-5{
  margin-left: 1.25rem;
}.ml-6{
  margin-left: 1.5rem;
}.ml-\[10\%\]{
  margin-left: 10%;
}.ml-\[100px\]{
  margin-left: 100px;
}.ml-\[10px\]{
  margin-left: 10px;
}.ml-\[120px\]{
  margin-left: 120px;
}.ml-\[12px\]{
  margin-left: 12px;
}.ml-\[15px\]{
  margin-left: 15px;
}.ml-\[16px\]{
  margin-left: 16px;
}.ml-\[200px\]{
  margin-left: 200px;
}.ml-\[20px\]{
  margin-left: 20px;
}.ml-\[2px\]{
  margin-left: 2px;
}.ml-\[30px\]{
  margin-left: 30px;
}.ml-\[330px\]{
  margin-left: 330px;
}.ml-\[3px\]{
  margin-left: 3px;
}.ml-\[40px\]{
  margin-left: 40px;
}.ml-\[42px\]{
  margin-left: 42px;
}.ml-\[4px\]{
  margin-left: 4px;
}.ml-\[5px\]{
  margin-left: 5px;
}.ml-\[60px\]{
  margin-left: 60px;
}.ml-\[6px\]{
  margin-left: 6px;
}.ml-\[76px\]{
  margin-left: 76px;
}.ml-\[7px\]{
  margin-left: 7px;
}.ml-\[8px\]{
  margin-left: 8px;
}.ml-\[90px\]{
  margin-left: 90px;
}.ml-auto{
  margin-left: auto;
}.mr-1{
  margin-right: 0.25rem;
}.mr-1\.5{
  margin-right: 0.375rem;
}.mr-10{
  margin-right: 2.5rem;
}.mr-14{
  margin-right: 3.5rem;
}.mr-2{
  margin-right: 0.5rem;
}.mr-3{
  margin-right: 0.75rem;
}.mr-4{
  margin-right: 1rem;
}.mr-5{
  margin-right: 1.25rem;
}.mr-6{
  margin-right: 1.5rem;
}.mr-8{
  margin-right: 2rem;
}.mr-\[10px\]{
  margin-right: 10px;
}.mr-\[154px\]{
  margin-right: 154px;
}.mr-\[16px\]{
  margin-right: 16px;
}.mr-\[170px\]{
  margin-right: 170px;
}.mr-\[20px\]{
  margin-right: 20px;
}.mr-\[25px\]{
  margin-right: 25px;
}.mr-\[2px\]{
  margin-right: 2px;
}.mr-\[36px\]{
  margin-right: 36px;
}.mr-\[3px\]{
  margin-right: 3px;
}.mr-\[40px\]{
  margin-right: 40px;
}.mr-\[4px\]{
  margin-right: 4px;
}.mr-\[5px\]{
  margin-right: 5px;
}.mr-\[6px\]{
  margin-right: 6px;
}.mr-\[7px\]{
  margin-right: 7px;
}.mr-\[8px\]{
  margin-right: 8px;
}.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-2{
  margin-top: 0.5rem;
}.mt-2\.5{
  margin-top: 0.625rem;
}.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-9{
  margin-top: 2.25rem;
}.mt-\[-10px\]{
  margin-top: -10px;
}.mt-\[-30px\]{
  margin-top: -30px;
}.mt-\[0px\]{
  margin-top: 0px;
}.mt-\[100px\]{
  margin-top: 100px;
}.mt-\[10px\]{
  margin-top: 10px;
}.mt-\[12px\]{
  margin-top: 12px;
}.mt-\[15px\]{
  margin-top: 15px;
}.mt-\[16px\]{
  margin-top: 16px;
}.mt-\[20px\]{
  margin-top: 20px;
}.mt-\[24px\]{
  margin-top: 24px;
}.mt-\[28px\]{
  margin-top: 28px;
}.mt-\[2px\]{
  margin-top: 2px;
}.mt-\[30px\]{
  margin-top: 30px;
}.mt-\[33px\]{
  margin-top: 33px;
}.mt-\[3px\]{
  margin-top: 3px;
}.mt-\[40px\]{
  margin-top: 40px;
}.mt-\[48px\]{
  margin-top: 48px;
}.mt-\[4px\]{
  margin-top: 4px;
}.mt-\[53px\]{
  margin-top: 53px;
}.mt-\[5px\]{
  margin-top: 5px;
}.mt-\[60px\]{
  margin-top: 60px;
}.mt-\[6px\]{
  margin-top: 6px;
}.mt-\[8px\]{
  margin-top: 8px;
}.box-border{
  box-sizing: border-box;
}.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}.\!block{
  display: block !important;
}.block{
  display: block;
}.\!inline-block{
  display: inline-block !important;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.\!flex{
  display: flex !important;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.\!table{
  display: table !important;
}.table{
  display: table;
}.table-cell{
  display: table-cell;
}.\!grid{
  display: grid !important;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.\!hidden{
  display: none !important;
}.hidden{
  display: none;
}.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}.aspect-\[3\/5\]{
  aspect-ratio: 3/5;
}.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.\!h-12{
  height: 3rem !important;
}.\!h-8{
  height: 2rem !important;
}.\!h-\[24px\]{
  height: 24px !important;
}.\!h-\[29\.5\%\]{
  height: 29.5% !important;
}.\!h-\[34px\]{
  height: 34px !important;
}.\!h-\[41px\]{
  height: 41px !important;
}.\!h-\[484px\]{
  height: 484px !important;
}.\!h-\[49\.5\%\]{
  height: 49.5% !important;
}.\!h-\[50\%\]{
  height: 50% !important;
}.\!h-\[500px\]{
  height: 500px !important;
}.\!h-\[69\.5\%\]{
  height: 69.5% !important;
}.\!h-auto{
  height: auto !important;
}.\!h-full{
  height: 100% !important;
}.\!h-max{
  height: -moz-max-content !important;
  height: max-content !important;
}.h-10{
  height: 2.5rem;
}.h-12{
  height: 3rem;
}.h-14{
  height: 3.5rem;
}.h-2{
  height: 0.5rem;
}.h-2\.5{
  height: 0.625rem;
}.h-24{
  height: 6rem;
}.h-4{
  height: 1rem;
}.h-40{
  height: 10rem;
}.h-5{
  height: 1.25rem;
}.h-6{
  height: 1.5rem;
}.h-60{
  height: 15rem;
}.h-8{
  height: 2rem;
}.h-\[100\%\]{
  height: 100%;
}.h-\[100px\]{
  height: 100px;
}.h-\[10px\]{
  height: 10px;
}.h-\[120px\]{
  height: 120px;
}.h-\[12px\]{
  height: 12px;
}.h-\[130px\]{
  height: 130px;
}.h-\[140px\]{
  height: 140px;
}.h-\[14px\]{
  height: 14px;
}.h-\[15px\]{
  height: 15px;
}.h-\[160px\]{
  height: 160px;
}.h-\[168px\]{
  height: 168px;
}.h-\[16px\]{
  height: 16px;
}.h-\[188px\]{
  height: 188px;
}.h-\[18px\]{
  height: 18px;
}.h-\[198px\]{
  height: 198px;
}.h-\[19px\]{
  height: 19px;
}.h-\[1px\]{
  height: 1px;
}.h-\[200px\]{
  height: 200px;
}.h-\[20px\]{
  height: 20px;
}.h-\[220px\]{
  height: 220px;
}.h-\[222px\]{
  height: 222px;
}.h-\[22px\]{
  height: 22px;
}.h-\[24px\]{
  height: 24px;
}.h-\[25px\]{
  height: 25px;
}.h-\[264px\]{
  height: 264px;
}.h-\[26px\]{
  height: 26px;
}.h-\[282px\]{
  height: 282px;
}.h-\[291px\]{
  height: 291px;
}.h-\[296px\]{
  height: 296px;
}.h-\[298px\]{
  height: 298px;
}.h-\[300px\]{
  height: 300px;
}.h-\[30px\]{
  height: 30px;
}.h-\[310px\]{
  height: 310px;
}.h-\[328px\]{
  height: 328px;
}.h-\[32px\]{
  height: 32px;
}.h-\[332px\]{
  height: 332px;
}.h-\[34px\]{
  height: 34px;
}.h-\[350px\]{
  height: 350px;
}.h-\[352px\]{
  height: 352px;
}.h-\[368px\]{
  height: 368px;
}.h-\[36px\]{
  height: 36px;
}.h-\[37px\]{
  height: 37px;
}.h-\[38px\]{
  height: 38px;
}.h-\[3px\]{
  height: 3px;
}.h-\[40\%\]{
  height: 40%;
}.h-\[40px\]{
  height: 40px;
}.h-\[40x\]{
  height: 40x;
}.h-\[411px\]{
  height: 411px;
}.h-\[42px\]{
  height: 42px;
}.h-\[444px\]{
  height: 444px;
}.h-\[44px\]{
  height: 44px;
}.h-\[46px\]{
  height: 46px;
}.h-\[484px\]{
  height: 484px;
}.h-\[48px\]{
  height: 48px;
}.h-\[498px\]{
  height: 498px;
}.h-\[50px\]{
  height: 50px;
}.h-\[52px\]{
  height: 52px;
}.h-\[54px\]{
  height: 54px;
}.h-\[568px\]{
  height: 568px;
}.h-\[580px\]{
  height: 580px;
}.h-\[5px\]{
  height: 5px;
}.h-\[60\%\]{
  height: 60%;
}.h-\[60px\]{
  height: 60px;
}.h-\[64px\]{
  height: 64px;
}.h-\[6px\]{
  height: 6px;
}.h-\[72px\]{
  height: 72px;
}.h-\[76px\]{
  height: 76px;
}.h-\[80\%\]{
  height: 80%;
}.h-\[80px\]{
  height: 80px;
}.h-\[841\.89px\]{
  height: 841.89px;
}.h-\[8px\]{
  height: 8px;
}.h-\[90px\]{
  height: 90px;
}.h-\[99px\]{
  height: 99px;
}.h-\[calc\(100\%-142px\)\]{
  height: calc(100% - 142px);
}.h-\[calc\(100\%-192px\)\]{
  height: calc(100% - 192px);
}.h-\[calc\(100\%-40px\)\]{
  height: calc(100% - 40px);
}.h-\[calc\(100\%-56px\)\]{
  height: calc(100% - 56px);
}.h-\[calc\(100\%-72px\)\]{
  height: calc(100% - 72px);
}.h-\[calc\(100\%-96px\)\]{
  height: calc(100% - 96px);
}.h-\[calc\(100vh-120px\)\]{
  height: calc(100vh - 120px);
}.h-\[calc\(100vh-140px\)\]{
  height: calc(100vh - 140px);
}.h-\[calc\(100vh-150px\)\]{
  height: calc(100vh - 150px);
}.h-\[calc\(100vh-174px\)\]{
  height: calc(100vh - 174px);
}.h-\[calc\(100vh-190px\)\]{
  height: calc(100vh - 190px);
}.h-\[calc\(100vh-200px\)\]{
  height: calc(100vh - 200px);
}.h-\[calc\(100vh-224px\)\]{
  height: calc(100vh - 224px);
}.h-\[calc\(100vh-234px\)\]{
  height: calc(100vh - 234px);
}.h-\[calc\(100vh-238px\)\]{
  height: calc(100vh - 238px);
}.h-\[calc\(100vh-240px\)\]{
  height: calc(100vh - 240px);
}.h-\[calc\(100vh-288px\)\]{
  height: calc(100vh - 288px);
}.h-\[calc\(100vh-292px\)\]{
  height: calc(100vh - 292px);
}.h-\[calc\(100vh-300px\)\]{
  height: calc(100vh - 300px);
}.h-\[calc\(100vh-58px\)\]{
  height: calc(100vh - 58px);
}.h-\[calc\(100vh-66px\)\]{
  height: calc(100vh - 66px);
}.h-\[calc\(100vh-72px\)\]{
  height: calc(100vh - 72px);
}.h-auto{
  height: auto;
}.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}.h-full{
  height: 100%;
}.max-h-\[100\%\]{
  max-height: 100%;
}.max-h-\[150px\]{
  max-height: 150px;
}.max-h-\[200px\]{
  max-height: 200px;
}.max-h-\[300px\]{
  max-height: 300px;
}.max-h-\[324px\]{
  max-height: 324px;
}.max-h-\[424px\]{
  max-height: 424px;
}.max-h-\[900px\]{
  max-height: 900px;
}.max-h-\[calc\(100vh-200px\)\]{
  max-height: calc(100vh - 200px);
}.max-h-\[calc\(100vh-220px\)\]{
  max-height: calc(100vh - 220px);
}.max-h-\[calc\(100vh-240px\)\]{
  max-height: calc(100vh - 240px);
}.\!min-h-\[50px\]{
  min-height: 50px !important;
}.min-h-\[120px\]{
  min-height: 120px;
}.min-h-\[200px\]{
  min-height: 200px;
}.min-h-\[33px\]{
  min-height: 33px;
}.min-h-\[36px\]{
  min-height: 36px;
}.min-h-\[40px\]{
  min-height: 40px;
}.min-h-\[444px\]{
  min-height: 444px;
}.min-h-\[500px\]{
  min-height: 500px;
}.min-h-\[50px\]{
  min-height: 50px;
}.min-h-\[58px\]{
  min-height: 58px;
}.min-h-\[800px\]{
  min-height: 800px;
}.min-h-\[calc\(100vh-154px\)\]{
  min-height: calc(100vh - 154px);
}.min-h-\[calc\(100vh-240px\)\]{
  min-height: calc(100vh - 240px);
}.min-h-\[calc\(100vh-70px\)\]{
  min-height: calc(100vh - 70px);
}.min-h-full{
  min-height: 100%;
}.min-h-screen{
  min-height: 100vh;
}.\!w-1\/4{
  width: 25% !important;
}.\!w-20{
  width: 5rem !important;
}.\!w-28{
  width: 7rem !important;
}.\!w-32{
  width: 8rem !important;
}.\!w-40{
  width: 10rem !important;
}.\!w-52{
  width: 13rem !important;
}.\!w-60{
  width: 15rem !important;
}.\!w-80{
  width: 20rem !important;
}.\!w-\[100px\]{
  width: 100px !important;
}.\!w-\[120px\]{
  width: 120px !important;
}.\!w-\[130px\]{
  width: 130px !important;
}.\!w-\[135px\]{
  width: 135px !important;
}.\!w-\[140px\]{
  width: 140px !important;
}.\!w-\[150px\]{
  width: 150px !important;
}.\!w-\[156px\]{
  width: 156px !important;
}.\!w-\[160px\]{
  width: 160px !important;
}.\!w-\[170px\]{
  width: 170px !important;
}.\!w-\[180px\]{
  width: 180px !important;
}.\!w-\[185px\]{
  width: 185px !important;
}.\!w-\[190px\]{
  width: 190px !important;
}.\!w-\[200px\]{
  width: 200px !important;
}.\!w-\[213px\]{
  width: 213px !important;
}.\!w-\[218px\]{
  width: 218px !important;
}.\!w-\[220px\]{
  width: 220px !important;
}.\!w-\[224px\]{
  width: 224px !important;
}.\!w-\[240px\]{
  width: 240px !important;
}.\!w-\[250px\]{
  width: 250px !important;
}.\!w-\[255px\]{
  width: 255px !important;
}.\!w-\[260px\]{
  width: 260px !important;
}.\!w-\[280px\]{
  width: 280px !important;
}.\!w-\[300px\]{
  width: 300px !important;
}.\!w-\[30px\]{
  width: 30px !important;
}.\!w-\[320px\]{
  width: 320px !important;
}.\!w-\[32px\]{
  width: 32px !important;
}.\!w-\[336px\]{
  width: 336px !important;
}.\!w-\[34px\]{
  width: 34px !important;
}.\!w-\[350px\]{
  width: 350px !important;
}.\!w-\[36px\]{
  width: 36px !important;
}.\!w-\[390px\]{
  width: 390px !important;
}.\!w-\[400px\]{
  width: 400px !important;
}.\!w-\[46px\]{
  width: 46px !important;
}.\!w-\[500px\]{
  width: 500px !important;
}.\!w-\[50px\]{
  width: 50px !important;
}.\!w-\[56px\]{
  width: 56px !important;
}.\!w-\[575px\]{
  width: 575px !important;
}.\!w-\[58px\]{
  width: 58px !important;
}.\!w-\[600px\]{
  width: 600px !important;
}.\!w-\[70\%\]{
  width: 70% !important;
}.\!w-\[700px\]{
  width: 700px !important;
}.\!w-\[80px\]{
  width: 80px !important;
}.\!w-\[90\%\]{
  width: 90% !important;
}.\!w-\[90px\]{
  width: 90px !important;
}.\!w-\[calc\(100\%\+32px\)\]{
  width: calc(100% + 32px) !important;
}.\!w-\[calc\(100\%-32px\)\]{
  width: calc(100% - 32px) !important;
}.\!w-full{
  width: 100% !important;
}.w-1\/2{
  width: 50%;
}.w-1\/3{
  width: 33.333333%;
}.w-1\/4{
  width: 25%;
}.w-10{
  width: 2.5rem;
}.w-10\/12{
  width: 83.333333%;
}.w-14{
  width: 3.5rem;
}.w-2\/3{
  width: 66.666667%;
}.w-20{
  width: 5rem;
}.w-24{
  width: 6rem;
}.w-3\/5{
  width: 60%;
}.w-32{
  width: 8rem;
}.w-4{
  width: 1rem;
}.w-40{
  width: 10rem;
}.w-5{
  width: 1.25rem;
}.w-6{
  width: 1.5rem;
}.w-60{
  width: 15rem;
}.w-8{
  width: 2rem;
}.w-80{
  width: 20rem;
}.w-96{
  width: 24rem;
}.w-\[10\%\]{
  width: 10%;
}.w-\[100\%\]{
  width: 100%;
}.w-\[100\]{
  width: 100;
}.w-\[100px\]{
  width: 100px;
}.w-\[104px\]{
  width: 104px;
}.w-\[10px\]{
  width: 10px;
}.w-\[110px\]{
  width: 110px;
}.w-\[111px\]{
  width: 111px;
}.w-\[115px\]{
  width: 115px;
}.w-\[120px\]{
  width: 120px;
}.w-\[130px\]{
  width: 130px;
}.w-\[140px\]{
  width: 140px;
}.w-\[15\%\]{
  width: 15%;
}.w-\[150px\]{
  width: 150px;
}.w-\[156px\]{
  width: 156px;
}.w-\[158px\]{
  width: 158px;
}.w-\[15px\]{
  width: 15px;
}.w-\[160px\]{
  width: 160px;
}.w-\[167px\]{
  width: 167px;
}.w-\[168px\]{
  width: 168px;
}.w-\[16\]{
  width: 16;
}.w-\[16px\]{
  width: 16px;
}.w-\[170px\]{
  width: 170px;
}.w-\[17px\]{
  width: 17px;
}.w-\[18\%\]{
  width: 18%;
}.w-\[180px\]{
  width: 180px;
}.w-\[18px\]{
  width: 18px;
}.w-\[1px\]{
  width: 1px;
}.w-\[20\%\]{
  width: 20%;
}.w-\[200px\]{
  width: 200px;
}.w-\[20px\]{
  width: 20px;
}.w-\[213px\]{
  width: 213px;
}.w-\[220px\]{
  width: 220px;
}.w-\[22px\]{
  width: 22px;
}.w-\[230px\]{
  width: 230px;
}.w-\[240px\]{
  width: 240px;
}.w-\[24px\]{
  width: 24px;
}.w-\[25\%\]{
  width: 25%;
}.w-\[250px\]{
  width: 250px;
}.w-\[255px\]{
  width: 255px;
}.w-\[260px\]{
  width: 260px;
}.w-\[262px\]{
  width: 262px;
}.w-\[26px\]{
  width: 26px;
}.w-\[270px\]{
  width: 270px;
}.w-\[290px\]{
  width: 290px;
}.w-\[30\%\]{
  width: 30%;
}.w-\[300px\]{
  width: 300px;
}.w-\[30px\]{
  width: 30px;
}.w-\[310px\]{
  width: 310px;
}.w-\[320px\]{
  width: 320px;
}.w-\[32px\]{
  width: 32px;
}.w-\[330px\]{
  width: 330px;
}.w-\[333px\]{
  width: 333px;
}.w-\[340px\]{
  width: 340px;
}.w-\[343px\]{
  width: 343px;
}.w-\[34px\]{
  width: 34px;
}.w-\[350px\]{
  width: 350px;
}.w-\[375px\]{
  width: 375px;
}.w-\[380px\]{
  width: 380px;
}.w-\[40\%\]{
  width: 40%;
}.w-\[400px\]{
  width: 400px;
}.w-\[40px\]{
  width: 40px;
}.w-\[418px\]{
  width: 418px;
}.w-\[42px\]{
  width: 42px;
}.w-\[430px\]{
  width: 430px;
}.w-\[44px\]{
  width: 44px;
}.w-\[45\%\]{
  width: 45%;
}.w-\[450px\]{
  width: 450px;
}.w-\[480px\]{
  width: 480px;
}.w-\[49\%\]{
  width: 49%;
}.w-\[490px\]{
  width: 490px;
}.w-\[500px\]{
  width: 500px;
}.w-\[50px\]{
  width: 50px;
}.w-\[55\%\]{
  width: 55%;
}.w-\[5px\]{
  width: 5px;
}.w-\[60\%\]{
  width: 60%;
}.w-\[600px\]{
  width: 600px;
}.w-\[60px\]{
  width: 60px;
}.w-\[620px\]{
  width: 620px;
}.w-\[630px\]{
  width: 630px;
}.w-\[644px\]{
  width: 644px;
}.w-\[64px\]{
  width: 64px;
}.w-\[69px\]{
  width: 69px;
}.w-\[6px\]{
  width: 6px;
}.w-\[70\%\]{
  width: 70%;
}.w-\[700px\]{
  width: 700px;
}.w-\[70px\]{
  width: 70px;
}.w-\[72px\]{
  width: 72px;
}.w-\[75px\]{
  width: 75px;
}.w-\[76px\]{
  width: 76px;
}.w-\[80\%\]{
  width: 80%;
}.w-\[800px\]{
  width: 800px;
}.w-\[80px\]{
  width: 80px;
}.w-\[84px\]{
  width: 84px;
}.w-\[88px\]{
  width: 88px;
}.w-\[90\%\]{
  width: 90%;
}.w-\[900px\]{
  width: 900px;
}.w-\[90px\]{
  width: 90px;
}.w-\[94px\]{
  width: 94px;
}.w-\[95px\]{
  width: 95px;
}.w-\[97\.5\%\]{
  width: 97.5%;
}.w-\[98px\]{
  width: 98px;
}.w-\[calc\(100\%\+32px\)\]{
  width: calc(100% + 32px);
}.w-\[calc\(100\%-16px\)\]{
  width: calc(100% - 16px);
}.w-\[calc\(100\%-200px\)\]{
  width: calc(100% - 200px);
}.w-\[calc\(100\%-48px\)\]{
  width: calc(100% - 48px);
}.w-\[calc\(100\%-98px\)\]{
  width: calc(100% - 98px);
}.w-auto{
  width: auto;
}.w-full{
  width: 100%;
}.w-max{
  width: -moz-max-content;
  width: max-content;
}.min-w-20{
  min-width: 5rem;
}.min-w-\[100px\]{
  min-width: 100px;
}.min-w-\[120px\]{
  min-width: 120px;
}.min-w-\[125px\]{
  min-width: 125px;
}.min-w-\[12vw\]{
  min-width: 12vw;
}.min-w-\[150px\]{
  min-width: 150px;
}.min-w-\[165px\]{
  min-width: 165px;
}.min-w-\[180px\]{
  min-width: 180px;
}.min-w-\[190px\]{
  min-width: 190px;
}.min-w-\[20px\]{
  min-width: 20px;
}.min-w-\[240px\]{
  min-width: 240px;
}.min-w-\[300px\]{
  min-width: 300px;
}.min-w-\[30px\]{
  min-width: 30px;
}.min-w-\[32px\]{
  min-width: 32px;
}.min-w-\[333px\]{
  min-width: 333px;
}.min-w-\[400px\]{
  min-width: 400px;
}.min-w-\[40px\]{
  min-width: 40px;
}.min-w-\[600px\]{
  min-width: 600px;
}.min-w-\[60px\]{
  min-width: 60px;
}.min-w-\[70px\]{
  min-width: 70px;
}.min-w-\[76px\]{
  min-width: 76px;
}.min-w-\[80px\]{
  min-width: 80px;
}.min-w-\[8vw\]{
  min-width: 8vw;
}.min-w-\[90px\]{
  min-width: 90px;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-\[100px\]{
  max-width: 100px;
}.max-w-\[120px\]{
  max-width: 120px;
}.max-w-\[240px\]{
  max-width: 240px;
}.max-w-\[300px\]{
  max-width: 300px;
}.max-w-\[400px\]{
  max-width: 400px;
}.max-w-\[410px\]{
  max-width: 410px;
}.max-w-\[500px\]{
  max-width: 500px;
}.max-w-\[520px\]{
  max-width: 520px;
}.max-w-\[580px\]{
  max-width: 580px;
}.max-w-\[60px\]{
  max-width: 60px;
}.max-w-\[700px\]{
  max-width: 700px;
}.max-w-\[calc\(100\%-20px\)\]{
  max-width: calc(100% - 20px);
}.max-w-xl{
  max-width: 36rem;
}.flex-1{
  flex: 1 1 0%;
}.flex-\[0_1_70px\]{
  flex: 0 1 70px;
}.flex-\[0_1_80px\]{
  flex: 0 1 80px;
}.flex-\[1\.4\]{
  flex: 1.4;
}.flex-\[1\]{
  flex: 1;
}.flex-\[1_0_0\]{
  flex: 1 0 0;
}.flex-\[2\]{
  flex: 2;
}.flex-\[3\]{
  flex: 3;
}.flex-auto{
  flex: 1 1 auto;
}.flex-none{
  flex: none;
}.\!flex-shrink-0{
  flex-shrink: 0 !important;
}.flex-shrink{
  flex-shrink: 1;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.border-collapse{
  border-collapse: collapse;
}.-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\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-\[-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));
}.translate-x-full{
  --tw-translate-x: 100%;
  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-\[-50\%\]{
  --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));
}.-rotate-90{
  --tw-rotate: -90deg;
  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));
}.rotate-90{
  --tw-rotate: 90deg;
  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));
}.\!cursor-not-allowed{
  cursor: not-allowed !important;
}.cursor-default{
  cursor: default;
}.cursor-move{
  cursor: move;
}.cursor-not-allowed{
  cursor: not-allowed;
}.cursor-pointer{
  cursor: pointer;
}.resize{
  resize: both;
}.\!list-disc{
  list-style-type: disc !important;
}.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-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.flex-nowrap{
  flex-wrap: nowrap;
}.content-center{
  align-content: center;
}.content-start{
  align-content: flex-start;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.\!items-center{
  align-items: center !important;
}.items-center{
  align-items: center;
}.items-baseline{
  align-items: baseline;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-around{
  justify-content: space-around;
}.gap-0{
  gap: 0px;
}.gap-1{
  gap: 0.25rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-32{
  gap: 8rem;
}.gap-4{
  gap: 1rem;
}.gap-\[10px\]{
  gap: 10px;
}.gap-\[12px\]{
  gap: 12px;
}.gap-\[16px\]{
  gap: 16px;
}.gap-\[20px\]{
  gap: 20px;
}.gap-\[30px\]{
  gap: 30px;
}.gap-\[3px\]{
  gap: 3px;
}.gap-\[5px\]{
  gap: 5px;
}.gap-\[6px\]{
  gap: 6px;
}.gap-\[8px\]{
  gap: 8px;
}.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.gap-y-1{
  row-gap: 0.25rem;
}.gap-y-2{
  row-gap: 0.5rem;
}.gap-y-4{
  row-gap: 1rem;
}.gap-y-5{
  row-gap: 1.25rem;
}.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-\[30px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}.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));
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}.space-y-\[4px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}.self-start{
  align-self: flex-start;
}.justify-self-center{
  justify-self: center;
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.overflow-scroll{
  overflow: scroll;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-y-hidden{
  overflow-y: hidden;
}.overflow-x-scroll{
  overflow-x: scroll;
}.overflow-y-scroll{
  overflow-y: scroll;
}.overscroll-y-none{
  overscroll-behavior-y: none;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis{
  text-overflow: ellipsis;
}.\!whitespace-normal{
  white-space: normal !important;
}.whitespace-normal{
  white-space: normal;
}.whitespace-nowrap{
  white-space: nowrap;
}.whitespace-pre{
  white-space: pre;
}.whitespace-pre-line{
  white-space: pre-line;
}.whitespace-pre-wrap{
  white-space: pre-wrap;
}.text-wrap{
  text-wrap: wrap;
}.\!break-normal{
  overflow-wrap: normal !important;
  word-break: normal !important;
}.break-words{
  overflow-wrap: break-word;
}.break-all{
  word-break: break-all;
}.break-keep{
  word-break: keep-all;
}.\!rounded-full{
  border-radius: 9999px !important;
}.rounded{
  border-radius: 0.25rem;
}.rounded-\[100\%\]{
  border-radius: 100%;
}.rounded-\[100px\]{
  border-radius: 100px;
}.rounded-\[10px\]{
  border-radius: 10px;
}.rounded-\[20px\]{
  border-radius: 20px;
}.rounded-\[2px\]{
  border-radius: 2px;
}.rounded-\[3px\]{
  border-radius: 3px;
}.rounded-\[40px\]{
  border-radius: 40px;
}.rounded-\[4px\]{
  border-radius: 4px;
}.rounded-\[50\%\]{
  border-radius: 50%;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-sm{
  border-radius: 0.125rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}.rounded-br-\[38px\]{
  border-bottom-right-radius: 38px;
}.rounded-tl-\[40px\]{
  border-top-left-radius: 40px;
}.rounded-tr-\[38px\]{
  border-top-right-radius: 38px;
}.\!border{
  border-width: 1px !important;
}.\!border-0{
  border-width: 0px !important;
}.border{
  border-width: 1px;
}.border-2{
  border-width: 2px;
}.border-\[10px\]{
  border-width: 10px;
}.border-\[1px\]{
  border-width: 1px;
}.border-\[2px\]{
  border-width: 2px;
}.border-y-\[1px\]{
  border-top-width: 1px;
  border-bottom-width: 1px;
}.\!border-b-0{
  border-bottom-width: 0px !important;
}.\!border-t-0{
  border-top-width: 0px !important;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-b-\[1px\]{
  border-bottom-width: 1px;
}.border-l{
  border-left-width: 1px;
}.border-l-\[1px\]{
  border-left-width: 1px;
}.border-r{
  border-right-width: 1px;
}.border-r-0{
  border-right-width: 0px;
}.border-r-\[1px\]{
  border-right-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-t-0{
  border-top-width: 0px;
}.border-t-2{
  border-top-width: 2px;
}.border-t-\[1px\]{
  border-top-width: 1px;
}.border-solid{
  border-style: solid;
}.\!border-dashed{
  border-style: dashed !important;
}.border-dashed{
  border-style: dashed;
}.\!border-none{
  border-style: none !important;
}.border-none{
  border-style: none;
}.\!border-\[\#1677ff\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 119 255 / var(--tw-border-opacity)) !important;
}.\!border-\[\#1e90ff\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(30 144 255 / var(--tw-border-opacity)) !important;
}.\!border-\[\#ff4d4f\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 77 79 / var(--tw-border-opacity)) !important;
}.\!border-blue{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 93 254 / var(--tw-border-opacity)) !important;
}.\!border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 77 79 / var(--tw-border-opacity)) !important;
}.border-\[\#00B42A\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 180 42 / var(--tw-border-opacity));
}.border-\[\#165DFE\]{
  --tw-border-opacity: 1;
  border-color: rgb(22 93 254 / var(--tw-border-opacity));
}.border-\[\#1677ff\]{
  --tw-border-opacity: 1;
  border-color: rgb(22 119 255 / var(--tw-border-opacity));
}.border-\[\#86909C\]{
  --tw-border-opacity: 1;
  border-color: rgb(134 144 156 / var(--tw-border-opacity));
}.border-\[\#E6E6E6\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}.border-\[\#EBEDF0\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 237 240 / var(--tw-border-opacity));
}.border-\[\#FF4D4F\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 77 79 / var(--tw-border-opacity));
}.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}.border-\[\#cdd5e0\]{
  --tw-border-opacity: 1;
  border-color: rgb(205 213 224 / var(--tw-border-opacity));
}.border-\[\#d8d8d8\]{
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}.border-\[\#d9d9d9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}.border-\[\#da4b52\]{
  --tw-border-opacity: 1;
  border-color: rgb(218 75 82 / var(--tw-border-opacity));
}.border-\[\#e9e9e9\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}.border-\[\#ebedf0\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 237 240 / var(--tw-border-opacity));
}.border-\[\#f0f0f0\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}.border-\[\#f2f3f5\]{
  --tw-border-opacity: 1;
  border-color: rgb(242 243 245 / var(--tw-border-opacity));
}.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(22 93 254 / var(--tw-border-opacity));
}.border-btngrey{
  --tw-border-opacity: 1;
  border-color: rgb(240 241 243 / var(--tw-border-opacity));
}.border-cgrey{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}.border-forange{
  --tw-border-opacity: 1;
  border-color: rgb(253 207 115 / var(--tw-border-opacity));
}.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}.border-label_grey_100{
  --tw-border-opacity: 1;
  border-color: rgb(235 237 240 / var(--tw-border-opacity));
}.border-tborder{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-t-\[\#d9d9d9\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity));
}.\!bg-\[\#165dfe\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 93 254 / var(--tw-bg-opacity)) !important;
}.\!bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}.\!bg-\[\#f5f5f5\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}.\!bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 93 254 / var(--tw-bg-opacity)) !important;
}.\!bg-btngrey{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 241 243 / var(--tw-bg-opacity)) !important;
}.\!bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 77 79 / var(--tw-bg-opacity)) !important;
}.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.bg-\[\#00b42a1a\]{
  background-color: #00b42a1a;
}.bg-\[\#00b42a33\]{
  background-color: #00b42a33;
}.bg-\[\#00b42a\]\/10{
  background-color: rgb(0 180 42 / 0.1);
}.bg-\[\#165DFE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 93 254 / var(--tw-bg-opacity));
}.bg-\[\#165DFE\]\/\[\.08\]{
  background-color: rgb(22 93 254 / .08);
}.bg-\[\#165dfe\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 93 254 / var(--tw-bg-opacity));
}.bg-\[\#457DFE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(69 125 254 / var(--tw-bg-opacity));
}.bg-\[\#52c41a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(82 196 26 / var(--tw-bg-opacity));
}.bg-\[\#8EDAFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(142 218 255 / var(--tw-bg-opacity));
}.bg-\[\#8cf28c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(140 242 140 / var(--tw-bg-opacity));
}.bg-\[\#9cd1eb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(156 209 235 / var(--tw-bg-opacity));
}.bg-\[\#E5E5E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.bg-\[\#EBEDF0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 240 / var(--tw-bg-opacity));
}.bg-\[\#F2F3F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity));
}.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-\[\#F7F8FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}.bg-\[\#FF4D4F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 77 79 / var(--tw-bg-opacity));
}.bg-\[\#c5edcf\]{
  --tw-bg-opacity: 1;
  background-color: rgb(197 237 207 / var(--tw-bg-opacity));
}.bg-\[\#dc3b3b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 59 59 / var(--tw-bg-opacity));
}.bg-\[\#e9e9e9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}.bg-\[\#ebedf0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 240 / var(--tw-bg-opacity));
}.bg-\[\#eee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}.bg-\[\#efeae0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 234 224 / var(--tw-bg-opacity));
}.bg-\[\#f0f2f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity));
}.bg-\[\#f3f7ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 255 / var(--tw-bg-opacity));
}.bg-\[\#f6f7f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
}.bg-\[\#f7f8fa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}.bg-\[\#fafafa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.bg-\[\#feedee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 237 238 / var(--tw-bg-opacity));
}.bg-\[\#ff2128\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 33 40 / var(--tw-bg-opacity));
}.bg-\[\#ff4d4f33\]{
  background-color: #ff4d4f33;
}.bg-\[\#ff4d4f\]\/10{
  background-color: rgb(255 77 79 / 0.1);
}.bg-\[\#ffd7d8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 215 216 / var(--tw-bg-opacity));
}.bg-\[\#fff2f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 240 / var(--tw-bg-opacity));
}.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[orange\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  background-color: rgba(0,0,0,0.5);
}.bg-\[yellow\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 0 / var(--tw-bg-opacity));
}.bg-agrey{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 250 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-black\/\[\.05\]{
  background-color: rgb(0 0 0 / .05);
}.bg-black\/\[\.68\]{
  background-color: rgb(0 0 0 / .68);
}.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(22 93 254 / var(--tw-bg-opacity));
}.bg-blue\/\[0\.1\]{
  background-color: rgb(22 93 254 / 0.1);
}.bg-btngrey{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 243 / var(--tw-bg-opacity));
}.bg-eblue{
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 254 / var(--tw-bg-opacity));
}.bg-fblue{
  --tw-bg-opacity: 1;
  background-color: rgb(66 193 255 / var(--tw-bg-opacity));
}.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}.bg-label_grey_100{
  --tw-bg-opacity: 1;
  background-color: rgb(235 237 240 / var(--tw-bg-opacity));
}.bg-lyellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 230 / var(--tw-bg-opacity));
}.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 77 79 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.\!bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}.\!bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}.bg-none{
  background-image: none;
}.bg-contain{
  background-size: contain;
}.bg-cover{
  background-size: cover;
}.bg-center{
  background-position: center;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}.\!p-0{
  padding: 0px !important;
}.\!p-4{
  padding: 1rem !important;
}.\!p-5{
  padding: 1.25rem !important;
}.p-0{
  padding: 0px;
}.p-1{
  padding: 0.25rem;
}.p-10{
  padding: 2.5rem;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.p-\[10px\]{
  padding: 10px;
}.p-\[12px\]{
  padding: 12px;
}.p-\[15px\]{
  padding: 15px;
}.p-\[16px\]{
  padding: 16px;
}.p-\[20px\]{
  padding: 20px;
}.p-\[4px\]{
  padding: 4px;
}.p-\[5px\]{
  padding: 5px;
}.p-\[6px\]{
  padding: 6px;
}.p-\[8px\]{
  padding: 8px;
}.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}.\!px-\[10px\]{
  padding-left: 10px !important;
  padding-right: 10px !important;
}.\!px-\[16px\]{
  padding-left: 16px !important;
  padding-right: 16px !important;
}.\!px-\[200px\]{
  padding-left: 200px !important;
  padding-right: 200px !important;
}.\!px-\[6px\]{
  padding-left: 6px !important;
  padding-right: 6px !important;
}.\!px-\[90px\]{
  padding-left: 90px !important;
  padding-right: 90px !important;
}.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.\!py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}.\!py-\[20px\]{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.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-80{
  padding-left: 20rem;
  padding-right: 20rem;
}.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}.px-\[15\.5px\]{
  padding-left: 15.5px;
  padding-right: 15.5px;
}.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}.px-\[180px\]{
  padding-left: 180px;
  padding-right: 180px;
}.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}.px-\[4px\]{
  padding-left: 4px;
  padding-right: 4px;
}.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}.px-\[7\.5px\]{
  padding-left: 7.5px;
  padding-right: 7.5px;
}.px-\[7px\]{
  padding-left: 7px;
  padding-right: 7px;
}.px-\[80px\]{
  padding-left: 80px;
  padding-right: 80px;
}.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}.px-\[90px\]{
  padding-left: 90px;
  padding-right: 90px;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.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-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}.py-\[8x\]{
  padding-top: 8x;
  padding-bottom: 8x;
}.\!pb-0{
  padding-bottom: 0px !important;
}.\!pb-2{
  padding-bottom: 0.5rem !important;
}.\!pb-4{
  padding-bottom: 1rem !important;
}.\!pl-\[16px\]{
  padding-left: 16px !important;
}.\!pr-0{
  padding-right: 0px !important;
}.\!pr-3{
  padding-right: 0.75rem !important;
}.\!pr-\[10px\]{
  padding-right: 10px !important;
}.\!pt-0{
  padding-top: 0px !important;
}.\!pt-\[16px\]{
  padding-top: 16px !important;
}.pb-0{
  padding-bottom: 0px;
}.pb-1{
  padding-bottom: 0.25rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-14{
  padding-bottom: 3.5rem;
}.pb-16{
  padding-bottom: 4rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pb-8{
  padding-bottom: 2rem;
}.pb-\[10px\]{
  padding-bottom: 10px;
}.pb-\[15\%\]{
  padding-bottom: 15%;
}.pb-\[15px\]{
  padding-bottom: 15px;
}.pb-\[16px\]{
  padding-bottom: 16px;
}.pb-\[20px\]{
  padding-bottom: 20px;
}.pb-\[30px\]{
  padding-bottom: 30px;
}.pb-\[34px\]{
  padding-bottom: 34px;
}.pb-\[35px\]{
  padding-bottom: 35px;
}.pb-\[36px\]{
  padding-bottom: 36px;
}.pb-\[4px\]{
  padding-bottom: 4px;
}.pb-\[50px\]{
  padding-bottom: 50px;
}.pb-\[60px\]{
  padding-bottom: 60px;
}.pb-\[6px\]{
  padding-bottom: 6px;
}.pb-\[80px\]{
  padding-bottom: 80px;
}.pb-\[8px\]{
  padding-bottom: 8px;
}.pl-1{
  padding-left: 0.25rem;
}.pl-2{
  padding-left: 0.5rem;
}.pl-3{
  padding-left: 0.75rem;
}.pl-4{
  padding-left: 1rem;
}.pl-5{
  padding-left: 1.25rem;
}.pl-6{
  padding-left: 1.5rem;
}.pl-7{
  padding-left: 1.75rem;
}.pl-8{
  padding-left: 2rem;
}.pl-\[100px\]{
  padding-left: 100px;
}.pl-\[10px\]{
  padding-left: 10px;
}.pl-\[120px\]{
  padding-left: 120px;
}.pl-\[140px\]{
  padding-left: 140px;
}.pl-\[15\.5px\]{
  padding-left: 15.5px;
}.pl-\[15px\]{
  padding-left: 15px;
}.pl-\[16px\]{
  padding-left: 16px;
}.pl-\[20px\]{
  padding-left: 20px;
}.pl-\[22px\]{
  padding-left: 22px;
}.pl-\[23\%\]{
  padding-left: 23%;
}.pl-\[24px\]{
  padding-left: 24px;
}.pl-\[25px\]{
  padding-left: 25px;
}.pl-\[26px\]{
  padding-left: 26px;
}.pl-\[38px\]{
  padding-left: 38px;
}.pl-\[40px\]{
  padding-left: 40px;
}.pl-\[50px\]{
  padding-left: 50px;
}.pl-\[55px\]{
  padding-left: 55px;
}.pl-\[60px\]{
  padding-left: 60px;
}.pl-\[70px\]{
  padding-left: 70px;
}.pl-\[72px\]{
  padding-left: 72px;
}.pl-\[86px\]{
  padding-left: 86px;
}.pr-0{
  padding-right: 0px;
}.pr-1{
  padding-right: 0.25rem;
}.pr-10{
  padding-right: 2.5rem;
}.pr-2{
  padding-right: 0.5rem;
}.pr-3{
  padding-right: 0.75rem;
}.pr-4{
  padding-right: 1rem;
}.pr-\[10px\]{
  padding-right: 10px;
}.pr-\[12px\]{
  padding-right: 12px;
}.pr-\[15px\]{
  padding-right: 15px;
}.pr-\[16px\]{
  padding-right: 16px;
}.pr-\[20px\]{
  padding-right: 20px;
}.pr-\[40px\]{
  padding-right: 40px;
}.pr-\[6px\]{
  padding-right: 6px;
}.pt-0{
  padding-top: 0px;
}.pt-1{
  padding-top: 0.25rem;
}.pt-10{
  padding-top: 2.5rem;
}.pt-14{
  padding-top: 3.5rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-8{
  padding-top: 2rem;
}.pt-\[100px\]{
  padding-top: 100px;
}.pt-\[10px\]{
  padding-top: 10px;
}.pt-\[12px\]{
  padding-top: 12px;
}.pt-\[14px\]{
  padding-top: 14px;
}.pt-\[15px\]{
  padding-top: 15px;
}.pt-\[20px\]{
  padding-top: 20px;
}.pt-\[24px\]{
  padding-top: 24px;
}.pt-\[26px\]{
  padding-top: 26px;
}.pt-\[2px\]{
  padding-top: 2px;
}.pt-\[30px\]{
  padding-top: 30px;
}.pt-\[3px\]{
  padding-top: 3px;
}.pt-\[4px\]{
  padding-top: 4px;
}.pt-\[58px\]{
  padding-top: 58px;
}.pt-\[5px\]{
  padding-top: 5px;
}.pt-\[8px\]{
  padding-top: 8px;
}.pt-\[calc\(35vh-32px\)\]{
  padding-top: calc(35vh - 32px);
}.\!text-left{
  text-align: left !important;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.indent-0{
  text-indent: 0px;
}.indent-\[16px\]{
  text-indent: 16px;
}.\!align-middle{
  vertical-align: middle !important;
}.align-middle{
  vertical-align: middle;
}.\!font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}.font-\[\'GalyonBold\'\]{
  font-family: 'GalyonBold';
}.font-\[\'Open_Sans\'\]{
  font-family: 'Open Sans';
}.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}.\!text-\[12px\]{
  font-size: 12px !important;
}.\!text-\[14px\]{
  font-size: 14px !important;
}.\!text-base{
  font-size: 16px !important;
  line-height: 16px !important;
}.\!text-xs{
  font-size: 12px !important;
  line-height: 12px !important;
}.text-\[0px\]{
  font-size: 0px;
}.text-\[100px\]{
  font-size: 100px;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[120px\]{
  font-size: 120px;
}.text-\[12px\]{
  font-size: 12px;
}.text-\[12vw\]{
  font-size: 12vw;
}.text-\[14px\]{
  font-size: 14px;
}.text-\[15px\]{
  font-size: 15px;
}.text-\[16px\]{
  font-size: 16px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[20px\]{
  font-size: 20px;
}.text-\[22px\]{
  font-size: 22px;
}.text-\[24px\]{
  font-size: 24px;
}.text-\[26px\]{
  font-size: 26px;
}.text-\[28px\]{
  font-size: 28px;
}.text-\[30px\]{
  font-size: 30px;
}.text-\[32px\]{
  font-size: 32px;
}.text-\[36px\]{
  font-size: 36px;
}.text-\[40px\]{
  font-size: 40px;
}.text-\[42px\]{
  font-size: 42px;
}.text-\[50px\]{
  font-size: 50px;
}.text-\[80px\]{
  font-size: 80px;
}.text-\[86px\]{
  font-size: 86px;
}.text-\[8px\]{
  font-size: 8px;
}.text-base{
  font-size: 16px;
  line-height: 16px;
}.text-lg{
  font-size: 20px;
  line-height: 20px;
}.text-sm{
  font-size: 14px;
  line-height: 14px;
}.text-xl{
  font-size: 24px;
  line-height: 24px;
}.text-xs{
  font-size: 12px;
  line-height: 12px;
}.\!font-bold{
  font-weight: 700 !important;
}.\!font-normal{
  font-weight: 400 !important;
}.\!font-thin{
  font-weight: 100 !important;
}.font-\[12px\]{
  font-weight: 12px;
}.font-\[14px\]{
  font-weight: 14px;
}.font-\[15px\]{
  font-weight: 15px;
}.font-\[500\]{
  font-weight: 500;
}.font-\[600\]{
  font-weight: 600;
}.font-\[800\]{
  font-weight: 800;
}.font-black{
  font-weight: 900;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.font-thin{
  font-weight: 100;
}.uppercase{
  text-transform: uppercase;
}.capitalize{
  text-transform: capitalize;
}.italic{
  font-style: italic;
}.\!leading-8{
  line-height: 2rem !important;
}.\!leading-\[16px\]{
  line-height: 16px !important;
}.\!leading-\[32px\]{
  line-height: 32px !important;
}.leading-10{
  line-height: 2.5rem;
}.leading-4{
  line-height: 1rem;
}.leading-6{
  line-height: 1.5rem;
}.leading-\[12px\]{
  line-height: 12px;
}.leading-\[14px\]{
  line-height: 14px;
}.leading-\[16px\]{
  line-height: 16px;
}.leading-\[18px\]{
  line-height: 18px;
}.leading-\[19px\]{
  line-height: 19px;
}.leading-\[200px\]{
  line-height: 200px;
}.leading-\[20px\]{
  line-height: 20px;
}.leading-\[22px\]{
  line-height: 22px;
}.leading-\[24px\]{
  line-height: 24px;
}.leading-\[25px\]{
  line-height: 25px;
}.leading-\[26px\]{
  line-height: 26px;
}.leading-\[28px\]{
  line-height: 28px;
}.leading-\[32px\]{
  line-height: 32px;
}.leading-\[36px\]{
  line-height: 36px;
}.leading-\[37px\]{
  line-height: 37px;
}.leading-\[39px\]{
  line-height: 39px;
}.leading-\[40px\]{
  line-height: 40px;
}.leading-\[50px\]{
  line-height: 50px;
}.leading-\[52px\]{
  line-height: 52px;
}.leading-none{
  line-height: 1;
}.\!text-\[\#000000\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.\!text-\[\#1677ff\]{
  --tw-text-opacity: 1 !important;
  color: rgb(22 119 255 / var(--tw-text-opacity)) !important;
}.\!text-\[\#1e90ff\]{
  --tw-text-opacity: 1 !important;
  color: rgb(30 144 255 / var(--tw-text-opacity)) !important;
}.\!text-\[\#67c23a\]{
  --tw-text-opacity: 1 !important;
  color: rgb(103 194 58 / var(--tw-text-opacity)) !important;
}.\!text-\[\#777\]{
  --tw-text-opacity: 1 !important;
  color: rgb(119 119 119 / var(--tw-text-opacity)) !important;
}.\!text-\[\#7b7a7a\]{
  --tw-text-opacity: 1 !important;
  color: rgb(123 122 122 / var(--tw-text-opacity)) !important;
}.\!text-\[\#86909c\]{
  --tw-text-opacity: 1 !important;
  color: rgb(134 144 156 / var(--tw-text-opacity)) !important;
}.\!text-\[\#88909b\]{
  --tw-text-opacity: 1 !important;
  color: rgb(136 144 155 / var(--tw-text-opacity)) !important;
}.\!text-\[\#999\]{
  --tw-text-opacity: 1 !important;
  color: rgb(153 153 153 / var(--tw-text-opacity)) !important;
}.\!text-\[\#efbd47\]{
  --tw-text-opacity: 1 !important;
  color: rgb(239 189 71 / var(--tw-text-opacity)) !important;
}.\!text-\[\#ff4d4f\]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 77 79 / var(--tw-text-opacity)) !important;
}.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.\!text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(22 93 254 / var(--tw-text-opacity)) !important;
}.\!text-cgrey{
  --tw-text-opacity: 1 !important;
  color: rgb(204 204 204 / var(--tw-text-opacity)) !important;
}.\!text-fgrey{
  --tw-text-opacity: 1 !important;
  color: rgb(134 144 156 / var(--tw-text-opacity)) !important;
}.\!text-orange{
  --tw-text-opacity: 1 !important;
  color: rgb(250 173 20 / var(--tw-text-opacity)) !important;
}.\!text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(255 77 79 / var(--tw-text-opacity)) !important;
}.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-\[\#0000005c\]{
  color: #0000005c;
}.text-\[\#00000087\]{
  color: #00000087;
}.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#000000bd\]{
  color: #000000bd;
}.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#000\]\/\[0\.85\]{
  color: rgb(0 0 0 / 0.85);
}.text-\[\#00b42a\]{
  --tw-text-opacity: 1;
  color: rgb(0 180 42 / var(--tw-text-opacity));
}.text-\[\#165DFE\]{
  --tw-text-opacity: 1;
  color: rgb(22 93 254 / var(--tw-text-opacity));
}.text-\[\#165dfe\]{
  --tw-text-opacity: 1;
  color: rgb(22 93 254 / var(--tw-text-opacity));
}.text-\[\#1677ff\]{
  --tw-text-opacity: 1;
  color: rgb(22 119 255 / var(--tw-text-opacity));
}.text-\[\#1B50F8\]{
  --tw-text-opacity: 1;
  color: rgb(27 80 248 / var(--tw-text-opacity));
}.text-\[\#21c62f\]{
  --tw-text-opacity: 1;
  color: rgb(33 198 47 / var(--tw-text-opacity));
}.text-\[\#306ffe\]{
  --tw-text-opacity: 1;
  color: rgb(48 111 254 / var(--tw-text-opacity));
}.text-\[\#323233\]{
  --tw-text-opacity: 1;
  color: rgb(50 50 51 / var(--tw-text-opacity));
}.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}.text-\[\#4887cf\]{
  --tw-text-opacity: 1;
  color: rgb(72 135 207 / var(--tw-text-opacity));
}.text-\[\#4E5969\]{
  --tw-text-opacity: 1;
  color: rgb(78 89 105 / var(--tw-text-opacity));
}.text-\[\#4e5969\]{
  --tw-text-opacity: 1;
  color: rgb(78 89 105 / var(--tw-text-opacity));
}.text-\[\#50d71e\]{
  --tw-text-opacity: 1;
  color: rgb(80 215 30 / var(--tw-text-opacity));
}.text-\[\#595959\]{
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}.text-\[\#606266\]{
  --tw-text-opacity: 1;
  color: rgb(96 98 102 / var(--tw-text-opacity));
}.text-\[\#666666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}.text-\[\#82D30B\]{
  --tw-text-opacity: 1;
  color: rgb(130 211 11 / var(--tw-text-opacity));
}.text-\[\#86909C\]{
  --tw-text-opacity: 1;
  color: rgb(134 144 156 / var(--tw-text-opacity));
}.text-\[\#86909c\]{
  --tw-text-opacity: 1;
  color: rgb(134 144 156 / var(--tw-text-opacity));
}.text-\[\#87d068\]{
  --tw-text-opacity: 1;
  color: rgb(135 208 104 / var(--tw-text-opacity));
}.text-\[\#999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.text-\[\#E49743\]{
  --tw-text-opacity: 1;
  color: rgb(228 151 67 / var(--tw-text-opacity));
}.text-\[\#FF4D4F\]{
  --tw-text-opacity: 1;
  color: rgb(255 77 79 / var(--tw-text-opacity));
}.text-\[\#a7a7a7\]{
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}.text-\[\#aaa\]{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}.text-\[\#c0c0c0\]{
  --tw-text-opacity: 1;
  color: rgb(192 192 192 / var(--tw-text-opacity));
}.text-\[\#c67d14\]{
  --tw-text-opacity: 1;
  color: rgb(198 125 20 / var(--tw-text-opacity));
}.text-\[\#ccc\]{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}.text-\[\#da4b52\]{
  --tw-text-opacity: 1;
  color: rgb(218 75 82 / var(--tw-text-opacity));
}.text-\[\#e6a44d\]{
  --tw-text-opacity: 1;
  color: rgb(230 164 77 / var(--tw-text-opacity));
}.text-\[\#e89848\]{
  --tw-text-opacity: 1;
  color: rgb(232 152 72 / var(--tw-text-opacity));
}.text-\[\#efb64a\]{
  --tw-text-opacity: 1;
  color: rgb(239 182 74 / var(--tw-text-opacity));
}.text-\[\#f4a52a\]{
  --tw-text-opacity: 1;
  color: rgb(244 165 42 / var(--tw-text-opacity));
}.text-\[\#ff000094\]{
  color: #ff000094;
}.text-\[\#ff3858\]{
  --tw-text-opacity: 1;
  color: rgb(255 56 88 / var(--tw-text-opacity));
}.text-\[\#ff4d4f\]{
  --tw-text-opacity: 1;
  color: rgb(255 77 79 / var(--tw-text-opacity));
}.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#ffffff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-blue{
  --tw-text-opacity: 1;
  color: rgb(22 93 254 / var(--tw-text-opacity));
}.text-cgrey{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}.text-dorange{
  --tw-text-opacity: 1;
  color: rgb(200 94 0 / var(--tw-text-opacity));
}.text-egrey{
  --tw-text-opacity: 1;
  color: rgb(78 89 105 / var(--tw-text-opacity));
}.text-fgrey{
  --tw-text-opacity: 1;
  color: rgb(134 144 156 / var(--tw-text-opacity));
}.text-grey{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}.text-label_grey{
  --tw-text-opacity: 1;
  color: rgb(134 144 156 / var(--tw-text-opacity));
}.text-nblack{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.text-orange{
  --tw-text-opacity: 1;
  color: rgb(250 173 20 / var(--tw-text-opacity));
}.text-red{
  --tw-text-opacity: 1;
  color: rgb(255 77 79 / var(--tw-text-opacity));
}.text-sblack{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}.text-tagblue{
  --tw-text-opacity: 1;
  color: rgb(24 144 255 / var(--tw-text-opacity));
}.text-tblack{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.\!text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}.underline{
  text-decoration-line: underline;
}.line-through{
  text-decoration-line: line-through;
}.\!opacity-0{
  opacity: 0 !important;
}.opacity-0{
  opacity: 0;
}.opacity-50{
  opacity: 0.5;
}.opacity-\[0\.35\]{
  opacity: 0.35;
}.opacity-\[0\.65\]{
  opacity: 0.65;
}.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-\[0_2px_15px_0px_rgba\(0\2c 0\2c 0\2c 0\.14\)\]{
  --tw-shadow: 0 2px 15px 0px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0 2px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline{
  outline-style: solid;
}.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);
}.\!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-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-100{
  transition-duration: 100ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-linear{
  transition-timing-function: linear;
}.\[text-shadow\:_0_4px_8px_\#646161\]{
  text-shadow: 0 4px 8px #646161;
}/*
horizontal->h
vertical->v
*/.expand-transition-enter-active,
.expand-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.expand-transition-move {
  transition: transform 0.4s;
}.expand-x-transition-enter-active,
.expand-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.expand-x-transition-move {
  transition: transform 0.4s;
}.fade-transition-enter-active,
.fade-transition-leave-active {
  transition: opacity 0.2s ease-in-out;
}.fade-transition-enter-from,
.fade-transition-leave-to {
  opacity: 0;
}.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s ease-in-out;
}.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}/* fade-slide */.fade-slide-leave-active,
.fade-slide-enter-active {
  transition: all 0.3s;
}.fade-slide-enter-from {
  opacity: 0;
  transform: translateX(-30px);
}.fade-slide-leave-to {
  opacity: 0;
  transform: translateX(30px);
}.fade-bottom-enter-active,
.fade-bottom-leave-active {
  transition: opacity 0.25s, transform 0.3s;
}.fade-bottom-enter-from {
  opacity: 0;
  transform: translateY(-10%);
}.fade-bottom-leave-to {
  opacity: 0;
  transform: translateY(10%);
}.fade-scale-leave-active,
.fade-scale-enter-active {
  transition: all 0.28s;
}.fade-scale-enter-from {
  opacity: 0;
  transform: scale(1.2);
}.fade-scale-leave-to {
  opacity: 0;
  transform: scale(0.8);
}.fade-top-enter-active,
.fade-top-leave-active {
  transition: opacity 0.2s, transform 0.25s;
}.fade-top-enter-from {
  opacity: 0;
  transform: translateY(8%);
}.fade-top-leave-to {
  opacity: 0;
  transform: translateY(-8%);
}.scale-transition-enter-active,
.scale-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.scale-transition-move {
  transition: transform 0.4s;
}.scale-transition-enter-from,
.scale-transition-leave,
.scale-transition-leave-to {
  opacity: 0;
  transform: scale(0);
}.scale-rotate-transition-enter-active,
.scale-rotate-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.scale-rotate-transition-move {
  transition: transform 0.4s;
}.scale-rotate-transition-enter-from,
.scale-rotate-transition-leave,
.scale-rotate-transition-leave-to {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}.slide-y-transition-enter-active,
.slide-y-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.slide-y-transition-move {
  transition: transform 0.4s;
}.slide-y-transition-enter-from,
.slide-y-transition-leave-to {
  opacity: 0;
  transform: translateY(-15px);
}.slide-y-reverse-transition-enter-active,
.slide-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.slide-y-reverse-transition-move {
  transition: transform 0.4s;
}.slide-y-reverse-transition-enter-from,
.slide-y-reverse-transition-leave-to {
  opacity: 0;
  transform: translateY(15px);
}.slide-x-transition-enter-active,
.slide-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.slide-x-transition-move {
  transition: transform 0.4s;
}.slide-x-transition-enter-from,
.slide-x-transition-leave-to {
  opacity: 0;
  transform: translateX(-15px);
}.slide-x-reverse-transition-enter-active,
.slide-x-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.slide-x-reverse-transition-move {
  transition: transform 0.4s;
}.slide-x-reverse-transition-enter-from,
.slide-x-reverse-transition-leave-to {
  opacity: 0;
  transform: translateX(15px);
}.scroll-y-transition-enter-active,
.scroll-y-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.scroll-y-transition-move {
  transition: transform 0.4s;
}.scroll-y-transition-enter-from,
.scroll-y-transition-leave-to {
  opacity: 0;
}.scroll-y-transition-enter-from {
  transform: translateY(-15px);
}.scroll-y-transition-leave-to {
  transform: translateY(15px);
}.scroll-y-reverse-transition-enter-active,
.scroll-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.scroll-y-reverse-transition-move {
  transition: transform 0.4s;
}.scroll-y-reverse-transition-enter-from,
.scroll-y-reverse-transition-leave-to {
  opacity: 0;
}.scroll-y-reverse-transition-enter-from {
  transform: translateY(15px);
}.scroll-y-reverse-transition-leave-to {
  transform: translateY(-15px);
}.scroll-x-transition-enter-active,
.scroll-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.scroll-x-transition-move {
  transition: transform 0.4s;
}.scroll-x-transition-enter-from,
.scroll-x-transition-leave-to {
  opacity: 0;
}.scroll-x-transition-enter-from {
  transform: translateX(-15px);
}.scroll-x-transition-leave-to {
  transform: translateX(15px);
}.scroll-x-reverse-transition-enter-active,
.scroll-x-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}.scroll-x-reverse-transition-move {
  transition: transform 0.4s;
}.scroll-x-reverse-transition-enter-from,
.scroll-x-reverse-transition-leave-to {
  opacity: 0;
}.scroll-x-reverse-transition-enter-from {
  transform: translateX(15px);
}.scroll-x-reverse-transition-leave-to {
  transform: translateX(-15px);
}.zoom-out-enter-active,
.zoom-out-leave-active {
  transition: opacity 0.1 ease-in-out, transform 0.15s ease-out;
}.zoom-out-enter-from,
.zoom-out-leave-to {
  opacity: 0;
  transform: scale(0);
}.zoom-fade-enter-active,
.zoom-fade-leave-active {
  transition: transform 0.2s, opacity 0.3s ease-out;
}.zoom-fade-enter-from {
  opacity: 0;
  transform: scale(0.92);
}.zoom-fade-leave-to {
  opacity: 0;
  transform: scale(1.06);
}.collapse-transition {
  transition: 0.2s height ease-in-out, 0.2s padding-top ease-in-out, 0.2s padding-bottom ease-in-out;
}#app {
  width: 100%;
  height: 100%;
}::-webkit-scrollbar {
  width: 7px;
  height: 8px;
}::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:hover {
  background-color: #b6b7b9;
}#nprogress {
  pointer-events: none;
}#nprogress .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 2px;
  background-color: #165DFE;
  opacity: 0.75;
}.pointer {
  cursor: pointer;
}.primary-color {
  color: #165DFE;
}.openText {
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 180, 42, 0.1);
  border-radius: 10px;
  color: #00b42a;
  font-size: 12px;
  text-indent: 0;
}.blockupText {
  text-align: center;
  display: inline-block;
  width: 42px;
  height: 20px;
  line-height: 20px;
  background: #f2f3f5;
  border-radius: 10px;
  color: #4e5969;
  font-size: 12px;
  text-indent: 0;
}.deleteText {
  text-align: center;
  display: inline-block;
  width: 42px;
  height: 20px;
  line-height: 20px;
  background: rgba(255, 77, 79, 0.1);
  border-radius: 10px;
  color: #ff4d4f;
  font-size: 12px;
  text-indent: 0;
}.yellow_box_bg {
  background: rgba(255, 77, 79, 0.1);
  height: 100%;
  display: flex;
  background: #fffbe6;
  align-items: center;
}.text-grey-500 {
  color: #86909C;
}.green-text-color {
  color: #00B42A;
}.red-text-color {
  color: #FF4D4F;
}.grey-text-color {
  color: #4E5969;
}html[data-theme='dark'] .ant-pagination.mini .ant-pagination-prev,
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-next,
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item {
  background-color: rgba(255, 255, 255, 0.04) !important;
}html[data-theme='dark'] .ant-pagination.mini .ant-pagination-prev a,
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-next a,
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item a {
  color: #8b949e !important;
}html[data-theme='dark'] .ant-pagination.mini .ant-select-arrow {
  color: #8b949e !important;
}html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item-active {
  background-color: #165DFE !important;
  border: none;
  border-radius: none !important;
}html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item-active a {
  color: #fff !important;
}.ant-pagination {
  font-size: 12px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  font-size: 12px;
  color: #cccccc;
  border: 1px solid;
}.ant-pagination.mini .ant-pagination-prev:hover a,
.ant-pagination.mini .ant-pagination-next:hover a,
.ant-pagination.mini .ant-pagination-item:focus a,
.ant-pagination.mini .ant-pagination-item:hover a {
  color: #165DFE;
}.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next,
.ant-pagination.mini .ant-pagination-item {
  margin: 0 2px !important;
  background-color: #f4f4f5 !important;
  border: none;
  border-radius: none !important;
  min-width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  border-radius: 2px;
  background: #fff !important;
}.ant-pagination.mini .ant-pagination-prev a,
.ant-pagination.mini .ant-pagination-next a,
.ant-pagination.mini .ant-pagination-item a {
  margin-top: 0;
  color: #323233;
  padding: 0;
}.ant-pagination.mini .ant-pagination-prev span.anticon:not(.app-iconify),
.ant-pagination.mini .ant-pagination-next span.anticon:not(.app-iconify),
.ant-pagination.mini .ant-pagination-item span.anticon:not(.app-iconify) {
  vertical-align: 0.1em !important;
}.ant-pagination.mini .ant-pagination-prev:last-child,
.ant-pagination.mini .ant-pagination-next:last-child,
.ant-pagination.mini .ant-pagination-item:last-child {
  margin-right: 0 !important;
}.ant-pagination.mini .ant-pagination-item-active {
  background-color: #fff !important;
  outline: 1px solid #165dfe !important;
  border: 0;
  border-radius: none !important;
  font-weight: 400;
}.ant-pagination.mini .ant-pagination-item-active a {
  color: #165DFE !important;
}.ant-pagination.mini .ant-pagination-options {
  margin-left: 12px;
}.ant-pagination.mini .ant-select-dropdown {
  min-width: 93px  !important;
}.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 22px;
  margin: 0 6px;
  line-height: 22px;
  text-align: center;
}.ant-pagination.mini .ant-select {
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.65) !important;
}.ant-pagination.mini span.anticon:not(.app-iconify) {
  vertical-align: 0 !important;
}.ant-pagination.mini .ant-select-arrow {
  color: #cececd;
}.ant-pagination-disabled {
  display: none !important;
}.ant-input::-moz-placeholder {
  color: #999 !important;
}.ant-input::placeholder {
  color: #999 !important;
}.ant-input-number,
.ant-input-number-group-wrapper {
  min-width: 110px;
  width: 100%;
  max-width: 100%;
}.ant-input-affix-wrapper .ant-input-suffix {
  right: 9px;
}.ant-input-clear-icon {
  margin-right: 5px;
}.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
}.ant-input-affix-wrapper-textarea-with-clear-btn textarea.ant-input {
  padding: 4px;
}.ant-input-textarea-show-count::after {
  z-index: 9;
  position: relative;
}.ant-input-affix-wrapper ::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}.ant-input-affix-wrapper .ant-input-clear-icon {
  right: 12px !important;
}.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent !important;
}.ant-btn-primary {
  color: #fff;
  background-color: #165DFE;
}.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #2f6ffe;
}.ant-btn-primary:not(.ant-btn-background-ghost):not([disabled]) {
  color: #fff;
}.ant-btn-default {
  color: #606266;
  background-color: #fff;
  border-color: #cececd;
}.ant-btn-default:hover,
.ant-btn-default:focus {
  color: #165DFE;
  background-color: #fff;
  border-color: #165DFE;
}[data-theme='light'] .ant-btn.ant-btn-link.is-disabled {
  color: rgba(0, 0, 0, 0.25);
  text-shadow: none;
  cursor: not-allowed !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}[data-theme='dark'] .ant-btn.ant-btn-link.is-disabled {
  color: rgba(255, 255, 255, 0.25) !important;
  text-shadow: none;
  cursor: not-allowed !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}.ant-btn-success.ant-btn-link:not([disabled='disabled']) {
  color: #00B42A;
}.ant-btn-success.ant-btn-link:not([disabled='disabled']):hover,
.ant-btn-success.ant-btn-link:not([disabled='disabled']):focus {
  color: #00e736;
  border-color: transparent;
}.ant-btn-success.ant-btn-link:not([disabled='disabled']):active {
  color: #00811e;
}.ant-btn-success.ant-btn-link.ant-btn-loading::before,
.ant-btn-warning.ant-btn-link.ant-btn-loading::before,
.ant-btn-error.ant-btn-link.ant-btn-loading::before,
.ant-btn-background-ghost.ant-btn-link.ant-btn-loading::before,
.ant-btn.ant-btn-link.ant-btn-loading::before {
  background: transparent;
}.ant-btn-success:not(.ant-btn-link, .is-disabled) {
  color: #fff;
  background-color: #00B42A;
  border-color: #00B42A;
}.ant-btn-success:not(.ant-btn-link, .is-disabled):hover,
.ant-btn-success:not(.ant-btn-link, .is-disabled):focus {
  color: #fff;
  background-color: #00e736;
  border-color: #00e736;
}.ant-btn-success:not(.ant-btn-link, .is-disabled):active {
  background-color: #00811e;
  border-color: #00811e;
}.ant-btn-warning.ant-btn-link:not([disabled='disabled']) {
  color: #efbd47;
}.ant-btn-warning.ant-btn-link:not([disabled='disabled']):hover,
.ant-btn-warning.ant-btn-link:not([disabled='disabled']):focus {
  color: #f3ce76;
  border-color: transparent;
}.ant-btn-warning.ant-btn-link:not([disabled='disabled']):active {
  color: #ebac18;
}.ant-btn-warning:not(.ant-btn-link, .is-disabled) {
  color: #fff;
  background-color: #efbd47;
  border-color: #efbd47;
}.ant-btn-warning:not(.ant-btn-link, .is-disabled):hover,
.ant-btn-warning:not(.ant-btn-link, .is-disabled):focus {
  color: #fff;
  background-color: #f3ce76;
  border-color: #f3ce76;
}.ant-btn-warning:not(.ant-btn-link, .is-disabled):active {
  background-color: #ebac18;
  border-color: #ebac18;
}.ant-btn-error.ant-btn-link:not([disabled='disabled']) {
  color: #FF4D4F;
}.ant-btn-error.ant-btn-link:not([disabled='disabled']):hover,
.ant-btn-error.ant-btn-link:not([disabled='disabled']):focus {
  color: #ff8081;
  border-color: transparent;
}.ant-btn-error.ant-btn-link:not([disabled='disabled']):active {
  color: #ff1a1d;
}.ant-btn-error:not(.ant-btn-link, .is-disabled) {
  color: #fff;
  background-color: #FF4D4F;
  border-color: #FF4D4F;
}.ant-btn-error:not(.ant-btn-link, .is-disabled):hover,
.ant-btn-error:not(.ant-btn-link, .is-disabled):focus {
  color: #fff;
  background-color: #ff8081;
  border-color: #ff8081;
}.ant-btn-error:not(.ant-btn-link, .is-disabled):active {
  background-color: #ff1a1d;
  border-color: #ff1a1d;
}.ant-btn-background-ghost {
  border-width: 1px;
  background-color: transparent !important;
}.ant-btn-background-ghost[disabled],
.ant-btn-background-ghost[disabled]:hover {
  color: rgba(255, 255, 255, 0.4) !important;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}.ant-btn-dashed.ant-btn-background-ghost,
.ant-btn-default.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}.ant-btn-dashed.ant-btn-background-ghost:hover,
.ant-btn-default.ant-btn-background-ghost:hover,
.ant-btn-dashed.ant-btn-background-ghost:focus,
.ant-btn-default.ant-btn-background-ghost:focus {
  color: #ffffff;
  border-color: #ffffff;
}.ant-btn-dashed.ant-btn-background-ghost:active,
.ant-btn-default.ant-btn-background-ghost:active {
  color: #e6e6e6;
  border-color: #e6e6e6;
}.ant-btn-dashed.ant-btn-background-ghost[disabled],
.ant-btn-default.ant-btn-background-ghost[disabled],
.ant-btn-dashed.ant-btn-background-ghost[disabled]:hover,
.ant-btn-default.ant-btn-background-ghost[disabled]:hover {
  color: rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link) {
  color: #00B42A;
  background-color: transparent;
  border-color: #00B42A;
  border-width: 1px;
}.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):hover,
.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):focus {
  color: #00e736 !important;
  border-color: #00e736;
}.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):active {
  color: #00811e;
  border-color: #00811e;
}.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link) {
  color: #efbd47;
  background-color: transparent;
  border-color: #efbd47;
  border-width: 1px;
}.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):hover,
.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):focus {
  color: #f3ce76 !important;
  border-color: #f3ce76;
}.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):active {
  color: #ebac18;
  border-color: #ebac18;
}.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link) {
  color: #FF4D4F;
  background-color: transparent;
  border-color: #FF4D4F;
  border-width: 1px;
}.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):hover,
.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):focus {
  color: #ff8081 !important;
  border-color: #ff8081;
}.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):active {
  color: #ff1a1d;
  border-color: #ff1a1d;
}.ant-btn-ghost.ant-btn-link:not([disabled='disabled']) {
  color: #fff;
}.ant-btn-ghost.ant-btn-link:not([disabled='disabled']):hover,
.ant-btn-ghost.ant-btn-link:not([disabled='disabled']):focus {
  color: #ffffff;
  border-color: transparent;
}.ant-btn-error.ant-btn-link.is-disabled {
  color: rgba(0, 0, 0, 0.25);
}.ant-btn-error.ant-btn-link.is-disabled:hover,
.ant-btn-error.ant-btn-link.is-disabled:focus {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
}.ant-btn-error.ant-btn-link.is-disabled:active {
  color: rgba(0, 0, 0, 0.25);
}.ant-btn-error:not(.ant-btn-link, .is-disabled):hover {
  background-color: rgba(255, 77, 79, 0.8) !important;
  background: rgba(255, 77, 79, 0.8) !important;
  border-color: rgba(255, 77, 79, 0.8) !important;
}.ant-btn-success.ant-btn-link:not([disabled='disabled']):hover {
  color: rgba(0, 180, 42, 0.8) !important;
}.auto .ant-cascader-menu {
  width: auto;
}.ant-cascader-menu {
  height: 320px;
  padding: 0;
}.ant-cascader-menu-item-active {
  font-weight: 400 !important;
  color: #165dfe !important;
  background: rgba(22, 93, 254, 0.1) !important;
}.ant-cascader-menu:first-child {
  background: #f2f3f5 !important;
}.ant-cascader-menu:first-child .ant-cascader-menu-item-active {
  background: #fff !important;
}.ant-cascader-menu-item:hover {
  background: #f7f8fa !important;
}::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}.bloom-basic-table {
  /* 禁止拖动的列 */
  /* 给滚动条添加z-index属性 */
  /* 设置比表格更高的值 */
}.bloom-basic-table .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-hide-scrollbar {
  overflow-y: auto !important;
}.bloom-basic-table .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body {
  overflow-y: auto !important;
}.bloom-basic-table .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-right .ant-table-body-outer .ant-table-body-inner {
  overflow-y: auto !important;
}.bloom-basic-table .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer .ant-table-body-inner {
  overflow-y: auto !important;
}.bloom-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body {
  overflow: auto !important;
}.bloom-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-right .ant-table-body-outer .ant-table-body-inner {
  overflow-x: auto !important;
}.bloom-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer .ant-table-body-inner {
  overflow-x: auto !important;
}.bloom-basic-table .ant-table-expanded-row-fixed::after {
  border-right: 0 !important;
}.bloom-basic-table .no-drag {
  pointer-events: none;
}.bloom-basic-table .ant-table.ant-table-middle tfoot > tr > td {
  padding: 0 !important;
  height: 40px;
  text-indent: 16px;
}.bloom-basic-table .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  width: 0 !important;
}.bloom-basic-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 0;
  margin-right: 10px;
}.bloom-basic-table .ant-table-cell-with-append {
  display: flex;
  align-items: center;
}.bloom-basic-table .ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
  background: #f7f8fa;
}.bloom-basic-table .ant-table-container .ant-table-cell-row-hover {
  background: #e6f1ff !important;
}.bloom-basic-table .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: none;
}.bloom-basic-table .ant-table-thead > tr > th {
  font-weight: bold;
  background: #f7f8fa !important;
  font-size: 12px;
  color: #333;
  text-align: left;
  padding: 0 !important;
  height: 40px;
  text-indent: 16px;
  white-space: nowrap !important;
  word-wrap: break-word;
  word-break: break-all;
  overflow: visible;
  position: relative;
}.bloom-basic-table .ant-table-tbody > tr > td {
  max-height: 48px;
  line-height: 16px;
  font-size: 12px;
  height: 40px;
  padding: 0 16px !important;
  word-wrap: break-word;
  word-break: break-all;
  white-space: nowrap;
}.bloom-basic-table .ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: left;
}.bloom-basic-table .ant-table-measure-row tr td {
  height: 0 !important;
  line-height: 0 !important;
}.bloom-basic-table .ant-table-row-expand-icon::before {
  top: 7px;
  right: 4px;
  left: 4px;
  font-size: 10px;
  height: 1px;
}.bloom-basic-table .ant-table-row-expand-icon::after {
  top: 4px;
  bottom: 4px;
  left: 7px;
  width: 1px;
  font-size: 10px;
}.bloom-basic-table .ant-table-row-expand-icon::before,
.bloom-basic-table .ant-table-row-expand-icon::after {
  transition: none !important;
}.bloom-basic-table .ant-table-column-sorters {
  text-indent: 0;
}.bloom-basic-table .ant-table-column-sorter {
  margin-left: 6px;
}.bloom-basic-table .ant-table-column-title {
  flex: none;
}.bloom-basic-table .ant-table-column-title > div {
  min-width: initial !important;
}.bloom-basic-table .ant-table-header {
  border-top: 1px solid #ebedf0;
}.bloom-basic-table .ant-table-tbody > tr > td {
  border-bottom: 1px solid #ebedf0;
}.bloom-basic-table .ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: 0 -19px !important;
}.bloom-basic-table .ant-table {
  color: #333 !important;
}.bloom-basic-table .ant-table-body::-webkit-scrollbar {
  z-index: 1;
}.bloom-basic-table .ant-table {
  z-index: 0;
  /* 表格中字体统一处理 */
}.bloom-basic-table .ant-table table .ant-input,
.bloom-basic-table .ant-table table .ant-checkbox-wrapper,
.bloom-basic-table .ant-table table .ant-radio-wrapper,
.bloom-basic-table .ant-table table .ant-picker-input > input,
.bloom-basic-table .ant-table table .ant-select-selector,
.bloom-basic-table .ant-table table .ant-upload,
.bloom-basic-table .ant-table table .ant-input-number-input {
  font-size: 12px !important;
}.bloom-basic-table .ant-table table .ant-input {
  line-height: 1.8345;
}.bloom-basic-table.bloom-basic-table--col-drag .ant-table-thead > tr > th:not(.ant-table-cell-scrollbar, .ant-table-selection-column) {
  cursor: move;
}.bloom-basic-table.bloom-basic-table--col-drag .ant-table-thead > tr > th:not(.ant-table-cell-scrollbar, .ant-table-selection-column).sortable-table-chosen {
  background: #f2f2f2 !important;
}.ant-modal-header {
  padding: 12.5px 16px !important;
}.ant-modal-close-x {
  height: 40px !important;
  line-height: 40px !important;
  width: 50px !important;
}.ant-modal-title {
  line-height: 14px !important;
  font-size: 14px !important;
}.ant-modal-confirm-body .ant-modal-confirm-content {
  color: #666 !important;
}.ant-modal {
  height: initial !important;
}.ant-modal div[aria-hidden="true"] {
  display: none !important;
}.customPopup .ant-modal-header {
  padding: 0 !important;
}.customPopup .ant-modal-title {
  height: 100%;
}@media screen and (max-width: 500px) {
  .ant-modal {
    max-width: calc(100vw - 48px) !important;
  }
}.ant-select .ant-select-selection-placeholder {
  color: #999;
}.ant-select .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: rgba(22, 93, 254, 0.1) !important;
}.ant-select .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: rgba(22, 93, 254, 0.1) !important;
  color: #165DFE !important;
  font-weight: 400 !important;
}.ant-input-number-group-wrapper {
  min-width: 80px;
}.ant-select-tree .ant-select-tree-node-content-wrapper {
  min-height: 32px !important;
}.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background: #f7f8fa !important;
}.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #e7eefe !important;
  color: #165DFE !important;
}.ant-spin .ant-spin-dot {
  font-size: 20px !important;
}.ant-spin .ant-spin-dot i {
  width: 9px !important;
  height: 9px !important;
}.ant-tooltip {
  max-width: 500px !important;
}.ant-tooltip-inner {
  word-break: break-all;
}@media screen and (max-width: 480px) {
  .ant-tooltip {
    max-width: calc(100% - 30px) !important;
  }
}.ant-picker {
  width: 100%;
  height: 32px;
}.ant-picker .ant-picker-input > input::-moz-placeholder {
  color: #999 !important;
}.ant-picker .ant-picker-input > input::placeholder {
  color: #999 !important;
}.ant-image-img {
  width: 100%;
  height: 100% !important;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}.a-tag {
  background: rgba(22, 93, 254, 0.1) !important;
  border-color: transparent !important;
}.ant-carousel .slick-dots {
  position: relative;
  height: auto;
  width: 100%;
  justify-content: left !important;
}.ant-carousel .slick-list {
  height: 370px;
}.ant-carousel .slick-dots li.slick-active img {
  outline: 3px solid black !important;
}.ant-carousel .slick-slide img {
  border: 5px solid #fff;
  display: block;
  margin: auto;
  height: 370px !important;
  width: 278px !important;
  -o-object-fit: contain;
     object-fit: contain;
}.ant-carousel .slick-thumb {
  position: relative !important;
  /* 横向滚动条 规定段落中的文本不进行换行： */
  white-space: nowrap !important;
  /* height: 50px; */
  overflow-x: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 20px !important;
}.ant-carousel .slick-thumb li {
  display: inline-block !important;
  width: 64px !important;
  height: 84px !important;
  margin: 0 10px !important;
  flex-shrink: 0 !important;
}.ant-carousel .slick-thumb li img {
  width: 60px;
  height: 80px;
  filter: grayscale(100%);
  display: block;
}.ant-carousel .slick-thumb li.slick-active img {
  filter: grayscale(0%);
}.ant-carousel .slick-initialized .slick-slide {
  display: block !important;
}.ant-carousel .slick-slide {
  text-align: center;
  height: 100%;
  overflow: hidden;
}.ant-carousel .slick-arrow.custom-slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1;
}.ant-carousel .custom-slick-arrow:before {
  display: none;
}.ant-carousel .slick-slide h3 {
  color: #fff;
}.amenu {
  overflow-y: auto;
  overflow-x: hidden;
  color: #4e5969 !important;
  border-right: 0 !important;
}.amenu .ant-menu {
  color: #4e5969 !important;
  max-height: initial !important;
}.amenu .ant-menu-sub.ant-menu-inline {
  background-color: #f7f8fa;
}.amenu .ant-menu-submenu-arrow::before,
.amenu .ant-menu-submenu-arrow::after {
  height: 0.5px;
}.amenu .ant-menu-inline,
.amenu .ant-menu-vertical,
.amenu .ant-menu-vertical-left {
  border-right: 0 !important;
}.amenu .menu-text span:nth-child(2) {
  margin-left: 6px !important;
}.amenu .ant-menu-submenu .menu-text {
  font-size: 13px;
}.amenu > li > .ant-menu-submenu-title {
  padding-left: 18px !important;
}.amenu > li > .ant-menu-submenu-title .menu-text {
  font-size: 14px;
}.amenu .ant-menu-item {
  padding-left: 42px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 4px 16px;
}.amenu .ant-menu-item-only-child:hover {
  background: #e6eaee;
}.amenu .is-menu-item-2 {
  padding-left: 19px !important;
}.amenu .is-menu-item {
  padding: 0 18px !important;
  margin-left: 0px !important;
}.amenu .is-menu-item:hover {
  background: #e6eaee;
}.amenu .ant-menu-submenu > ul > li .ant-menu-submenu-title {
  padding-left: 42px !important;
}.amenu .ant-menu-submenu > ul > li ul li {
  padding-left: 52px !important;
}.multiple-tabs__dropdown .app-iconify {
  color: #86909c;
}.multiple-tabs__dropdown .ant-dropdown-menu-title-content {
  display: flex;
  align-items: center;
}.ant-image-preview-root img {
  display: unset;
}span.anticon:not(.app-iconify) {
  vertical-align: 1px !important;
}.ant-back-top {
  right: 20px;
  bottom: 20px;
}.collapse-container__body > .ant-descriptions {
  margin-left: 6px;
}.ant-image-preview-operations {
  background-color: rgba(0, 0, 0, 0.3);
}.ant-popover-content {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}.modal-icon-warning {
  color: #efbd47 !important;
}.modal-icon-success {
  color: #00B42A !important;
}.modal-icon-error {
  color: #FF4D4F !important;
}.modal-icon-info {
  color: #165DFE !important;
}.ant-checkbox-checked .ant-checkbox-inner::after,
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-top: 0 !important;
  border-left: 0 !important;
}.ant-table-container::before {
  box-shadow: 0 !important;
}/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown *//* stylelint-disable no-duplicate-selectors *//* stylelint-disable *//* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px #e6f1ff;
}.ant-switch:focus:hover {
  box-shadow: none;
}.ant-switch-checked {
  background-color: #165DFE;
}.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}.ant-switch-loading-icon.anticon {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}.ant-switch-checked .ant-switch-loading-icon {
  color: #165DFE;
}.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}.ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 2px);
}.ant-switch-rtl {
  direction: rtl;
}.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 12px - 2px);
}.bg-white {
  background-color: #fff !important;
}html,
body {
  font-size: 12px;
}body {
  width: 100vw !important;
  overflow-y: overlay !important;
}html[data-theme='light'] .text-secondary {
  color: rgba(0, 0, 0, 0.45);
}html[data-theme='light'] .ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}html[data-theme='light'] .ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}html[data-theme='light'] .ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}textarea.ant-input {
  padding: 4px 11px !important;
}[data-theme='dark'] .text-secondary {
  color: #8b949e;
}[data-theme='dark'] .ant-card-grid-hoverable:hover {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2);
}[data-theme='dark'] .ant-card-grid {
  box-shadow: 1px 0 0 0 #434343, 0 1px 0 0 #434343, 1px 1px 0 0 #434343, 1px 0 0 0 #434343 inset, 0 1px 0 0 #434343 inset;
}[data-theme='dark'] .ant-calendar-selected-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.8);
}[data-theme='dark'] .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  color: rgba(0, 0, 0, 0.9);
}.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}@font-face {
  font-family: 'MontserratBold';
  src: url('./Montserrat-Bold-3-0007b146.otf');
  font-style: normal;
}@font-face {
  font-family: 'MontserratMedium';
  src: url('./Montserrat-Medium-7-29da9041.otf');
  font-style: normal;
}@font-face {
  font-family: 'MontserratRegular';
  src: url('./Montserrat-Regular-8-16772fa2.otf');
  font-style: normal;
}@font-face {
  font-family: 'PoppinsBold';
  src: url('./Poppins-Bold-210933fb.ttf');
  font-style: normal;
}@font-face {
  font-family: 'GalyonBold';
  src: url('./Galyon-Bold-1f16c51f.otf');
  font-style: normal;
}.preview-common {
  width: 800px;
  padding-bottom: 30px;
  font-size: 12px;
  background-color: #fff;
}.preview-common .logo {
  padding-top: 12px;
  border-bottom: 1px solid #ebedf0;
  position: relative;
}.preview-common .logo img {
  width: 160px;
  height: auto;
  margin-left: 22px;
}.preview-common .logo .no {
  position: absolute;
  bottom: 6px;
  right: 30px;
  font-size: 10px;
}.preview-common .box {
  margin: 0 30px;
}.preview-common table {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
  word-break: break-all;
}.preview-common table tr,
.preview-common table td {
  border: 1px solid #000;
}.preview-common table tr.fb,
.preview-common table td.fb {
  font-weight: 600;
}.preview-common table tr {
  min-height: 30px;
}.preview-common table td {
  padding: 6px;
  height: 30px !important;
  line-height: normal;
}.preview-common .title {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 4px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 16px 0;
}.preview-common .subtitle {
  margin-top: 22px;
  text-align: center;
  margin-bottom: 8px;
}input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}html {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}html,
body {
  font-family: PingFangSC-Regular, PingFang SC, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif, source-han-sans-simplified-c, sans-serif !important;
  width: 100%;
  height: 100%;
  overflow: visible;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}html.color-weak,
body.color-weak {
  filter: invert(80%);
}html.gray-mode,
body.gray-mode {
  filter: grayscale(100%);
  filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}a:focus,
a:active,
button,
div,
svg,
span {
  outline: none;
}a {
  color: #165dfe !important;
}.scroll-bar::-webkit-scrollbar {
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
}.scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e3e3e3;
}.ant-font-size {
  font-size: 12px !important;
}.ant-font-size .ant-select-item {
  font-size: 12px;
}.bloom-pannel-xs .ant-picker-dropdown,
.bloom-pannel-xs .ant-select-dropdown,
.bloom-pannel-xs .ant-select-tree {
  font-size: 12px;
}.bloom-pannel-xs .ant-picker-dropdown .ant-select-item,
.bloom-pannel-xs .ant-select-dropdown .ant-select-item,
.bloom-pannel-xs .ant-select-tree .ant-select-item {
  font-size: 12px;
}.ant-descriptions-item {
  padding-bottom: 10px;
}.bloom-basic-pannel .ant-descriptions-item-label,
.bloom-basic-pannel .ant-form-item-label label {
  color: #86909c !important;
}.ant-checkbox-wrapper:first-child {
  margin-right: 8px;
}.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-right: 8px;
  margin-left: 0px !important;
}.ant-badge-count {
  box-shadow: none !important;
}.ant-table-column-sorters {
  justify-content: flex-start !important;
}.outside-Container .ant-form-item-label > label {
  color: #86909c !important;
}.layout-content {
  position: relative;
}.ant-input-textarea-show-count::after {
  transform: translate(-8px, -22px);
}.public-modal-container .ant-modal-body {
  padding: 0 !important;
}@media (min-width: 768px){
  .md\:v-center{
    display: flex;
    align-items: center;
  }
  .md\:v-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}.last\:mb-0:last-child{
  margin-bottom: 0px;
}.last\:mr-0:last-child{
  margin-right: 0px;
}.last\:mr-10:last-child{
  margin-right: 2.5rem;
}.last\:\!border-b-0:last-child{
  border-bottom-width: 0px !important;
}.last\:\!border-r-0:last-child{
  border-right-width: 0px !important;
}.first-of-type\:mt-0:first-of-type{
  margin-top: 0px;
}.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hover\:border-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(22 93 254 / var(--tw-border-opacity));
}.hover\:\!bg-btngrey:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 241 243 / var(--tw-bg-opacity)) !important;
}.hover\:bg-\[\#165DFE\]\/\[\.08\]:hover{
  background-color: rgb(22 93 254 / .08);
}.hover\:bg-\[\#e6eaee\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 234 238 / var(--tw-bg-opacity));
}.hover\:bg-\[\#e8eaee\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 234 238 / var(--tw-bg-opacity));
}.hover\:bg-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 93 254 / var(--tw-bg-opacity));
}.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}.hover\:font-medium:hover{
  font-weight: 500;
}.hover\:\!text-black:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}.hover\:\!text-blue:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(22 93 254 / var(--tw-text-opacity)) !important;
}.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(22 93 254 / var(--tw-text-opacity));
}.hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgb(255 77 79 / var(--tw-text-opacity));
}.hover\:underline:hover{
  text-decoration-line: underline;
}.hover\:decoration-1:hover{
  text-decoration-thickness: 1px;
}.hover\:opacity-90:hover{
  opacity: 0.9;
}.group\/item:hover .group-hover\/item\:flex{
  display: flex;
}@media not all and (min-width: 1280px){.max-xl\:w-\[74\%\]{
    width: 74%;
  }
}@media not all and (min-width: 768px){.max-md\:\!mb-4{
    margin-bottom: 1rem !important;
  }.max-md\:mb-3{
    margin-bottom: 0.75rem;
  }.max-md\:hidden{
    display: none;
  }.max-md\:w-full{
    width: 100%;
  }.max-md\:flex-wrap{
    flex-wrap: wrap;
  }
}@media (min-width: 640px){.sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }.sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }.sm\:mb-2{
    margin-bottom: 0.5rem;
  }.sm\:mb-2\.5{
    margin-bottom: 0.625rem;
  }.sm\:ml-10{
    margin-left: 2.5rem;
  }.sm\:mr-16{
    margin-right: 4rem;
  }.sm\:mr-6{
    margin-right: 1.5rem;
  }.sm\:mt-0{
    margin-top: 0px;
  }.sm\:inline-block{
    display: inline-block;
  }.sm\:flex{
    display: flex;
  }.sm\:h-8{
    height: 2rem;
  }.sm\:w-1\/2{
    width: 50%;
  }.sm\:w-8{
    width: 2rem;
  }.sm\:w-\[350px\]{
    width: 350px;
  }.sm\:w-\[800px\]{
    width: 800px;
  }.sm\:items-center{
    align-items: center;
  }.sm\:text-sm{
    font-size: 14px;
    line-height: 14px;
  }
}@media (min-width: 768px){.md\:absolute{
    position: absolute;
  }.md\:sticky{
    position: sticky;
  }.md\:-left-\[6px\]{
    left: -6px;
  }.md\:left-0{
    left: 0px;
  }.md\:top-0{
    top: 0px;
  }.md\:top-5{
    top: 1.25rem;
  }.md\:m-0{
    margin: 0px;
  }.md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }.md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }.md\:\!mb-\[0px\]{
    margin-bottom: 0px !important;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:ml-2{
    margin-left: 0.5rem;
  }.md\:ml-3{
    margin-left: 0.75rem;
  }.md\:ml-3\.5{
    margin-left: 0.875rem;
  }.md\:ml-\[34px\]{
    margin-left: 34px;
  }.md\:ml-\[50px\]{
    margin-left: 50px;
  }.md\:ml-\[6px\]{
    margin-left: 6px;
  }.md\:mr-16{
    margin-right: 4rem;
  }.md\:mr-3{
    margin-right: 0.75rem;
  }.md\:mr-4{
    margin-right: 1rem;
  }.md\:mr-6{
    margin-right: 1.5rem;
  }.md\:mr-\[10px\]{
    margin-right: 10px;
  }.md\:mr-\[8px\]{
    margin-right: 8px;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:mt-\[12px\]{
    margin-top: 12px;
  }.md\:mt-\[16px\]{
    margin-top: 16px;
  }.md\:mt-\[8px\]{
    margin-top: 8px;
  }.md\:block{
    display: block;
  }.md\:\!inline-block{
    display: inline-block !important;
  }.md\:flex{
    display: flex;
  }.md\:\!inline-flex{
    display: inline-flex !important;
  }.md\:\!hidden{
    display: none !important;
  }.md\:hidden{
    display: none;
  }.md\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }.md\:h-screen{
    height: 100vh;
  }.md\:min-h-\[82px\]{
    min-height: 82px;
  }.md\:\!w-2\/3{
    width: 66.666667% !important;
  }.md\:\!w-\[255px\]{
    width: 255px !important;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-1\/3{
    width: 33.333333%;
  }.md\:w-1\/4{
    width: 25%;
  }.md\:w-2\/3{
    width: 66.666667%;
  }.md\:w-3\/4{
    width: 75%;
  }.md\:w-40{
    width: 10rem;
  }.md\:w-96{
    width: 24rem;
  }.md\:w-\[190px\]{
    width: 190px;
  }.md\:w-\[280px\]{
    width: 280px;
  }.md\:w-full{
    width: 100%;
  }.md\:min-w-\[190px\]{
    min-width: 190px;
  }.md\:flex-1{
    flex: 1 1 0%;
  }.md\:shrink{
    flex-shrink: 1;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, 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\:flex-col{
    flex-direction: column;
  }.md\:flex-nowrap{
    flex-wrap: nowrap;
  }.md\:items-center{
    align-items: center;
  }.md\:overflow-y-auto{
    overflow-y: auto;
  }.md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.md\:px-\[54px\]{
    padding-left: 54px;
    padding-right: 54px;
  }.md\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }.md\:py-\[32px\]{
    padding-top: 32px;
    padding-bottom: 32px;
  }.md\:pl-0{
    padding-left: 0px;
  }.md\:pr-0{
    padding-right: 0px;
  }.md\:text-right{
    text-align: right;
  }.md\:text-\[20px\]{
    font-size: 20px;
  }.md\:text-\[22px\]{
    font-size: 22px;
  }.md\:text-\[28px\]{
    font-size: 28px;
  }.md\:text-sm{
    font-size: 14px;
    line-height: 14px;
  }.md\:leading-\[30px\]{
    line-height: 30px;
  }.md\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.last\:md\:\!mr-0:last-child{
    margin-right: 0px !important;
  }.md\:last\:mr-0:last-child{
    margin-right: 0px;
  }
}@media (min-width: 980px){.slg\:\!ml-2{
    margin-left: 0.5rem !important;
  }.slg\:ml-4{
    margin-left: 1rem;
  }.slg\:ml-\[100px\]{
    margin-left: 100px;
  }.slg\:mt-0{
    margin-top: 0px;
  }.slg\:\!inline-block{
    display: inline-block !important;
  }.slg\:inline-block{
    display: inline-block;
  }.slg\:\!flex{
    display: flex !important;
  }.slg\:\!hidden{
    display: none !important;
  }.slg\:hidden{
    display: none;
  }.slg\:\!h-\[50px\]{
    height: 50px !important;
  }.slg\:\!h-\[calc\(100vh-240px\)\]{
    height: calc(100vh - 240px) !important;
  }.slg\:h-\[calc\(100\%-142px\)\]{
    height: calc(100% - 142px);
  }.slg\:\!w-36{
    width: 9rem !important;
  }.slg\:\!w-\[280px\]{
    width: 280px !important;
  }.slg\:w-\[280px\]{
    width: 280px;
  }.slg\:w-\[calc\(100\%-112px\)\]{
    width: calc(100% - 112px);
  }.slg\:w-\[calc\(100\%-172px\)\]{
    width: calc(100% - 172px);
  }.slg\:w-\[calc\(100\%-80px\)\]{
    width: calc(100% - 80px);
  }.slg\:w-auto{
    width: auto;
  }.slg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.slg\:flex-row{
    flex-direction: row;
  }.slg\:items-center{
    align-items: center;
  }.slg\:text-sm{
    font-size: 14px;
    line-height: 14px;
  }
}@media (min-width: 1024px){.lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }.lg\:\!ml-\[8px\]{
    margin-left: 8px !important;
  }.lg\:\!mt-0{
    margin-top: 0px !important;
  }.lg\:mb-0{
    margin-bottom: 0px;
  }.lg\:ml-\[16px\]{
    margin-left: 16px;
  }.lg\:ml-\[8px\]{
    margin-left: 8px;
  }.lg\:mr-16{
    margin-right: 4rem;
  }.lg\:mr-6{
    margin-right: 1.5rem;
  }.lg\:mr-\[8px\]{
    margin-right: 8px;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:flex{
    display: flex;
  }.lg\:h-\[calc\(100vh-370px\)\]{
    height: calc(100vh - 370px);
  }.lg\:h-\[calc\(100vh-400px\)\]{
    height: calc(100vh - 400px);
  }.lg\:w-1\/4{
    width: 25%;
  }.lg\:w-2\/3{
    width: 66.666667%;
  }.lg\:w-4\/5{
    width: 80%;
  }.lg\:w-\[40\%\]{
    width: 40%;
  }.lg\:w-\[60\%\]{
    width: 60%;
  }.lg\:min-w-\[450px\]{
    min-width: 450px;
  }.lg\:flex-nowrap{
    flex-wrap: nowrap;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-start{
    justify-content: flex-start;
  }.lg\:justify-between{
    justify-content: space-between;
  }
}@media (min-width: 1280px){.xl\:mr-16{
    margin-right: 4rem;
  }.xl\:mr-28{
    margin-right: 7rem;
  }.xl\:w-\[80\%\]{
    width: 80%;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

  /* 滚动条 */
body *::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}
body *::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}
body *::-webkit-scrollbar-thumb {
    background: rgb(224, 224, 224);
    border-radius: 2px;
}
body *::-webkit-scrollbar-thumb:hover {
    background: rgb(175, 175, 175);
}
body *::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255);
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}
.ant-page-header-ghost {
  background-color: inherit;
}
.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}
.ant-page-header.has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}
.ant-page-header-back-button {
  color: #165DFE;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}
.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #407fff;
}
.ant-page-header-back-button:active {
  color: #0940d9;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}
.ant-page-header-heading {
  display: flex;
  justify-content: space-between;
}
.ant-page-header-heading-left {
  display: flex;
  align-items: center;
  margin: 4px 0;
  overflow: hidden;
}
.ant-page-header-heading-title {
  margin-right: 12px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading .ant-avatar {
  margin-right: 12px;
}
.ant-page-header-heading-sub-title {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading-extra {
  margin: 4px 0;
  white-space: nowrap;
}
.ant-page-header-heading-extra > * {
  margin-left: 12px;
  white-space: unset;
}
.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}
.ant-page-header-content {
  padding-top: 12px;
}
.ant-page-header-footer {
  margin-top: 16px;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
  margin: 0;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
  border: none;
}
.ant-page-header-footer .ant-tabs .ant-tabs-tab {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}
.ant-page-header-compact .ant-page-header-heading {
  flex-wrap: wrap;
}
.ant-page-header-rtl {
  direction: rtl;
}
.ant-page-header-rtl .ant-page-header-back {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-page-header-rtl .ant-page-header-heading-title {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-sub-title {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-tags {
  float: right;
}
.ant-page-header-rtl .ant-page-header-heading-extra {
  float: left;
}
.ant-page-header-rtl .ant-page-header-heading-extra > * {
  margin-right: 12px;
  margin-left: 0;
}
.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
  margin-right: 0;
}
.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
  float: right;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #407fff;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-breadcrumb-rtl {
  direction: rtl;
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl > span {
  float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar .ant-image-img {
  display: block;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}
.ant-avatar-square {
  border-radius: 2px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ant-avatar-group {
  display: inline-flex;
}
.ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}
.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}
.ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}
.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}
.ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #165DFE;
}
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #d9d9d9;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #0940d9;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #407fff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #407fff;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  line-height: 1.5715;
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}
.ant-upload-list-item-card-actions-btn {
  opacity: 0;
}
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 20px;
  line-height: 1;
}
.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}
.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading .anticon,
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload-list-item .anticon-close {
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 60px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff2f0;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  margin-bottom: 12px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}
.ant-upload-list-text-container::before,
.ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}
.ant-upload-list-text-container .ant-upload-span,
.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}
.ant-upload-list-text .ant-upload-span,
.ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}
.ant-upload-list-text .ant-upload-span > *,
.ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}
.ant-upload-list-text .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  margin: 0;
  padding: 0 8px;
}
.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}
.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-upload-rtl {
  direction: rtl;
}
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}
.ant-upload-list-rtl {
  direction: rtl;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}
.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}
.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
  right: auto;
  left: 4px;
}
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
  right: auto;
  left: 8px;
}
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-steps {
  display: inline-block;
}
.ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}
.ant-progress-steps-item-active {
  background: #1890ff;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4d4f;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@keyframes ant-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }
  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}
.ant-progress-rtl {
  direction: rtl;
}
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}
.ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}
.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
}
.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.ant-badge-dot.ant-scroll-number {
  transition: background 1.5s;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.ant-badge-count.anticon-spin,
.ant-badge-dot.anticon-spin,
.ant-badge .ant-scroll-number-custom-component.anticon-spin {
  animation: antBadgeLoadingCircle 1s infinite linear;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #ff4d4f;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
  animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
  animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
  direction: ltr;
}
.ant-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
.ant-ribbon-wrapper {
  position: relative;
}
.ant-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #165DFE;
  border-radius: 2px;
}
.ant-ribbon-text {
  color: #fff;
}
.ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentcolor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}
.ant-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}
.ant-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96;
}
.ant-ribbon-color-red {
  color: #f5222d;
  background: #f5222d;
}
.ant-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}
.ant-ribbon-color-orange {
  color: #fa8c16;
  background: #fa8c16;
}
.ant-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14;
}
.ant-ribbon-color-gold {
  color: #faad14;
  background: #faad14;
}
.ant-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2;
}
.ant-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}
.ant-ribbon-color-green {
  color: #52c41a;
  background: #52c41a;
}
.ant-ribbon-color-blue {
  color: #1890ff;
  background: #1890ff;
}
.ant-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb;
}
.ant-ribbon-color-purple {
  color: #722ed1;
  background: #722ed1;
}
.ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-badge-rtl {
  direction: rtl;
}
.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
.ant-badge-rtl .ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}
.ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}
.ant-ribbon-rtl {
  direction: rtl;
}
.ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
  border-color: currentcolor currentcolor transparent transparent;
}
.ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentcolor transparent transparent currentcolor;
}
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
  border-color: currentcolor transparent transparent currentcolor;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: initial;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon .ant-steps-icon {
  position: relative;
  top: -0.5px;
  color: #165DFE;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #f0f0f0;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #165DFE;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #165DFE;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #165DFE;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #165DFE;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #165DFE;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #165DFE;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #165DFE;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #165DFE;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #165DFE;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #ff4d4f;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #ff4d4f;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #ff4d4f;
}
.ant-steps-item-disabled {
  cursor: not-allowed;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #165DFE;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #165DFE;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #165DFE;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
  top: 0px;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #165DFE;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
  background: none;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.ant-steps-vertical {
  display: flex;
  flex-direction: column;
}
.ant-steps-vertical > .ant-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5715;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 13px;
  margin-left: 0;
  background: none;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 6.5px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
  width: inherit;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
  left: -1px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #165DFE;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
  margin-right: 0 !important;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
  display: none;
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
  top: 0;
  right: 0;
  left: unset;
  display: block;
  width: 3px;
  height: calc(100% - 24px);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  transform: rotate(135deg);
}
.ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}
.ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}
.ant-steps-rtl {
  direction: rtl;
}
.ant-steps.ant-steps-rtl .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}
.ant-steps-rtl .ant-steps-item-tail {
  right: 0;
  left: auto;
}
.ant-steps-rtl .ant-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}
.ant-steps-rtl .ant-steps-item-title::after {
  right: 100%;
  left: auto;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 16px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  right: 0.5px;
  left: auto;
}
.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 12px;
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}
.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: 16px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  right: 12px;
  left: auto;
}
.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 70px 0 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  /* expand hover area */
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  float: right;
}
.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  right: -26px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: -9px;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 0;
  left: auto;
}
.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  right: -2px;
  left: auto;
}
.ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
  padding-right: 4px;
}
.ant-steps-with-progress .ant-steps-item {
  padding-top: 4px;
}
.ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
  top: 4px !important;
}
.ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}
.ant-steps-with-progress .ant-steps-item-icon {
  position: relative;
}
.ant-steps-with-progress .ant-steps-item-icon .ant-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-result {
  padding: 48px 32px;
}
.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}
.ant-result-error .ant-result-icon > .anticon {
  color: #ff4d4f;
}
.ant-result-info .ant-result-icon > .anticon {
  color: #165DFE;
}
.ant-result-warning .ant-result-icon > .anticon {
  color: #faad14;
}
.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}
.ant-result-icon > .anticon {
  font-size: 72px;
}
.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.ant-result-extra {
  margin: 24px 0 0 0;
  text-align: center;
}
.ant-result-extra > * {
  margin-right: 8px;
}
.ant-result-extra > *:last-child {
  margin-right: 0;
}
.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
.ant-result-rtl {
  direction: rtl;
}
.ant-result-rtl .ant-result-extra > * {
  margin-right: 0;
  margin-left: 8px;
}
.ant-result-rtl .ant-result-extra > *:last-child {
  margin-left: 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: transparent;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #165DFE;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #165DFE;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-anchor-rtl {
  direction: rtl;
}
.ant-anchor-rtl.ant-anchor-wrapper {
  margin-right: -4px;
  margin-left: 0;
  padding-right: 4px;
  padding-left: 0;
}
.ant-anchor-rtl .ant-anchor-ink {
  right: 0;
  left: auto;
}
.ant-anchor-rtl .ant-anchor-ink-ball {
  right: 50%;
  left: 0;
  transform: translateX(50%);
}
.ant-anchor-rtl .ant-anchor-link {
  padding: 7px 16px 7px 0;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-affix {
  position: fixed;
  z-index: 10;
}
