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

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

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

.top-0 {
  top: 0px;
}

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

.my-\[-16px\] {
  margin-top: -16px;
  margin-bottom: -16px;
}

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

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

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.mb-sm-4 {
  margin-bottom: 0.5rem;
}

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

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

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

.ml-6 {
  margin-left: 1.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-\[2px\] {
  margin-top: 2px;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) 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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) 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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.gap-2 {
  gap: 0.5rem;
}

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

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

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

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

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - 0));
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.25rem * calc(1 - 0));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 0);
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

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

.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-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

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

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

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

.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-t-md {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

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

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

.border-t-\[3\.295px\] {
  border-top-width: 3.295px;
}

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

.border-t-\[\#E3E5E7\] {
  --tw-border-opacity: 1;
  border-top-color: rgba(227, 229, 231, 1);
  border-top-color: rgba(227, 229, 231, var(--tw-border-opacity));
}

.border-t-\[rgba\(0\2c 174\2c 236\2c 0\.25\)\] {
  border-top-color: rgba(0,174,236,0.25);
}

.bg-Ga-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 204, 208, 1);
  background-color: rgba(201, 204, 208, var(--tw-bg-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-\[\#F1F2F3\] {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, 1);
  background-color: rgba(241, 242, 243, 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-\[rgba\(0\2c 174\2c 236\2c 0\.08\)\] {
  background-color: rgba(0,174,236,0.08);
}

.bg-\[rgba\(138\2c 145\2c 166\2c 0\.08\)\] {
  background-color: rgba(138,145,166,0.08);
}

.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-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.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-\[linear-gradient\(180deg\2c rgba\(97\2c 136\2c 255\2c 0\.08\)_-88\.75\%\2c rgba\(97\2c 136\2c 255\2c 0\)_127\.5\%\)\] {
  background-image: linear-gradient(180deg,rgba(97,136,255,0.08) -88.75%,rgba(97,136,255,0) 127.5%);
}

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

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

.from-\[rgba\(0\2c 174\2c 236\2c 0\.11\)\] {
  --tw-gradient-from: rgba(0,174,236,0.11) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 174, 236, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(213\2c 213\2c 213\2c 0\.30\)\] {
  --tw-gradient-from: rgba(213,213,213,0.30) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(213, 213, 213, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.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-\[rgba\(0\2c 174\2c 236\2c 0\.00\)\] {
  --tw-gradient-to: rgba(0,174,236,0.00) var(--tw-gradient-to-position);
}

.to-\[rgba\(213\2c 213\2c 213\2c 0\.30\)\] {
  --tw-gradient-to: rgba(213,213,213,0.30) var(--tw-gradient-to-position);
}

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

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

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

.px-\[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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

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

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

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

.indent-14 {
  text-indent: 3.5rem;
}

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

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

.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-medium {
  font-weight: 500 !important;
}

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

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

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

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[23px\] {
  line-height: 23px;
}

.text-\[\#00AEEC\] {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 236, 1);
  color: rgba(0, 174, 236, 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-\[\#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-\[rgba\(0\2c 174\2c 236\2c 0\.25\)\] {
  color: rgba(0,174,236,0.25);
}

.text-\[rgba\(213\2c 213\2c 213\2c 0\.30\)\] {
  color: rgba(213,213,213,0.30);
}

.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, 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-opacity {
  transition-property: opacity;
  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-300 {
  transition-duration: 300ms;
}

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

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

.group:hover .group-hover\:text-\[rgba\(0\2c 174\2c 236\2c 0\.75\)\] {
  color: rgba(0,174,236,0.75);
}

.group:hover .group-hover\:text-\[rgba\(213\2c 213\2c 213\2c 0\.30\)\] {
  color: rgba(213,213,213,0.30);
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.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 */
/* 全局样式 */

*, ::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:  
}

.erc-pointer-events-none {
  pointer-events: none
}

.erc-absolute {
  position: absolute
}

.erc-relative {
  position: relative
}

.erc-left-\[22px\] {
  left: 22px
}

.erc-top-\[20px\] {
  top: 20px
}

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

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

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

.erc-my-sm-4 {
  margin-top: 8px;
  margin-bottom: 8px
}

.\!-erc-mt-3 {
  margin-top: -0.75rem !important
}

.\!erc-mb-0 {
  margin-bottom: 0px !important
}

.erc-mb-0\.5 {
  margin-bottom: 0.125rem
}

.erc-mb-2 {
  margin-bottom: 0.5rem
}

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

.erc-mb-md-2 {
  margin-bottom: 16px
}

.erc-mb-sm-2 {
  margin-bottom: 4px
}

.erc-mb-sm-3 {
  margin-bottom: 6px
}

.erc-mb-sm-4 {
  margin-bottom: 8px
}

.erc-me-2 {
  margin-right: 0.5rem
}

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

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

.erc-ml-\[16px\] {
  margin-left: 16px
}

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

.erc-ml-\[8px\] {
  margin-left: 8px
}

.erc-ml-sm-1 {
  margin-left: 2px
}

.erc-ml-sm-4 {
  margin-left: 8px
}

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

.erc-mr-1 {
  margin-right: 0.25rem
}

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

.erc-mr-\[2px\] {
  margin-right: 2px
}

.erc-mr-sm-4 {
  margin-right: 8px
}

.erc-ms-2 {
  margin-left: 0.5rem
}

.erc-ms-md-1 {
  margin-left: 12px
}

.erc-ms-sm-2 {
  margin-left: 4px
}

.erc-mt-1 {
  margin-top: 0.25rem
}

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

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

.erc-mt-md-2 {
  margin-top: 16px
}

.erc-mt-sm-2 {
  margin-top: 4px
}

.erc-mt-sm-4 {
  margin-top: 8px
}

.erc-block {
  display: block
}

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

.erc-inline {
  display: inline
}

.erc-flex {
  display: flex
}

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

.erc-h-2 {
  height: 0.5rem
}

.erc-h-8 {
  height: 2rem
}

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

.erc-h-\[12px\] {
  height: 12px
}

.erc-h-\[14px\] {
  height: 14px
}

.erc-h-\[160px\] {
  height: 160px
}

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

.erc-h-\[32px\] {
  height: 32px
}

.erc-h-\[38px\] {
  height: 38px
}

.erc-h-px {
  height: 1px
}

.erc-min-h-60 {
  min-height: 15rem
}

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

.erc-min-h-\[22px\] {
  min-height: 22px
}

.erc-min-h-\[6px\] {
  min-height: 6px
}

.erc-w-0 {
  width: 0px
}

.erc-w-2 {
  width: 0.5rem
}

.erc-w-20 {
  width: 5rem
}

.erc-w-5 {
  width: 1.25rem
}

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

.erc-w-\[12px\] {
  width: 12px
}

.erc-w-\[140px\] {
  width: 140px
}

.erc-w-\[14px\] {
  width: 14px
}

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

.erc-w-\[180px\] {
  width: 180px
}

.erc-w-\[20px\] {
  width: 20px
}

.erc-w-\[280px\] {
  width: 280px
}

.erc-w-\[2px\] {
  width: 2px
}

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

.erc-w-\[40px\] {
  width: 40px
}

.erc-w-full {
  width: 100%
}

.erc-w-sm-1 {
  width: 2px
}

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

.erc-min-w-\[280px\] {
  min-width: 280px
}

.erc-min-w-\[50px\] {
  min-width: 50px
}

.erc-max-w-80 {
  max-width: 20rem
}

.erc-max-w-\[680px\] {
  max-width: 680px
}

.erc-flex-1 {
  flex: 1
}

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

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

.erc-grow {
  flex-grow: 1
}

.erc-basis-8 {
  flex-basis: 2rem
}

.erc-rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) 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))
}

.erc-cursor-not-allowed {
  cursor: not-allowed
}

.erc-cursor-pointer {
  cursor: pointer
}

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

.erc-flex-wrap {
  flex-wrap: wrap
}

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

.erc-justify-end {
  justify-content: flex-end
}

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

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

.erc-gap-1 {
  gap: 0.25rem
}

.erc-gap-2 {
  gap: 0.5rem
}

.erc-gap-3 {
  gap: 0.75rem
}

.erc-gap-4 {
  gap: 1rem
}

.erc-gap-sm-4 {
  gap: 8px
}

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

.erc-overflow-hidden {
  overflow: hidden
}

.erc-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.erc-text-ellipsis {
  text-overflow: ellipsis
}

.erc-whitespace-nowrap {
  white-space: nowrap
}

.erc-whitespace-pre-wrap {
  white-space: pre-wrap
}

.erc-break-all {
  word-break: break-all
}

.erc-rounded-\[10px\] {
  border-radius: 10px
}

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

.erc-rounded-md {
  border-radius: 8px
}

.erc-rounded-sm {
  border-radius: 6px
}

.erc-rounded-l {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.erc-border {
  border-width: 1px
}

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

.erc-border-\[\#f6f7f8\] {
  --tw-border-opacity: 1;
  border-color: rgba(246, 247, 248, 1);
  border-color: rgba(246, 247, 248, var(--tw-border-opacity, 1))
}

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

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

.\!erc-bg-\[\#f6f7f8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 247, 248, 1) !important;
  background-color: rgba(246, 247, 248, var(--tw-bg-opacity, 1)) !important
}

.erc-bg-\[\#e3e5e7\] {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 229, 231, 1);
  background-color: rgba(227, 229, 231, var(--tw-bg-opacity, 1))
}

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

.erc-bg-\[rgba\(0\,161\,214\,0\.12\)\] {
  background-color: rgba(0,161,214,0.12)
}

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

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

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

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

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

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

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

.erc-p-2 {
  padding: 0.5rem
}

.erc-p-4 {
  padding: 1rem
}

.erc-p-\[16px\] {
  padding: 16px
}

.erc-p-\[8px\] {
  padding: 8px
}

.erc-p-sm-4 {
  padding: 8px
}

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

.erc-px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem
}

.erc-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

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

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

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

.erc-px-md-4 {
  padding-left: 24px;
  padding-right: 24px
}

.erc-px-sm-2 {
  padding-left: 4px;
  padding-right: 4px
}

.erc-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

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

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

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

.erc-py-sm-1 {
  padding-top: 2px;
  padding-bottom: 2px
}

.erc-py-sm-2 {
  padding-top: 4px;
  padding-bottom: 4px
}

.erc-py-sm-3 {
  padding-top: 6px;
  padding-bottom: 6px
}

.erc-py-sm-4 {
  padding-top: 8px;
  padding-bottom: 8px
}

.erc-pb-3 {
  padding-bottom: 0.75rem
}

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

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

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

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

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

.erc-text-\[12px\] {
  font-size: 12px
}

.erc-text-\[13px\] {
  font-size: 13px
}

.erc-text-\[8px\] {
  font-size: 8px
}

.erc-text-h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500
}

.erc-text-lg {
  font-size: 16px;
  line-height: 24px
}

.erc-text-md {
  font-size: 14px;
  line-height: 21px
}

.erc-text-md-b {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500
}

.erc-text-sm {
  font-size: 13px;
  line-height: 20px
}

.erc-text-sm-b {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500
}

.erc-text-xs {
  font-size: 12px;
  line-height: 16px
}

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

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

.erc-font-normal {
  font-weight: 400
}

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

.erc-leading-5 {
  line-height: 1.25rem
}

.erc-leading-6 {
  line-height: 1.5rem
}

.erc-leading-\[19px\] {
  line-height: 19px
}

.erc-leading-\[21px\] {
  line-height: 21px
}

.erc-text-\[\#00AEEC\] {
  --tw-text-opacity: 1;
  color: rgba(0, 174, 236, 1);
  color: rgba(0, 174, 236, var(--tw-text-opacity, 1))
}

.erc-text-\[\#00a1d6\] {
  --tw-text-opacity: 1;
  color: rgba(0, 161, 214, 1);
  color: rgba(0, 161, 214, var(--tw-text-opacity, 1))
}

.erc-text-\[\#18191c\] {
  --tw-text-opacity: 1;
  color: rgba(24, 25, 28, 1);
  color: rgba(24, 25, 28, var(--tw-text-opacity, 1))
}

.erc-text-\[\#8a919a\] {
  --tw-text-opacity: 1;
  color: rgba(138, 145, 154, 1);
  color: rgba(138, 145, 154, var(--tw-text-opacity, 1))
}

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

.erc-text-\[\#c9ccd0\] {
  --tw-text-opacity: 1;
  color: rgba(201, 204, 208, 1);
  color: rgba(201, 204, 208, var(--tw-text-opacity, 1))
}

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

.erc-text-inherit {
  color: inherit
}

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

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

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

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

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

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

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

.erc-opacity-0 {
  opacity: 0
}

.erc-opacity-100 {
  opacity: 1
}

.erc-opacity-60 {
  opacity: 0.6
}

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

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

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

.erc-duration-300 {
  transition-duration: 300ms
}

.hover\:erc-cursor-default:hover {
  cursor: default
}

.hover\:erc-cursor-pointer:hover {
  cursor: pointer
}

.hover\:erc-border-\[\#00a1d6\]:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 161, 214, 1);
  border-color: rgba(0, 161, 214, var(--tw-border-opacity, 1))
}

.hover\:erc-border-\[\#f6f7f8\]:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 247, 248, 1);
  border-color: rgba(246, 247, 248, var(--tw-border-opacity, 1))
}

.hover\:erc-bg-\[rgba\(0\2c 161\2c 214\2c 0\.08\)\]:hover {
  background-color: rgba(0,161,214,0.08)
}

.hover\:erc-bg-\[rgba\(0\2c 161\2c 214\2c 0\.16\)\]:hover {
  background-color: rgba(0,161,214,0.16)
}

.hover\:\!erc-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, 1)) !important
}
/* 引入 tailwindcss 样式 */

*, ::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:  
}

.erc-absolute {
  position: absolute
}

.erc-relative {
  position: relative
}

.erc-left-\[22px\] {
  left: 22px
}

.erc-top-\[20px\] {
  top: 20px
}

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

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

.erc-mb-2 {
  margin-bottom: 0.5rem
}

.erc-mb-md-2 {
  margin-bottom: 16px
}

.erc-mb-sm-2 {
  margin-bottom: 4px
}

.erc-mb-sm-3 {
  margin-bottom: 6px
}

.erc-me-2 {
  margin-right: 0.5rem
}

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

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

.erc-ml-\[8px\] {
  margin-left: 8px
}

.erc-ml-sm-1 {
  margin-left: 2px
}

.erc-ml-sm-4 {
  margin-left: 8px
}

.erc-mr-1 {
  margin-right: 0.25rem
}

.erc-ms-md-1 {
  margin-left: 12px
}

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

.erc-mt-sm-2 {
  margin-top: 4px
}

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

.erc-flex {
  display: flex
}

.erc-h-8 {
  height: 2rem
}

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

.erc-h-\[14px\] {
  height: 14px
}

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

.erc-h-\[32px\] {
  height: 32px
}

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

.erc-min-h-\[22px\] {
  min-height: 22px
}

.erc-min-h-\[6px\] {
  min-height: 6px
}

.erc-w-0 {
  width: 0px
}

.erc-w-5 {
  width: 1.25rem
}

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

.erc-w-\[14px\] {
  width: 14px
}

.erc-w-\[20px\] {
  width: 20px
}

.erc-w-\[2px\] {
  width: 2px
}

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

.erc-w-\[40px\] {
  width: 40px
}

.erc-w-full {
  width: 100%
}

.erc-w-sm-1 {
  width: 2px
}

.erc-min-w-\[50px\] {
  min-width: 50px
}

.erc-flex-1 {
  flex: 1
}

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

.erc-basis-8 {
  flex-basis: 2rem
}

.erc-cursor-pointer {
  cursor: pointer
}

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

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

.erc-justify-end {
  justify-content: flex-end
}

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

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

.erc-gap-4 {
  gap: 1rem
}

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

.erc-overflow-hidden {
  overflow: hidden
}

.erc-whitespace-nowrap {
  white-space: nowrap
}

.erc-break-all {
  word-break: break-all
}

.erc-rounded-\[10px\] {
  border-radius: 10px
}

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

.erc-rounded-md {
  border-radius: 8px
}

.erc-rounded-sm {
  border-radius: 6px
}

.erc-rounded-l {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.erc-border {
  border-width: 1px
}

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

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

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

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

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

.erc-p-2 {
  padding: 0.5rem
}

.erc-p-\[8px\] {
  padding: 8px
}

.erc-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

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

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

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

.erc-py-sm-3 {
  padding-top: 6px;
  padding-bottom: 6px
}

.erc-pb-3 {
  padding-bottom: 0.75rem
}

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

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

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

.erc-text-\[12px\] {
  font-size: 12px
}

.erc-text-md {
  font-size: 14px;
  line-height: 21px
}

.erc-text-sm {
  font-size: 13px;
  line-height: 20px
}

.erc-text-xs {
  font-size: 12px;
  line-height: 16px
}

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

.erc-font-normal {
  font-weight: 400
}

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

.erc-leading-5 {
  line-height: 1.25rem
}

.erc-leading-\[19px\] {
  line-height: 19px
}

.erc-leading-\[21px\] {
  line-height: 21px
}

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

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

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

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

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

.erc-opacity-0 {
  opacity: 0
}

.erc-opacity-100 {
  opacity: 1
}

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

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

.erc-duration-300 {
  transition-duration: 300ms
}
.approval-node-mb11g {
  margin: 0 0 12px;
}
.approval-sign-2P7kP {
  margin: 0 24px 0 0;
  font-size: 12px;
  color: #9499a0;
}
.approval-info-Zn-Jq {
  margin-top: 32px;
  font-size: 14px;
  border-radius: 8px;
}
.node-end-9nF2h {
  color: #9499a0;
}
.info-card-1nOAE {
  position: relative;
  padding: 8px 16px;
  margin-bottom: 32px;
  background: #f6f7f8;
  border-radius: 8px;
}
.info-card-1nOAE::after {
  position: absolute;
  left: calc(50% - 1px);
  width: 1px;
  height: 24px;
  content: '';
  background-color: #f1f2f3;
  transform: translateY(12px);
}
.info-card-1nOAE .node-name-hsFy5 {
  display: flex;
  align-items: center;
  color: #18191c;
}
.info-card-1nOAE .actors-0dztZ {
  color: #9499a0;
}
.approval-sign-2P7kP::before,
.node-name-hsFy5::before {
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  content: '';
  background: #c9ccd0;
  border-radius: 50%;
}
.approval-sign-2P7kP.todo-rnCJJ::before,
.node-name-hsFy5.todo-rnCJJ::before {
  background: #ffb027;
}
.approval-sign-2P7kP.done-OgK4v::before,
.node-name-hsFy5.done-OgK4v::before {
  background: #2ac864;
}
.approval-sign-2P7kP.undo-5oqfo::before,
.node-name-hsFy5.undo-5oqfo::before {
  background: #9499a0;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
/*!
 * Viewer.js v1.11.7
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-11-24T04:32:14.526Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 560 40%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M49.6 17.9h20.2v3.9H49.6zm123.1 2 10.9-11 2.7 2.8-8.2 8.2 8.2 8.2-2.7 2.7-10.9-10.9zm94 0-10.8-11-2.7 2.8 8.1 8.2-8.1 8.2 2.7 2.7 10.8-10.9zM212 9.3l20.1 10.6L212 30.5V9.3zm161.5 4.6-7.2 6 7.2 5.9v-4h12.4v4l7.3-5.9-7.3-6v4h-12.4v-4zm40.2 12.3 5.9 7.2 5.9-7.2h-4V13.6h4l-5.9-7.3-5.9 7.3h4v12.6h-4zm35.9-16.5h6.3v2h-4.3V16h-2V9.7Zm14 0h6.2V16h-2v-4.3h-4.2v-2Zm6.2 14V30h-6.2v-2h4.2v-4.3h2Zm-14 6.3h-6.2v-6.3h2v4.4h4.3v2Zm-438 .1v-8.3H9.6v-3.9h8.2V9.7h3.9v8.2h8.1v3.9h-8.1v8.3h-3.9zM93.6 9.7h-5.8v3.9h2V30h3.8V9.7zm16.1 0h-5.8v3.9h1.9V30h3.9V9.7zm-11.9 4.1h3.9v3.9h-3.9zm0 8.2h3.9v3.9h-3.9zm244.6-11.7 7.2 5.9-7.2 6v-3.6c-5.4-.4-7.8.8-8.7 2.8-.8 1.7-1.8 4.9 2.8 8.2-6.3-2-7.5-6.9-6-11.3 1.6-4.4 8-5 11.9-4.9v-3.1Zm147.2 13.4h6.3V30h-2v-4.3h-4.3v-2zm14 6.3v-6.3h6.2v2h-4.3V30h-1.9zm6.2-14h-6.2V9.7h1.9V14h4.3v2zm-13.9 0h-6.3v-2h4.3V9.7h2V16zm33.3 12.5 8.6-8.6-8.6-8.7 1.9-1.9 8.6 8.7 8.6-8.7 1.9 1.9-8.6 8.7 8.6 8.6-1.9 2-8.6-8.7-8.6 8.7-1.9-2zM297 10.3l-7.1 5.9 7.2 6v-3.6c5.3-.4 7.7.8 8.7 2.8.8 1.7 1.7 4.9-2.9 8.2 6.3-2 7.5-6.9 6-11.3-1.6-4.4-7.9-5-11.8-4.9v-3.1Zm-157.3-.6c2.3 0 4.4.7 6 2l2.5-3 1.9 9.2h-9.3l2.6-3.1a6.2 6.2 0 0 0-9.9 5.1c0 3.4 2.8 6.3 6.2 6.3 2.8 0 5.1-1.9 6-4.4h4c-1 4.7-5 8.3-10 8.3a10 10 0 0 1-10-10.2 10 10 0 0 1 10-10.2Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.15s;
    width: 30px;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

.viewer-list > li + li {
      margin-left: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      transition: background-color 0.15s;
      width: 24px;
    }

.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

.viewer-toolbar > ul > li::before {
        margin: 2px;
      }

.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;
    }

.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;
    }

.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
  }

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}
.rich-text-BfXP- img {
  max-width: 200px;
}
.rich-text-BfXP- p {
  margin: 0 !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.approve-chain-item-comment--j1Cy .actor-x9Lwy {
  min-width: 0;
  font-size: 12px;
  line-height: 20px;
  color: #9499a0;
  word-break: break-word;
  white-space: pre-line;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.approve-chain-item-YNhIt .approve-chain-item-info-bf7qw .multiple-pjy-V {
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  color: #fff;
  background-color: #abb4cc;
  border-radius: 100%;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.node-EWGpJ {
  padding-right: 20px;
  padding-bottom: 10px;
}
.title-i4S0h {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.actor-wrap-TwB9D {
  display: flex;
  align-items: center;
}
.actor-wrap-TwB9D:not(:last-child) {
  margin-bottom: 10px;
}
.user-qtJAA {
  flex: 1;
}
.user-qtJAA span {
  margin-right: 5px;
}
.ee-c-modal-rVskh .ant-modal-title {
  padding: 12px 16px;
}
.ee-c-modal-rVskh .ant-modal-content {
  padding: 0;
}
.ee-c-modal-rVskh .ant-modal-header {
  padding-bottom: 0;
}
.ee-c-modal-rVskh .ant-modal-footer {
  padding: 12px 16px;
  border-top: 1px solid #f1f2f3;
}
.node-wrap-qE-dn .ant-checkbox-wrapper {
  width: 100%;
  padding: 12.5px 16px;
  border-bottom: 1px solid #f1f2f3;
}
.node-wrap-qE-dn .ant-checkbox-wrapper-checked {
  background: rgba(0,174,236,0.07843);
  /* stylelint-disable-next-line max-nesting-depth */
}
.node-wrap-qE-dn .ant-checkbox-wrapper-checked span {
  color: #00aeec;
}
.ant-checkbox-wrapper-cj5iw:hover ~ .node-wrap-qE-dn,
.node-wrap-qE-dn:hover {
  background-color: #f6f6f8;
}
.select-all-text-6Ko97 {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 8px 16px;
  font-size: 14px;
  color: #00aeec;
  cursor: pointer;
  background-color: #fff;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.version-card-AMTs6 {
  padding: 12px;
  margin-bottom: 16px;
  background: rgba(175, 192, 213, 0.08);
  border-radius: 8px;
}
.version-card-AMTs6:last-child {
  margin-bottom: 0;
}
.version-card-current-GYaQ6 {
  background: rgba(42, 200, 100, 0.08);
}
.version-card-AMTs6 .version-Fp6qP {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.version-card-AMTs6 .version-Fp6qP .current-2PSzH {
  padding: 2px 4px;
  font-size: 12px;
  color: #2ac864;
  background-color: rgba(42,200,100,0.07843);
  border-radius: 4px;
}
.version-number--5N2I {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  color: #18191c;
}
.version-number--5N2I::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: content-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  content: '';
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
}
.version-number-1-WF-Q7::before {
  background-color: #2ac864;
  border-color: #dff3e6;
}
.version-number-2-FMfP1::before {
  background-color: #afc0d5;
  border-color: #edf0f4;
}
.version-number-0-1LmtZ::before {
  background-color: #ff7f24;
  border-color: #f4ede8;
}
.version-number-3--oZdQ::before {
  background-color: #00aeec;
  border-color: #dbeff9;
}
.state-1-V85rm {
  color: #2ac864;
  background-color: rgba(42, 200, 100, 0.08);
}
.state-2-hNUnn {
  color: #afc0d5;
  background-color: rgba(175, 192, 213, 0.08);
}
.state-0-8SY8O {
  color: #ff7f24;
  background-color: rgba(255, 127, 36, 0.08);
}
.state-4-39v9l {
  color: #00aeec;
  background-color: rgba(0, 174, 236, 0.08);
}
.content-XAlPE {
  font-size: 12px !important;
  color: #9499a0 !important;
}
.content-XAlPE .line-PbQsr {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.content-XAlPE .line-PbQsr .type-RuVYh {
  flex-shrink: 0;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.tab-content-3V5Xe {
  height: 100%;
  overflow-x: hidden;
}
.tab-content-3V5Xe .ant-tabs-tabpane {
  padding: 0 0 20px;
}
.tab-content-3V5Xe .ant-tabs-tab {
  padding: 10px 4px 8px;
}
.tab-content-3V5Xe .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 24px;
}
.tab-content-3V5Xe .ant-tabs-top > .ant-tabs-nav::before {
  cursor: pointer;
  border-bottom: none;
}
.tab-content-3V5Xe .ant-tabs-nav {
  align-items: center;
  margin-bottom: 16px;
}
.tab-content-3V5Xe .ant-tabs-tab-btn {
  display: flex;
  align-items: center;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #61666d;
}
.tab-content-3V5Xe .ant-tabs-tab-btn:hover {
  color: rgba(0,174,236,0.74902);
}
.tab-content-3V5Xe .ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: 500 !important;
  color: #00aeec !important;
  text-shadow: none !important;
}
.tab-content-3V5Xe .ant-tabs-content {
  width: auto;
  height: 100%;
  padding-bottom: 60px;
  overflow-y: auto;
  scrollbar-width: none;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.his-list-item-P1cLs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 8px;
  background: #f6f7f8;
  border-radius: 4px;
}
.his-list-item-P1cLs.current-xe6D0 {
  background: rgba(42, 200, 100, 0.08);
}
.his-list-item-P1cLs .to-approve-uSqdO {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #9499a0;
  cursor: pointer;
  transform: translateY(-50%);
}
.his-list-item-P1cLs .to-approve-uSqdO:hover {
  color: #00aeec;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.version-card-wtsyX {
  padding: 12px;
  margin-bottom: 16px;
  background: rgba(175, 192, 213, 0.08);
  border-radius: 8px;
}
.version-card-wtsyX:last-child {
  margin-bottom: 0;
}
.version-card-current-s3Gge {
  background: rgba(42, 200, 100, 0.08);
}
.version-card-wtsyX .version--n9j5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.version-card-wtsyX .version--n9j5 .current-PiK-- {
  padding: 2px 4px;
  font-size: 12px;
  color: #2ac864;
  background-color: rgba(42,200,100,0.07843);
  border-radius: 4px;
}
.version-number--Qd5U {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  color: #18191c;
}
.version-number--Qd5U::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: content-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  content: '';
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
}
.version-number-1-hCDcL::before {
  background-color: #2ac864;
  border-color: #dff3e6;
}
.version-number-2-b9DVl::before {
  background-color: #afc0d5;
  border-color: #edf0f4;
}
.version-number-0-1LwQR::before {
  background-color: #ff7f24;
  border-color: #f4ede8;
}
.version-number-3-IKUuI::before {
  background-color: #00aeec;
  border-color: #dbeff9;
}
.operation--gQNp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 12px;
}
.operation--gQNp .ant-btn-link {
  font-size: 13px;
}
.operation--gQNp .state-fUDNy {
  padding-left: 10px;
  color: #61666d;
}
.operation--gQNp .state-1-XlCzO::before {
  background-color: #2ac864;
}
.operation--gQNp .state-2-HQY6O::before {
  background-color: #afc0d5;
}
.operation--gQNp .state-0-jfwYM::before {
  background-color: #ff7f24;
}
.operation--gQNp .state-4-vDcdM::before {
  background-color: #00aeec;
}
.operation--gQNp .state-fUDNy::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto 0;
  content: '';
  border-radius: 50%;
}
.content-WgtQk {
  font-size: 12px !important;
  color: #9499a0 !important;
}
.content-WgtQk .line-tRCg0 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.content-WgtQk .line-tRCg0 .type-gNLP1 {
  flex-shrink: 0;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.richtext-editor-8DMBp .tox-tinymce {
  border: none;
}
.richtext-editor-8DMBp .tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none;
}
.richtext-editor-8DMBp .tox .tox-edit-area__iframe {
  overflow: hidden;
  background-color: #f6f7f8;
  border-radius: 8px;
}
.richtext-editor-8DMBp .tox-editor-header .tox-toolbar__group {
  padding-left: 0;
  margin-left: -13px;
  transform: scale(0.8);
}
.richtext-editor-8DMBp .tox .tox-statusbar {
  height: 7px !important;
  border-top: none;
}
.richtext-editor-8DMBp .tox .tox-edit-area::before {
  border: none;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.tox{box-shadow:none;box-sizing:content-box;color:#222f3e;cursor:auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-tap-highlight-color:transparent;-webkit-text-decoration:none;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;vertical-align:initial;white-space:normal}.tox :not(svg):not(rect){box-sizing:inherit;color:inherit;cursor:inherit;direction:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;-webkit-tap-highlight-color:inherit;text-align:inherit;text-decoration:inherit;text-shadow:inherit;text-transform:inherit;vertical-align:inherit;white-space:inherit;background:0 0;border:0;box-shadow:none;float:none;height:auto;margin:0;max-width:none;outline:0;padding:0;position:static;width:auto}.tox:not([dir=rtl]){direction:ltr;text-align:left}.tox[dir=rtl]{direction:rtl;text-align:right}.tox-tinymce{border:2px solid #eee;border-radius:10px;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;overflow:hidden;position:relative;visibility:inherit!important}.tox.tox-tinymce-inline{border:none;box-shadow:none;overflow:visible;overflow:initial}.tox.tox-tinymce-inline .tox-editor-container{overflow:visible;overflow:initial}.tox.tox-tinymce-inline .tox-editor-header{background-color:#fff;border:2px solid #eee;border-radius:10px;box-shadow:none;overflow:hidden}.tox-tinymce-aux{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;z-index:1300}.tox-tinymce :focus,.tox-tinymce-aux :focus{outline:0}button::-moz-focus-inner{border:0}.tox[dir=rtl] .tox-icon--flip svg{transform:rotateY(180deg)}.tox .accessibility-issue__header{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description{align-items:stretch;border-radius:6px;display:flex;justify-content:space-between}.tox .accessibility-issue__description>div{padding-bottom:4px}.tox .accessibility-issue__description>div>div{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description>div>div .tox-icon svg{display:block}.tox .accessibility-issue__repair{margin-top:16px}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description{background-color:rgba(0,101,216,.1);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2{color:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg{fill:#006ce7}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon{background-color:#006ce7;color:#fff}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover{background-color:#0060ce}.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active{background-color:#0054b4}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description{background-color:rgba(255,165,0,.08);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2{color:#8f5d00}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg{fill:#8f5d00}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon{background-color:#ffe89d;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover{background-color:#f2d574;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active{background-color:#e8c657;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description{background-color:rgba(204,0,0,.1);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg{fill:#c00}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon{background-color:#f2bfbf;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus,.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover{background-color:#e9a4a4;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active{background-color:#ee9494;color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description{background-color:rgba(120,171,70,.1);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description>:last-child{display:none}.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2{color:#527530}.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg{fill:#527530}.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2{font-size:14px;margin-top:0}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-left:4px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-left:auto}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description{padding:4px 4px 4px 8px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-right:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-right:auto}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description{padding:4px 8px 4px 4px}.tox .mce-codemirror{background:#fff;bottom:0;font-size:13px;left:0;position:absolute;right:0;top:0;z-index:1}.tox .mce-codemirror.tox-inline-codemirror{margin:8px;position:absolute}.tox .tox-advtemplate .tox-form__grid{flex:1}.tox .tox-advtemplate .tox-form__grid>div:first-child{display:flex;flex-direction:column;width:30%}.tox .tox-advtemplate .tox-form__grid>div:first-child>div:nth-child(2){flex-basis:0;flex-grow:1;overflow:auto}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid>div:first-child{width:100%}}.tox .tox-advtemplate iframe{border-color:#eee;border-radius:10px;border-style:solid;border-width:1px;margin:0 10px}.tox .tox-anchorbar{display:flex;flex:0 0 auto}.tox .tox-bottom-anchorbar{display:flex;flex:0 0 auto}.tox .tox-bar{display:flex;flex:0 0 auto}.tox .tox-button{background-color:#006ce7;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#006ce7;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;line-height:24px;margin:0;outline:0;padding:4px 16px;position:relative;text-align:center;-webkit-text-decoration:none;text-decoration:none;text-transform:none;white-space:nowrap}.tox .tox-button::before{border-radius:6px;bottom:-1px;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #006ce7;content:'';left:-1px;opacity:0;pointer-events:none;position:absolute;right:-1px;top:-1px}.tox .tox-button[disabled]{background-color:#006ce7;background-image:none;border-color:#006ce7;box-shadow:none;color:rgba(255,255,255,.5);cursor:not-allowed}.tox .tox-button:focus:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}.tox .tox-button:focus:not(:disabled)::before{opacity:1}.tox .tox-button:hover:not(:disabled){background-color:#0060ce;background-image:none;border-color:#0060ce;box-shadow:none;color:#fff}.tox .tox-button:active:not(:disabled){background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled[disabled]{background-color:#0054b4;background-image:none;border-color:#0054b4;box-shadow:none;color:rgba(255,255,255,.5);cursor:not-allowed}.tox .tox-button.tox-button--enabled:focus:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled:hover:not(:disabled){background-color:#00489b;background-image:none;border-color:#00489b;box-shadow:none;color:#fff}.tox .tox-button.tox-button--enabled:active:not(:disabled){background-color:#003c81;background-image:none;border-color:#003c81;box-shadow:none;color:#fff}.tox .tox-button--icon-and-text,.tox .tox-button.tox-button--icon-and-text,.tox .tox-button.tox-button--secondary.tox-button--icon-and-text{display:flex;padding:5px 4px}.tox .tox-button--icon-and-text .tox-icon svg,.tox .tox-button.tox-button--icon-and-text .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg{display:block;fill:currentColor}.tox .tox-button--secondary{background-color:#f0f0f0;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#f0f0f0;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;color:#222f3e;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;outline:0;padding:4px 16px;-webkit-text-decoration:none;text-decoration:none;text-transform:none}.tox .tox-button--secondary[disabled]{background-color:#f0f0f0;background-image:none;border-color:#f0f0f0;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-button--secondary:focus:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:hover:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:active:not(:disabled){background-color:#d6d6d6;background-image:none;border-color:#d6d6d6;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled{background-color:#a8c8ed;background-image:none;border-color:#a8c8ed;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled[disabled]{background-color:#a8c8ed;background-image:none;border-color:#a8c8ed;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled){background-color:#93bbe9;background-image:none;border-color:#93bbe9;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled){background-color:#93bbe9;background-image:none;border-color:#93bbe9;box-shadow:none;color:#222f3e}.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled){background-color:#7daee4;background-image:none;border-color:#7daee4;box-shadow:none;color:#222f3e}.tox .tox-button--icon,.tox .tox-button.tox-button--icon,.tox .tox-button.tox-button--secondary.tox-button--icon{padding:4px}.tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{display:block;fill:currentColor}.tox .tox-button-link{background:0;border:none;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0;white-space:nowrap}.tox .tox-button-link--sm{font-size:14px}.tox .tox-button--naked{background-color:transparent;border-color:transparent;box-shadow:none;box-shadow:initial;color:#222f3e}.tox .tox-button--naked[disabled]{background-color:rgba(34,47,62,.12);border-color:transparent;box-shadow:none;box-shadow:initial;color:rgba(34,47,62,.5)}.tox .tox-button--naked:hover:not(:disabled){background-color:rgba(34,47,62,.12);border-color:transparent;box-shadow:none;box-shadow:initial;color:#222f3e}.tox .tox-button--naked:focus:not(:disabled){background-color:rgba(34,47,62,.12);border-color:transparent;box-shadow:none;box-shadow:initial;color:#222f3e}.tox .tox-button--naked:active:not(:disabled){background-color:rgba(34,47,62,.18);border-color:transparent;box-shadow:none;box-shadow:initial;color:#222f3e}.tox .tox-button--naked .tox-icon svg{fill:currentColor}.tox .tox-button--naked.tox-button--icon:hover:not(:disabled){color:#222f3e}.tox .tox-checkbox{align-items:center;border-radius:6px;cursor:pointer;display:flex;height:36px;min-width:36px}.tox .tox-checkbox__input{height:1px;overflow:hidden;position:absolute;top:auto;width:1px}.tox .tox-checkbox__icons{align-items:center;border-radius:6px;box-shadow:0 0 0 2px transparent;box-sizing:content-box;display:flex;height:24px;justify-content:center;padding:calc(4px - 1px);width:24px}.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:block;fill:rgba(34,47,62,.3)}@media (forced-colors:active){.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:currentColor!important}}.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:none;fill:#006ce7}.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg{display:none;fill:#006ce7}.tox .tox-checkbox--disabled{color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg{fill:rgba(34,47,62,.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:rgba(34,47,62,.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{fill:rgba(34,47,62,.5)}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__checked svg{display:block}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:block}.tox input.tox-checkbox__input:focus+.tox-checkbox__icons{border-radius:6px;box-shadow:inset 0 0 0 1px #006ce7;padding:calc(4px - 1px)}.tox:not([dir=rtl]) .tox-checkbox__label{margin-left:4px}.tox:not([dir=rtl]) .tox-checkbox__input{left:-10000px}.tox:not([dir=rtl]) .tox-bar .tox-checkbox{margin-left:4px}.tox[dir=rtl] .tox-checkbox__label{margin-right:4px}.tox[dir=rtl] .tox-checkbox__input{right:-10000px}.tox[dir=rtl] .tox-bar .tox-checkbox{margin-right:4px}.tox .tox-collection--toolbar .tox-collection__group{display:flex;padding:0}.tox .tox-collection--grid .tox-collection__group{display:flex;flex-wrap:wrap;max-height:208px;overflow-x:hidden;overflow-y:auto;padding:0}.tox .tox-collection--list .tox-collection__group{border-bottom-width:0;border-color:#e3e3e3;border-left-width:0;border-right-width:0;border-style:solid;border-top-width:1px;padding:4px 0}.tox .tox-collection--list .tox-collection__group:first-child{border-top-width:0}.tox .tox-collection__group-heading{background-color:#fcfcfc;color:rgba(34,47,62,.7);cursor:default;font-size:12px;font-style:normal;font-weight:400;margin-bottom:4px;margin-top:-4px;padding:4px 8px;text-transform:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tox .tox-collection__item{align-items:center;border-radius:3px;color:#222f3e;display:flex;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tox .tox-collection--list .tox-collection__item{padding:4px 8px}.tox .tox-collection--toolbar .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--grid .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--list .tox-collection__item--enabled{background-color:#fff;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active{background-color:#006ce7}.tox .tox-collection--toolbar .tox-collection__item--enabled,.tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active,.tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active:hover{background-color:#a6ccf7;color:#222f3e}@media (forced-colors:active){.tox .tox-collection--toolbar .tox-collection__item--enabled,.tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active,.tox .tox-collection--toolbar .tox-collection__item--enabled.tox-collection__item--active:hover{border-radius:3px;outline:solid 1px}}.tox .tox-collection--toolbar .tox-collection__item--active{background-color:#fff;position:relative}.tox .tox-collection--toolbar .tox-collection__item--active:hover{background-color:#f0f0f0;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:focus{background-color:#f0f0f0;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:focus::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-collection--toolbar .tox-collection__item--active:focus::after{border:2px solid highlight}}.tox .tox-collection--grid .tox-collection__item--enabled{background-color:#a6ccf7;color:#222f3e}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#f0f0f0;color:#222f3e;position:relative;z-index:1}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7 inset;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after{border:2px solid highlight}}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#fff}@media (forced-colors:active){.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){border:solid 1px}}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}@media (forced-colors:active){.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover{border-radius:3px;outline:solid 1px}}.tox .tox-collection__item-checkmark,.tox .tox-collection__item-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.tox .tox-collection__item-checkmark svg,.tox .tox-collection__item-icon svg{fill:currentColor}.tox .tox-collection--toolbar-lg .tox-collection__item-icon{height:48px;width:48px}.tox .tox-collection__item-label{color:currentColor;display:inline-block;flex:1;font-size:14px;font-style:normal;font-weight:400;line-height:24px;max-width:100%;text-transform:none;word-break:break-all}.tox .tox-collection__item-accessory{color:currentColor;display:inline-block;font-size:14px;height:24px;line-height:24px;text-transform:none}.tox .tox-collection__item-caret{align-items:center;display:flex;min-height:24px}.tox .tox-collection__item-caret::after{content:'';font-size:0;min-height:inherit}.tox .tox-collection__item-caret svg{fill:currentColor}.tox .tox-collection__item--state-disabled{background-color:transparent;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg{fill:rgba(34,47,62,.5)}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg{display:none}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark{display:none}.tox .tox-collection--horizontal{background-color:#fff;border:1px solid #e3e3e3;border-radius:6px;box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;margin-bottom:0;overflow-x:auto;padding:0}.tox .tox-collection--horizontal .tox-collection__group{align-items:center;display:flex;flex-wrap:nowrap;margin:0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item{height:28px;margin:6px 1px 5px 0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item-label{white-space:nowrap}.tox .tox-collection--horizontal .tox-collection__item-caret{margin-left:4px}.tox .tox-collection__item-container{display:flex}.tox .tox-collection__item-container--row{align-items:center;flex:1 1 auto;flex-direction:row}.tox .tox-collection__item-container--row.tox-collection__item-container--align-left{margin-right:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--align-right{justify-content:flex-end;margin-left:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top{align-items:flex-start;margin-bottom:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle{align-items:center}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom{align-items:flex-end;margin-top:auto}.tox .tox-collection__item-container--column{align-self:center;flex:1 1 auto;flex-direction:column}.tox .tox-collection__item-container--column.tox-collection__item-container--align-left{align-items:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--align-right{align-items:flex-end}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top{align-self:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle{align-self:center}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom{align-self:flex-end}.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-right:1px solid transparent}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child){margin-left:8px}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-left:4px}.tox:not([dir=rtl]) .tox-collection__item-accessory{margin-left:16px;text-align:right}.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret{margin-left:16px}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-left:1px solid transparent}.tox[dir=rtl] .tox-collection--list .tox-collection__item>:not(:first-child){margin-right:8px}.tox[dir=rtl] .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-right:4px}.tox[dir=rtl] .tox-collection__item-accessory{margin-right:16px;text-align:left}.tox[dir=rtl] .tox-collection .tox-collection__item-caret{margin-right:16px;transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret{margin-right:4px}@media (forced-colors:active){.tox .tox-hue-slider,.tox .tox-rgb-form .tox-rgba-preview{background-color:currentColor!important;border:1px solid highlight!important;forced-color-adjust:none}}.tox .tox-color-picker-container{display:flex;flex-direction:row;height:225px;margin:0}.tox .tox-sv-palette{box-sizing:border-box;display:flex;height:100%}.tox .tox-sv-palette-spectrum{height:100%}.tox .tox-sv-palette,.tox .tox-sv-palette-spectrum{width:225px}.tox .tox-sv-palette-thumb{background:0 0;border:1px solid #000;border-radius:50%;box-sizing:content-box;height:12px;position:absolute;width:12px}.tox .tox-sv-palette-inner-thumb{border:1px solid #fff;border-radius:50%;height:10px;position:absolute;width:10px}.tox .tox-hue-slider{box-sizing:border-box;height:100%;width:25px}.tox .tox-hue-slider-spectrum{background:linear-gradient(to bottom,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);height:100%;width:100%}.tox .tox-hue-slider,.tox .tox-hue-slider-spectrum{width:20px}.tox .tox-hue-slider-spectrum:focus,.tox .tox-sv-palette-spectrum:focus{outline:#08f solid}.tox .tox-hue-slider-thumb{background:#fff;border:1px solid #000;box-sizing:content-box;height:4px;width:100%}.tox .tox-rgb-form{display:flex;flex-direction:column;justify-content:space-between}.tox .tox-rgb-form div{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;width:inherit}.tox .tox-rgb-form input{width:6em}.tox .tox-rgb-form input.tox-invalid{border:1px solid red!important}.tox .tox-rgb-form .tox-rgba-preview{border:1px solid #000;flex-grow:2;margin-bottom:0}.tox:not([dir=rtl]) .tox-sv-palette{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider-thumb{margin-left:-1px}.tox:not([dir=rtl]) .tox-rgb-form label{margin-right:.5em}.tox[dir=rtl] .tox-sv-palette{margin-left:15px}.tox[dir=rtl] .tox-hue-slider{margin-left:15px}.tox[dir=rtl] .tox-hue-slider-thumb{margin-right:-1px}.tox[dir=rtl] .tox-rgb-form label{margin-left:.5em}.tox .tox-toolbar .tox-swatches,.tox .tox-toolbar__overflow .tox-swatches,.tox .tox-toolbar__primary .tox-swatches{margin:5px 0 6px 11px}.tox .tox-collection--list .tox-collection__group .tox-swatches-menu{border:0;margin:-4px -4px}.tox .tox-swatches__row{display:flex}@media (forced-colors:active){.tox .tox-swatches__row{forced-color-adjust:none}}.tox .tox-swatch{height:30px;transition:transform .15s, box-shadow .15s;width:30px}.tox .tox-swatch:focus,.tox .tox-swatch:hover{box-shadow:0 0 0 1px rgba(127,127,127,.3) inset;transform:scale(.8)}.tox .tox-swatch--remove{align-items:center;display:flex;justify-content:center}.tox .tox-swatch--remove svg path{stroke:#e74c3c}.tox .tox-swatches__picker-btn{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:0;padding:0;width:30px}.tox .tox-swatches__picker-btn svg{fill:#222f3e;height:24px;width:24px}.tox .tox-swatches__picker-btn:hover{background:#f0f0f0}.tox div.tox-swatch:not(.tox-swatch--remove) svg{display:none;fill:#222f3e;height:24px;margin:calc((30px - 24px)/ 2) calc((30px - 24px)/ 2);width:24px}.tox div.tox-swatch:not(.tox-swatch--remove) svg path{fill:#fff;paint-order:stroke;stroke:#222f3e;stroke-width:2px}.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg{display:block}.tox:not([dir=rtl]) .tox-swatches__picker-btn{margin-left:auto}.tox[dir=rtl] .tox-swatches__picker-btn{margin-right:auto}.tox .tox-comment-thread{background:#fff;position:relative}.tox .tox-comment-thread>:not(:first-child){margin-top:8px}.tox .tox-comment{background:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 4px 8px 0 rgba(34,47,62,.1);padding:8px 8px 16px 8px;position:relative}.tox .tox-comment__header{align-items:center;color:#222f3e;display:flex;justify-content:space-between}.tox .tox-comment__date{color:#222f3e;font-size:12px;line-height:18px}.tox .tox-comment__body{color:#222f3e;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;margin-top:8px;position:relative;text-transform:none;text-transform:initial}.tox .tox-comment__body textarea{resize:none;white-space:normal;width:100%}.tox .tox-comment__expander{padding-top:8px}.tox .tox-comment__expander p{color:rgba(34,47,62,.7);font-size:14px;font-style:normal}.tox .tox-comment__body p{margin:0}.tox .tox-comment__buttonspacing{padding-top:16px;text-align:center}.tox .tox-comment-thread__overlay::after{background:#fff;bottom:0;content:"";display:flex;left:0;opacity:.9;position:absolute;right:0;top:0;z-index:5}.tox .tox-comment__reply{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.tox .tox-comment__reply>:first-child{margin-bottom:8px;width:100%}.tox .tox-comment__edit{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:16px}.tox .tox-comment__gradient::after{background:linear-gradient(rgba(255,255,255,0),#fff);bottom:0;content:"";display:block;height:5em;margin-top:-40px;position:absolute;width:100%}.tox .tox-comment__overlay{background:#fff;bottom:0;display:flex;flex-direction:column;flex-grow:1;left:0;opacity:.9;position:absolute;right:0;text-align:center;top:0;z-index:5}.tox .tox-comment__loading-text{align-items:center;color:#222f3e;display:flex;flex-direction:column;position:relative}.tox .tox-comment__loading-text>div{padding-bottom:16px}.tox .tox-comment__overlaytext{bottom:0;flex-direction:column;font-size:14px;left:0;padding:1em;position:absolute;right:0;top:0;z-index:10}.tox .tox-comment__overlaytext p{background-color:#fff;box-shadow:0 0 8px 8px #fff;color:#222f3e;text-align:center}.tox .tox-comment__overlaytext div:nth-of-type(2){font-size:.8em}.tox .tox-comment__busy-spinner{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.tox .tox-comment__scroll{display:flex;flex-direction:column;flex-shrink:1;overflow:auto}.tox .tox-conversations{margin:8px}.tox:not([dir=rtl]) .tox-comment__edit{margin-left:8px}.tox:not([dir=rtl]) .tox-comment__buttonspacing>:last-child,.tox:not([dir=rtl]) .tox-comment__edit>:last-child,.tox:not([dir=rtl]) .tox-comment__reply>:last-child{margin-left:8px}.tox[dir=rtl] .tox-comment__edit{margin-right:8px}.tox[dir=rtl] .tox-comment__buttonspacing>:last-child,.tox[dir=rtl] .tox-comment__edit>:last-child,.tox[dir=rtl] .tox-comment__reply>:last-child{margin-right:8px}.tox .tox-user{align-items:center;display:flex}.tox .tox-user__avatar svg{fill:rgba(34,47,62,.7)}.tox .tox-user__avatar img{border-radius:50%;height:36px;-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:36px}.tox .tox-user__name{color:#222f3e;font-size:14px;font-style:normal;font-weight:700;line-height:18px;text-transform:none}.tox:not([dir=rtl]) .tox-user__avatar img,.tox:not([dir=rtl]) .tox-user__avatar svg{margin-right:8px}.tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name{margin-left:8px}.tox[dir=rtl] .tox-user__avatar img,.tox[dir=rtl] .tox-user__avatar svg{margin-left:8px}.tox[dir=rtl] .tox-user__avatar+.tox-user__name{margin-right:8px}.tox .tox-dialog-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.tox .tox-dialog-wrap__backdrop{background-color:rgba(255,255,255,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.tox .tox-dialog-wrap__backdrop--opaque{background-color:#fff}.tox .tox-dialog{background-color:#fff;border-color:#eee;border-radius:10px;border-style:solid;border-width:0;box-shadow:0 16px 16px -10px rgba(34,47,62,.15),0 0 40px 1px rgba(34,47,62,.15);display:flex;flex-direction:column;max-height:100%;max-width:480px;overflow:hidden;position:relative;width:95vw;z-index:2}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog{align-self:flex-start;margin:8px auto;max-height:calc(100vh - 8px * 2);width:calc(100vw - 16px)}}.tox .tox-dialog-inline{z-index:1100}.tox .tox-dialog__header{align-items:center;background-color:#fff;border-bottom:none;color:#222f3e;display:flex;font-size:16px;justify-content:space-between;padding:8px 16px 0 16px;position:relative}.tox .tox-dialog__header .tox-button{z-index:1}.tox .tox-dialog__draghandle{cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%}.tox .tox-dialog__draghandle:active{cursor:grabbing}.tox .tox-dialog__dismiss{margin-left:auto}.tox .tox-dialog__title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.3;margin:0;text-transform:none}.tox .tox-dialog__body{color:#222f3e;display:flex;flex:1;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;min-width:0;text-align:left;text-transform:none}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body{flex-direction:column}}.tox .tox-dialog__body-nav{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;padding:16px 16px}@media only screen and (min-width:768px){.tox .tox-dialog__body-nav{max-width:11em}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body-nav{flex-direction:row;-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:0}}.tox .tox-dialog__body-nav-item{border-bottom:2px solid transparent;color:rgba(34,47,62,.7);display:inline-block;flex-shrink:0;font-size:14px;line-height:1.3;margin-bottom:8px;max-width:13em;-webkit-text-decoration:none;text-decoration:none}.tox .tox-dialog__body-nav-item:focus{background-color:rgba(0,108,231,.1)}.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid #006ce7;color:#006ce7}@media (forced-colors:active){.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid highlight;color:highlight}}.tox .tox-dialog__body-content{box-sizing:border-box;display:flex;flex:1;flex-direction:column;max-height:min(650px,calc(100vh - 110px));overflow:auto;-webkit-overflow-scrolling:touch;padding:16px 16px}.tox .tox-dialog__body-content>*{margin-bottom:0;margin-top:16px}.tox .tox-dialog__body-content>:first-child{margin-top:0}.tox .tox-dialog__body-content>:last-child{margin-bottom:0}.tox .tox-dialog__body-content>:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content a{color:#006ce7;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-dialog__body-content a:focus,.tox .tox-dialog__body-content a:hover{color:#003c81;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-dialog__body-content a:focus-visible{border-radius:1px;outline:2px solid #006ce7;outline-offset:2px}.tox .tox-dialog__body-content a:active{color:#00244e;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-dialog__body-content svg{fill:#222f3e}.tox .tox-dialog__body-content strong{font-weight:700}.tox .tox-dialog__body-content ul{list-style-type:disc}.tox .tox-dialog__body-content dd,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{padding-left:2.5rem}.tox .tox-dialog__body-content dl,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{margin-bottom:16px}.tox .tox-dialog__body-content dd,.tox .tox-dialog__body-content dl,.tox .tox-dialog__body-content dt,.tox .tox-dialog__body-content ol,.tox .tox-dialog__body-content ul{display:block;margin-right:0;margin-left:0}.tox .tox-dialog__body-content .tox-form__group h1{color:#222f3e;font-size:20px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group h2{color:#222f3e;font-size:16px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group p{margin-bottom:16px}.tox .tox-dialog__body-content .tox-form__group h1:first-child,.tox .tox-dialog__body-content .tox-form__group h2:first-child,.tox .tox-dialog__body-content .tox-form__group p:first-child{margin-top:0}.tox .tox-dialog__body-content .tox-form__group h1:last-child,.tox .tox-dialog__body-content .tox-form__group h2:last-child,.tox .tox-dialog__body-content .tox-form__group p:last-child{margin-bottom:0}.tox .tox-dialog__body-content .tox-form__group h1:only-child,.tox .tox-dialog__body-content .tox-form__group h2:only-child,.tox .tox-dialog__body-content .tox-form__group p:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center{text-align:center}.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end{text-align:right}.tox .tox-dialog--width-lg{height:650px;max-width:1200px}.tox .tox-dialog--fullscreen{height:100%;max-width:100%}.tox .tox-dialog--fullscreen .tox-dialog__body-content{max-height:100%}.tox .tox-dialog--width-md{max-width:800px}.tox .tox-dialog--width-md .tox-dialog__body-content{overflow:auto}.tox .tox-dialog__body-content--centered{text-align:center}.tox .tox-dialog__footer{align-items:center;background-color:#fff;border-top:none;display:flex;justify-content:space-between;padding:8px 16px}.tox .tox-dialog__footer-end,.tox .tox-dialog__footer-start{display:flex}.tox .tox-dialog__busy-spinner{align-items:center;background-color:rgba(255,255,255,.75);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.tox .tox-dialog__table{border-collapse:collapse;width:100%}.tox .tox-dialog__table thead th{font-weight:700;padding-bottom:8px}.tox .tox-dialog__table thead th:first-child{padding-right:8px}.tox .tox-dialog__table tbody tr{border-bottom:1px solid #626262}.tox .tox-dialog__table tbody tr:last-child{border-bottom:none}.tox .tox-dialog__table td{padding-bottom:8px;padding-top:8px}.tox .tox-dialog__table td:first-child{padding-right:8px}.tox .tox-dialog__iframe{min-height:200px}.tox .tox-dialog__iframe.tox-dialog__iframe--opaque{background:#fff}.tox .tox-navobj-bordered{position:relative}.tox .tox-navobj-bordered::before{border:1px solid #eee;border-radius:6px;content:'';top:0;right:0;bottom:0;left:0;opacity:1;pointer-events:none;position:absolute;z-index:1}.tox .tox-navobj-bordered iframe{border-radius:6px}.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before{border-color:#006ce7;box-shadow:0 0 0 1px #006ce7;outline:0}.tox .tox-dialog__popups{position:absolute;width:100%;z-index:1100}.tox .tox-dialog__body-iframe{display:flex;flex:1;flex-direction:column}.tox .tox-dialog__body-iframe .tox-navobj{display:flex;flex:1}.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2){flex:1;height:100%}.tox .tox-dialog-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-dialog-dock-fadein{opacity:1;visibility:visible}.tox .tox-dialog-dock-transition{transition:visibility 0s linear .3s, opacity .3s ease}.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein{transition-delay:0s}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav{margin-right:0}body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child){margin-left:8px}}.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*,.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>*{margin-left:8px}.tox[dir=rtl] .tox-dialog__body{text-align:right}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav{margin-left:0}body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child){margin-right:8px}}.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*,.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>*{margin-right:8px}body.tox-dialog__disable-scroll{overflow:hidden}.tox .tox-dropzone-container{display:flex;flex:1}.tox .tox-dropzone{align-items:center;background:#fff;border:2px dashed #eee;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:100px;padding:10px}.tox .tox-dropzone p{color:rgba(34,47,62,.7);margin:0 0 16px 0}.tox .tox-edit-area{display:flex;flex:1;overflow:hidden;position:relative}.tox .tox-edit-area::before{border:2px solid #006ce7;border-radius:4px;content:'';top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .15s;z-index:1}@media (forced-colors:active){.tox .tox-edit-area::before{border:2px solid highlight}}.tox .tox-edit-area__iframe{background-color:#fff;border:0;box-sizing:border-box;flex:1;height:100%;position:absolute;width:100%}.tox.tox-edit-focus .tox-edit-area::before{opacity:1}.tox.tox-inline-edit-area{border:1px dotted #eee}.tox .tox-editor-container{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-editor-header{display:grid;grid-template-columns:1fr min-content;z-index:2}.tox:not(.tox-tinymce-inline) .tox-editor-header{background-color:#fff;border-bottom:none;box-shadow:0 2px 2px -2px rgba(34,47,62,.1),0 8px 8px -4px rgba(34,47,62,.07);padding:4px 0}.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition){transition:box-shadow .5s}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header{border-top:1px solid #e3e3e3;box-shadow:none}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header{background-color:#fff;box-shadow:0 2px 2px -2px rgba(34,47,62,.2),0 8px 8px -4px rgba(34,47,62,.15);padding:4px 0}.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header{box-shadow:0 2px 2px -2px rgba(34,47,62,.2),0 8px 8px -4px rgba(34,47,62,.15)}.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty{background:0 0;border:none;box-shadow:none;padding:0}.tox-editor-dock-fadeout{opacity:0;visibility:hidden}.tox-editor-dock-fadein{opacity:1;visibility:visible}.tox-editor-dock-transition{transition:visibility 0s linear .25s, opacity .25s ease}.tox-editor-dock-transition.tox-editor-dock-fadein{transition-delay:0s}.tox .tox-control-wrap{flex:1;position:relative}.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid{display:none}.tox .tox-control-wrap svg{display:block}.tox .tox-control-wrap__status-icon-wrap{position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-control-wrap__status-icon-invalid svg{fill:#c00}.tox .tox-control-wrap__status-icon-unknown svg{fill:orange}.tox .tox-control-wrap__status-icon-valid svg{fill:green}.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield{padding-right:32px}.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap{right:4px}.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield{padding-left:32px}.tox[dir=rtl] .tox-control-wrap__status-icon-wrap{left:4px}.tox .tox-custom-preview{border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;flex:1;padding:8px}.tox .tox-autocompleter{max-width:25em}.tox .tox-autocompleter .tox-menu{box-sizing:border-box;max-width:25em}.tox .tox-autocompleter .tox-autocompleter-highlight{font-weight:700}.tox .tox-color-input{display:flex;position:relative;z-index:1}.tox .tox-color-input .tox-textfield{z-index:-1}.tox .tox-color-input span{border-color:rgba(34,47,62,.2);border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;height:24px;position:absolute;top:6px;width:24px}@media (forced-colors:active){.tox .tox-color-input span{border-color:currentColor;border-width:2px!important;forced-color-adjust:none}}.tox .tox-color-input span:focus:not([aria-disabled=true]),.tox .tox-color-input span:hover:not([aria-disabled=true]){border-color:#006ce7;cursor:pointer}.tox .tox-color-input span::before{background-image:linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.25) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.25) 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border:1px solid #fff;border-radius:6px;box-sizing:border-box;content:'';height:24px;left:-1px;position:absolute;top:-1px;width:24px;z-index:-1}@media (forced-colors:active){.tox .tox-color-input span::before{border:none}}.tox .tox-color-input span[aria-disabled=true]{cursor:not-allowed}.tox:not([dir=rtl]) .tox-color-input .tox-textfield{padding-left:36px}.tox:not([dir=rtl]) .tox-color-input span{left:6px}.tox[dir=rtl] .tox-color-input .tox-textfield{padding-right:36px}.tox[dir=rtl] .tox-color-input span{right:6px}.tox .tox-label,.tox .tox-toolbar-label{color:rgba(34,47,62,.7);display:block;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;padding:0 8px 0 0;text-transform:none;white-space:nowrap}.tox .tox-toolbar-label{padding:0 8px}.tox[dir=rtl] .tox-label{padding:0 0 0 8px}.tox .tox-form{display:flex;flex:1;flex-direction:column}.tox .tox-form__group{box-sizing:border-box;margin-bottom:4px}.tox .tox-form-group--maximize{flex:1}.tox .tox-form__group--error{color:#c00}.tox .tox-form__group--collection{display:flex}.tox .tox-form__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.tox .tox-form__grid--2col>.tox-form__group{width:calc(50% - (8px / 2))}.tox .tox-form__grid--3col>.tox-form__group{width:calc(100% / 3 - (8px / 2))}.tox .tox-form__grid--4col>.tox-form__group{width:calc(25% - (8px / 2))}.tox .tox-form__controls-h-stack{align-items:center;display:flex}.tox .tox-form__group--inline{align-items:center;display:flex}.tox .tox-form__group--stretched{display:flex;flex:1;flex-direction:column}.tox .tox-form__group--stretched .tox-textarea{flex:1}.tox .tox-form__group--stretched .tox-navobj{display:flex;flex:1}.tox .tox-form__group--stretched .tox-navobj :nth-child(2){flex:1;height:100%}.tox:not([dir=rtl]) .tox-form__controls-h-stack>:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-form__controls-h-stack>:not(:first-child){margin-right:4px}.tox .tox-lock.tox-locked .tox-lock-icon__unlock,.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock{display:none}.tox .tox-listboxfield .tox-listbox--select,.tox .tox-textarea,.tox .tox-textarea-wrap .tox-textarea:focus,.tox .tox-textfield,.tox .tox-toolbar-textfield{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-textarea[disabled],.tox .tox-textfield[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-custom-editor:focus-within,.tox .tox-listboxfield .tox-listbox--select:focus,.tox .tox-textarea-wrap:focus-within,.tox .tox-textarea:focus,.tox .tox-textfield:focus{background-color:#fff;border-color:#006ce7;box-shadow:0 0 0 1px #006ce7;outline:0}.tox .tox-toolbar-textfield{border-width:0;margin-bottom:3px;margin-top:2px;max-width:250px}.tox .tox-naked-btn{background-color:transparent;border:0;border-color:transparent;box-shadow:none;box-shadow:initial;color:#006ce7;cursor:pointer;display:block;margin:0;padding:0}.tox .tox-naked-btn svg{display:block;fill:#222f3e}.tox:not([dir=rtl]) .tox-toolbar-textfield+*{margin-left:4px}.tox[dir=rtl] .tox-toolbar-textfield+*{margin-right:4px}.tox .tox-listboxfield{cursor:pointer;position:relative}.tox .tox-listboxfield .tox-listbox--select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-listbox__select-label{cursor:default;flex:1;margin:0 4px}.tox .tox-listbox__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-listbox__select-chevron svg{fill:#222f3e}@media (forced-colors:active){.tox .tox-listbox__select-chevron svg{fill:currentColor!important}}.tox .tox-listboxfield .tox-listbox--select{align-items:center;display:flex}.tox:not([dir=rtl]) .tox-listboxfield svg{right:8px}.tox[dir=rtl] .tox-listboxfield svg{left:8px}.tox .tox-selectfield{cursor:pointer;position:relative}.tox .tox-selectfield select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 5.5px;resize:none;width:100%}.tox .tox-selectfield select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-selectfield select::-ms-expand{display:none}.tox .tox-selectfield select:focus{background-color:#fff;border-color:#006ce7;box-shadow:0 0 0 1px #006ce7;outline:0}.tox .tox-selectfield svg{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.tox:not([dir=rtl]) .tox-selectfield select[size="0"],.tox:not([dir=rtl]) .tox-selectfield select[size="1"]{padding-right:24px}.tox:not([dir=rtl]) .tox-selectfield svg{right:8px}.tox[dir=rtl] .tox-selectfield select[size="0"],.tox[dir=rtl] .tox-selectfield select[size="1"]{padding-left:24px}.tox[dir=rtl] .tox-selectfield svg{left:8px}.tox .tox-textarea-wrap{border-color:#eee;border-radius:6px;border-style:solid;border-width:1px;display:flex;flex:1;overflow:hidden}.tox .tox-textarea{-webkit-appearance:textarea;-moz-appearance:textarea;appearance:textarea;white-space:pre-wrap}.tox .tox-textarea-wrap .tox-textarea{border:none}.tox .tox-textarea-wrap .tox-textarea:focus{border:none}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}.tox .tox-help__more-link{list-style:none;margin-top:1em}.tox .tox-imagepreview{background-color:#666;height:380px;overflow:hidden;position:relative;width:100%}.tox .tox-imagepreview.tox-imagepreview__loaded{overflow:auto}.tox .tox-imagepreview__container{display:flex;left:100vw;position:absolute;top:100vw}.tox .tox-imagepreview__image{background:url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)}.tox .tox-image-tools .tox-spacer{flex:1}.tox .tox-image-tools .tox-bar{align-items:center;display:flex;height:60px;justify-content:center}.tox .tox-image-tools .tox-imagepreview,.tox .tox-image-tools .tox-imagepreview+.tox-bar{margin-top:8px}.tox .tox-image-tools .tox-croprect-block{background:#000;opacity:.5;position:absolute;zoom:1}.tox .tox-image-tools .tox-croprect-handle{border:2px solid #fff;height:20px;left:0;position:absolute;top:0;width:20px}.tox .tox-image-tools .tox-croprect-handle-move{border:0;cursor:move;position:absolute}.tox .tox-image-tools .tox-croprect-handle-nw{border-width:2px 0 0 2px;cursor:nw-resize;left:100px;margin:-2px 0 0 -2px;top:100px}.tox .tox-image-tools .tox-croprect-handle-ne{border-width:2px 2px 0 0;cursor:ne-resize;left:200px;margin:-2px 0 0 -20px;top:100px}.tox .tox-image-tools .tox-croprect-handle-sw{border-width:0 0 2px 2px;cursor:sw-resize;left:100px;margin:-20px 2px 0 -2px;top:200px}.tox .tox-image-tools .tox-croprect-handle-se{border-width:0 2px 2px 0;cursor:se-resize;left:200px;margin:-20px 0 0 -20px;top:200px}.tox .tox-insert-table-picker{background-color:#fff;display:flex;flex-wrap:wrap;width:170px}.tox .tox-insert-table-picker>div{border-color:#eee;border-style:solid;border-width:0 1px 1px 0;box-sizing:border-box;height:17px;width:17px}.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker{margin:-4px -4px}.tox .tox-insert-table-picker .tox-insert-table-picker__selected{background-color:#006ce7;border-color:#eee}@media (forced-colors:active){.tox .tox-insert-table-picker .tox-insert-table-picker__selected{border-color:Highlight;filter:contrast(50%)}}.tox .tox-insert-table-picker__label{color:rgba(34,47,62,.7);display:block;font-size:14px;padding:4px;text-align:center;width:100%}.tox:not([dir=rtl]) .tox-insert-table-picker>div:nth-child(10n){border-right:0}.tox[dir=rtl] .tox-insert-table-picker>div:nth-child(10n+1){border-right:0}.tox .tox-menu{background-color:#fff;border:1px solid transparent;border-radius:6px;box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);display:inline-block;overflow:hidden;vertical-align:top;z-index:1150}.tox .tox-menu.tox-collection.tox-collection--list{padding:0 4px}.tox .tox-menu.tox-collection.tox-collection--toolbar{padding:8px}.tox .tox-menu.tox-collection.tox-collection--grid{padding:8px}@media only screen and (min-width:768px){.tox .tox-menu .tox-collection__item-label{word-wrap:break-word;word-break:normal}.tox .tox-dialog__popups .tox-menu .tox-collection__item-label{word-break:break-all}}.tox .tox-menu__label blockquote,.tox .tox-menu__label code,.tox .tox-menu__label h1,.tox .tox-menu__label h2,.tox .tox-menu__label h3,.tox .tox-menu__label h4,.tox .tox-menu__label h5,.tox .tox-menu__label h6,.tox .tox-menu__label p{margin:0}.tox .tox-menubar{background:repeating-linear-gradient(transparent 0,transparent 1px,transparent 1px, transparent 39px) center top 39px/100% calc(100% - 39px) no-repeat;background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;grid-column:1/-1;grid-row:1;padding:0 11px 0 12px}.tox .tox-promotion+.tox-menubar{grid-column:1}.tox .tox-promotion{background:repeating-linear-gradient(transparent 0,transparent 1px,transparent 1px, transparent 39px) center top 39px/100% calc(100% - 39px) no-repeat;background:repeating-linear-gradient(transparent 0 1px,transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;background-color:#fff;grid-column:2;grid-row:1;padding-right:8px;padding-left:4px;padding-top:5px}.tox .tox-promotion-link{align-items:unsafe center;background-color:#e8f1f8;border-radius:5px;color:#086be6;cursor:pointer;display:flex;font-size:14px;height:26.6px;padding:4px 8px;white-space:nowrap}.tox .tox-promotion-link:hover{background-color:#b4d7ff}.tox .tox-promotion-link:focus{background-color:#d9edf7}.tox .tox-mbtn{align-items:center;background:#fff;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:5px 1px 6px 0;outline:0;padding:0 4px;text-transform:none;width:auto}.tox .tox-mbtn[disabled]{background-color:#fff;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-mbtn:focus:not(:disabled){background:#fff;border:0;box-shadow:none;color:#222f3e;position:relative;z-index:1}.tox .tox-mbtn:focus:not(:disabled)::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-mbtn:focus:not(:disabled)::after{border:2px solid highlight}}.tox .tox-mbtn--active,.tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active){background:#f0f0f0;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-mbtn[disabled] .tox-mbtn__select-label{cursor:not-allowed}.tox .tox-mbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px;display:none}.tox .tox-notification{border-radius:6px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;display:grid;font-size:14px;font-weight:400;grid-template-columns:minmax(40px,1fr) auto minmax(40px,1fr);margin-left:auto;margin-right:auto;margin-top:4px;opacity:0;padding:4px;transition:transform .1s ease-in, opacity 150ms ease-in;width:-moz-max-content;width:max-content}.tox .tox-notification a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification p{font-size:14px;font-weight:400}.tox .tox-notification:focus{border-color:#006ce7;box-shadow:0 0 0 1px #006ce7}.tox .tox-notification--in{opacity:1}.tox .tox-notification--success{background-color:#e4eeda;border-color:#d7e6c8;color:#222f3e}.tox .tox-notification--success p{color:#222f3e}.tox .tox-notification--success a{color:#517342}.tox .tox-notification--success a:focus,.tox .tox-notification--success a:hover{color:#24321d;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--success a:focus-visible{border-radius:1px;outline:2px solid #517342;outline-offset:2px}.tox .tox-notification--success a:active{color:#0d120a;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--success svg{fill:#222f3e}.tox .tox-notification--error{background-color:#f5cccc;border-color:#f0b3b3;color:#222f3e}.tox .tox-notification--error p{color:#222f3e}.tox .tox-notification--error a{color:#77181f}.tox .tox-notification--error a:focus,.tox .tox-notification--error a:hover{color:#220709;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--error a:focus-visible{border-radius:1px;outline:2px solid #77181f;outline-offset:2px}.tox .tox-notification--error a:active{color:#000;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--error svg{fill:#222f3e}.tox .tox-notification--warn,.tox .tox-notification--warning{background-color:#fff5cc;border-color:#fff0b3;color:#222f3e}.tox .tox-notification--warn p,.tox .tox-notification--warning p{color:#222f3e}.tox .tox-notification--warn a,.tox .tox-notification--warning a{color:#7a6e25}.tox .tox-notification--warn a:focus,.tox .tox-notification--warn a:hover,.tox .tox-notification--warning a:focus,.tox .tox-notification--warning a:hover{color:#2c280d;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--warn a:focus-visible,.tox .tox-notification--warning a:focus-visible{border-radius:1px;outline:2px solid #7a6e25;outline-offset:2px}.tox .tox-notification--warn a:active,.tox .tox-notification--warning a:active{color:#050502;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--warn svg,.tox .tox-notification--warning svg{fill:#222f3e}.tox .tox-notification--info{background-color:#d6e7fb;border-color:#c1dbf9;color:#222f3e}.tox .tox-notification--info p{color:#222f3e}.tox .tox-notification--info a{color:#2a64a6}.tox .tox-notification--info a:focus,.tox .tox-notification--info a:hover{color:#163355;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--info a:focus-visible{border-radius:1px;outline:2px solid #2a64a6;outline-offset:2px}.tox .tox-notification--info a:active{color:#0b1a2c;-webkit-text-decoration:underline;text-decoration:underline}.tox .tox-notification--info svg{fill:#222f3e}.tox .tox-notification__body{align-self:center;color:#222f3e;font-size:14px;grid-column-end:3;grid-column-start:2;grid-row-end:2;grid-row-start:1;text-align:center;white-space:normal;word-break:break-all;word-break:break-word}.tox .tox-notification__body>*{margin:0}.tox .tox-notification__body>*+*{margin-top:1rem}.tox .tox-notification__icon{align-self:center;grid-column-end:2;grid-column-start:1;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification__icon svg{display:block}.tox .tox-notification__dismiss{align-self:start;grid-column-end:4;grid-column-start:3;grid-row-end:2;grid-row-start:1;justify-self:end}.tox .tox-notification .tox-progress-bar{grid-column-end:4;grid-column-start:1;grid-row-end:3;grid-row-start:2;justify-self:center}.tox .tox-notification-container-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-notification-container-dock-fadein{opacity:1;visibility:visible}.tox .tox-notification-container-dock-transition{transition:visibility 0s linear .3s, opacity .3s ease}.tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein{transition-delay:0s}.tox .tox-pop{display:inline-block;position:relative}.tox .tox-pop--resizing{transition:width .1s ease}.tox .tox-pop--resizing .tox-toolbar,.tox .tox-pop--resizing .tox-toolbar__group{flex-wrap:nowrap}.tox .tox-pop--transition{transition:.15s ease;transition-property:left,right,top,bottom}.tox .tox-pop--transition::after,.tox .tox-pop--transition::before{transition:all .15s, visibility 0s, opacity 75ms ease 75ms}.tox .tox-pop__dialog{background-color:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);min-width:0;overflow:hidden}.tox .tox-pop__dialog>:not(.tox-toolbar){margin:4px 4px 4px 8px}.tox .tox-pop__dialog .tox-toolbar{background-color:transparent;margin-bottom:-1px}.tox .tox-pop::after,.tox .tox-pop::before{border-style:solid;content:'';display:block;height:0;opacity:1;position:absolute;width:0}@media (forced-colors:active){.tox .tox-pop::after,.tox .tox-pop::before{content:none}}.tox .tox-pop.tox-pop--inset::after,.tox .tox-pop.tox-pop--inset::before{opacity:0;transition:all 0s .15s, visibility 0s, opacity 75ms ease}.tox .tox-pop.tox-pop--bottom::after,.tox .tox-pop.tox-pop--bottom::before{left:50%;top:100%}.tox .tox-pop.tox-pop--bottom::after{border-color:#fff transparent transparent transparent;border-width:8px;margin-left:-8px;margin-top:-1px}.tox .tox-pop.tox-pop--bottom::before{border-color:#eee transparent transparent transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--top::after,.tox .tox-pop.tox-pop--top::before{left:50%;top:0;transform:translateY(-100%)}.tox .tox-pop.tox-pop--top::after{border-color:transparent transparent #fff transparent;border-width:8px;margin-left:-8px;margin-top:1px}.tox .tox-pop.tox-pop--top::before{border-color:transparent transparent #eee transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--left::after,.tox .tox-pop.tox-pop--left::before{left:0;top:calc(50% - 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--left::after{border-color:transparent #fff transparent transparent;border-width:8px;margin-left:-15px}.tox .tox-pop.tox-pop--left::before{border-color:transparent #eee transparent transparent;border-width:10px;margin-left:-19px}.tox .tox-pop.tox-pop--right::after,.tox .tox-pop.tox-pop--right::before{left:100%;top:calc(50% + 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--right::after{border-color:transparent transparent transparent #fff;border-width:8px;margin-left:-1px}.tox .tox-pop.tox-pop--right::before{border-color:transparent transparent transparent #eee;border-width:10px;margin-left:-1px}.tox .tox-pop.tox-pop--align-left::after,.tox .tox-pop.tox-pop--align-left::before{left:20px}.tox .tox-pop.tox-pop--align-right::after,.tox .tox-pop.tox-pop--align-right::before{left:calc(100% - 20px)}.tox .tox-sidebar-wrap{display:flex;flex-direction:row;flex-grow:1;min-height:0}.tox .tox-sidebar{background-color:#fff;display:flex;flex-direction:row;justify-content:flex-end}.tox .tox-sidebar__slider{display:flex;overflow:hidden}.tox .tox-sidebar__pane-container{display:flex}.tox .tox-sidebar__pane{display:flex}.tox .tox-sidebar--sliding-closed{opacity:0}.tox .tox-sidebar--sliding-open{opacity:1}.tox .tox-sidebar--sliding-growing,.tox .tox-sidebar--sliding-shrinking{transition:width .5s ease, opacity .5s ease}.tox .tox-selector{background-color:#4099ff;border-color:#4099ff;border-style:solid;border-width:1px;box-sizing:border-box;display:inline-block;height:10px;position:absolute;width:10px}.tox.tox-platform-touch .tox-selector{height:12px;width:12px}.tox .tox-slider{align-items:center;display:flex;flex:1;height:24px;justify-content:center;position:relative}.tox .tox-slider__rail{background-color:transparent;border:1px solid #eee;border-radius:6px;height:10px;min-width:120px;width:100%}.tox .tox-slider__handle{background-color:#006ce7;border:2px solid #0054b4;border-radius:6px;box-shadow:none;height:24px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:14px}.tox .tox-form__controls-h-stack>.tox-slider:not(:first-of-type){margin-left:8px}.tox .tox-form__controls-h-stack>.tox-form__group+.tox-slider{margin-left:32px}.tox .tox-form__controls-h-stack>.tox-slider+.tox-form__group{margin-left:32px}.tox .tox-source-code{overflow:auto}.tox .tox-spinner{display:flex}.tox .tox-spinner>div{animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;background-color:rgba(34,47,62,.7);border-radius:100%;height:8px;width:8px}.tox .tox-spinner>div:nth-child(1){animation-delay:-.32s}.tox .tox-spinner>div:nth-child(2){animation-delay:-.16s}@keyframes tam-bouncing-dots{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tox:not([dir=rtl]) .tox-spinner>div:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-spinner>div:not(:first-child){margin-right:4px}.tox .tox-statusbar{align-items:center;background-color:#fff;border-top:1px solid #e3e3e3;color:rgba(34,47,62,.7);display:flex;flex:0 0 auto;font-size:14px;font-weight:400;height:25px;overflow:hidden;padding:0 8px;position:relative;text-transform:none}.tox .tox-statusbar__path{display:flex;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap}.tox .tox-statusbar__right-container{display:flex;justify-content:flex-end;white-space:nowrap}.tox .tox-statusbar__help-text{text-align:center}.tox .tox-statusbar__text-container{align-items:flex-start;display:flex;flex:1 1 auto;height:16px;justify-content:space-between;overflow:hidden}@media only screen and (min-width:768px){.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__help-text,.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__path,.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols>.tox-statusbar__right-container{flex:0 0 calc(100% / 3)}}.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end{justify-content:flex-end}.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start{justify-content:flex-start}.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around{justify-content:space-around}.tox .tox-statusbar__path>*{display:inline;white-space:nowrap}.tox .tox-statusbar__wordcount{flex:0 0 auto;margin-left:1ch}@media only screen and (max-width:767px){.tox .tox-statusbar__text-container .tox-statusbar__help-text{display:none}.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child{display:block}}.tox .tox-statusbar a,.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount{color:rgba(34,47,62,.7);position:relative;-webkit-text-decoration:none;text-decoration:none}.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]){color:#222f3e;cursor:pointer}.tox .tox-statusbar a:focus-visible::after,.tox .tox-statusbar__path-item:focus-visible::after,.tox .tox-statusbar__wordcount:focus-visible::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-statusbar a:focus-visible::after,.tox .tox-statusbar__path-item:focus-visible::after,.tox .tox-statusbar__wordcount:focus-visible::after{border:2px solid highlight}}.tox .tox-statusbar__branding svg{fill:rgba(34,47,62,.8);height:1em;margin-left:.3em;width:auto}@media (forced-colors:active){.tox .tox-statusbar__branding svg{fill:currentColor}}.tox .tox-statusbar__branding a{align-items:center;display:inline-flex}.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg,.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg{fill:#222f3e}.tox .tox-statusbar__resize-handle{align-items:flex-end;align-self:stretch;cursor:nwse-resize;display:flex;flex:0 0 auto;justify-content:flex-end;margin-bottom:3px;margin-left:4px;margin-right:calc(3px - 8px);margin-top:3px;padding-bottom:0;padding-left:0;padding-right:0;position:relative}.tox .tox-statusbar__resize-handle svg{display:block;fill:rgba(34,47,62,.5)}.tox .tox-statusbar__resize-handle:focus svg,.tox .tox-statusbar__resize-handle:hover svg{fill:#222f3e}.tox .tox-statusbar__resize-handle:focus-visible{background-color:transparent;border-radius:1px 1px 5px 1px;box-shadow:0 0 0 2px transparent}.tox .tox-statusbar__resize-handle:focus-visible::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-statusbar__resize-handle:focus-visible::after{border:2px solid highlight}}.tox:not([dir=rtl]) .tox-statusbar__path>*{margin-right:4px}.tox:not([dir=rtl]) .tox-statusbar__branding{margin-left:2ch}.tox[dir=rtl] .tox-statusbar{flex-direction:row-reverse}.tox[dir=rtl] .tox-statusbar__path>*{margin-left:4px}.tox[dir=rtl] .tox-statusbar__branding svg{margin-left:0;margin-right:.3em}.tox .tox-throbber{z-index:1299}.tox .tox-throbber__busy-spinner{align-items:center;background-color:rgba(255,255,255,.6);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.tox .tox-tbtn{align-items:center;background:#fff;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;justify-content:center;margin:6px 1px 5px 0;outline:0;padding:0;text-transform:none;width:34px}@media (forced-colors:active){.tox .tox-tbtn.tox-tbtn:hover,.tox .tox-tbtn:hover{outline:1px dashed currentColor}.tox .tox-tbtn.tox-tbtn--active,.tox .tox-tbtn.tox-tbtn--enabled,.tox .tox-tbtn.tox-tbtn--enabled:focus,.tox .tox-tbtn.tox-tbtn--enabled:hover,.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){outline:1px solid currentColor;position:relative}}.tox .tox-tbtn svg{display:block;fill:#222f3e}@media (forced-colors:active){.tox .tox-tbtn svg{fill:currentColor!important}.tox .tox-tbtn svg.tox-tbtn--enabled,.tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled){fill:currentColor!important}.tox .tox-tbtn svg .tox-tbtn:disabled,.tox .tox-tbtn svg .tox-tbtn:disabled:hover,.tox .tox-tbtn svg.tox-tbtn--disabled,.tox .tox-tbtn svg.tox-tbtn--disabled:hover{filter:contrast(0)}}.tox .tox-tbtn.tox-tbtn-more{padding-left:5px;padding-right:5px;width:inherit}.tox .tox-tbtn:focus{background:#fff;border:0;box-shadow:none;position:relative;z-index:1}.tox .tox-tbtn:focus::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-tbtn:focus::after{border:2px solid highlight}}.tox .tox-tbtn:hover{background:#f0f0f0;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:hover svg{fill:#222f3e}.tox .tox-tbtn:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:active svg{fill:#222f3e}.tox .tox-tbtn--disabled .tox-tbtn--enabled svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--disabled,.tox .tox-tbtn--disabled:hover,.tox .tox-tbtn:disabled,.tox .tox-tbtn:disabled:hover{background:#fff;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-tbtn--disabled svg,.tox .tox-tbtn--disabled:hover svg,.tox .tox-tbtn:disabled svg,.tox .tox-tbtn:disabled:hover svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--active,.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:focus,.tox .tox-tbtn--enabled:hover{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e;position:relative}.tox .tox-tbtn--active>*,.tox .tox-tbtn--enabled:focus>*,.tox .tox-tbtn--enabled:hover>*,.tox .tox-tbtn--enabled>*{transform:none}.tox .tox-tbtn--active svg,.tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:focus svg,.tox .tox-tbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tbtn--active.tox-tbtn--disabled svg,.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,.tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg,.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--enabled:focus::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-tbtn--enabled:focus::after{border:2px solid highlight}}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){color:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#222f3e}.tox .tox-tbtn:active>*{transform:none}.tox .tox-tbtn--md{height:42px;width:51px}.tox .tox-tbtn--lg{flex-direction:column;height:56px;width:68px}.tox .tox-tbtn--return{align-self:stretch;height:auto;height:initial;width:16px}.tox .tox-tbtn--labeled{padding:0 4px;width:auto;width:initial}.tox .tox-tbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-number-input{background:#f7f7f7;border-radius:3px;display:flex;margin:6px 1px 5px 0;position:relative;width:auto}.tox .tox-number-input:focus{background:#f7f7f7}.tox .tox-number-input:focus::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-number-input:focus::after{border:2px solid highlight}}.tox .tox-number-input .tox-input-wrapper{display:flex;pointer-events:none;position:relative;text-align:center}.tox .tox-number-input .tox-input-wrapper:focus{background-color:#f7f7f7;z-index:1}.tox .tox-number-input .tox-input-wrapper:focus::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-number-input .tox-input-wrapper:focus::after{border:2px solid highlight}}.tox .tox-number-input .tox-input-wrapper:has(input:focus)::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-number-input .tox-input-wrapper:has(input:focus)::after{border:2px solid highlight}}.tox .tox-number-input input{border-radius:3px;color:#222f3e;font-size:14px;margin:2px 0;pointer-events:all;position:relative;width:60px}.tox .tox-number-input input:hover{background:#f0f0f0;color:#222f3e}.tox .tox-number-input input:focus{background-color:#f7f7f7}.tox .tox-number-input input:disabled{background:#fff;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-number-input button{color:#222f3e;height:28px;position:relative;text-align:center;width:24px}@media (forced-colors:active){.tox .tox-number-input button:active,.tox .tox-number-input button:focus,.tox .tox-number-input button:hover{outline:1px solid currentColor!important}}.tox .tox-number-input button svg{display:block;fill:#222f3e;margin:0 auto;transform:scale(.67)}@media (forced-colors:active){.tox .tox-number-input button svg,.tox .tox-number-input button svg:active,.tox .tox-number-input button svg:hover{fill:currentColor!important}.tox .tox-number-input button svg:disabled{filter:contrast(0)}}.tox .tox-number-input button:focus{background:#f7f7f7;z-index:1}.tox .tox-number-input button:focus::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-number-input button:focus::after{border:2px solid highlight}}.tox .tox-number-input button:hover{background:#f0f0f0;border:0;box-shadow:none;color:#222f3e}.tox .tox-number-input button:hover svg{fill:#222f3e}.tox .tox-number-input button:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-number-input button:active svg{fill:#222f3e}.tox .tox-number-input button:disabled{background:#fff;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-number-input button:disabled svg{fill:rgba(34,47,62,.5)}.tox .tox-number-input button.minus{border-radius:3px 0 0 3px}.tox .tox-number-input button.plus{border-radius:0 3px 3px 0}.tox .tox-number-input:focus:not(:active)>.tox-input-wrapper,.tox .tox-number-input:focus:not(:active)>button{background:#f7f7f7}.tox .tox-tbtn--select{margin:6px 1px 5px 0;padding:0 4px;width:auto}.tox .tox-tbtn__select-label{cursor:default;font-weight:400;height:auto;height:initial;margin:0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-tbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-tbtn__select-chevron svg{fill:rgba(34,47,62,.5)}@media (forced-colors:active){.tox .tox-tbtn__select-chevron svg{fill:currentColor}}.tox .tox-tbtn--bespoke{background:#f7f7f7}.tox .tox-tbtn--bespoke:focus{background:#f7f7f7}.tox .tox-tbtn--bespoke+.tox-tbtn--bespoke{margin-left:4px}.tox .tox-tbtn--bespoke .tox-tbtn__select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:7em}.tox .tox-tbtn--disabled .tox-tbtn__select-label,.tox .tox-tbtn--select:disabled .tox-tbtn__select-label{cursor:not-allowed}.tox .tox-split-button{border:0;border-radius:3px;box-sizing:border-box;display:flex;margin:6px 1px 5px 0}.tox .tox-split-button:hover{box-shadow:0 0 0 1px #f0f0f0 inset}.tox .tox-split-button:focus{background:#fff;box-shadow:none;color:#222f3e;position:relative;z-index:1}.tox .tox-split-button:focus::after{pointer-events:none;border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-split-button:focus::after{border:2px solid highlight}}.tox .tox-split-button>*{border-radius:0}.tox .tox-split-button>:nth-child(1){border-bottom-left-radius:3px;border-top-left-radius:3px}.tox .tox-split-button>:nth-child(2){border-bottom-right-radius:3px;border-top-right-radius:3px}.tox .tox-split-button__chevron{width:16px}.tox .tox-split-button__chevron svg{fill:rgba(34,47,62,.5)}@media (forced-colors:active){.tox .tox-split-button__chevron svg{fill:currentColor}}.tox .tox-split-button .tox-tbtn{margin:0}.tox .tox-split-button:focus .tox-tbtn{background-color:transparent}.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,.tox .tox-split-button.tox-tbtn--disabled:focus,.tox .tox-split-button.tox-tbtn--disabled:hover{background:#fff;box-shadow:none;color:rgba(34,47,62,.5)}.tox.tox-platform-touch .tox-split-button .tox-tbtn--select{padding:0 0}.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child{width:30px}.tox.tox-platform-touch .tox-split-button__chevron{width:20px}.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color,.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color{opacity:.6}.tox .tox-toolbar-overlord{background-color:#fff}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{background-attachment:local;background-color:#fff;background-image:repeating-linear-gradient(#e3e3e3 0,#e3e3e3 1px,transparent 1px, transparent 39px);background-image:repeating-linear-gradient(#e3e3e3 0 1px,transparent 1px 39px);background-position:center top 40px;background-repeat:no-repeat;background-size:calc(100% - 11px * 2) calc(100% - 41px);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0 0;transform:perspective(1px)}.tox .tox-toolbar-overlord>.tox-toolbar,.tox .tox-toolbar-overlord>.tox-toolbar__overflow,.tox .tox-toolbar-overlord>.tox-toolbar__primary{background-position:center top 0;background-size:calc(100% - 11px * 2) calc(100% - 0px)}.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed{height:0;opacity:0;padding-bottom:0;padding-top:0;visibility:hidden}.tox .tox-toolbar__overflow--growing{transition:height .3s ease, opacity .2s linear .1s}.tox .tox-toolbar__overflow--shrinking{transition:opacity .3s ease, height .2s linear .1s, visibility 0s linear .3s}.tox .tox-anchorbar,.tox .tox-toolbar-overlord{grid-column:1/-1}.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord{border-top:1px solid transparent;margin-top:-1px;padding-bottom:1px;padding-top:1px}@media (forced-colors:active){.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord{outline:1px solid currentColor}}.tox .tox-toolbar--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-pop .tox-toolbar{border-width:0}.tox .tox-toolbar--no-divider{background-image:none}.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,.tox .tox-toolbar-overlord .tox-toolbar__primary{background-position:center top 39px}.tox .tox-editor-header>.tox-toolbar--scrolling,.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child{background-image:none}.tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#fff;background-position:center top 43px;background-size:calc(100% - 8px * 2) calc(100% - 51px);border:none;border-radius:6px;box-shadow:0 0 2px 0 rgba(34,47,62,.2),0 4px 8px 0 rgba(34,47,62,.15);overscroll-behavior:none;padding:4px 0}@media (forced-colors:active){.tox.tox-tinymce-aux .tox-toolbar__overflow{border:solid}}.tox-pop .tox-pop__dialog .tox-toolbar{background-position:center top 43px;background-size:calc(100% - 11px * 2) calc(100% - 51px);padding:4px 0}.tox .tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0 0;padding:0 11px 0 12px}.tox .tox-toolbar__group--pull-right{margin-left:auto}.tox .tox-toolbar--scrolling .tox-toolbar__group{flex-shrink:0;flex-wrap:nowrap}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid transparent}.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type){border-left:1px solid transparent}.tox .tox-tooltip{display:inline-block;max-width:15em;padding:8px;pointer-events:none;position:relative;width:-moz-max-content;width:max-content;z-index:1150}.tox .tox-tooltip__body{background-color:#222f3e;border-radius:6px;box-shadow:none;color:#fff;font-size:12px;font-style:normal;font-weight:600;word-wrap:break-word;padding:4px 6px;text-transform:none}@media (forced-colors:active){.tox .tox-tooltip__body{outline:outset 1px}}.tox .tox-tooltip__arrow{position:absolute}.tox .tox-tooltip--down .tox-tooltip__arrow{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #222f3e;bottom:0;left:50%;position:absolute;transform:translateX(-50%)}.tox .tox-tooltip--up .tox-tooltip__arrow{border-bottom:8px solid #222f3e;border-left:8px solid transparent;border-right:8px solid transparent;left:50%;position:absolute;top:0;transform:translateX(-50%)}.tox .tox-tooltip--right .tox-tooltip__arrow{border-bottom:8px solid transparent;border-left:8px solid #222f3e;border-top:8px solid transparent;position:absolute;right:0;top:50%;transform:translateY(-50%)}.tox .tox-tooltip--left .tox-tooltip__arrow{border-bottom:8px solid transparent;border-right:8px solid #222f3e;border-top:8px solid transparent;left:0;position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-tree{display:flex;flex-direction:column}.tox .tox-tree .tox-trbtn{align-items:center;background:0 0;border:0;border-radius:4px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:28px;margin-bottom:4px;margin-top:4px;outline:0;overflow:hidden;padding:0;padding-left:8px;text-transform:none}.tox .tox-tree .tox-trbtn .tox-tree__label{cursor:default;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-tree .tox-trbtn svg{display:block;fill:#222f3e}.tox .tox-tree .tox-trbtn:focus{background:#f0f0f0;border:0;box-shadow:none}.tox .tox-tree .tox-trbtn:hover{background:#f0f0f0;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn:hover svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:active{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn:active svg{fill:#222f3e}.tox .tox-tree .tox-trbtn--disabled,.tox .tox-tree .tox-trbtn--disabled:hover,.tox .tox-tree .tox-trbtn:disabled,.tox .tox-tree .tox-trbtn:disabled:hover{background:0 0;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-tree .tox-trbtn--disabled svg,.tox .tox-tree .tox-trbtn--disabled:hover svg,.tox .tox-tree .tox-trbtn:disabled svg,.tox .tox-tree .tox-trbtn:disabled:hover svg{fill:rgba(34,47,62,.5)}.tox .tox-tree .tox-trbtn--enabled,.tox .tox-tree .tox-trbtn--enabled:hover{background:#a6ccf7;border:0;box-shadow:none;color:#222f3e}.tox .tox-tree .tox-trbtn--enabled:hover>*,.tox .tox-tree .tox-trbtn--enabled>*{transform:none}.tox .tox-tree .tox-trbtn--enabled svg,.tox .tox-tree .tox-trbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled){color:#222f3e}.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg{fill:#222f3e}.tox .tox-tree .tox-trbtn:active>*{transform:none}.tox .tox-tree .tox-trbtn--return{align-self:stretch;height:auto;height:initial;width:16px}.tox .tox-tree .tox-trbtn--labeled{padding:0 4px;width:auto;width:initial}.tox .tox-tree .tox-trbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-tree .tox-tree--directory{display:flex;flex-direction:column}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label{font-weight:700}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn{margin-left:auto}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg{fill:transparent}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron{margin-right:6px}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--shrinking) .tox-chevron{transition:transform .5s ease-in-out}.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--growing) .tox-chevron,.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+.tox-tree--directory__children--open) .tox-chevron{transform:rotate(90deg)}.tox .tox-tree .tox-tree--leaf__label{font-weight:400}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn{margin-left:auto}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg{fill:transparent}.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg{fill:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg{fill:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover){background-color:transparent;color:#222f3e}.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg{fill:#222f3e}.tox .tox-tree .tox-tree--directory__children{overflow:hidden;padding-left:16px}.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking{transition:height .5s ease-in-out}.tox .tox-tree .tox-trbtn.tox-tree--leaf__label{display:flex;justify-content:space-between}.tox .tox-revisionhistory__pane{padding:0!important}.tox .tox-revisionhistory__container{display:flex;flex-direction:column;height:100%}.tox .tox-revisionhistory{background-color:#fff;border-radius:4px;border-top:1px solid #eee;display:flex;flex:1;height:100%;margin-top:8px;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}.tox .tox-revisionhistory--align-right{margin-left:auto}.tox .tox-revisionhistory__iframe{flex:1}.tox .tox-revisionhistory__sidebar{border-left:1px solid #eee;height:100%;max-width:360px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title{border-bottom:1px solid #eee;color:#222f3e;font-size:20px;font-weight:400;height:60px;min-width:192px;padding:16px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions{flex-direction:column;max-height:calc(100% - 60px);min-width:192px;overflow-y:auto;padding:8px}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus{height:100%;position:relative;z-index:1}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after{bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0;border-radius:6px;bottom:1px;left:1px;right:1px;top:1px}@media (forced-colors:active){.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after{border:2px solid highlight}}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card{border:1px solid #eee;border-radius:6px;color:#222f3e;cursor:pointer;font-size:14px;margin-bottom:8px;padding:8px;text-overflow:ellipsis;text-wrap:nowrap;width:100%}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover{background-color:#f0f0f0;box-shadow:none;color:#222f3e}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus{position:relative;z-index:1}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after{border-radius:3px;bottom:0;box-shadow:0 0 0 2px #006ce7;content:'';left:0;position:absolute;right:0;top:0}@media (forced-colors:active){.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after{border:2px solid highlight}}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected{background-color:#a6ccf7;box-shadow:none;color:#222f3e}.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision{color:rgba(34,47,62,.7);font-size:16px;line-height:24px;padding:5px 5.5px}.tox .tox-view-wrap,.tox .tox-view-wrap__slot-container{background-color:#fff;display:flex;flex:1;flex-direction:column;height:100%}.tox .tox-view{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-view__header{align-items:center;display:flex;font-size:16px;justify-content:space-between;padding:10px 10px 2px 10px;position:relative}.tox .tox-view__label{color:#222f3e;font-weight:700;line-height:24px;padding:4px 16px;text-align:center;white-space:nowrap}.tox .tox-view__label--normal{font-size:16px}.tox .tox-view__label--large{font-size:20px}.tox .tox-view--mobile.tox-view__header,.tox .tox-view--mobile.tox-view__toolbar{padding:8px}.tox .tox-view--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-view__toolbar{display:flex;flex-direction:row;gap:8px;justify-content:space-between;overflow-x:auto;padding:10px 10px 2px 10px}.tox .tox-view__toolbar__group{display:flex;flex-direction:row;gap:12px}.tox .tox-view__header-end,.tox .tox-view__header-start{display:flex}.tox .tox-view__pane{height:100%;padding:8px;position:relative;width:100%}.tox .tox-view__pane_panel{border:1px solid #eee;border-radius:6px}.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end>*,.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start>*{margin-left:8px}.tox[dir=rtl] .tox-view__header .tox-view__header-end>*,.tox[dir=rtl] .tox-view__header .tox-view__header-start>*{margin-right:8px}.tox .tox-well{border:1px solid #eee;border-radius:6px;padding:8px;width:100%}.tox .tox-well>:first-child{margin-top:0}.tox .tox-well>:last-child{margin-bottom:0}.tox .tox-well>:only-child{margin:0}.tox .tox-custom-editor{border:1px solid #eee;border-radius:6px;display:flex;flex:1;overflow:hidden;position:relative}.tox .tox-dialog-loading::before{background-color:rgba(0,0,0,.5);content:"";height:100%;position:absolute;width:100%;z-index:1000}.tox .tox-tab{cursor:pointer}.tox .tox-dialog__content-js{display:flex;flex:1}.tox .tox-dialog__body-content .tox-collection{display:flex;flex:1}
.upload-root-nOELb {
  display: inline-block;
  width: 100%;
}
.upload-root-nOELb .ant-upload.ant-upload-select {
  display: inline-block;
  width: 100%;
}
.file-list-oWRm1 .ant-btn:hover {
  color: #00aeec !important;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.more-button-kGD92 .ant-btn-default {
  border: none;
  box-shadow: none;
}
.dropdown-z3lBf {
  z-index: 990;
}
.dropdown-z3lBf .ant-dropdown-menu-item:hover {
  background: transparent !important;
}
.dropdown-z3lBf .ant-dropdown-menu-item {
  padding: 0 !important;
}
.export-space-Sm03Q .ant-btn {
  display: flex;
  justify-content: center;
  min-width: 94px;
  height: 36px;
  text-align: center;
}
.ee-c-modal-3veEg .ant-modal-body {
  margin-top: 12px;
}
.ee-c-modal-3veEg .ant-modal-content {
  padding: 12px 16px 0;
}
.ee-c-modal-3veEg .ant-modal-header {
  padding-bottom: 12px;
}
.ee-c-modal-3veEg .ant-modal-footer {
  padding: 12px 16px;
  margin: 0 -16px;
  border-top: 1px solid #f1f2f3;
}
.ee-c-form-SnRlV .ant-form-item-label {
  padding: 0 0 4px !important;
}
.ee-c-modal-confirm-5-zEm .ant-modal-content {
  padding: 12px 16px 0;
}
.ee-c-modal-confirm-5-zEm .ant-modal-body {
  margin-top: 0;
}
.ee-c-modal-confirm-5-zEm .ant-modal-confirm-btns {
  padding: 12px 0;
  margin-top: 0;
}
.ee-c-modal-confirm-5-zEm .ant-modal-confirm-content {
  margin-top: 12px !important;
  margin-bottom: 12px;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.modal-wrapper-tWVnu .ant-modal-content {
  padding: 0 !important;
  border-radius: 16px !important;
}
.modal-wrapper-tWVnu .ant-modal-body {
  padding: 0 !important;
  border-radius: 0 !important;
}
.approve-wrapper-aMsn3 .close-jTFtv {
  position: absolute;
  top: 15px;
  right: 16px;
  font-size: 24px;
}
.approve-wrapper-aMsn3 .img-yRabX {
  width: 375px;
  height: 210px;
  margin-top: -36px;
}
.approve-wrapper-aMsn3 .title-9O1xQ {
  font-size: 24px;
  font-weight: 500;
  color: #18191c;
}
.approve-wrapper-aMsn3 p strong {
  font-weight: 400;
  color: #23ade5;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.node-actor-lJl6x {
  padding: 10px 12px;
  background: #f9fbfc;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.node-user-D5HQI {
  margin-left: 5px;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.panel-SbPQ9 {
  position: fixed;
  top: 0;
  right: 16px;
  z-index: 99;
  box-sizing: border-box;
  width: 400px;
  height: 100vh;
  padding: 0 12px;
  background: #fff;
  transition: all 0.2s;
}
.panel-SbPQ9.show-sider-arrow-dM181 {
  right: 0;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  border-left: 1px solid #f1f2f3;
}
.panel-SbPQ9.collapse--7Pyu {
  right: -385px;
  padding-right: 0;
  padding-left: 16px;
}
.collapse-container-p-RnO {
  height: calc(100vh - 44px);
  padding-top: 8px;
  overflow: hidden;
  overscroll-behavior: none;
}
.collapse-trigger-rHpky {
  position: absolute;
  top: 50%;
  left: -21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 48px;
  font-size: 10px !important;
  color: #666;
  cursor: pointer;
  background: #fff;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  border-left: 1px solid #f1f2f3;
  border-radius: 4px 0 0 4px;
  transform: translateY(-50%);
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.layout-container-pLh1A {
  margin-bottom: 16px;
  transition: all 0.2s;
}
.show-panel--UnbT {
  margin-right: 416px;
}
.show-sider-arrow-vSG-4 {
  margin-right: 400px;
}
.collapsed-heucw {
  margin-right: 16px;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.common-table-J42O- .ant-table-thead > tr > th {
  color: #61666d;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.category-tree-SYMV2 {
  /* stylelint-disable-next-line selector-class-pattern */
}
.category-tree-SYMV2 .ant-select-tree .ant-select-tree-list .ant-select-tree-node-content-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
}
.category-tree-SYMV2 .ant-select-tree-switcher {
  width: 14px !important;
}
.category-tree-SYMV2 .ant-select-tree-list-holder {
  padding-right: 7px;
  padding-left: 7px;
}
.category-tree-SYMV2 .ant-select-tree-switcher.ant-select-tree-switcher_open {
  color: #00aeec;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.tag-container-1rPH5 .anticon {
  font-size: 10px;
}
/* 自定义样式变量 */
/* 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 */
.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;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.input-password-N-mpt .ant-input-suffix {
  display: none;
}
/* 自定义样式变量 */
/* 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 */
.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-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 */
.custom-select-popup-RhnXx .ant-select-item-option-content {
  display: flex;
  white-space: normal;
  white-space: initial;
}
/* 自定义样式变量 */
/* 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-\[112px\] {
  top: -112px;
}
.-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;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.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-\[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-\[-16px\] {
  margin-top: -16px;
  margin-bottom: -16px;
}
.my-\[2px\] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.my-\[4px\] {
  margin-top: 4px;
  margin-bottom: 4px;
}
.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-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-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-5 {
  margin-left: 1.25rem;
}
.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-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-10 {
  margin-top: 2.5rem;
}
.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-\[6px\] {
  margin-top: 6px;
}
.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;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.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 !important;
}
.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-\[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-\[calc\(100vh-166px\)\] {
  height: calc(100vh - 166px);
}
.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-0 {
  min-height: 0px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[calc\(100vh-100px\)\] {
  min-height: calc(100vh - 100px);
}
.min-h-\[calc\(100vh-200px\)\] {
  min-height: calc(100vh - 200px);
}
.min-h-\[calc\(100vh-205px\)\] {
  min-height: calc(100vh - 205px);
}
.min-h-\[calc\(100vh-220px\)\] {
  min-height: calc(100vh - 220px);
}
.min-h-\[calc\(100vh-225px\)\] {
  min-height: calc(100vh - 225px);
}
.min-h-\[calc\(100vh-300px\)\] {
  min-height: calc(100vh - 300px);
}
.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-\[100px\] {
  width: 100px;
}
.w-\[138px\] {
  width: 138px;
}
.w-\[140px\] {
  width: 140px;
}
.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-\[600px\] {
  width: 600px;
}
.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-0 {
  min-width: 0px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-\[980px\] {
  min-width: 980px;
}
.max-w-\[144px\] {
  max-width: 144px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[40\%\] {
  flex: 40%;
}
.flex-\[60\%\] {
  flex: 60%;
}
.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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) 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;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.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;
}
.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-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-md-2 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.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-\[4px\] {
  border-radius: 4px;
}
.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-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-sm {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-t-md {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.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-\[\#F1F2F3\] {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 242, 243, 1);
  background-color: rgba(241, 242, 243, var(--tw-bg-opacity));
}
.bg-\[\#FFF5F4\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 244, 1);
  background-color: rgba(255, 245, 244, 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-\[\#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));
}
.bg-\[url\(\'\@\/assets\/images\/home-bg\.png\'\)\] {
  background-image: url('//s1.hdslb.com/bfs/static/supplier-c/assets/home-bg-DsXj3wZF.png');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#6188ff14\] {
  --tw-gradient-from: rgba(97,136,255,0.07843) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(97, 136, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[-88\.75\%\] {
  --tw-gradient-from-position: -88.75%;
}
.to-\[\#6188ff00\] {
  --tw-gradient-to: rgba(97,136,255,0) var(--tw-gradient-to-position);
}
.to-\[127\.5\%\] {
  --tw-gradient-to-position: 127.5%;
}
.bg-cover {
  background-size: cover;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[12px_16px_0\] {
  padding: 12px 16px 0;
}
.p-\[12px_32px\] {
  padding: 12px 32px;
}
.p-\[16px\] {
  padding: 16px;
}
.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-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.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-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-8 {
  padding-bottom: 2rem;
}
.pl-\[7px\] {
  padding-left: 7px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-\[6px\] {
  padding-right: 6px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.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;
}
.indent-14 {
  text-indent: 3.5rem;
}
.\!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-medium {
  font-weight: 500 !important;
}
.font-\[600\] {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-4 {
  line-height: 1rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.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-\[\#2AC864\] {
  --tw-text-opacity: 1;
  color: rgba(42, 200, 100, 1);
  color: rgba(42, 200, 100, 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-\[\#F69\] {
  --tw-text-opacity: 1;
  color: rgba(255, 102, 153, 1);
  color: rgba(255, 102, 153, 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-\[\#FF7F24\] {
  --tw-text-opacity: 1;
  color: rgba(255, 127, 36, 1);
  color: rgba(255, 127, 36, 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 {
  --tw-text-opacity: 1;
  color: rgba(0, 105, 157, 1);
  color: rgba(0, 105, 157, 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-\[\#F69\]:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 102, 153, 1);
  color: rgba(255, 102, 153, var(--tw-text-opacity));
}
.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 */
.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 */
.tour-container-rJReb .ant-tour-close {
  display: none !important;
}
.modal-root-naqed .ant-modal-content {
  background-color: transparent;
  box-shadow: none;
}
.modal-root-naqed .ant-modal-confirm-body {
  justify-content: center;
}
.modal-root-naqed .ant-result-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}
.modal-root-naqed .ant-result-icon {
  margin-bottom: 0;
}
.modal-root-naqed .ant-result-extra {
  margin-top: 12px;
}
/* 自定义样式变量 */
/* 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 */
/* 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 */
.preview-content-9vkcy {
  height: calc(100vh - 120px);
}
/* 自定义样式变量 */
/* 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 */
.verify-login-code-uLTXl {
  position: relative;
  color: #00aeec;
}
.verify-login-code-uLTXl::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 15px;
  color: #e3e5e7;
  content: '|';
}
.count-line-3em1m {
  position: relative;
  height: 28px;
  line-height: 28px;
}
.count-line-3em1m::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 15px;
  color: #e3e5e7;
  content: '|';
}
.custom-checkbox-Zgmpx {
  font-size: 20px;
}
.custom-checkbox-Zgmpx .ant-checkbox-inner {
  border-radius: 50%;
}
.custom-tooltip-ARsFL .ant-tooltip-content {
  margin-left: -12px !important;
}
.custom-tooltip-ARsFL .ant-tooltip-arrow {
  left: 0 !important;
}
.shake-nFbMv {
  animation: shake-nFbMv 0.2s;
  /* 抖动的持续时间 */
  animation-iteration-count: 5;
  /* 抖动的次数，这里设置为5次 */
}
@keyframes shake-nFbMv {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-4px);
  }
}
.login-footer-fcc8C {
  position: relative;
}
.login-footer-fcc8C::before {
  position: absolute;
  top: 9px;
  left: -110px;
  width: 74px;
  height: 1px;
  content: '';
  background: #e3e5e7;
}
.login-footer-fcc8C::after {
  position: absolute;
  top: 9px;
  right: -90px;
  width: 74px;
  height: 1px;
  content: '';
  background: #e3e5e7;
}
/* 自定义样式变量 */
/* 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 */
.login-warp-Ffgri {
  height: 100vh;
  background: url('//s1.hdslb.com/bfs/static/supplier-c/assets/bg-login-CWnfLqQt.png');
  background-size: cover;
}
.login-warp-Ffgri .ant-form-item-extra {
  min-height: 0;
}
.verify-login-code-yt15d {
  position: relative;
  color: #00aeec;
}
.verify-login-code-yt15d::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 15px;
  color: #e3e5e7;
  content: '|';
}
.count-line-hkgT6 {
  position: relative;
  height: 28px;
  line-height: 28px;
}
.count-line-hkgT6::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 15px;
  color: #e3e5e7;
  content: '|';
}
.preview-content-t5fHI {
  height: calc(100vh - 120px);
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
.login-modal-UTr-G .ant-modal-content {
  padding: 0 !important;
}
/* 自定义样式变量 */
/* 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 */
.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 .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 */
.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 */
.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;
}
.drawer-container-Zbx-B .ant-drawer-body {
  padding: 0 12px 12px;
}
/* 自定义样式变量 */
/* 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;
}
.approval-panel-6Vqhd {
  top: 0 !important;
}
.anchor-Ky93s {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}
/* 自定义样式变量 */
/* Color 色值 Begin */
/* 主色 */
/* 默认字体颜色 */
/* 二级主体字体颜色 */
/* 三级主体字体颜色 */
/* 错误颜色 */
/* Color 色值 End */
