/* 引入 tailwindcss 样式 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

.container {
  width: 100%;
}

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

@media (min-width: 1008px) {
  .container {
    max-width: 1008px;
  }
}

@media (min-width: 1248px) {
  .container {
    max-width: 1248px;
  }
}

@media (min-width: 1512px) {
  .container {
    max-width: 1512px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-right-2 {
  right: -0.5rem;
}

.-top-2 {
  top: -0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-\[-6px\] {
  right: -6px;
}

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

.m-0 {
  margin: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-\[-16px\] {
  margin-left: -16px;
  margin-right: -16px;
}

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

.mx-sm-4 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

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

.mb-\[2px\] {
  margin-bottom: 2px;
}

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

.mb-md-4 {
  margin-bottom: 1.5rem;
}

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

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

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

.ml-sm-1 {
  margin-left: 0.125rem;
}

.ml-sm-4 {
  margin-left: 0.5rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-sm-2 {
  margin-right: 0.25rem;
}

.mr-sm-4 {
  margin-right: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-md-1 {
  margin-top: 0.75rem;
}

.mt-md-2 {
  margin-top: 1rem;
}

.mt-sm-2 {
  margin-top: 0.25rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100\%\] {
  height: 100%;
}

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

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

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

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

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

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

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

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-lg-1 {
  width: 2rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-baseline {
  align-items: baseline;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-sm-2 {
  gap: 0.25rem;
}

.gap-sm-4 {
  gap: 0.5rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded-lg {
  border-radius: 0.75rem;
}

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

.rounded-xs {
  border-radius: 0.25rem;
}

.border-0 {
  border-width: 0px;
}

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

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

.border-primary-default {
  --tw-border-opacity: 1;
  border-color: rgba(0, 174, 236, 1);
  border-color: rgba(0, 174, 236, var(--tw-border-opacity));
}

.bg-\[\#DFF6FD\] {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 246, 253, 1);
  background-color: rgba(223, 246, 253, var(--tw-bg-opacity));
}

.bg-\[\#EFFBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 251, 255, 1);
  background-color: rgba(239, 251, 255, var(--tw-bg-opacity));
}

.bg-\[\#F5F7F9\] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 247, 249, 1);
  background-color: rgba(245, 247, 249, var(--tw-bg-opacity));
}

.bg-bg-bright {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 248, 1);
  background-color: rgba(246, 247, 248, var(--tw-bg-opacity));
}

.bg-bg-light {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, 1);
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}

.bg-error-default {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 90, 84, 1);
  background-color: rgba(248, 90, 84, var(--tw-bg-opacity));
}

.bg-primary-default {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 236, 1);
  background-color: rgba(0, 174, 236, var(--tw-bg-opacity));
}

.bg-primary-highlight {
  background-color: rgba(0, 174, 236, 0.08);
}

.bg-success-default {
  --tw-bg-opacity: 1;
  background-color: rgba(42, 200, 100, 1);
  background-color: rgba(42, 200, 100, var(--tw-bg-opacity));
}

.bg-symbol-light {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 204, 208, 1);
  background-color: rgba(201, 204, 208, var(--tw-bg-opacity));
}

.bg-warning-default {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 127, 36, 1);
  background-color: rgba(255, 127, 36, var(--tw-bg-opacity));
}

.bg-warning-highlight {
  background-color: rgba(255, 127, 36, 0.08);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-sm-2 {
  padding: 0.25rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

.text-center {
  text-align: center;
}

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

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

.text-lg {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.text-lg-b {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.text-md {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
}

.text-md-b {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
}

.text-sm {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.text-xl {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.text-xs-b {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

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

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

.leading-4 {
  line-height: 1rem;
}

.text-\[\#9499a0\] {
  --tw-text-opacity: 1;
  color: rgba(148, 153, 160, 1);
  color: rgba(148, 153, 160, var(--tw-text-opacity));
}

.text-error-default {
  --tw-text-opacity: 1;
  color: rgba(248, 90, 84, 1);
  color: rgba(248, 90, 84, var(--tw-text-opacity));
}

.text-line-medium {
  --tw-text-opacity: 1;
  color: rgba(227, 229, 231, 1);
  color: rgba(227, 229, 231, var(--tw-text-opacity));
}

.text-primary-default {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 236, 1);
  color: rgba(0, 174, 236, var(--tw-text-opacity));
}

.text-success-default {
  --tw-text-opacity: 1;
  color: rgba(42, 200, 100, 1);
  color: rgba(42, 200, 100, var(--tw-text-opacity));
}

.text-symbol-black {
  --tw-text-opacity: 1;
  color: rgba(24, 25, 28, 1);
  color: rgba(24, 25, 28, var(--tw-text-opacity));
}

.text-symbol-bold {
  --tw-text-opacity: 1;
  color: rgba(97, 102, 109, 1);
  color: rgba(97, 102, 109, var(--tw-text-opacity));
}

.text-symbol-light {
  --tw-text-opacity: 1;
  color: rgba(201, 204, 208, 1);
  color: rgba(201, 204, 208, var(--tw-text-opacity));
}

.text-symbol-link {
  --tw-text-opacity: 1;
  color: rgba(0, 105, 157, 1);
  color: rgba(0, 105, 157, var(--tw-text-opacity));
}

.text-symbol-medium {
  --tw-text-opacity: 1;
  color: rgba(148, 153, 160, 1);
  color: rgba(148, 153, 160, var(--tw-text-opacity));
}

.text-warning-default {
  --tw-text-opacity: 1;
  color: rgba(255, 127, 36, 1);
  color: rgba(255, 127, 36, var(--tw-text-opacity));
}

.text-warning-hovered {
  color: rgba(255, 127, 36, 0.75);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tw-left-line::before {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.25rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 236, 1);
  background-color: rgba(0, 174, 236, var(--tw-bg-opacity));
  vertical-align: middle;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}

.tw-right-line::after {
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  height: 0.75rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(227, 229, 231, 1);
  background-color: rgba(227, 229, 231, var(--tw-bg-opacity));
  vertical-align: middle;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}

.tw-dot::before {
  margin-right: 0.25rem;
  margin-bottom: 0.125rem;
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 236, 1);
  background-color: rgba(0, 174, 236, var(--tw-bg-opacity));
  vertical-align: middle;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}

.\*\:overflow-hidden > * {
  overflow: hidden;
}

.\*\:text-ellipsis > * {
  text-overflow: ellipsis;
}
.form-item-d1-Wb .ant-form-item-required::before {
  display: none !important;
}
.form-item-d1-Wb .ant-form-item-required::after {
  display: inline-block !important;
  margin-right: 4px !important;
  font-family: 'SimSun', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #ff4d4f;
  visibility: visible !important;
  content: '*' !important;
}
.form-item-d1-Wb .ant-form-item-label > label {
  font-size: 13px !important;
}
.display-form-item-douvr {
  word-break: break-all;
  white-space: pre-wrap;
}
.display-form-item-douvr .ant-form-item-label > label {
  color: #61666d;
}
.display-form-item-douvr .ant-form-item-control-input {
  min-height: 0;
  min-height: initial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 150% */
  color: #18191c;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.bee-rc-upload {
  max-width: 1200px;
}
.bee-rc-upload-module {
  display: flex;
  height: 200px;
  background-color: #f6f7f8;
  border-radius: 8px;
}
.bee-rc-upload-module-content {
  text-align: center;
}
.bee-rc-upload-module-content > div:first-of-type {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #61666d;
}
.bee-rc-upload-module-content > div:last-of-type {
  font-size: 12px;
  line-height: 16px;
  color: #9499a0;
}
.bee-rc-upload-module-single-desc {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #9499a0;
}
.bee-rc-upload-module-single-desc > div {
  display: flex;
  margin-bottom: 4px;
  word-break: break-all;
}
.bee-rc-upload-module-single-desc > div > span {
  display: inline-block;
  min-width: 62px;
}
.bee-rc-upload-module-single-btn {
  padding: 4px 12px;
}
.bee-rc-upload-module-single-btn > img {
  margin-right: 4px;
}
.bee-rc-upload-list {
  background-color: #fff;
}
.bee-rc-upload-list-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.bee-rc-upload-list-item-file {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  overflow: hidden;
  font-size: 14px;
  color: #18191c;
  cursor: pointer;
  background-color: #f6f7f8;
  border-radius: 8px;
  transition: all 0.2s;
}
.bee-rc-upload-list-item-file > img {
  height: 20px;
  margin-right: 8px;
  margin-left: 8px;
}
.bee-rc-upload-list-item-file:hover .bee-rc-upload-list-item-file-info-name {
  color: #00aeec;
}
.bee-rc-upload-list-item-file-info {
  flex: 1;
  overflow: hidden;
  font-size: 12px;
}
.bee-rc-upload-list-item-file-info .ant-progress {
  padding-right: 16px;
  margin-top: 4px;
  margin-right: 0 !important;
  margin-bottom: 0;
}
.bee-rc-upload-list-item-file-info-name {
  width: calc(100% - 46px);
  padding-top: 4px;
  padding-right: 8px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bee-rc-upload-list-item-method {
  display: flex;
  margin-left: 12px;
}
.bee-rc-upload-list-item-method > button + button {
  margin-left: 4px;
}
.bee-rc-upload-list-item-method .ant-btn {
  justify-content: center;
  width: 60px;
  height: 32px;
  border-radius: 8px;
}
.bee-rc-upload-list-item-method-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  padding: 0 !important;
}
.bee-rc-upload-list-item .ant-progress {
  display: flex;
  height: 8px;
  padding-right: 8px;
}
.bee-rc-upload-list-item .ant-progress .ant-progress-outer {
  display: flex;
}
.bee-rc-upload-list-item .ant-progress .ant-progress-outer .ant-progress-inner {
  height: 4px;
}
.bee-rc-upload-list-item .ant-progress .ant-progress-outer .ant-progress-inner .ant-progress-bg {
  height: 4px !important;
}
.bee-rc-upload-list-item .ant-progress .ant-progress-text {
  width: 36px;
  height: 4px;
  font-size: 12px;
  line-height: 0px;
  color: #9499a0;
  text-align: right;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bee-rc-upload .animation-spin {
  transform-origin: center;
  animation-name: spin;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.table-row-insert .ant-table-cell:first-child {
  position: relative;
}
.table-row-insert .ant-table-cell:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: ' ';
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_908_735325)'%3e%3cg%20clip-path='url(%23clip1_908_735325)'%3e%3cpath%20d='M0%200H16V14C16%2015.1046%2015.1046%2016%2014%2016H0V0Z'%20fill='%235894EF'%20fill-opacity='0.1'/%3e%3cpath%20d='M2.552%205.268H3.764V2.22H4.88V5.268H5.996V6.348H4.88V9.984C5.312%209.792%205.732%209.6%206.152%209.384V10.524C5.084%2011.052%203.944%2011.508%202.72%2011.868L2.432%2010.74C2.888%2010.644%203.332%2010.524%203.764%2010.392V6.348H2.552V5.268ZM8.564%202.148C8.72%202.58%208.876%203.072%209.02%203.624H10.532C10.724%203.132%2010.856%202.616%2010.952%202.088L12.08%202.244C11.972%202.736%2011.828%203.192%2011.648%203.624H13.136V7.884H6.404V3.624H7.952C7.784%203.168%207.616%202.736%207.424%202.34L8.564%202.148ZM12.152%206.96V4.56H10.184V6.96H12.152ZM9.296%206.96V4.56H7.388V6.96H9.296ZM8.432%204.932C8.624%205.376%208.792%205.892%208.948%206.468L8.228%206.66C8.084%206.132%207.916%205.64%207.724%205.16L8.432%204.932ZM11.036%204.872L11.792%205.064C11.648%205.676%2011.456%206.216%2011.228%206.696L10.52%206.444C10.712%206.024%2010.892%205.496%2011.036%204.872ZM12.704%208.544V13.248H11.612V12.816H7.964V13.248H6.872V8.544H12.704ZM7.964%2011.892H11.612V11.1H7.964V11.892ZM7.964%2010.236H11.612V9.456H7.964V10.236Z'%20fill='%235894EF'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_908_735325'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_908_735325'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.table-row-delete .ant-table-cell:first-child {
  position: relative;
}
.table-row-delete .ant-table-cell:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: ' ';
  background-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_908_735321)'%3e%3cg%20clip-path='url(%23clip1_908_735321)'%3e%3cpath%20d='M0%200H16V14C16%2015.1046%2015.1046%2016%2014%2016H0V0Z'%20fill='%23EF5858'%20fill-opacity='0.1'/%3e%3cpath%20d='M10.256%203.24H11.24V10.644H10.256V3.24ZM12.008%2013.14H10.52L10.28%2012.132C10.76%2012.168%2011.216%2012.192%2011.648%2012.192C11.948%2012.192%2012.104%2012%2012.104%2011.628V2.208H13.136V11.892C13.136%2012.72%2012.752%2013.14%2012.008%2013.14ZM2.588%206.876H3.212V2.568H5.924V6.876H6.62V2.568H9.332V6.876H9.884V7.92H9.332V12.228C9.332%2012.864%209.008%2013.188%208.36%2013.188H7.736L7.484%2012.24C7.688%2012.264%207.88%2012.288%208.06%2012.288C8.252%2012.288%208.36%2012.156%208.36%2011.892V7.92H7.568C7.544%2010.08%207.316%2011.832%206.884%2013.176L6.092%2012.468C6.428%2011.268%206.608%209.756%206.62%207.932V7.92H5.924V12.18C5.924%2012.84%205.576%2013.176%204.88%2013.176H4.256L3.992%2012.228C4.196%2012.252%204.388%2012.276%204.58%2012.276C4.832%2012.276%204.964%2012.132%204.964%2011.856V7.92H4.16C4.112%2010.068%203.788%2011.82%203.2%2013.176L2.384%2012.456C2.888%2011.256%203.164%209.744%203.2%207.92H2.588V6.876ZM8.36%206.876V3.54H7.568V6.876H8.36ZM4.964%206.876V3.54H4.172V6.876H4.964Z'%20fill='%23FF6B6B'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_908_735321'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_908_735321'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.table-row-delete {
  color: #c9ccd0;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.table-row-delete * {
  color: #c9ccd0 !important;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.error-kS4Gu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #bfbfbf;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.component-form-item-card {
  position: relative;
  min-height: 122px;
}
.component-form-item-card .component-form-item-card-title {
  padding: 8px 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #18191c;
}
.component-form-item-card .component-form-item-card-extra {
  position: absolute;
  top: 10px;
  right: 12px;
  line-height: 1;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.prefix-title-RAWpg {
  display: flex;
  align-items: center;
}
.prefix-title-RAWpg .prefix-bo1An {
  display: inline-block;
  width: 4px;
  height: 12px;
  margin-right: 4px;
  line-height: 22px;
  vertical-align: middle;
  background: #00aeec;
  border-radius: 16px;
}
.prefix-title-RAWpg .title-IhmPd {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #18191c;
  word-break: break-all;
  white-space: pre-wrap;
  vertical-align: middle;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.header-search-8aUvz {
  width: 272px;
  height: 32px;
  background: #f5f7f9;
  border-color: #f5f7f9;
  border-radius: 100px;
}
.header-search-8aUvz .ant-input {
  font-weight: 400;
  background: #f5f7f9;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.custom-modal-B5RLu .header-CfJgI {
  display: flex;
  justify-content: space-between;
}
.custom-modal-B5RLu .header-CfJgI .header-search-wQXtP {
  margin-right: 25px;
}
.custom-modal-B5RLu .header-CfJgI .header-left-extra-erWit {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  /* base mode/文字/@Text3 */
  color: #9499a0;
}
.custom-modal-B5RLu .header-CfJgI .header-left-extra-erWit::before {
  position: relative;
  bottom: 2px;
  font-size: 20px;
  vertical-align: top;
  content: '.';
}
.custom-modal-B5RLu .ant-modal-content {
  padding: 0;
}
.custom-modal-B5RLu .ant-modal-header {
  padding: 16px 16px 0;
  margin: 0;
}
.custom-modal-B5RLu .ant-modal-footer {
  padding: 16px;
  margin: 0;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.custom-input-number .ant-input-number-group-addon {
  padding: 0;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.cascader-keyword-fMRnC .ant-cascader-menu-item-keyword {
  color: #00aeec;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.add-btn-JYrM5 {
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 4px;
  line-height: 36px;
  color: #61666d;
  border: 1px dashed #e3e5e7;
}
.confirm-modal-vUs-s .ant-modal-content {
  width: 328px;
  padding: 16px;
  border-radius: 8px;
}
.confirm-modal-vUs-s .ant-modal-confirm-title {
  font-size: 16px;
  font-weight: 500;
  color: #18191c;
}
.confirm-modal-vUs-s .ant-btn {
  width: 60px;
  border-radius: 8px;
}
.confirm-modal-vUs-s .ant-btn-default:hover {
  color: #00aeec !important;
  border-color: #00aeec !important;
}
.confirm-modal-vUs-s .ant-btn-primary {
  background: #00aeec;
}
.form-item-extra-XaaKY .ant-form-item-extra {
  min-height: 0;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.input-password-N-mpt .ant-input-suffix {
  display: none;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.confirm-modal-4-KIQ .ant-modal-content {
  width: 328px;
  padding: 16px;
  border-radius: 8px;
}
.confirm-modal-4-KIQ .ant-modal-confirm-title {
  font-size: 16px;
  font-weight: 500;
  color: #18191c;
}
.confirm-modal-4-KIQ .ant-btn {
  width: 60px;
  border-radius: 8px;
}
.confirm-modal-4-KIQ .ant-btn-default:hover {
  color: #00aeec !important;
  border-color: #00aeec !important;
}
.confirm-modal-4-KIQ .ant-btn-primary {
  background: #00aeec;
}
.add-btn-Qd5LZ {
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 4px;
  line-height: 36px;
  color: #61666d;
  border: 1px dashed #e3e5e7;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.qcc-modal-XBYDT {
  overflow: hidden;
}
.qcc-modal-XBYDT body {
  height: 500px;
  overflow: auto;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.global-search-CoNZI {
  height: 0;
  padding: 0;
  font-size: 12px;
}
.prefix-dot-j-hTy {
  padding: 8px 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #18191c;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.confirm-modal-VcGf2 .ant-modal-content {
  width: 328px;
  padding: 16px;
  border-radius: 8px;
}
.confirm-modal-VcGf2 .ant-modal-confirm-title {
  font-size: 16px;
  font-weight: 500;
  color: #18191c;
}
.confirm-modal-VcGf2 .ant-btn {
  width: 60px;
  border-radius: 8px;
}
.confirm-modal-VcGf2 .ant-btn-default:hover {
  color: #00aeec !important;
  border-color: #00aeec !important;
}
.confirm-modal-VcGf2 .ant-btn-primary {
  background: #00aeec;
}
.add-btn-qtauh {
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 4px;
  line-height: 36px;
  color: #61666d;
  border: 1px dashed #e3e5e7;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.prefix-dot-jyayA {
  padding: 8px 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #18191c;
}
.cascader-keyword-cOnCY .ant-cascader-menu-item-keyword {
  color: #00aeec;
}
.record-modal-XerN- .ant-modal-content {
  width: 544px;
  padding: 12px 16px;
  border-radius: 8px;
}
.record-modal-XerN- .ant-modal-close {
  padding: 16px 0;
}
.record-modal-XerN- .ant-modal-header {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: #18191c;
}
.record-modal-XerN- .ant-modal-footer {
  height: 60px;
  padding: 16px 0;
}
.record-modal-XerN- .ant-btn-primary {
  width: 88px;
  background: #00aeec;
  border-radius: 16px;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.confirm-modal-qrfUg .ant-modal-content {
  width: 328px;
  padding: 16px;
  border-radius: 8px;
}
.confirm-modal-qrfUg .ant-modal-confirm-title {
  font-size: 16px;
  font-weight: 500;
  color: #18191c;
}
.confirm-modal-qrfUg .ant-btn {
  width: 60px;
  border-radius: 8px;
}
.confirm-modal-qrfUg .ant-btn-default:hover {
  color: #00aeec !important;
  border-color: #00aeec !important;
}
.confirm-modal-qrfUg .ant-btn-primary {
  background: #00aeec;
}
.form-item-no-required-aJ7UC {
  color: #61666d;
}
.form-item-required-vPmqi::after {
  display: inline-block !important;
  margin-left: 2px;
  font-family: 'SimSun', sans-serif;
  font-size: 14px;
  color: #ff4d4f !important;
  content: '*' !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.resize-bar-track-4xStl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 4px;
  cursor: ew-resize;
  border-left: 1px solid transparent;
}
.resize-bar-track-4xStl:hover {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.resize-bar-track-4xStl:hover .resize-bar-thumb-wXe5D {
  display: block;
}
.active-GuRHH .resize-bar-thumb-wXe5D {
  display: block;
}
.conform-footer-wrap-E-KaW {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.wrap-jbZQw {
  width: 100%;
}
.search-form-wXTtQ {
  flex-grow: 1;
}
.more-condition-btn-wrap-bcc-4 {
  display: flex;
  align-items: center;
}
.more-condition-btn-wrap-bcc-4::before {
  display: block;
  width: 2px;
  height: 13px;
  margin-right: 12px;
  content: '';
  background: #eff2f5;
  border-radius: 2px;
}
.more-condition-btn-orzIj {
  margin-bottom: 12px;
  font-weight: 400;
  color: #9499a0;
  background-color: #f5f7f9;
  border-color: #f5f7f9;
}
.more-condition-btn-orzIj .anticon-right {
  color: #9499a0;
}
.more-condition-btn-orzIj.active-MwJHY {
  color: #00aeec;
  background: #effbff;
  border-color: #effbff;
}
.more-condition-btn-orzIj.active-MwJHY {
  /* stylelint-disable-next-line max-nesting-depth */
}
.more-condition-btn-orzIj.active-MwJHY .anticon-right {
  color: #00aeec;
}
.more-condition-btn-orzIj:hover {
  /* stylelint-disable-next-line max-nesting-depth */
}
.more-condition-btn-orzIj:hover .anticon-right {
  color: #00aeec;
}
.search-drawer-8xFKv .ant-form-item {
  margin-bottom: 16px;
}
.search-drawer-8xFKv .ant-form-item-label {
  padding: 0;
  margin-bottom: 4px;
}
.search-drawer-8xFKv .ant-form-item-label > label {
  height: 18px;
  color: #61666d;
}
.search-drawer-8xFKv .ant-drawer-header {
  border-bottom: 1px solid #f1f2f3;
}
.search-drawer-8xFKv .ant-drawer-body {
  padding-top: 16px;
}
.search-drawer-8xFKv .ant-input,
.search-drawer-8xFKv .ant-input-affix-wrapper {
  background-color: #f6f7f8;
  background-color: var(--color-bg-bright, #f6f7f8);
  border-color: #f6f7f8;
  border-color: var(--color-bg-bright, #f6f7f8);
}
.search-drawer-8xFKv .ant-select-selector {
  background-color: #f6f7f8 !important;
  background-color: var(--color-bg-bright, #f6f7f8) !important;
  border: 1px solid #f6f7f8 !important;
  border: 1px solid var(--color-bg-bright, #f6f7f8) !important;
}
.search-drawer-8xFKv .ant-picker {
  background-color: #f6f7f8 !important;
  background-color: var(--color-bg-bright, #f6f7f8) !important;
  border: 1px solid #f6f7f8 !important;
  border: 1px solid var(--color-bg-bright, #f6f7f8) !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.custom-modal-pXz0a .ant-modal-body {
  padding-bottom: 0 !important;
}
.tag-container-ttOaO .anticon {
  font-size: 10px;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
/* stylelint-disable max-nesting-depth */
/* stylelint-disable selector-class-pattern */
.container-UNAHY {
  width: 100%;
  padding: 32px 32px 0;
  margin-bottom: 60px;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
}
.editDetail-CMJod {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
.amount-nP5UD {
  text-align: right;
}
.overviewContainer-X0D6F {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-around;
  margin-top: 16px;
}
.overviewContainer-X0D6F .nullItem-gz-Yu {
  height: 0;
  padding: 0;
  border: 0;
}
.invoiceItem-qBfsH {
  position: relative;
  box-sizing: border-box;
  flex-grow: 1;
  min-width: 380px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #eaeff6;
  border-radius: 8px;
}
@media screen and (min-width: 1001px) {
  .invoiceItem-qBfsH {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1001px) {
  .invoiceItem-qBfsH {
    width: calc(100% - 16px);
  }
}
.invoiceItem-qBfsH .sequence-bs6Ot {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 7px;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  text-align: center;
  border-radius: 8px 0;
}
.invoiceItem-qBfsH .titleContent-UJGuS {
  display: flex;
  align-items: center;
}
.invoiceItem-qBfsH .titleContent-UJGuS .title-a8D1U {
  flex-grow: 1;
}
.invoiceItem-qBfsH .titleContent-UJGuS .tools-HWDdG {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 8px;
}
.invoiceItem-qBfsH .titleContent-UJGuS .tools-HWDdG > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.invoiceItem-qBfsH .titleContent-UJGuS .tag-jqiRP,
.invoiceItem-qBfsH .titleContent-UJGuS .tagSuccess-EcUsR {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 2px 4px;
  font-size: 12px;
  cursor: pointer;
  background: rgba(248, 90, 84, 0.08);
  border-radius: 4px;
}
.invoiceItem-qBfsH .titleContent-UJGuS .tagSuccess-EcUsR {
  color: #9499a0;
  background: rgba(148, 153, 160, 0.08);
}
.invoiceItem-qBfsH .titleContent-UJGuS .icon-P3-9P {
  font-size: 20px;
}
.invoiceItem-qBfsH .titleContent-UJGuS .icon-P3-9P.text-9O5Ke:hover {
  color: #00aeec;
}
.invoiceItem-qBfsH .titleContent-UJGuS .icon-P3-9P.danger-bypon {
  color: #f85a54;
}
.invoiceItem-qBfsH .titleContent-UJGuS .icon-P3-9P.danger-bypon:hover {
  color: rgba(248,90,84,0.74902);
}
.invoiceItem-qBfsH .title-a8D1U {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.invoiceItem-qBfsH .invoiceAmount-JZBma {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 12px 0;
  font-family: 'PingFang SC';
  font-size: 13px;
}
.invoiceItem-qBfsH .invoiceAmount-JZBma .amount-nP5UD {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.invoiceItem-qBfsH .invoiceAmount-JZBma .taxInfo--ehI1 {
  display: flex;
  flex: 1;
  gap: 4px;
  color: #61666d;
}
.invoiceItem-qBfsH .invoiceInfo-mzMWb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.invoiceItem-qBfsH .invoiceInfo-mzMWb .infoItem-Yjkn- {
  width: calc(50% - 8px);
}
.invoiceItem-qBfsH .invoiceInfo-mzMWb .infoItem-Yjkn- .label-CBNyr,
.invoiceItem-qBfsH .invoiceInfo-mzMWb .infoItem-Yjkn- .value-AHmbF {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #61666d;
  word-break: break-all;
}
.invoiceItem-qBfsH .invoiceInfo-mzMWb .infoItem-Yjkn- .value-AHmbF {
  margin-top: 4px;
  color: #18191c;
}
.drawerInvoice-gD95O .sequence-bs6Ot {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 7px;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  text-align: center;
  border-radius: 8px 0;
}
.drawerInvoice-gD95O .titleContent-UJGuS {
  display: flex;
  align-items: center;
}
.drawerInvoice-gD95O .titleContent-UJGuS .title-a8D1U {
  flex-grow: 1;
}
.drawerInvoice-gD95O .titleContent-UJGuS .tools-HWDdG {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 8px;
}
.drawerInvoice-gD95O .titleContent-UJGuS .tools-HWDdG > div {
  display: flex;
  gap: 8px;
  align-items: center;
}
.drawerInvoice-gD95O .titleContent-UJGuS .tag-jqiRP,
.drawerInvoice-gD95O .titleContent-UJGuS .tagSuccess-EcUsR {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 2px 4px;
  font-size: 12px;
  cursor: pointer;
  background: rgba(248, 90, 84, 0.08);
  border-radius: 4px;
}
.drawerInvoice-gD95O .titleContent-UJGuS .tagSuccess-EcUsR {
  color: #9499a0;
  background: rgba(148, 153, 160, 0.08);
}
.drawerInvoice-gD95O .titleContent-UJGuS .icon-P3-9P {
  font-size: 20px;
}
.drawerInvoice-gD95O .titleContent-UJGuS .icon-P3-9P.text-9O5Ke:hover {
  color: #00aeec;
}
.drawerInvoice-gD95O .titleContent-UJGuS .icon-P3-9P.danger-bypon {
  color: #f85a54;
}
.drawerInvoice-gD95O .titleContent-UJGuS .icon-P3-9P.danger-bypon:hover {
  color: rgba(248,90,84,0.74902);
}
.drawerInvoice-gD95O .title-a8D1U {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.drawerInvoice-gD95O .invoiceAmount-JZBma {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 12px 0;
  font-family: 'PingFang SC';
  font-size: 13px;
}
.drawerInvoice-gD95O .invoiceAmount-JZBma .amount-nP5UD {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.drawerInvoice-gD95O .invoiceAmount-JZBma .taxInfo--ehI1 {
  display: flex;
  flex: 1;
  gap: 4px;
  color: #61666d;
}
.drawerInvoice-gD95O .invoiceInfo-mzMWb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.drawerInvoice-gD95O .invoiceInfo-mzMWb .infoItem-Yjkn- {
  width: calc(50% - 8px);
}
.drawerInvoice-gD95O .invoiceInfo-mzMWb .infoItem-Yjkn- .label-CBNyr,
.drawerInvoice-gD95O .invoiceInfo-mzMWb .infoItem-Yjkn- .value-AHmbF {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #61666d;
  word-break: break-all;
}
.drawerInvoice-gD95O .invoiceInfo-mzMWb .infoItem-Yjkn- .value-AHmbF {
  margin-top: 4px;
  color: #18191c;
}
.loadingContent-d4XSZ {
  display: flex;
  gap: 56px;
  padding: 22px 60px;
}
.modalTableBody-fkhqY {
  min-height: 571px;
}
.modalTableBody-fkhqY .ant-table-body {
  min-height: 400px;
  max-height: 400px;
}
.modalTableBody-fkhqY .ant-empty {
  height: 400px;
}
.add-YooIg {
  box-shadow: none;
}
.gun--wnYn {
  display: inline-block;
  width: 1px;
  height: 12px;
  vertical-align: middle;
  background: #18191c;
}
.amountInputWrap-JLndu {
  display: flex;
  justify-content: flex-end;
}
.editBtn-noWZ7 {
  margin-left: 4px;
  color: #00aeec;
  cursor: pointer;
}
.tableFormItem-t--Lp {
  margin-bottom: 0;
}
.tableFormItem-t--Lp .ant-form-item-control-input {
  display: none;
}
.tableFormItem-t--Lp .ant-form-item-explain-error {
  margin-bottom: 4px;
}
.upload-Yj7vh .ant-upload-wrapper,
.upload-Yj7vh .ant-upload {
  display: block;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.anchor-wrap-Ipqfb .ant-anchor {
  z-index: 1;
}
.anchor-wrap-Ipqfb .ant-anchor-link-title .ant-btn {
  padding: 5px 12px !important;
  font-size: 16px;
  color: #9499a0 !important;
  background-color: transparent !important;
}
.anchor-wrap-Ipqfb .ant-anchor-link-active .ant-btn {
  font-weight: 500;
  color: #00aeec !important;
}
.anchor-wrap-Ipqfb .ant-anchor-ink {
  display: flex;
  justify-content: center;
  height: 3px !important;
  background: transparent !important;
}
.anchor-wrap-Ipqfb .ant-anchor-ink::after {
  width: 32px;
  height: 3px;
  content: ' ';
  background: #00aeec;
  border-radius: 2px;
}
.anchor-wrap-Ipqfb::before {
  z-index: 2;
  border-bottom-color: #f1f2f3 !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.prefix-title-APILs {
  display: flex;
  align-items: center;
}
.prefix-title-APILs .prefix-GO4qo,
.prefix-title-APILs .level-2-prefix-0hxjS {
  display: inline-block;
  width: 3px;
  height: 12px;
  margin-right: 4px;
  line-height: 24px;
  vertical-align: middle;
  background: #00aeec;
  border-radius: 16px;
}
.prefix-title-APILs .level-2-prefix-0hxjS {
  width: 6px;
  height: 6px;
}
.prefix-title-APILs .title-blwLF,
.prefix-title-APILs .level-2-title-xEEbM {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #18191c;
  word-break: break-all;
  white-space: pre-wrap;
  vertical-align: middle;
}
.prefix-title-APILs .level-2-title-xEEbM {
  font-size: 14px;
  line-height: 20px;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.anchor-container-nQ66n::before {
  border-color: #f1f2f3;
}
.anchor-container-nQ66n .ant-anchor .ant-anchor-link .ant-anchor-link-title {
  padding: 6px 4px;
  font-size: 16px;
  font-weight: 400;
  color: #61666d !important;
}
.anchor-container-nQ66n .ant-anchor .ant-anchor-link .ant-anchor-link-title-active {
  font-weight: 500;
  color: #00aeec !important;
}
.anchor-container-nQ66n .ant-anchor-link {
  display: flex;
  justify-content: center;
  background: transparent !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.title-tabs-agzu2 {
  display: flex;
  gap: 8px;
  overflow-y: auto;
  font-size: 13px;
}
.title-tabs-agzu2 .tab-item-8Jku1 {
  flex-shrink: 0;
  padding: 6px 8px;
  font-weight: 400;
  line-height: 22px;
  color: #9499a0;
  cursor: pointer;
  background-color: #f6f7f8;
  border-radius: 8px;
}
.title-tabs-agzu2 .active-LsJKN {
  font-weight: 500;
  color: #00aeec;
  background: rgba(0, 174, 236, 0.08);
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
    margin: 0;
}

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

main {
    display: block;
}

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

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

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

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

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

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

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

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

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

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: 500;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
            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 {
    font: inherit; /* 2 */
    -webkit-appearance: button;
            appearance: button; /* 1 */
}

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}
/* 覆盖组件库样式 */
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
#root .ant-layout-content {
  max-width: none;
  max-width: initial;
}
#root .ant-select-arrow {
  color: #9499a0;
}
#root .ant-form-item-explain .ant-form-item-explain-error {
  font-size: 12px;
}
#root .ant-form-vertical .ant-form-item-label {
  padding-bottom: 4px;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
/* 全局样式 */
/* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1008px) {
  .container {
    max-width: 1008px;
  }
}
@media (min-width: 1248px) {
  .container {
    max-width: 1248px;
  }
}
@media (min-width: 1512px) {
  .container {
    max-width: 1512px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-right-\[18px\] {
  right: -18px;
}
.-top-\[15px\] {
  top: -15px;
}
.-top-\[28px\] {
  top: -28px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[35px\] {
  left: 35px;
}
.right-0 {
  right: 0px;
}
.right-10 {
  right: 2.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-7 {
  top: 1.75rem;
}
.top-\[104px\] {
  top: 104px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[56px\] {
  top: 56px;
}
.top-\[70px\] {
  top: 70px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[999999\] {
  z-index: 999999;
}
.m-0 {
  margin: 0px;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.\!my-\[2px\] {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-md-1 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-\[12px\] {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-\[2px\] {
  margin-left: 2px;
  margin-right: 2px;
}
.mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-sm-2 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-sm-4 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[2px\] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.my-\[4px\] {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-md-1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-md-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-sm-1 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-md-1 {
  margin-bottom: 0.75rem;
}
.mb-md-2 {
  margin-bottom: 1rem;
}
.mb-md-4 {
  margin-bottom: 1.5rem;
}
.mb-sm-2 {
  margin-bottom: 0.25rem;
}
.mb-sm-3 {
  margin-bottom: 0.375rem;
}
.mb-sm-4 {
  margin-bottom: 0.5rem;
}
.mb-xl-2 {
  margin-bottom: 5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-md-2 {
  margin-left: 1rem;
}
.ml-sm-1 {
  margin-left: 0.125rem;
}
.ml-sm-4 {
  margin-left: 0.5rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mr-\[28px\] {
  margin-right: 28px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-md-1 {
  margin-right: 0.75rem;
}
.mr-md-2 {
  margin-right: 1rem;
}
.mr-sm-2 {
  margin-right: 0.25rem;
}
.mr-sm-4 {
  margin-right: 0.5rem;
}
.ms-md-1 {
  margin-left: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-6px\] {
  margin-top: -6px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-md-1 {
  margin-top: 0.75rem;
}
.mt-md-2 {
  margin-top: 1rem;
}
.mt-sm-1 {
  margin-top: 0.125rem;
}
.mt-sm-2 {
  margin-top: 0.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[168px\] {
  height: 168px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[202px\] {
  height: 202px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[94px\] {
  height: 94px;
}
.h-full {
  height: 100%;
}
.h-lg-1 {
  height: 2rem;
}
.h-screen {
  height: 100vh;
}
.max-h-\[160px\] {
  max-height: 160px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-2 {
  width: 0.5rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[138px\] {
  width: 138px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[186px\] {
  width: 186px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[303px\] {
  width: 303px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[94px\] {
  width: 94px;
}
.w-full {
  width: 100%;
}
.w-md-3 {
  width: 1.25rem;
}
.w-px {
  width: 1px;
}
.min-w-\[1200px\] {
  min-width: 1200px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-\[980px\] {
  min-width: 980px;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[2\.7\] {
  flex: 2.7;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-help {
  cursor: help;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-md-1 {
  gap: 0.75rem;
}
.gap-sm-2 {
  gap: 0.25rem;
}
.gap-sm-3 {
  gap: 0.375rem;
}
.gap-sm-4 {
  gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-md-2 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.125rem;
}
.rounded-\[0_0_12px_12px\] {
  border-radius: 0 0 12px 12px;
}
.rounded-\[12px_12px_0_0\] {
  border-radius: 12px 12px 0 0;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.75rem;
}
.rounded-md {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 1rem;
}
.rounded-xs {
  border-radius: 0.25rem;
}
.rounded-b-\[12px\] {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-sm {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-md {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 1rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 1rem;
}
.rounded-tl-xl {
  border-top-left-radius: 1rem;
}
.rounded-tr-xl {
  border-top-right-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-\[7px\] {
  border-width: 7px;
}
.\!border-l-\[2px\] {
  border-left-width: 2px !important;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[7px\] {
  border-top-width: 7px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.\!border-\[rgba\(255\2c 255\2c 255\2c 0\.7\)\] {
  border-color: rgba(255,255,255,0.7) !important;
}
.border-\[\#00AEEC\] {
  --tw-border-opacity: 1;
  border-color: rgba(0, 174, 236, 1);
  border-color: rgba(0, 174, 236, var(--tw-border-opacity));
}
.border-bg-sunken-light {
  --tw-border-opacity: 1;
  border-color: rgba(241, 242, 243, 1);
  border-color: rgba(241, 242, 243, var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-line-medium {
  --tw-border-opacity: 1;
  border-color: rgba(227, 229, 231, 1);
  border-color: rgba(227, 229, 231, var(--tw-border-opacity));
}
.border-primary-default {
  --tw-border-opacity: 1;
  border-color: rgba(0, 174, 236, 1);
  border-color: rgba(0, 174, 236, var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-b-bg-sunken-bright {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(246, 247, 248, 1);
  border-bottom-color: rgba(246, 247, 248, var(--tw-border-opacity));
}
.border-t-bg-light {
  --tw-border-opacity: 1;
  border-top-color: rgba(241, 242, 243, 1);
  border-top-color: rgba(241, 242, 243, var(--tw-border-opacity));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-Si-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 192, 213, 1);
  background-color: rgba(175, 192, 213, var(--tw-bg-opacity));
}
.bg-\[\#9499A014\] {
  background-color: rgba(148,153,160,0.07843);
}
.bg-\[\#DFF6FD\] {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 246, 253, 1);
  background-color: rgba(223, 246, 253, var(--tw-bg-opacity));
}
.bg-\[\#c9ccd0\] {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 204, 208, 1);
  background-color: rgba(201, 204, 208, var(--tw-bg-opacity));
}
.bg-\[\#ebf9fc\] {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 249, 252, 1);
  background-color: rgba(235, 249, 252, var(--tw-bg-opacity));
}
.bg-\[\#f0f1f2\] {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 241, 242, 1);
  background-color: rgba(240, 241, 242, var(--tw-bg-opacity));
}
.bg-\[\#f5f7f9\] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 247, 249, 1);
  background-color: rgba(245, 247, 249, var(--tw-bg-opacity));
}
.bg-\[\#ff7f2414\] {
  background-color: rgba(255,127,36,0.07843);
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-\[\#fffbe6\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 230, 1);
  background-color: rgba(255, 251, 230, var(--tw-bg-opacity));
}
.bg-\[rgba\(148\2c 153\2c 160\2c 0\.08\)\] {
  background-color: rgba(148,153,160,0.08);
}
.bg-bg-base {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-bg-bright {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 248, 1);
  background-color: rgba(246, 247, 248, var(--tw-bg-opacity));
}
.bg-bg-snow {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-bg-sunken-bright {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 248, 1);
  background-color: rgba(246, 247, 248, var(--tw-bg-opacity));
}
.bg-bg-weak {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 229, 231, 1);
  background-color: rgba(227, 229, 231, var(--tw-bg-opacity));
}
.bg-error-highlight {
  background-color: rgba(248, 90, 84, 0.08);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-line-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 229, 231, 1);
  background-color: rgba(227, 229, 231, var(--tw-bg-opacity));
}
.bg-mask-medium {
  background-color: rgba(0, 0, 0, 0.60);
}
.bg-primary-default {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 236, 1);
  background-color: rgba(0, 174, 236, var(--tw-bg-opacity));
}
.bg-primary-highlight {
  background-color: rgba(0, 174, 236, 0.08);
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, 1);
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}
.bg-success-default\/10 {
  background-color: rgba(42, 200, 100, 0.1);
}
.bg-success-highlight {
  background-color: rgba(42, 200, 100, 0.08);
}
.bg-symbol-light {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 204, 208, 1);
  background-color: rgba(201, 204, 208, var(--tw-bg-opacity));
}
.bg-warning-default\/10 {
  background-color: rgba(255, 127, 36, 0.1);
}
.bg-warning-highlight {
  background-color: rgba(255, 127, 36, 0.08);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[12px_16px_0\] {
  padding: 12px 16px 0;
}
.p-\[12px_32px\] {
  padding: 12px 32px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[8px\] {
  padding: 8px;
}
.p-md-1 {
  padding: 0.75rem;
}
.p-md-2 {
  padding: 1rem;
}
.p-sm-1 {
  padding: 0.125rem;
}
.p-sm-2 {
  padding: 0.25rem;
}
.p-sm-4 {
  padding: 0.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-\[0px\] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[254px\] {
  padding-left: 254px;
  padding-right: 254px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-lg-1 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-md-1 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-md-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-sm-3 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.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-lg-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-md-1 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-sm-1 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-sm-2 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-sm-4 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pe-2 {
  padding-right: 0.5rem;
}
.pl-\[7px\] {
  padding-left: 7px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-\[6px\] {
  padding-right: 6px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-lg-2 {
  padding-top: 2.5rem;
}
.pt-md-1 {
  padding-top: 0.75rem;
}
.pt-xl-1 {
  padding-top: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: right;
}
.\!align-middle {
  vertical-align: middle !important;
}
.align-middle {
  vertical-align: middle;
}
.\!text-\[52px\] {
  font-size: 52px !important;
}
.\!text-lg {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-h1 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
}
.text-h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.text-lg {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.text-lg-b {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.text-md {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
}
.text-md-b {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
}
.text-sm {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.text-xl {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
}
.text-xl-b {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 500;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.text-xxl {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
}
.font-\[600\] {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-\[\#c8ccd0\] {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 204, 208, 1) !important;
  color: rgba(200, 204, 208, var(--tw-text-opacity)) !important;
}
.\!text-\[\#c9ccd0\] {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 204, 208, 1) !important;
  color: rgba(201, 204, 208, var(--tw-text-opacity)) !important;
}
.\!text-error-default {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 90, 84, 1) !important;
  color: rgba(248, 90, 84, var(--tw-text-opacity)) !important;
}
.\!text-primary-default {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 174, 236, 1) !important;
  color: rgba(0, 174, 236, var(--tw-text-opacity)) !important;
}
.\!text-symbol-black {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 25, 28, 1) !important;
  color: rgba(24, 25, 28, var(--tw-text-opacity)) !important;
}
.\!text-symbol-bold {
  --tw-text-opacity: 1 !important;
  color: rgba(97, 102, 109, 1) !important;
  color: rgba(97, 102, 109, var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-Lb-5 {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 236, 1);
  color: rgba(0, 174, 236, var(--tw-text-opacity));
}
.text-\[\#00AEEC\] {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 236, 1);
  color: rgba(0, 174, 236, var(--tw-text-opacity));
}
.text-\[\#18191C\] {
  --tw-text-opacity: 1;
  color: rgba(24, 25, 28, 1);
  color: rgba(24, 25, 28, var(--tw-text-opacity));
}
.text-\[\#18191c\] {
  --tw-text-opacity: 1;
  color: rgba(24, 25, 28, 1);
  color: rgba(24, 25, 28, var(--tw-text-opacity));
}
.text-\[\#61666D\] {
  --tw-text-opacity: 1;
  color: rgba(97, 102, 109, 1);
  color: rgba(97, 102, 109, var(--tw-text-opacity));
}
.text-\[\#61666d\] {
  --tw-text-opacity: 1;
  color: rgba(97, 102, 109, 1);
  color: rgba(97, 102, 109, var(--tw-text-opacity));
}
.text-\[\#6188FF\] {
  --tw-text-opacity: 1;
  color: rgba(97, 136, 255, 1);
  color: rgba(97, 136, 255, var(--tw-text-opacity));
}
.text-\[\#86909c\] {
  --tw-text-opacity: 1;
  color: rgba(134, 144, 156, 1);
  color: rgba(134, 144, 156, var(--tw-text-opacity));
}
.text-\[\#9499A0\] {
  --tw-text-opacity: 1;
  color: rgba(148, 153, 160, 1);
  color: rgba(148, 153, 160, var(--tw-text-opacity));
}
.text-\[\#9499a0\] {
  --tw-text-opacity: 1;
  color: rgba(148, 153, 160, 1);
  color: rgba(148, 153, 160, var(--tw-text-opacity));
}
.text-\[\#F85A54\] {
  --tw-text-opacity: 1;
  color: rgba(248, 90, 84, 1);
  color: rgba(248, 90, 84, var(--tw-text-opacity));
}
.text-\[\#FF6699\] {
  --tw-text-opacity: 1;
  color: rgba(255, 102, 153, 1);
  color: rgba(255, 102, 153, var(--tw-text-opacity));
}
.text-\[\#FFFFFF99\] {
  color: rgba(255,255,255,0.6);
}
.text-\[\#FFFFFFE5\] {
  color: rgba(255,255,255,0.89804);
}
.text-\[\#faad14\] {
  --tw-text-opacity: 1;
  color: rgba(250, 173, 20, 1);
  color: rgba(250, 173, 20, var(--tw-text-opacity));
}
.text-error-default {
  --tw-text-opacity: 1;
  color: rgba(248, 90, 84, 1);
  color: rgba(248, 90, 84, var(--tw-text-opacity));
}
.text-error-pressed {
  --tw-text-opacity: 1;
  color: rgba(226, 61, 61, 1);
  color: rgba(226, 61, 61, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-line-light {
  --tw-text-opacity: 1;
  color: rgba(241, 242, 243, 1);
  color: rgba(241, 242, 243, var(--tw-text-opacity));
}
.text-line-medium {
  --tw-text-opacity: 1;
  color: rgba(227, 229, 231, 1);
  color: rgba(227, 229, 231, var(--tw-text-opacity));
}
.text-primary-default {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 236, 1);
  color: rgba(0, 174, 236, var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-success-default {
  --tw-text-opacity: 1;
  color: rgba(42, 200, 100, 1);
  color: rgba(42, 200, 100, var(--tw-text-opacity));
}
.text-symbol-black {
  --tw-text-opacity: 1;
  color: rgba(24, 25, 28, 1);
  color: rgba(24, 25, 28, var(--tw-text-opacity));
}
.text-symbol-bold {
  --tw-text-opacity: 1;
  color: rgba(97, 102, 109, 1);
  color: rgba(97, 102, 109, var(--tw-text-opacity));
}
.text-symbol-light {
  --tw-text-opacity: 1;
  color: rgba(201, 204, 208, 1);
  color: rgba(201, 204, 208, var(--tw-text-opacity));
}
.text-symbol-link-dark {
  --tw-text-opacity: 1;
  color: rgba(88, 177, 212, 1);
  color: rgba(88, 177, 212, var(--tw-text-opacity));
}
.text-symbol-medium {
  --tw-text-opacity: 1;
  color: rgba(148, 153, 160, 1);
  color: rgba(148, 153, 160, var(--tw-text-opacity));
}
.text-symbol-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-warning-default {
  --tw-text-opacity: 1;
  color: rgba(255, 127, 36, 1);
  color: rgba(255, 127, 36, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-deep-100 {
  --tw-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.04), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 0px 2px 0px var(--tw-shadow-color), 0px 4px 10px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 0px 2px 0px rgba(0, 0, 0, 0.04), 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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-200 {
  transition-duration: 200ms;
}
.tw-left-line::before {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.25rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 236, 1);
  background-color: rgba(0, 174, 236, var(--tw-bg-opacity));
  vertical-align: middle;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
.tw-dot::before {
  margin-right: 0.25rem;
  margin-bottom: 0.125rem;
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 236, 1);
  background-color: rgba(0, 174, 236, var(--tw-bg-opacity));
  vertical-align: middle;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
.tw-dot-white::before {
  margin-right: 0.25rem;
  margin-bottom: 0.125rem;
  display: inline-block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  vertical-align: middle;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
.tw-dot-white:before {
  background-color: #fff;
}
.text-hover {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.text-hover:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 236, 1);
  color: rgba(0, 174, 236, var(--tw-text-opacity));
}
#root img {
  display: inline-block;
}
#root a {
  color: #00AEEC;
}
img {
  display: inline-block;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.\*\:w-full > * {
  width: 100%;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-\[50\%\]::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-md-1::before {
  content: var(--tw-content);
  height: 0.75rem;
}
.before\:w-\[3px\]::before {
  content: var(--tw-content);
  width: 3px;
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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: 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));
}
.before\:rounded-xl::before {
  content: var(--tw-content);
  border-radius: 1rem;
}
.before\:bg-primary-default::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(0, 174, 236, 1);
  background-color: rgba(0, 174, 236, var(--tw-bg-opacity));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-top-\[6px\]::after {
  content: var(--tw-content);
  top: -6px;
}
.after\:left-\[18px\]::after {
  content: var(--tw-content);
  left: 18px;
}
.after\:h-3::after {
  content: var(--tw-content);
  height: 0.75rem;
}
.after\:w-3::after {
  content: var(--tw-content);
  width: 0.75rem;
}
.after\:rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rounded-tl-xs::after {
  content: var(--tw-content);
  border-top-left-radius: 0.25rem;
}
.after\:bg-bg-bright::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 248, 1);
  background-color: rgba(246, 247, 248, var(--tw-bg-opacity));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
.hover\:\!border-\[rgba\(255\2c 255\2c 255\2c 1\)\]:hover {
  border-color: rgba(255,255,255,1) !important;
}
.hover\:\!bg-primary-highlight:hover {
  background-color: rgba(0, 174, 236, 0.08) !important;
}
.hover\:bg-bg-bright:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 248, 1);
  background-color: rgba(246, 247, 248, var(--tw-bg-opacity));
}
.hover\:bg-bg-sunken-bright:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 248, 1);
  background-color: rgba(246, 247, 248, var(--tw-bg-opacity));
}
.hover\:\!text-error-hovered:hover {
  color: rgba(248, 90, 84, 0.75) !important;
}
.hover\:\!text-primary-default:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 174, 236, 1) !important;
  color: rgba(0, 174, 236, var(--tw-text-opacity)) !important;
}
.hover\:\!text-primary-hovered:hover {
  color: rgba(0, 174, 236, 0.75) !important;
}
.hover\:text-primary-default:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 236, 1);
  color: rgba(0, 174, 236, var(--tw-text-opacity));
}
.hover\:text-primary-hovered:hover {
  color: rgba(0, 174, 236, 0.75);
}
.hover\:text-sky-400:hover {
  --tw-text-opacity: 1;
  color: rgba(56, 189, 248, 1);
  color: rgba(56, 189, 248, var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.switch-agent-modal-ndWIQ {
  top: 72px;
  margin: 16px auto;
}
.switch-agent-modal-ndWIQ .ant-modal-content {
  padding: 12px 16px;
  padding-bottom: 0;
}
.switch-agent-modal-ndWIQ .ant-modal-header {
  padding-bottom: 24px;
}
.switch-agent-modal-ndWIQ .ant-modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.switch-agent-modal-ndWIQ .ant-modal-footer {
  padding: 12px 16px;
  margin: 0 -16px;
  margin-top: 36px;
  border-top: 1px solid #f1f2f3;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.message-code-btn-ts0ou {
  position: relative;
  color: #00aeec;
}
.message-code-btn-ts0ou::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 15px;
  color: #e3e5e7;
  content: '|';
}
.count-down-3AxkB {
  position: relative;
  height: 28px;
  line-height: 28px;
}
.count-down-3AxkB::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 15px;
  color: #e3e5e7;
  content: '|';
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.tour-container-rJReb .ant-tour-close {
  display: none !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.project-header-O18gw {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 103;
  display: grid;
  grid-template-columns: [logo] 208px 1fr [right] auto;
  align-items: center;
  width: 100%;
  padding: 0 16px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.project-header-O18gw .ant-menu {
  font-weight: 400;
  border-bottom: none;
}
.project-header-O18gw .ant-menu > li {
  margin: 0 14px;
}
.project-header-O18gw .ant-menu-item:hover,
.project-header-O18gw .ant-menu-submenu:hover {
  color: #00aeec !important;
}
.project-header-O18gw .ant-menu-item-selected,
.project-header-O18gw .ant-menu-submenu-selected {
  font-weight: 500;
}
.project-header-O18gw .ant-menu-item::after,
.project-header-O18gw .ant-menu-submenu::after {
  bottom: -6px !important;
  margin: 0 4px;
  border-bottom-color: #fff !important;
  border-bottom-width: 4px !important;
  border-radius: 2px;
}
.project-header-O18gw .ant-menu-item.ant-menu-item-selected::after,
.project-header-O18gw .ant-menu-submenu.ant-menu-submenu-selected::after {
  border-bottom-color: #00aeec !important;
}
.logo-4itkH {
  grid-column: logo;
  height: 32px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
.right-0KkxE {
  display: flex;
  grid-column: right;
  align-items: center;
  justify-content: flex-end;
}
.user-pJlqf {
  display: flex;
  align-items: center;
  padding: 4px 12px 4px 4px;
  color: #999;
  cursor: pointer;
  background-color: #f6f7f8;
  border-radius: 42px;
}
.user-pJlqf .avatar-rblzO {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.user-pJlqf .name-eLjNJ {
  display: inline-block;
  max-width: 80px;
  margin-left: 8px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  color: #61666d;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.notice-wrap--UKTE {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 200px);
  background: #fff;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.modal-root-EfqOt .ant-modal-content {
  background-color: transparent;
  box-shadow: none;
}
.modal-root-EfqOt .ant-modal-confirm-body {
  justify-content: center;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.ant-drawer-content-wrapper {
  border-radius: 12px 0 0 12px;
  border-radius: var(--radius-lg, 12px) var(--radius-0, 0) var(--radius-0, 0) var(--radius-lg, 12px);
}
.ant-drawer-content-wrapper .ant-drawer-content {
  background: #fff;
  border: 1px solid #e3eaf2;
  border-radius: 12px 0 0 12px;
  border-radius: var(--radius-lg, 12px) var(--radius-0, 0) var(--radius-0, 0) var(--radius-lg, 12px);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
}
.ant-drawer-header {
  padding: 16px 0 12px !important;
  margin: 0 16px 12px;
  border-bottom-color: #f1f2f3 !important;
}
.ant-drawer-header .ant-drawer-header-title {
  flex-direction: row-reverse;
}
.ant-drawer-header .ant-drawer-header-title .ant-drawer-close {
  margin-right: 0 !important;
  color: #61666d !important;
}
.ant-drawer-header .ant-drawer-header-title .ant-drawer-close :hover {
  color: #797f87;
}
.ant-drawer-body .ant-form-item {
  margin-bottom: 16px;
}
.ant-drawer-body .ant-form-item .ant-form-item-label {
  padding-bottom: 2px;
}
.ant-drawer-body .ant-form-item .ant-form-item-label label {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #61666d;
  color: var(--text-2, var(--text-symbol-text-2, #61666d));
}
.ant-drawer-footer {
  padding: 16px !important;
  border-top-color: #e3eaf2 !important;
}
.ant-drawer-footer .ant-btn {
  font-size: 13px;
  line-height: 16px;
}
.ant-drawer-footer .reset {
  color: #61666d;
  background: #fff;
  border: 1px solid #e3e5e7;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.item-tab {
  margin-right: 0.5rem;
  height: 2rem;
  cursor: pointer;
  align-items: center;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 14px;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(97, 102, 109, 1);
  color: rgba(97, 102, 109, var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.item-tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 247, 248, 1);
  background-color: rgba(246, 247, 248, var(--tw-bg-opacity));
}
.item-tab .count {
  color: var(symbol-medium);
}
.active {
  background-color: rgba(0, 174, 236, 0.08);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 174, 236, 1);
  color: rgba(0, 174, 236, var(--tw-text-opacity));
}
.active .count {
  color: var(text-symbol-medium);
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.textLayer > span {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgba(180, 0, 170, 1);
  border-radius: 4px;
}

.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.textLayer .highlight.middle {
  border-radius: 0px;
}

.textLayer .highlight.selected {
  background-color: rgba(0, 100, 0, 1);
}

.textLayer ::-moz-selection {
  background: rgba(0, 0, 255, 1);
}

.textLayer ::selection {
  background: rgba(0, 0, 255, 1);
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.textLayer .endOfContent.active {
  top: 0px;
}

.annotationLayer section {
  position: absolute;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0px 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid rgba(0, 0, 0, 1);
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: rgba(0, 0, 0, 1);
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0px 2px 5px rgba(136, 136, 136, 1);
  border-radius: 2px;
  padding: 6px;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  font-size: 9px;
  word-wrap: break-word;
}

.annotationLayer .popup > * {
  font-size: 9px;
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popup span {
  display: inline-block;
  margin-left: 5px;
}

.annotationLayer .popup p {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: 2px;
  padding-top: 2px;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  -o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA6UlEQVR4Xl2Pi2rEMAwE16fm1f7/r14v7w4rI0IzLAF7hLxNevBSEMEF5+OilNCsRd8ZMyn+a4NmsOT8WJw1lFbSYgGFzF2bLFoLjTClWjKKGRWpDYAGXUnZ4uhbBUzF3Oe/GG/ue2fn4GgsyXhNgysV2JnrhKEMg4fEZcALmiKbNhBBRFpSyDOj1G4QOVly6O1FV54ZZq8OVygrciDt6JazRgi1ljTPH0gbrPmHPXAbCiDd4GawIjip1TPh9tt2sz24qaCjr/jAb/GBFTbq9KZ7Ke/Cqt8nayUikZKsWZK7Fe6bg5dOUt8fZHWG2BHc+6EAAAAASUVORK5CYII=) 9 9 repeat;
     border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA6UlEQVR4Xl2Pi2rEMAwE16fm1f7/r14v7w4rI0IzLAF7hLxNevBSEMEF5+OilNCsRd8ZMyn+a4NmsOT8WJw1lFbSYgGFzF2bLFoLjTClWjKKGRWpDYAGXUnZ4uhbBUzF3Oe/GG/ue2fn4GgsyXhNgysV2JnrhKEMg4fEZcALmiKbNhBBRFpSyDOj1G4QOVly6O1FV54ZZq8OVygrciDt6JazRgi1ljTPH0gbrPmHPXAbCiDd4GawIjip1TPh9tt2sz24qaCjr/jAb/GBFTbq9KZ7Ke/Cqt8nayUikZKsWZK7Fe6bg5dOUt8fZHWG2BHc+6EAAAAASUVORK5CYII=) 9 9 repeat;
  background-color: rgba(255, 255, 255, 1);
}

.pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none;
}

.pdfViewer.singlePageView {
  display: inline-block;
}

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}

.pdfViewer.scrollHorizontal, .pdfViewer.scrollWrapped, .spread {
  margin-left: 3.5px;
  margin-right: 3.5px;
  text-align: center;
}

.pdfViewer.scrollHorizontal, .spread {
  white-space: nowrap;
}

.pdfViewer.removePageBorders,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  margin-left: 0;
  margin-right: 0;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  display: inline-block;
  vertical-align: middle;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page {
  margin-left: -3.5px;
  margin-right: -3.5px;
}

.pdfViewer.removePageBorders .spread .page,
.pdfViewer.removePageBorders.scrollHorizontal .page,
.pdfViewer.removePageBorders.scrollWrapped .page {
  margin-left: 5px;
  margin-right: 5px;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page canvas[hidden] {
  display: none;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==') center no-repeat;
}

.pdfPresentationMode .pdfViewer {
  margin-left: 0;
  margin-right: 0;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer .spread {
  display: block;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer.removePageBorders .page {
  margin-left: auto;
  margin-right: auto;
}

.pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}
.highlighted-page-TCrKX {
  background-color: rgba(0, 161, 214, 0.05);
  border-color: #00a1d6 !important;
  animation: highlight-pulse-MHl6X 2s ease-out;
}
@keyframes highlight-pulse-MHl6X {
  0% {
    background-color: rgba(0, 161, 214, 0.2);
  }
  100% {
    background-color: rgba(0, 161, 214, 0);
  }
}
.outline-tree-OM0rA .ant-tree-node-selected {
  white-space: normal !important;
  white-space: initial !important;
}
.pdf-container-baQ0- {
  /* stylelint-disable-next-line selector-class-pattern */
}
.pdf-container-baQ0- .linkAnnotation {
  border: none !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.project-layout-q2r-d {
  min-width: 100%;
  background: #f5f7f9 !important;
}
@media screen and (max-width: 1200px) {
  .project-layout-q2r-d {
    min-width: 1200px;
  }
}
.site-layout-Mmk0G {
  min-height: calc(100vh - 56px);
  background: #f6f7f8;
}
.site-layout-content-AlySc {
  max-width: 100%;
  background: #f5f7f9 !important;
  transition: all 0.2s;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.content-warp-GZ-e0 {
  min-height: calc(100vh - 119px);
}
.form-min-ywVFF {
  height: calc(100vh - 240px);
}
.agree-btn-wrap-LRB3V .ant-modal-6Q0dV .ant-modal-header-Y-xAC {
  border-bottom: none;
}
.agree-btn-wrap-LRB3V .ant-modal-6Q0dV .ant-modal-footer-YIZEm {
  border-top: none;
}
.agree-btn-wrap-LRB3V .ant-modal-6Q0dV .ant-modal-body-PPcuS {
  padding: 0 16px;
}
.agree-btn-wrap-LRB3V .custom-input-class-p4vrM:hover {
  border: none;
}
.agree-btn-wrap-LRB3V .custom-input-class-p4vrM:focus {
  border: none;
}
.agree-btn-wrap-LRB3V .resend-RHTq8 {
  position: relative;
  display: flex;
  justify-content: center;
}
.agree-btn-wrap-LRB3V .resend-RHTq8::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 1px;
  height: 15px;
  color: #e3e5e7;
  content: '|';
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.login-warp-Ffgri {
  height: 100vh;
  background: url('//s1.hdslb.com/bfs/static/supplier-c/assets/bg-login-Cv8ay4TR.png');
  background-size: cover;
}
.login-warp-Ffgri .ant-form-item-extra {
  min-height: 0;
}
.verifylogincode-SZ3-p {
  position: relative;
  color: #00aeec;
}
.verifylogincode-SZ3-p::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 15px;
  color: #e3e5e7;
  content: '|';
}
.countline-TB-TE {
  position: relative;
  height: 28px;
  line-height: 28px;
}
.countline-TB-TE::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 15px;
  color: #e3e5e7;
  content: '|';
}
.customcheckbox-g-Fwp {
  font-size: 20px;
}
.customcheckbox-g-Fwp .ant-checkbox-inner {
  border-radius: 50%;
}
.customcheckbox-g-Fwp .a-jump-UMH6X:hover {
  color: rgba(0, 174, 236, 0.75);
}
.drop-a0xX1 .ant-dropdown {
  top: 36px !important;
  right: auto !important;
  bottom: auto !important;
  left: -2px !important;
}
@keyframes shake-uuJSF {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-4px);
  }
}
.shake-uuJSF {
  animation: shake-uuJSF 0.2s;
  /* 抖动的持续时间 */
  animation-iteration-count: 5;
  /* 抖动的次数，这里设置为5次 */
}
.selectcustom-05FCB .ant-select-selector {
  color: #9499a0;
}
.login-footer-txRMw {
  position: relative;
}
.login-footer-txRMw::before {
  position: absolute;
  top: 9px;
  left: -110px;
  width: 74px;
  height: 1px;
  content: '';
  background: #e3e5e7;
}
.login-footer-txRMw::after {
  position: absolute;
  top: 9px;
  right: -90px;
  width: 74px;
  height: 1px;
  content: '';
  background: #e3e5e7;
}
a:hover {
  color: rgba(0, 174, 236, 0.75);
}
.custom-tooltip-t1IZr .ant-tooltip-content {
  margin-left: -12px !important;
}
.custom-tooltip-t1IZr .ant-tooltip-arrow {
  left: 0 !important;
}
.preview-content-t5fHI {
  height: calc(100vh - 120px);
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.base-info-8n-sc {
  margin: 16px 0;
}
.base-info-8n-sc .ant-collapse-header {
  padding: 0 !important;
}
.base-info-8n-sc .ant-collapse-content-box {
  padding: 0 !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.modal-root-VGMrv .ant-modal-content {
  background-color: transparent;
  box-shadow: none;
}
.modal-root-VGMrv .ant-modal-confirm-body {
  justify-content: center;
}
.modal-root-VGMrv .ant-result-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.modal-root-VGMrv .ant-result-icon {
  margin-bottom: 0;
}
.modal-root-VGMrv .ant-result-extra {
  margin-top: 12px;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.contacts-modal-0s-9l .ant-form-item-extra {
  min-height: 0;
  margin-top: 4px;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.detail-body-form-3zmyB {
  padding: 12px 16px;
  margin-top: 12px;
  background-color: #fff;
  border-radius: 12px;
}
.anchor-j3Vjf {
  position: sticky;
  top: 56px;
  z-index: 2;
  background: #fff;
}
.refresh-loading-vC2Pp img {
  animation: animation-c3v4j 1s linear infinite;
}
@keyframes animation-c3v4j {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.upload-modal--wWd6 .ant-upload-list-item-container,
.upload-modal--wWd6 .ant-upload.ant-upload-select {
  width: 80px !important;
  height: 80px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  transition: none !important;
}
.upload-modal--wWd6 .ant-upload-wrapper {
  color: #61666d;
}
.upload-modal--wWd6 .ant-modal-body {
  margin: 20px 16px;
}
.upload-modal--wWd6 .ant-upload-list-item-action {
  background-color: transparent !important;
}
.loading-2jzid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loading-2jzid img {
  animation: animation-wRY7k 1s linear infinite;
}
@keyframes animation-wRY7k {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.home-message-tabs-lz6pk .ant-tabs-tab-active .ant-tabs-tab-btn {
  text-shadow: none !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.custom-drawer-e-MB7 a {
  color: #00aeec;
}
.custom-drawer-e-MB7 a:hover {
  color: rgba(0, 174, 236, 0.75);
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.home-3ynzF {
  min-height: calc(100vh - 56px);
}
.home-3ynzF .supplier-bg-ESEtx {
  background-image: url('//s1.hdslb.com/bfs/static/supplier-c/assets/home-bg-DsXj3wZF.png');
  background-repeat: no-repeat;
  /* 确保不重复平铺 */
  background-position: top;
  background-size: cover;
  /* 背景图像的位置 */
}
.home-3ynzF .ant-avatar-container img {
  vertical-align: top;
}
.home-3ynzF .ant-descriptions-item {
  padding-bottom: 12px !important;
}
.home-3ynzF .ant-skeleton-title {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.home-3ynzF .ant-skeleton-paragraph > li {
  margin-top: 6px !important;
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.home-3ynzF .ant-tabs-nav::before {
  border-bottom: none !important;
}
.home-3ynzF .ant-tabs-tab {
  padding: 4px 0;
  color: #9499a0;
}
.home-3ynzF .ant-tabs-ink-bar {
  width: 32px !important;
  height: 3px !important;
  border-radius: 12px;
  transform: translateX(10px);
}
.home-3ynzF .ant-tabs-tab-btn {
  line-height: 24px;
}
.custom-drawer-mZH9y a {
  color: #00aeec;
}
.custom-drawer-mZH9y a:hover {
  color: rgba(0, 174, 236, 0.75);
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.header-type-btn-SehZf {
  color: #61666d;
  border-radius: 8px;
  transition: all 0.2s;
}
.header-type-btn-SehZf:hover {
  background-color: #f6f7f8;
}
.btn-active-lTKHI {
  font-weight: 500;
  color: #00aeec;
  background-color: rgba(0, 174, 236, 0.08);
}
.dashed-3cSXE {
  width: 100%;
  height: 16px;
  border-bottom: 1px dashed #f1f2f3;
}
.card-VTuXP {
  cursor: pointer;
  border-bottom: 1px solid #f6f7f8;
}
.card-VTuXP:hover {
  background: #f6f7f8;
  border-radius: 8px;
}
.card-VTuXP a {
  color: #00aeec;
}
.card-VTuXP a:hover {
  color: rgba(0, 174, 236, 0.75);
}
.custom-drawer-AAiwO a {
  color: #00aeec;
}
.custom-drawer-AAiwO a:hover {
  color: rgba(0, 174, 236, 0.75);
}
.notice-warp-PAcHU {
  min-height: calc(100vh - 200px);
}
.no-content-hdh3L {
  min-height: calc(100vh - 200px);
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.drawer-pagination-X0FN4 .ant-pagination-simple-pager input {
  color: #61666d !important;
  background-color: #f6f7f8 !important;
}
.drawer-pagination-X0FN4 .ant-pagination-simple-pager {
  font-weight: 400 !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.countdown-timer-container {
  display: inline-flex;
  flex-shrink: 0;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  padding: var(--spacing-sm-2, 4px) 8px;
  font-family: 'PingFang SC';
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #ff7f24;
  background: rgba(255, 127, 36, 0.08);
  border-radius: 4px;
}
.countdown-timer-container.danger {
  color: #f85a54;
  background-color: rgba(248, 90, 84, 0.08);
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.delete-confirm-modal-tn8pO .ant-modal-body {
  padding: 0 !important;
}
.delete-confirm-modal-tn8pO .ant-modal-content {
  width: 350px;
  padding: 16px;
  border-radius: 8px;
}
.delete-confirm-modal-tn8pO .ant-modal-confirm-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px;
  color: #18191c;
}
.delete-confirm-modal-tn8pO .ant-modal-confirm-content {
  margin-block-start: 16px !important;
  margin-top: 16px;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px;
  /* 153.846% */
  color: #61666d !important;
}
.delete-confirm-modal-tn8pO .ant-modal-confirm-btns {
  margin-top: 28px;
}
.delete-confirm-modal-tn8pO .ant-btn {
  align-items: center;
  justify-content: center;
  width: 78px;
  border-radius: 8px;
}
.delete-confirm-modal-tn8pO .ant-btn-default {
  border: 1px solid #e3e5e7;
}
.delete-confirm-modal-tn8pO .ant-btn-default:hover {
  color: #00aeec !important;
  border-color: #00aeec !important;
}
.delete-confirm-modal-tn8pO .ant-btn-primary {
  background: #f85a54 !important;
}
.delete-confirm-modal-tn8pO .ant-btn-primary:hover,
.delete-confirm-modal-tn8pO .ant-btn-primary:focus {
  background: #ff7875 !important;
  border-color: #ff7875 !important;
}
.delete-confirm-modal-tn8pO .ant-btn-primary:active {
  background: #d9363e !important;
  border-color: #d9363e !important;
}
.delete-confirm-modal-tn8pO .ant-modal-close-x {
  color: #61666d;
}
.confirm-modal-HNtM2 .ant-modal-body {
  padding: 0 !important;
}
.confirm-modal-HNtM2 .ant-modal-content {
  width: 350px;
  padding: 16px;
  border-radius: 8px;
}
.confirm-modal-HNtM2 .ant-modal-confirm-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px;
  color: #18191c;
}
.confirm-modal-HNtM2 .ant-modal-confirm-content {
  margin-block-start: 16px !important;
  margin-top: 16px;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px;
  /* 153.846% */
  color: #61666d !important;
}
.confirm-modal-HNtM2 .ant-modal-confirm-btns {
  margin-top: 28px;
}
.confirm-modal-HNtM2 .ant-btn {
  align-items: center;
  justify-content: center;
  width: 78px;
  border-radius: 8px;
}
.confirm-modal-HNtM2 .ant-btn-default {
  border: 1px solid #e3e5e7;
}
.confirm-modal-HNtM2 .ant-btn-default:hover {
  color: #00aeec !important;
  border-color: #00aeec !important;
}
.confirm-modal-HNtM2 .ant-modal-close-x {
  color: #61666d;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.disabled-container {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-width: 0;
  padding: 4.5px 7px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  color: #c9ccd0;
  cursor: not-allowed;
  background-color: #f6f7f8;
  background-image: none;
  border-color: #e3e5e7;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.ant-drawer-body .ant-form-item {
  margin-bottom: 24px;
}
.ant-drawer-body .ant-form-item .ant-form-item-label {
  padding-bottom: 4px;
}
.ant-form-item .ant-form-item-control-input {
  min-height: auto;
}
.anticon-question-circle {
  color: #c9ccd0 !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.quote-desc-att .bee-rc-upload-module-single {
  display: none;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.back-icon {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
  color: #9499a0;
  cursor: pointer;
  transition: all 0.3s;
}
.back-icon:hover {
  color: #00aeec;
}
.back-icon .bilibili-icon {
  display: flex;
}
.back-icon::after {
  position: absolute;
  top: 2px;
  left: 24px;
  width: 1px;
  height: 12px;
  content: '';
  background: #f1f2f3;
  border-radius: 12px;
}
.add-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgba(227, 229, 231, 1);
  border-color: rgba(227, 229, 231, var(--tw-border-opacity));
  margin: 16px 0 32px;
}
.ant-btn-link {
  color: #00aeec;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.not-start {
  color: #8d9fb9;
  background: linear-gradient(90deg, rgba(141, 159, 185, 0) 0%, rgba(141, 159, 185, 0.15) 18.53%, rgba(141, 159, 185, 0) 100%);
}
.not-start .pr-title {
  background-color: #8d9fb9;
}
.not-start .text-color {
  color: #8d9fb9;
}
.than-one-hour {
  background: linear-gradient(90deg, rgba(97, 136, 255, 0) 0%, rgba(97, 136, 255, 0.15) 18.53%, rgba(97, 136, 255, 0) 100%);
}
.than-one-hour .pr-title {
  background-color: #6188ff;
}
.than-one-hour .text-color {
  color: #6188ff;
}
.less-than-one-hour {
  background: linear-gradient(90deg, rgba(255, 127, 36, 0) 0%, rgba(255, 127, 36, 0.15) 18.53%, rgba(255, 127, 36, 0) 100%);
}
.less-than-one-hour .pr-title {
  background-color: #ff7f24;
}
.less-than-one-hour .text-color {
  color: #ff7f24;
}
.than-five-minutes {
  background: linear-gradient(90deg, rgba(255, 127, 36, 0) 0%, rgba(255, 127, 36, 0.15) 18.53%, rgba(255, 127, 36, 0) 100%);
}
.than-five-minutes .pr-title {
  background-color: #ff7f24;
}
.than-five-minutes .text-color {
  color: #ff7f24;
}
.less-than-five-minutes {
  background: linear-gradient(90deg, rgba(226, 61, 61, 0) 0%, rgba(226, 61, 61, 0.15) 18.53%, rgba(226, 61, 61, 0) 100%);
}
.less-than-five-minutes .pr-title {
  color: #fff;
  background-color: #f85a54;
}
.less-than-five-minutes .text-color {
  color: #f85a54;
}
.ended {
  background: rgba(248, 90, 84, 0.08);
}
.ended .pr-title {
  color: #f85a54 !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.supplier-quotation-detail-top-info {
  display: flex;
  gap: 8px;
  gap: var(--spacing-sm-4, 8px);
  align-items: baseline;
  justify-content: space-between;
  padding: 12px;
  margin-bottom: 48px;
  background: #f6f7f8;
  border-radius: 8px;
}
.supplier-quotation-detail-top-info .title,
.supplier-quotation-detail-top-info .round {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #18191c;
}
.supplier-quotation-detail-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 102;
  width: 100%;
  min-height: 56px;
  padding: 12px 24px;
  background: #ffffff;
  transition: all 0.25s ease 0s;
}
.supplier-quotation-detail-footer .ant-btn {
  height: 36px;
}
.text-hover {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.text-hover:hover {
  color: rgba(0, 174, 236, 0.75) !important;
}
.edit-form .ant-form-item label {
  position: relative;
  display: inline-flex;
  height: 20px;
  margin-bottom: 2px;
  font-size: 14px;
  color: #18191c;
}
.edit-form .ant-form-item label.ant-form-item-required::after {
  top: 1px;
  font-family: 'SimSun', sans-serif;
  font-size: 14px !important;
  color: #f85a54 !important;
  visibility: visible !important;
  content: '*' !important;
}
.ant-popover-title {
  padding: 12px !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.survey-body-form-zx5py {
  padding: 12px 16px;
  margin-top: 12px;
  background-color: #fff;
  border-radius: 12px;
}
.anchor-Ky93s {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
