/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

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

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.arco-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    font-style: normal;
    vertical-align: -2px;
    outline: 0;
    stroke: currentColor
}

.arco-icon-loading,
.arco-icon-spin {
    -webkit-animation: arco-loading-circle 1s linear infinite;
    animation: arco-loading-circle 1s linear infinite
}

@-webkit-keyframes arco-loading-circle {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes arco-loading-circle {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.arco-icon-hover {
    display: inline-block;
    cursor: pointer;
    line-height: 12px
}

.arco-icon-hover,
.arco-icon-hover .arco-icon {
    position: relative
}

.arco-icon-hover:before {
    position: absolute;
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: var(--border-radius-circle);
    transition: background-color .1s linear;
    content: ""
}

.arco-icon-hover:hover:before {
    background-color: var(--color-fill-2)
}

.arco-icon-hover.arco-icon-hover-disabled:before {
    opacity: 0
}

.arco-icon-hover:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%)
}

.arco-icon-hover-size-mini {
    line-height: 12px
}

.arco-icon-hover-size-mini:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%)
}

.arco-icon-hover-size-small {
    line-height: 12px
}

.arco-icon-hover-size-small:before {
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%)
}

.arco-icon-hover-size-large {
    line-height: 12px
}

.arco-icon-hover-size-large:before {
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%)
}

.arco-icon-hover-size-huge {
    line-height: 12px
}

.arco-icon-hover-size-huge:before {
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%)
}

.fade-in-standard-appear-from,
.fade-in-standard-enter-from {
    opacity: 0
}

.fade-in-standard-appear-to,
.fade-in-standard-enter-to {
    opacity: 1
}

.fade-in-standard-appear-active,
.fade-in-standard-enter-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
}

.fade-in-standard-leave-from {
    opacity: 1
}

.fade-in-standard-leave-to {
    opacity: 0
}

.fade-in-standard-leave-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
}

.fade-in-appear-from,
.fade-in-enter-from {
    opacity: 0
}

.fade-in-appear-to,
.fade-in-enter-to {
    opacity: 1
}

.fade-in-appear-active,
.fade-in-enter-active {
    transition: opacity .1s linear
}

.fade-in-leave-from {
    opacity: 1
}

.fade-in-leave-to {
    opacity: 0
}

.fade-in-leave-active {
    transition: opacity .1s linear
}

.zoom-in-appear-from,
.zoom-in-enter-from {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-appear-to,
.zoom-in-enter-to {
    transform: scale(1);
    opacity: 1
}

.zoom-in-appear-active,
.zoom-in-enter-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1), transform .3s cubic-bezier(.34, .69, .1, 1)
}

.zoom-in-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-in-leave-to {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-leave-active {
    transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-fade-out-appear-from,
.zoom-in-fade-out-enter-from {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-fade-out-appear-to,
.zoom-in-fade-out-enter-to {
    transform: scale(1);
    opacity: 1
}

.zoom-in-fade-out-appear-active,
.zoom-in-fade-out-enter-active {
    transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-fade-out-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-in-fade-out-leave-to {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-fade-out-leave-active {
    transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-big-appear-from,
.zoom-in-big-enter-from {
    transform: scale(.5);
    opacity: 0
}

.zoom-in-big-appear-to,
.zoom-in-big-enter-to {
    transform: scale(1);
    opacity: 1
}

.zoom-in-big-appear-active,
.zoom-in-big-enter-active {
    transition: opacity .2s linear, transform .2s linear
}

.zoom-in-big-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-in-big-leave-to {
    transform: scale(.2);
    opacity: 0
}

.zoom-in-big-leave-active {
    transition: opacity .2s linear, transform .2s linear
}

.zoom-in-left-appear-from,
.zoom-in-left-enter-from {
    transform: scale(.1);
    opacity: .1
}

.zoom-in-left-appear-to,
.zoom-in-left-enter-to {
    transform: scale(1);
    opacity: 1
}

.zoom-in-left-appear-active,
.zoom-in-left-enter-active {
    transform-origin: 0 50%;
    transition: opacity .3s linear, transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-left-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-in-left-leave-to {
    transform: scale(.1);
    opacity: .1
}

.zoom-in-left-leave-active {
    transform-origin: 0 50%;
    transition: opacity .3s linear, transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-top-appear-from,
.zoom-in-top-enter-from {
    transform: scaleY(.8) translateZ(0);
    opacity: 0
}

.zoom-in-top-appear-to,
.zoom-in-top-enter-to {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}

.zoom-in-top-appear-active,
.zoom-in-top-enter-active {
    transform-origin: 0 0;
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-top-leave-from {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}

.zoom-in-top-leave-to {
    transform: scaleY(.8) translateZ(0);
    opacity: 0
}

.zoom-in-top-leave-active {
    transform-origin: 0 0;
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-bottom-appear-from,
.zoom-in-bottom-enter-from {
    transform: scaleY(.8) translateZ(0);
    opacity: 0
}

.zoom-in-bottom-appear-to,
.zoom-in-bottom-enter-to {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}

.zoom-in-bottom-appear-active,
.zoom-in-bottom-enter-active {
    transform-origin: 100% 100%;
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-in-bottom-leave-from {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}

.zoom-in-bottom-leave-to {
    transform: scaleY(.8) translateZ(0);
    opacity: 0
}

.zoom-in-bottom-leave-active {
    transform-origin: 100% 100%;
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1), opacity .3s cubic-bezier(.3, 1.3, .3, 1)
}

.slide-dynamic-origin-appear-from,
.slide-dynamic-origin-enter-from {
    transform: scaleY(.9);
    transform-origin: 0 0;
    opacity: 0
}

.slide-dynamic-origin-appear-to,
.slide-dynamic-origin-enter-to {
    transform: scaleY(1);
    transform-origin: 0 0;
    opacity: 1
}

.slide-dynamic-origin-appear-active,
.slide-dynamic-origin-enter-active {
    transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1)
}

.slide-dynamic-origin-leave-from {
    transform: scaleY(1);
    transform-origin: 0 0;
    opacity: 1
}

.slide-dynamic-origin-leave-to {
    transform: scaleY(.9);
    transform-origin: 0 0;
    opacity: 0
}

.slide-dynamic-origin-leave-active {
    transition: transform .2s cubic-bezier(.34, .69, .1, 1), opacity .2s cubic-bezier(.34, .69, .1, 1)
}

.slide-left-appear-from,
.slide-left-enter-from {
    transform: translateX(-100%)
}

.slide-left-appear-to,
.slide-left-enter-to {
    transform: translateX(0)
}

.slide-left-appear-active,
.slide-left-enter-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-left-leave-from {
    transform: translateX(0)
}

.slide-left-leave-to {
    transform: translateX(-100%)
}

.slide-left-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-appear-from,
.slide-right-enter-from {
    transform: translateX(100%)
}

.slide-right-appear-to,
.slide-right-enter-to {
    transform: translateX(0)
}

.slide-right-appear-active,
.slide-right-enter-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-leave-from {
    transform: translateX(0)
}

.slide-right-leave-to {
    transform: translateX(100%)
}

.slide-right-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-top-appear-from,
.slide-top-enter-from {
    transform: translateY(-100%)
}

.slide-top-appear-to,
.slide-top-enter-to {
    transform: translateY(0)
}

.slide-top-appear-active,
.slide-top-enter-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-top-leave-from {
    transform: translateY(0)
}

.slide-top-leave-to {
    transform: translateY(-100%)
}

.slide-top-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-bottom-appear-from,
.slide-bottom-enter-from {
    transform: translateY(100%)
}

.slide-bottom-appear-to,
.slide-bottom-enter-to {
    transform: translateY(0)
}

.slide-bottom-appear-active,
.slide-bottom-enter-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-bottom-leave-from {
    transform: translateY(0)
}

.slide-bottom-leave-to {
    transform: translateY(100%)
}

.slide-bottom-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

body {
    --red-1: 255, 236, 232;
    --red-2: 255, 211, 204;
    --red-3: 255, 184, 176;
    --red-4: 255, 155, 148;
    --red-5: 255, 125, 120;
    --red-6: 255, 92, 92;
    --red-7: 210, 57, 62;
    --red-8: 166, 30, 39;
    --red-9: 121, 11, 22;
    --red-10: 77, 0, 10;
    --orangered-1: 255, 243, 232;
    --orangered-2: 253, 221, 195;
    --orangered-3: 252, 197, 159;
    --orangered-4: 250, 172, 123;
    --orangered-5: 249, 144, 87;
    --orangered-6: 247, 114, 52;
    --orangered-7: 204, 81, 32;
    --orangered-8: 162, 53, 17;
    --orangered-9: 119, 31, 6;
    --orangered-10: 77, 14, 0;
    --orange-1: 255, 245, 232;
    --orange-2: 252, 224, 193;
    --orange-3: 248, 202, 156;
    --orange-4: 245, 178, 119;
    --orange-5: 241, 152, 83;
    --orange-6: 238, 124, 48;
    --orange-7: 198, 91, 30;
    --orange-8: 157, 63, 16;
    --orange-9: 117, 39, 6;
    --orange-10: 77, 20, 0;
    --gold-1: 255, 252, 232;
    --gold-2: 253, 244, 191;
    --gold-3: 252, 233, 150;
    --gold-4: 250, 220, 109;
    --gold-5: 249, 204, 69;
    --gold-6: 247, 186, 30;
    --gold-7: 204, 146, 19;
    --gold-8: 162, 109, 10;
    --gold-9: 119, 75, 4;
    --gold-10: 77, 45, 0;
    --yellow-1: 254, 255, 232;
    --yellow-2: 254, 254, 190;
    --yellow-3: 253, 250, 148;
    --yellow-4: 252, 242, 107;
    --yellow-5: 251, 232, 66;
    --yellow-6: 250, 220, 25;
    --yellow-7: 207, 175, 15;
    --yellow-8: 163, 132, 8;
    --yellow-9: 120, 93, 3;
    --yellow-10: 77, 56, 0;
    --lime-1: 252, 255, 232;
    --lime-2: 237, 248, 187;
    --lime-3: 220, 241, 144;
    --lime-4: 201, 233, 104;
    --lime-5: 181, 226, 65;
    --lime-6: 159, 219, 29;
    --lime-7: 126, 183, 18;
    --lime-8: 95, 148, 10;
    --lime-9: 67, 112, 4;
    --lime-10: 42, 77, 0;
    --green-1: 232, 255, 232;
    --green-2: 186, 237, 187;
    --green-3: 144, 219, 149;
    --green-4: 106, 202, 116;
    --green-5: 73, 184, 88;
    --green-6: 45, 166, 65;
    --green-7: 29, 144, 52;
    --green-8: 16, 121, 41;
    --green-9: 7, 99, 31;
    --green-10: 0, 77, 23;
    --cyan-1: 232, 255, 251;
    --cyan-2: 183, 244, 236;
    --cyan-3: 137, 233, 224;
    --cyan-4: 94, 223, 214;
    --cyan-5: 55, 212, 207;
    --cyan-6: 20, 201, 201;
    --cyan-7: 13, 165, 170;
    --cyan-8: 7, 130, 139;
    --cyan-9: 3, 97, 108;
    --cyan-10: 0, 66, 77;
    --blue-1: 232, 247, 255;
    --blue-2: 195, 231, 254;
    --blue-3: 159, 212, 253;
    --blue-4: 123, 192, 252;
    --blue-5: 87, 169, 251;
    --blue-6: 52, 145, 250;
    --blue-7: 32, 108, 207;
    --blue-8: 17, 75, 163;
    --blue-9: 6, 48, 120;
    --blue-10: 0, 26, 77;
    --arcoblue-1: 232, 242, 255;
    --arcoblue-2: 183, 212, 252;
    --arcoblue-3: 136, 179, 249;
    --arcoblue-4: 90, 144, 246;
    --arcoblue-5: 44, 107, 243;
    --arcoblue-6: 0, 69, 240;
    --arcoblue-7: 0, 50, 199;
    --arcoblue-8: 0, 34, 158;
    --arcoblue-9: 0, 22, 117;
    --arcoblue-10: 0, 11, 77;
    --purple-1: 245, 232, 255;
    --purple-2: 221, 190, 246;
    --purple-3: 195, 150, 237;
    --purple-4: 168, 113, 227;
    --purple-5: 141, 78, 218;
    --purple-6: 114, 46, 209;
    --purple-7: 85, 29, 176;
    --purple-8: 60, 16, 143;
    --purple-9: 39, 6, 110;
    --purple-10: 22, 0, 77;
    --pinkpurple-1: 255, 232, 251;
    --pinkpurple-2: 247, 186, 239;
    --pinkpurple-3: 240, 142, 230;
    --pinkpurple-4: 232, 101, 223;
    --pinkpurple-5: 225, 62, 219;
    --pinkpurple-6: 217, 26, 217;
    --pinkpurple-7: 176, 16, 182;
    --pinkpurple-8: 138, 9, 147;
    --pinkpurple-9: 101, 3, 112;
    --pinkpurple-10: 66, 0, 77;
    --magenta-1: 255, 232, 241;
    --magenta-2: 253, 194, 219;
    --magenta-3: 251, 157, 199;
    --magenta-4: 249, 121, 183;
    --magenta-5: 247, 84, 168;
    --magenta-6: 245, 49, 157;
    --magenta-7: 203, 30, 131;
    --magenta-8: 161, 16, 105;
    --magenta-9: 119, 6, 79;
    --magenta-10: 77, 0, 52;
    --gray-1: 247, 248, 250;
    --gray-2: 242, 243, 245;
    --gray-3: 229, 230, 235;
    --gray-4: 201, 205, 212;
    --gray-5: 169, 174, 184;
    --gray-6: 134, 144, 156;
    --gray-7: 107, 119, 133;
    --gray-8: 78, 89, 105;
    --gray-9: 39, 46, 59;
    --gray-10: 29, 33, 41
}

body,
body[arco-theme=dark] {
    --success-1: var(--green-1);
    --success-2: var(--green-2);
    --success-3: var(--green-3);
    --success-4: var(--green-4);
    --success-5: var(--green-5);
    --success-6: var(--green-6);
    --success-7: var(--green-7);
    --success-8: var(--green-8);
    --success-9: var(--green-9);
    --success-10: var(--green-10);
    --primary-1: var(--arcoblue-1);
    --primary-2: var(--arcoblue-2);
    --primary-3: var(--arcoblue-3);
    --primary-4: var(--arcoblue-4);
    --primary-5: var(--arcoblue-5);
    --primary-6: var(--arcoblue-6);
    --primary-7: var(--arcoblue-7);
    --primary-8: var(--arcoblue-8);
    --primary-9: var(--arcoblue-9);
    --primary-10: var(--arcoblue-10);
    --danger-1: var(--red-1);
    --danger-2: var(--red-2);
    --danger-3: var(--red-3);
    --danger-4: var(--red-4);
    --danger-5: var(--red-5);
    --danger-6: var(--red-6);
    --danger-7: var(--red-7);
    --danger-8: var(--red-8);
    --danger-9: var(--red-9);
    --danger-10: var(--red-10);
    --warning-1: var(--orange-1);
    --warning-2: var(--orange-2);
    --warning-3: var(--orange-3);
    --warning-4: var(--orange-4);
    --warning-5: var(--orange-5);
    --warning-6: var(--orange-6);
    --warning-7: var(--orange-7);
    --warning-8: var(--orange-8);
    --warning-9: var(--orange-9);
    --warning-10: var(--orange-10);
    --link-1: var(--arcoblue-1);
    --link-2: var(--arcoblue-2);
    --link-3: var(--arcoblue-3);
    --link-4: var(--arcoblue-4);
    --link-5: var(--arcoblue-5);
    --link-6: var(--arcoblue-6);
    --link-7: var(--arcoblue-7);
    --link-8: var(--arcoblue-8);
    --link-9: var(--arcoblue-9);
    --link-10: var(--arcoblue-10)
}

body[arco-theme=dark] {
    --red-1: 77, 0, 10;
    --red-2: 121, 9, 20;
    --red-3: 166, 30, 39;
    --red-4: 210, 61, 66;
    --red-5: 255, 102, 102;
    --red-6: 255, 135, 130;
    --red-7: 255, 162, 156;
    --red-8: 255, 189, 181;
    --red-9: 255, 213, 207;
    --red-10: 255, 236, 232;
    --orangered-1: 77, 14, 0;
    --orangered-2: 119, 30, 5;
    --orangered-3: 162, 55, 20;
    --orangered-4: 204, 87, 41;
    --orangered-5: 247, 126, 69;
    --orangered-6: 249, 146, 90;
    --orangered-7: 250, 173, 125;
    --orangered-8: 252, 198, 161;
    --orangered-9: 253, 222, 197;
    --orangered-10: 255, 244, 235;
    --orange-1: 77, 20, 0;
    --orange-2: 117, 37, 4;
    --orange-3: 157, 64, 18;
    --orange-4: 198, 96, 38;
    --orange-5: 238, 134, 65;
    --orange-6: 241, 153, 85;
    --orange-7: 245, 179, 120;
    --orange-8: 248, 202, 157;
    --orange-9: 252, 225, 194;
    --orange-10: 255, 245, 232;
    --gold-1: 77, 45, 0;
    --gold-2: 119, 75, 4;
    --gold-3: 162, 111, 15;
    --gold-4: 204, 150, 31;
    --gold-5: 247, 192, 52;
    --gold-6: 249, 204, 68;
    --gold-7: 250, 220, 108;
    --gold-8: 252, 233, 149;
    --gold-9: 253, 244, 190;
    --gold-10: 255, 252, 232;
    --yellow-1: 77, 56, 0;
    --yellow-2: 120, 94, 7;
    --yellow-3: 163, 134, 20;
    --yellow-4: 207, 179, 37;
    --yellow-5: 250, 225, 60;
    --yellow-6: 251, 233, 75;
    --yellow-7: 252, 243, 116;
    --yellow-8: 253, 250, 157;
    --yellow-9: 254, 254, 198;
    --yellow-10: 254, 255, 240;
    --lime-1: 42, 77, 0;
    --lime-2: 68, 112, 6;
    --lime-3: 98, 148, 18;
    --lime-4: 132, 183, 35;
    --lime-5: 168, 219, 57;
    --lime-6: 184, 226, 75;
    --lime-7: 203, 233, 112;
    --lime-8: 222, 241, 152;
    --lime-9: 238, 248, 194;
    --lime-10: 253, 255, 238;
    --green-1: 0, 77, 23;
    --green-2: 7, 99, 31;
    --green-3: 21, 121, 45;
    --green-4: 39, 144, 60;
    --green-5: 62, 166, 79;
    --green-6: 87, 184, 100;
    --green-7: 117, 202, 126;
    --green-8: 151, 219, 156;
    --green-9: 190, 237, 191;
    --green-10: 232, 255, 232;
    --cyan-1: 0, 66, 77;
    --cyan-2: 6, 97, 108;
    --cyan-3: 17, 131, 139;
    --cyan-4: 31, 166, 170;
    --cyan-5: 48, 201, 201;
    --cyan-6: 63, 212, 207;
    --cyan-7: 102, 223, 215;
    --cyan-8: 144, 233, 225;
    --cyan-9: 190, 244, 237;
    --cyan-10: 240, 255, 252;
    --blue-1: 0, 26, 77;
    --blue-2: 5, 47, 120;
    --blue-3: 19, 76, 163;
    --blue-4: 41, 113, 207;
    --blue-5: 70, 154, 250;
    --blue-6: 90, 170, 251;
    --blue-7: 125, 193, 252;
    --blue-8: 161, 213, 253;
    --blue-9: 198, 232, 254;
    --blue-10: 234, 248, 255;
    --arcoblue-1: 0, 11, 77;
    --arcoblue-2: 4, 25, 117;
    --arcoblue-3: 9, 41, 158;
    --arcoblue-4: 18, 63, 199;
    --arcoblue-5: 29, 90, 240;
    --arcoblue-6: 36, 102, 243;
    --arcoblue-7: 84, 140, 246;
    --arcoblue-8: 132, 177, 249;
    --arcoblue-9: 181, 211, 252;
    --arcoblue-10: 232, 242, 255;
    --purple-1: 22, 0, 77;
    --purple-2: 39, 6, 110;
    --purple-3: 62, 19, 143;
    --purple-4: 90, 37, 176;
    --purple-5: 123, 61, 209;
    --purple-6: 142, 81, 218;
    --purple-7: 169, 116, 227;
    --purple-8: 197, 154, 237;
    --purple-9: 223, 194, 246;
    --purple-10: 247, 237, 255;
    --pinkpurple-1: 66, 0, 77;
    --pinkpurple-2: 101, 3, 112;
    --pinkpurple-3: 138, 13, 147;
    --pinkpurple-4: 176, 27, 182;
    --pinkpurple-5: 217, 46, 217;
    --pinkpurple-6: 225, 61, 219;
    --pinkpurple-7: 232, 102, 223;
    --pinkpurple-8: 240, 146, 230;
    --pinkpurple-9: 247, 193, 240;
    --pinkpurple-10: 255, 242, 253;
    --magenta-1: 77, 0, 52;
    --magenta-2: 119, 8, 80;
    --magenta-3: 161, 23, 108;
    --magenta-4: 203, 43, 136;
    --magenta-5: 245, 69, 166;
    --magenta-6: 247, 86, 169;
    --magenta-7: 249, 122, 184;
    --magenta-8: 251, 158, 200;
    --magenta-9: 253, 195, 219;
    --magenta-10: 255, 232, 241;
    --gray-1: 23, 23, 26;
    --gray-2: 46, 46, 48;
    --gray-3: 72, 72, 73;
    --gray-4: 95, 95, 96;
    --gray-5: 120, 120, 122;
    --gray-6: 146, 146, 147;
    --gray-7: 171, 171, 172;
    --gray-8: 197, 197, 197;
    --gray-9: 223, 223, 223;
    --gray-10: 246, 246, 246
}

body {
    --color-white: #fff;
    --color-black: #000;
    --color-border: rgb(var(--gray-3));
    --color-bg-popup: var(--color-bg-5);
    --color-bg-1: #fff;
    --color-bg-2: #fff;
    --color-bg-3: #fff;
    --color-bg-4: #fff;
    --color-bg-5: #fff;
    --color-bg-white: #fff;
    --color-neutral-1: rgb(var(--gray-1));
    --color-neutral-2: rgb(var(--gray-2));
    --color-neutral-3: rgb(var(--gray-3));
    --color-neutral-4: rgb(var(--gray-4));
    --color-neutral-5: rgb(var(--gray-5));
    --color-neutral-6: rgb(var(--gray-6));
    --color-neutral-7: rgb(var(--gray-7));
    --color-neutral-8: rgb(var(--gray-8));
    --color-neutral-9: rgb(var(--gray-9));
    --color-neutral-10: rgb(var(--gray-10));
    --color-text-1: var(--color-neutral-10);
    --color-text-2: var(--color-neutral-8);
    --color-text-3: var(--color-neutral-6);
    --color-text-4: var(--color-neutral-4);
    --color-border-1: var(--color-neutral-2);
    --color-border-2: var(--color-neutral-3);
    --color-border-3: var(--color-neutral-4);
    --color-border-4: var(--color-neutral-6);
    --color-fill-1: var(--color-neutral-1);
    --color-fill-2: var(--color-neutral-2);
    --color-fill-3: var(--color-neutral-3);
    --color-fill-4: var(--color-neutral-4);
    --color-primary-light-1: rgb(var(--primary-1));
    --color-primary-light-2: rgb(var(--primary-2));
    --color-primary-light-3: rgb(var(--primary-3));
    --color-primary-light-4: rgb(var(--primary-4));
    --color-link-light-1: rgb(var(--link-1));
    --color-link-light-2: rgb(var(--link-2));
    --color-link-light-3: rgb(var(--link-3));
    --color-link-light-4: rgb(var(--link-4));
    --color-secondary: var(--color-neutral-2);
    --color-secondary-hover: var(--color-neutral-3);
    --color-secondary-active: var(--color-neutral-4);
    --color-secondary-disabled: var(--color-neutral-1);
    --color-danger-light-1: rgb(var(--danger-1));
    --color-danger-light-2: rgb(var(--danger-2));
    --color-danger-light-3: rgb(var(--danger-3));
    --color-danger-light-4: rgb(var(--danger-4));
    --color-success-light-1: rgb(var(--success-1));
    --color-success-light-2: rgb(var(--success-2));
    --color-success-light-3: rgb(var(--success-3));
    --color-success-light-4: rgb(var(--success-4));
    --color-warning-light-1: rgb(var(--warning-1));
    --color-warning-light-2: rgb(var(--warning-2));
    --color-warning-light-3: rgb(var(--warning-3));
    --color-warning-light-4: rgb(var(--warning-4));
    --border-radius-none: 0;
    --border-radius-small: 4px;
    --border-radius-medium: 4px;
    --border-radius-large: 4px;
    --border-radius-circle: 50%;
    --color-tooltip-bg: rgb(var(--gray-10));
    --color-spin-layer-bg: hsla(0, 0%, 100%, 0.6);
    --color-menu-dark-bg: #232324;
    --color-menu-light-bg: #fff;
    --color-menu-dark-hover: hsla(0, 0%, 100%, 0.04);
    --color-mask-bg: rgba(29, 33, 41, 0.6)
}

body[arco-theme=dark] {
    --color-white: hsla(0, 0%, 100%, 0.9);
    --color-black: #000;
    --color-border: #333335;
    --color-bg-1: #17171a;
    --color-bg-2: #232324;
    --color-bg-3: #2a2a2b;
    --color-bg-4: #313132;
    --color-bg-5: #373739;
    --color-bg-white: #f6f6f6;
    --color-text-1: hsla(0, 0%, 100%, 0.9);
    --color-text-2: hsla(0, 0%, 100%, 0.7);
    --color-text-3: hsla(0, 0%, 100%, 0.5);
    --color-text-4: hsla(0, 0%, 100%, 0.3);
    --color-fill-1: hsla(0, 0%, 100%, 0.04);
    --color-fill-2: hsla(0, 0%, 100%, 0.08);
    --color-fill-3: hsla(0, 0%, 100%, 0.12);
    --color-fill-4: hsla(0, 0%, 100%, 0.16);
    --color-primary-light-1: rgba(var(--primary-6), 0.2);
    --color-primary-light-2: rgba(var(--primary-6), 0.35);
    --color-primary-light-3: rgba(var(--primary-6), 0.5);
    --color-primary-light-4: rgba(var(--primary-6), 0.65);
    --color-secondary: rgba(var(--gray-9), 0.08);
    --color-secondary-hover: rgba(var(--gray-8), 0.16);
    --color-secondary-active: rgba(var(--gray-7), 0.24);
    --color-secondary-disabled: rgba(var(--gray-9), 0.08);
    --color-danger-light-1: rgba(var(--danger-6), 0.2);
    --color-danger-light-2: rgba(var(--danger-6), 0.35);
    --color-danger-light-3: rgba(var(--danger-6), 0.5);
    --color-danger-light-4: rgba(var(--danger-6), 0.65);
    --color-success-light-1: rgb(var(--success-6), 0.2);
    --color-success-light-2: rgb(var(--success-6), 0.35);
    --color-success-light-3: rgb(var(--success-6), 0.5);
    --color-success-light-4: rgb(var(--success-6), 0.65);
    --color-warning-light-1: rgb(var(--warning-6), 0.2);
    --color-warning-light-2: rgb(var(--warning-6), 0.35);
    --color-warning-light-3: rgb(var(--warning-6), 0.5);
    --color-warning-light-4: rgb(var(--warning-6), 0.65);
    --color-link-light-1: rgb(var(--link-6), 0.2);
    --color-link-light-2: rgb(var(--link-6), 0.35);
    --color-link-light-3: rgb(var(--link-6), 0.5);
    --color-link-light-4: rgb(var(--link-6), 0.65);
    --color-tooltip-bg: #373739;
    --color-spin-layer-bg: rgba(51, 51, 51, 0.6);
    --color-menu-dark-bg: #232324;
    --color-menu-light-bg: #232324;
    --color-menu-dark-hover: var(--color-fill-2);
    --color-mask-bg: rgba(23, 23, 26, 0.6)
}

body {
    font-size: 14px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif
}

.arco-trigger-wrapper {
    display: inline-block
}

.arco-trigger-popup {
    position: absolute;
    z-index: 1000
}

.arco-trigger-arrow {
    position: absolute;
    z-index: -1;
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    background-color: var(--color-bg-5);
    content: ""
}

.arco-trigger-popup[trigger-placement=tl] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=top] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=tr] .arco-trigger-arrow {
    border-top: none;
    border-left: none;
    border-bottom-right-radius: var(--border-radius-small)
}

.arco-trigger-popup[trigger-placement=bl] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=bottom] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=br] .arco-trigger-arrow {
    border-right: none;
    border-bottom: none;
    border-top-left-radius: var(--border-radius-small)
}

.arco-trigger-popup[trigger-placement=lb] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=left] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=lt] .arco-trigger-arrow {
    border-bottom: none;
    border-left: none;
    border-top-right-radius: var(--border-radius-small)
}

.arco-trigger-popup[trigger-placement=rb] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=right] .arco-trigger-arrow,
.arco-trigger-popup[trigger-placement=rt] .arco-trigger-arrow {
    border-top: none;
    border-right: none;
    border-bottom-left-radius: var(--border-radius-small)
}

.arco-btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.5715;
    white-space: nowrap;
    outline: 0;
    cursor: pointer;
    transition: all .1s linear;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-btn>a:only-child {
    color: currentColor
}

.arco-btn:active {
    transition: none
}

.arco-btn-long {
    display: block;
    width: 100%
}

.arco-btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.arco-btn-link:not([href]) {
    color: var(--color-text-4)
}

.arco-btn-link:hover {
    text-decoration: none
}

.arco-btn-link.arco-btn-only-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top
}

.arco-btn.arco-btn-only-icon .arco-btn-icon {
    display: flex;
    justify-content: center
}

.arco-btn-loading {
    position: relative;
    cursor: default
}

.arco-btn-loading:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    background: #fff;
    border-radius: inherit;
    opacity: .4;
    transition: opacity .1s linear;
    content: "";
    pointer-events: none
}

.arco-btn-loading-fixed-width {
    transition: none
}

.arco-btn-two-chinese-chars>:not(svg) {
    margin-right: -.3em;
    letter-spacing: .3em
}

.arco-btn-outline,
.arco-btn-outline[type=button],
.arco-btn-outline[type=submit] {
    color: rgb(var(--primary-6));
    background-color: transparent;
    border: 1px solid rgb(var(--primary-6))
}

.arco-btn-outline:hover,
.arco-btn-outline[type=button]:hover,
.arco-btn-outline[type=submit]:hover {
    color: rgb(var(--primary-5));
    background-color: transparent;
    border-color: rgb(var(--primary-5))
}

.arco-btn-outline:active,
.arco-btn-outline[type=button]:active,
.arco-btn-outline[type=submit]:active {
    color: rgb(var(--primary-7));
    background-color: transparent;
    border-color: rgb(var(--primary-7))
}

.arco-btn-outline.arco-btn-loading,
.arco-btn-outline[type=button].arco-btn-loading,
.arco-btn-outline[type=submit].arco-btn-loading {
    color: rgb(var(--primary-6));
    background-color: transparent;
    border: 1px solid rgb(var(--primary-6))
}

.arco-btn-outline.arco-btn-disabled,
.arco-btn-outline[type=button].arco-btn-disabled,
.arco-btn-outline[type=submit].arco-btn-disabled {
    color: var(--color-primary-light-3);
    background-color: transparent;
    border: 1px solid var(--color-primary-light-3);
    cursor: not-allowed
}

.arco-btn-outline.arco-btn-status-warning {
    color: rgb(var(--warning-6));
    background-color: transparent;
    border-color: rgb(var(--warning-6))
}

.arco-btn-outline.arco-btn-status-warning:hover {
    color: rgb(var(--warning-5));
    background-color: transparent;
    border-color: rgb(var(--warning-5))
}

.arco-btn-outline.arco-btn-status-warning:active {
    color: rgb(var(--warning-7));
    background-color: transparent;
    border-color: rgb(var(--warning-7))
}

.arco-btn-outline.arco-btn-status-warning.arco-btn-loading {
    color: rgb(var(--warning-6));
    background-color: transparent;
    border-color: rgb(var(--warning-6))
}

.arco-btn-outline.arco-btn-status-warning.arco-btn-disabled {
    color: var(--color-warning-light-3);
    background-color: transparent;
    border: 1px solid var(--color-warning-light-3)
}

.arco-btn-outline.arco-btn-status-danger {
    color: rgb(var(--danger-6));
    background-color: transparent;
    border-color: rgb(var(--danger-6))
}

.arco-btn-outline.arco-btn-status-danger:hover {
    color: rgb(var(--danger-5));
    background-color: transparent;
    border-color: rgb(var(--danger-5))
}

.arco-btn-outline.arco-btn-status-danger:active {
    color: rgb(var(--danger-7));
    background-color: transparent;
    border-color: rgb(var(--danger-7))
}

.arco-btn-outline.arco-btn-status-danger.arco-btn-loading {
    color: rgb(var(--danger-6));
    background-color: transparent;
    border-color: rgb(var(--danger-6))
}

.arco-btn-outline.arco-btn-status-danger.arco-btn-disabled {
    color: var(--color-danger-light-3);
    background-color: transparent;
    border: 1px solid var(--color-danger-light-3)
}

.arco-btn-outline.arco-btn-status-success {
    color: rgb(var(--success-6));
    background-color: transparent;
    border-color: rgb(var(--success-6))
}

.arco-btn-outline.arco-btn-status-success:hover {
    color: rgb(var(--success-5));
    background-color: transparent;
    border-color: rgb(var(--success-5))
}

.arco-btn-outline.arco-btn-status-success:active {
    color: rgb(var(--success-7));
    background-color: transparent;
    border-color: rgb(var(--success-7))
}

.arco-btn-outline.arco-btn-status-success.arco-btn-loading {
    color: rgb(var(--success-6));
    background-color: transparent;
    border-color: rgb(var(--success-6))
}

.arco-btn-outline.arco-btn-status-success.arco-btn-disabled {
    color: var(--color-success-light-3);
    background-color: transparent;
    border: 1px solid var(--color-success-light-3)
}

.arco-btn-primary,
.arco-btn-primary[type=button],
.arco-btn-primary[type=submit] {
    color: #fff;
    background-color: rgb(var(--primary-6));
    border: 1px solid transparent
}

.arco-btn-primary:hover,
.arco-btn-primary[type=button]:hover,
.arco-btn-primary[type=submit]:hover {
    color: #fff;
    background-color: rgb(var(--primary-5));
    border-color: transparent
}

.arco-btn-primary:active,
.arco-btn-primary[type=button]:active,
.arco-btn-primary[type=submit]:active {
    color: #fff;
    background-color: rgb(var(--primary-7));
    border-color: transparent
}

.arco-btn-primary.arco-btn-loading,
.arco-btn-primary[type=button].arco-btn-loading,
.arco-btn-primary[type=submit].arco-btn-loading {
    color: #fff;
    background-color: rgb(var(--primary-6));
    border: 1px solid transparent
}

.arco-btn-primary.arco-btn-disabled,
.arco-btn-primary[type=button].arco-btn-disabled,
.arco-btn-primary[type=submit].arco-btn-disabled {
    color: #fff;
    background-color: var(--color-primary-light-3);
    border: 1px solid transparent;
    cursor: not-allowed
}

.arco-btn-primary.arco-btn-status-warning {
    color: #fff;
    background-color: rgb(var(--warning-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-warning:hover {
    color: #fff;
    background-color: rgb(var(--warning-5));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-warning:active {
    color: #fff;
    background-color: rgb(var(--warning-7));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-warning.arco-btn-loading {
    color: #fff;
    background-color: rgb(var(--warning-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-warning.arco-btn-disabled {
    color: #fff;
    background-color: var(--color-warning-light-3);
    border: 1px solid transparent
}

.arco-btn-primary.arco-btn-status-danger {
    color: #fff;
    background-color: rgb(var(--danger-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-danger:hover {
    color: #fff;
    background-color: rgb(var(--danger-5));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-danger:active {
    color: #fff;
    background-color: rgb(var(--danger-7));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-danger.arco-btn-loading {
    color: #fff;
    background-color: rgb(var(--danger-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-danger.arco-btn-disabled {
    color: #fff;
    background-color: var(--color-danger-light-3);
    border: 1px solid transparent
}

.arco-btn-primary.arco-btn-status-success {
    color: #fff;
    background-color: rgb(var(--success-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-success:hover {
    color: #fff;
    background-color: rgb(var(--success-5));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-success:active {
    color: #fff;
    background-color: rgb(var(--success-7));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-success.arco-btn-loading {
    color: #fff;
    background-color: rgb(var(--success-6));
    border-color: transparent
}

.arco-btn-primary.arco-btn-status-success.arco-btn-disabled {
    color: #fff;
    background-color: var(--color-success-light-3);
    border: 1px solid transparent
}

.arco-btn-secondary,
.arco-btn-secondary[type=button],
.arco-btn-secondary[type=submit] {
    color: var(--color-text-2);
    background-color: var(--color-secondary);
    border: 1px solid transparent
}

.arco-btn-secondary:hover,
.arco-btn-secondary[type=button]:hover,
.arco-btn-secondary[type=submit]:hover {
    color: var(--color-text-2);
    background-color: var(--color-secondary-hover);
    border-color: transparent
}

.arco-btn-secondary:active,
.arco-btn-secondary[type=button]:active,
.arco-btn-secondary[type=submit]:active {
    color: var(--color-text-2);
    background-color: var(--color-secondary-active);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-loading,
.arco-btn-secondary[type=button].arco-btn-loading,
.arco-btn-secondary[type=submit].arco-btn-loading {
    color: var(--color-text-2);
    background-color: var(--color-secondary);
    border: 1px solid transparent
}

.arco-btn-secondary.arco-btn-disabled,
.arco-btn-secondary[type=button].arco-btn-disabled,
.arco-btn-secondary[type=submit].arco-btn-disabled {
    color: var(--color-text-4);
    background-color: var(--color-secondary-disabled);
    border: 1px solid transparent;
    cursor: not-allowed
}

.arco-btn-secondary.arco-btn-status-warning {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-warning:hover {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-2);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-warning:active {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-3);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-warning.arco-btn-loading {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-warning.arco-btn-disabled {
    color: var(--color-warning-light-3);
    background-color: var(--color-warning-light-1);
    border: 1px solid transparent
}

.arco-btn-secondary.arco-btn-status-danger {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-danger:hover {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-2);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-danger:active {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-3);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-danger.arco-btn-loading {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-danger.arco-btn-disabled {
    color: var(--color-danger-light-3);
    background-color: var(--color-danger-light-1);
    border: 1px solid transparent
}

.arco-btn-secondary.arco-btn-status-success {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-success:hover {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-2);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-success:active {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-3);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-success.arco-btn-loading {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1);
    border-color: transparent
}

.arco-btn-secondary.arco-btn-status-success.arco-btn-disabled {
    color: var(--color-success-light-3);
    background-color: var(--color-success-light-1);
    border: 1px solid transparent
}

.arco-btn-dashed,
.arco-btn-dashed[type=button],
.arco-btn-dashed[type=submit] {
    color: var(--color-text-2);
    background-color: var(--color-fill-2);
    border: 1px dashed var(--color-neutral-3)
}

.arco-btn-dashed:hover,
.arco-btn-dashed[type=button]:hover,
.arco-btn-dashed[type=submit]:hover {
    color: var(--color-text-2);
    background-color: var(--color-fill-3);
    border-color: var(--color-neutral-4)
}

.arco-btn-dashed:active,
.arco-btn-dashed[type=button]:active,
.arco-btn-dashed[type=submit]:active {
    color: var(--color-text-2);
    background-color: var(--color-fill-4);
    border-color: var(--color-neutral-5)
}

.arco-btn-dashed.arco-btn-loading,
.arco-btn-dashed[type=button].arco-btn-loading,
.arco-btn-dashed[type=submit].arco-btn-loading {
    color: var(--color-text-2);
    background-color: var(--color-fill-2);
    border: 1px dashed var(--color-neutral-3)
}

.arco-btn-dashed.arco-btn-disabled,
.arco-btn-dashed[type=button].arco-btn-disabled,
.arco-btn-dashed[type=submit].arco-btn-disabled {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    border: 1px dashed var(--color-neutral-3);
    cursor: not-allowed
}

.arco-btn-dashed.arco-btn-status-warning {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1);
    border-color: var(--color-warning-light-2)
}

.arco-btn-dashed.arco-btn-status-warning:hover {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-2);
    border-color: var(--color-warning-light-3)
}

.arco-btn-dashed.arco-btn-status-warning:active {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-3);
    border-color: var(--color-warning-light-4)
}

.arco-btn-dashed.arco-btn-status-warning.arco-btn-loading {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1);
    border-color: var(--color-warning-light-2)
}

.arco-btn-dashed.arco-btn-status-warning.arco-btn-disabled {
    color: var(--color-warning-light-3);
    background-color: var(--color-warning-light-1);
    border: 1px dashed var(--color-warning-light-2)
}

.arco-btn-dashed.arco-btn-status-danger {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1);
    border-color: var(--color-danger-light-2)
}

.arco-btn-dashed.arco-btn-status-danger:hover {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-2);
    border-color: var(--color-danger-light-3)
}

.arco-btn-dashed.arco-btn-status-danger:active {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-3);
    border-color: var(--color-danger-light-4)
}

.arco-btn-dashed.arco-btn-status-danger.arco-btn-loading {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1);
    border-color: var(--color-danger-light-2)
}

.arco-btn-dashed.arco-btn-status-danger.arco-btn-disabled {
    color: var(--color-danger-light-3);
    background-color: var(--color-danger-light-1);
    border: 1px dashed var(--color-danger-light-2)
}

.arco-btn-dashed.arco-btn-status-success {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1);
    border-color: var(--color-success-light-2)
}

.arco-btn-dashed.arco-btn-status-success:hover {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-2);
    border-color: var(--color-success-light-3)
}

.arco-btn-dashed.arco-btn-status-success:active {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-3);
    border-color: var(--color-success-light-4)
}

.arco-btn-dashed.arco-btn-status-success.arco-btn-loading {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1);
    border-color: var(--color-success-light-2)
}

.arco-btn-dashed.arco-btn-status-success.arco-btn-disabled {
    color: var(--color-success-light-3);
    background-color: var(--color-success-light-1);
    border: 1px dashed var(--color-success-light-2)
}

.arco-btn-text,
.arco-btn-text[type=button],
.arco-btn-text[type=submit] {
    color: #0045f0;
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-text:hover,
.arco-btn-text[type=button]:hover,
.arco-btn-text[type=submit]:hover {
    color: #0045f0;
    background-color: #e8f3ff;
    border-color: transparent
}

.arco-btn-text:active,
.arco-btn-text[type=button]:active,
.arco-btn-text[type=submit]:active {
    color: #4080ff;
    background-color: #e8f3ff;
    border-color: transparent
}

.arco-btn-text.arco-btn-loading,
.arco-btn-text[type=button].arco-btn-loading,
.arco-btn-text[type=submit].arco-btn-loading {
    color: #0045f0;
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-text.arco-btn-disabled,
.arco-btn-text[type=button].arco-btn-disabled,
.arco-btn-text[type=submit].arco-btn-disabled {
    color: var(--color-primary-light-3);
    background-color: transparent;
    border: 1px solid transparent;
    cursor: not-allowed
}

.arco-btn-text.arco-btn-status-warning {
    color: rgb(var(--warning-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-warning:hover {
    color: rgb(var(--warning-6));
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-warning:active {
    color: rgb(var(--warning-6));
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-warning.arco-btn-loading {
    color: rgb(var(--warning-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-warning.arco-btn-disabled {
    color: var(--color-warning-light-3);
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-text.arco-btn-status-danger {
    color: rgb(var(--danger-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-danger:hover {
    color: rgb(var(--danger-6));
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-danger:active {
    color: rgb(var(--danger-6));
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-danger.arco-btn-loading {
    color: rgb(var(--danger-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-danger.arco-btn-disabled {
    color: var(--color-danger-light-3);
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-text.arco-btn-status-success {
    color: rgb(var(--success-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-success:hover {
    color: rgb(var(--success-6));
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-success:active {
    color: rgb(var(--success-6));
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-btn-text.arco-btn-status-success.arco-btn-loading {
    color: rgb(var(--success-6));
    background-color: transparent;
    border-color: transparent
}

.arco-btn-text.arco-btn-status-success.arco-btn-disabled {
    color: var(--color-success-light-3);
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-size-mini {
    height: 24px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: var(--border-radius-small)
}

.arco-btn-size-mini:not(.arco-btn-only-icon) .arco-btn-icon {
    margin-right: 4px
}

.arco-btn-size-mini svg {
    vertical-align: -1px
}

.arco-btn-size-mini.arco-btn-loading-fixed-width.arco-btn-loading {
    padding-right: 4px;
    padding-left: 4px
}

.arco-btn-size-mini.arco-btn-only-icon {
    width: 24px;
    height: 24px;
    padding: 0
}

.arco-btn-size-mini.arco-btn-shape-circle {
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    border-radius: var(--border-radius-circle)
}

.arco-btn-size-mini.arco-btn-shape-round {
    border-radius: 12px
}

.arco-btn-size-small {
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: var(--border-radius-small)
}

.arco-btn-size-small:not(.arco-btn-only-icon) .arco-btn-icon {
    margin-right: 6px
}

.arco-btn-size-small svg {
    vertical-align: -2px
}

.arco-btn-size-small.arco-btn-loading-fixed-width.arco-btn-loading {
    padding-right: 3px;
    padding-left: 3px
}

.arco-btn-size-small.arco-btn-only-icon {
    width: 28px;
    height: 28px;
    padding: 0
}

.arco-btn-size-small.arco-btn-shape-circle {
    width: 28px;
    height: 28px;
    padding: 0;
    text-align: center;
    border-radius: var(--border-radius-circle)
}

.arco-btn-size-small.arco-btn-shape-round {
    border-radius: 14px
}

.arco-btn-size-medium {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: var(--border-radius-small)
}

.arco-btn-size-medium:not(.arco-btn-only-icon) .arco-btn-icon {
    margin-right: 8px
}

.arco-btn-size-medium svg {
    vertical-align: -2px
}

.arco-btn-size-medium.arco-btn-loading-fixed-width.arco-btn-loading {
    padding-right: 2px;
    padding-left: 2px
}

.arco-btn-size-medium.arco-btn-only-icon {
    width: 32px;
    height: 32px;
    padding: 0
}

.arco-btn-size-medium.arco-btn-shape-circle {
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    border-radius: var(--border-radius-circle)
}

.arco-btn-size-medium.arco-btn-shape-round {
    border-radius: 16px
}

.arco-btn-size-large {
    height: 36px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: var(--border-radius-small)
}

.arco-btn-size-large:not(.arco-btn-only-icon) .arco-btn-icon {
    margin-right: 8px
}

.arco-btn-size-large svg {
    vertical-align: -2px
}

.arco-btn-size-large.arco-btn-loading-fixed-width.arco-btn-loading {
    padding-right: 2px;
    padding-left: 2px
}

.arco-btn-size-large.arco-btn-only-icon {
    width: 36px;
    height: 36px;
    padding: 0
}

.arco-btn-size-large.arco-btn-shape-circle {
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
    border-radius: var(--border-radius-circle)
}

.arco-btn-size-large.arco-btn-shape-round {
    border-radius: 18px
}

.arco-btn-group {
    display: inline-flex;
    align-items: center
}

.arco-btn-group .arco-btn-dashed:not(:first-child),
.arco-btn-group .arco-btn-outline:not(:first-child) {
    margin-left: -1px
}

.arco-btn-group .arco-btn-primary:not(:last-child) {
    border-right: 1px solid rgb(var(--primary-5))
}

.arco-btn-group .arco-btn-secondary:not(:last-child) {
    border-right: 1px solid var(--color-secondary-hover)
}

.arco-btn-group .arco-btn-status-warning:not(:last-child) {
    border-right: 1px solid rgb(var(--warning-5))
}

.arco-btn-group .arco-btn-status-danger:not(:last-child) {
    border-right: 1px solid rgb(var(--danger-5))
}

.arco-btn-group .arco-btn-status-success:not(:last-child) {
    border-right: 1px solid rgb(var(--success-5))
}

.arco-btn-group .arco-btn-dashed:active,
.arco-btn-group .arco-btn-dashed:hover,
.arco-btn-group .arco-btn-outline:active,
.arco-btn-group .arco-btn-outline:hover {
    z-index: 2
}

.arco-btn-group .arco-btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-btn-group .arco-btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-btn-group .arco-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

body[arco-theme=dark] .arco-btn-primary.arco-btn-disabled {
    color: hsla(0, 0%, 100%, .3)
}

.arco-btn-size-small {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    line-height: 18px
}

.arco-btn-size-small.arco-btn-only-icon {
    width: 24px;
    height: 24px
}

.arco-btn-size-lg-small {
    height: 28px;
    border-radius: 4px
}

.arco-btn-size-medium {
    line-height: 18px
}

.arco-btn-outline:not(.arco-btn-disabled):not(.arco-btn-textPlain):not(.arco-btn-plain):hover,
.arco-btn-outline[type=button]:not(.arco-btn-disabled):not(.arco-btn-textPlain):not(.arco-btn-plain):hover,
.arco-btn-outline[type=submit]:not(.arco-btn-disabled):not(.arco-btn-textPlain):not(.arco-btn-plain):hover {
    color: #0045f0;
    background: #e8f3ff;
    border-color: #0045f0
}

.arco-btn-outline:not(.arco-btn-disabled):not(.arco-btn-textPlain):not(.arco-btn-plain):active,
.arco-btn-outline[type=button]:not(.arco-btn-disabled):not(.arco-btn-textPlain):not(.arco-btn-plain):active,
.arco-btn-outline[type=submit]:not(.arco-btn-disabled):not(.arco-btn-textPlain):not(.arco-btn-plain):active {
    color: #4080ff;
    background: #e8f3ff;
    border-color: #4080ff
}

.arco-btn-plain,
.arco-btn-plain[type=button],
.arco-btn-plain[type=submit] {
    color: #000430;
    background-color: #fff;
    border: 1px solid #c9cdd4
}

.arco-btn-plain:hover,
.arco-btn-plain[type=button]:hover,
.arco-btn-plain[type=submit]:hover {
    color: #0045f0;
    background-color: #fff;
    border-color: #0045f0
}

.arco-btn-plain.gj-btn-active,
.arco-btn-plain:active,
.arco-btn-plain[type=button].gj-btn-active,
.arco-btn-plain[type=button]:active,
.arco-btn-plain[type=submit].gj-btn-active,
.arco-btn-plain[type=submit]:active {
    color: #4080ff;
    background: #e8f3ff;
    border-color: #4080ff
}

.arco-btn-plain.arco-btn-disabled,
.arco-btn-plain[type=button].arco-btn-disabled,
.arco-btn-plain[type=submit].arco-btn-disabled {
    color: #c9cdd4;
    background-color: #fff;
    border-color: #e5e6eb;
    cursor: not-allowed
}

.arco-btn-textPlain,
.arco-btn-textPlain[type=button],
.arco-btn-textPlain[type=submit] {
    color: #000430;
    background-color: transparent;
    border: 1px solid transparent
}

.arco-btn-textPlain:hover,
.arco-btn-textPlain[type=button]:hover,
.arco-btn-textPlain[type=submit]:hover {
    color: #000430;
    background-color: #f2f2f5;
    border-color: #f2f2f5
}

.arco-btn-textPlain:active,
.arco-btn-textPlain[type=button]:active,
.arco-btn-textPlain[type=submit]:active {
    color: #000430;
    background: #e6e6ed;
    border-color: #e6e6ed
}

.arco-btn-textPlain.arco-btn-disabled,
.arco-btn-textPlain[type=button].arco-btn-disabled,
.arco-btn-textPlain[type=submit].arco-btn-disabled {
    color: #c9cdd4;
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed
}

.arco-icon-hover.arco-checkbox-icon-hover:before {
    width: 24px;
    height: 24px
}

.arco-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 12px;
    line-height: unset;
    cursor: pointer
}

.arco-checkbox>input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.arco-checkbox:hover .arco-checkbox-icon-hover:before,
.arco-checkbox>input[type=checkbox]:focus+.arco-checkbox-icon-hover:before {
    background-color: var(--color-fill-2)
}

.arco-checkbox-label {
    margin-left: 8px;
    color: var(--color-text-1)
}

.arco-checkbox-icon {
    position: relative;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: var(--color-bg-2);
    border: 2px solid var(--color-fill-3);
    border-radius: var(--border-radius-small);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-checkbox-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 2px;
    background: var(--color-white);
    border-radius: .5px;
    transform: translateX(-50%) translateY(-50%) scale(0);
    content: ""
}

.arco-checkbox-icon-check {
    position: relative;
    display: block;
    width: 8px;
    height: 100%;
    margin: 0 auto;
    color: var(--color-white);
    transform: scale(0);
    transform-origin: center 75%
}

.arco-checkbox:hover .arco-checkbox-icon {
    border-color: var(--color-fill-4);
    transition: border-color .1s linear, transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-checkbox-checked:hover .arco-checkbox-icon,
.arco-checkbox-indeterminate:hover .arco-checkbox-icon {
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-checkbox-checked .arco-checkbox-icon {
    background-color: rgb(var(--primary-6));
    border-color: transparent
}

.arco-checkbox-checked .arco-checkbox-icon-check {
    transform: scale(1.8) translateY(1.4px);
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-checkbox-indeterminate .arco-checkbox-icon {
    background-color: rgb(var(--primary-6));
    border-color: transparent
}

.arco-checkbox-indeterminate .arco-checkbox-icon svg {
    transform: scale(0)
}

.arco-checkbox-indeterminate .arco-checkbox-icon:after {
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-checkbox.arco-checkbox-disabled,
.arco-checkbox.arco-checkbox-disabled .arco-checkbox-icon-hover {
    cursor: not-allowed
}

.arco-checkbox.arco-checkbox-disabled:hover .arco-checkbox-mask {
    border-color: var(--color-fill-3)
}

.arco-checkbox-checked:hover .arco-checkbox-icon,
.arco-checkbox-indeterminate:hover .arco-checkbox-icon {
    border-color: transparent
}

.arco-checkbox-disabled .arco-checkbox-icon {
    background-color: var(--color-fill-2);
    border-color: var(--color-fill-3)
}

.arco-checkbox-disabled.arco-checkbox-checked .arco-checkbox-icon,
.arco-checkbox-disabled.arco-checkbox-checked:hover .arco-checkbox-icon {
    background-color: var(--color-primary-light-3);
    border-color: transparent
}

.arco-checkbox-checked:hover .arco-checkbox-icon-hover:before,
.arco-checkbox-disabled:hover .arco-checkbox-icon-hover:before,
.arco-checkbox-indeterminate:hover .arco-checkbox-icon-hover:before {
    background-color: transparent
}

.arco-checkbox-disabled .arco-checkbox-label {
    color: var(--color-text-4)
}

.arco-checkbox-disabled .arco-checkbox-icon-check {
    color: var(--color-fill-3)
}

.arco-checkbox-group {
    display: inline-block
}

.arco-checkbox-group .arco-checkbox {
    margin-right: 16px
}

.arco-checkbox-group-direction-vertical .arco-checkbox {
    display: flex;
    margin-right: 0;
    line-height: 32px
}

.arco-checkbox>input[type=checkbox]:focus+.arco-checkbox-icon-hover:before {
    background-color: unset
}

.arco-checkbox-disabled .arco-checkbox-icon-check {
    color: #fff
}

.arco-checkbox-icon {
    border: 1.2px solid #dadde2;
    border-radius: 2px
}

.arco-checkbox-disabled.arco-checkbox-checked .arco-checkbox-icon {
    background-color: #94bfff
}

.arco-checkbox.arco-checkbox-disabled:hover .arco-checkbox-icon {
    border-color: #dadde2
}

.arco-checkbox.arco-checkbox-checked:hover .arco-checkbox-icon {
    border-color: transparent
}

.arco-checkbox:not(.arco-checkbox-disabled):hover .arco-icon-hover .arco-checkbox-icon {
    border-color: #0045f0 !important
}

.arco-checkbox:not(.arco-checkbox-disabled):hover .arco-icon-hover:before {
    background-color: #e5e6eb
}

.arco-affix {
    position: fixed;
    z-index: 999
}

.arco-alert {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 15px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5715;
    text-align: left;
    border-radius: var(--border-radius-small)
}

.arco-alert-with-title {
    align-items: flex-start;
    padding: 15px 15px
}

.arco-alert-info {
    background-color: var(--color-primary-light-1);
    border: 1px solid transparent
}

.arco-alert-success {
    background-color: var(--color-success-light-1);
    border: 1px solid transparent
}

.arco-alert-warning {
    background-color: var(--color-warning-light-1);
    border: 1px solid transparent
}

.arco-alert-error {
    background-color: var(--color-danger-light-1);
    border: 1px solid transparent
}

.arco-alert-banner {
    border: none;
    border-radius: 0
}

.arco-alert-body {
    position: relative;
    flex: 1
}

.arco-alert-title {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5
}

.arco-alert-info .arco-alert-content,
.arco-alert-info .arco-alert-title {
    color: var(--color-text-1)
}

.arco-alert-info.arco-alert-with-title .arco-alert-content {
    color: var(--color-text-2)
}

.arco-alert-success .arco-alert-content,
.arco-alert-success .arco-alert-title {
    color: var(--color-text-1)
}

.arco-alert-success.arco-alert-with-title .arco-alert-content {
    color: var(--color-text-2)
}

.arco-alert-warning .arco-alert-content,
.arco-alert-warning .arco-alert-title {
    color: var(--color-text-1)
}

.arco-alert-warning.arco-alert-with-title .arco-alert-content {
    color: var(--color-text-2)
}

.arco-alert-error .arco-alert-content,
.arco-alert-error .arco-alert-title {
    color: var(--color-text-1)
}

.arco-alert-error.arco-alert-with-title .arco-alert-content {
    color: var(--color-text-2)
}

.arco-alert-icon {
    margin-right: 8px
}

.arco-alert-icon svg {
    font-size: 16px;
    vertical-align: -3px
}

.arco-alert-with-title .arco-alert-icon svg {
    font-size: 18px;
    vertical-align: -5px
}

.arco-alert-info .arco-alert-icon svg {
    color: rgb(var(--primary-6))
}

.arco-alert-success .arco-alert-icon svg {
    color: rgb(var(--success-6))
}

.arco-alert-warning .arco-alert-icon svg {
    color: rgb(var(--warning-6))
}

.arco-alert-error .arco-alert-icon svg {
    color: rgb(var(--danger-6))
}

.arco-alert-close-btn {
    top: 4px;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    color: var(--color-text-2);
    font-size: 12px;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    transition: color .1s linear;
    margin-left: 8px
}

.arco-alert-close-btn:hover {
    color: var(--color-text-1)
}

.arco-alert-action,
.arco-alert-action+.arco-alert-close-btn {
    margin-left: 8px
}

.arco-alert-with-title .arco-alert-close-btn {
    margin-top: 0;
    margin-right: 0
}

.arco-anchor {
    position: relative;
    width: 150px;
    overflow: auto
}

.arco-anchor-line-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2px;
    height: 12px;
    margin-top: 9.0005px;
    background-color: rgb(var(--primary-6));
    transition: top .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-anchor-list {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4px;
    padding-left: 0;
    list-style: none
}

.arco-anchor-list:before {
    position: absolute;
    left: -4px;
    width: 2px;
    height: 100%;
    background-color: var(--color-fill-3);
    content: ""
}

.arco-anchor-sublist {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.arco-anchor-link-item {
    margin-bottom: 2px
}

.arco-anchor-link-item .arco-anchor-link {
    display: block;
    margin-bottom: 2px;
    padding: 4px 8px;
    overflow: hidden;
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 1.5715;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-anchor-link-item .arco-anchor-link:hover {
    color: var(--color-text-1);
    font-weight: 500;
    background-color: var(--color-fill-2)
}

.arco-anchor-link-active>.arco-anchor-link {
    color: var(--color-text-1);
    font-weight: 500;
    transition: all .1s linear
}

.arco-anchor-link-item .arco-anchor-link-item {
    margin-left: 16px
}

.arco-anchor-line-less .arco-anchor-list {
    margin-left: 0
}

.arco-anchor-line-less .arco-anchor-list:before {
    display: none
}

.arco-anchor-line-less .arco-anchor-link-active>.arco-anchor-link {
    color: rgb(var(--primary-6));
    font-weight: 500;
    background-color: var(--color-fill-2)
}

.arco-anchor-link-item {
    margin-left: 4px
}

.arco-anchor-link-item.arco-anchor-link-active:hover>a,
.arco-anchor-link-item.arco-anchor-link-active>a {
    color: #0045f0
}

.arco-anchor-link-item:active a:hover {
    background: 0 0
}

.arco-anchor-link-item:active a:active {
    background: #e5e6eb
}

.arco-input-wrapper {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    color: var(--color-text-1);
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #dadde2;
    border-radius: var(--border-radius-small);
    cursor: text;
    transition: color .1s linear, border-color .1s linear, background-color .1s linear
}

.arco-input-wrapper:hover {
    background-color: #fff;
    border-color: #86909c
}

.arco-input-wrapper.arco-input-focus,
.arco-input-wrapper:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-input-wrapper.arco-input-disabled {
    cursor: not-allowed
}

.arco-input-wrapper.arco-input-disabled,
.arco-input-wrapper.arco-input-disabled:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-input-wrapper.arco-input-disabled .arco-input-prefix,
.arco-input-wrapper.arco-input-disabled .arco-input-suffix {
    color: inherit
}

.arco-input-wrapper.arco-input-error,
.arco-input-wrapper.arco-input-error:hover {
    background-color: #fff;
    border-color: #f53f3f
}

.arco-input-wrapper.arco-input-error.arco-input-wrapper-focus,
.arco-input-wrapper.arco-input-error:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-input-wrapper .arco-input-prefix,
.arco-input-wrapper .arco-input-suffix {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-input-wrapper .arco-input-prefix>svg,
.arco-input-wrapper .arco-input-suffix>svg {
    font-size: 12px
}

.arco-input-wrapper .arco-input-prefix {
    padding-right: 12px;
    color: var(--color-text-2)
}

.arco-input-wrapper .arco-input-suffix {
    padding-left: 12px;
    color: var(--color-text-2)
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-input-wrapper .arco-input-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-input-wrapper .arco-input-clear-btn {
    color: var(--color-text-2);
    font-size: 12px;
    visibility: hidden;
    cursor: pointer
}

.arco-input-wrapper .arco-input-clear-btn>svg {
    position: relative;
    transition: color .1s linear
}

.arco-input-wrapper:hover .arco-input-clear-btn {
    visibility: visible
}

.arco-input-wrapper:not(.arco-input-focus) .arco-input-icon-hover:hover:before {
    background-color: var(--color-fill-4)
}

.arco-input-wrapper .arco-input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent
}

.arco-input-wrapper .arco-input::-moz-placeholder {
    color: var(--color-text-3)
}

.arco-input-wrapper .arco-input:-ms-input-placeholder {
    color: var(--color-text-3)
}

.arco-input-wrapper .arco-input::placeholder {
    color: var(--color-text-3)
}

.arco-input-wrapper .arco-input[disabled]::-moz-placeholder {
    color: var(--color-text-4)
}

.arco-input-wrapper .arco-input[disabled]:-ms-input-placeholder {
    color: var(--color-text-4)
}

.arco-input-wrapper .arco-input[disabled]::placeholder {
    color: var(--color-text-4)
}

.arco-input-wrapper .arco-input[disabled] {
    -webkit-text-fill-color: var(--color-text-4)
}

.arco-input-wrapper .arco-input.arco-input-size-mini {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 18px
}

.arco-input-wrapper .arco-input.arco-input-size-small {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 18px
}

.arco-input-wrapper .arco-input.arco-input-size-medium {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 18px
}

.arco-input-wrapper .arco-input.arco-input-size-large {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px
}

.arco-input-wrapper .arco-input-word-limit {
    color: var(--color-text-3);
    font-size: 12px
}

.arco-input-outer {
    display: inline-flex;
    width: 100%;
    height: 100%
}

.arco-input-outer>.arco-input-wrapper {
    border-radius: 0
}

.arco-input-outer>:first-child {
    border-top-left-radius: var(--border-radius-small);
    border-bottom-left-radius: var(--border-radius-small)
}

.arco-input-outer>:last-child {
    border-top-right-radius: var(--border-radius-small);
    border-bottom-right-radius: var(--border-radius-small)
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-append,
.arco-input-outer.arco-input-outer-size-mini .arco-input-append>svg,
.arco-input-outer.arco-input-outer-size-mini .arco-input-outer,
.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend,
.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend>svg,
.arco-input-outer.arco-input-outer-size-mini .arco-input-wrapper .arco-input-prefix,
.arco-input-outer.arco-input-outer-size-mini .arco-input-wrapper .arco-input-prefix>svg,
.arco-input-outer.arco-input-outer-size-mini .arco-input-wrapper .arco-input-suffix,
.arco-input-outer.arco-input-outer-size-mini .arco-input-wrapper .arco-input-suffix>svg {
    font-size: 12px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-input {
    border-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-input,
.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-select {
    width: auto;
    height: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -13px;
    margin-left: -12px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-append .arco-input {
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-append .arco-input,
.arco-input-outer.arco-input-outer-size-mini .arco-input-append .arco-select {
    width: auto;
    height: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -12px;
    margin-left: -13px
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-append .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-append .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-small .arco-input-outer,
.arco-input-outer.arco-input-outer-size-small .arco-input-wrapper .arco-input-prefix,
.arco-input-outer.arco-input-outer-size-small .arco-input-wrapper .arco-input-suffix {
    font-size: 12px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-wrapper .arco-input-prefix>svg,
.arco-input-outer.arco-input-outer-size-small .arco-input-wrapper .arco-input-suffix>svg {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append,
.arco-input-outer.arco-input-outer-size-small .arco-input-prepend {
    font-size: 12px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append>svg,
.arco-input-outer.arco-input-outer-size-small .arco-input-prepend>svg {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend .arco-input {
    border-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend .arco-input,
.arco-input-outer.arco-input-outer-size-small .arco-input-prepend .arco-select {
    width: auto;
    height: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -13px;
    margin-left: -12px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-small .arco-input-prepend .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append .arco-input {
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append .arco-input,
.arco-input-outer.arco-input-outer-size-small .arco-input-append .arco-select {
    width: auto;
    height: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -12px;
    margin-left: -13px
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-small .arco-input-append .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-large .arco-input-outer,
.arco-input-outer.arco-input-outer-size-large .arco-input-wrapper .arco-input-prefix,
.arco-input-outer.arco-input-outer-size-large .arco-input-wrapper .arco-input-suffix {
    font-size: 12px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-wrapper .arco-input-prefix>svg,
.arco-input-outer.arco-input-outer-size-large .arco-input-wrapper .arco-input-suffix>svg {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append,
.arco-input-outer.arco-input-outer-size-large .arco-input-prepend {
    font-size: 12px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append>svg,
.arco-input-outer.arco-input-outer-size-large .arco-input-prepend>svg {
    font-size: 14px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend .arco-input {
    border-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend .arco-input,
.arco-input-outer.arco-input-outer-size-large .arco-input-prepend .arco-select {
    width: auto;
    height: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -13px;
    margin-left: -12px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-large .arco-input-prepend .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append .arco-input {
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append .arco-input,
.arco-input-outer.arco-input-outer-size-large .arco-input-append .arco-select {
    width: auto;
    height: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -12px;
    margin-left: -13px
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-outer.arco-input-outer-size-large .arco-input-append .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-outer-disabled {
    cursor: not-allowed
}

.arco-input-append,
.arco-input-prepend {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
    color: var(--color-text-1);
    white-space: nowrap;
    background-color: #f7f8fa;
    border: 1px solid #dadde2
}

.arco-input-append>svg,
.arco-input-prepend>svg {
    font-size: 14px
}

.arco-input-append {
    border-left: 0 solid var(--color-neutral-3)
}

.arco-input-append .arco-input {
    border-color: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-append .arco-input,
.arco-input-append .arco-select {
    width: auto;
    height: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -13px;
    margin-left: -12px
}

.arco-input-append .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-append .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-prepend {
    border-right: 0 solid var(--color-neutral-3)
}

.arco-input-prepend .arco-input {
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-prepend .arco-input,
.arco-input-prepend .arco-select {
    width: auto;
    height: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -12px;
    margin-left: -13px
}

.arco-input-prepend .arco-select .arco-select-view {
    background-color: inherit;
    border-color: transparent;
    border-radius: 0
}

.arco-input-prepend .arco-select.arco-select-single .arco-select-view {
    height: 100%
}

.arco-input-search-type {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px !important;
    font-size: 12px;
    margin-right: 4px
}

.arco-input-search-type:hover {
    background: #e5e6eb
}

.arco-input-group {
    display: inline-flex;
    align-items: center
}

.arco-input-group>.arco-select {
    vertical-align: unset
}

.arco-input-group>*,
.arco-input-group>.arco-input-outer>:first-child,
.arco-input-group>.arco-input-outer>:last-child,
.arco-input-group>.arco-select-view {
    border-radius: 0
}

.arco-input-group>:not(:last-child) {
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid var(--color-neutral-3)
}

.arco-input-group>:first-child,
.arco-input-group>:first-child .arco-input-group>:first-child,
.arco-input-group>:first-child .arco-input-group>:first-child .arco-select-view,
.arco-input-group>:first-child .arco-select-view {
    border-top-left-radius: var(--border-radius-small);
    border-bottom-left-radius: var(--border-radius-small)
}

.arco-input-group>:last-child,
.arco-input-group>:last-child .arco-input-outer>:last-child,
.arco-input-group>:last-child .arco-input-outer>:last-child .arco-select-view,
.arco-input-group>:last-child .arco-select-view {
    border-top-right-radius: var(--border-radius-small);
    border-bottom-right-radius: var(--border-radius-small)
}

.arco-input-group>.arco-input-outer:not(:last-child):focus-within,
.arco-input-group>.arco-input-tag:not(:last-child):focus-within,
.arco-input-group>.arco-input-wrapper:not(:last-child):focus-within,
.arco-input-group>.arco-select-view:not(:last-child):focus-within {
    border-right-color: rgb(var(--primary-6))
}

.size-height-size-mini {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    line-height: 1.667
}

.size-height-size-small {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
    font-size: 12px
}

.size-height-size-large {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    font-size: 12px
}

.arco-textarea-clear-wrapper:hover .arco-textarea-clear-icon {
    display: inline-block
}

.arco-textarea-clear-wrapper .arco-textarea {
    padding-right: 20px
}

.arco-textarea-word-limit {
    position: absolute;
    right: 10px;
    bottom: 6px;
    color: var(--color-text-3);
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-textarea-clear-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    font-size: 12px
}

.arco-input-search .arco-input-append {
    padding: 0;
    border: none
}

.arco-input-search .arco-input-suffix {
    color: var(--color-text-2);
    font-size: 12px
}

.arco-input-search .arco-input-search-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-wrapper.arco-input-password:not(.arco-input-disabled) .arco-input-suffix {
    color: var(--color-text-2);
    font-size: 12px;
    cursor: pointer
}

.arco-select-dropdown {
    box-sizing: border-box;
    padding: 4px 0;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-fill-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.arco-select-dropdown .arco-select-dropdown-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px
}

.arco-select-dropdown-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.arco-select-dropdown-list-wrapper {
    max-height: 256px;
    overflow-y: auto
}

.arco-select-dropdown .arco-select-option {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 12px;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 32px;
    text-align: left;
    background-color: var(--color-bg-popup);
    cursor: pointer
}

.arco-select-dropdown .arco-select-option-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-select-dropdown .arco-select-option-content-desc {
    margin-left: 4px;
    color: #86909c
}

.arco-select-dropdown .arco-select-option-checkbox {
    overflow: hidden
}

.arco-select-dropdown .arco-select-option-checkbox .arco-checkbox-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-select-dropdown .arco-select-option-has-suffix {
    justify-content: space-between
}

.arco-select-dropdown .arco-select-option-has-content-desc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arco-select-dropdown .arco-select-option-active,
.arco-select-dropdown .arco-select-option:not(.arco-select-dropdown.arco-select-option-disabled):hover {
    color: var(--color-text-1);
    background-color: var(--color-fill-2);
    transition: all .1s linear
}

.arco-select-dropdown .arco-select-option-selected:not(.arco-select-dropdown.arco-select-option-multiple),
.arco-select-dropdown .arco-select-option-selected:not(.arco-select-dropdown.arco-select-option-multiple):hover {
    color: #0045f0;
    background-color: #f0f6ff
}

.arco-select-dropdown .arco-select-option-disabled {
    color: #86909c;
    background-color: var(--color-bg-popup);
    cursor: not-allowed
}

.arco-select-dropdown .arco-select-option-icon {
    display: inline-flex;
    margin-right: 8px
}

.arco-select-dropdown .arco-select-option-suffix {
    margin-left: 12px
}

.arco-select-dropdown .arco-select-group:first-child .arco-select-dropdown .arco-select-group-title {
    margin-top: 8px
}

.arco-select-dropdown .arco-select-group-title {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    padding: 0 12px;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 20px;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-select-dropdown.arco-select-dropdown-has-footer {
    padding-bottom: 0
}

.arco-select-dropdown-footer {
    border-top: 1px solid var(--color-fill-3)
}

.arco-autocomplete-popup .arco-select-popup {
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-fill-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.arco-autocomplete-popup .arco-select-popup .arco-select-popup-inner {
    max-height: 200px;
    padding: 4px 0
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option {
    height: 36px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 36px
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option,
.arco-autocomplete-popup .arco-select-popup .arco-select-option-selected {
    color: var(--color-text-1);
    background-color: var(--color-bg-popup)
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option-hover {
    color: var(--color-text-1);
    background-color: var(--color-fill-2)
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option-disabled {
    color: var(--color-text-4);
    background-color: var(--color-bg-popup)
}

.arco-autocomplete-popup .arco-select-popup .arco-select-option-selected {
    font-weight: 500
}

.arco-avatar {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    color: var(--color-white);
    white-space: nowrap;
    vertical-align: middle;
    background-color: var(--color-fill-4);
    width: 40px;
    height: 40px;
    font-size: 20px
}

.arco-avatar-circle,
.arco-avatar-circle .arco-avatar-image {
    border-radius: var(--border-radius-circle)
}

.arco-avatar-circle .arco-avatar-image {
    overflow: hidden
}

.arco-avatar-square,
.arco-avatar-square .arco-avatar-image {
    border-radius: var(--border-radius-medium)
}

.arco-avatar-square .arco-avatar-image {
    overflow: hidden
}

.arco-avatar-text {
    position: absolute;
    left: 50%;
    font-weight: 500;
    line-height: 1;
    transform: translateX(-50%);
    transform-origin: 0 center
}

.arco-avatar-image {
    display: inline-block
}

.arco-avatar-image,
.arco-avatar-image img,
.arco-avatar-image picture {
    width: 100%;
    height: 100%
}

.arco-avatar-trigger-icon-button {
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: 1;
    width: 20px;
    height: 20px;
    color: var(--color-fill-4);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: var(--color-neutral-2);
    border-radius: var(--border-radius-circle);
    transition: background-color .1s linear
}

.arco-avatar-trigger-icon-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--color-white);
    font-size: 16px;
    background-color: rgba(29, 33, 41, .6);
    border-radius: var(--border-radius-medium);
    opacity: 0;
    transition: all .1s linear
}

.arco-avatar-circle .arco-avatar-trigger-icon-mask {
    border-radius: var(--border-radius-circle)
}

.arco-avatar-with-trigger-icon {
    cursor: pointer
}

.arco-avatar-with-trigger-icon:hover .arco-avatar-trigger-icon-mask {
    z-index: 2;
    opacity: 1
}

.arco-avatar-with-trigger-icon:hover .arco-avatar-trigger-icon-button {
    background-color: var(--color-neutral-3)
}

.arco-avatar-group {
    display: inline-block;
    line-height: 0
}

.arco-avatar-group-max-count-avatar {
    cursor: default;
    color: var(--color-white);
    font-size: 20px
}

.arco-avatar-group .arco-avatar {
    border: 2px solid var(--color-bg-2)
}

.arco-avatar-group .arco-avatar:not(:first-child) {
    margin-left: -10px
}

.arco-avatar-group-popover .arco-avatar:not(:first-child) {
    margin-left: 4px
}

.arco-back-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 100
}

.arco-back-top-btn {
    width: 40px;
    height: 40px;
    color: var(--color-white);
    font-size: 12px;
    text-align: center;
    background-color: rgb(var(--primary-6));
    border: none;
    border-radius: var(--border-radius-circle);
    outline: 0;
    cursor: pointer;
    transition: all .2s linear
}

.arco-back-top-btn:hover {
    background-color: rgb(var(--primary-5))
}

.arco-back-top-btn svg {
    font-size: 14px
}

.arco-badge {
    position: relative;
    display: inline-block;
    line-height: 1
}

.arco-badge-custom-dot,
.arco-badge-dot,
.arco-badge-number,
.arco-badge-text {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    transform: translate(50%, -50%);
    transform-origin: 100% 0
}

.arco-badge-custom-dot {
    background-color: var(--color-bg-2)
}

.arco-badge-number,
.arco-badge-text {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    color: var(--color-white);
    font-weight: 500;
    font-size: 12px;
    line-height: 20px
}

.arco-badge-dot,
.arco-badge-number,
.arco-badge-text {
    background-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 2px var(--color-bg-2)
}

.arco-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: var(--border-radius-circle)
}

.arco-badge-no-children .arco-badge-dot,
.arco-badge-no-children .arco-badge-number,
.arco-badge-no-children .arco-badge-text {
    position: relative;
    top: unset;
    right: unset;
    display: inline-block;
    transform: none
}

.arco-badge-status-wrapper {
    display: inline-flex;
    align-items: center
}

.arco-badge-status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: var(--border-radius-circle)
}

.arco-badge-status-normal {
    background-color: var(--color-fill-4)
}

.arco-badge-status-processing {
    background-color: rgb(var(--primary-6))
}

.arco-badge-status-success {
    background-color: rgb(var(--success-6))
}

.arco-badge-status-warning {
    background-color: rgb(var(--warning-6))
}

.arco-badge-color-red,
.arco-badge-status-danger {
    background-color: rgb(var(--danger-6))
}

.arco-badge-color-orangered {
    background-color: #f77234
}

.arco-badge-color-orange {
    background-color: rgb(var(--orange-6))
}

.arco-badge-color-gold {
    background-color: rgb(var(--gold-6))
}

.arco-badge-color-lime {
    background-color: rgb(var(--lime-6))
}

.arco-badge-color-green {
    background-color: rgb(var(--success-6))
}

.arco-badge-color-cyan {
    background-color: rgb(var(--cyan-6))
}

.arco-badge-color-arcoblue {
    background-color: rgb(var(--primary-6))
}

.arco-badge-color-purple {
    background-color: rgb(var(--purple-6))
}

.arco-badge-color-pinkpurple {
    background-color: rgb(var(--pinkpurple-6))
}

.arco-badge-color-magenta {
    background-color: rgb(var(--magenta-6))
}

.arco-badge-color-gray {
    background-color: rgb(var(--gray-4))
}

.arco-badge .arco-badge-status-text {
    margin-left: 8px;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1.5715
}

.arco-badge-number-text {
    display: inline-block;
    -webkit-animation: arco-badge-scale .5s cubic-bezier(.3, 1.3, .3, 1);
    animation: arco-badge-scale .5s cubic-bezier(.3, 1.3, .3, 1)
}

@-webkit-keyframes arco-badge-scale {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes arco-badge-scale {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.badge-zoom-appear,
.badge-zoom-enter {
    transform: translate(50%, -50%) scale(.2);
    transform-origin: center
}

.badge-zoom-appear-active,
.badge-zoom-enter-active {
    transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.badge-zoom-appear-active,
.badge-zoom-enter-active,
.badge-zoom-exit {
    transform: translate(50%, -50%) scale(1);
    transform-origin: center;
    opacity: 1
}

.badge-zoom-exit-active {
    transform: translate(50%, -50%) scale(.2);
    transform-origin: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.3, 1.3, .3, 1), transform .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-badge .arco-badge-status-text {
    margin-left: 4px
}

.arco-badge-number,
.arco-badge-text {
    background: #f53f3f
}

.arco-breadcrumb {
    display: inline-flex;
    align-items: center;
    font-size: 12px
}

.arco-breadcrumb,
.arco-breadcrumb-icon,
.arco-breadcrumb-item {
    color: var(--color-text-2)
}

.arco-breadcrumb-item {
    display: inline-block;
    padding: 0 4px;
    line-height: 24px;
    vertical-align: middle
}

.arco-breadcrumb-item>.arco-icon {
    color: var(--color-text-3)
}

.arco-breadcrumb-item a {
    display: inline-block;
    margin: 0 -4px;
    padding: 0 4px;
    color: var(--color-text-2);
    text-decoration: none;
    border-radius: var(--border-radius-small);
    background-color: transparent
}

.arco-breadcrumb-item a:hover {
    color: rgb(var(--link-6));
    background-color: var(--color-fill-2)
}

.arco-breadcrumb-item:last-child {
    color: var(--color-text-1);
    font-weight: 500
}

.arco-breadcrumb-item-ellipses {
    position: relative;
    top: -3px;
    display: inline-block;
    padding: 0 4px;
    color: var(--color-text-2)
}

.arco-breadcrumb-item-separator {
    display: inline-block;
    margin: 0 4px;
    color: var(--color-text-4);
    line-height: 24px;
    vertical-align: middle
}

.arco-breadcrumb-item-with-dropdown {
    cursor: pointer
}

.arco-breadcrumb-item-dropdown-icon {
    margin-left: 4px;
    color: var(--color-text-2);
    font-size: 12px
}

.arco-breadcrumb-item-dropdown-icon-active svg {
    transform: rotate(180deg)
}

.arco-breadcrumb .arco-breadcrumb-item:not(:first-child):before {
    display: inline-block;
    color: #c9cdd4;
    transform: translateX(-7px);
    content: "/"
}

.arco-breadcrumb-item a {
    padding: 3px 4px
}

.arco-card {
    position: relative;
    background: var(--color-bg-2);
    transition: box-shadow .2s linear;
    border-radius: var(--border-radius-none)
}

.arco-card-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-card-header-no-title:before {
    display: block;
    content: " "
}

.arco-card-header-title {
    flex: 1;
    color: var(--color-text-1);
    font-weight: 500
}

.arco-card-header-extra,
.arco-card-header-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-card-header-extra {
    color: rgb(var(--primary-6))
}

.arco-card-body {
    color: var(--color-text-2)
}

.arco-card-cover {
    overflow: hidden
}

.arco-card-cover>* {
    display: block;
    width: 100%
}

.arco-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.arco-card-actions:before {
    visibility: hidden;
    content: ""
}

.arco-card-actions-item,
.arco-card-actions-right {
    display: flex;
    align-items: center
}

.arco-card-actions-item {
    justify-content: center;
    color: var(--color-text-2);
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .2s linear
}

.arco-card-actions-item:hover {
    color: rgb(var(--primary-6))
}

.arco-card-actions-item:not(:last-child) {
    margin-right: 12px
}

.arco-card-meta-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arco-card-meta-footer:last-child {
    margin-top: 20px
}

.arco-card-meta-footer-only-actions:before {
    visibility: hidden;
    content: ""
}

.arco-card-meta-footer .arco-card-actions {
    margin-top: 0
}

.arco-card-meta-title {
    color: var(--color-text-1);
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-card-meta-description:not(:first-child) {
    margin-top: 4px
}

.arco-card-grid {
    position: relative;
    box-sizing: border-box;
    width: 33.33%;
    box-shadow: 1px 0 0 0 var(--color-neutral-3), 0 1px 0 0 var(--color-neutral-3), 1px 1px 0 0 var(--color-neutral-3), 1px 0 0 0 var(--color-neutral-3) inset, 0 1px 0 0 var(--color-neutral-3) inset
}

.arco-card-grid:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: box-shadow .2s linear;
    content: "";
    pointer-events: none
}

.arco-card-grid-hoverable:hover {
    z-index: 1
}

.arco-card-grid-hoverable:hover:before {
    box-shadow: 0 4px 10px rgb(var(--gray-2))
}

.arco-card-grid .arco-card {
    background: 0 0;
    box-shadow: none
}

.arco-card-contain-grid:not(.arco-card-loading)>.arco-card-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
    padding: 0
}

.arco-card-hoverable:hover {
    box-shadow: 0 4px 10px rgb(var(--gray-2))
}

.arco-card-bordered {
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-small)
}

.arco-card-bordered .arco-card-cover {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0
}

.arco-card-loading .arco-card-body {
    overflow: hidden;
    text-align: center
}

.arco-card-size-medium {
    font-size: 12px
}

.arco-card-size-medium .arco-card-header {
    height: 46px;
    padding: 10px 16px
}

.arco-card-size-medium .arco-card-header-title,
.arco-card-size-medium .arco-card-meta-title {
    font-size: 16px
}

.arco-card-size-medium .arco-card-header-extra {
    font-size: 12px
}

.arco-card-size-medium .arco-card-body {
    padding: 16px 16px
}

.arco-card-size-small {
    font-size: 12px
}

.arco-card-size-small .arco-card-header {
    height: 40px;
    padding: 8px 16px
}

.arco-card-size-small .arco-card-header-title,
.arco-card-size-small .arco-card-meta-title {
    font-size: 16px
}

.arco-card-size-small .arco-card-header-extra {
    font-size: 12px
}

.arco-card-size-small .arco-card-body {
    padding: 12px 16px
}

body[arco-theme=dark] .arco-card-grid-hoverable:hover:before,
body[arco-theme=dark] .arco-card-hoverable:hover {
    box-shadow: 0 4px 10px rgba(var(--gray-1), .4)
}

@-webkit-keyframes arco-carousel-slide-x-in {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes arco-carousel-slide-x-in {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes arco-carousel-slide-x-out {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes arco-carousel-slide-x-out {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes arco-carousel-slide-x-in-reverse {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes arco-carousel-slide-x-in-reverse {
    0% {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes arco-carousel-slide-x-out-reverse {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

@keyframes arco-carousel-slide-x-out-reverse {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(100%)
    }
}

@-webkit-keyframes arco-carousel-slide-y-in {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes arco-carousel-slide-y-in {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes arco-carousel-slide-y-out {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

@keyframes arco-carousel-slide-y-out {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes arco-carousel-slide-y-in-reverse {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes arco-carousel-slide-y-in-reverse {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes arco-carousel-slide-y-out-reverse {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes arco-carousel-slide-y-out-reverse {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

@-webkit-keyframes arco-carousel-card-bottom-to-middle {
    0% {
        transform: translateX(0) translateZ(-400px);
        opacity: 0
    }

    to {
        transform: translateX(0) translateZ(-200px);
        opacity: .4
    }
}

@keyframes arco-carousel-card-bottom-to-middle {
    0% {
        transform: translateX(0) translateZ(-400px);
        opacity: 0
    }

    to {
        transform: translateX(0) translateZ(-200px);
        opacity: .4
    }
}

@-webkit-keyframes arco-carousel-card-middle-to-bottom {
    0% {
        transform: translateX(-100%) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translateX(-100%) translateZ(-400px);
        opacity: 0
    }
}

@keyframes arco-carousel-card-middle-to-bottom {
    0% {
        transform: translateX(-100%) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translateX(-100%) translateZ(-400px);
        opacity: 0
    }
}

@-webkit-keyframes arco-carousel-card-top-to-middle {
    0% {
        transform: translateX(-50%) translateZ(0);
        opacity: 1
    }

    to {
        transform: translateX(-100%) translateZ(-200px);
        opacity: .4
    }
}

@keyframes arco-carousel-card-top-to-middle {
    0% {
        transform: translateX(-50%) translateZ(0);
        opacity: 1
    }

    to {
        transform: translateX(-100%) translateZ(-200px);
        opacity: .4
    }
}

@-webkit-keyframes arco-carousel-card-middle-to-top {
    0% {
        transform: translateX(0) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translateX(-50%) translateZ(0);
        opacity: 1
    }
}

@keyframes arco-carousel-card-middle-to-top {
    0% {
        transform: translateX(0) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translateX(-50%) translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes arco-carousel-card-bottom-to-middle-reverse {
    0% {
        transform: translateX(-100%) translateZ(-400px);
        opacity: 0
    }

    to {
        transform: translateX(-100%) translateZ(-200px);
        opacity: .4
    }
}

@keyframes arco-carousel-card-bottom-to-middle-reverse {
    0% {
        transform: translateX(-100%) translateZ(-400px);
        opacity: 0
    }

    to {
        transform: translateX(-100%) translateZ(-200px);
        opacity: .4
    }
}

@-webkit-keyframes arco-carousel-card-middle-to-bottom-reverse {
    0% {
        transform: translateX(0) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translateX(0) translateZ(-400px);
        opacity: 0
    }
}

@keyframes arco-carousel-card-middle-to-bottom-reverse {
    0% {
        transform: translateX(0) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translateX(0) translateZ(-400px);
        opacity: 0
    }
}

@-webkit-keyframes arco-carousel-card-top-to-middle-reverse {
    0% {
        transform: translateX(-50%) translateZ(0);
        opacity: 1
    }

    to {
        transform: translateX(0) translateZ(-200px);
        opacity: .4
    }
}

@keyframes arco-carousel-card-top-to-middle-reverse {
    0% {
        transform: translateX(-50%) translateZ(0);
        opacity: 1
    }

    to {
        transform: translateX(0) translateZ(-200px);
        opacity: .4
    }
}

@-webkit-keyframes arco-carousel-card-middle-to-top-reverse {
    0% {
        transform: translateX(-100%) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translateX(-50%) translateZ(0);
        opacity: 1
    }
}

@keyframes arco-carousel-card-middle-to-top-reverse {
    0% {
        transform: translateX(-100%) translateZ(-200px);
        opacity: .4
    }

    to {
        transform: translateX(-50%) translateZ(0);
        opacity: 1
    }
}

.arco-carousel {
    position: relative
}

.arco-carousel-indicator-position-outer {
    margin-bottom: 30px
}

.arco-carousel-card,
.arco-carousel-fade,
.arco-carousel-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.arco-carousel-card>*,
.arco-carousel-fade>*,
.arco-carousel-slide>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.arco-carousel-item-current {
    z-index: 1
}

.arco-carousel-slide>:not(.arco-carousel-item-current) {
    display: none
}

.arco-carousel-slide.arco-carousel-horizontal .arco-carousel-item-slide-out {
    display: block;
    -webkit-animation: arco-carousel-slide-x-out;
    animation: arco-carousel-slide-x-out
}

.arco-carousel-slide.arco-carousel-horizontal .arco-carousel-item-slide-in {
    display: block;
    -webkit-animation: arco-carousel-slide-x-in;
    animation: arco-carousel-slide-x-in
}

.arco-carousel-slide.arco-carousel-horizontal.arco-carousel-negative .arco-carousel-item-slide-out {
    -webkit-animation: arco-carousel-slide-x-out-reverse;
    animation: arco-carousel-slide-x-out-reverse
}

.arco-carousel-slide.arco-carousel-horizontal.arco-carousel-negative .arco-carousel-item-slide-in {
    -webkit-animation: arco-carousel-slide-x-in-reverse;
    animation: arco-carousel-slide-x-in-reverse
}

.arco-carousel-slide.arco-carousel-vertical .arco-carousel-item-slide-out {
    display: block;
    -webkit-animation: arco-carousel-slide-y-out;
    animation: arco-carousel-slide-y-out
}

.arco-carousel-slide.arco-carousel-vertical .arco-carousel-item-slide-in {
    display: block;
    -webkit-animation: arco-carousel-slide-y-in;
    animation: arco-carousel-slide-y-in
}

.arco-carousel-slide.arco-carousel-vertical.arco-carousel-negative .arco-carousel-item-slide-out {
    -webkit-animation: arco-carousel-slide-y-out-reverse;
    animation: arco-carousel-slide-y-out-reverse
}

.arco-carousel-slide.arco-carousel-vertical.arco-carousel-negative .arco-carousel-item-slide-in {
    -webkit-animation: arco-carousel-slide-y-in-reverse;
    animation: arco-carousel-slide-y-in-reverse
}

.arco-carousel-card {
    perspective: 800px
}

.arco-carousel-card>* {
    left: 50%;
    transform: translateX(-50%) translateZ(-400px);
    opacity: 0;
    -webkit-animation: arco-carousel-card-middle-to-bottom;
    animation: arco-carousel-card-middle-to-bottom
}

.arco-carousel-card .arco-carousel-item-prev {
    transform: translateX(-100%) translateZ(-200px);
    opacity: .4;
    -webkit-animation: arco-carousel-card-top-to-middle;
    animation: arco-carousel-card-top-to-middle
}

.arco-carousel-card .arco-carousel-item-next {
    transform: translateX(0) translateZ(-200px);
    opacity: .4;
    -webkit-animation: arco-carousel-card-bottom-to-middle;
    animation: arco-carousel-card-bottom-to-middle
}

.arco-carousel-card .arco-carousel-item-current {
    transform: translateX(-50%) translateZ(0);
    opacity: 1;
    -webkit-animation: arco-carousel-card-middle-to-top;
    animation: arco-carousel-card-middle-to-top
}

.arco-carousel-card.arco-carousel-negative>* {
    -webkit-animation: arco-carousel-card-middle-to-bottom-reverse;
    animation: arco-carousel-card-middle-to-bottom-reverse
}

.arco-carousel-card.arco-carousel-negative .arco-carousel-item-prev {
    -webkit-animation: arco-carousel-card-bottom-to-middle-reverse;
    animation: arco-carousel-card-bottom-to-middle-reverse
}

.arco-carousel-card.arco-carousel-negative .arco-carousel-item-next {
    -webkit-animation: arco-carousel-card-top-to-middle-reverse;
    animation: arco-carousel-card-top-to-middle-reverse
}

.arco-carousel-card.arco-carousel-negative .arco-carousel-item-current {
    -webkit-animation: arco-carousel-card-middle-to-top-reverse;
    animation: arco-carousel-card-middle-to-top-reverse
}

.arco-carousel-fade>* {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0
}

.arco-carousel-fade .arco-carousel-item-current {
    opacity: 1
}

.arco-carousel-indicator {
    position: absolute;
    display: flex;
    margin: 0;
    padding: 0
}

.arco-carousel-indicator-wrapper {
    position: absolute;
    z-index: 2
}

.arco-carousel-indicator-wrapper-top {
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .15), transparent 87%)
}

.arco-carousel-indicator-wrapper-bottom {
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    background: linear-gradient(180deg, transparent 13%, rgba(0, 0, 0, .15))
}

.arco-carousel-indicator-wrapper-left {
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, .15), transparent 87%)
}

.arco-carousel-indicator-wrapper-right {
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background: linear-gradient(90deg, transparent 13%, rgba(0, 0, 0, .15))
}

.arco-carousel-indicator-wrapper-outer {
    right: 0;
    left: 0;
    background: 0 0
}

.arco-carousel-indicator-bottom {
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%)
}

.arco-carousel-indicator-top {
    top: 12px;
    left: 50%;
    transform: translateX(-50%)
}

.arco-carousel-indicator-left {
    top: 50%;
    left: 12px;
    transform: translate(-50%, -50%) rotate(90deg)
}

.arco-carousel-indicator-right {
    top: 50%;
    right: 12px;
    transform: translate(50%, -50%) rotate(90deg)
}

.arco-carousel-indicator-outer {
    left: 50%;
    padding: 4px;
    background-color: transparent;
    border-radius: 20px;
    transform: translateX(-50%)
}

.arco-carousel-indicator-outer.arco-carousel-indicator-dot {
    bottom: -22px
}

.arco-carousel-indicator-outer.arco-carousel-indicator-line {
    bottom: -20px
}

.arco-carousel-indicator-outer.arco-carousel-indicator-slider {
    bottom: -16px;
    padding: 0;
    background-color: rgba(var(--gray-4), .5)
}

.arco-carousel-indicator-outer .arco-carousel-indicator-item {
    background-color: rgba(var(--gray-4), .5)
}

.arco-carousel-indicator-outer .arco-carousel-indicator-item-active,
.arco-carousel-indicator-outer .arco-carousel-indicator-item:hover {
    background-color: var(--color-fill-4)
}

.arco-carousel-indicator-item {
    display: inline-block;
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: var(--border-radius-medium);
    cursor: pointer
}

.arco-carousel-indicator-item-active,
.arco-carousel-indicator-item:hover {
    background-color: var(--color-white)
}

.arco-carousel-indicator-dot .arco-carousel-indicator-item {
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.arco-carousel-indicator-dot .arco-carousel-indicator-item:not(:last-child) {
    margin-right: 8px
}

.arco-carousel-indicator-line .arco-carousel-indicator-item {
    width: 12px;
    height: 4px
}

.arco-carousel-indicator-line .arco-carousel-indicator-item:not(:last-child) {
    margin-right: 8px
}

.arco-carousel-indicator-slider {
    width: 48px;
    height: 4px;
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: var(--border-radius-medium);
    cursor: pointer
}

.arco-carousel-indicator-slider .arco-carousel-indicator-item {
    position: absolute;
    top: 0;
    height: 100%;
    transition: left .3s
}

.arco-carousel-arrow>div {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--color-white);
    background-color: hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    cursor: pointer
}

.arco-carousel-arrow>div>svg {
    color: var(--color-white);
    font-size: 12px
}

.arco-carousel-arrow>div:hover {
    background-color: hsla(0, 0%, 100%, .5)
}

.arco-carousel-arrow-left {
    top: 50%;
    left: 12px;
    transform: translateY(-50%)
}

.arco-carousel-arrow-right {
    top: 50%;
    right: 12px;
    transform: translateY(-50%)
}

.arco-carousel-arrow-top {
    top: 12px;
    left: 50%;
    transform: translateX(-50%)
}

.arco-carousel-arrow-bottom {
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%)
}

.arco-carousel-arrow-hover div {
    opacity: 0;
    transition: all .3s
}

.arco-carousel:hover .arco-carousel-arrow-hover div {
    opacity: 1
}

body[arco-theme=dark] .arco-carousel-arrow>div {
    background-color: rgba(23, 23, 26, .3)
}

body[arco-theme=dark] .arco-carousel-arrow>div:hover {
    background-color: rgba(23, 23, 26, .5)
}

body[arco-theme=dark] .arco-carousel-indicator-item,
body[arco-theme=dark] .arco-carousel-indicator-slider {
    background-color: rgba(23, 23, 26, .3)
}

body[arco-theme=dark] .arco-carousel-indicator-item-active,
body[arco-theme=dark] .arco-carousel-indicator-item:hover {
    background-color: var(--color-white)
}

body[arco-theme=dark] .arco-carousel-indicator-outer.arco-carousel-indicator-slider {
    background-color: rgba(var(--gray-4), .5)
}

body[arco-theme=dark] .arco-carousel-indicator-outer .arco-carousel-indicator-item-active,
body[arco-theme=dark] .arco-carousel-indicator-outer .arco-carousel-indicator-item:hover {
    background-color: var(--color-fill-4)
}

.arco-carousel-slide>:not(.arco-carousel-item-current) {
    display: none !important
}

.arco-text {
    display: inline-flex
}

.arco-text-ellipsis,
.arco-text-virtual {
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.arco-text-ellipsis {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1
}

.arco-text-virtual {
    position: fixed;
    top: -1000px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap
}

.arco-select-view-single {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    color: var(--color-text-1);
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #dadde2;
    border-radius: var(--border-radius-small);
    cursor: text;
    transition: color .1s linear, border-color .1s linear, background-color .1s linear;
    cursor: pointer
}

.arco-select-view-single:hover {
    background-color: #fff;
    border-color: #86909c
}

.arco-select-view-single.arco-select-view-focus,
.arco-select-view-single:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-select-view-single.arco-select-view-disabled {
    cursor: not-allowed
}

.arco-select-view-single.arco-select-view-disabled,
.arco-select-view-single.arco-select-view-disabled:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-select-view-single.arco-select-view-disabled .arco-select-view-prefix,
.arco-select-view-single.arco-select-view-disabled .arco-select-view-suffix {
    color: inherit
}

.arco-select-view-single.arco-select-view-error,
.arco-select-view-single.arco-select-view-error:hover {
    background-color: #fff;
    border-color: #f53f3f
}

.arco-select-view-single.arco-select-view-error.arco-select-view-single-focus,
.arco-select-view-single.arco-select-view-error:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-select-view-single .arco-select-view-prefix,
.arco-select-view-single .arco-select-view-suffix {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-select-view-single .arco-select-view-prefix>svg,
.arco-select-view-single .arco-select-view-suffix>svg {
    font-size: 12px
}

.arco-select-view-single .arco-select-view-prefix {
    padding-right: 12px;
    color: var(--color-text-2)
}

.arco-select-view-single .arco-select-view-suffix {
    /* padding-left: 12px; */
    color: var(--color-text-2)
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-select-view-single .arco-select-view-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-select-view-single .arco-select-view-clear-btn {
    color: var(--color-text-2);
    font-size: 12px;
    visibility: hidden;
    cursor: pointer
}

.arco-select-view-single .arco-select-view-clear-btn>svg {
    position: relative;
    transition: color .1s linear
}

.arco-select-view-single:hover .arco-select-view-clear-btn {
    visibility: visible
}

.arco-select-view-single:not(.arco-select-view-focus) .arco-select-view-icon-hover:hover:before {
    background-color: var(--color-fill-4)
}

.arco-select-view-single .arco-select-view-input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent
}

.arco-select-view-single .arco-select-view-input::-moz-placeholder {
    color: var(--color-text-3)
}

.arco-select-view-single .arco-select-view-input:-ms-input-placeholder {
    color: var(--color-text-3)
}

.arco-select-view-single .arco-select-view-input::placeholder {
    color: var(--color-text-3)
}

.arco-select-view-single .arco-select-view-input[disabled]::-moz-placeholder {
    color: var(--color-text-4)
}

.arco-select-view-single .arco-select-view-input[disabled]:-ms-input-placeholder {
    color: var(--color-text-4)
}

.arco-select-view-single .arco-select-view-input[disabled]::placeholder {
    color: var(--color-text-4)
}

.arco-select-view-single .arco-select-view-input[disabled] {
    -webkit-text-fill-color: var(--color-text-4)
}

.arco-select-view-single .arco-select-view-input-hidden {
    position: absolute;
    width: 0 !important
}

.arco-select-view-single .arco-select-view-mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    visibility: hidden;
    pointer-events: none;
    width: auto
}

.arco-select-view-single .arco-select-view-value {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-select-view-single .arco-select-view-value:after {
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    content: "."
}

.arco-select-view-single.arco-select-view-search {
    cursor: text
}

.arco-select-view-single.arco-select-view-size-mini .arco-select-view-input,
.arco-select-view-single.arco-select-view-size-mini .arco-select-view-value {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 18px
}

.arco-select-view-single.arco-select-view-size-medium .arco-select-view-input,
.arco-select-view-single.arco-select-view-size-medium .arco-select-view-value {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 18px
}

.arco-select-view-single.arco-select-view-size-small .arco-select-view-input,
.arco-select-view-single.arco-select-view-size-small .arco-select-view-value {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 18px
}

.arco-select-view-single.arco-select-view-size-large .arco-select-view-input,
.arco-select-view-single.arco-select-view-size-large .arco-select-view-value {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 18px
}

.arco-select-view-multiple {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    color: var(--color-text-1);
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #dadde2;
    border-radius: var(--border-radius-small);
    cursor: text;
    transition: color .1s linear, border-color .1s linear, background-color .1s linear
}

.arco-select-view-multiple:hover {
    background-color: #fff;
    border-color: #86909c
}

.arco-select-view-multiple.arco-select-view-focus,
.arco-select-view-multiple:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-select-view-multiple.arco-select-view-disabled {
    cursor: not-allowed
}

.arco-select-view-multiple.arco-select-view-disabled,
.arco-select-view-multiple.arco-select-view-disabled:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-select-view-multiple.arco-select-view-disabled .arco-select-view-prefix,
.arco-select-view-multiple.arco-select-view-disabled .arco-select-view-suffix {
    color: inherit
}

.arco-select-view-multiple.arco-select-view-error,
.arco-select-view-multiple.arco-select-view-error:hover {
    background-color: #fff;
    border-color: #f53f3f
}

.arco-select-view-multiple.arco-select-view-error.arco-select-view-multiple-focus,
.arco-select-view-multiple.arco-select-view-error:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-select-view-multiple .arco-select-view-prefix,
.arco-select-view-multiple .arco-select-view-suffix {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-select-view-multiple .arco-select-view-prefix>svg,
.arco-select-view-multiple .arco-select-view-suffix>svg {
    font-size: 12px
}

.arco-select-view-multiple .arco-select-view-prefix {
    padding-right: 12px;
    color: var(--color-text-2)
}

.arco-select-view-multiple .arco-select-view-suffix {
    padding-left: 12px;
    color: var(--color-text-2)
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-select-view-multiple .arco-select-view-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-select-view-multiple .arco-select-view-clear-btn {
    color: var(--color-text-2);
    font-size: 12px;
    visibility: hidden;
    cursor: pointer
}

.arco-select-view-multiple .arco-select-view-clear-btn>svg {
    position: relative;
    transition: color .1s linear
}

.arco-select-view-multiple:hover .arco-select-view-clear-btn {
    visibility: visible
}

.arco-select-view-multiple:not(.arco-select-view-focus) .arco-select-view-icon-hover:hover:before {
    background-color: var(--color-fill-4)
}

.arco-select-view-multiple.arco-select-view-has-tag {
    padding-right: 4px;
    padding-left: 4px
}

.arco-select-view-multiple.arco-select-view-has-prefix {
    padding-left: 12px
}

.arco-select-view-multiple.arco-select-view-has-suffix {
    padding-right: 12px
}

.arco-select-view-multiple .arco-select-view-inner {
    flex: 1;
    overflow: hidden;
    line-height: 0
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag {
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
    color: var(--color-text-1);
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
    background-color: var(--color-bg-2);
    border-color: var(--color-fill-3)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag .arco-icon-hover:hover:before {
    background-color: var(--color-fill-2)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input::-moz-placeholder {
    color: var(--color-text-3)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input:-ms-input-placeholder {
    color: var(--color-text-3)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input::placeholder {
    color: var(--color-text-3)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input[disabled]::-moz-placeholder {
    color: var(--color-text-4)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input[disabled]:-ms-input-placeholder {
    color: var(--color-text-4)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input[disabled]::placeholder {
    color: var(--color-text-4)
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input[disabled] {
    -webkit-text-fill-color: var(--color-text-4)
}

.arco-select-view-multiple .arco-select-view-mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    visibility: hidden;
    pointer-events: none
}

.arco-select-view-multiple.arco-select-view-focus .arco-select-view-tag {
    background-color: var(--color-fill-2);
    border-color: var(--color-fill-2)
}

.arco-select-view-multiple.arco-select-view-focus .arco-select-view-tag .arco-icon-hover:hover:before {
    background-color: var(--color-fill-3)
}

.arco-select-view-multiple.arco-select-view-disabled .arco-select-view-tag {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    border-color: var(--color-fill-3)
}

.arco-select-view-multiple.arco-select-view-disabled-input,
.arco-select-view-multiple.arco-select-view-readonly {
    cursor: default
}

.arco-select-view-multiple.arco-select-view-size-mini {
    font-size: 12px
}

.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-inner {
    padding-top: 0;
    padding-bottom: 0
}

.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-input,
.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-tag {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 18px;
    vertical-align: middle
}

.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-tag {
    height: auto;
    min-height: 20px
}

.arco-select-view-multiple.arco-select-view-size-mini .arco-select-view-input {
    height: 20px
}

.arco-select-view-multiple.arco-select-view-size-medium {
    font-size: 12px
}

.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-inner {
    padding-top: 2px;
    padding-bottom: 2px
}

.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-input,
.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-tag {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 22px;
    vertical-align: middle
}

.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-tag {
    height: auto;
    min-height: 24px
}

.arco-select-view-multiple.arco-select-view-size-medium .arco-select-view-input {
    height: 24px
}

.arco-select-view-multiple.arco-select-view-size-small {
    font-size: 12px
}

.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-inner {
    padding-top: 2px;
    padding-bottom: 2px
}

.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-input,
.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-tag {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 18px;
    vertical-align: middle
}

.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-tag {
    height: auto;
    min-height: 20px
}

.arco-select-view-multiple.arco-select-view-size-small .arco-select-view-input {
    height: 20px
}

.arco-select-view-multiple.arco-select-view-size-large {
    font-size: 12px
}

.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-inner {
    padding-top: 2px;
    padding-bottom: 2px
}

.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-input,
.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-tag {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 26px;
    vertical-align: middle
}

.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-tag {
    height: auto;
    min-height: 28px
}

.arco-select-view-multiple.arco-select-view-size-large .arco-select-view-input {
    height: 28px
}

.arco-select-view-multiple.arco-select-view-disabled-input {
    cursor: pointer
}

.arco-select-view.arco-select-view-auto-width,
.arco-select-view.arco-select-view-auto-width .arco-select-view-suffix,
.arco-select-view.arco-select-view-auto-width .arco-select-view-value {
    width: auto !important
}

.arco-select-view.arco-select-view-borderless {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important
}

.arco-select-view-suffix {
    width: 26px;
    height: 14px
}

.arco-select-view-suffix .arco-feedback-icon {
    margin-left: 4px
}

.arco-select-view-clear-btn svg,
.arco-select-view-icon svg {
    display: block;
    font-size: 12px
}

.arco-select-view-opened .arco-select-view-arrow-icon {
    transform: rotate(180deg)
}

.arco-select-view-expand-icon {
    transform: rotate(-45deg)
}

.arco-select-view-clear-btn {
    display: none;
    cursor: pointer
}

.arco-select-view:hover .arco-select-view-clear-btn {
    display: block
}

.arco-select-view:hover .arco-select-view-clear-btn~* {
    display: none
}

.arco-empty {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    text-align: center
}

.arco-empty-image {
    margin-bottom: 4px;
    color: rgb(var(--gray-5));
    font-size: 48px;
    line-height: 1
}

.arco-empty-image img {
    height: 80px
}

.arco-empty .arco-empty-description {
    color: rgb(var(--gray-5));
    font-size: 12px
}

.arco-radio-button>input[type=radio],
.arco-radio>input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0
}

.arco-radio-button>input[type=radio]:focus+.arco-radio-icon-hover:before,
.arco-radio>input[type=radio]:focus+.arco-radio-icon-hover:before {
    background-color: var(--color-fill-2)
}

.arco-icon-hover.arco-radio-icon-hover:before {
    width: 24px;
    height: 24px
}

.arco-radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 4px;
    font-size: 12px;
    line-height: unset;
    cursor: pointer
}

.arco-radio-label {
    margin-left: 8px;
    color: var(--color-text-1)
}

.arco-radio-icon {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 2px solid var(--color-neutral-3);
    border-radius: var(--border-radius-circle)
}

.arco-radio-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    background-color: var(--color-bg-2);
    border-radius: var(--border-radius-circle);
    transform: scale(1);
    transition: transform .3s cubic-bezier(.3, 1.3, .3, 1);
    content: ""
}

.arco-radio:hover .arco-radio-icon {
    border-color: var(--color-neutral-3)
}

.arco-radio-checked .arco-radio-icon {
    background-color: rgb(var(--primary-6));
    border-color: rgb(var(--primary-6))
}

.arco-radio-checked .arco-radio-icon:after {
    background-color: var(--color-white);
    transform: scale(.4)
}

.arco-radio-checked:hover .arco-radio-icon {
    border-color: rgb(var(--primary-6))
}

.arco-radio-disabled,
.arco-radio-disabled .arco-radio-icon-hover {
    cursor: not-allowed
}

.arco-radio-disabled .arco-radio-label {
    color: var(--color-text-4)
}

.arco-radio-disabled .arco-radio-icon {
    border-color: var(--color-neutral-3)
}

.arco-radio-disabled .arco-radio-icon:after {
    background-color: var(--color-fill-2)
}

.arco-radio-disabled:hover .arco-radio-icon {
    border-color: var(--color-neutral-3)
}

.arco-radio-checked.arco-radio-disabled .arco-radio-icon,
.arco-radio-checked.arco-radio-disabled:hover .arco-radio-icon {
    background-color: var(--color-primary-light-3);
    border-color: transparent
}

.arco-radio-checked.arco-radio-disabled .arco-radio-icon:after {
    background-color: var(--color-fill-2)
}

.arco-radio-checked.arco-radio-disabled .arco-radio-label {
    color: var(--color-text-4)
}

.arco-radio:hover .arco-radio-icon-hover:before {
    background-color: var(--color-fill-2)
}

.arco-radio-group {
    display: inline-block;
    box-sizing: border-box
}

.arco-radio-group .arco-radio {
    margin-right: 20px
}

.arco-radio-group-button {
    display: inline-flex;
    padding: 1.5px;
    background-color: var(--color-fill-2)
}

.arco-radio-button,
.arco-radio-group-button {
    line-height: 26px;
    border-radius: var(--border-radius-small)
}

.arco-radio-button {
    position: relative;
    display: inline-block;
    margin: 1.5px;
    color: var(--color-text-2);
    font-size: 12px;
    background-color: transparent;
    cursor: pointer;
    transition: all .1s linear
}

.arco-radio-button-content {
    position: relative;
    display: block;
    padding: 0 12px
}

.arco-radio-button:not(:first-of-type):before {
    position: absolute;
    top: 50%;
    left: -2px;
    display: block;
    width: 1px;
    height: 14px;
    background-color: var(--color-neutral-3);
    transform: translateY(-50%);
    transition: all .1s linear;
    content: ""
}

.arco-radio-button.arco-radio-checked+.arco-radio-button:before,
.arco-radio-button.arco-radio-checked:before,
.arco-radio-button:hover+.arco-radio-button:before,
.arco-radio-button:hover:before {
    opacity: 0
}

.arco-radio-button:hover {
    color: var(--color-text-1);
    background-color: var(--color-bg-5)
}

.arco-radio-button.arco-radio-checked {
    color: rgb(var(--primary-6));
    background-color: var(--color-bg-5)
}

.arco-radio-button.arco-radio-disabled {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-radio-button.arco-radio-disabled.arco-radio-checked {
    color: var(--color-primary-light-3);
    background-color: var(--color-bg-5)
}

.arco-radio-group-size-small {
    line-height: 28px
}

.arco-radio-group-size-small .arco-radio-button,
.arco-radio-group-size-small.arco-radio-group-button {
    font-size: 12px;
    line-height: 22px
}

.arco-radio-group-size-large {
    line-height: 36px
}

.arco-radio-group-size-large .arco-radio-button,
.arco-radio-group-size-large.arco-radio-group-button {
    font-size: 12px;
    line-height: 30px
}

.arco-radio-group-size-mini {
    line-height: 24px
}

.arco-radio-group-size-mini .arco-radio-button,
.arco-radio-group-size-mini.arco-radio-group-button {
    font-size: 12px;
    line-height: 18px
}

.arco-radio-group-direction-vertical .arco-radio {
    display: flex;
    margin-right: 0;
    line-height: 32px
}

body[arco-theme=dark] .arco-radio-button.arco-radio-checked,
body[arco-theme=dark] .arco-radio-button:not(.arco-radio-disabled):hover {
    background-color: var(--color-fill-3)
}

body[arco-theme=dark] .arco-radio-button:after {
    background-color: var(--color-bg-3)
}

.arco-cascader-panel {
    display: inline-block;
    box-sizing: border-box;
    height: 200px;
    overflow: hidden;
    white-space: nowrap;
    list-style: none
}

.arco-cascader-has-panel-top,
.arco-cascader-panel {
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-fill-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.arco-cascader-has-panel-top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.arco-cascader-has-panel-top .arco-cascader-panel {
    background-color: unset;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    width: 100%
}

.arco-cascader-dropdown-panel {
    display: block;
    width: 100%
}

.arco-cascader-search-panel {
    overflow-y: auto;
    min-width: 100px
}

.arco-cascader-popup-trigger-hover .arco-cascader-list-item {
    transition: fontweight 0s
}

.arco-cascader-highlight {
    font-weight: 500
}

.arco-cascader-panel-column {
    position: relative;
    display: inline-block;
    min-width: 120px;
    height: 100%;
    max-height: 200px;
    overflow-y: auto;
    white-space: nowrap;
    vertical-align: top;
    background-color: var(--color-bg-popup)
}

.arco-cascader-panel-column-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.arco-cascader-panel-column:not(:last-of-type) {
    border-right: 1px solid var(--color-fill-3)
}

.arco-cascader-list-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: 4px 0
}

.arco-cascader-list-wrapper-with-footer {
    padding-bottom: 0
}

.arco-cascader-list-empty {
    display: flex;
    align-items: center;
    height: 100%
}

.arco-cascader-list {
    flex: 1;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    list-style: none
}

.arco-cascader-list-multiple .arco-cascader-option-label,
.arco-cascader-list-strictly .arco-cascader-option-label {
    padding-left: 0
}

.arco-cascader-list-multiple .arco-cascader-option,
.arco-cascader-list-strictly .arco-cascader-option {
    padding-left: 12px
}

.arco-cascader-list-multiple .arco-cascader-option .arco-checkbox,
.arco-cascader-list-multiple .arco-cascader-option .arco-radio,
.arco-cascader-list-strictly .arco-cascader-option .arco-checkbox,
.arco-cascader-list-strictly .arco-cascader-option .arco-radio {
    margin-right: 8px;
    padding-left: 0
}

.arco-cascader-search-list.arco-cascader-list-multiple .arco-cascader-option-label {
    padding-right: 12px
}

.arco-cascader-list-footer {
    box-sizing: border-box;
    height: 36px;
    padding-left: 12px;
    line-height: 36px;
    border-top: 1px solid var(--color-fill-3)
}

.arco-cascader-option,
.arco-cascader-search-option {
    position: relative;
    display: flex;
    box-sizing: border-box;
    min-width: 100px;
    height: 36px;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 36px;
    background-color: transparent;
    cursor: pointer
}

.arco-cascader-option-label,
.arco-cascader-search-option-label {
    flex-grow: 1;
    padding-right: 34px;
    padding-left: 12px
}

.arco-cascader-option-label-no-icon,
.arco-cascader-search-option-label-no-icon {
    padding-right: 16px
}

.arco-cascader-option-label-left,
.arco-cascader-search-option-label-left {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arco-cascader-option-label-search,
.arco-cascader-search-option-label-search {
    color: #1d2129
}

.arco-cascader-option-label-desc,
.arco-cascader-search-option-label-desc {
    margin-left: 4px;
    color: #86909c
}

.arco-cascader-option .arco-icon-check,
.arco-cascader-option .arco-icon-right,
.arco-cascader-search-option .arco-icon-check,
.arco-cascader-search-option .arco-icon-right {
    position: absolute;
    top: 50%;
    right: 10px;
    color: var(--color-text-2);
    font-size: 12px;
    transform: translateY(-50%)
}

.arco-cascader-option .arco-icon-check,
.arco-cascader-search-option .arco-icon-check {
    color: rgb(var(--primary-6))
}

.arco-cascader-option .arco-icon-loading,
.arco-cascader-search-option .arco-icon-loading {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    color: rgb(var(--primary-6));
    font-size: 12px
}

.arco-cascader-option:hover,
.arco-cascader-search-option-hover {
    color: var(--color-text-1);
    background-color: var(--color-fill-2)
}

.arco-cascader-option:hover .arco-checkbox:not(.arco-checkbox-disabled):not(.arco-checkbox-checked):hover .arco-checkbox-icon-hover:before,
.arco-cascader-option:hover .arco-radio:not(.arco-radio-disabled):not(.arco-radio-checked):hover .arco-radio-icon-hover:before,
.arco-cascader-search-option-hover .arco-checkbox:not(.arco-checkbox-disabled):not(.arco-checkbox-checked):hover .arco-checkbox-icon-hover:before,
.arco-cascader-search-option-hover .arco-radio:not(.arco-radio-disabled):not(.arco-radio-checked):hover .arco-radio-icon-hover:before {
    background-color: var(--color-fill-3)
}

.arco-cascader-option-disabled,
.arco-cascader-option-disabled:hover,
.arco-cascader-search-option-disabled,
.arco-cascader-search-option-disabled:hover {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-cascader-option-disabled .arco-icon-right,
.arco-cascader-option-disabled:hover .arco-icon-right,
.arco-cascader-search-option-disabled .arco-icon-right,
.arco-cascader-search-option-disabled:hover .arco-icon-right {
    color: inherit
}

.arco-cascader-option-disabled .arco-icon-check,
.arco-cascader-option-disabled:hover .arco-icon-check,
.arco-cascader-search-option-disabled .arco-icon-check,
.arco-cascader-search-option-disabled:hover .arco-icon-check {
    color: var(--color-primary-light-3)
}

.arco-cascader-option-active,
.arco-cascader-option-active:hover {
    color: var(--color-text-1);
    background-color: var(--color-fill-2)
}

.arco-cascader-option-active:not(.arco-cascader-option-leaf) {
    color: #0045f0;
    background-color: #e8f3ff
}

.arco-cascader-option-active:not(.arco-cascader-option-leaf) .arco-icon-right,
.arco-cascader-option-selected,
.arco-cascader-option-selected:hover {
    color: #0045f0
}

.arco-cascader-option-active.arco-cascader-option-disabled,
.arco-cascader-option-active.arco-cascader-option-disabled:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-2)
}

.arco-icon-hover.arco-collapse-item-icon-hover:before {
    width: 16px;
    height: 16px
}

.arco-icon-hover.arco-collapse-item-icon-hover:hover:before {
    background-color: var(--color-fill-2)
}

.arco-collapse {
    overflow: hidden;
    line-height: 1.5715;
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-medium)
}

.arco-collapse-item {
    box-sizing: border-box;
    border-bottom: 1px solid var(--color-border-2)
}

.arco-collapse-item-active>.arco-collapse-item-header {
    background-color: var(--color-bg-2);
    border-color: var(--color-neutral-3);
    transition: border-color 0s ease 0s
}

.arco-collapse-item-active>.arco-collapse-item-header .arco-collapse-item-header-title {
    font-weight: 500
}

.arco-collapse-item-active>.arco-collapse-item-header .arco-collapse-item-expand-icon {
    transform: rotate(90deg)
}

.arco-collapse-item-active>.arco-collapse-item-header .arco-collapse-item-icon-right .arco-collapse-item-expand-icon {
    transform: rotate(-90deg)
}

.arco-collapse-item-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 8px;
    line-height: 24px;
    padding-bottom: 8px;
    overflow: hidden;
    color: var(--color-text-1);
    background-color: var(--color-bg-2);
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-size: 12px;
    transition: border-color 0s ease .19s
}

.arco-collapse-item-header-left {
    padding-right: 13px;
    padding-left: 34px
}

.arco-collapse-item-header-right {
    padding-right: 34px;
    padding-left: 13px
}

.arco-collapse-item-header-disabled {
    color: var(--color-text-4);
    background-color: var(--color-bg-2);
    cursor: not-allowed
}

.arco-collapse-item-header-disabled .arco-collapse-item-header-icon {
    color: var(--color-text-4)
}

.arco-collapse-item-header-title {
    display: inline
}

.arco-collapse-item-header-extra {
    float: right
}

.arco-collapse-item .arco-collapse-item-icon-hover {
    position: absolute;
    top: 50%;
    left: 13px;
    text-align: center;
    transform: translateY(-50%)
}

.arco-collapse-item .arco-collapse-item-icon-right {
    right: 13px;
    left: unset
}

.arco-collapse-item .arco-collapse-item-icon-right>.arco-collapse-item-header-icon-down {
    transform: rotate(-90deg)
}

.arco-collapse-item .arco-collapse-item-expand-icon {
    position: relative;
    display: block;
    color: var(--color-neutral-7);
    font-size: 14px;
    vertical-align: middle;
    transition: transform .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-collapse-item-content {
    position: relative;
    display: none;
    padding-right: 13px;
    padding-left: 34px;
    overflow: hidden;
    color: var(--color-text-1);
    font-size: 12px;
    background-color: var(--color-fill-1)
}

.arco-collapse-item-content-expanded {
    display: block;
    height: auto
}

.arco-collapse-item-content-box {
    padding: 8px 0
}

.arco-collapse-item.arco-collapse-item-disabled>.arco-collapse-item-content {
    color: var(--color-text-4)
}

.arco-collapse-item-no-icon>.arco-collapse-item-header {
    padding-right: 13px;
    padding-left: 13px
}

.arco-collapse-item:last-of-type {
    border-bottom: none
}

.arco-collapse.arco-collapse-borderless {
    border: none
}

.arco-collapse:after {
    display: table;
    clear: both;
    content: ""
}

.collapse-slider-enter-from,
.collapse-slider-leave-to {
    height: 0
}

.collapse-slider-enter-active,
.collapse-slider-leave-active {
    transition: height .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-comment {
    display: flex;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 1.5715
}

.arco-comment-inner-comment,
.arco-comment:not(:first-of-type) {
    margin-top: 20px
}

.arco-comment-inner {
    flex: 1
}

.arco-comment-avatar {
    flex-shrink: 0;
    margin-right: 12px;
    cursor: pointer
}

.arco-comment-avatar>img {
    width: 32px;
    height: 32px;
    border-radius: var(--border-radius-circle)
}

.arco-comment-author {
    margin-right: 8px;
    color: var(--color-text-2);
    font-size: 12px
}

.arco-comment-datetime {
    color: var(--color-text-3);
    font-size: 12px
}

.arco-comment-content {
    color: var(--color-text-1)
}

.arco-comment-title-align-right {
    display: flex;
    justify-content: space-between
}

.arco-comment-actions {
    margin-top: 8px;
    color: var(--color-text-2);
    font-size: 12px
}

.arco-comment-actions>:not(:last-child) {
    margin-right: 8px
}

.arco-comment-actions-align-right {
    display: flex;
    justify-content: flex-end
}

.arco-picker {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 4px 11px 4px 4px;
    line-height: 1.5715;
    background-color: var(--color-fill-2);
    border: 1px solid transparent;
    border-radius: var(--border-radius-small);
    transition: all .1s linear
}

.arco-picker-input {
    display: inline-flex;
    flex: 1
}

.arco-picker input {
    width: 100%;
    padding: 0;
    padding-left: 8px;
    color: var(--color-text-2);
    line-height: 18px;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: 0;
    transition: all .1s linear
}

.arco-picker input::-moz-placeholder {
    color: var(--color-text-3)
}

.arco-picker input:-ms-input-placeholder {
    color: var(--color-text-3)
}

.arco-picker input::placeholder {
    color: var(--color-text-3)
}

.arco-picker-suffix {
    width: 14px;
    margin-left: 4px;
    text-align: right;
    text-align: center
}

.arco-picker-suffix-icon {
    color: #86909c
}

.arco-picker .arco-picker-clear-icon {
    display: none;
    color: var(--color-text-2);
    font-size: 12px
}

.arco-picker:hover {
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-picker:not(.arco-picker-disabled):hover .arco-picker-clear-icon {
    display: inline-block
}

.arco-picker:not(.arco-picker-disabled):hover .arco-picker-suffix .arco-picker-clear-icon+span {
    display: none
}

.arco-picker input[disabled] {
    color: var(--color-text-4);
    cursor: not-allowed
}

.arco-picker input[disabled]::-moz-placeholder {
    color: var(--color-text-4)
}

.arco-picker input[disabled]:-ms-input-placeholder {
    color: var(--color-text-4)
}

.arco-picker input[disabled]::placeholder {
    color: var(--color-text-4)
}

.arco-picker-error {
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-picker-error:hover {
    background-color: var(--color-danger-light-2);
    border-color: transparent
}

.arco-picker-focused {
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-picker-focused,
.arco-picker-focused:hover {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6))
}

.arco-picker-focused.arco-picker-error {
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-picker-focused .arco-picker-input-active input,
.arco-picker-focused:hover .arco-picker-input-active input {
    background: var(--color-fill-2)
}

.arco-picker-disabled,
.arco-picker-disabled:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    border-color: transparent;
    cursor: not-allowed
}

.arco-picker-disabled:hover input[disabled],
.arco-picker-disabled input[disabled] {
    color: var(--color-text-4);
    cursor: not-allowed
}

.arco-picker-disabled:hover input[disabled]::-moz-placeholder,
.arco-picker-disabled input[disabled]::-moz-placeholder {
    color: var(--color-text-4)
}

.arco-picker-disabled:hover input[disabled]:-ms-input-placeholder,
.arco-picker-disabled input[disabled]:-ms-input-placeholder {
    color: var(--color-text-4)
}

.arco-picker-disabled:hover input[disabled]::placeholder,
.arco-picker-disabled input[disabled]::placeholder {
    color: var(--color-text-4)
}

.arco-picker-separator {
    min-width: 10px;
    padding: 0 8px;
    color: var(--color-text-3)
}

.arco-picker-disabled .arco-picker-separator,
.arco-picker-disabled .arco-picker-suffix-icon {
    color: var(--color-text-4)
}

.arco-picker-size-mini {
    height: 24px
}

.arco-picker-size-mini input {
    font-size: 12px
}

.arco-picker-size-small {
    height: 28px
}

.arco-picker-size-small input {
    font-size: 12px
}

.arco-picker-size-medium {
    height: 32px
}

.arco-picker-size-medium input {
    font-size: 12px
}

.arco-picker-size-large {
    height: 36px
}

.arco-picker-size-large input {
    font-size: 12px
}

.arco-picker-container,
.arco-picker-range-container {
    box-sizing: border-box;
    min-height: 60px;
    overflow: hidden;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.arco-picker-container-shortcuts-placement-left,
.arco-picker-container-shortcuts-placement-right,
.arco-picker-range-container-shortcuts-placement-left,
.arco-picker-range-container-shortcuts-placement-right {
    display: flex;
    align-items: flex-start
}

.arco-picker-container-shortcuts-placement-left>.arco-picker-shortcuts,
.arco-picker-container-shortcuts-placement-right>.arco-picker-shortcuts,
.arco-picker-range-container-shortcuts-placement-left>.arco-picker-shortcuts,
.arco-picker-range-container-shortcuts-placement-right>.arco-picker-shortcuts {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 5px 8px;
    overflow-x: hidden;
    overflow-y: auto
}

.arco-picker-container-shortcuts-placement-left>.arco-picker-shortcuts>*,
.arco-picker-container-shortcuts-placement-right>.arco-picker-shortcuts>*,
.arco-picker-range-container-shortcuts-placement-left>.arco-picker-shortcuts>*,
.arco-picker-range-container-shortcuts-placement-right>.arco-picker-shortcuts>* {
    margin: 5px 0
}

.arco-picker-container-shortcuts-placement-left>.arco-picker-shortcuts,
.arco-picker-range-container-shortcuts-placement-left>.arco-picker-shortcuts {
    margin-right: -1px;
    border-right: 1px solid var(--color-neutral-3)
}

.arco-picker-container-shortcuts-placement-left .arco-picker-panel-wrapper,
.arco-picker-container-shortcuts-placement-left .arco-picker-range-panel-wrapper,
.arco-picker-range-container-shortcuts-placement-left .arco-picker-panel-wrapper,
.arco-picker-range-container-shortcuts-placement-left .arco-picker-range-panel-wrapper {
    border-left: 1px solid var(--color-neutral-3)
}

.arco-picker-container-shortcuts-placement-right .arco-picker-panel-wrapper,
.arco-picker-container-shortcuts-placement-right .arco-picker-range-panel-wrapper,
.arco-picker-range-container-shortcuts-placement-right .arco-picker-panel-wrapper,
.arco-picker-range-container-shortcuts-placement-right .arco-picker-range-panel-wrapper {
    border-right: 1px solid var(--color-neutral-3)
}

.arco-picker-panel-only,
.arco-picker-range-panel-only {
    box-shadow: none
}

.arco-picker-panel-only .arco-panel-date-inner,
.arco-picker-range-panel-only .arco-panel-date,
.arco-picker-range-panel-only .arco-panel-date-inner {
    width: 100%
}

.arco-picker-header {
    display: flex;
    padding: 8px 16px;
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-picker-header-title {
    flex: 1;
    color: var(--color-text-1);
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.arco-picker-header-icon {
    width: 24px;
    height: 24px;
    margin-right: 2px;
    margin-left: 2px;
    color: var(--color-text-2);
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    background-color: var(--color-bg-popup);
    border-radius: 50%;
    transition: all .1s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-picker-header-icon:not(.arco-picker-header-icon-hidden) {
    cursor: pointer
}

.arco-picker-header-icon:not(.arco-picker-header-icon-hidden):hover {
    background-color: var(--color-fill-3)
}

.arco-picker-header-label {
    padding: 2px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .1s
}

.arco-picker-header-label:hover {
    background-color: var(--color-fill-3)
}

.arco-picker-body {
    padding: 14px 16px
}

.arco-picker-week-list {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 16px 0 16px
}

.arco-picker-week-list-item {
    flex: 1;
    height: 32px;
    padding: 0;
    color: #7d7d7f;
    font-weight: 400;
    line-height: 32px;
    text-align: center
}

.arco-picker-row {
    display: flex;
    padding: 2px 0
}

.arco-picker-cell {
    flex: 1
}

.arco-picker-cell .arco-picker-date {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 4px 0;
    cursor: pointer
}

.arco-picker-date-value {
    min-width: 24px;
    height: 24px;
    color: var(--color-text-4);
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: var(--border-radius-circle);
    cursor: pointer
}

.arco-picker-cell-in-view .arco-picker-date-value {
    color: var(--color-text-1);
    font-weight: 500
}

.arco-picker-cell-selected .arco-picker-date-value {
    color: var(--color-white);
    background-color: rgb(var(--primary-6));
    transition: background-color .1s linear
}

.arco-picker-cell-in-view:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover {
    color: var(--color-text-1);
    background-color: var(--color-fill-3)
}

.arco-picker-cell-today {
    position: relative
}

.arco-picker-cell-today:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    display: block;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background-color: rgb(var(--primary-6));
    border-radius: 50%;
    content: ""
}

.arco-picker-cell-in-range .arco-picker-date {
    background-color: var(--color-primary-light-1)
}

.arco-picker-cell-range-start .arco-picker-date {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.arco-picker-cell-range-end .arco-picker-date {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.arco-picker-cell-in-range-near-hover .arco-picker-date {
    border-radius: 0
}

.arco-picker-cell-range-end .arco-picker-date-value,
.arco-picker-cell-range-start .arco-picker-date-value {
    color: var(--color-white);
    background-color: rgb(var(--primary-6));
    border-radius: var(--border-radius-circle)
}

.arco-picker-cell-hover-in-range .arco-picker-date {
    background-color: var(--color-primary-light-1)
}

.arco-picker-cell-hover-range-start .arco-picker-date {
    border-radius: 24px 0 0 24px
}

.arco-picker-cell-hover-range-end .arco-picker-date {
    border-radius: 0 24px 24px 0
}

.arco-picker-cell-hover-range-end .arco-picker-date-value,
.arco-picker-cell-hover-range-start .arco-picker-date-value {
    color: var(--color-text-1);
    background-color: var(--color-primary-light-2);
    border-radius: 50%
}

.arco-picker-cell-disabled .arco-picker-date {
    background-color: var(--color-fill-1);
    cursor: not-allowed
}

.arco-picker-cell-disabled .arco-picker-date-value {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-picker-footer {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 100%
}

.arco-picker-footer-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 3px 8px;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-picker-footer-btn-wrapper :only-child {
    margin-left: auto
}

.arco-picker-footer-extra-wrapper {
    box-sizing: border-box;
    padding: 8px 24px;
    color: var(--color-text-1);
    font-size: 12px;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-picker-footer-now-wrapper {
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-picker-btn-confirm {
    margin: 5px 0
}

.arco-picker-shortcuts {
    flex: 1
}

.arco-picker-shortcuts>* {
    margin: 5px 10px 5px 0
}

.arco-panel-date {
    display: flex;
    box-sizing: border-box
}

.arco-panel-date-inner {
    width: 265px
}

.arco-panel-date-inner .arco-picker-body {
    padding-top: 0
}

.arco-panel-date-timepicker {
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--color-neutral-3)
}

.arco-panel-date-timepicker-title {
    width: 100%;
    height: 40px;
    color: var(--color-text-1);
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-panel-date-timepicker .arco-timepicker {
    height: 276px;
    padding: 0 6px;
    overflow: hidden
}

.arco-panel-date-timepicker .arco-timepicker-column {
    box-sizing: border-box;
    width: auto;
    height: 100%;
    padding: 0 4px
}

.arco-panel-date-timepicker .arco-timepicker-column::-webkit-scrollbar {
    width: 0
}

.arco-panel-date-timepicker .arco-timepicker-column:not(:last-child) {
    border-right: 0
}

.arco-panel-date-timepicker .arco-timepicker ul:after {
    height: 244px
}

.arco-panel-date-timepicker .arco-timepicker-cell {
    width: 36px
}

.arco-panel-date-timepicker .arco-timepicker-cell-inner {
    padding-left: 10px
}

.arco-panel-date-footer {
    border-right: 1px solid var(--color-neutral-3)
}

.arco-panel-date-with-view-tabs {
    flex-direction: column;
    min-width: 265px
}

.arco-panel-date-with-view-tabs .arco-panel-date-timepicker .arco-timepicker-column {
    flex: 1
}

.arco-panel-date-with-view-tabs .arco-panel-date-timepicker .arco-timepicker-column::-webkit-scrollbar {
    width: 0
}

.arco-panel-date-with-view-tabs .arco-panel-date-timepicker .arco-timepicker-cell {
    width: 100%;
    text-align: center
}

.arco-panel-date-with-view-tabs .arco-panel-date-timepicker .arco-timepicker-cell-inner {
    padding-left: 0
}

.arco-panel-date-view-tabs {
    display: flex;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-panel-date-view-tab-pane {
    flex: 1;
    height: 50px;
    color: var(--color-text-4);
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid var(--color-neutral-3);
    cursor: pointer
}

.arco-panel-date-view-tab-pane:last-child {
    border-right: none
}

.arco-panel-date-view-tab-pane-text {
    margin-left: 8px
}

.arco-panel-date-view-tab-pane-active {
    color: var(--color-text-1)
}

.arco-panel-month,
.arco-panel-quarter,
.arco-panel-year {
    box-sizing: border-box;
    width: 265px
}

.arco-panel-month .arco-picker-date,
.arco-panel-quarter .arco-picker-date,
.arco-panel-year .arco-picker-date {
    padding: 4px
}

.arco-panel-month .arco-picker-date-value,
.arco-panel-quarter .arco-picker-date-value,
.arco-panel-year .arco-picker-date-value {
    width: 100%;
    border-radius: 24px
}

.arco-panel-month .arco-picker-cell:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover,
.arco-panel-quarter .arco-picker-cell:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover,
.arco-panel-year .arco-picker-cell:not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end):not(.arco-picker-cell-disabled):not(.arco-picker-cell-week) .arco-picker-date-value:hover {
    border-radius: 24px
}

.arco-panel-year {
    width: 265px
}

.arco-panel-week,
.arco-panel-year {
    box-sizing: border-box
}

.arco-panel-week-wrapper {
    display: flex
}

.arco-panel-week-inner {
    width: 298px
}

.arco-panel-week-inner .arco-picker-body {
    padding-top: 0
}

.arco-panel-week .arco-picker-row-week {
    cursor: pointer
}

.arco-panel-week .arco-picker-row-week .arco-picker-date-value {
    width: 100%;
    border-radius: 0
}

.arco-panel-week .arco-picker-cell .arco-picker-date {
    border-radius: 0
}

.arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date {
    padding-left: 4px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date .arco-picker-date-value {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date {
    padding-right: 4px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date .arco-picker-date-value {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.arco-panel-week .arco-picker-row-week:hover .arco-picker-cell:not(.arco-picker-cell-week):not(.arco-picker-cell-selected):not(.arco-picker-cell-range-start):not(.arco-picker-cell-range-end) .arco-picker-date-value {
    background-color: var(--color-fill-3)
}

.arco-panel-quarter {
    box-sizing: border-box;
    width: 265px
}

.arco-picker-range-wrapper {
    display: flex
}

.arco-datepicker-shortcuts-wrapper {
    box-sizing: border-box;
    width: 106px;
    height: 100%;
    max-height: 300px;
    margin: 10px 0 0 0;
    padding: 0;
    overflow-y: auto;
    list-style: none
}

.arco-datepicker-shortcuts-wrapper>li {
    box-sizing: border-box;
    width: 100%;
    padding: 6px 16px;
    cursor: pointer
}

.arco-datepicker-shortcuts-wrapper>li:hover {
    color: rgb(var(--primary-6))
}

.arco-picker {
    padding: 4px 8px 4px 4px;
    background: #fff;
    border-color: #dadde2
}

.arco-picker:hover {
    background: #fff;
    border-color: #86909c
}

.arco-picker-focused,
.arco-picker-focused:hover {
    border-color: #0045f0
}

.arco-picker-disabled,
.arco-picker-disabled:hover {
    background: #f7f8fa;
    border: 1px solid #dadde2
}

.arco-picker-error,
.arco-picker-error:hover {
    background: #fff;
    border: 1px solid #f53f3f
}

.arco-picker-suffix,
.arco-picker-suffix-icon {
    display: inline-flex
}

.arco-picker-week-list {
    font-size: 14px
}

.arco-picker-header-title {
    font-weight: 700
}

.arco-picker-shortcuts .arco-btn-secondary {
    color: #000430;
    background-color: transparent;
    border: 1px solid #e6e6ed
}

.arco-picker-shortcuts .arco-btn-secondary:hover {
    color: #000430;
    background-color: #f2f2f5;
    border-color: #e6e6ed
}

.arco-picker-shortcuts .arco-btn-secondary:active {
    color: #000430;
    background: #e6e6ed;
    border-color: #e6e6ed
}

.arco-picker-shortcuts .arco-btn-secondary.arco-btn-disabled {
    color: grey;
    background-color: transparent;
    border-color: #e6e6ed;
    cursor: not-allowed
}

.arco-picker-footer-now-wrapper {
    display: none
}

.arco-descriptions-table {
    width: 100%;
    border-collapse: collapse
}

.arco-descriptions-title {
    margin-bottom: 16px;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5715
}

.arco-descriptions-item,
.arco-descriptions-item-label,
.arco-descriptions-item-value {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.5715;
    text-align: left
}

.arco-descriptions-item-label-block {
    width: 1px;
    padding: 0 4px 12px 0;
    color: var(--color-text-3);
    font-weight: 500;
    white-space: nowrap
}

.arco-descriptions-item-value-block {
    padding: 0 4px 12px 0;
    color: var(--color-text-1);
    font-weight: 400;
    white-space: pre-wrap;
    word-break: break-word
}

.arco-descriptions-item-label-inline,
.arco-descriptions-item-value-inline {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.5715;
    text-align: left
}

.arco-descriptions-item-label-inline {
    margin-bottom: 2px;
    color: var(--color-text-3);
    font-weight: 500
}

.arco-descriptions-item-value-inline {
    color: var(--color-text-1);
    font-weight: 400
}

.arco-descriptions-layout-inline-horizontal .arco-descriptions-item-label-inline {
    margin-right: 4px
}

.arco-descriptions-layout-inline-horizontal .arco-descriptions-item-label-inline,
.arco-descriptions-layout-inline-horizontal .arco-descriptions-item-value-inline {
    display: inline-block;
    margin-bottom: 0
}

.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 12px 20px
}

.arco-descriptions-border .arco-descriptions-body {
    overflow: hidden;
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-medium)
}

.arco-descriptions-border .arco-descriptions-row:not(:last-child) {
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-descriptions-border .arco-descriptions-item,
.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 7px 20px;
    border-right: 1px solid var(--color-neutral-3)
}

.arco-descriptions-border .arco-descriptions-item-label-block {
    background-color: var(--color-fill-1)
}

.arco-descriptions-border .arco-descriptions-item-value-block:last-child,
.arco-descriptions-border .arco-descriptions-item:last-child,
.arco-descriptions-border.arco-descriptions-layout-vertical .arco-descriptions-item-label-block:last-child {
    border-right: none
}

.arco-descriptions-layout-vertical:not(.arco-descriptions-border) .arco-descriptions-item-value-block:first-child {
    padding-left: 0
}

.arco-descriptions-size-mini .arco-descriptions-title {
    margin-bottom: 6px
}

.arco-descriptions-size-mini .arco-descriptions-item-label-block,
.arco-descriptions-size-mini .arco-descriptions-item-value-block {
    padding-right: 20px;
    padding-bottom: 2px;
    font-size: 12px
}

.arco-descriptions-size-mini.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-size-mini.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 3px 20px
}

.arco-descriptions-size-mini.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 8px 20px
}

.arco-descriptions-size-small .arco-descriptions-title {
    margin-bottom: 8px
}

.arco-descriptions-size-small .arco-descriptions-item-label-block,
.arco-descriptions-size-small .arco-descriptions-item-value-block {
    padding-right: 20px;
    padding-bottom: 4px;
    font-size: 12px
}

.arco-descriptions-size-small.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-size-small.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 3px 20px
}

.arco-descriptions-size-small.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 8px 20px
}

.arco-descriptions-size-medium .arco-descriptions-title {
    margin-bottom: 12px
}

.arco-descriptions-size-medium .arco-descriptions-item-label-block,
.arco-descriptions-size-medium .arco-descriptions-item-value-block {
    padding-right: 20px;
    padding-bottom: 8px;
    font-size: 12px
}

.arco-descriptions-size-medium.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-size-medium.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 5px 20px
}

.arco-descriptions-size-medium.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 10px 20px
}

.arco-descriptions-size-large .arco-descriptions-title {
    margin-bottom: 20px
}

.arco-descriptions-size-large .arco-descriptions-item-label-block,
.arco-descriptions-size-large .arco-descriptions-item-value-block {
    padding-right: 20px;
    padding-bottom: 16px;
    font-size: 12px
}

.arco-descriptions-size-large.arco-descriptions-border .arco-descriptions-item-label-block,
.arco-descriptions-size-large.arco-descriptions-border .arco-descriptions-item-value-block {
    padding: 9px 20px
}

.arco-descriptions-size-large.arco-descriptions-border.arco-descriptions-layout-inline-vertical .arco-descriptions-item {
    padding: 14px 20px
}

.arco-divider-horizontal {
    position: relative;
    clear: both;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 20px 0;
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-divider-horizontal.arco-divider-with-text {
    margin: 20px 0
}

.arco-divider-vertical {
    display: inline-block;
    min-width: 1px;
    max-width: 1px;
    height: 1em;
    margin: 0 12px;
    vertical-align: middle;
    border-left: 1px solid var(--color-neutral-3)
}

.arco-divider-text {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    padding: 0 16px;
    color: var(--color-text-1);
    font-weight: 500;
    line-height: 2;
    background: var(--color-bg-2);
    transform: translateY(-50%)
}

.arco-divider-text-center {
    left: 50%;
    transform: translate(-50%, -50%)
}

.arco-divider-text-left {
    left: 24px
}

.arco-divider-text-right {
    right: 24px
}

.arco-divider {
    --color-neutral-3: #f2f2f5
}

.arco-divider-text {
    padding: 0 8px;
    color: rgba(0, 4, 48, .5);
    font-size: 12px
}

.arco-drawer-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001
}

.arco-drawer-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-mask-bg)
}

.arco-drawer {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    line-height: 1.5715;
    background-color: var(--color-bg-3)
}

.arco-drawer-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-drawer-header .arco-drawer-title {
    margin-right: auto;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px;
    text-align: left
}

.arco-drawer-header .arco-drawer-close-btn {
    margin-left: 8px;
    color: var(--color-text-1);
    font-size: 12px;
    cursor: pointer
}

.arco-drawer-footer {
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 16px 16px;
    text-align: right;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-drawer-footer>.arco-btn {
    margin-left: 12px
}

.arco-drawer-body {
    position: relative;
    flex: 1;
    box-sizing: border-box;
    height: 100%;
    padding: 12px 16px;
    overflow: auto;
    color: var(--color-text-1)
}

.fade-drawer-appear-from,
.fade-drawer-enter-from {
    opacity: 0
}

.fade-drawer-appear-to,
.fade-drawer-enter-to {
    opacity: 1
}

.fade-drawer-appear-active,
.fade-drawer-enter-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
}

.fade-drawer-leave-from {
    opacity: 1
}

.fade-drawer-leave-to {
    opacity: 0
}

.fade-drawer-leave-active {
    transition: opacity .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-left-drawer-appear-from,
.slide-left-drawer-enter-from {
    transform: translateX(-100%)
}

.slide-left-drawer-appear-to,
.slide-left-drawer-enter-to {
    transform: translateX(0)
}

.slide-left-drawer-appear-active,
.slide-left-drawer-enter-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-left-drawer-leave-from {
    transform: translateX(0)
}

.slide-left-drawer-leave-to {
    transform: translateX(-100%)
}

.slide-left-drawer-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-drawer-appear-from,
.slide-right-drawer-enter-from {
    transform: translateX(100%)
}

.slide-right-drawer-appear-to,
.slide-right-drawer-enter-to {
    transform: translateX(0)
}

.slide-right-drawer-appear-active,
.slide-right-drawer-enter-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-drawer-leave-from {
    transform: translateX(0)
}

.slide-right-drawer-leave-to {
    transform: translateX(100%)
}

.slide-right-drawer-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-top-drawer-appear,
.slide-top-drawer-appear-from,
.slide-top-drawer-enter,
.slide-top-drawer-enter-from {
    transform: translateY(-100%)
}

.slide-top-drawer-appear-to,
.slide-top-drawer-enter-to {
    transform: translateY(0)
}

.slide-top-drawer-appear-active,
.slide-top-drawer-enter-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-top-drawer-leave-from {
    transform: translateY(0)
}

.slide-top-drawer-leave-to {
    transform: translateY(-100%)
}

.slide-top-drawer-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-bottom-drawer-appear-from,
.slide-bottom-drawer-enter-from {
    transform: translateY(100%)
}

.slide-bottom-drawer-appear-to,
.slide-bottom-drawer-enter-to {
    transform: translateY(0)
}

.slide-bottom-drawer-appear-active,
.slide-bottom-drawer-enter-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-bottom-drawer-leave-from {
    transform: translateY(0)
}

.slide-bottom-drawer-leave-to {
    transform: translateY(100%)
}

.slide-bottom-drawer-leave-active {
    transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

.arco-drawer-footer>.arco-btn {
    margin-left: 8px
}

.arco-dropdown {
    box-sizing: border-box;
    padding: 4px 0;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-fill-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.arco-dropdown-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.arco-dropdown-list-wrapper {
    max-height: 200px;
    overflow-y: auto
}

.arco-dropdown-button2-icon {
    margin-left: 4px;
    transition: transform .3s
}

.arco-dropdown-open .arco-dropdown-button2-icon {
    transform: rotate(180deg)
}

.arco-dropdown-option {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 12px;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 32px;
    text-align: left;
    background-color: transparent;
    cursor: pointer
}

.arco-dropdown-option-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-dropdown-option-has-suffix {
    justify-content: space-between
}

.arco-dropdown-option-active,
.arco-dropdown-option:not(.arco-dropdown-option-disabled):hover {
    color: var(--color-text-1);
    background-color: var(--color-fill-2);
    transition: all .1s linear
}

.arco-dropdown-option-disabled {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-dropdown-option-icon {
    display: inline-flex;
    margin-right: 8px
}

.arco-dropdown-option-suffix {
    margin-left: 12px
}

.arco-dropdown-group:first-child .arco-dropdown-group-title {
    margin-top: 8px
}

.arco-dropdown-group-title {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    padding: 0 12px;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 20px;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-dropdown-submenu {
    margin-top: -4px
}

.arco-dropdown.arco-dropdown-has-footer {
    padding-bottom: 0
}

.arco-dropdown-footer {
    border-top: 1px solid var(--color-fill-3)
}

.arco-dropdown-list-wrapper {
    max-height: unset;
    overflow-y: unset
}

.arco-btn-plain .arco-dropdown-button2-icon {
    color: #86909c
}

.arco-btn-plain.arco-btn-disabled .arco-dropdown-button2-icon {
    color: #c9cdd4
}

.arco-btn-plain:not(.arco-btn-disabled):hover .arco-dropdown-button2-icon {
    color: #0045f0
}

.arco-btn-plain:not(.arco-btn-disabled):active .arco-dropdown-button2-icon {
    color: #4080ff
}

.arco-btn-plain:not(.arco-btn-disabled).arco-dropdown-open.arco-btn {
    color: #0045f0;
    background: #e8f3ff;
    border-color: #0045f0
}

.arco-btn-plain:not(.arco-btn-disabled).arco-dropdown-open .arco-dropdown-button2-icon {
    color: #0045f0
}

.arco-row {
    display: flex;
    flex-flow: row wrap
}

.arco-row-nowrap {
    flex-wrap: nowrap
}

.arco-row-align-start {
    align-items: flex-start
}

.arco-row-align-center {
    align-items: center
}

.arco-row-align-end {
    align-items: flex-end
}

.arco-row-justify-start {
    justify-content: flex-start
}

.arco-row-justify-center {
    justify-content: center
}

.arco-row-justify-end {
    justify-content: flex-end
}

.arco-row-justify-space-around {
    justify-content: space-around
}

.arco-row-justify-space-between {
    justify-content: space-between
}

.arco-col {
    box-sizing: border-box
}

.arco-col-1 {
    flex: 0 0 4.16666667%;
    width: 4.16666667%
}

.arco-col-2 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%
}

.arco-col-3 {
    flex: 0 0 12.5%;
    width: 12.5%
}

.arco-col-4 {
    flex: 0 0 16.66666667%;
    width: 16.66666667%
}

.arco-col-5 {
    flex: 0 0 20.83333333%;
    width: 20.83333333%
}

.arco-col-6 {
    flex: 0 0 25%;
    width: 25%
}

.arco-col-7 {
    flex: 0 0 29.16666667%;
    width: 29.16666667%
}

.arco-col-8 {
    flex: 0 0 33.33333333%;
    width: 33.33333333%
}

.arco-col-9 {
    flex: 0 0 37.5%;
    width: 37.5%
}

.arco-col-10 {
    flex: 0 0 41.66666667%;
    width: 41.66666667%
}

.arco-col-11 {
    flex: 0 0 45.83333333%;
    width: 45.83333333%
}

.arco-col-12 {
    flex: 0 0 50%;
    width: 50%
}

.arco-col-13 {
    flex: 0 0 54.16666667%;
    width: 54.16666667%
}

.arco-col-14 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%
}

.arco-col-15 {
    flex: 0 0 62.5%;
    width: 62.5%
}

.arco-col-16 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%
}

.arco-col-17 {
    flex: 0 0 70.83333333%;
    width: 70.83333333%
}

.arco-col-18 {
    flex: 0 0 75%;
    width: 75%
}

.arco-col-19 {
    flex: 0 0 79.16666667%;
    width: 79.16666667%
}

.arco-col-20 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%
}

.arco-col-21 {
    flex: 0 0 87.5%;
    width: 87.5%
}

.arco-col-22 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%
}

.arco-col-23 {
    flex: 0 0 95.83333333%;
    width: 95.83333333%
}

.arco-col-24 {
    flex: 0 0 100%;
    width: 100%
}

.arco-col-offset-1 {
    margin-left: 4.16666667%
}

.arco-col-offset-2 {
    margin-left: 8.33333333%
}

.arco-col-offset-3 {
    margin-left: 12.5%
}

.arco-col-offset-4 {
    margin-left: 16.66666667%
}

.arco-col-offset-5 {
    margin-left: 20.83333333%
}

.arco-col-offset-6 {
    margin-left: 25%
}

.arco-col-offset-7 {
    margin-left: 29.16666667%
}

.arco-col-offset-8 {
    margin-left: 33.33333333%
}

.arco-col-offset-9 {
    margin-left: 37.5%
}

.arco-col-offset-10 {
    margin-left: 41.66666667%
}

.arco-col-offset-11 {
    margin-left: 45.83333333%
}

.arco-col-offset-12 {
    margin-left: 50%
}

.arco-col-offset-13 {
    margin-left: 54.16666667%
}

.arco-col-offset-14 {
    margin-left: 58.33333333%
}

.arco-col-offset-15 {
    margin-left: 62.5%
}

.arco-col-offset-16 {
    margin-left: 66.66666667%
}

.arco-col-offset-17 {
    margin-left: 70.83333333%
}

.arco-col-offset-18 {
    margin-left: 75%
}

.arco-col-offset-19 {
    margin-left: 79.16666667%
}

.arco-col-offset-20 {
    margin-left: 83.33333333%
}

.arco-col-offset-21 {
    margin-left: 87.5%
}

.arco-col-offset-22 {
    margin-left: 91.66666667%
}

.arco-col-offset-23 {
    margin-left: 95.83333333%
}

.arco-col-order-1 {
    order: 1
}

.arco-col-order-2 {
    order: 2
}

.arco-col-order-3 {
    order: 3
}

.arco-col-order-4 {
    order: 4
}

.arco-col-order-5 {
    order: 5
}

.arco-col-order-6 {
    order: 6
}

.arco-col-order-7 {
    order: 7
}

.arco-col-order-8 {
    order: 8
}

.arco-col-order-9 {
    order: 9
}

.arco-col-order-10 {
    order: 10
}

.arco-col-order-11 {
    order: 11
}

.arco-col-order-12 {
    order: 12
}

.arco-col-order-13 {
    order: 13
}

.arco-col-order-14 {
    order: 14
}

.arco-col-order-15 {
    order: 15
}

.arco-col-order-16 {
    order: 16
}

.arco-col-order-17 {
    order: 17
}

.arco-col-order-18 {
    order: 18
}

.arco-col-order-19 {
    order: 19
}

.arco-col-order-20 {
    order: 20
}

.arco-col-order-21 {
    order: 21
}

.arco-col-order-22 {
    order: 22
}

.arco-col-order-23 {
    order: 23
}

.arco-col-order-24 {
    order: 24
}

.arco-col-xs-1 {
    flex: 0 0 4.16666667%;
    width: 4.16666667%
}

.arco-col-xs-2 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%
}

.arco-col-xs-3 {
    flex: 0 0 12.5%;
    width: 12.5%
}

.arco-col-xs-4 {
    flex: 0 0 16.66666667%;
    width: 16.66666667%
}

.arco-col-xs-5 {
    flex: 0 0 20.83333333%;
    width: 20.83333333%
}

.arco-col-xs-6 {
    flex: 0 0 25%;
    width: 25%
}

.arco-col-xs-7 {
    flex: 0 0 29.16666667%;
    width: 29.16666667%
}

.arco-col-xs-8 {
    flex: 0 0 33.33333333%;
    width: 33.33333333%
}

.arco-col-xs-9 {
    flex: 0 0 37.5%;
    width: 37.5%
}

.arco-col-xs-10 {
    flex: 0 0 41.66666667%;
    width: 41.66666667%
}

.arco-col-xs-11 {
    flex: 0 0 45.83333333%;
    width: 45.83333333%
}

.arco-col-xs-12 {
    flex: 0 0 50%;
    width: 50%
}

.arco-col-xs-13 {
    flex: 0 0 54.16666667%;
    width: 54.16666667%
}

.arco-col-xs-14 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%
}

.arco-col-xs-15 {
    flex: 0 0 62.5%;
    width: 62.5%
}

.arco-col-xs-16 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%
}

.arco-col-xs-17 {
    flex: 0 0 70.83333333%;
    width: 70.83333333%
}

.arco-col-xs-18 {
    flex: 0 0 75%;
    width: 75%
}

.arco-col-xs-19 {
    flex: 0 0 79.16666667%;
    width: 79.16666667%
}

.arco-col-xs-20 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%
}

.arco-col-xs-21 {
    flex: 0 0 87.5%;
    width: 87.5%
}

.arco-col-xs-22 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%
}

.arco-col-xs-23 {
    flex: 0 0 95.83333333%;
    width: 95.83333333%
}

.arco-col-xs-24 {
    flex: 0 0 100%;
    width: 100%
}

.arco-col-xs-offset-1 {
    margin-left: 4.16666667%
}

.arco-col-xs-offset-2 {
    margin-left: 8.33333333%
}

.arco-col-xs-offset-3 {
    margin-left: 12.5%
}

.arco-col-xs-offset-4 {
    margin-left: 16.66666667%
}

.arco-col-xs-offset-5 {
    margin-left: 20.83333333%
}

.arco-col-xs-offset-6 {
    margin-left: 25%
}

.arco-col-xs-offset-7 {
    margin-left: 29.16666667%
}

.arco-col-xs-offset-8 {
    margin-left: 33.33333333%
}

.arco-col-xs-offset-9 {
    margin-left: 37.5%
}

.arco-col-xs-offset-10 {
    margin-left: 41.66666667%
}

.arco-col-xs-offset-11 {
    margin-left: 45.83333333%
}

.arco-col-xs-offset-12 {
    margin-left: 50%
}

.arco-col-xs-offset-13 {
    margin-left: 54.16666667%
}

.arco-col-xs-offset-14 {
    margin-left: 58.33333333%
}

.arco-col-xs-offset-15 {
    margin-left: 62.5%
}

.arco-col-xs-offset-16 {
    margin-left: 66.66666667%
}

.arco-col-xs-offset-17 {
    margin-left: 70.83333333%
}

.arco-col-xs-offset-18 {
    margin-left: 75%
}

.arco-col-xs-offset-19 {
    margin-left: 79.16666667%
}

.arco-col-xs-offset-20 {
    margin-left: 83.33333333%
}

.arco-col-xs-offset-21 {
    margin-left: 87.5%
}

.arco-col-xs-offset-22 {
    margin-left: 91.66666667%
}

.arco-col-xs-offset-23 {
    margin-left: 95.83333333%
}

.arco-col-xs-order-1 {
    order: 1
}

.arco-col-xs-order-2 {
    order: 2
}

.arco-col-xs-order-3 {
    order: 3
}

.arco-col-xs-order-4 {
    order: 4
}

.arco-col-xs-order-5 {
    order: 5
}

.arco-col-xs-order-6 {
    order: 6
}

.arco-col-xs-order-7 {
    order: 7
}

.arco-col-xs-order-8 {
    order: 8
}

.arco-col-xs-order-9 {
    order: 9
}

.arco-col-xs-order-10 {
    order: 10
}

.arco-col-xs-order-11 {
    order: 11
}

.arco-col-xs-order-12 {
    order: 12
}

.arco-col-xs-order-13 {
    order: 13
}

.arco-col-xs-order-14 {
    order: 14
}

.arco-col-xs-order-15 {
    order: 15
}

.arco-col-xs-order-16 {
    order: 16
}

.arco-col-xs-order-17 {
    order: 17
}

.arco-col-xs-order-18 {
    order: 18
}

.arco-col-xs-order-19 {
    order: 19
}

.arco-col-xs-order-20 {
    order: 20
}

.arco-col-xs-order-21 {
    order: 21
}

.arco-col-xs-order-22 {
    order: 22
}

.arco-col-xs-order-23 {
    order: 23
}

.arco-col-xs-order-24 {
    order: 24
}

@media (min-width:576px) {
    .arco-col-sm-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-sm-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-sm-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-sm-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-sm-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-sm-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-sm-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-sm-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-sm-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-sm-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-sm-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-sm-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-sm-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-sm-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-sm-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-sm-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-sm-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-sm-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-sm-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-sm-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-sm-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-sm-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-sm-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-sm-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-sm-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-sm-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-sm-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-sm-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-sm-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-sm-offset-6 {
        margin-left: 25%
    }

    .arco-col-sm-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-sm-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-sm-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-sm-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-sm-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-sm-offset-12 {
        margin-left: 50%
    }

    .arco-col-sm-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-sm-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-sm-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-sm-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-sm-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-sm-offset-18 {
        margin-left: 75%
    }

    .arco-col-sm-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-sm-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-sm-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-sm-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-sm-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-sm-order-1 {
        order: 1
    }

    .arco-col-sm-order-2 {
        order: 2
    }

    .arco-col-sm-order-3 {
        order: 3
    }

    .arco-col-sm-order-4 {
        order: 4
    }

    .arco-col-sm-order-5 {
        order: 5
    }

    .arco-col-sm-order-6 {
        order: 6
    }

    .arco-col-sm-order-7 {
        order: 7
    }

    .arco-col-sm-order-8 {
        order: 8
    }

    .arco-col-sm-order-9 {
        order: 9
    }

    .arco-col-sm-order-10 {
        order: 10
    }

    .arco-col-sm-order-11 {
        order: 11
    }

    .arco-col-sm-order-12 {
        order: 12
    }

    .arco-col-sm-order-13 {
        order: 13
    }

    .arco-col-sm-order-14 {
        order: 14
    }

    .arco-col-sm-order-15 {
        order: 15
    }

    .arco-col-sm-order-16 {
        order: 16
    }

    .arco-col-sm-order-17 {
        order: 17
    }

    .arco-col-sm-order-18 {
        order: 18
    }

    .arco-col-sm-order-19 {
        order: 19
    }

    .arco-col-sm-order-20 {
        order: 20
    }

    .arco-col-sm-order-21 {
        order: 21
    }

    .arco-col-sm-order-22 {
        order: 22
    }

    .arco-col-sm-order-23 {
        order: 23
    }

    .arco-col-sm-order-24 {
        order: 24
    }
}

@media (min-width:768px) {
    .arco-col-md-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-md-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-md-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-md-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-md-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-md-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-md-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-md-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-md-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-md-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-md-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-md-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-md-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-md-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-md-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-md-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-md-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-md-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-md-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-md-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-md-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-md-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-md-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-md-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-md-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-md-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-md-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-md-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-md-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-md-offset-6 {
        margin-left: 25%
    }

    .arco-col-md-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-md-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-md-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-md-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-md-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-md-offset-12 {
        margin-left: 50%
    }

    .arco-col-md-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-md-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-md-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-md-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-md-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-md-offset-18 {
        margin-left: 75%
    }

    .arco-col-md-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-md-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-md-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-md-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-md-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-md-order-1 {
        order: 1
    }

    .arco-col-md-order-2 {
        order: 2
    }

    .arco-col-md-order-3 {
        order: 3
    }

    .arco-col-md-order-4 {
        order: 4
    }

    .arco-col-md-order-5 {
        order: 5
    }

    .arco-col-md-order-6 {
        order: 6
    }

    .arco-col-md-order-7 {
        order: 7
    }

    .arco-col-md-order-8 {
        order: 8
    }

    .arco-col-md-order-9 {
        order: 9
    }

    .arco-col-md-order-10 {
        order: 10
    }

    .arco-col-md-order-11 {
        order: 11
    }

    .arco-col-md-order-12 {
        order: 12
    }

    .arco-col-md-order-13 {
        order: 13
    }

    .arco-col-md-order-14 {
        order: 14
    }

    .arco-col-md-order-15 {
        order: 15
    }

    .arco-col-md-order-16 {
        order: 16
    }

    .arco-col-md-order-17 {
        order: 17
    }

    .arco-col-md-order-18 {
        order: 18
    }

    .arco-col-md-order-19 {
        order: 19
    }

    .arco-col-md-order-20 {
        order: 20
    }

    .arco-col-md-order-21 {
        order: 21
    }

    .arco-col-md-order-22 {
        order: 22
    }

    .arco-col-md-order-23 {
        order: 23
    }

    .arco-col-md-order-24 {
        order: 24
    }
}

@media (min-width:992px) {
    .arco-col-lg-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-lg-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-lg-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-lg-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-lg-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-lg-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-lg-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-lg-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-lg-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-lg-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-lg-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-lg-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-lg-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-lg-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-lg-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-lg-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-lg-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-lg-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-lg-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-lg-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-lg-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-lg-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-lg-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-lg-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-lg-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-lg-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-lg-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-lg-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-lg-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-lg-offset-6 {
        margin-left: 25%
    }

    .arco-col-lg-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-lg-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-lg-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-lg-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-lg-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-lg-offset-12 {
        margin-left: 50%
    }

    .arco-col-lg-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-lg-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-lg-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-lg-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-lg-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-lg-offset-18 {
        margin-left: 75%
    }

    .arco-col-lg-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-lg-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-lg-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-lg-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-lg-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-lg-order-1 {
        order: 1
    }

    .arco-col-lg-order-2 {
        order: 2
    }

    .arco-col-lg-order-3 {
        order: 3
    }

    .arco-col-lg-order-4 {
        order: 4
    }

    .arco-col-lg-order-5 {
        order: 5
    }

    .arco-col-lg-order-6 {
        order: 6
    }

    .arco-col-lg-order-7 {
        order: 7
    }

    .arco-col-lg-order-8 {
        order: 8
    }

    .arco-col-lg-order-9 {
        order: 9
    }

    .arco-col-lg-order-10 {
        order: 10
    }

    .arco-col-lg-order-11 {
        order: 11
    }

    .arco-col-lg-order-12 {
        order: 12
    }

    .arco-col-lg-order-13 {
        order: 13
    }

    .arco-col-lg-order-14 {
        order: 14
    }

    .arco-col-lg-order-15 {
        order: 15
    }

    .arco-col-lg-order-16 {
        order: 16
    }

    .arco-col-lg-order-17 {
        order: 17
    }

    .arco-col-lg-order-18 {
        order: 18
    }

    .arco-col-lg-order-19 {
        order: 19
    }

    .arco-col-lg-order-20 {
        order: 20
    }

    .arco-col-lg-order-21 {
        order: 21
    }

    .arco-col-lg-order-22 {
        order: 22
    }

    .arco-col-lg-order-23 {
        order: 23
    }

    .arco-col-lg-order-24 {
        order: 24
    }
}

@media (min-width:1200px) {
    .arco-col-xl-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-xl-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-xl-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-xl-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-xl-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-xl-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-xl-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-xl-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-xl-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-xl-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-xl-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-xl-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-xl-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-xl-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-xl-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-xl-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-xl-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-xl-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-xl-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-xl-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-xl-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-xl-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-xl-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-xl-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-xl-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-xl-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-xl-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-xl-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-xl-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-xl-offset-6 {
        margin-left: 25%
    }

    .arco-col-xl-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-xl-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-xl-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-xl-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-xl-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-xl-offset-12 {
        margin-left: 50%
    }

    .arco-col-xl-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-xl-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-xl-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-xl-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-xl-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-xl-offset-18 {
        margin-left: 75%
    }

    .arco-col-xl-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-xl-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-xl-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-xl-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-xl-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-xl-order-1 {
        order: 1
    }

    .arco-col-xl-order-2 {
        order: 2
    }

    .arco-col-xl-order-3 {
        order: 3
    }

    .arco-col-xl-order-4 {
        order: 4
    }

    .arco-col-xl-order-5 {
        order: 5
    }

    .arco-col-xl-order-6 {
        order: 6
    }

    .arco-col-xl-order-7 {
        order: 7
    }

    .arco-col-xl-order-8 {
        order: 8
    }

    .arco-col-xl-order-9 {
        order: 9
    }

    .arco-col-xl-order-10 {
        order: 10
    }

    .arco-col-xl-order-11 {
        order: 11
    }

    .arco-col-xl-order-12 {
        order: 12
    }

    .arco-col-xl-order-13 {
        order: 13
    }

    .arco-col-xl-order-14 {
        order: 14
    }

    .arco-col-xl-order-15 {
        order: 15
    }

    .arco-col-xl-order-16 {
        order: 16
    }

    .arco-col-xl-order-17 {
        order: 17
    }

    .arco-col-xl-order-18 {
        order: 18
    }

    .arco-col-xl-order-19 {
        order: 19
    }

    .arco-col-xl-order-20 {
        order: 20
    }

    .arco-col-xl-order-21 {
        order: 21
    }

    .arco-col-xl-order-22 {
        order: 22
    }

    .arco-col-xl-order-23 {
        order: 23
    }

    .arco-col-xl-order-24 {
        order: 24
    }
}

@media (min-width:1600px) {
    .arco-col-xxl-1 {
        flex: 0 0 4.16666667%;
        width: 4.16666667%
    }

    .arco-col-xxl-2 {
        flex: 0 0 8.33333333%;
        width: 8.33333333%
    }

    .arco-col-xxl-3 {
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .arco-col-xxl-4 {
        flex: 0 0 16.66666667%;
        width: 16.66666667%
    }

    .arco-col-xxl-5 {
        flex: 0 0 20.83333333%;
        width: 20.83333333%
    }

    .arco-col-xxl-6 {
        flex: 0 0 25%;
        width: 25%
    }

    .arco-col-xxl-7 {
        flex: 0 0 29.16666667%;
        width: 29.16666667%
    }

    .arco-col-xxl-8 {
        flex: 0 0 33.33333333%;
        width: 33.33333333%
    }

    .arco-col-xxl-9 {
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .arco-col-xxl-10 {
        flex: 0 0 41.66666667%;
        width: 41.66666667%
    }

    .arco-col-xxl-11 {
        flex: 0 0 45.83333333%;
        width: 45.83333333%
    }

    .arco-col-xxl-12 {
        flex: 0 0 50%;
        width: 50%
    }

    .arco-col-xxl-13 {
        flex: 0 0 54.16666667%;
        width: 54.16666667%
    }

    .arco-col-xxl-14 {
        flex: 0 0 58.33333333%;
        width: 58.33333333%
    }

    .arco-col-xxl-15 {
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .arco-col-xxl-16 {
        flex: 0 0 66.66666667%;
        width: 66.66666667%
    }

    .arco-col-xxl-17 {
        flex: 0 0 70.83333333%;
        width: 70.83333333%
    }

    .arco-col-xxl-18 {
        flex: 0 0 75%;
        width: 75%
    }

    .arco-col-xxl-19 {
        flex: 0 0 79.16666667%;
        width: 79.16666667%
    }

    .arco-col-xxl-20 {
        flex: 0 0 83.33333333%;
        width: 83.33333333%
    }

    .arco-col-xxl-21 {
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .arco-col-xxl-22 {
        flex: 0 0 91.66666667%;
        width: 91.66666667%
    }

    .arco-col-xxl-23 {
        flex: 0 0 95.83333333%;
        width: 95.83333333%
    }

    .arco-col-xxl-24 {
        flex: 0 0 100%;
        width: 100%
    }

    .arco-col-xxl-offset-1 {
        margin-left: 4.16666667%
    }

    .arco-col-xxl-offset-2 {
        margin-left: 8.33333333%
    }

    .arco-col-xxl-offset-3 {
        margin-left: 12.5%
    }

    .arco-col-xxl-offset-4 {
        margin-left: 16.66666667%
    }

    .arco-col-xxl-offset-5 {
        margin-left: 20.83333333%
    }

    .arco-col-xxl-offset-6 {
        margin-left: 25%
    }

    .arco-col-xxl-offset-7 {
        margin-left: 29.16666667%
    }

    .arco-col-xxl-offset-8 {
        margin-left: 33.33333333%
    }

    .arco-col-xxl-offset-9 {
        margin-left: 37.5%
    }

    .arco-col-xxl-offset-10 {
        margin-left: 41.66666667%
    }

    .arco-col-xxl-offset-11 {
        margin-left: 45.83333333%
    }

    .arco-col-xxl-offset-12 {
        margin-left: 50%
    }

    .arco-col-xxl-offset-13 {
        margin-left: 54.16666667%
    }

    .arco-col-xxl-offset-14 {
        margin-left: 58.33333333%
    }

    .arco-col-xxl-offset-15 {
        margin-left: 62.5%
    }

    .arco-col-xxl-offset-16 {
        margin-left: 66.66666667%
    }

    .arco-col-xxl-offset-17 {
        margin-left: 70.83333333%
    }

    .arco-col-xxl-offset-18 {
        margin-left: 75%
    }

    .arco-col-xxl-offset-19 {
        margin-left: 79.16666667%
    }

    .arco-col-xxl-offset-20 {
        margin-left: 83.33333333%
    }

    .arco-col-xxl-offset-21 {
        margin-left: 87.5%
    }

    .arco-col-xxl-offset-22 {
        margin-left: 91.66666667%
    }

    .arco-col-xxl-offset-23 {
        margin-left: 95.83333333%
    }

    .arco-col-xxl-order-1 {
        order: 1
    }

    .arco-col-xxl-order-2 {
        order: 2
    }

    .arco-col-xxl-order-3 {
        order: 3
    }

    .arco-col-xxl-order-4 {
        order: 4
    }

    .arco-col-xxl-order-5 {
        order: 5
    }

    .arco-col-xxl-order-6 {
        order: 6
    }

    .arco-col-xxl-order-7 {
        order: 7
    }

    .arco-col-xxl-order-8 {
        order: 8
    }

    .arco-col-xxl-order-9 {
        order: 9
    }

    .arco-col-xxl-order-10 {
        order: 10
    }

    .arco-col-xxl-order-11 {
        order: 11
    }

    .arco-col-xxl-order-12 {
        order: 12
    }

    .arco-col-xxl-order-13 {
        order: 13
    }

    .arco-col-xxl-order-14 {
        order: 14
    }

    .arco-col-xxl-order-15 {
        order: 15
    }

    .arco-col-xxl-order-16 {
        order: 16
    }

    .arco-col-xxl-order-17 {
        order: 17
    }

    .arco-col-xxl-order-18 {
        order: 18
    }

    .arco-col-xxl-order-19 {
        order: 19
    }

    .arco-col-xxl-order-20 {
        order: 20
    }

    .arco-col-xxl-order-21 {
        order: 21
    }

    .arco-col-xxl-order-22 {
        order: 22
    }

    .arco-col-xxl-order-23 {
        order: 23
    }

    .arco-col-xxl-order-24 {
        order: 24
    }
}

.arco-grid {
    display: grid
}

.arco-grid-layout-border-form {
    position: relative;
    border: 1px solid #dadde2
}

.arco-grid-layout-border-form .arco-grid-item {
    padding: 2px 4px 2px 0;
    background: #fff
}

.arco-grid-layout-border-form .arco-grid-item[style*=border-top] {
    z-index: 1;
    padding: 0
}

.arco-grid-layout-border-form .arco-grid-item:first-child:after,
.arco-grid-layout-border-form .arco-grid-item:nth-child(2):after,
.arco-grid-layout-border-form .arco-grid-item:nth-child(3):after,
.arco-grid-layout-border-form .arco-grid-item:nth-child(4):after {
    position: absolute;
    top: 0;
    display: none;
    width: 1px;
    height: 100%;
    background: #dadde2;
    content: " "
}

.arco-grid-layout-border-form.arco-grid-cols-2 .arco-grid-item:first-child:after {
    left: 50%;
    display: block
}

.arco-grid-layout-border-form.arco-grid-cols-3 .arco-grid-item:first-child:after {
    left: 33.33333%;
    display: block
}

.arco-grid-layout-border-form.arco-grid-cols-3 .arco-grid-item:nth-child(2):after {
    left: 66.66667%;
    display: block
}

.arco-grid-layout-border-form.arco-grid-cols-4 .arco-grid-item:first-child:after {
    left: 25%;
    display: block
}

.arco-grid-layout-border-form.arco-grid-cols-4 .arco-grid-item:nth-child(2):after {
    left: 50%;
    display: block
}

.arco-grid-layout-border-form.arco-grid-cols-4 .arco-grid-item:nth-child(3):after {
    left: 75%;
    display: block
}

.arco-grid-layout-border-form.arco-grid-cols-5 .arco-grid-item:first-child:after {
    left: 20%;
    display: block
}

.arco-grid-layout-border-form.arco-grid-cols-5 .arco-grid-item:nth-child(2):after {
    left: 40%;
    display: block
}

.arco-grid-layout-border-form.arco-grid-cols-5 .arco-grid-item:nth-child(3):after {
    left: 60%;
    display: block
}

.arco-grid-layout-border-form.arco-grid-cols-5 .arco-grid-item:nth-child(4):after {
    left: 80%;
    display: block
}

.arco-form-item-status-validating .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-item-status-validating .arco-textarea-wrapper:not(.arco-textarea-disabled) {
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-form-item-status-validating .arco-input-wrapper:not(.arco-input-disabled):hover,
.arco-form-item-status-validating .arco-textarea-wrapper:not(.arco-textarea-disabled):hover {
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-form-item-status-validating .arco-input-wrapper:not(.arco-input-disabled).arco-input-focus,
.arco-form-item-status-validating .arco-textarea-wrapper:not(.arco-textarea-disabled).arco-textarea-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-form-item-status-validating .arco-input-tag:not(.arco-input-tag-disabled),
.arco-form-item-status-validating .arco-select-view:not(.arco-select-view-disabled) {
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-form-item-status-validating .arco-input-tag:not(.arco-input-tag-disabled):hover,
.arco-form-item-status-validating .arco-select-view:not(.arco-select-view-disabled):hover {
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-form-item-status-validating .arco-input-tag:not(.arco-input-tag-disabled).arco-input-tag-focus,
.arco-form-item-status-validating .arco-select-view:not(.arco-select-view-disabled).arco-select-view-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-form-item-status-validating .arco-form-item-feedback,
.arco-form-item-status-validating .arco-form-item-message-help {
    color: rgb(var(--primary-6))
}

.arco-form-item-status-success .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-item-status-success .arco-textarea-wrapper:not(.arco-textarea-disabled) {
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-form-item-status-success .arco-input-wrapper:not(.arco-input-disabled):hover,
.arco-form-item-status-success .arco-textarea-wrapper:not(.arco-textarea-disabled):hover {
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-form-item-status-success .arco-input-wrapper:not(.arco-input-disabled).arco-input-focus,
.arco-form-item-status-success .arco-textarea-wrapper:not(.arco-textarea-disabled).arco-textarea-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--success-6));
    box-shadow: 0 0 0 0 var(--color-success-light-2)
}

.arco-form-item-status-success .arco-input-tag:not(.arco-input-tag-disabled),
.arco-form-item-status-success .arco-select-view:not(.arco-select-view-disabled) {
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-form-item-status-success .arco-input-tag:not(.arco-input-tag-disabled):hover,
.arco-form-item-status-success .arco-select-view:not(.arco-select-view-disabled):hover {
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-form-item-status-success .arco-input-tag:not(.arco-input-tag-disabled).arco-input-tag-focus,
.arco-form-item-status-success .arco-select-view:not(.arco-select-view-disabled).arco-select-view-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--success-6));
    box-shadow: 0 0 0 0 var(--color-success-light-2)
}

.arco-form-item-status-success .arco-form-item-feedback,
.arco-form-item-status-success .arco-form-item-message-help {
    color: rgb(var(--success-6))
}

.arco-form-item-status-warning .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-item-status-warning .arco-textarea-wrapper:not(.arco-textarea-disabled) {
    background-color: var(--color-warning-light-1);
    border-color: transparent
}

.arco-form-item-status-warning .arco-input-wrapper:not(.arco-input-disabled):hover,
.arco-form-item-status-warning .arco-textarea-wrapper:not(.arco-textarea-disabled):hover {
    background-color: var(--color-warning-light-2);
    border-color: transparent
}

.arco-form-item-status-warning .arco-input-wrapper:not(.arco-input-disabled).arco-input-focus,
.arco-form-item-status-warning .arco-textarea-wrapper:not(.arco-textarea-disabled).arco-textarea-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--warning-6));
    box-shadow: 0 0 0 0 var(--color-warning-light-2)
}

.arco-form-item-status-warning .arco-input-tag:not(.arco-input-tag-disabled),
.arco-form-item-status-warning .arco-select-view:not(.arco-select-view-disabled) {
    background-color: var(--color-warning-light-1);
    border-color: transparent
}

.arco-form-item-status-warning .arco-input-tag:not(.arco-input-tag-disabled):hover,
.arco-form-item-status-warning .arco-select-view:not(.arco-select-view-disabled):hover {
    background-color: var(--color-warning-light-2);
    border-color: transparent
}

.arco-form-item-status-warning .arco-input-tag:not(.arco-input-tag-disabled).arco-input-tag-focus,
.arco-form-item-status-warning .arco-select-view:not(.arco-select-view-disabled).arco-select-view-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--warning-6));
    box-shadow: 0 0 0 0 var(--color-warning-light-2)
}

.arco-form-item-status-warning .arco-form-item-feedback,
.arco-form-item-status-warning .arco-form-item-message-help {
    color: rgb(var(--warning-6))
}

.arco-form-item-status-error .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-item-status-error .arco-textarea-wrapper:not(.arco-textarea-disabled) {
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-form-item-status-error .arco-input-wrapper:not(.arco-input-disabled):hover,
.arco-form-item-status-error .arco-textarea-wrapper:not(.arco-textarea-disabled):hover {
    background-color: var(--color-danger-light-2);
    border-color: transparent
}

.arco-form-item-status-error .arco-input-wrapper:not(.arco-input-disabled).arco-input-focus,
.arco-form-item-status-error .arco-textarea-wrapper:not(.arco-textarea-disabled).arco-textarea-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-form-item-status-error .arco-input-tag:not(.arco-input-tag-disabled),
.arco-form-item-status-error .arco-select-view:not(.arco-select-view-disabled) {
    background-color: var(--color-danger-light-1);
    border-color: transparent
}

.arco-form-item-status-error .arco-input-tag:not(.arco-input-tag-disabled):hover,
.arco-form-item-status-error .arco-select-view:not(.arco-select-view-disabled):hover {
    background-color: var(--color-danger-light-2);
    border-color: transparent
}

.arco-form-item-status-error .arco-input-tag:not(.arco-input-tag-disabled).arco-input-tag-focus,
.arco-form-item-status-error .arco-select-view:not(.arco-select-view-disabled).arco-select-view-focus {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-form-item-status-error .arco-form-item-feedback,
.arco-form-item-status-error .arco-form-item-message-help {
    color: rgb(var(--danger-6))
}

.arco-form-item-control-children {
    position: relative
}

.arco-form-item-feedback {
    position: absolute;
    top: 50%;
    right: 9px;
    font-size: 14px;
    transform: translateY(-50%)
}

.arco-form-item-feedback .arco-icon-loading {
    font-size: 12px
}

.arco-form-item-has-feedback .arco-input,
.arco-form-item-has-feedback .arco-input-inner-wrapper,
.arco-form-item-has-feedback .arco-textarea {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-input-number-mode-embed .arco-input-number-step-layer {
    right: 24px
}

.arco-form-item-has-feedback .arco-select.arco-select-multiple .arco-select-view,
.arco-form-item-has-feedback .arco-select.arco-select-single .arco-select-view {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-select.arco-select-multiple .arco-select-suffix {
    padding-right: 0
}

.arco-form-item-has-feedback .arco-cascader.arco-cascader-multiple .arco-cascader-view,
.arco-form-item-has-feedback .arco-cascader.arco-cascader-single .arco-cascader-view {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-cascader.arco-cascader-multiple .arco-cascader-suffix {
    padding-right: 0
}

.arco-form-item-has-feedback .arco-tree-select.arco-tree-select-multiple .arco-tree-select-view,
.arco-form-item-has-feedback .arco-tree-select.arco-tree-select-single .arco-tree-select-view {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-tree-select.arco-tree-select-multiple .arco-tree-select-suffix {
    padding-right: 0
}

.arco-form-item-has-feedback .arco-picker {
    padding-right: 28px
}

.arco-form-item-has-feedback .arco-picker-suffix .arco-picker-clear-icon,
.arco-form-item-has-feedback .arco-picker-suffix .arco-picker-suffix-icon {
    margin-right: 0;
    margin-left: 0
}

.arco-form {
    display: flex;
    flex-direction: column;
    width: 100%
}

.arco-form-layout-inline {
    flex-direction: row;
    flex-wrap: wrap
}

.arco-form-layout-inline .arco-form-item {
    width: auto;
    margin-bottom: 8px
}

.arco-form-mode-border-form .arco-input-tag:not(:hover):not(.arco-input-tag-focus):not(.arco-input-tag-error),
.arco-form-mode-border-form .arco-input-wrapper:not(:hover):not(.arco-input-focus):not(.arco-input-error),
.arco-form-mode-border-form .arco-picker:not(:hover):not(.arco-picker-focused):not(.arco-picker-error),
.arco-form-mode-border-form .arco-select-view:not(:hover):not(.arco-select-view-focus):not(.arco-select-view-error),
.arco-form-mode-border-form .arco-textarea-wrapper:not(:hover):not(.arco-textarea-focus):not(.arco-textarea-error) {
    border-color: transparent
}

.arco-form-mode-border-form .arco-form-item-status-error .arco-input-tag:not(.arco-input-tag-disabled),
.arco-form-mode-border-form .arco-form-item-status-error .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-mode-border-form .arco-form-item-status-error .arco-picker,
.arco-form-mode-border-form .arco-form-item-status-error .arco-select-view:not(.arco-select-view-disabled),
.arco-form-mode-border-form .arco-form-item-status-error .arco-textarea-wrapper:not(.arco-textarea-disabled) {
    border-top-right-radius: 0
}

.arco-form-mode-border-form .arco-form-item-label-col {
    padding-right: 5px
}

.arco-form-mode-border-form .arco-form-item-content {
    width: 0;
    min-width: 0
}

.arco-form-auto-label-width .arco-form-item-label-col>label {
    white-space: nowrap
}

.arco-form-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px
}

.arco-form-item-layout-vertical {
    display: block
}

.arco-form-item-layout-vertical>.arco-form-item-label-col {
    justify-content: flex-start;
    margin-bottom: 8px;
    padding: 0;
    line-height: 1.5715;
    white-space: normal
}

.arco-form-item-layout-inline {
    margin-right: 24px
}

.arco-form-item-label-col {
    padding-right: 16px
}

.arco-form-item.arco-form-item-error,
.arco-form-item.arco-form-item-has-help {
    margin-bottom: 0
}

.arco-form-item-wrapper-flex.arco-col {
    flex: 1
}

.arco-form-size-mini .arco-form-item-label-col {
    line-height: 24px
}

.arco-form-size-mini .arco-form-item-label-col>label {
    font-size: 12px
}

.arco-form-size-mini .arco-form-item-content,
.arco-form-size-mini .arco-form-item-wrapper-col {
    min-height: 24px
}

.arco-form-size-small .arco-form-item-label-col {
    line-height: 28px
}

.arco-form-size-small .arco-form-item-label-col>label {
    font-size: 12px
}

.arco-form-size-small .arco-form-item-content,
.arco-form-size-small .arco-form-item-wrapper-col {
    min-height: 28px
}

.arco-form-size-large .arco-form-item-label-col {
    line-height: 36px
}

.arco-form-size-large .arco-form-item-label-col>label {
    font-size: 12px
}

.arco-form-size-large .arco-form-item-content,
.arco-form-size-large .arco-form-item-wrapper-col {
    min-height: 36px
}

.arco-form-item-extra {
    margin-top: 4px;
    color: var(--color-text-3);
    font-size: 12px
}

.arco-form-item-message {
    min-height: 20px;
    color: rgb(var(--danger-6));
    font-size: 12px;
    line-height: 20px
}

.arco-form-item-message-help {
    color: var(--color-text-3)
}

.arco-form-item-message+.arco-form-item-extra {
    margin-top: 0;
    margin-bottom: 4px
}

.arco-form-message-position-top .arco-form-item {
    margin-bottom: 0
}

.arco-form-message-position-top .arco-form-item-wrapper-col {
    position: relative
}

.arco-form-message-position-top .arco-form-item-message {
    position: absolute;
    top: -21px;
    right: 0;
    padding: 1px 4px;
    color: #fff;
    background-color: rgb(var(--danger-6));
    border-radius: 4px 4px 0 0
}

.arco-form-item-label-col {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
    line-height: 32px;
    white-space: nowrap
}

.arco-form-item-label-col-left {
    justify-content: flex-start
}

.arco-form-item-label-col>label {
    color: var(--color-text-2);
    font-size: 12px;
    white-space: normal
}

.arco-form-item-label-col.arco-form-item-label-col-flex {
    box-sizing: content-box
}

.arco-form-item-wrapper-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 32px
}

.arco-form-item-content {
    flex: 1;
    min-height: 32px
}

.arco-form-item-content-wrapper {
    width: 100%;
    font-size: 12px
}

.arco-form-item-content-flex,
.arco-form-item-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.arco-form .arco-slider {
    display: block
}

.arco-form-item-label-required-symbol {
    color: rgb(var(--danger-6));
    font-size: 12px;
    line-height: 1
}

.arco-form-item-label-required-symbol svg {
    display: inline-block;
    transform: scale(.5)
}

.form-blink-appear-from,
.form-blink-enter-from {
    opacity: 0
}

.form-blink-appear-to,
.form-blink-enter-to {
    opacity: 1
}

.form-blink-appear-active,
.form-blink-enter-active {
    transition: opacity .3s linear;
    -webkit-animation: arco-form-blink .5s linear;
    animation: arco-form-blink .5s linear
}

@-webkit-keyframes arco-form-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@keyframes arco-form-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

.gj-form-auto-error-height .arco-form-item {
    margin-bottom: 0
}

.arco-image-trigger {
    padding: 6px 4px;
    background: var(--color-bg-5);
    border: 1px solid var(--color-neutral-3);
    border-radius: 4px
}

.arco-image-trigger .arco-trigger-arrow {
    background-color: var(--color-bg-5);
    border: 1px solid var(--color-neutral-3)
}

.arco-image {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius-small)
}

.arco-image-img {
    vertical-align: middle;
    border-radius: inherit
}

.arco-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.arco-image-footer {
    display: flex;
    width: 100%;
    max-width: 100%
}

.arco-image-footer-caption {
    flex: 1 1 auto
}

.arco-image-footer-caption-title {
    font-weight: 500;
    font-size: 16px
}

.arco-image-footer-caption-description {
    font-size: 12px
}

.arco-image-footer-extra {
    flex: 0 0 auto;
    padding-left: 12px
}

.arco-image-with-footer-inner .arco-image-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    box-sizing: border-box;
    padding: 9px 16px;
    color: var(--color-white);
    background: linear-gradient(1turn, rgba(0, 0, 0, .3), transparent)
}

.arco-image-with-footer-inner .arco-image-footer-caption-description,
.arco-image-with-footer-inner .arco-image-footer-caption-title {
    color: var(--color-white)
}

.arco-image-with-footer-outer .arco-image-footer {
    margin-top: 4px;
    color: var(--color-neutral-8)
}

.arco-image-with-footer-outer .arco-image-footer-caption-title {
    color: var(--color-text-1)
}

.arco-image-with-footer-outer .arco-image-footer-caption-description {
    color: var(--color-neutral-6)
}

.arco-image-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: var(--color-neutral-4);
    background-color: var(--color-neutral-1)
}

.arco-image-error-icon {
    width: 60px;
    max-width: 100%;
    height: 60px;
    max-height: 100%
}

.arco-image-error-icon>svg {
    width: 100%;
    height: 100%
}

.arco-image-error-alt {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.6667;
    text-align: center
}

.arco-image-error-img {
    color: var(--color-neutral-4)
}

.arco-image-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-neutral-1)
}

.arco-image-loader-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgb(var(--primary-6));
    font-size: 32px;
    text-align: center;
    transform: translate(-50%, -50%)
}

.arco-image-loader-spin-text {
    color: var(--color-neutral-6);
    font-size: 16px
}

.arco-image-simple.arco-image-with-footer-inner .arco-image-footer {
    padding: 12px 16px
}

.arco-image-loading-error .arco-image-img,
.arco-image-loading .arco-image-img {
    visibility: hidden
}

.arco-image-preview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%
}

.arco-image-preview-hide {
    display: none
}

.arco-image-preview-mask,
.arco-image-preview-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.arco-image-preview-mask {
    background-color: var(--color-mask-bg)
}

.arco-image-preview-img-container {
    width: 100%;
    height: 100%;
    text-align: center
}

.arco-image-preview-img-container:before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.arco-image-preview-img-container .arco-image-preview-img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-image-preview-img-container .arco-image-preview-img.arco-image-preview-img-moving {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.arco-image-preview-scale-value {
    box-sizing: border-box;
    padding: 7px 10px;
    color: var(--color-white);
    font-size: 12px;
    line-height: normal;
    background-color: hsla(0, 0%, 100%, .08);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.arco-image-preview-toolbar {
    position: absolute;
    bottom: 46px;
    left: 50%;
    display: flex;
    align-items: flex-start;
    padding: 4px 16px;
    background-color: var(--color-bg-2);
    border-radius: var(--border-radius-medium);
    transform: translateX(-50%)
}

.arco-image-preview-toolbar-action {
    display: flex;
    align-items: center;
    color: var(--color-neutral-8);
    font-size: 14px;
    background-color: transparent;
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-image-preview-toolbar-action:not(:last-of-type) {
    margin-right: 0
}

.arco-image-preview-toolbar-action:hover {
    color: rgb(var(--primary-6));
    background-color: var(--color-neutral-2)
}

.arco-image-preview-toolbar-action-disabled,
.arco-image-preview-toolbar-action-disabled:hover {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-image-preview-toolbar-action-name {
    padding-right: 12px;
    font-size: 12px
}

.arco-image-preview-toolbar-action-content {
    padding: 13px;
    line-height: 1
}

.arco-image-preview-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 10px;
    color: rgb(var(--primary-6));
    font-size: 18px;
    background-color: #232324;
    border-radius: var(--border-radius-medium);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.arco-image-preview-close-btn {
    top: 36px;
    right: 36px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background: rgba(0, 0, 0, .5)
}

.arco-image-preview-arrow-left,
.arco-image-preview-arrow-right,
.arco-image-preview-close-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    color: var(--color-white);
    border-radius: 50%;
    cursor: pointer
}

.arco-image-preview-arrow-left,
.arco-image-preview-arrow-right {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .3)
}

.arco-image-preview-arrow-left>svg,
.arco-image-preview-arrow-right>svg {
    color: var(--color-white);
    font-size: 16px
}

.arco-image-preview-arrow-left:hover,
.arco-image-preview-arrow-right:hover {
    background-color: hsla(0, 0%, 100%, .5)
}

.arco-image-preview-arrow-left {
    top: 50%;
    left: 20px;
    transform: translateY(-50%)
}

.arco-image-preview-arrow-right {
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.arco-image-preview-arrow-disabled {
    color: hsla(0, 0%, 100%, .3);
    background-color: hsla(0, 0%, 100%, .2);
    cursor: not-allowed
}

.arco-image-preview-arrow-disabled>svg {
    color: hsla(0, 0%, 100%, .3)
}

.arco-image-preview-arrow-disabled:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.image-fade-enter-from,
.image-fade-leave-to {
    opacity: 0
}

.image-fade-enter-to,
.image-fade-leave-from {
    opacity: 1
}

.image-fade-enter-active,
.image-fade-leave-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-input-append,
.arco-input-prepend {
    font-size: 12px
}

.arco-input-wrapper.arco-input-disabled,
.arco-input-wrapper.arco-input-disabled:hover {
    background-color: #f7f8fa;
    border-color: #dadde2
}

.arco-input-wrapper .arco-input[disabled] {
    -webkit-text-fill-color: #808197
}

.arco-input-wrapper .arco-input[disabled]::-moz-placeholder {
    -webkit-text-fill-color: #c9cdd4
}

.arco-input-wrapper .arco-input[disabled]:-ms-input-placeholder {
    -webkit-text-fill-color: #c9cdd4
}

.arco-input-wrapper .arco-input[disabled]::placeholder {
    -webkit-text-fill-color: #c9cdd4
}

.arco-input-wrapper .arco-input-suffix {
    padding-left: 6px
}

.arco-input-wrapper .arco-input-icon-hover:hover:before {
    background: #e5e6eb
}

.arco-form-item-status-error .arco-input-wrapper:not(.arco-input-disabled),
.arco-form-item-status-error .arco-input-wrapper:not(.arco-input-disabled):hover {
    background: #fff;
    border: 1px solid #f53f3f
}

.arco-input-number {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-radius: var(--border-radius-small)
}

.arco-input-number-step-button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    color: var(--color-text-2);
    background-color: var(--color-fill-2);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .1s linear
}

.arco-input-number-step-button:hover {
    background-color: var(--color-fill-3);
    border-color: var(--color-fill-3)
}

.arco-input-number-step-button:active {
    background-color: var(--color-fill-4);
    border-color: var(--color-fill-4)
}

.arco-input-number-step-button:disabled {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    cursor: not-allowed
}

.arco-input-number-step-button:disabled:active,
.arco-input-number-step-button:disabled:hover {
    background-color: var(--color-fill-2);
    border-color: var(--color-neutral-3)
}

.arco-input-number-prefix,
.arco-input-number-suffix {
    transition: all .1s linear
}

.arco-input-number-mode-embed .arco-input-number-step {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    width: 18px;
    overflow: hidden;
    border-radius: 1px;
    opacity: 0;
    transition: all .1s linear
}

.arco-input-number-mode-embed .arco-input-number-step .arco-input-number-step-button {
    width: 100%;
    height: 50%;
    font-size: 10px;
    border: none;
    border-color: var(--color-neutral-3)
}

.arco-input-number-mode-embed .arco-input-suffix-has-feedback {
    min-width: 10px
}

.arco-input-number-mode-embed .arco-input-suffix-has-feedback .arco-input-number-step {
    right: 30px
}

.arco-input-number-mode-embed:not(.arco-input-outer-disabled):hover .arco-input-number-step {
    opacity: 1
}

.arco-input-number-mode-embed:not(.arco-input-outer-disabled):hover .arco-input-number-step~.arco-input-suffix {
    opacity: 0;
    pointer-events: none
}

.arco-input-number-mode-embed.arco-input-wrapper:not(.arco-input-focus) .arco-input-number-step-button:not(.arco-input-number-step-button-disabled):hover {
    background-color: var(--color-fill-4)
}

.arco-input-number-mode-button .arco-input-append,
.arco-input-number-mode-button .arco-input-prepend {
    padding: 0;
    border: none
}

.arco-input-number-mode-button .arco-input-prepend .arco-input-number-step-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-input-number-mode-button .arco-input-prepend .arco-input-number-step-button:not(.arco-input-number-mode-button.arco-input-prepend.arco-input-number-step-button:active) {
    border-right-color: var(--color-neutral-3)
}

.arco-input-number-mode-button .arco-input-append .arco-input-number-step-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-input-number-mode-button .arco-input-append .arco-input-number-step-button:not(.arco-input-number-mode-button.arco-input-append.arco-input-number-step-button:active) {
    border-left-color: var(--color-neutral-3)
}

.arco-input-number:not(.gj-input-number-has-suffix) .arco-input-suffix {
    display: none;
    margin-right: 14px
}

.arco-input-number:not(.gj-input-number-has-suffix):hover .arco-input-suffix {
    display: block
}

.gj-input-number-has-error {
    border-color: #f53f3f !important
}

.arco-input-wrapper {
    position: relative
}

.arco-input-tag {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    color: var(--color-text-1);
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #dadde2;
    border-radius: var(--border-radius-small);
    cursor: text;
    transition: color .1s linear, border-color .1s linear, background-color .1s linear
}

.arco-input-tag:hover {
    background-color: #fff;
    border-color: #86909c
}

.arco-input-tag.arco-input-tag-focus,
.arco-input-tag:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-input-tag.arco-input-tag-disabled {
    cursor: not-allowed
}

.arco-input-tag.arco-input-tag-disabled,
.arco-input-tag.arco-input-tag-disabled:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-input-tag.arco-input-tag-disabled .arco-input-tag-prefix,
.arco-input-tag.arco-input-tag-disabled .arco-input-tag-suffix {
    color: inherit
}

.arco-input-tag.arco-input-tag-error,
.arco-input-tag.arco-input-tag-error:hover {
    background-color: #fff;
    border-color: #f53f3f
}

.arco-input-tag.arco-input-tag-error.arco-input-tag-focus,
.arco-input-tag.arco-input-tag-error:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-input-tag .arco-input-tag-prefix,
.arco-input-tag .arco-input-tag-suffix {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-input-tag .arco-input-tag-prefix>svg,
.arco-input-tag .arco-input-tag-suffix>svg {
    font-size: 12px
}

.arco-input-tag .arco-input-tag-prefix {
    padding-right: 12px;
    color: var(--color-text-2)
}

.arco-input-tag .arco-input-tag-suffix {
    padding-left: 12px;
    color: var(--color-text-2)
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-input-tag .arco-input-tag-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-input-tag .arco-input-tag-clear-btn {
    color: var(--color-text-2);
    font-size: 12px;
    visibility: hidden;
    cursor: pointer
}

.arco-input-tag .arco-input-tag-clear-btn>svg {
    position: relative;
    transition: color .1s linear
}

.arco-input-tag:hover .arco-input-tag-clear-btn {
    visibility: visible
}

.arco-input-tag:not(.arco-input-tag-focus) .arco-input-tag-icon-hover:hover:before {
    background-color: var(--color-fill-4)
}

.arco-input-tag.arco-input-tag-has-tag {
    padding-right: 4px;
    padding-left: 4px
}

.arco-input-tag.arco-input-tag-has-prefix {
    padding-left: 12px
}

.arco-input-tag.arco-input-tag-has-suffix {
    padding-right: 12px
}

.arco-input-tag .arco-input-tag-inner {
    flex: 1;
    overflow: hidden;
    line-height: 0
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag {
    display: inline-flex;
    align-items: center;
    margin-right: 4px;
    color: var(--color-text-1);
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-word;
    background-color: var(--color-bg-2);
    border-color: var(--color-fill-3)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag .arco-icon-hover:hover:before {
    background-color: var(--color-fill-2)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input::-moz-placeholder {
    color: var(--color-text-3)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input:-ms-input-placeholder {
    color: var(--color-text-3)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input::placeholder {
    color: var(--color-text-3)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input[disabled]::-moz-placeholder {
    color: var(--color-text-4)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input[disabled]:-ms-input-placeholder {
    color: var(--color-text-4)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input[disabled]::placeholder {
    color: var(--color-text-4)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input[disabled] {
    -webkit-text-fill-color: var(--color-text-4)
}

.arco-input-tag .arco-input-tag-mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    visibility: hidden;
    pointer-events: none
}

.arco-input-tag.arco-input-tag-focus .arco-input-tag-tag {
    background-color: var(--color-fill-2);
    border-color: var(--color-fill-2)
}

.arco-input-tag.arco-input-tag-focus .arco-input-tag-tag .arco-icon-hover:hover:before {
    background-color: var(--color-fill-3)
}

.arco-input-tag.arco-input-tag-disabled .arco-input-tag-tag {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    border-color: var(--color-fill-3)
}

.arco-input-tag.arco-input-tag-disabled-input,
.arco-input-tag.arco-input-tag-readonly {
    cursor: default
}

.arco-input-tag.arco-input-tag-size-mini {
    font-size: 12px
}

.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-inner {
    padding-top: 0;
    padding-bottom: 0
}

.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-input,
.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-tag {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 18px;
    vertical-align: middle
}

.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-tag {
    height: auto;
    min-height: 20px
}

.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-input {
    height: 20px
}

.arco-input-tag.arco-input-tag-size-medium {
    font-size: 12px
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-inner {
    padding-top: 2px;
    padding-bottom: 2px
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-input,
.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-tag {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 22px;
    vertical-align: middle
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-tag {
    height: auto;
    min-height: 24px
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-input {
    height: 24px
}

.arco-input-tag.arco-input-tag-size-small {
    font-size: 12px
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-inner {
    padding-top: 2px;
    padding-bottom: 2px
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-input,
.arco-input-tag.arco-input-tag-size-small .arco-input-tag-tag {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 18px;
    vertical-align: middle
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-tag {
    height: auto;
    min-height: 20px
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-input {
    height: 20px
}

.arco-input-tag.arco-input-tag-size-large {
    font-size: 12px
}

.arco-input-tag.arco-input-tag-size-large .arco-input-tag-inner {
    padding-top: 2px;
    padding-bottom: 2px
}

.arco-input-tag.arco-input-tag-size-large .arco-input-tag-input,
.arco-input-tag.arco-input-tag-size-large .arco-input-tag-tag {
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 26px;
    vertical-align: middle
}

.arco-input-tag.arco-input-tag-size-large .arco-input-tag-tag {
    height: auto;
    min-height: 28px
}

.arco-input-tag.arco-input-tag-size-large .arco-input-tag-input {
    height: 28px
}

.input-tag-zoom-enter-from {
    transform: scale(.5);
    opacity: 0
}

.input-tag-zoom-enter-to {
    transform: scale(1);
    opacity: 1
}

.input-tag-zoom-enter-active {
    transition: all .3s cubic-bezier(.34, .69, .1, 1)
}

.input-tag-zoom-leave-from {
    transform: scale(1);
    opacity: 1
}

.input-tag-zoom-leave-to {
    transform: scale(.5);
    opacity: 0
}

.input-tag-zoom-leave-active {
    position: absolute
}

.input-tag-zoom-leave-active,
.input-tag-zoom-move {
    transition: all .3s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag {
    background-color: #f2f3f5;
    border: none
}

.arco-input-tag.arco-input-tag-disabled,
.arco-input-tag.arco-input-tag-disabled:hover {
    background-color: #fafafb;
    border-color: #cccdd6
}

.arco-input-tag.arco-input-tag-disabled .arco-input-tag-tag,
.arco-input-tag.arco-input-tag-disabled:hover .arco-input-tag-tag {
    color: #808197;
    background-color: #fff
}

.arco-layout {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.arco-layout-sider {
    position: relative;
    flex: none;
    width: auto;
    margin: 0;
    padding: 0;
    background: var(--color-menu-dark-bg);
    transition: width .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-layout-sider-children {
    height: 100%;
    overflow: auto
}

.arco-layout-sider-collapsed .arco-layout-sider-children::-webkit-scrollbar {
    width: 0
}

.arco-layout-sider-has-trigger {
    box-sizing: border-box;
    padding-bottom: 48px
}

.arco-layout-sider-trigger {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    color: var(--color-white);
    background: hsla(0, 0%, 100%, .2);
    cursor: pointer;
    transition: width .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-layout-sider-trigger-light {
    color: var(--color-text-1);
    background: var(--color-menu-light-bg);
    border-top: 1px solid var(--color-bg-5)
}

.arco-layout-sider-light {
    background: var(--color-menu-light-bg);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08)
}

.arco-layout-header {
    flex: 0 0 auto;
    box-sizing: border-box;
    margin: 0
}

.arco-layout-content {
    flex: 1
}

.arco-layout-footer {
    flex: 0 0 auto;
    margin: 0
}

.arco-layout-has-sider {
    flex-direction: row
}

.arco-layout-has-sider>.arco-layout,
.arco-layout-has-sider>.arco-layout-content {
    overflow-x: hidden
}

.arco-link {
    display: inline-block;
    padding: 0 4px;
    color: #0045f0;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    transition: all .1s linear
}

.arco-link:hover {
    color: #0045f0;
    background-color: #e8f3ff
}

.arco-link:active {
    color: #4080ff;
    background-color: #e8f3ff;
    transition: none
}

.arco-link-underline.arco-link-underline-always:not(.arco-link-disabled),
.arco-link-underline:not(.arco-link-disabled):hover {
    text-decoration: underline
}

.arco-link.arco-link-hoverless {
    display: inline;
    padding: 0;
    background-color: unset
}

.arco-link.arco-link-hoverless:active,
.arco-link.arco-link-hoverless:hover {
    background-color: unset
}

.arco-link.arco-link-disabled {
    color: var(--color-link-light-3);
    background: 0 0;
    cursor: not-allowed
}

.arco-link-underline.arco-link-status-normal:not(.arco-link-disabled):active {
    color: #4080ff
}

.arco-link-status-success,
.arco-link-status-success:active,
.arco-link-status-success:hover {
    color: rgb(var(--success-6))
}

.arco-link-status-success.arco-link-disabled {
    color: var(--color-success-light-3)
}

.arco-link-status-danger,
.arco-link-status-danger:active,
.arco-link-status-danger:hover {
    color: rgb(var(--danger-6))
}

.arco-link-status-danger.arco-link-disabled {
    color: var(--color-danger-light-3)
}

.arco-link-status-warning,
.arco-link-status-warning:active,
.arco-link-status-warning:hover {
    color: rgb(var(--warning-6))
}

.arco-link-status-warning.arco-link-disabled {
    color: var(--color-warning-light-2)
}

.arco-link-icon {
    margin-right: 6px;
    font-size: 12px;
    vertical-align: middle
}

.arco-list {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    overflow-y: auto;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1.5715;
    border-radius: var(--border-radius-medium)
}

.arco-list-wrapper {
    overflow: hidden
}

.arco-list-wrapper .arco-list-spin {
    display: block;
    height: 100%;
    overflow: hidden
}

.arco-list-small>.arco-list-header {
    padding: 8px 20px
}

.arco-list-small>.arco-list-content .arco-list-col>.arco-list-item,
.arco-list-small>.arco-list-content.arco-list-virtual .arco-list-item,
.arco-list-small>.arco-list-content>.arco-list-item,
.arco-list-small>.arco-list-footer {
    padding: 9px 20px
}

.arco-list-medium>.arco-list-header {
    padding: 12px 20px
}

.arco-list-medium>.arco-list-content .arco-list-col>.arco-list-item,
.arco-list-medium>.arco-list-content.arco-list-virtual .arco-list-item,
.arco-list-medium>.arco-list-content>.arco-list-item,
.arco-list-medium>.arco-list-footer {
    padding: 13px 20px
}

.arco-list-large>.arco-list-header {
    padding: 16px 20px
}

.arco-list-large>.arco-list-content .arco-list-col>.arco-list-item,
.arco-list-large>.arco-list-content.arco-list-virtual .arco-list-item,
.arco-list-large>.arco-list-content>.arco-list-item,
.arco-list-large>.arco-list-footer {
    padding: 17px 20px
}

.arco-list-bordered {
    border: 1px solid var(--color-neutral-3)
}

.arco-list-split .arco-list-header,
.arco-list-split .arco-list-item:not(:last-child) {
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-list-split .arco-list-footer {
    border-top: 1px solid var(--color-neutral-3)
}

.arco-list-header {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5
}

.arco-list-item {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden
}

.arco-list-item-main {
    flex: 1
}

.arco-list-item-main .arco-list-item-action:not(:first-child) {
    margin-top: 4px
}

.arco-list-item-meta {
    display: flex;
    align-items: center;
    padding: 4px 0
}

.arco-list-item-meta-avatar {
    display: flex
}

.arco-list-item-meta-avatar:not(:last-child) {
    margin-right: 16px
}

.arco-list-item-meta-title {
    color: var(--color-text-1);
    font-weight: 500
}

.arco-list-item-meta-title:not(:last-child) {
    margin-bottom: 2px
}

.arco-list-item-meta-description {
    color: var(--color-text-2)
}

.arco-list-item-action {
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-list-item-action>li {
    display: inline-block;
    cursor: pointer
}

.arco-list-item-action>li:not(:last-child) {
    margin-right: 20px
}

.arco-list-hover .arco-list-item:hover {
    background-color: var(--color-fill-1)
}

.arco-list-pagination {
    float: right;
    margin-top: 24px
}

.arco-list-pagination:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ""
}

.arco-list-scroll-loading {
    display: flex;
    align-items: center;
    justify-content: center
}

.arco-list-content {
    flex: 1
}

.arco-list-content .arco-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.arco-mention {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%
}

.arco-mention-measure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    visibility: hidden;
    pointer-events: none
}

.arco-menu {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    line-height: 1.5715;
    transition: width .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-menu:focus-visible {
    outline: 3px solid var(--color-primary-light-2)
}

.arco-menu-indent {
    display: inline-block;
    width: 20px
}

.arco-menu .arco-menu-group-title,
.arco-menu .arco-menu-inline-header,
.arco-menu .arco-menu-item,
.arco-menu .arco-menu-pop-header {
    position: relative;
    box-sizing: border-box;
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-menu .arco-menu-group-title.arco-menu-disabled,
.arco-menu .arco-menu-inline-header.arco-menu-disabled,
.arco-menu .arco-menu-item.arco-menu-disabled,
.arco-menu .arco-menu-pop-header.arco-menu-disabled {
    cursor: not-allowed
}

.arco-menu .arco-menu-group-title.arco-menu-selected,
.arco-menu .arco-menu-inline-header.arco-menu-selected,
.arco-menu .arco-menu-item.arco-menu-selected,
.arco-menu .arco-menu-pop-header.arco-menu-selected {
    font-weight: 500;
    transition: color .2s linear
}

.arco-menu .arco-menu-group-title .arco-icon,
.arco-menu .arco-menu-group-title .arco-menu-icon,
.arco-menu .arco-menu-inline-header .arco-icon,
.arco-menu .arco-menu-inline-header .arco-menu-icon,
.arco-menu .arco-menu-item .arco-icon,
.arco-menu .arco-menu-item .arco-menu-icon,
.arco-menu .arco-menu-pop-header .arco-icon,
.arco-menu .arco-menu-pop-header .arco-menu-icon {
    margin-right: 16px
}

.arco-menu .arco-menu-group-title .arco-menu-icon .arco-icon,
.arco-menu .arco-menu-inline-header .arco-menu-icon .arco-icon,
.arco-menu .arco-menu-item .arco-menu-icon .arco-icon,
.arco-menu .arco-menu-pop-header .arco-menu-icon .arco-icon {
    margin-right: 0
}

.arco-menu-light {
    background-color: var(--color-menu-light-bg)
}

.arco-menu-light .arco-menu-group-title,
.arco-menu-light .arco-menu-inline-header,
.arco-menu-light .arco-menu-item,
.arco-menu-light .arco-menu-pop-header {
    color: var(--color-text-2);
    background-color: var(--color-menu-light-bg)
}

.arco-menu-light .arco-menu-group-title .arco-icon,
.arco-menu-light .arco-menu-group-title .arco-menu-icon,
.arco-menu-light .arco-menu-inline-header .arco-icon,
.arco-menu-light .arco-menu-inline-header .arco-menu-icon,
.arco-menu-light .arco-menu-item .arco-icon,
.arco-menu-light .arco-menu-item .arco-menu-icon,
.arco-menu-light .arco-menu-pop-header .arco-icon,
.arco-menu-light .arco-menu-pop-header .arco-menu-icon {
    color: var(--color-text-3)
}

.arco-menu-light .arco-menu-group-title:hover,
.arco-menu-light .arco-menu-inline-header:hover,
.arco-menu-light .arco-menu-item:hover,
.arco-menu-light .arco-menu-pop-header:hover {
    color: var(--color-text-2);
    background-color: var(--color-fill-2)
}

.arco-menu-light .arco-menu-group-title:hover .arco-icon,
.arco-menu-light .arco-menu-group-title:hover .arco-menu-icon,
.arco-menu-light .arco-menu-inline-header:hover .arco-icon,
.arco-menu-light .arco-menu-inline-header:hover .arco-menu-icon,
.arco-menu-light .arco-menu-item:hover .arco-icon,
.arco-menu-light .arco-menu-item:hover .arco-menu-icon,
.arco-menu-light .arco-menu-pop-header:hover .arco-icon,
.arco-menu-light .arco-menu-pop-header:hover .arco-menu-icon {
    color: var(--color-text-3)
}

.arco-menu-light .arco-menu-group-title.arco-menu-selected,
.arco-menu-light .arco-menu-group-title.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-group-title.arco-menu-selected .arco-menu-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-menu-icon,
.arco-menu-light .arco-menu-item.arco-menu-selected,
.arco-menu-light .arco-menu-item.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-item.arco-menu-selected .arco-menu-icon,
.arco-menu-light .arco-menu-pop-header.arco-menu-selected,
.arco-menu-light .arco-menu-pop-header.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-pop-header.arco-menu-selected .arco-menu-icon {
    color: rgb(var(--primary-6))
}

.arco-menu-light .arco-menu-group-title.arco-menu-disabled,
.arco-menu-light .arco-menu-inline-header.arco-menu-disabled,
.arco-menu-light .arco-menu-item.arco-menu-disabled,
.arco-menu-light .arco-menu-pop-header.arco-menu-disabled {
    color: var(--color-text-4);
    background-color: var(--color-menu-light-bg)
}

.arco-menu-light .arco-menu-group-title.arco-menu-disabled .arco-icon,
.arco-menu-light .arco-menu-group-title.arco-menu-disabled .arco-menu-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-disabled .arco-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-disabled .arco-menu-icon,
.arco-menu-light .arco-menu-item.arco-menu-disabled .arco-icon,
.arco-menu-light .arco-menu-item.arco-menu-disabled .arco-menu-icon,
.arco-menu-light .arco-menu-pop-header.arco-menu-disabled .arco-icon,
.arco-menu-light .arco-menu-pop-header.arco-menu-disabled .arco-menu-icon {
    color: var(--color-text-4)
}

.arco-menu-light .arco-menu-item.arco-menu-selected {
    background-color: var(--color-fill-2)
}

.arco-menu-light .arco-menu-inline-header.arco-menu-selected,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-icon,
.arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-menu-icon {
    color: rgb(var(--primary-6))
}

.arco-menu-light .arco-menu-inline-header.arco-menu-selected:hover {
    background-color: var(--color-fill-2)
}

.arco-menu-light.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected,
.arco-menu-light.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected,
.arco-menu-light.arco-menu-horizontal .arco-menu-item.arco-menu-selected,
.arco-menu-light.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected {
    background: 0 0;
    transition: color .2s linear
}

.arco-menu-light.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected:hover,
.arco-menu-light.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected:hover,
.arco-menu-light.arco-menu-horizontal .arco-menu-item.arco-menu-selected:hover,
.arco-menu-light.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected:hover {
    background-color: var(--color-fill-2)
}

.arco-menu-light .arco-menu-group-title {
    color: var(--color-text-3);
    pointer-events: none
}

.arco-menu-light .arco-menu-collapse-button {
    color: var(--color-text-3);
    background-color: var(--color-fill-1)
}

.arco-menu-light .arco-menu-collapse-button:hover {
    background-color: var(--color-fill-3)
}

.arco-menu-dark {
    background-color: var(--color-menu-dark-bg)
}

.arco-menu-dark .arco-menu-group-title,
.arco-menu-dark .arco-menu-inline-header,
.arco-menu-dark .arco-menu-item,
.arco-menu-dark .arco-menu-pop-header {
    color: var(--color-text-4);
    background-color: var(--color-menu-dark-bg)
}

.arco-menu-dark .arco-menu-group-title .arco-icon,
.arco-menu-dark .arco-menu-group-title .arco-menu-icon,
.arco-menu-dark .arco-menu-inline-header .arco-icon,
.arco-menu-dark .arco-menu-inline-header .arco-menu-icon,
.arco-menu-dark .arco-menu-item .arco-icon,
.arco-menu-dark .arco-menu-item .arco-menu-icon,
.arco-menu-dark .arco-menu-pop-header .arco-icon,
.arco-menu-dark .arco-menu-pop-header .arco-menu-icon {
    color: var(--color-text-3)
}

.arco-menu-dark .arco-menu-group-title:hover,
.arco-menu-dark .arco-menu-inline-header:hover,
.arco-menu-dark .arco-menu-item:hover,
.arco-menu-dark .arco-menu-pop-header:hover {
    color: var(--color-text-4);
    background-color: var(--color-menu-dark-hover)
}

.arco-menu-dark .arco-menu-group-title:hover .arco-icon,
.arco-menu-dark .arco-menu-group-title:hover .arco-menu-icon,
.arco-menu-dark .arco-menu-inline-header:hover .arco-icon,
.arco-menu-dark .arco-menu-inline-header:hover .arco-menu-icon,
.arco-menu-dark .arco-menu-item:hover .arco-icon,
.arco-menu-dark .arco-menu-item:hover .arco-menu-icon,
.arco-menu-dark .arco-menu-pop-header:hover .arco-icon,
.arco-menu-dark .arco-menu-pop-header:hover .arco-menu-icon {
    color: var(--color-text-3)
}

.arco-menu-dark .arco-menu-group-title.arco-menu-selected,
.arco-menu-dark .arco-menu-group-title.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-group-title.arco-menu-selected .arco-menu-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-menu-icon,
.arco-menu-dark .arco-menu-item.arco-menu-selected,
.arco-menu-dark .arco-menu-item.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-item.arco-menu-selected .arco-menu-icon,
.arco-menu-dark .arco-menu-pop-header.arco-menu-selected,
.arco-menu-dark .arco-menu-pop-header.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-pop-header.arco-menu-selected .arco-menu-icon {
    color: var(--color-white)
}

.arco-menu-dark .arco-menu-group-title.arco-menu-disabled,
.arco-menu-dark .arco-menu-inline-header.arco-menu-disabled,
.arco-menu-dark .arco-menu-item.arco-menu-disabled,
.arco-menu-dark .arco-menu-pop-header.arco-menu-disabled {
    color: var(--color-text-2);
    background-color: var(--color-menu-dark-bg)
}

.arco-menu-dark .arco-menu-group-title.arco-menu-disabled .arco-icon,
.arco-menu-dark .arco-menu-group-title.arco-menu-disabled .arco-menu-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-disabled .arco-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-disabled .arco-menu-icon,
.arco-menu-dark .arco-menu-item.arco-menu-disabled .arco-icon,
.arco-menu-dark .arco-menu-item.arco-menu-disabled .arco-menu-icon,
.arco-menu-dark .arco-menu-pop-header.arco-menu-disabled .arco-icon,
.arco-menu-dark .arco-menu-pop-header.arco-menu-disabled .arco-menu-icon {
    color: var(--color-text-2)
}

.arco-menu-dark .arco-menu-item.arco-menu-selected {
    background-color: var(--color-menu-dark-hover)
}

.arco-menu-dark .arco-menu-inline-header.arco-menu-selected,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-icon,
.arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-menu-icon {
    color: rgb(var(--primary-6))
}

.arco-menu-dark .arco-menu-inline-header.arco-menu-selected:hover {
    background-color: var(--color-menu-dark-hover)
}

.arco-menu-dark.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected,
.arco-menu-dark.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected,
.arco-menu-dark.arco-menu-horizontal .arco-menu-item.arco-menu-selected,
.arco-menu-dark.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected {
    background: 0 0;
    transition: color .2s linear
}

.arco-menu-dark.arco-menu-horizontal .arco-menu-group-title.arco-menu-selected:hover,
.arco-menu-dark.arco-menu-horizontal .arco-menu-inline-header.arco-menu-selected:hover,
.arco-menu-dark.arco-menu-horizontal .arco-menu-item.arco-menu-selected:hover,
.arco-menu-dark.arco-menu-horizontal .arco-menu-pop-header.arco-menu-selected:hover {
    background-color: var(--color-menu-dark-hover)
}

.arco-menu-dark .arco-menu-group-title {
    color: var(--color-text-3);
    pointer-events: none
}

.arco-menu-dark .arco-menu-collapse-button {
    color: var(--color-white);
    background-color: rgb(var(--primary-6))
}

.arco-menu-dark .arco-menu-collapse-button:hover {
    background-color: rgb(var(--primary-7))
}

.arco-menu a,
.arco-menu a:active,
.arco-menu a:focus,
.arco-menu a:hover {
    color: inherit;
    text-decoration: none;
    cursor: inherit
}

.arco-menu-inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: auto
}

.arco-menu-icon-suffix.is-open {
    transform: rotate(180deg)
}

.arco-menu-vertical .arco-menu-group-title,
.arco-menu-vertical .arco-menu-inline-header,
.arco-menu-vertical .arco-menu-item,
.arco-menu-vertical .arco-menu-pop-header {
    padding: 0 12px;
    line-height: 40px
}

.arco-menu-vertical .arco-menu-group-title .arco-menu-icon-suffix .arco-icon,
.arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix .arco-icon,
.arco-menu-vertical .arco-menu-item .arco-menu-icon-suffix .arco-icon,
.arco-menu-vertical .arco-menu-pop-header .arco-menu-icon-suffix .arco-icon {
    margin-right: 0
}

.arco-menu-vertical .arco-menu-group-title,
.arco-menu-vertical .arco-menu-inline-header,
.arco-menu-vertical .arco-menu-item,
.arco-menu-vertical .arco-menu-pop-header {
    margin-bottom: 4px
}

.arco-menu-vertical .arco-menu-group-title:not(.arco-menu-has-icon),
.arco-menu-vertical .arco-menu-inline-header:not(.arco-menu-has-icon),
.arco-menu-vertical .arco-menu-item:not(.arco-menu-has-icon),
.arco-menu-vertical .arco-menu-pop-header:not(.arco-menu-has-icon) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon,
.arco-menu-vertical .arco-menu-item.arco-menu-has-icon,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon {
    display: flex;
    align-items: center
}

.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon>.arco-menu-icon,
.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon>.arco-menu-indent-list,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon>.arco-menu-icon,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon>.arco-menu-indent-list,
.arco-menu-vertical .arco-menu-item.arco-menu-has-icon>.arco-menu-icon,
.arco-menu-vertical .arco-menu-item.arco-menu-has-icon>.arco-menu-indent-list,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon>.arco-menu-icon,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon>.arco-menu-indent-list {
    flex: none
}

.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon .arco-menu-icon,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon .arco-menu-icon,
.arco-menu-vertical .arco-menu-item.arco-menu-has-icon .arco-menu-icon,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon .arco-menu-icon {
    line-height: normal
}

.arco-menu-vertical .arco-menu-group-title.arco-menu-has-icon .arco-menu-title,
.arco-menu-vertical .arco-menu-inline-header.arco-menu-has-icon .arco-menu-title,
.arco-menu-vertical .arco-menu-item.arco-menu-has-icon .arco-menu-title,
.arco-menu-vertical .arco-menu-pop-header.arco-menu-has-icon .arco-menu-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-menu-vertical .arco-menu-group-title .arco-menu-item-inner,
.arco-menu-vertical .arco-menu-inline-header .arco-menu-item-inner,
.arco-menu-vertical .arco-menu-item .arco-menu-item-inner,
.arco-menu-vertical .arco-menu-pop-header .arco-menu-item-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%
}

.arco-menu-vertical .arco-menu-group-title .arco-menu-icon-suffix,
.arco-menu-vertical .arco-menu-inline-header .arco-menu-icon-suffix,
.arco-menu-vertical .arco-menu-item .arco-menu-icon-suffix,
.arco-menu-vertical .arco-menu-pop-header .arco-menu-icon-suffix {
    position: absolute;
    right: 12px
}

.arco-menu-vertical .arco-menu-inner {
    padding: 4px 8px
}

.arco-menu-vertical .arco-menu-item.arco-menu-item-indented {
    display: flex
}

.arco-menu-vertical .arco-menu-inline-header,
.arco-menu-vertical .arco-menu-pop-header {
    padding-right: 28px
}

.arco-menu-horizontal {
    width: 100%;
    height: auto
}

.arco-menu-horizontal .arco-menu-group-title,
.arco-menu-horizontal .arco-menu-inline-header,
.arco-menu-horizontal .arco-menu-item,
.arco-menu-horizontal .arco-menu-pop-header {
    padding: 0 12px;
    line-height: 30px
}

.arco-menu-horizontal .arco-menu-group-title .arco-menu-icon-suffix .arco-icon,
.arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon-suffix .arco-icon,
.arco-menu-horizontal .arco-menu-item .arco-menu-icon-suffix .arco-icon,
.arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon-suffix .arco-icon {
    margin-right: 0
}

.arco-menu-horizontal .arco-menu-group-title .arco-icon,
.arco-menu-horizontal .arco-menu-group-title .arco-menu-icon,
.arco-menu-horizontal .arco-menu-inline-header .arco-icon,
.arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon,
.arco-menu-horizontal .arco-menu-item .arco-icon,
.arco-menu-horizontal .arco-menu-item .arco-menu-icon,
.arco-menu-horizontal .arco-menu-pop-header .arco-icon,
.arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon {
    margin-right: 16px
}

.arco-menu-horizontal .arco-menu-group-title .arco-menu-icon-suffix,
.arco-menu-horizontal .arco-menu-inline-header .arco-menu-icon-suffix,
.arco-menu-horizontal .arco-menu-item .arco-menu-icon-suffix,
.arco-menu-horizontal .arco-menu-pop-header .arco-menu-icon-suffix {
    margin-left: 6px
}

.arco-menu-horizontal .arco-menu-inner {
    display: flex;
    align-items: center;
    padding: 14px 20px
}

.arco-menu-horizontal .arco-menu-item,
.arco-menu-horizontal .arco-menu-pop {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle
}

.arco-menu-horizontal .arco-menu-item:not(:first-child),
.arco-menu-horizontal .arco-menu-pop:not(:first-child) {
    margin-left: 12px
}

.arco-menu-horizontal .arco-menu-pop:after {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 14px;
    content: " "
}

.arco-menu-overflow-wrap {
    width: 100%
}

.arco-menu-overflow-hidden-menu-item,
.arco-menu-overflow-sub-menu-mirror {
    position: absolute !important;
    white-space: nowrap;
    visibility: hidden;
    pointer-events: none
}

.arco-menu-selected-label {
    position: absolute;
    right: 12px;
    bottom: -14px;
    left: 12px;
    height: 3px;
    background-color: rgb(var(--primary-6))
}

.arco-menu-pop-button {
    width: auto;
    background: 0 0;
    box-shadow: none
}

.arco-menu-pop-button.arco-menu-collapsed {
    width: auto
}

.arco-menu-pop-button .arco-menu-group-title,
.arco-menu-pop-button .arco-menu-inline-header,
.arco-menu-pop-button .arco-menu-item,
.arco-menu-pop-button .arco-menu-pop-header {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.arco-menu-collapsed {
    width: 48px
}

.arco-menu-collapsed .arco-menu-inner {
    padding: 4px 4px
}

.arco-menu-collapsed .arco-menu-icon-suffix {
    display: none
}

.arco-menu-collapsed .arco-menu-has-icon>:not(.arco-menu-icon) {
    opacity: 0
}

.arco-menu-collapsed .arco-menu-group-title .arco-icon,
.arco-menu-collapsed .arco-menu-inline-header .arco-icon,
.arco-menu-collapsed .arco-menu-item .arco-icon,
.arco-menu-collapsed .arco-menu-pop-header .arco-icon {
    margin-right: 100%
}

.arco-menu-collapse-button {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-menu-inline-content {
    height: auto;
    overflow: hidden;
    transition: height .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-menu-inline-content-hide {
    height: 0
}

.arco-menu-item-tooltip a {
    color: inherit;
    cursor: text
}

.arco-menu-item-tooltip a:active,
.arco-menu-item-tooltip a:focus,
.arco-menu-item-tooltip a:hover {
    color: inherit
}

.arco-menu-pop-trigger.arco-trigger-position-bl {
    transform: translateY(14px)
}

.arco-menu-pop-trigger.arco-trigger-position-bl .arco-trigger-arrow {
    z-index: 0;
    border-top: 1px solid var(--color-neutral-3);
    border-left: 1px solid var(--color-neutral-3)
}

.arco-menu-pop-trigger.arco-trigger-position-rt {
    transform: translateX(8px)
}

.arco-menu-pop-trigger.arco-trigger-position-rt .arco-trigger-arrow {
    z-index: 0;
    border-bottom: 1px solid var(--color-neutral-3);
    border-left: 1px solid var(--color-neutral-3)
}

.arco-menu-pop-trigger.arco-menu-pop-trigger-dark .arco-trigger-arrow {
    background-color: var(--color-menu-dark-bg);
    border-color: var(--color-menu-dark-bg)
}

.arco-trigger-menu {
    position: relative;
    box-sizing: border-box;
    max-height: 200px;
    padding: 4px 0;
    overflow: auto;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-fill-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.arco-trigger-menu-hidden {
    display: none
}

.arco-trigger-menu-item,
.arco-trigger-menu-pop-header {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 12px;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 32px;
    text-align: left;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-trigger-menu-item.arco-trigger-menu-selected,
.arco-trigger-menu-pop-header.arco-trigger-menu-selected {
    color: var(--color-text-1);
    font-weight: 500;
    background-color: transparent;
    transition: all .1s linear
}

.arco-trigger-menu-item:hover,
.arco-trigger-menu-pop-header:hover {
    color: var(--color-text-1);
    background-color: var(--color-fill-2)
}

.arco-trigger-menu-item.arco-trigger-menu-disabled,
.arco-trigger-menu-pop-header.arco-trigger-menu-disabled {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-trigger-menu-pop-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.arco-trigger-menu-pop-header .arco-trigger-menu-icon-suffix {
    margin-left: 12px
}

.arco-trigger-menu-group:first-child .arco-trigger-menu-group-title {
    padding-top: 4px
}

.arco-trigger-menu-group-title {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px 0 12px;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-trigger-menu-pop-trigger .arco-trigger-arrow {
    display: none
}

.arco-trigger-menu-dark {
    background-color: var(--color-menu-dark-bg);
    border-color: var(--color-menu-dark-bg)
}

.arco-trigger-menu-dark .arco-trigger-menu-item,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header {
    color: var(--color-text-4);
    background-color: transparent
}

.arco-trigger-menu-dark .arco-trigger-menu-item.arco-trigger-menu-selected,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header.arco-trigger-menu-selected {
    color: var(--color-white);
    background-color: transparent
}

.arco-trigger-menu-dark .arco-trigger-menu-item.arco-trigger-menu-selected:hover,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header.arco-trigger-menu-selected:hover {
    color: var(--color-white)
}

.arco-trigger-menu-dark .arco-trigger-menu-item:hover,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header:hover {
    color: var(--color-text-4);
    background-color: var(--color-menu-dark-hover)
}

.arco-trigger-menu-dark .arco-trigger-menu-item.arco-trigger-menu-disabled,
.arco-trigger-menu-dark .arco-trigger-menu-pop-header.arco-trigger-menu-disabled {
    color: var(--color-text-2);
    background-color: transparent
}

.arco-trigger-menu-dark .arco-trigger-menu-group-title {
    color: var(--color-text-3)
}

.arco-message-list {
    position: fixed;
    z-index: 1003;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    pointer-events: none
}

.arco-message-list-top {
    top: 40px
}

.arco-message-list-bottom {
    bottom: 40px
}

.arco-message {
    position: absolute;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px 10px 16px;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    list-style: none;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-small);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    transition: all .3s ease-out;
    pointer-events: auto
}

.arco-message-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    -webkit-animation: arco-msg-fade .1s linear, arco-msg-fade .4s cubic-bezier(.3, 1.3, .3, 1);
    animation: arco-msg-fade .1s linear, arco-msg-fade .4s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-message-content,
.arco-message-icon {
    color: var(--color-text-1);
    vertical-align: middle
}

.arco-message-content {
    font-size: 12px
}

.arco-message-info {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-info .arco-message-icon {
    color: rgb(var(--primary-6))
}

.arco-message-info .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-success {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-success .arco-message-icon {
    color: rgb(var(--success-6))
}

.arco-message-success .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-warning {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-warning .arco-message-icon {
    color: rgb(var(--warning-6))
}

.arco-message-warning .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-error {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-error .arco-message-icon {
    color: rgb(var(--danger-6))
}

.arco-message-error .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-loading {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-message-loading .arco-message-icon {
    color: rgb(var(--primary-6))
}

.arco-message-close-btn,
.arco-message-loading .arco-message-content {
    color: var(--color-text-1)
}

.arco-message-close-btn {
    margin-left: 8px;
    font-size: 12px
}

.arco-message .arco-icon-hover.arco-message-icon-hover:before {
    width: 20px;
    height: 20px
}

.fade-message-enter-from,
.fade-message-leave-to {
    opacity: 0;
    transform: translateY(-100%)
}

.fade-message-leave-active {
    position: absolute
}

.flip-list-move {
    transition: transform .8s ease
}

@-webkit-keyframes arco-msg-fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes arco-msg-fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes arco-msg-scale {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes arco-msg-scale {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.arco-message {
    box-sizing: border-box;
    max-width: 800px
}

.arco-message-content {
    line-height: 1.5;
    word-break: break-word
}

.arco-message-close-btn,
.arco-message-icon {
    align-self: stretch
}

.arco-message-close-btn {
    margin: 4px 0 0 12px
}

.arco-modal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.arco-modal-mask {
    background-color: var(--color-mask-bg)
}

.arco-modal-mask,
.arco-modal-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.arco-modal-wrapper {
    overflow: auto
}

.arco-modal-wrapper.arco-modal-wrapper-align-center {
    white-space: nowrap;
    text-align: center
}

.arco-modal-wrapper.arco-modal-wrapper-align-center:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.arco-modal-wrapper.arco-modal-wrapper-align-center .arco-modal {
    top: 0;
    display: inline-block;
    vertical-align: middle
}

.arco-modal-wrapper.arco-modal-wrapper-moved {
    text-align: left
}

.arco-modal-wrapper.arco-modal-wrapper-moved .arco-modal {
    vertical-align: top
}

.arco-modal {
    position: relative;
    top: 100px;
    width: 520px;
    margin: 0 auto;
    line-height: 1.5715;
    white-space: normal;
    text-align: left;
    background-color: var(--color-bg-3);
    border-radius: var(--border-radius-medium)
}

.arco-modal-draggable .arco-modal-header {
    cursor: move
}

.arco-modal-header {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid var(--color-neutral-3)
}

.arco-modal-header .arco-modal-title {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center
}

.arco-modal-header .arco-modal-title-align-start {
    justify-content: flex-start
}

.arco-modal-header .arco-modal-title-align-center {
    justify-content: center
}

.arco-modal-body {
    position: relative;
    padding: 24px 20px;
    color: var(--color-text-1);
    font-size: 12px
}

.arco-modal-footer {
    box-sizing: border-box;
    width: 100%;
    padding: 16px 20px;
    text-align: right;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-modal-footer>.arco-btn {
    margin-left: 12px
}

.arco-modal-close-btn {
    margin-left: -12px;
    color: var(--color-text-1);
    font-size: 12px;
    cursor: pointer
}

.arco-modal-title {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px
}

.arco-modal-title .arco-icon {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: -.15em
}

.arco-modal-title .arco-icon-info-circle-fill {
    color: rgb(var(--primary-6))
}

.arco-modal-title .arco-icon-check-circle-fill {
    color: rgb(var(--success-6))
}

.arco-modal-title .arco-icon-exclamation-circle-fill {
    color: rgb(var(--warning-6))
}

.arco-modal-title .arco-icon-close-circle-fill {
    color: rgb(var(--danger-6))
}

.arco-modal-simple {
    width: 400px;
    padding: 24px 32px 32px
}

.arco-modal-simple .arco-modal-footer,
.arco-modal-simple .arco-modal-header {
    height: unset;
    padding: 0;
    border: none
}

.arco-modal-simple .arco-modal-header {
    margin-bottom: 24px
}

.arco-modal-simple .arco-modal-title {
    justify-content: center
}

.arco-modal-simple .arco-modal-footer {
    margin-top: 32px;
    text-align: center
}

.arco-modal-simple .arco-modal-body {
    padding: 0
}

.arco-modal-fullscreen {
    top: 0;
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.arco-modal-fullscreen .arco-modal-footer {
    margin-top: auto
}

.zoom-modal-appear-from,
.zoom-modal-enter-from {
    transform: scale(.5);
    opacity: 0
}

.zoom-modal-appear-to,
.zoom-modal-enter-to {
    transform: scale(1);
    opacity: 1
}

.zoom-modal-appear-active,
.zoom-modal-enter-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1), transform .4s cubic-bezier(.3, 1.3, .3, 1)
}

.zoom-modal-leave-from {
    transform: scale(1);
    opacity: 1
}

.zoom-modal-leave-to {
    transform: scale(.5);
    opacity: 0
}

.zoom-modal-leave-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1), transform .4s cubic-bezier(.3, 1.3, .3, 1)
}

.fade-modal-appear-from,
.fade-modal-enter-from {
    opacity: 0
}

.fade-modal-appear-to,
.fade-modal-enter-to {
    opacity: 1
}

.fad-modal-enter-active,
.fade-modal-appear-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
}

.fade-modal-leave-from {
    opacity: 1
}

.fade-modal-leave-to {
    opacity: 0
}

.fade-modal-leave-active {
    transition: opacity .4s cubic-bezier(.3, 1.3, .3, 1)
}

.arco-modal .arco-modal-header {
    padding: 0 16px
}

.arco-modal .arco-modal-header .arco-modal-title {
    justify-content: left;
    font-weight: 700;
    font-size: 14px;
    word-break: break-word
}

.arco-modal .arco-modal-body {
    padding: 16px
}

.arco-modal .arco-modal-footer {
    padding: 12px 16px;
    border-top: unset
}

.arco-modal .arco-modal-footer>.arco-btn {
    margin-left: 8px
}

.arco-modal .arco-modal-footer .arco-btn-secondary:not(.gj-btn),
.arco-modal .arco-modal-footer .arco-btn-secondary[type=button]:not(.gj-btn) {
    color: #000430;
    background-color: transparent;
    border: 1px solid #e6e6ed
}

.arco-modal .arco-modal-footer .arco-btn-secondary:not(.gj-btn):hover,
.arco-modal .arco-modal-footer .arco-btn-secondary[type=button]:not(.gj-btn):hover {
    color: #0045f0;
    background-color: #fff;
    border-color: #0045f0
}

.arco-modal .arco-modal-footer .arco-btn-secondary:not(.gj-btn):active,
.arco-modal .arco-modal-footer .arco-btn-secondary[type=button]:not(.gj-btn):active {
    color: #4080ff;
    background: #e8f3ff;
    border-color: #4080ff
}

.arco-modal .arco-modal-footer .arco-btn-secondary:not(.gj-btn).arco-btn-disabled,
.arco-modal .arco-modal-footer .arco-btn-secondary[type=button]:not(.gj-btn).arco-btn-disabled {
    color: grey;
    background-color: transparent;
    border-color: #e6e6ed;
    cursor: not-allowed
}

.arco-modal .arco-modal-footer .arco-btn-shape-round {
    border-radius: 4px
}

.arco-modal.arco-modal-simple {
    padding: 24px 24px 16px
}

.arco-modal.arco-modal-simple .arco-modal-header {
    margin-bottom: 16px;
    padding: 0
}

.arco-modal.arco-modal-simple .arco-modal-title {
    font-weight: 600
}

.arco-modal.arco-modal-simple .arco-modal-title .arco-icon {
    font-size: 26px
}

.arco-modal.arco-modal-simple .arco-modal-title-icon {
    align-self: flex-start
}

.arco-modal.arco-modal-simple .arco-modal-body {
    padding: 0 0 0 32px
}

.arco-modal.arco-modal-simple .arco-modal-footer {
    margin-top: 24px;
    padding: 0;
    text-align: right
}

.arco-notification-list {
    position: fixed;
    z-index: 1003
}

.arco-notification-list-top-left {
    top: 20px;
    left: 20px
}

.arco-notification-list-top-right {
    top: 20px;
    right: 20px
}

.arco-notification-list-top-right .arco-notification {
    margin-left: auto
}

.arco-notification-list-bottom-left {
    bottom: 20px;
    left: 20px
}

.arco-notification-list-bottom-right {
    right: 20px;
    bottom: 20px
}

.arco-notification-list-bottom-right .arco-notification {
    margin-left: auto
}

.arco-notification {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 340px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    opacity: 1;
    transition: opacity .2s linear
}

.arco-notification-icon {
    display: inline-flex;
    align-items: center;
    font-size: 24px
}

.arco-notification-info {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-notification-info .arco-notification-icon {
    color: rgb(var(--primary-6))
}

.arco-notification-success {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-notification-success .arco-notification-icon {
    color: rgb(var(--success-6))
}

.arco-notification-warning {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-notification-warning .arco-notification-icon {
    color: rgb(var(--warning-6))
}

.arco-notification-error {
    background-color: var(--color-bg-popup);
    border-color: var(--color-neutral-3)
}

.arco-notification-error .arco-notification-icon {
    color: rgb(var(--danger-6))
}

.arco-notification-left {
    padding-right: 16px
}

.arco-notification-right {
    flex: 1;
    word-break: break-word
}

.arco-notification-title {
    margin-bottom: 4px;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px
}

.arco-notification-content {
    color: var(--color-text-1);
    font-size: 12px
}

.arco-notification-error .arco-notification-content,
.arco-notification-error .arco-notification-title,
.arco-notification-info .arco-notification-content,
.arco-notification-info .arco-notification-title,
.arco-notification-success .arco-notification-content,
.arco-notification-success .arco-notification-title,
.arco-notification-warning .arco-notification-content,
.arco-notification-warning .arco-notification-title {
    color: var(--color-text-1)
}

.arco-notification-btn-wrapper {
    margin-top: 16px;
    text-align: right
}

.arco-notification-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    color: var(--color-text-1);
    font-size: 12px;
    cursor: pointer
}

.arco-notification-close-btn>svg {
    position: relative
}

.arco-notification .arco-icon-hover.arco-notification-icon-hover:before {
    width: 20px;
    height: 20px
}

.slide-left-notification-appear-from,
.slide-left-notification-enter-from {
    transform: translateX(-100%)
}

.slide-left-notification-appear-to,
.slide-left-notification-enter-to {
    transform: translateX(0)
}

.slide-left-notification-appear-active,
.slide-left-notification-enter-active {
    transition: transform .4s cubic-bezier(.3, 1.3, .3, 1)
}

.slide-left-notification-leave-from {
    opacity: 1
}

.slide-left-notification-leave-to {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0
}

.slide-left-notification-leave-active {
    transition: all .3s cubic-bezier(.34, .69, .1, 1)
}

.slide-right-notification-appear-from,
.slide-right-notification-enter-from {
    transform: translateX(100%)
}

.slide-right-notification-appear-to,
.slide-right-notification-enter-to {
    transform: translateX(0)
}

.slide-right-notification-appear-active,
.slide-right-notification-enter-active {
    transition: transform .4s cubic-bezier(.3, 1.3, .3, 1)
}

.slide-right-notification-leave-from {
    opacity: 1
}

.slide-right-notification-leave-to {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0
}

.slide-right-notification-leave-active {
    transition: all .3s cubic-bezier(.34, .69, .1, 1)
}

.arco-notification-info .arco-notification-left {
    padding-right: 12px
}

.arco-notification-info .arco-notification-title {
    margin: 4px 0;
    padding-right: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px
}

.arco-notification-info .arco-notification-content {
    padding-right: 20px;
    color: #1d2129;
    line-height: 1.5
}

.arco-notification-info .arco-notification-close-btn {
    top: 10px;
    right: 10px
}

.arco-page-header {
    padding: 16px 0
}

.arco-page-header-breadcrumb+.arco-page-header-header {
    margin-top: 4px
}

.arco-page-header-wrapper {
    padding-right: 20px;
    padding-left: 24px
}

.arco-page-header-header {
    justify-content: space-between;
    line-height: 28px
}

.arco-page-header-header,
.arco-page-header-header-left,
.arco-page-header-main {
    display: flex;
    align-items: center
}

.arco-page-header-main {
    min-height: 30px
}

.arco-page-header-main-with-back {
    margin-left: -9px;
    padding-left: 9px
}

.arco-page-header-extra {
    overflow: hidden;
    white-space: nowrap
}

.arco-page-header .arco-icon-hover.arco-page-header-icon-hover:before {
    width: 30px;
    height: 30px
}

.arco-page-header .arco-icon-hover.arco-page-header-icon-hover:hover:before {
    background-color: var(--color-fill-2)
}

.arco-page-header-back-btn {
    margin-right: 12px;
    color: var(--color-text-2);
    font-size: 12px
}

.arco-page-header-back-btn-icon {
    position: relative
}

.arco-page-header-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--color-text-1);
    font-weight: 600;
    font-size: 20px
}

.arco-page-header-divider {
    width: 1px;
    height: 16px;
    margin-right: 12px;
    margin-left: 12px;
    background-color: var(--color-fill-3)
}

.arco-page-header-subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--color-text-3);
    font-size: 12px
}

.arco-page-header-content {
    padding: 20px 32px;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-page-header-footer {
    padding: 16px 20px 0 24px
}

.arco-page-header-with-breadcrumb {
    padding: 12px 0
}

.arco-page-header-with-breadcrumb .arco-page-header-footer {
    padding-top: 12px
}

.arco-page-header-with-content .arco-page-header-wrapper {
    padding-bottom: 12px
}

.arco-page-header-with-footer {
    padding-bottom: 0
}

.arco-page-header-wrapper .arco-page-header-header {
    flex-wrap: wrap
}

.arco-page-header-wrapper .arco-page-header-header .arco-page-header-head-extra {
    margin-top: 4px
}

.arco-pagination {
    display: flex;
    align-items: center;
    font-size: 12px
}

.arco-pagination-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-pagination-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 4px;
    color: #1d2129;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    background-color: #fff;
    border: 1px solid #c9cdd4;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px
}

.arco-pagination-item:hover {
    border-color: #1d2129
}

.arco-pagination-item-active,
.arco-pagination-item-active:hover {
    color: #fff;
    background-color: #0045f0;
    border-color: #0045f0;
    transition: color .2s linear, background-color .2s linear
}

.arco-pagination-item-disabled,
.arco-pagination-item-disabled:hover {
    color: var(--color-text-4);
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed
}

.arco-pagination-item:not(:last-child) {
    margin-right: 8px
}

.arco-pagination-item-ellipsis {
    color: #86909c;
    background-color: transparent;
    border: none
}

.arco-pagination-item-next,
.arco-pagination-item-previous {
    width: 24px;
    min-width: 24px;
    height: 24px;
    color: var(--color-text-2);
    font-size: 12px;
    background-color: transparent;
    border: none
}

.arco-pagination-item-next:after,
.arco-pagination-item-previous:after {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    content: "."
}

.arco-pagination-item-ellipsis:not(.arco-pagination-item-disabled):hover,
.arco-pagination-item-next:not(.arco-pagination-item-disabled):hover,
.arco-pagination-item-previous:not(.arco-pagination-item-disabled):hover {
    color: #0045f0
}

.arco-pagination-item-ellipsis:not(.arco-pagination-item-disabled):active,
.arco-pagination-item-next:not(.arco-pagination-item-disabled):active,
.arco-pagination-item-previous:not(.arco-pagination-item-disabled):active {
    color: #0e42d2
}

.arco-pagination .arco-pagination-item-next.arco-pagination-item-disabled,
.arco-pagination .arco-pagination-item-previous.arco-pagination-item-disabled {
    color: var(--color-text-4)
}

.arco-pagination-item-jumper {
    font-size: 16px
}

.arco-pagination-jumper {
    display: flex;
    align-items: center;
    margin-left: 8px
}

.arco-pagination-jumper>span {
    font-size: 12px
}

.arco-pagination-jumper-text-goto {
    color: var(--color-text-3)
}

.arco-pagination-jumper-input {
    width: 32px;
    margin-left: 8px;
    padding-right: 2px;
    padding-left: 2px;
    border-radius: 2px
}

.arco-pagination-jumper-input input {
    text-align: center
}

.arco-pagination-options {
    position: relative;
    display: inline-block;
    min-width: 0;
    margin-left: 8px;
    text-align: center;
    vertical-align: middle
}

.arco-pagination-options .arco-select {
    width: auto;
    padding: 0 8px;
    border-radius: 2px
}

.arco-pagination-options .arco-select-view-value {
    padding-right: 4px;
    overflow: inherit
}

.arco-pagination-options .arco-select-view-suffix {
    padding-left: 4px
}

.arco-pagination-total {
    display: inline-block;
    height: 100%;
    margin-right: 8px;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 32px
}

.arco-pagination-jumper-separator {
    padding: 0 12px 0 12px
}

.arco-pagination-jumper-total-page {
    margin-right: 8px
}

.arco-pagination-jumper .arco-pagination-jumper-input:not(.arco-input-disabled) {
    background-color: #fff;
    border: 1px solid #c9cdd4
}

.arco-pagination-jumper .arco-pagination-jumper-input:not(.arco-input-disabled):hover {
    border-color: #1d2129
}

.arco-pagination-jumper .arco-pagination-jumper-input:not(.arco-input-disabled):focus,
.arco-pagination-jumper .arco-pagination-jumper-input:not(.arco-input-disabled):focus-within {
    border-color: #0045f0
}

.arco-pagination-simple {
    display: flex;
    align-items: center
}

.arco-pagination-simple .arco-pagination-item {
    margin-right: 0
}

.arco-pagination-simple .arco-pagination-jumper {
    margin: 0 4px;
    color: var(--color-text-1)
}

.arco-pagination-simple .arco-pagination-jumper .arco-pagination-jumper-input {
    width: 32px;
    margin-left: 0
}

.arco-pagination-simple .arco-pagination-item-next,
.arco-pagination-simple .arco-pagination-item-previous {
    color: var(--color-text-2);
    background-color: transparent
}

.arco-pagination-simple .arco-pagination-item-next:not(.arco-pagination-item-disabled):hover,
.arco-pagination-simple .arco-pagination-item-previous:not(.arco-pagination-item-disabled):hover {
    color: rgb(var(--primary-6))
}

.arco-pagination-simple .arco-pagination-item-next.arco-pagination-item-disabled,
.arco-pagination-simple .arco-pagination-item-previous.arco-pagination-item-disabled {
    color: var(--color-text-4)
}

.arco-pagination-disabled {
    cursor: not-allowed
}

.arco-pagination-disabled .arco-pagination-item,
.arco-pagination-disabled .arco-pagination-item:not(.arco-pagination-item-disabled):not(.arco-pagination-item-active):hover {
    color: var(--color-text-4);
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed
}

.arco-pagination.arco-pagination-disabled .arco-pagination-item-active {
    color: var(--color-primary-light-3);
    background-color: var(--color-fill-1);
    border-color: transparent
}

.arco-pagination-size-mini .arco-pagination-item {
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px
}

.arco-pagination-size-mini .arco-pagination-item-next,
.arco-pagination-size-mini .arco-pagination-item-previous {
    font-size: 12px
}

.arco-pagination-size-mini .arco-pagination-total {
    font-size: 12px;
    line-height: 24px
}

.arco-pagination-size-mini .arco-pagination-option {
    height: 24px;
    font-size: 12px;
    line-height: 0
}

.arco-pagination-size-mini .arco-pagination-jumper>span {
    font-size: 12px
}

.arco-pagination-size-small .arco-pagination-item {
    min-width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 28px
}

.arco-pagination-size-small .arco-pagination-item-next,
.arco-pagination-size-small .arco-pagination-item-previous {
    font-size: 12px
}

.arco-pagination-size-small .arco-pagination-total {
    font-size: 12px;
    line-height: 28px
}

.arco-pagination-size-small .arco-pagination-option {
    height: 28px;
    font-size: 12px;
    line-height: 0
}

.arco-pagination-size-small .arco-pagination-jumper>span {
    font-size: 12px
}

.arco-pagination-size-large .arco-pagination-item {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
    line-height: 36px
}

.arco-pagination-size-large .arco-pagination-item-next,
.arco-pagination-size-large .arco-pagination-item-previous {
    font-size: 14px
}

.arco-pagination-size-large .arco-pagination-total {
    font-size: 12px;
    line-height: 36px
}

.arco-pagination-size-large .arco-pagination-option {
    height: 36px;
    font-size: 12px;
    line-height: 0
}

.arco-pagination-size-large .arco-pagination-jumper>span {
    font-size: 12px
}

.arco-popconfirm-popup-content {
    box-sizing: border-box;
    padding: 16px 16px;
    color: var(--color-text-2);
    font-size: 12px;
    line-height: 1.5715;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.arco-popconfirm-popup-content .arco-popconfirm-body {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    color: var(--color-text-1);
    font-size: 12px
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon {
    display: inline-flex;
    align-items: center;
    height: 18.858px;
    margin-right: 8px;
    font-size: 18px
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon .arco-icon-exclamation-circle-fill {
    color: rgb(var(--warning-6))
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-content {
    text-align: left;
    word-wrap: break-word
}

.arco-popconfirm-popup-content .arco-popconfirm-footer {
    text-align: right
}

.arco-popconfirm-popup-content .arco-popconfirm-footer>button {
    margin-left: 8px
}

.arco-popconfirm-popup-arrow {
    z-index: 1;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3)
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon .arco-icon-exclamation-circle-fill {
    color: #ff7d00
}

.arco-popconfirm-popup-content {
    padding: 16px 16px 12px
}

.arco-popconfirm-popup-content .arco-popconfirm-body {
    margin-bottom: 12px
}

.gj-popconfirm .arco-btn-secondary:not(.gj-btn),
.gj-popconfirm .arco-btn-secondary[type=button]:not(.gj-btn) {
    color: #000430;
    background-color: transparent;
    border: 1px solid #e6e6ed
}

.gj-popconfirm .arco-btn-secondary:not(.gj-btn):hover,
.gj-popconfirm .arco-btn-secondary[type=button]:not(.gj-btn):hover {
    color: #0045f0;
    background-color: #fff;
    border-color: #0045f0
}

.gj-popconfirm .arco-btn-secondary:not(.gj-btn):active,
.gj-popconfirm .arco-btn-secondary[type=button]:not(.gj-btn):active {
    color: #4080ff;
    background: #e8f3ff;
    border-color: #4080ff
}

.gj-popconfirm .arco-btn-secondary:not(.gj-btn).arco-btn-disabled,
.gj-popconfirm .arco-btn-secondary[type=button]:not(.gj-btn).arco-btn-disabled {
    color: grey;
    background-color: transparent;
    border-color: #e6e6ed;
    cursor: not-allowed
}

.gj-popconfirm-content .arco-popconfirm-icon {
    display: none !important
}

.arco-progress {
    position: relative;
    line-height: 1;
    font-size: 12px
}

.arco-progress-type-line,
.arco-progress-type-steps {
    display: inline-block;
    max-width: 100%;
    width: 100%
}

.arco-progress-type-line.arco-progress-size-mini {
    width: auto
}

.arco-progress-line-wrapper,
.arco-progress-steps-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.arco-progress-line-text,
.arco-progress-steps-text {
    font-size: 12px;
    margin-left: 16px;
    color: var(--color-text-2);
    white-space: nowrap;
    text-align: right;
    flex-grow: 1;
    flex-shrink: 0;
    min-width: 32px
}

.arco-progress-line-text .arco-icon,
.arco-progress-steps-text .arco-icon {
    font-size: 12px;
    margin-left: 4px
}

.arco-progress-line {
    background-color: var(--color-fill-3);
    border-radius: 100px;
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.arco-progress-line-bar {
    height: 100%;
    border-radius: 100px;
    background-color: rgb(var(--primary-6));
    position: relative;
    transition: width .6s cubic-bezier(.34, .69, .1, 1), background .3s cubic-bezier(.34, .69, .1, 1);
    max-width: 100%
}

.arco-progress-line-bar-buffer {
    position: absolute;
    background-color: var(--color-primary-light-3);
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 100px 100px 0;
    max-width: 100%;
    transition: all .6s cubic-bezier(.34, .69, .1, 1)
}

.arco-progress-line-bar-animate:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent 25%, hsla(0, 0%, 100%, .5) 50%, transparent 75%);
    background-size: 400% 100%;
    -webkit-animation: arco-progress-loading 1.5s cubic-bezier(.34, .69, .1, 1) infinite;
    animation: arco-progress-loading 1.5s cubic-bezier(.34, .69, .1, 1) infinite
}

.arco-progress-line-text .arco-icon {
    color: var(--color-text-2)
}

.arco-progress-type-steps.arco-progress-size-small {
    width: auto
}

.arco-progress-type-steps.arco-progress-size-small .arco-progress-steps-item {
    width: 2px;
    flex: unset;
    border-radius: 2px
}

.arco-progress-type-steps.arco-progress-size-small .arco-progress-steps-item:not(:last-of-type) {
    margin-right: 3px
}

.arco-progress-steps {
    display: flex;
    width: 100%
}

.arco-progress-steps-text {
    margin-left: 8px;
    min-width: unset
}

.arco-progress-steps-text .arco-icon {
    color: var(--color-text-2)
}

.arco-progress-steps-item {
    height: 100%;
    flex: 1;
    background-color: var(--color-fill-3);
    position: relative;
    display: inline-block
}

.arco-progress-steps-item:not(:last-of-type) {
    margin-right: 3px
}

.arco-progress-steps-item:last-of-type {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
}

.arco-progress-steps-item:first-of-type {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.arco-progress-steps-item-active {
    background-color: rgb(var(--primary-6))
}

.arco-progress-status-warning .arco-progress-line-bar,
.arco-progress-status-warning .arco-progress-steps-item-active {
    background-color: rgb(var(--warning-6))
}

.arco-progress-status-warning .arco-progress-line-text .arco-icon,
.arco-progress-status-warning .arco-progress-steps-text .arco-icon {
    color: rgb(var(--warning-6))
}

.arco-progress-status-success .arco-progress-line-bar,
.arco-progress-status-success .arco-progress-steps-item-active {
    background-color: rgb(var(--success-6))
}

.arco-progress-status-success .arco-progress-line-text .arco-icon,
.arco-progress-status-success .arco-progress-steps-text .arco-icon {
    color: rgb(var(--success-6))
}

.arco-progress-status-danger .arco-progress-line-bar,
.arco-progress-status-danger .arco-progress-steps-item-active {
    background-color: rgb(var(--danger-6))
}

.arco-progress-status-danger .arco-progress-line-text .arco-icon,
.arco-progress-status-danger .arco-progress-steps-text .arco-icon {
    color: rgb(var(--danger-6))
}

.arco-progress-size-small .arco-progress-line-text {
    font-size: 12px;
    margin-left: 16px
}

.arco-progress-size-small .arco-progress-line-text .arco-icon {
    font-size: 12px
}

.arco-progress-size-large .arco-progress-line-text {
    font-size: 16px;
    margin-left: 16px
}

.arco-progress-size-large .arco-progress-line-text .arco-icon {
    font-size: 14px
}

.arco-progress-type-circle {
    display: inline-block
}

.arco-progress-circle-wrapper {
    position: relative;
    text-align: center;
    line-height: 1;
    display: inline-block;
    vertical-align: text-bottom
}

.arco-progress-circle-svg {
    transform: rotate(-90deg)
}

.arco-progress-circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color-text-3);
    transform: translate(-50%, -50%);
    font-size: 12px
}

.arco-progress-circle-text .arco-icon {
    font-size: 16px;
    color: var(--color-text-2)
}

.arco-progress-circle-bg {
    stroke: var(--color-fill-3)
}

.arco-progress-circle-bar {
    stroke: rgb(var(--primary-6));
    transition: stroke-dashoffset .6s linear 0s, stroke .6s linear
}

.arco-progress-size-mini .arco-progress-circle-bg {
    stroke: var(--color-primary-light-3)
}

.arco-progress-size-mini .arco-progress-circle-bar {
    stroke: rgb(var(--primary-6))
}

.arco-progress-size-mini.arco-progress-status-warning .arco-progress-circle-bg {
    stroke: var(--color-warning-light-3)
}

.arco-progress-size-mini.arco-progress-status-danger .arco-progress-circle-bg {
    stroke: var(--color-danger-light-3)
}

.arco-progress-size-mini.arco-progress-status-success .arco-progress-circle-bg {
    stroke: var(--color-success-light-3)
}

.arco-progress-size-mini .arco-progress-circle-wrapper .arco-icon-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.arco-progress-size-mini .arco-progress-circle-text {
    position: static;
    top: unset;
    left: unset;
    transform: unset
}

.arco-progress-size-small .arco-progress-circle-text {
    font-size: 13px
}

.arco-progress-size-small .arco-progress-circle-text .arco-icon {
    font-size: 14px
}

.arco-progress-size-large .arco-progress-circle-text,
.arco-progress-size-large .arco-progress-circle-text .arco-icon {
    font-size: 16px
}

.arco-progress-status-warning .arco-progress-circle-bar {
    stroke: rgb(var(--warning-6))
}

.arco-progress-status-warning .arco-icon {
    color: rgb(var(--warning-6))
}

.arco-progress-status-success .arco-progress-circle-bar {
    stroke: rgb(var(--success-6))
}

.arco-progress-status-success .arco-icon {
    color: rgb(var(--success-6))
}

.arco-progress-status-danger .arco-progress-circle-bar {
    stroke: rgb(var(--danger-6))
}

.arco-progress-status-danger .arco-icon {
    color: rgb(var(--danger-6))
}

@-webkit-keyframes arco-progress-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes arco-progress-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.arco-radio-group-button {
    height: 32px;
    padding: 0;
    line-height: 32px;
    background: #fff
}

.arco-radio-group-button.arco-radio-group-size-mini {
    height: 24px;
    line-height: 24px
}

.arco-radio-group-button>.arco-radio-button {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #c9cdd4;
    border-right: 0;
    border-radius: 0;
    transition: none
}

.arco-radio-group-button>.arco-radio-button:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.arco-radio-group-button>.arco-radio-button:last-child {
    border-right: 1px solid #c9cdd4;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.arco-radio-group-button>.arco-radio-button:hover {
    color: #0045f0;
    background-color: unset
}

.arco-radio-group-button>.arco-radio-button:before {
    display: none
}

.arco-radio-group-button>.arco-radio-button.arco-radio-checked {
    background-color: unset;
    border-color: #0045f0;
    border-right: 1px solid #0045f0
}

.arco-radio-group-button>.arco-radio-button.arco-radio-checked+label {
    border-left: 0
}

.arco-radio-group-button>.arco-radio-button .arco-radio-button-content {
    font-size: 12px
}

.arco-rate {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    font-size: 24px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-rate-disabled {
    cursor: not-allowed
}

.arco-rate-character {
    position: relative;
    color: var(--color-fill-3);
    transition: transform .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-rate-character:not(:last-child) {
    margin-right: 8px
}

.arco-rate-character-left,
.arco-rate-character-right {
    transition: inherit
}

.arco-rate-character-left>*,
.arco-rate-character-right>* {
    float: left
}

.arco-rate-character-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0
}

.arco-rate-character-scale {
    -webkit-animation: arco-rate-scale .4s cubic-bezier(.34, .69, .1, 1);
    animation: arco-rate-scale .4s cubic-bezier(.34, .69, .1, 1)
}

.arco-rate-character-full .arco-rate-character-right {
    color: rgb(var(--gold-6))
}

.arco-rate-character-half .arco-rate-character-left {
    color: rgb(var(--gold-6));
    opacity: 1
}

.arco-rate-character-disabled {
    cursor: not-allowed
}

.arco-rate:not(.arco-rate-readonly):not(.arco-rate-disabled) .arco-rate-character {
    cursor: pointer
}

.arco-rate:not(.arco-rate-readonly):not(.arco-rate-disabled) .arco-rate-character:focus,
.arco-rate:not(.arco-rate-readonly):not(.arco-rate-disabled) .arco-rate-character:hover {
    transform: scale(1.2)
}

@-webkit-keyframes arco-rate-scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes arco-rate-scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.arco-resizebox {
    position: relative;
    width: 100%;
    overflow: hidden
}

.arco-resizebox-direction-bottom,
.arco-resizebox-direction-left,
.arco-resizebox-direction-right,
.arco-resizebox-direction-top {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-resizebox-direction-right {
    right: 0;
    left: unset
}

.arco-resizebox-direction-bottom {
    top: unset;
    bottom: 0
}

.arco-resizebox-trigger-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1;
    background-color: var(--color-neutral-3)
}

.arco-resizebox-trigger-icon {
    display: inline-block;
    margin: -3px
}

.arco-resizebox-trigger-vertical {
    height: 100%;
    cursor: col-resize
}

.arco-resizebox-trigger-horizontal {
    width: 100%;
    cursor: row-resize
}

.arco-result {
    box-sizing: border-box;
    width: 100%;
    padding: 32px 32px 24px
}

.arco-result-icon {
    margin-bottom: 16px;
    font-size: 20px;
    text-align: center
}

.arco-result-icon-tip {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto
}

.arco-result-icon-custom .arco-result-icon-tip {
    font-size: 45px;
    color: inherit;
    width: unset;
    height: unset
}

.arco-result-icon-success .arco-result-icon-tip {
    color: rgb(var(--success-6));
    background-color: var(--color-success-light-1)
}

.arco-result-icon-error .arco-result-icon-tip {
    color: rgb(var(--danger-6));
    background-color: var(--color-danger-light-1)
}

.arco-result-icon-info .arco-result-icon-tip {
    color: rgb(var(--primary-6));
    background-color: var(--color-primary-light-1)
}

.arco-result-icon-warning .arco-result-icon-tip {
    color: rgb(var(--warning-6));
    background-color: var(--color-warning-light-1)
}

.arco-result-icon-403,
.arco-result-icon-404,
.arco-result-icon-500 {
    padding-top: 24px
}

.arco-result-icon-403 .arco-result-icon-tip,
.arco-result-icon-404 .arco-result-icon-tip,
.arco-result-icon-500 .arco-result-icon-tip {
    width: 92px;
    height: 92px;
    line-height: 92px
}

.arco-result-title {
    color: var(--color-text-1);
    font-weight: 500
}

.arco-result-subtitle,
.arco-result-title {
    font-size: 12px;
    line-height: 1.5715;
    text-align: center
}

.arco-result-subtitle {
    color: var(--color-text-2)
}

.arco-result-extra {
    margin-top: 20px;
    text-align: center
}

.arco-result-content {
    margin-top: 20px
}

.arco-result-title {
    font-size: 14px
}

.arco-select-view-single.arco-select-view-disabled,
.arco-select-view-single.arco-select-view-disabled:hover {
    background: #f7f8fa;
    border: 1px solid #dadde2
}

.arco-select-view-single .arco-select-view-input[disabled] {
    -webkit-text-fill-color: #808197
}

.arco-select-view-single .arco-select-view-input[disabled]::-moz-placeholder {
    -webkit-text-fill-color: #c9cdd4
}

.arco-select-view-single .arco-select-view-input[disabled]:-ms-input-placeholder {
    -webkit-text-fill-color: #c9cdd4
}

.arco-select-view-single .arco-select-view-input[disabled]::placeholder {
    -webkit-text-fill-color: #c9cdd4
}

.arco-select-view-multiple.arco-select-view-has-suffix,
.arco-select-view-single {
    padding-right: 8px
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag {
    color: #1d2129;
    background: #f2f3f5;
    border-radius: 4px
}

.arco-select-view-single .arco-select-view-value {
    display: inline
}

.arco-select-view-single .arco-select-view-value-hidden {
    display: none
}

.arco-form-item-status-error .arco-input-tag:not(.arco-input-tag-disabled),
.arco-form-item-status-error .arco-input-tag:not(.arco-input-tag-disabled):hover,
.arco-form-item-status-error .arco-select-view:not(.arco-select-view-disabled),
.arco-form-item-status-error .arco-select-view:not(.arco-select-view-disabled):hover {
    background: #fff;
    border: 1px solid #f53f3f
}

.arco-select-view-clear-btn:hover:before {
    background: #e5e6eb
}

.arco-select-view-opened .arco-select-view-icon .arco-icon-down {
    transform: rotate(180deg)
}

.arco-skeleton-shape {
    width: 48px;
    height: 48px;
    background-color: var(--color-fill-2);
    border-radius: var(--border-radius-small)
}

.arco-skeleton-shape-circle {
    border-radius: 50%
}

.arco-skeleton-shape-small {
    width: 36px;
    height: 36px
}

.arco-skeleton-shape-large {
    width: 60px;
    height: 60px
}

.arco-skeleton-line {
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-skeleton-line-row {
    height: 16px;
    background-color: var(--color-fill-2)
}

.arco-skeleton-line-row:not(:last-child) {
    margin-bottom: 16px
}

.arco-skeleton-animation .arco-skeleton-line-row,
.arco-skeleton-animation .arco-skeleton-shape {
    background: linear-gradient(90deg, var(--color-fill-2) 25%, var(--color-fill-3) 37%, var(--color-fill-2) 63%);
    background-size: 400% 100%;
    -webkit-animation: arco-skeleton-circle 1.5s linear infinite;
    animation: arco-skeleton-circle 1.5s linear infinite
}

@-webkit-keyframes arco-skeleton-circle {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes arco-skeleton-circle {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.arco-slider {
    display: inline-flex;
    align-items: center;
    width: 100%
}

.arco-slider-vertical {
    display: inline-block;
    width: auto;
    min-width: 22px;
    height: auto
}

.arco-slider-vertical .arco-slider-wrapper {
    flex-direction: column
}

.arco-slider-with-marks {
    margin-bottom: 24px;
    padding: 20px 20px
}

.arco-slider-vertical.arco-slider-with-marks {
    margin-bottom: 0;
    padding: 0
}

.arco-slider-track {
    position: relative;
    flex: 1;
    width: 100%;
    height: 12px;
    cursor: pointer
}

.arco-slider-track:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-fill-3);
    border-radius: 2px;
    transform: translateY(-50%);
    content: ""
}

.arco-slider-track.arco-slider-track-vertical {
    width: 12px;
    max-width: 12px;
    height: 100%;
    min-height: 200px;
    margin-right: 0;
    margin-bottom: 6px;
    margin-top: 6px;
    transform: translateY(0)
}

.arco-slider-track.arco-slider-track-vertical:before {
    top: unset;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%)
}

.arco-slider-track.arco-slider-track-disabled:before {
    background-color: var(--color-fill-2)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-bar {
    background-color: var(--color-fill-3)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-btn {
    cursor: not-allowed
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-btn:after {
    border-color: var(--color-fill-3)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-dots .arco-slider-dot {
    border-color: var(--color-fill-2)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-dots .arco-slider-dot-active {
    border-color: var(--color-fill-3)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-ticks .arco-slider-tick {
    background: var(--color-fill-2)
}

.arco-slider-track.arco-slider-track-disabled .arco-slider-ticks .arco-slider-tick-active {
    background: var(--color-fill-3)
}

.arco-slider-bar {
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: rgb(var(--primary-6));
    border-radius: 2px;
    transform: translateY(-50%)
}

.arco-slider-track-vertical .arco-slider-bar {
    top: unset;
    left: 50%;
    width: 2px;
    height: unset;
    transform: translateX(-50%)
}

.arco-slider-btn {
    transform: translateX(-50%)
}

.arco-slider-btn,
.arco-slider-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px
}

.arco-slider-btn:after {
    display: inline-block;
    box-sizing: border-box;
    background: var(--color-bg-2);
    border: 2px solid rgb(var(--primary-6));
    border-radius: 50%;
    transition: all .3s cubic-bezier(.3, 1.3, .3, 1);
    content: ""
}

.arco-slider-btn.arco-slider-btn-active:after,
.arco-slider-btn:hover:after {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transform: scale(1.16666667)
}

.arco-slider-track-vertical .arco-slider-btn {
    top: unset;
    bottom: 0;
    left: 0;
    transform: translateY(50%)
}

.arco-slider-marks {
    position: absolute;
    top: 12px;
    width: 100%
}

.arco-slider-marks .arco-slider-mark {
    position: absolute;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 1;
    transform: translateX(-50%);
    cursor: pointer
}

.arco-slider-track-vertical .arco-slider-marks {
    top: 0;
    left: 15px;
    height: 100%
}

.arco-slider-track-vertical .arco-slider-marks .arco-slider-mark {
    transform: translateY(50%)
}

.arco-slider-dots {
    height: 100%
}

.arco-slider-dots .arco-slider-dot-wrapper {
    position: absolute;
    top: 50%;
    font-size: 12px;
    transform: translate(-50%, -50%)
}

.arco-slider-track-vertical .arco-slider-dots .arco-slider-dot-wrapper {
    top: unset;
    left: 50%;
    transform: translate(-50%, 50%)
}

.arco-slider-dots .arco-slider-dot-wrapper .arco-slider-dot {
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    background-color: var(--color-bg-2);
    border: 2px solid var(--color-fill-3);
    border-radius: 50%
}

.arco-slider-dots .arco-slider-dot-wrapper .arco-slider-dot-active {
    border-color: rgb(var(--primary-6))
}

.arco-slider-ticks .arco-slider-tick {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 3px;
    margin-top: -1px;
    background: var(--color-fill-3);
    transform: translate(-50%, -100%)
}

.arco-slider-ticks .arco-slider-tick-active {
    background: rgb(var(--primary-6))
}

.arco-slider-vertical .arco-slider-ticks .arco-slider-tick {
    top: unset;
    left: 50%;
    width: 3px;
    height: 1px;
    margin-top: unset;
    transform: translate(1px, 50%)
}

.arco-slider-input {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.arco-slider-vertical .arco-slider-input {
    margin-left: 0
}

.arco-slider-input>.arco-input-number {
    width: 60px;
    height: 32px;
    overflow: visible;
    line-height: normal
}

.arco-slider-input>.arco-input-number input {
    text-align: center
}

.arco-slider-input-hyphens {
    margin: 0 6px;
    width: 8px;
    height: 2px;
    background: rgb(var(--gray-6))
}

.arco-space {
    display: inline-flex
}

.arco-space-vertical {
    flex-direction: column
}

.arco-space-align-baseline {
    align-items: baseline
}

.arco-space-align-start {
    align-items: flex-start
}

.arco-space-align-end {
    align-items: flex-end
}

.arco-space-align-center {
    align-items: center
}

.arco-space-wrap {
    flex-wrap: wrap
}

.arco-space-fill {
    display: flex
}

.arco-dot-loading {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 8px;
    transform-style: preserve-3d;
    perspective: 200px
}

.arco-dot-loading-item {
    position: absolute;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: rgb(var(--primary-6));
    border-radius: var(--border-radius-circle);
    transform: translateX(-50%) scale(0);
    -webkit-animation: arco-dot-loading 2s linear infinite forwards;
    animation: arco-dot-loading 2s linear infinite forwards
}

.arco-dot-loading-item:nth-child(2) {
    background-color: rgb(var(--primary-5));
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.arco-dot-loading-item:nth-child(3) {
    background-color: rgb(var(--primary-4));
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.arco-dot-loading-item:nth-child(4) {
    background-color: rgb(var(--primary-4));
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.arco-dot-loading-item:nth-child(5) {
    background-color: rgb(var(--primary-2));
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

@-webkit-keyframes arco-dot-loading {
    0% {
        transform: translate3D(-48.621%, 0, -.985px) scale(.511)
    }

    2.778% {
        transform: translate3D(-95.766%, 0, -.94px) scale(.545)
    }

    5.556% {
        transform: translate3D(-140%, 0, -.866px) scale(.6)
    }

    8.333% {
        transform: translate3D(-179.981%, 0, -.766px) scale(.675)
    }

    11.111% {
        transform: translate3D(-214.492%, 0, -.643px) scale(.768)
    }

    13.889% {
        transform: translate3D(-242.487%, 0, -.5px) scale(.875)
    }

    16.667% {
        transform: translate3D(-263.114%, 0, -.342px) scale(.993)
    }

    19.444% {
        transform: translate3D(-275.746%, 0, -.174px) scale(1.12)
    }

    22.222% {
        transform: translate3D(-280%, 0, 0) scale(1.25)
    }

    25% {
        transform: translate3D(-275.746%, 0, .174px) scale(1.38)
    }

    27.778% {
        transform: translate3D(-263.114%, 0, .342px) scale(1.507)
    }

    30.556% {
        transform: translate3D(-242.487%, 0, .5px) scale(1.625)
    }

    33.333% {
        transform: translate3D(-214.492%, 0, .643px) scale(1.732)
    }

    36.111% {
        transform: translate3D(-179.981%, 0, .766px) scale(1.825)
    }

    38.889% {
        transform: translate3D(-140%, 0, .866px) scale(1.9)
    }

    41.667% {
        transform: translate3D(-95.766%, 0, .94px) scale(1.955)
    }

    44.444% {
        transform: translate3D(-48.621%, 0, .985px) scale(1.989)
    }

    47.222% {
        transform: translateZ(1px) scale(2)
    }

    50% {
        transform: translate3D(48.621%, 0, .985px) scale(1.989)
    }

    52.778% {
        transform: translate3D(95.766%, 0, .94px) scale(1.955)
    }

    55.556% {
        transform: translate3D(140%, 0, .866px) scale(1.9)
    }

    58.333% {
        transform: translate3D(179.981%, 0, .766px) scale(1.825)
    }

    61.111% {
        transform: translate3D(214.492%, 0, .643px) scale(1.732)
    }

    63.889% {
        transform: translate3D(242.487%, 0, .5px) scale(1.625)
    }

    66.667% {
        transform: translate3D(263.114%, 0, .342px) scale(1.507)
    }

    69.444% {
        transform: translate3D(275.746%, 0, .174px) scale(1.38)
    }

    72.222% {
        transform: translate3D(280%, 0, 0) scale(1.25)
    }

    75% {
        transform: translate3D(275.746%, 0, -.174px) scale(1.12)
    }

    77.778% {
        transform: translate3D(263.114%, 0, -.342px) scale(.993)
    }

    80.556% {
        transform: translate3D(242.487%, 0, -.5px) scale(.875)
    }

    83.333% {
        transform: translate3D(214.492%, 0, -.643px) scale(.768)
    }

    86.111% {
        transform: translate3D(179.981%, 0, -.766px) scale(.675)
    }

    88.889% {
        transform: translate3D(140%, 0, -.866px) scale(.6)
    }

    91.667% {
        transform: translate3D(95.766%, 0, -.94px) scale(.545)
    }

    94.444% {
        transform: translate3D(48.621%, 0, -.985px) scale(.511)
    }

    97.222% {
        transform: translateZ(-1px) scale(.5)
    }
}

@keyframes arco-dot-loading {
    0% {
        transform: translate3D(-48.621%, 0, -.985px) scale(.511)
    }

    2.778% {
        transform: translate3D(-95.766%, 0, -.94px) scale(.545)
    }

    5.556% {
        transform: translate3D(-140%, 0, -.866px) scale(.6)
    }

    8.333% {
        transform: translate3D(-179.981%, 0, -.766px) scale(.675)
    }

    11.111% {
        transform: translate3D(-214.492%, 0, -.643px) scale(.768)
    }

    13.889% {
        transform: translate3D(-242.487%, 0, -.5px) scale(.875)
    }

    16.667% {
        transform: translate3D(-263.114%, 0, -.342px) scale(.993)
    }

    19.444% {
        transform: translate3D(-275.746%, 0, -.174px) scale(1.12)
    }

    22.222% {
        transform: translate3D(-280%, 0, 0) scale(1.25)
    }

    25% {
        transform: translate3D(-275.746%, 0, .174px) scale(1.38)
    }

    27.778% {
        transform: translate3D(-263.114%, 0, .342px) scale(1.507)
    }

    30.556% {
        transform: translate3D(-242.487%, 0, .5px) scale(1.625)
    }

    33.333% {
        transform: translate3D(-214.492%, 0, .643px) scale(1.732)
    }

    36.111% {
        transform: translate3D(-179.981%, 0, .766px) scale(1.825)
    }

    38.889% {
        transform: translate3D(-140%, 0, .866px) scale(1.9)
    }

    41.667% {
        transform: translate3D(-95.766%, 0, .94px) scale(1.955)
    }

    44.444% {
        transform: translate3D(-48.621%, 0, .985px) scale(1.989)
    }

    47.222% {
        transform: translateZ(1px) scale(2)
    }

    50% {
        transform: translate3D(48.621%, 0, .985px) scale(1.989)
    }

    52.778% {
        transform: translate3D(95.766%, 0, .94px) scale(1.955)
    }

    55.556% {
        transform: translate3D(140%, 0, .866px) scale(1.9)
    }

    58.333% {
        transform: translate3D(179.981%, 0, .766px) scale(1.825)
    }

    61.111% {
        transform: translate3D(214.492%, 0, .643px) scale(1.732)
    }

    63.889% {
        transform: translate3D(242.487%, 0, .5px) scale(1.625)
    }

    66.667% {
        transform: translate3D(263.114%, 0, .342px) scale(1.507)
    }

    69.444% {
        transform: translate3D(275.746%, 0, .174px) scale(1.38)
    }

    72.222% {
        transform: translate3D(280%, 0, 0) scale(1.25)
    }

    75% {
        transform: translate3D(275.746%, 0, -.174px) scale(1.12)
    }

    77.778% {
        transform: translate3D(263.114%, 0, -.342px) scale(.993)
    }

    80.556% {
        transform: translate3D(242.487%, 0, -.5px) scale(.875)
    }

    83.333% {
        transform: translate3D(214.492%, 0, -.643px) scale(.768)
    }

    86.111% {
        transform: translate3D(179.981%, 0, -.766px) scale(.675)
    }

    88.889% {
        transform: translate3D(140%, 0, -.866px) scale(.6)
    }

    91.667% {
        transform: translate3D(95.766%, 0, -.94px) scale(.545)
    }

    94.444% {
        transform: translate3D(48.621%, 0, -.985px) scale(.511)
    }

    97.222% {
        transform: translateZ(-1px) scale(.5)
    }
}

.arco-spin {
    display: inline-block
}

.arco-spin-with-tip {
    text-align: center
}

.arco-spin-icon {
    color: rgb(var(--primary-6));
    font-size: 20px
}

.arco-spin-tip {
    margin-top: 6px;
    color: rgb(var(--primary-6));
    font-weight: 500;
    font-size: 14px
}

.arco-spin-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    background-color: var(--color-spin-layer-bg);
    transition: opacity .1s linear
}

.arco-spin-loading,
.arco-spin-mask {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-spin-loading {
    position: relative
}

.arco-spin-loading .arco-spin-mask-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%)
}

.arco-spin-loading .arco-spin-children:after {
    opacity: 1;
    pointer-events: auto
}

.arco-split {
    display: flex
}

.arco-split-pane {
    overflow: auto
}

.arco-split-pane-second {
    flex: 1
}

.arco-split-horizontal {
    flex-direction: row
}

.arco-split-vertical {
    flex-direction: column
}

.arco-split-trigger-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1;
    background-color: var(--color-neutral-3)
}

.arco-split-trigger-icon {
    display: inline-block;
    margin: -3px
}

.arco-split-trigger-vertical {
    height: 100%;
    cursor: col-resize
}

.arco-split-trigger-horizontal {
    width: 100%;
    cursor: row-resize
}

.arco-statistic {
    display: inline-block;
    color: var(--color-text-2);
    line-height: 1.5715
}

.arco-statistic-title {
    margin-bottom: 8px;
    font-size: 12px;
    color: var(--color-text-2)
}

.arco-statistic-content .arco-statistic-value {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 26px;
    white-space: nowrap
}

.arco-statistic-content .arco-statistic-value-integer {
    font-size: 26px;
    white-space: nowrap
}

.arco-statistic-content .arco-statistic-value-decimal {
    display: inline-block;
    font-size: 26px
}

.arco-statistic-prefix,
.arco-statistic-suffix {
    font-size: 14px
}

.arco-statistic-extra {
    margin-top: 8px;
    color: var(--color-text-2)
}

.arco-steps-item {
    position: relative;
    flex: 1;
    margin-right: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left
}

.arco-steps-item:last-child {
    flex: none;
    margin-right: 0
}

.arco-steps-item-active .arco-steps-item-title {
    font-weight: 500
}

.arco-steps-item-node {
    display: inline-block;
    margin-right: 4px;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top
}

.arco-steps-icon {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border-radius: var(--border-radius-circle)
}

.arco-steps-item-wait .arco-steps-icon {
    color: #4e5969;
    background-color: #fff;
    border: 1px solid #c9cdd4
}

.arco-steps-item-process .arco-steps-icon {
    color: var(--color-white);
    background-color: #0045f0;
    border: 1px solid #0045f0
}

.arco-steps-item-finish .arco-steps-icon {
    color: #0045f0;
    background-color: #fff;
    border: 1px solid #0045f0
}

.arco-steps-item-error .arco-steps-icon {
    color: var(--color-white);
    background-color: rgb(var(--danger-6));
    border: 1px solid transparent
}

.arco-steps-item-title {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: var(--color-text-2);
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap
}

.arco-steps-item-wait .arco-steps-item-title {
    color: #4e5969
}

.arco-steps-item-process .arco-steps-item-title {
    color: var(--color-text-1);
    font-weight: 600
}

.arco-steps-item-finish .arco-steps-item-title {
    color: #1d2129
}

.arco-steps-item-error .arco-steps-item-title {
    color: var(--color-text-1)
}

.arco-steps-item-content {
    display: inline-block;
    margin-top: 1.5px
}

.arco-steps-item-description {
    max-width: 140px;
    margin-top: 4px;
    color: var(--color-text-3);
    font-size: 12px;
    white-space: normal
}

.arco-steps-item-error .arco-steps-item-description,
.arco-steps-item-finish .arco-steps-item-description,
.arco-steps-item-process .arco-steps-item-description,
.arco-steps-item-wait .arco-steps-item-description {
    color: var(--color-text-3)
}

.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
    position: absolute;
    top: 11px;
    left: 100%;
    display: block;
    box-sizing: border-box;
    width: 5000px;
    height: 1px;
    background-color: var(--color-neutral-3);
    content: ""
}

.arco-steps-label-horizontal .arco-steps-item.arco-steps-item-process .arco-steps-item-title:after {
    background-color: var(--color-neutral-3)
}

.arco-steps-label-horizontal .arco-steps-item.arco-steps-item-finish .arco-steps-item-title:after {
    background-color: rgb(var(--primary-6))
}

.arco-steps-label-horizontal .arco-steps-item.arco-steps-item-next-error .arco-steps-item-title:after {
    background-color: rgb(var(--danger-6))
}

.arco-steps-item:not(:last-child) .arco-steps-item-tail {
    position: absolute;
    top: 13.5px;
    box-sizing: border-box;
    width: 100%;
    height: 1px
}

.arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-neutral-3);
    content: ""
}

.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    box-sizing: border-box;
    width: 1px;
    height: 100%;
    padding: 36px 0 12px
}

.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-neutral-3);
    content: ""
}

.arco-steps-size-small.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    left: 7.5px;
    padding: 28px 0 12px
}

.arco-steps-item:not(:last-child).arco-steps-item-finish .arco-steps-item-tail:after {
    background-color: rgb(var(--primary-6))
}

.arco-steps-item:not(:last-child).arco-steps-item-next-error .arco-steps-item-tail:after {
    background-color: rgb(var(--danger-6))
}

.arco-steps-size-small:not(.arco-steps-vertical) .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    top: 11.5px
}

.arco-steps-size-small .arco-steps-item-node {
    font-size: 12px
}

.arco-steps-size-small .arco-steps-item-content {
    margin-top: 0
}

.arco-steps-size-small .arco-steps-item-title {
    font-size: 12px;
    line-height: 16px
}

.arco-steps-size-small .arco-steps-item-description {
    font-size: 12px;
    line-height: 18px
}

.arco-steps-size-small .arco-steps-icon {
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 14px
}

.arco-steps-size-small.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
    top: 8px
}

.arco-steps-label-vertical .arco-steps-item {
    overflow: visible
}

.arco-steps-label-vertical .arco-steps-item-title {
    margin-top: 2px;
    padding-right: 0
}

.arco-steps-label-vertical .arco-steps-item-node {
    margin-left: 56px
}

.arco-steps-label-vertical .arco-steps-item-tail {
    left: 96px;
    padding-right: 40px
}

.arco-steps-label-vertical.arco-steps-size-small .arco-steps-item-node {
    margin-left: 58px
}

.arco-steps-label-vertical.arco-steps-size-small .arco-steps-item-tail {
    left: 94px;
    padding-right: 36px
}

.arco-steps-mode-dot .arco-steps-item {
    position: relative;
    flex: 1;
    margin-right: 16px;
    overflow: visible;
    white-space: nowrap;
    text-align: left
}

.arco-steps-mode-dot .arco-steps-item:last-child {
    flex: none;
    margin-right: 0
}

.arco-steps-mode-dot .arco-steps-item-active .arco-steps-item-title {
    font-weight: 500
}

.arco-steps-mode-dot .arco-steps-item-node {
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    vertical-align: top;
    border-radius: var(--border-radius-circle)
}

.arco-steps-mode-dot .arco-steps-item-active .arco-steps-item-node {
    width: 10px;
    height: 10px
}

.arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-node {
    background-color: var(--color-fill-4);
    border-color: var(--color-fill-4)
}

.arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-node,
.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-node {
    background-color: rgb(var(--primary-6));
    border-color: rgb(var(--primary-6))
}

.arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-node {
    background-color: rgb(var(--danger-6));
    border-color: rgb(var(--danger-6))
}

.arco-steps-mode-dot.arco-steps-horizontal .arco-steps-item-node {
    margin-left: 66px
}

.arco-steps-mode-dot.arco-steps-horizontal .arco-steps-item-active .arco-steps-item-node {
    margin-top: -1px;
    margin-left: 65px
}

.arco-steps-mode-dot .arco-steps-item-content {
    display: inline-block
}

.arco-steps-mode-dot .arco-steps-item-title {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    font-size: 16px
}

.arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-title {
    color: var(--color-text-2)
}

.arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-title,
.arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-title,
.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-title {
    color: var(--color-text-1)
}

.arco-steps-mode-dot .arco-steps-item-description {
    margin-top: 4px;
    font-size: 12px;
    white-space: normal
}

.arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-description,
.arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-description,
.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-description,
.arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-description {
    color: var(--color-text-3)
}

.arco-steps-mode-dot .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    position: absolute;
    top: 3.5px;
    left: 78px;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background-color: var(--color-neutral-3)
}

.arco-steps-mode-dot .arco-steps-item:not(:last-child).arco-steps-item-process .arco-steps-item-tail {
    background-color: var(--color-neutral-3)
}

.arco-steps-mode-dot .arco-steps-item:not(:last-child).arco-steps-item-finish .arco-steps-item-tail {
    background-color: rgb(var(--primary-6))
}

.arco-steps-mode-dot .arco-steps-item:not(:last-child).arco-steps-item-next-error .arco-steps-item-tail {
    background-color: rgb(var(--danger-6))
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-node {
    margin-right: 16px
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-content {
    overflow: hidden
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-title {
    margin-top: -2px
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-description {
    margin-top: 4px
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
    position: absolute;
    bottom: 0;
    left: 4px;
    box-sizing: border-box;
    width: 1px;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 2px;
    background-color: transparent;
    transform: translateX(-50%)
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-neutral-3);
    content: ""
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child).arco-steps-item-process .arco-steps-item-tail:after {
    background-color: var(--color-neutral-3)
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child).arco-steps-item-finish .arco-steps-item-tail:after {
    background-color: rgb(var(--primary-6))
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child).arco-steps-item-next-error .arco-steps-item-tail:after {
    background-color: rgb(var(--danger-6))
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item .arco-steps-item-node {
    margin-top: 8px
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item-active .arco-steps-item-node {
    margin-top: 6px;
    margin-left: -1px
}

.arco-steps-mode-arrow .arco-steps-item {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    height: 72px;
    overflow: visible;
    white-space: nowrap
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child) {
    margin-right: 8px
}

.arco-steps-mode-arrow .arco-steps-icon {
    display: none
}

.arco-steps-mode-arrow .arco-steps-item-wait {
    background-color: #f2f3f5
}

.arco-steps-mode-arrow .arco-steps-item-process {
    background-color: #00b42a
}

.arco-steps-mode-arrow .arco-steps-item-finish {
    background-color: #f2f3f5
}

.arco-steps-mode-arrow .arco-steps-item-error {
    background-color: rgb(var(--danger-6))
}

.arco-steps-mode-arrow .arco-steps-item-content {
    display: inline-block;
    box-sizing: border-box
}

.arco-steps-mode-arrow .arco-steps-item:first-child .arco-steps-item-content {
    padding-left: 16px
}

.arco-steps-mode-arrow .arco-steps-item:not(:first-child) .arco-steps-item-content {
    padding-left: 52px
}

.arco-steps-mode-arrow .arco-steps-item-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    white-space: nowrap
}

.arco-steps-mode-arrow .arco-steps-item-title:after {
    display: none !important
}

.arco-steps-mode-arrow .arco-steps-item-wait .arco-steps-item-title {
    color: var(--color-text-2)
}

.arco-steps-mode-arrow .arco-steps-item-process .arco-steps-item-title {
    color: var(--color-white)
}

.arco-steps-mode-arrow .arco-steps-item-finish .arco-steps-item-title {
    color: var(--color-text-1)
}

.arco-steps-mode-arrow .arco-steps-item-error .arco-steps-item-title {
    color: var(--color-white)
}

.arco-steps-mode-arrow .arco-steps-item-active .arco-steps-item-title {
    font-weight: 500
}

.arco-steps-mode-arrow .arco-steps-item-description {
    max-width: none;
    margin-top: 0;
    font-size: 12px;
    white-space: nowrap
}

.arco-steps-mode-arrow .arco-steps-item-wait .arco-steps-item-description {
    color: var(--color-text-3)
}

.arco-steps-mode-arrow .arco-steps-item-process .arco-steps-item-description {
    color: var(--color-white)
}

.arco-steps-mode-arrow .arco-steps-item-finish .arco-steps-item-description {
    color: var(--color-text-3)
}

.arco-steps-mode-arrow .arco-steps-item-error .arco-steps-item-description {
    color: var(--color-white)
}

.arco-steps-mode-arrow .arco-steps-item:not(:first-child):before {
    left: 0;
    z-index: 1;
    border-left: 36px solid var(--color-bg-2)
}

.arco-steps-mode-arrow .arco-steps-item:not(:first-child):before,
.arco-steps-mode-arrow .arco-steps-item:not(:last-child):after {
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    content: ""
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child):after {
    right: -36px;
    z-index: 2;
    clear: both
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-wait:after {
    border-left: 36px solid #f2f3f5
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-process:after {
    border-left: 36px solid #00b42a
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-error:after {
    border-left: 36px solid rgb(var(--danger-6))
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-finish:after {
    border-left: 36px solid #f2f3f5
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:first-child {
    border-radius: 2px 0 0 2px
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:last-child {
    border-radius: 0 2px 2px 0
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item {
    height: 32px;
    justify-content: center
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-content {
    display: inline-flex
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-title {
    display: inline-flex;
    align-items: center;
    font-size: 12px
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-description {
    display: none
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:first-child):before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid var(--color-bg-2)
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child):after {
    right: -16px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #f2f3f5
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-icon {
    display: inline-block;
    margin-right: 6px;
    border: none;
    line-height: 16px;
    font-size: 16px
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-finish .arco-steps-icon {
    color: #00b42a;
    background-color: unset
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-process .arco-steps-icon {
    font-size: 12px;
    color: #00b42a;
    background-color: #fff
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-wait .arco-steps-icon {
    font-size: 12px;
    color: #c9cdd4;
    border: 1px solid #c9cdd4;
    background-color: transparent
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:first-child .arco-steps-item-content {
    padding-left: 20px
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:first-child) .arco-steps-item-content {
    padding-left: 36px
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-error:not(:last-child):after {
    border-left: 16px solid rgb(var(--danger-6))
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-wait:after {
    border-left: 16px solid #f2f3f5
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-process:after {
    border-left: 16px solid #00b42a
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-finish:after {
    border-left: 16px solid #f2f3f5
}

.arco-steps-mode-navigation.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
    display: none
}

.arco-steps-mode-navigation .arco-steps-item {
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 32px
}

.arco-steps-mode-navigation .arco-steps-item:last-child {
    flex: 1
}

.arco-steps-mode-navigation .arco-steps-item-content {
    margin-bottom: 20px
}

.arco-steps-mode-navigation .arco-steps-item-description {
    padding-right: 20px
}

.arco-steps-mode-navigation .arco-steps-item-active:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    left: 0;
    right: 30px;
    bottom: 0;
    background-color: rgb(var(--primary-6))
}

.arco-steps-mode-navigation .arco-steps-item-active:last-child:after {
    width: 100%
}

.arco-steps-mode-navigation .arco-steps-item:not(:last-child) .arco-steps-item-content:after {
    position: absolute;
    top: 10px;
    right: 30px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--color-bg-2);
    border: 2px solid var(--color-text-4);
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    content: ""
}

.arco-steps {
    display: flex
}

.arco-steps-changeable .arco-steps-item-description,
.arco-steps-changeable .arco-steps-item-title {
    transition: all .1s linear
}

.arco-steps-changeable .arco-steps-item:not(.arco-steps-item-active):not(.arco-steps-item-disabled) {
    cursor: pointer
}

.arco-steps-changeable .arco-steps-item:not(.arco-steps-item-active):not(.arco-steps-item-disabled):hover .arco-steps-item-content .arco-steps-item-description,
.arco-steps-changeable .arco-steps-item:not(.arco-steps-item-active):not(.arco-steps-item-disabled):hover .arco-steps-item-content .arco-steps-item-title {
    color: rgb(var(--primary-6))
}

.arco-steps-line-less .arco-steps-item-title:after {
    display: none !important
}

.arco-steps-vertical {
    flex-direction: column
}

.arco-steps-vertical .arco-steps-item:not(:last-child) {
    min-height: 90px
}

.arco-steps-vertical .arco-steps-item-title:after {
    display: none !important
}

.arco-steps-vertical .arco-steps-item-description {
    max-width: none
}

.arco-steps-label-vertical .arco-steps-item-content {
    display: block;
    width: 140px;
    text-align: center
}

.arco-steps-label-vertical .arco-steps-item-description {
    max-width: none
}

.switch-slide-text-enter-from {
    left: -100% !important
}

.switch-slide-text-enter-to {
    left: 8px !important
}

.switch-slide-text-enter-active {
    transition: left .2s cubic-bezier(.34, .69, .1, 1)
}

.switch-slide-text-leave-from {
    left: 100% !important
}

.switch-slide-text-leave-to {
    left: 26px !important
}

.switch-slide-text-leave-active {
    transition: left .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-switch {
    position: relative;
    box-sizing: border-box;
    min-width: 40px;
    height: 24px;
    padding: 0;
    overflow: hidden;
    line-height: 24px;
    vertical-align: middle;
    background-color: var(--color-fill-4);
    border: none;
    border-radius: 12px;
    outline: 0;
    cursor: pointer;
    transition: background-color .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: var(--color-neutral-3);
    font-size: 12px;
    background-color: var(--color-bg-white);
    border-radius: 50%;
    transition: all .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-switch-checked {
    background-color: rgb(var(--primary-6))
}

.arco-switch-checked .arco-switch-handle {
    left: calc(100% - 20px);
    color: rgb(var(--primary-6))
}

.arco-switch[disabled] .arco-switch-handle {
    color: var(--color-fill-2)
}

.arco-switch[disabled].arco-switch-checked .arco-switch-handle {
    color: var(--color-primary-light-3)
}

.arco-switch-text-holder {
    margin: 0 8px 0 26px;
    font-size: 12px;
    opacity: 0
}

.arco-switch-text {
    position: absolute;
    top: 0;
    left: 26px;
    color: var(--color-white);
    font-size: 12px
}

.arco-switch-checked .arco-switch-text-holder {
    margin: 0 26px 0 8px
}

.arco-switch-checked .arco-switch-text {
    left: 8px;
    color: var(--color-white)
}

.arco-switch[disabled] {
    background-color: var(--color-fill-2);
    cursor: not-allowed
}

.arco-switch[disabled] .arco-switch-text {
    color: var(--color-white)
}

.arco-switch[disabled].arco-switch-checked {
    background-color: var(--color-primary-light-3)
}

.arco-switch[disabled].arco-switch-checked .arco-switch-text {
    color: var(--color-primary-light-1)
}

.arco-switch-loading {
    background-color: var(--color-fill-2)
}

.arco-switch-loading .arco-switch-handle {
    color: var(--color-neutral-3)
}

.arco-switch-loading .arco-switch-text {
    color: var(--color-white)
}

.arco-switch-loading.arco-switch-checked {
    background-color: var(--color-primary-light-3)
}

.arco-switch-loading.arco-switch-checked .arco-switch-handle {
    color: var(--color-primary-light-3)
}

.arco-switch-loading.arco-switch-checked .arco-switch-text {
    color: var(--color-primary-light-1)
}

.arco-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 16px
}

.arco-switch-small .arco-switch-handle {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 8px
}

.arco-switch-small .arco-switch-handle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.66667)
}

.arco-switch-small.arco-switch-checked .arco-switch-handle {
    left: calc(100% - 14px)
}

.arco-switch-type-round {
    min-width: 40px;
    border-radius: var(--border-radius-small)
}

.arco-switch-type-round .arco-switch-handle {
    border-radius: 2px
}

.arco-switch-type-round.arco-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 16px;
    border-radius: 2px
}

.arco-switch-type-round.arco-switch-small .arco-switch-handle {
    border-radius: 1px
}

.arco-switch-type-line {
    min-width: 36px;
    overflow: unset;
    background-color: transparent
}

.arco-switch-type-line:after {
    display: block;
    width: 100%;
    height: 6px;
    background-color: var(--color-fill-4);
    border-radius: 3px;
    transition: background-color .2s cubic-bezier(.34, .69, .1, 1);
    content: ""
}

.arco-switch-type-line .arco-switch-handle {
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: var(--color-bg-white);
    border-radius: 10px;
    box-shadow: 0 1px 3px var(--color-neutral-6)
}

.arco-switch-type-line.arco-switch-checked {
    background-color: transparent
}

.arco-switch-type-line.arco-switch-checked:after {
    background-color: rgb(var(--primary-6))
}

.arco-switch-type-line.arco-switch-checked .arco-switch-handle {
    left: calc(100% - 20px)
}

.arco-switch-type-line[disabled] {
    background-color: transparent;
    cursor: not-allowed
}

.arco-switch-type-line[disabled]:after {
    background-color: var(--color-fill-2)
}

.arco-switch-type-line[disabled].arco-switch-checked {
    background-color: transparent
}

.arco-switch-type-line[disabled].arco-switch-checked:after {
    background-color: var(--color-primary-light-3)
}

.arco-switch-type-line.arco-switch-loading {
    background-color: transparent
}

.arco-switch-type-line.arco-switch-loading:after {
    background-color: var(--color-fill-2)
}

.arco-switch-type-line.arco-switch-loading.arco-switch-checked {
    background-color: transparent
}

.arco-switch-type-line.arco-switch-loading.arco-switch-checked:after {
    background-color: var(--color-primary-light-3)
}

.arco-switch-type-line.arco-switch-small {
    min-width: 28px;
    height: 16px;
    line-height: 16px
}

.arco-switch-type-line.arco-switch-small.arco-switch-checked {
    padding-left: 0
}

.arco-switch-type-line.arco-switch-small .arco-switch-handle {
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px
}

.arco-switch-type-line.arco-switch-small .arco-switch-handle-icon {
    transform: translate(-50%, -50%) scale(1)
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.anticon>* {
    line-height: 1
}

.anticon svg {
    display: inline-block
}

.anticon:before {
    display: none
}

.anticon .anticon-icon {
    display: block
}

.anticon>.anticon {
    line-height: 0;
    vertical-align: 0
}

.anticon[tabindex] {
    cursor: pointer
}

.anticon-spin,
.anticon-spin:before {
    display: inline-block;
    -webkit-animation: loadingCircle 1s linear infinite;
    animation: loadingCircle 1s linear infinite
}

.ant-fade-appear,
.ant-fade-enter,
.ant-fade-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-fade-appear.ant-fade-appear-active,
.ant-fade-enter.ant-fade-enter-active {
    -webkit-animation-name: antFadeIn;
    animation-name: antFadeIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-fade-leave.ant-fade-leave-active {
    -webkit-animation-name: antFadeOut;
    animation-name: antFadeOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-fade-appear,
.ant-fade-enter {
    opacity: 0
}

.ant-fade-appear,
.ant-fade-enter,
.ant-fade-leave {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.fade-appear,
.fade-enter,
.fade-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.fade-appear.fade-appear-active,
.fade-enter.fade-enter-active {
    -webkit-animation-name: antFadeIn;
    animation-name: antFadeIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.fade-leave.fade-leave-active {
    -webkit-animation-name: antFadeOut;
    animation-name: antFadeOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.fade-appear,
.fade-enter {
    opacity: 0
}

.fade-appear,
.fade-enter,
.fade-leave {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes antFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes antFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes antFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes antFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.ant-move-up-appear,
.ant-move-up-enter,
.ant-move-up-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-move-up-appear.ant-move-up-appear-active,
.ant-move-up-enter.ant-move-up-enter-active {
    -webkit-animation-name: antMoveUpIn;
    animation-name: antMoveUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-move-up-leave.ant-move-up-leave-active {
    -webkit-animation-name: antMoveUpOut;
    animation-name: antMoveUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-move-up-appear,
.ant-move-up-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-move-up-leave {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-up-appear,
.move-up-enter,
.move-up-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.move-up-appear.move-up-appear-active,
.move-up-enter.move-up-enter-active {
    -webkit-animation-name: antMoveUpIn;
    animation-name: antMoveUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.move-up-leave.move-up-leave-active {
    -webkit-animation-name: antMoveUpOut;
    animation-name: antMoveUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.move-up-appear,
.move-up-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-up-leave {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.ant-move-down-appear,
.ant-move-down-enter,
.ant-move-down-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-move-down-appear.ant-move-down-appear-active,
.ant-move-down-enter.ant-move-down-enter-active {
    -webkit-animation-name: antMoveDownIn;
    animation-name: antMoveDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-move-down-leave.ant-move-down-leave-active {
    -webkit-animation-name: antMoveDownOut;
    animation-name: antMoveDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-move-down-appear,
.ant-move-down-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-move-down-leave {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-down-appear,
.move-down-enter,
.move-down-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.move-down-appear.move-down-appear-active,
.move-down-enter.move-down-enter-active {
    -webkit-animation-name: antMoveDownIn;
    animation-name: antMoveDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.move-down-leave.move-down-leave-active {
    -webkit-animation-name: antMoveDownOut;
    animation-name: antMoveDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.move-down-appear,
.move-down-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-down-leave {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.ant-move-left-appear,
.ant-move-left-enter,
.ant-move-left-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-move-left-appear.ant-move-left-appear-active,
.ant-move-left-enter.ant-move-left-enter-active {
    -webkit-animation-name: antMoveLeftIn;
    animation-name: antMoveLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-move-left-leave.ant-move-left-leave-active {
    -webkit-animation-name: antMoveLeftOut;
    animation-name: antMoveLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-move-left-appear,
.ant-move-left-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-move-left-leave {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-left-appear,
.move-left-enter,
.move-left-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.move-left-appear.move-left-appear-active,
.move-left-enter.move-left-enter-active {
    -webkit-animation-name: antMoveLeftIn;
    animation-name: antMoveLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.move-left-leave.move-left-leave-active {
    -webkit-animation-name: antMoveLeftOut;
    animation-name: antMoveLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.move-left-appear,
.move-left-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-left-leave {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.ant-move-right-appear,
.ant-move-right-enter,
.ant-move-right-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-move-right-appear.ant-move-right-appear-active,
.ant-move-right-enter.ant-move-right-enter-active {
    -webkit-animation-name: antMoveRightIn;
    animation-name: antMoveRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-move-right-leave.ant-move-right-leave-active {
    -webkit-animation-name: antMoveRightOut;
    animation-name: antMoveRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-move-right-appear,
.ant-move-right-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-move-right-leave {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-right-appear,
.move-right-enter,
.move-right-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.move-right-appear.move-right-appear-active,
.move-right-enter.move-right-enter-active {
    -webkit-animation-name: antMoveRightIn;
    animation-name: antMoveRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.move-right-leave.move-right-leave-active {
    -webkit-animation-name: antMoveRightOut;
    animation-name: antMoveRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.move-right-appear,
.move-right-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-right-leave {
    -webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
    animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

@-webkit-keyframes antMoveDownIn {
    0% {
        transform: translateY(100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antMoveDownIn {
    0% {
        transform: translateY(100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes antMoveDownOut {
    0% {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateY(100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antMoveDownOut {
    0% {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateY(100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@-webkit-keyframes antMoveLeftIn {
    0% {
        transform: translateX(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antMoveLeftIn {
    0% {
        transform: translateX(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes antMoveLeftOut {
    0% {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateX(-100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antMoveLeftOut {
    0% {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateX(-100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@-webkit-keyframes antMoveRightIn {
    0% {
        transform: translateX(100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antMoveRightIn {
    0% {
        transform: translateX(100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes antMoveRightOut {
    0% {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateX(100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antMoveRightOut {
    0% {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateX(100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@-webkit-keyframes antMoveUpIn {
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antMoveUpIn {
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes antMoveUpOut {
    0% {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antMoveUpOut {
    0% {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@-webkit-keyframes loadingCircle {
    to {
        transform: rotate(1turn)
    }
}

@keyframes loadingCircle {
    to {
        transform: rotate(1turn)
    }
}

[ant-click-animating-without-extra-node=true],
[ant-click-animating=true] {
    position: relative
}

html {
    --antd-wave-shadow-color: #1890ff;
    --scroll-bar: 0
}

.ant-click-animating-node,
[ant-click-animating-without-extra-node=true]:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-radius: inherit;
    box-shadow: 0 0 0 0 #1890ff;
    box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
    opacity: .2;
    -webkit-animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
    animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    content: "";
    pointer-events: none
}

@-webkit-keyframes waveEffect {
    to {
        box-shadow: 0 0 0 #1890ff;
        box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
    }
}

@keyframes waveEffect {
    to {
        box-shadow: 0 0 0 #1890ff;
        box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
    }
}

@-webkit-keyframes fadeEffect {
    to {
        opacity: 0
    }
}

@keyframes fadeEffect {
    to {
        opacity: 0
    }
}

.slide-up-appear,
.slide-up-enter,
.slide-up-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.slide-up-appear.slide-up-appear-active,
.slide-up-enter.slide-up-enter-active {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.slide-up-leave.slide-up-leave-active {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.slide-up-appear,
.slide-up-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-up-leave {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-down-appear,
.slide-down-enter,
.slide-down-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.slide-down-appear.slide-down-appear-active,
.slide-down-enter.slide-down-enter-active {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.slide-down-leave.slide-down-leave-active {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.slide-down-appear,
.slide-down-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-down-leave {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-left-appear,
.slide-left-enter,
.slide-left-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.slide-left-appear.slide-left-appear-active,
.slide-left-enter.slide-left-enter-active {
    -webkit-animation-name: antSlideLeftIn;
    animation-name: antSlideLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.slide-left-leave.slide-left-leave-active {
    -webkit-animation-name: antSlideLeftOut;
    animation-name: antSlideLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.slide-left-appear,
.slide-left-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-left-leave {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-right-appear,
.slide-right-enter,
.slide-right-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.slide-right-appear.slide-right-appear-active,
.slide-right-enter.slide-right-enter-active {
    -webkit-animation-name: antSlideRightIn;
    animation-name: antSlideRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.slide-right-leave.slide-right-leave-active {
    -webkit-animation-name: antSlideRightOut;
    animation-name: antSlideRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.slide-right-appear,
.slide-right-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-right-leave {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.ant-slide-up-appear,
.ant-slide-up-enter,
.ant-slide-up-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-slide-up-appear.ant-slide-up-appear-active,
.ant-slide-up-enter.ant-slide-up-enter-active {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-slide-up-leave.ant-slide-up-leave-active {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-slide-up-appear,
.ant-slide-up-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.ant-slide-up-leave {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.ant-slide-down-appear,
.ant-slide-down-enter,
.ant-slide-down-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-slide-down-appear.ant-slide-down-appear-active,
.ant-slide-down-enter.ant-slide-down-enter-active {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-slide-down-leave.ant-slide-down-leave-active {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-slide-down-appear,
.ant-slide-down-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.ant-slide-down-leave {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.ant-slide-left-appear,
.ant-slide-left-enter,
.ant-slide-left-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-slide-left-appear.ant-slide-left-appear-active,
.ant-slide-left-enter.ant-slide-left-enter-active {
    -webkit-animation-name: antSlideLeftIn;
    animation-name: antSlideLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-slide-left-leave.ant-slide-left-leave-active {
    -webkit-animation-name: antSlideLeftOut;
    animation-name: antSlideLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-slide-left-appear,
.ant-slide-left-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.ant-slide-left-leave {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.ant-slide-right-appear,
.ant-slide-right-enter,
.ant-slide-right-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-slide-right-appear.ant-slide-right-appear-active,
.ant-slide-right-enter.ant-slide-right-enter-active {
    -webkit-animation-name: antSlideRightIn;
    animation-name: antSlideRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-slide-right-leave.ant-slide-right-leave-active {
    -webkit-animation-name: antSlideRightOut;
    animation-name: antSlideRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-slide-right-appear,
.ant-slide-right-enter {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.ant-slide-right-leave {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

@-webkit-keyframes antSlideUpIn {
    0% {
        transform: scaleY(.8);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: scaleY(1);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antSlideUpIn {
    0% {
        transform: scaleY(.8);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: scaleY(1);
        transform-origin: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes antSlideUpOut {
    0% {
        transform: scaleY(1);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: scaleY(.8);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antSlideUpOut {
    0% {
        transform: scaleY(1);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: scaleY(.8);
        transform-origin: 0 0;
        opacity: 0
    }
}

@-webkit-keyframes antSlideDownIn {
    0% {
        transform: scaleY(.8);
        transform-origin: 100% 100%;
        opacity: 0
    }

    to {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@keyframes antSlideDownIn {
    0% {
        transform: scaleY(.8);
        transform-origin: 100% 100%;
        opacity: 0
    }

    to {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@-webkit-keyframes antSlideDownOut {
    0% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1
    }

    to {
        transform: scaleY(.8);
        transform-origin: 100% 100%;
        opacity: 0
    }
}

@keyframes antSlideDownOut {
    0% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1
    }

    to {
        transform: scaleY(.8);
        transform-origin: 100% 100%;
        opacity: 0
    }
}

@-webkit-keyframes antSlideLeftIn {
    0% {
        transform: scaleX(.8);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: scaleX(1);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antSlideLeftIn {
    0% {
        transform: scaleX(.8);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: scaleX(1);
        transform-origin: 0 0;
        opacity: 1
    }
}

@-webkit-keyframes antSlideLeftOut {
    0% {
        transform: scaleX(1);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: scaleX(.8);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antSlideLeftOut {
    0% {
        transform: scaleX(1);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: scaleX(.8);
        transform-origin: 0 0;
        opacity: 0
    }
}

@-webkit-keyframes antSlideRightIn {
    0% {
        transform: scaleX(.8);
        transform-origin: 100% 0;
        opacity: 0
    }

    to {
        transform: scaleX(1);
        transform-origin: 100% 0;
        opacity: 1
    }
}

@keyframes antSlideRightIn {
    0% {
        transform: scaleX(.8);
        transform-origin: 100% 0;
        opacity: 0
    }

    to {
        transform: scaleX(1);
        transform-origin: 100% 0;
        opacity: 1
    }
}

@-webkit-keyframes antSlideRightOut {
    0% {
        transform: scaleX(1);
        transform-origin: 100% 0;
        opacity: 1
    }

    to {
        transform: scaleX(.8);
        transform-origin: 100% 0;
        opacity: 0
    }
}

@keyframes antSlideRightOut {
    0% {
        transform: scaleX(1);
        transform-origin: 100% 0;
        opacity: 1
    }

    to {
        transform: scaleX(.8);
        transform-origin: 100% 0;
        opacity: 0
    }
}

.ant-zoom-appear,
.ant-zoom-enter,
.ant-zoom-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-zoom-appear.ant-zoom-appear-active,
.ant-zoom-enter.ant-zoom-enter-active {
    -webkit-animation-name: antZoomIn;
    animation-name: antZoomIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-zoom-leave.ant-zoom-leave-active {
    -webkit-animation-name: antZoomOut;
    animation-name: antZoomOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-zoom-appear,
.ant-zoom-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-zoom-appear-prepare,
.ant-zoom-enter-prepare {
    transform: none
}

.ant-zoom-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-appear,
.zoom-enter,
.zoom-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-appear.zoom-appear-active,
.zoom-enter.zoom-enter-active {
    -webkit-animation-name: antZoomIn;
    animation-name: antZoomIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-leave.zoom-leave-active {
    -webkit-animation-name: antZoomOut;
    animation-name: antZoomOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-appear,
.zoom-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-appear-prepare,
.zoom-enter-prepare {
    transform: none
}

.zoom-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ant-zoom-big-appear,
.ant-zoom-big-enter,
.ant-zoom-big-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-zoom-big-appear.ant-zoom-big-appear-active,
.ant-zoom-big-enter.ant-zoom-big-enter-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-zoom-big-leave.ant-zoom-big-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-zoom-big-appear,
.ant-zoom-big-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-zoom-big-appear-prepare,
.ant-zoom-big-enter-prepare {
    transform: none
}

.ant-zoom-big-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-appear,
.zoom-big-enter,
.zoom-big-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-big-appear.zoom-big-appear-active,
.zoom-big-enter.zoom-big-enter-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-big-leave.zoom-big-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-big-appear,
.zoom-big-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-big-appear-prepare,
.zoom-big-enter-prepare {
    transform: none
}

.zoom-big-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ant-zoom-big-fast-appear,
.ant-zoom-big-fast-enter,
.ant-zoom-big-fast-leave {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active,
.ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-zoom-big-fast-appear,
.ant-zoom-big-fast-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-zoom-big-fast-appear-prepare,
.ant-zoom-big-fast-enter-prepare {
    transform: none
}

.ant-zoom-big-fast-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-fast-appear,
.zoom-big-fast-enter,
.zoom-big-fast-leave {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-big-fast-appear.zoom-big-fast-appear-active,
.zoom-big-fast-enter.zoom-big-fast-enter-active {
    -webkit-animation-name: antZoomBigIn;
    animation-name: antZoomBigIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-big-fast-leave.zoom-big-fast-leave-active {
    -webkit-animation-name: antZoomBigOut;
    animation-name: antZoomBigOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-big-fast-appear,
.zoom-big-fast-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-big-fast-appear-prepare,
.zoom-big-fast-enter-prepare {
    transform: none
}

.zoom-big-fast-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ant-zoom-up-appear,
.ant-zoom-up-enter,
.ant-zoom-up-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-zoom-up-appear.ant-zoom-up-appear-active,
.ant-zoom-up-enter.ant-zoom-up-enter-active {
    -webkit-animation-name: antZoomUpIn;
    animation-name: antZoomUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-zoom-up-leave.ant-zoom-up-leave-active {
    -webkit-animation-name: antZoomUpOut;
    animation-name: antZoomUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-zoom-up-appear,
.ant-zoom-up-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-zoom-up-appear-prepare,
.ant-zoom-up-enter-prepare {
    transform: none
}

.ant-zoom-up-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-up-appear,
.zoom-up-enter,
.zoom-up-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-up-appear.zoom-up-appear-active,
.zoom-up-enter.zoom-up-enter-active {
    -webkit-animation-name: antZoomUpIn;
    animation-name: antZoomUpIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-up-leave.zoom-up-leave-active {
    -webkit-animation-name: antZoomUpOut;
    animation-name: antZoomUpOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-up-appear,
.zoom-up-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-up-appear-prepare,
.zoom-up-enter-prepare {
    transform: none
}

.zoom-up-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ant-zoom-down-appear,
.ant-zoom-down-enter,
.ant-zoom-down-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-zoom-down-appear.ant-zoom-down-appear-active,
.ant-zoom-down-enter.ant-zoom-down-enter-active {
    -webkit-animation-name: antZoomDownIn;
    animation-name: antZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-zoom-down-leave.ant-zoom-down-leave-active {
    -webkit-animation-name: antZoomDownOut;
    animation-name: antZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-zoom-down-appear,
.ant-zoom-down-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-zoom-down-appear-prepare,
.ant-zoom-down-enter-prepare {
    transform: none
}

.ant-zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-down-appear,
.zoom-down-enter,
.zoom-down-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-down-appear.zoom-down-appear-active,
.zoom-down-enter.zoom-down-enter-active {
    -webkit-animation-name: antZoomDownIn;
    animation-name: antZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-down-leave.zoom-down-leave-active {
    -webkit-animation-name: antZoomDownOut;
    animation-name: antZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-down-appear,
.zoom-down-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-down-appear-prepare,
.zoom-down-enter-prepare {
    transform: none
}

.zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ant-zoom-left-appear,
.ant-zoom-left-enter,
.ant-zoom-left-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-zoom-left-appear.ant-zoom-left-appear-active,
.ant-zoom-left-enter.ant-zoom-left-enter-active {
    -webkit-animation-name: antZoomLeftIn;
    animation-name: antZoomLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-zoom-left-leave.ant-zoom-left-leave-active {
    -webkit-animation-name: antZoomLeftOut;
    animation-name: antZoomLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-zoom-left-appear,
.ant-zoom-left-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-zoom-left-appear-prepare,
.ant-zoom-left-enter-prepare {
    transform: none
}

.ant-zoom-left-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-left-appear,
.zoom-left-enter,
.zoom-left-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-left-appear.zoom-left-appear-active,
.zoom-left-enter.zoom-left-enter-active {
    -webkit-animation-name: antZoomLeftIn;
    animation-name: antZoomLeftIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-left-leave.zoom-left-leave-active {
    -webkit-animation-name: antZoomLeftOut;
    animation-name: antZoomLeftOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-left-appear,
.zoom-left-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-left-appear-prepare,
.zoom-left-enter-prepare {
    transform: none
}

.zoom-left-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ant-zoom-right-appear,
.ant-zoom-right-enter,
.ant-zoom-right-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.ant-zoom-right-appear.ant-zoom-right-appear-active,
.ant-zoom-right-enter.ant-zoom-right-enter-active {
    -webkit-animation-name: antZoomRightIn;
    animation-name: antZoomRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.ant-zoom-right-leave.ant-zoom-right-leave-active {
    -webkit-animation-name: antZoomRightOut;
    animation-name: antZoomRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.ant-zoom-right-appear,
.ant-zoom-right-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.ant-zoom-right-appear-prepare,
.ant-zoom-right-enter-prepare {
    transform: none
}

.ant-zoom-right-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-right-appear,
.zoom-right-enter,
.zoom-right-leave {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zoom-right-appear.zoom-right-appear-active,
.zoom-right-enter.zoom-right-enter-active {
    -webkit-animation-name: antZoomRightIn;
    animation-name: antZoomRightIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.zoom-right-leave.zoom-right-leave-active {
    -webkit-animation-name: antZoomRightOut;
    animation-name: antZoomRightOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: none
}

.zoom-right-appear,
.zoom-right-enter {
    transform: scale(0);
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
    animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-right-appear-prepare,
.zoom-right-enter-prepare {
    transform: none
}

.zoom-right-leave {
    -webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
    animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

@-webkit-keyframes antZoomIn {
    0% {
        transform: scale(.2);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes antZoomIn {
    0% {
        transform: scale(.2);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes antZoomOut {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.2);
        opacity: 0
    }
}

@keyframes antZoomOut {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.2);
        opacity: 0
    }
}

@-webkit-keyframes antZoomBigIn {
    0% {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes antZoomBigIn {
    0% {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes antZoomBigOut {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.8);
        opacity: 0
    }
}

@keyframes antZoomBigOut {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.8);
        opacity: 0
    }
}

@-webkit-keyframes antZoomUpIn {
    0% {
        transform: scale(.8);
        transform-origin: 50% 0;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 50% 0
    }
}

@keyframes antZoomUpIn {
    0% {
        transform: scale(.8);
        transform-origin: 50% 0;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 50% 0
    }
}

@-webkit-keyframes antZoomUpOut {
    0% {
        transform: scale(1);
        transform-origin: 50% 0
    }

    to {
        transform: scale(.8);
        transform-origin: 50% 0;
        opacity: 0
    }
}

@keyframes antZoomUpOut {
    0% {
        transform: scale(1);
        transform-origin: 50% 0
    }

    to {
        transform: scale(.8);
        transform-origin: 50% 0;
        opacity: 0
    }
}

@-webkit-keyframes antZoomLeftIn {
    0% {
        transform: scale(.8);
        transform-origin: 0 50%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 0 50%
    }
}

@keyframes antZoomLeftIn {
    0% {
        transform: scale(.8);
        transform-origin: 0 50%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 0 50%
    }
}

@-webkit-keyframes antZoomLeftOut {
    0% {
        transform: scale(1);
        transform-origin: 0 50%
    }

    to {
        transform: scale(.8);
        transform-origin: 0 50%;
        opacity: 0
    }
}

@keyframes antZoomLeftOut {
    0% {
        transform: scale(1);
        transform-origin: 0 50%
    }

    to {
        transform: scale(.8);
        transform-origin: 0 50%;
        opacity: 0
    }
}

@-webkit-keyframes antZoomRightIn {
    0% {
        transform: scale(.8);
        transform-origin: 100% 50%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 100% 50%
    }
}

@keyframes antZoomRightIn {
    0% {
        transform: scale(.8);
        transform-origin: 100% 50%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 100% 50%
    }
}

@-webkit-keyframes antZoomRightOut {
    0% {
        transform: scale(1);
        transform-origin: 100% 50%
    }

    to {
        transform: scale(.8);
        transform-origin: 100% 50%;
        opacity: 0
    }
}

@keyframes antZoomRightOut {
    0% {
        transform: scale(1);
        transform-origin: 100% 50%
    }

    to {
        transform: scale(.8);
        transform-origin: 100% 50%;
        opacity: 0
    }
}

@-webkit-keyframes antZoomDownIn {
    0% {
        transform: scale(.8);
        transform-origin: 50% 100%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 50% 100%
    }
}

@keyframes antZoomDownIn {
    0% {
        transform: scale(.8);
        transform-origin: 50% 100%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 50% 100%
    }
}

@-webkit-keyframes antZoomDownOut {
    0% {
        transform: scale(1);
        transform-origin: 50% 100%
    }

    to {
        transform: scale(.8);
        transform-origin: 50% 100%;
        opacity: 0
    }
}

@keyframes antZoomDownOut {
    0% {
        transform: scale(1);
        transform-origin: 50% 100%
    }

    to {
        transform: scale(.8);
        transform-origin: 50% 100%;
        opacity: 0
    }
}

.ant-motion-collapse-legacy {
    overflow: hidden
}

.ant-motion-collapse,
.ant-motion-collapse-legacy-active {
    transition: height .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1) !important
}

.ant-motion-collapse {
    overflow: hidden
}

.ant-spin {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: absolute;
    display: none;
    color: #1890ff;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: transform .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-spin-spinning {
    position: static;
    display: inline-block;
    opacity: 1
}

.ant-spin-nested-loading {
    position: relative
}

.ant-spin-nested-loading>div>.ant-spin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 400px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding-top: 5px;
    text-shadow: 0 1px 2px #fff
}

.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
    margin-top: -20px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
    margin: -7px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
    padding-top: 2px
}

.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
    margin-top: -17px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
    margin: -16px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
    padding-top: 11px
}

.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
    margin-top: -26px
}

.ant-spin-container {
    position: relative;
    transition: opacity .3s
}

.ant-spin-container:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all .3s;
    content: "";
    pointer-events: none
}

.ant-spin-blur {
    clear: both;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.ant-spin-blur:after {
    opacity: .4;
    pointer-events: auto
}

.ant-spin-tip {
    color: rgba(0, 0, 0, .45)
}

.ant-spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em
}

.ant-spin-dot-item {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #1890ff;
    border-radius: 100%;
    transform: scale(.75);
    transform-origin: 50% 50%;
    opacity: .3;
    -webkit-animation: antSpinMove 1s linear infinite alternate;
    animation: antSpinMove 1s linear infinite alternate
}

.ant-spin-dot-item:first-child {
    top: 0;
    left: 0
}

.ant-spin-dot-item:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ant-spin-dot-item:nth-child(3) {
    right: 0;
    bottom: 0;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.ant-spin-dot-item:nth-child(4) {
    bottom: 0;
    left: 0;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.ant-spin-dot-spin {
    transform: rotate(45deg);
    -webkit-animation: antRotate 1.2s linear infinite;
    animation: antRotate 1.2s linear infinite
}

.ant-spin-sm .ant-spin-dot {
    font-size: 14px
}

.ant-spin-sm .ant-spin-dot i {
    width: 6px;
    height: 6px
}

.ant-spin-lg .ant-spin-dot {
    font-size: 32px
}

.ant-spin-lg .ant-spin-dot i {
    width: 14px;
    height: 14px
}

.ant-spin.ant-spin-show-text .ant-spin-text {
    display: block
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ant-spin-blur {
        background: #fff;
        opacity: .5
    }
}

@-webkit-keyframes antSpinMove {
    to {
        opacity: 1
    }
}

@keyframes antSpinMove {
    to {
        opacity: 1
    }
}

@-webkit-keyframes antRotate {
    to {
        transform: rotate(405deg)
    }
}

@keyframes antRotate {
    to {
        transform: rotate(405deg)
    }
}

.ant-spin-rtl {
    direction: rtl
}

.ant-spin-rtl .ant-spin-dot-spin {
    transform: rotate(-45deg);
    -webkit-animation-name: antRotateRtl;
    animation-name: antRotateRtl
}

@-webkit-keyframes antRotateRtl {
    to {
        transform: rotate(-405deg)
    }
}

@keyframes antRotateRtl {
    to {
        transform: rotate(-405deg)
    }
}

.ant-pagination {
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    font-feature-settings: "tnum"
}

.ant-pagination,
.ant-pagination ol,
.ant-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.ant-pagination:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: " "
}

.ant-pagination-item,
.ant-pagination-total-text {
    display: inline-block;
    height: 32px;
    margin-right: 8px;
    line-height: 30px;
    vertical-align: middle
}

.ant-pagination-item {
    min-width: 32px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    text-align: center;
    list-style: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-pagination-item a {
    display: block;
    padding: 0 6px;
    color: rgba(0, 0, 0, .85);
    transition: none
}

.ant-pagination-item a:hover {
    text-decoration: none
}

.ant-pagination-item:hover {
    border-color: #1890ff;
    transition: all .3s
}

.ant-pagination-item:hover a {
    color: #1890ff
}

.ant-pagination-item:focus-visible {
    border-color: #1890ff;
    transition: all .3s
}

.ant-pagination-item:focus-visible a {
    color: #1890ff
}

.ant-pagination-item-active {
    font-weight: 500;
    background: #fff;
    border-color: #1890ff
}

.ant-pagination-item-active a {
    color: #1890ff
}

.ant-pagination-item-active:focus-visible,
.ant-pagination-item-active:hover {
    border-color: #40a9ff
}

.ant-pagination-item-active:focus-visible a,
.ant-pagination-item-active:hover a {
    color: #40a9ff
}

.ant-pagination-jump-next,
.ant-pagination-jump-prev {
    outline: 0
}

.ant-pagination-jump-next .ant-pagination-item-container,
.ant-pagination-jump-prev .ant-pagination-item-container {
    position: relative
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon {
    color: #1890ff;
    font-size: 12px;
    letter-spacing: -1px;
    opacity: 0;
    transition: all .2s
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    color: rgba(0, 0, 0, .25);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-indent: .13em;
    opacity: 1;
    transition: all .2s
}

.ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon {
    opacity: 1
}

.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis {
    opacity: 0
}

.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon {
    opacity: 1
}

.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis {
    opacity: 0
}

.ant-pagination-jump-next,
.ant-pagination-jump-prev,
.ant-pagination-prev {
    margin-right: 8px
}

.ant-pagination-jump-next,
.ant-pagination-jump-prev,
.ant-pagination-next,
.ant-pagination-prev {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    color: rgba(0, 0, 0, .85);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s
}

.ant-pagination-next,
.ant-pagination-prev {
    font-family: Arial, Helvetica, sans-serif;
    outline: 0
}

.ant-pagination-next button,
.ant-pagination-prev button {
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-pagination-next:hover button,
.ant-pagination-prev:hover button {
    border-color: #40a9ff
}

.ant-pagination-next .ant-pagination-item-link,
.ant-pagination-prev .ant-pagination-item-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: 0;
    transition: all .3s
}

.ant-pagination-next:focus-visible .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link,
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link {
    color: #1890ff;
    border-color: #1890ff
}

.ant-pagination-disabled,
.ant-pagination-disabled:hover {
    cursor: not-allowed
}

.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
    color: rgba(0, 0, 0, .25);
    border-color: #d9d9d9;
    cursor: not-allowed
}

.ant-pagination-disabled:focus-visible {
    cursor: not-allowed
}

.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
    color: rgba(0, 0, 0, .25);
    border-color: #d9d9d9;
    cursor: not-allowed
}

.ant-pagination-slash {
    margin: 0 10px 0 5px
}

.ant-pagination-options {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle
}

@media (-ms-high-contrast:none) {

    .ant-pagination-options,
    .ant-pagination-options ::-ms-backdrop {
        vertical-align: top
    }
}

.ant-pagination-options-size-changer.ant-select {
    display: inline-block;
    width: auto
}

.ant-pagination-options-quick-jumper {
    display: inline-block;
    height: 32px;
    margin-left: 8px;
    line-height: 32px;
    vertical-align: top
}

.ant-pagination-options-quick-jumper input {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
    width: 50px;
    height: 32px;
    margin: 0 8px
}

.ant-pagination-options-quick-jumper input::-moz-placeholder {
    opacity: 1
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
    color: #bfbfbf;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-pagination-options-quick-jumper input::placeholder {
    color: #bfbfbf;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
    text-overflow: ellipsis
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
    text-overflow: ellipsis
}

.ant-pagination-options-quick-jumper input:placeholder-shown {
    text-overflow: ellipsis
}

.ant-pagination-options-quick-jumper input:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important
}

.ant-pagination-options-quick-jumper input-focused,
.ant-pagination-options-quick-jumper input:focus {
    border-color: #40a9ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
    border-right-width: 1px !important;
    outline: 0
}

.ant-pagination-options-quick-jumper input-disabled {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1
}

.ant-pagination-options-quick-jumper input-disabled:hover {
    border-color: #d9d9d9;
    border-right-width: 1px !important
}

.ant-pagination-options-quick-jumper input[disabled] {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1
}

.ant-pagination-options-quick-jumper input[disabled]:hover {
    border-color: #d9d9d9;
    border-right-width: 1px !important
}

.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
    background-color: transparent;
    border: none;
    box-shadow: none
}

textarea.ant-pagination-options-quick-jumper input {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5715;
    vertical-align: bottom;
    transition: all .3s, height 0s
}

.ant-pagination-options-quick-jumper input-lg {
    padding: 6.5px 11px;
    font-size: 16px
}

.ant-pagination-options-quick-jumper input-sm {
    padding: 0 7px
}

.ant-pagination-simple .ant-pagination-next,
.ant-pagination-simple .ant-pagination-prev {
    height: 24px;
    line-height: 24px;
    vertical-align: top
}

.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link {
    height: 24px;
    background-color: transparent;
    border: 0
}

.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after {
    height: 24px;
    line-height: 24px
}

.ant-pagination-simple .ant-pagination-simple-pager {
    display: inline-block;
    height: 24px;
    margin-right: 8px
}

.ant-pagination-simple .ant-pagination-simple-pager input {
    box-sizing: border-box;
    height: 100%;
    margin-right: 8px;
    padding: 0 6px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    outline: 0;
    transition: border-color .3s
}

.ant-pagination-simple .ant-pagination-simple-pager input:hover {
    border-color: #1890ff
}

.ant-pagination-simple .ant-pagination-simple-pager input:focus {
    border-color: #40a9ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
    color: rgba(0, 0, 0, .25);
    background: #f5f5f5;
    border-color: #d9d9d9;
    cursor: not-allowed
}

.ant-pagination.mini .ant-pagination-simple-pager,
.ant-pagination.mini .ant-pagination-total-text {
    height: 24px;
    line-height: 24px
}

.ant-pagination.mini .ant-pagination-item {
    min-width: 24px;
    height: 24px;
    margin: 0;
    line-height: 22px
}

.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
    background: 0 0;
    border-color: transparent
}

.ant-pagination.mini .ant-pagination-next,
.ant-pagination.mini .ant-pagination-prev {
    min-width: 24px;
    height: 24px;
    margin: 0;
    line-height: 24px
}

.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link {
    background: 0 0;
    border-color: transparent
}

.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after {
    height: 24px;
    line-height: 24px
}

.ant-pagination.mini .ant-pagination-jump-next,
.ant-pagination.mini .ant-pagination-jump-prev {
    height: 24px;
    margin-right: 0;
    line-height: 24px
}

.ant-pagination.mini .ant-pagination-options {
    margin-left: 2px
}

.ant-pagination.mini .ant-pagination-options-size-changer {
    top: 0
}

.ant-pagination.mini .ant-pagination-options-quick-jumper {
    height: 24px;
    line-height: 24px
}

.ant-pagination.mini .ant-pagination-options-quick-jumper input {
    padding: 0 7px;
    width: 44px;
    height: 24px
}

.ant-pagination.ant-pagination-disabled {
    cursor: not-allowed
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item {
    background: #f5f5f5;
    border-color: #d9d9d9;
    cursor: not-allowed
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
    color: rgba(0, 0, 0, .25);
    background: 0 0;
    border: none;
    cursor: not-allowed
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
    background: #e6e6e6
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
    color: rgba(0, 0, 0, .25)
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
    color: rgba(0, 0, 0, .25);
    background: #f5f5f5;
    border-color: #d9d9d9;
    cursor: not-allowed
}

.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
    background: 0 0
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
    opacity: 0
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
    opacity: 1
}

.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
    color: rgba(0, 0, 0, .25)
}

@media only screen and (max-width:992px) {

    .ant-pagination-item-after-jump-prev,
    .ant-pagination-item-before-jump-next {
        display: none
    }
}

@media only screen and (max-width:576px) {
    .ant-pagination-options {
        display: none
    }
}

.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-jump-next,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-total-text {
    margin-right: 0;
    margin-left: 8px
}

.ant-pagination-rtl .ant-pagination-slash {
    margin: 0 5px 0 10px
}

.ant-pagination-rtl .ant-pagination-options {
    margin-right: 16px;
    margin-left: 0
}

.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
    margin-right: 0;
    margin-left: 8px
}

.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
    margin-left: 0
}

.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager,
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
    margin-right: 0;
    margin-left: 8px
}

.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
    margin-right: 2px;
    margin-left: 0
}

.ant-select-single .ant-select-selector {
    display: flex
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    left: 11px
}

.ant-select-single .ant-select-selector .ant-select-selection-search-input {
    width: 100%
}

.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    padding: 0;
    line-height: 30px;
    transition: all .3s
}

@supports (-moz-appearance:meterbar) {

    .ant-select-single .ant-select-selector .ant-select-selection-item,
    .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
        line-height: 30px
    }
}

.ant-select-single .ant-select-selector .ant-select-selection-item {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    transition: none;
    pointer-events: none
}

.ant-select-single .ant-select-selector .ant-select-selection-item:after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder:after,
.ant-select-single .ant-select-selector:after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\a0"
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
    right: 25px
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-right: 18px
}

.ant-select-single.ant-select-open .ant-select-selection-item {
    color: #bfbfbf
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    width: 100%;
    height: 32px;
    padding: 0 11px
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 30px
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 30px
}

.ant-select-single.ant-select-customize-input .ant-select-selector:after {
    display: none
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
    position: static;
    width: 100%
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 11px
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
    display: none
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
    height: 40px
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 38px
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
    height: 38px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    height: 24px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 22px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
    height: 22px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
    right: 7px;
    left: 7px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    padding: 0 7px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
    right: 28px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
    padding-right: 21px
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
    padding: 0 11px
}

.ant-select-selection-overflow {
    position: relative;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%
}

.ant-select-selection-overflow-item {
    flex: none;
    align-self: center;
    max-width: 100%
}

.ant-select-multiple .ant-select-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1px 4px
}

.ant-select-show-search.ant-select-multiple .ant-select-selector {
    cursor: text
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
    background: #f5f5f5;
    cursor: not-allowed
}

.ant-select-multiple .ant-select-selector:after {
    display: inline-block;
    width: 0;
    margin: 2px 0;
    line-height: 24px;
    content: "\a0"
}

.ant-select-multiple.ant-select-allow-clear .ant-select-selector,
.ant-select-multiple.ant-select-show-arrow .ant-select-selector {
    padding-right: 24px
}

.ant-select-multiple .ant-select-selection-item {
    position: relative;
    display: flex;
    flex: none;
    box-sizing: border-box;
    max-width: 100%;
    height: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 22px;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    cursor: default;
    transition: font-size .3s, line-height .3s, height .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    -webkit-padding-end: 4px;
    padding-inline-end: 4px
}

.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
    color: #bfbfbf;
    border-color: #d9d9d9;
    cursor: not-allowed
}

.ant-select-multiple .ant-select-selection-item-content {
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis
}

.ant-select-multiple .ant-select-selection-item-remove {
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: rgba(0, 0, 0, .45);
    font-weight: 700;
    font-size: 10px;
    line-height: inherit;
    cursor: pointer
}

.ant-select-multiple .ant-select-selection-item-remove>* {
    line-height: 1
}

.ant-select-multiple .ant-select-selection-item-remove svg {
    display: inline-block
}

.ant-select-multiple .ant-select-selection-item-remove:before {
    display: none
}

.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
    display: block
}

.ant-select-multiple .ant-select-selection-item-remove>.anticon {
    vertical-align: -.2em
}

.ant-select-multiple .ant-select-selection-item-remove:hover {
    color: rgba(0, 0, 0, .75)
}

.ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search {
    -webkit-margin-start: 0;
    margin-inline-start: 0
}

.ant-select-multiple .ant-select-selection-search {
    position: relative;
    max-width: 100%;
    -webkit-margin-start: 7px;
    margin-inline-start: 7px
}

.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
    height: 24px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 24px;
    transition: all .3s
}

.ant-select-multiple .ant-select-selection-search-input {
    width: 100%;
    min-width: 4.1px
}

.ant-select-multiple .ant-select-selection-search-mirror {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    white-space: pre;
    visibility: hidden
}

.ant-select-multiple .ant-select-selection-placeholder {
    position: absolute;
    top: 50%;
    right: 11px;
    left: 11px;
    transform: translateY(-50%);
    transition: all .3s
}

.ant-select-multiple.ant-select-lg .ant-select-selector:after {
    line-height: 32px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
    line-height: 30px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search {
    height: 32px;
    line-height: 32px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
    height: 32px;
    line-height: 30px
}

.ant-select-multiple.ant-select-sm .ant-select-selector:after {
    line-height: 16px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-item {
    height: 16px;
    line-height: 14px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
    height: 16px;
    line-height: 16px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
    height: 16px;
    line-height: 14px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    left: 7px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
    -webkit-margin-start: 3px;
    margin-inline-start: 3px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
    height: 32px;
    line-height: 32px
}

.ant-select-disabled .ant-select-selection-item-remove {
    display: none
}

.ant-select {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    cursor: pointer
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    position: relative;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: pointer
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    cursor: text
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: auto
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #40a9ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
    border-right-width: 1px !important;
    outline: 0
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    color: rgba(0, 0, 0, .25);
    background: #f5f5f5;
    cursor: not-allowed
}

.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    background: #f5f5f5
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
    cursor: not-allowed
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
    display: none;
    -webkit-appearance: none
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
    border-color: #40a9ff;
    border-right-width: 1px !important
}

.ant-select-selection-item {
    flex: 1;
    overflow: hidden;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (-ms-high-contrast:none) {

    .ant-select-selection-item,
    .ant-select-selection-item ::-ms-backdrop {
        flex: auto
    }
}

.ant-select-selection-placeholder {
    flex: 1;
    overflow: hidden;
    color: #bfbfbf;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none
}

@media (-ms-high-contrast:none) {

    .ant-select-selection-placeholder,
    .ant-select-selection-placeholder ::-ms-backdrop {
        flex: auto
    }
}

.ant-select-arrow {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    line-height: 1;
    text-align: center;
    pointer-events: none
}

.ant-select-arrow>* {
    line-height: 1
}

.ant-select-arrow svg {
    display: inline-block
}

.ant-select-arrow:before {
    display: none
}

.ant-select-arrow .ant-select-arrow-icon {
    display: block
}

.ant-select-arrow .anticon {
    vertical-align: top;
    transition: transform .3s
}

.ant-select-arrow .anticon>svg {
    vertical-align: top
}

.ant-select-arrow .anticon:not(.ant-select-suffix) {
    pointer-events: auto
}

.ant-select-disabled .ant-select-arrow {
    cursor: not-allowed
}

.ant-select-clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, .25);
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    transition: color .3s ease, opacity .15s ease;
    text-rendering: auto
}

.ant-select-clear:before {
    display: block
}

.ant-select-clear:hover {
    color: rgba(0, 0, 0, .45)
}

.ant-select:hover .ant-select-clear {
    opacity: 1
}

.ant-select-dropdown {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    box-sizing: border-box;
    padding: 4px 0;
    overflow: hidden;
    font-size: 14px;
    font-variant: normal;
    background-color: #fff;
    border-radius: 2px;
    outline: 0;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05)
}

.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn
}

.ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut
}

.ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut
}

.ant-select-dropdown-hidden {
    display: none
}

.ant-select-dropdown-empty {
    color: rgba(0, 0, 0, .25)
}

.ant-select-item-empty {
    color: rgba(0, 0, 0, .85);
    color: rgba(0, 0, 0, .25)
}

.ant-select-item,
.ant-select-item-empty {
    position: relative;
    display: block;
    min-height: 32px;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.ant-select-item {
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
    transition: background .3s ease
}

.ant-select-item-group {
    color: rgba(0, 0, 0, .45);
    font-size: 12px;
    cursor: default
}

.ant-select-item-option {
    display: flex
}

.ant-select-item-option-content {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ant-select-item-option-state {
    flex: none
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: #f5f5f5
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
    background-color: #e6f7ff
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
    color: #1890ff
}

.ant-select-item-option-disabled {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.ant-select-item-option-disabled.ant-select-item-option-selected {
    background-color: #f5f5f5
}

.ant-select-item-option-grouped {
    padding-left: 24px
}

.ant-select-lg {
    font-size: 16px
}

.ant-select-borderless .ant-select-selector {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important
}

.ant-select-rtl {
    direction: rtl
}

.ant-select-rtl .ant-select-arrow,
.ant-select-rtl .ant-select-clear {
    right: auto;
    left: 11px
}

.ant-select-dropdown-rtl {
    direction: rtl
}

.ant-select-dropdown-rtl .ant-select-item-option-grouped {
    padding-right: 24px;
    padding-left: 12px
}

.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector,
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector {
    padding-right: 4px;
    padding-left: 24px
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
    text-align: right
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
    margin-right: 0;
    margin-left: 4px;
    text-align: right
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
    right: 0;
    left: auto
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
    right: 11px;
    left: auto
}

.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
    right: 7px
}

.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    right: 0;
    left: 9px;
    text-align: right
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
    right: 11px;
    left: 25px
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
    padding-right: 0;
    padding-left: 18px
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
    right: 6px
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
    padding-right: 0;
    padding-left: 21px
}

.ant-empty {
    margin: 0 8px;
    font-size: 14px;
    line-height: 1.5715;
    text-align: center
}

.ant-empty-image {
    height: 100px;
    margin-bottom: 8px
}

.ant-empty-image img {
    height: 100%
}

.ant-empty-image svg {
    height: 100%;
    margin: auto
}

.ant-empty-footer {
    margin-top: 16px
}

.ant-empty-normal {
    margin: 32px 0;
    color: rgba(0, 0, 0, .25)
}

.ant-empty-normal .ant-empty-image {
    height: 40px
}

.ant-empty-small {
    margin: 8px 0;
    color: rgba(0, 0, 0, .25)
}

.ant-empty-small .ant-empty-image {
    height: 35px
}

.ant-empty-img-default-ellipse {
    fill: #f5f5f5;
    fill-opacity: .8
}

.ant-empty-img-default-path-1 {
    fill: #aeb8c2
}

.ant-empty-img-default-path-2 {
    fill: url(#linearGradient-1)
}

.ant-empty-img-default-path-3 {
    fill: #f5f5f7
}

.ant-empty-img-default-path-4,
.ant-empty-img-default-path-5 {
    fill: #dce0e6
}

.ant-empty-img-default-g {
    fill: #fff
}

.ant-empty-img-simple-ellipse {
    fill: #f5f5f5
}

.ant-empty-img-simple-g {
    stroke: #d9d9d9
}

.ant-empty-img-simple-path {
    fill: #fafafa
}

.ant-empty-rtl {
    direction: rtl
}

.ant-tooltip {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: absolute;
    z-index: 1070;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    visibility: visible
}

.ant-tooltip-hidden {
    display: none
}

.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
    padding-bottom: 8px
}

.ant-tooltip-placement-right,
.ant-tooltip-placement-rightBottom,
.ant-tooltip-placement-rightTop {
    padding-left: 8px
}

.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
    padding-top: 8px
}

.ant-tooltip-placement-left,
.ant-tooltip-placement-leftBottom,
.ant-tooltip-placement-leftTop {
    padding-right: 8px
}

.ant-tooltip-inner {
    min-width: 30px;
    min-height: 32px;
    padding: 6px 8px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05)
}

.ant-tooltip-arrow {
    position: absolute;
    display: block;
    width: 13.07106781px;
    height: 13.07106781px;
    overflow: hidden;
    background: 0 0;
    pointer-events: none
}

.ant-tooltip-arrow-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    background-color: rgba(0, 0, 0, .75);
    content: "";
    pointer-events: auto
}

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
    bottom: -5.07106781px
}

.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
    transform: translateY(-6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%)
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
    left: 13px
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
    right: 13px
}

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
    left: -5.07106781px
}

.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content {
    box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
    transform: translateX(6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%)
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
    top: 5px
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
    bottom: 5px
}

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
    right: -5.07106781px
}

.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content {
    box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
    transform: translateX(-6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
    top: 50%;
    transform: translateY(-50%)
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
    top: 5px
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
    bottom: 5px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
    top: -5.07106781px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
    box-shadow: -3px -3px 7px rgba(0, 0, 0, .07);
    transform: translateY(6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
    left: 50%;
    transform: translateX(-50%)
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
    left: 13px
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
    right: 13px
}

.ant-tooltip-magenta .ant-tooltip-arrow-content,
.ant-tooltip-magenta .ant-tooltip-inner,
.ant-tooltip-pink .ant-tooltip-arrow-content,
.ant-tooltip-pink .ant-tooltip-inner {
    background-color: #eb2f96
}

.ant-tooltip-red .ant-tooltip-arrow-content,
.ant-tooltip-red .ant-tooltip-inner {
    background-color: #f5222d
}

.ant-tooltip-volcano .ant-tooltip-arrow-content,
.ant-tooltip-volcano .ant-tooltip-inner {
    background-color: #fa541c
}

.ant-tooltip-orange .ant-tooltip-arrow-content,
.ant-tooltip-orange .ant-tooltip-inner {
    background-color: #fa8c16
}

.ant-tooltip-yellow .ant-tooltip-arrow-content,
.ant-tooltip-yellow .ant-tooltip-inner {
    background-color: #fadb14
}

.ant-tooltip-gold .ant-tooltip-arrow-content,
.ant-tooltip-gold .ant-tooltip-inner {
    background-color: #faad14
}

.ant-tooltip-cyan .ant-tooltip-arrow-content,
.ant-tooltip-cyan .ant-tooltip-inner {
    background-color: #13c2c2
}

.ant-tooltip-lime .ant-tooltip-arrow-content,
.ant-tooltip-lime .ant-tooltip-inner {
    background-color: #a0d911
}

.ant-tooltip-green .ant-tooltip-arrow-content,
.ant-tooltip-green .ant-tooltip-inner {
    background-color: #52c41a
}

.ant-tooltip-blue .ant-tooltip-arrow-content,
.ant-tooltip-blue .ant-tooltip-inner {
    background-color: #1890ff
}

.ant-tooltip-geekblue .ant-tooltip-arrow-content,
.ant-tooltip-geekblue .ant-tooltip-inner {
    background-color: #2f54eb
}

.ant-tooltip-purple .ant-tooltip-arrow-content,
.ant-tooltip-purple .ant-tooltip-inner {
    background-color: #722ed1
}

.ant-tooltip-rtl {
    direction: rtl
}

.ant-tooltip-rtl .ant-tooltip-inner {
    text-align: right
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
    color: #ff4d4f
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
    color: #fff;
    background-color: #ff4d4f
}

.ant-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    display: block
}

.ant-dropdown:before {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: -4px;
    left: -7px;
    z-index: -9999;
    opacity: .0001;
    content: " "
}

.ant-dropdown-wrap {
    position: relative
}

.ant-dropdown-wrap .ant-btn>.anticon-down {
    font-size: 10px
}

.ant-dropdown-wrap .anticon-down:before {
    transition: transform .2s
}

.ant-dropdown-wrap-open .anticon-down:before {
    transform: rotate(180deg)
}

.ant-dropdown-hidden,
.ant-dropdown-menu-hidden,
.ant-dropdown-menu-submenu-hidden {
    display: none
}

.ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
    padding-bottom: 10px
}

.ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
    padding-top: 10px
}

.ant-dropdown-arrow {
    position: absolute;
    z-index: 1;
    display: block;
    width: 8.48528137px;
    height: 8.48528137px;
    background: 0 0;
    border-style: solid;
    border-width: 4.24264069px;
    transform: rotate(45deg)
}

.ant-dropdown-placement-topCenter>.ant-dropdown-arrow,
.ant-dropdown-placement-topLeft>.ant-dropdown-arrow,
.ant-dropdown-placement-topRight>.ant-dropdown-arrow {
    bottom: 6.2px;
    border-color: transparent #fff #fff transparent;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .07)
}

.ant-dropdown-placement-topCenter>.ant-dropdown-arrow {
    left: 50%;
    transform: translateX(-50%) rotate(45deg)
}

.ant-dropdown-placement-topLeft>.ant-dropdown-arrow {
    left: 16px
}

.ant-dropdown-placement-topRight>.ant-dropdown-arrow {
    right: 16px
}

.ant-dropdown-placement-bottomCenter>.ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
    top: 6px;
    border-color: #fff transparent transparent #fff;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, .06)
}

.ant-dropdown-placement-bottomCenter>.ant-dropdown-arrow {
    left: 50%;
    transform: translateX(-50%) rotate(45deg)
}

.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow {
    left: 16px
}

.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
    right: 16px
}

.ant-dropdown-menu {
    position: relative;
    margin: 0;
    padding: 4px 0;
    text-align: left;
    list-style-type: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    outline: 0;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05)
}

.ant-dropdown-menu-item-group-title {
    padding: 5px 12px;
    color: rgba(0, 0, 0, .45);
    transition: all .3s
}

.ant-dropdown-menu-submenu-popup {
    position: absolute;
    z-index: 1050;
    background: 0 0;
    box-shadow: none;
    transform-origin: 0 0
}

.ant-dropdown-menu-submenu-popup li,
.ant-dropdown-menu-submenu-popup ul {
    list-style: none
}

.ant-dropdown-menu-submenu-popup ul {
    margin-right: .3em;
    margin-left: .3em
}

.ant-dropdown-menu-item {
    position: relative;
    display: flex;
    align-items: center
}

.ant-dropdown-menu-item-icon {
    min-width: 12px;
    margin-right: 8px;
    font-size: 12px
}

.ant-dropdown-menu-title-content {
    flex: auto
}

.ant-dropdown-menu-title-content>a {
    color: inherit;
    transition: all .3s
}

.ant-dropdown-menu-title-content>a:hover {
    color: inherit
}

.ant-dropdown-menu-title-content>a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
    clear: both;
    margin: 0;
    padding: 5px 12px;
    color: rgba(0, 0, 0, .85);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    transition: all .3s
}

.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected {
    color: #1890ff;
    background-color: #e6f7ff
}

.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
    background-color: #f5f5f5
}

.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
    color: rgba(0, 0, 0, .25);
    background-color: #fff;
    cursor: not-allowed
}

.ant-dropdown-menu-item-disabled a,
.ant-dropdown-menu-submenu-title-disabled a {
    pointer-events: none
}

.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    line-height: 0;
    background-color: #f0f0f0
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
    position: absolute;
    right: 8px
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
    margin-right: 0 !important;
    color: rgba(0, 0, 0, .45);
    font-size: 10px;
    font-style: normal
}

.ant-dropdown-menu-item-group-list {
    margin: 0 8px;
    padding: 0;
    list-style: none
}

.ant-dropdown-menu-submenu-title {
    padding-right: 24px
}

.ant-dropdown-menu-submenu-vertical {
    position: relative
}

.ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 100%;
    margin-left: 4px;
    transform-origin: 0 0
}

.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
    color: rgba(0, 0, 0, .25);
    background-color: #fff;
    cursor: not-allowed
}

.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
    color: #1890ff
}

.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight {
    -webkit-animation-name: antSlideUpIn;
    animation-name: antSlideUpIn
}

.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight {
    -webkit-animation-name: antSlideDownIn;
    animation-name: antSlideDownIn
}

.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
    -webkit-animation-name: antSlideUpOut;
    animation-name: antSlideUpOut
}

.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
    -webkit-animation-name: antSlideDownOut;
    animation-name: antSlideDownOut
}

.ant-dropdown-button>.anticon.anticon-down,
.ant-dropdown-link>.anticon.anticon-down,
.ant-dropdown-trigger>.anticon.anticon-down {
    font-size: 10px;
    vertical-align: baseline
}

.ant-dropdown-button {
    white-space: nowrap
}

.ant-dropdown-button.ant-btn-group>.ant-btn-loading,
.ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn {
    cursor: default;
    pointer-events: none
}

.ant-dropdown-button.ant-btn-group>.ant-btn-loading+.ant-btn:before {
    display: block
}

.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
    padding-right: 8px;
    padding-left: 8px
}

.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
    background: #001529
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
    color: hsla(0, 0%, 100%, .65)
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover {
    color: #fff;
    background: 0 0
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a {
    color: #fff;
    background: #1890ff
}

.ant-dropdown-rtl {
    direction: rtl
}

.ant-dropdown-rtl.ant-dropdown:before {
    right: -7px;
    left: 0
}

.ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title,
.ant-dropdown-menu.ant-dropdown-menu-rtl,
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title {
    direction: rtl;
    text-align: right
}

.ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
    transform-origin: 100% 0
}

.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
    text-align: right
}

.ant-dropdown-rtl .ant-dropdown-menu-item>.anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item>span>.anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>.anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>span>.anticon:first-child {
    margin-right: 0;
    margin-left: 8px
}

.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
    right: auto;
    left: 8px
}

.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
    margin-left: 0 !important;
    transform: scaleX(-1)
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
    padding-right: 12px;
    padding-left: 24px
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu {
    right: 100%;
    left: 0;
    margin-right: 4px;
    margin-left: 0
}

.ant-menu-item-danger.ant-menu-item,
.ant-menu-item-danger.ant-menu-item-active,
.ant-menu-item-danger.ant-menu-item:hover {
    color: #ff4d4f
}

.ant-menu-item-danger.ant-menu-item:active {
    background: #fff1f0
}

.ant-menu-item-danger.ant-menu-item-selected,
.ant-menu-item-danger.ant-menu-item-selected>a,
.ant-menu-item-danger.ant-menu-item-selected>a:hover {
    color: #ff4d4f
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
    background-color: #fff1f0
}

.ant-menu-inline .ant-menu-item-danger.ant-menu-item:after {
    border-right-color: #ff4d4f
}

.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item>a {
    color: #ff4d4f
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
    color: #fff;
    background-color: #ff4d4f
}

.ant-menu {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    line-height: 1.5715;
    font-feature-settings: "tnum";
    margin-bottom: 0;
    padding-left: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    line-height: 0;
    text-align: left;
    list-style: none;
    background: #fff;
    outline: 0;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
    transition: background .3s, width .3s cubic-bezier(.2, 0, 0, 1) 0s
}

.ant-menu:after,
.ant-menu:before {
    display: table;
    content: ""
}

.ant-menu:after {
    clear: both
}

.ant-menu.ant-menu-root:focus-visible {
    box-shadow: 0 0 0 2px #bae7ff
}

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

.ant-menu-overflow {
    display: flex
}

.ant-menu-overflow-item {
    flex: none
}

.ant-menu-hidden,
.ant-menu-submenu-hidden {
    display: none
}

.ant-menu-item-group-title {
    height: 1.5715;
    padding: 8px 16px;
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    line-height: 1.5715;
    transition: all .3s
}

.ant-menu-horizontal .ant-menu-submenu {
    transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu,
.ant-menu-submenu-inline {
    transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu-selected {
    color: #1890ff
}

.ant-menu-item:active,
.ant-menu-submenu-title:active {
    background: #e6f7ff
}

.ant-menu-submenu .ant-menu-sub {
    cursor: auto;
    transition: background .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-title-content {
    transition: color .3s
}

.ant-menu-item a {
    color: rgba(0, 0, 0, .85)
}

.ant-menu-item a:hover {
    color: #1890ff
}

.ant-menu-item a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    content: ""
}

.ant-menu-item>.ant-badge a {
    color: rgba(0, 0, 0, .85)
}

.ant-menu-item>.ant-badge a:hover {
    color: #1890ff
}

.ant-menu-item-divider {
    overflow: hidden;
    line-height: 0;
    border-color: #f0f0f0;
    border-style: solid;
    border-width: 1px 0 0
}

.ant-menu-item-divider-dashed {
    border-style: dashed
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
    margin-top: -1px
}

.ant-menu-horizontal>.ant-menu-item-active,
.ant-menu-horizontal>.ant-menu-item:hover,
.ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover {
    background-color: transparent
}

.ant-menu-item-selected,
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
    color: #1890ff
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #e6f7ff
}

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
    border-right: 1px solid #f0f0f0
}

.ant-menu-vertical-right {
    border-left: 1px solid #f0f0f0
}

.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub,
.ant-menu-vertical.ant-menu-sub {
    min-width: 160px;
    max-height: calc(100vh - 100px);
    padding: 0;
    overflow: hidden;
    border-right: 0
}

.ant-menu-vertical-left.ant-menu-sub:not([class*=-active]),
.ant-menu-vertical-right.ant-menu-sub:not([class*=-active]),
.ant-menu-vertical.ant-menu-sub:not([class*=-active]) {
    overflow-x: hidden;
    overflow-y: auto
}

.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item,
.ant-menu-vertical.ant-menu-sub .ant-menu-item {
    left: 0;
    margin-left: 0;
    border-right: 0
}

.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical.ant-menu-sub .ant-menu-item:after {
    border-right: 0
}

.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,
.ant-menu-vertical.ant-menu-sub>.ant-menu-item,
.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu {
    transform-origin: 0 0
}

.ant-menu-horizontal.ant-menu-sub {
    min-width: 114px
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
    transition: border-color .3s, background .3s
}

.ant-menu-item,
.ant-menu-submenu-title {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
    cursor: pointer;
    transition: border-color .3s, background .3s, padding .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-item .ant-menu-item-icon,
.ant-menu-item .anticon,
.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-submenu-title .anticon {
    min-width: 14px;
    font-size: 14px;
    transition: font-size .15s cubic-bezier(.215, .61, .355, 1), margin .3s cubic-bezier(.645, .045, .355, 1), color .3s
}

.ant-menu-item .ant-menu-item-icon+span,
.ant-menu-item .anticon+span,
.ant-menu-submenu-title .ant-menu-item-icon+span,
.ant-menu-submenu-title .anticon+span {
    margin-left: 10px;
    opacity: 1;
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1), margin .3s, color .3s
}

.ant-menu-item .ant-menu-item-icon.svg,
.ant-menu-submenu-title .ant-menu-item-icon.svg {
    vertical-align: -.125em
}

.ant-menu-item.ant-menu-item-only-child>.ant-menu-item-icon,
.ant-menu-item.ant-menu-item-only-child>.anticon,
.ant-menu-submenu-title.ant-menu-item-only-child>.ant-menu-item-icon,
.ant-menu-submenu-title.ant-menu-item-only-child>.anticon {
    margin-right: 0
}

.ant-menu-item:focus-visible,
.ant-menu-submenu-title:focus-visible {
    box-shadow: 0 0 0 2px #bae7ff
}

.ant-menu>.ant-menu-item-divider {
    margin: 1px 0;
    padding: 0
}

.ant-menu-submenu-popup {
    position: absolute;
    z-index: 1050;
    background: 0 0;
    border-radius: 2px;
    box-shadow: none;
    transform-origin: 0 0
}

.ant-menu-submenu-popup:before {
    position: absolute;
    top: -7px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: .0001;
    content: " "
}

.ant-menu-submenu-placement-rightTop:before {
    top: 0;
    left: -7px
}

.ant-menu-submenu>.ant-menu {
    background-color: #fff;
    border-radius: 2px
}

.ant-menu-submenu>.ant-menu-submenu-title:after {
    transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu-popup>.ant-menu {
    background-color: #fff
}

.ant-menu-submenu-arrow,
.ant-menu-submenu-expand-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    color: rgba(0, 0, 0, .85);
    transform: translateY(-50%);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu-arrow:after,
.ant-menu-submenu-arrow:before {
    position: absolute;
    width: 6px;
    height: 1.5px;
    background-color: currentcolor;
    border-radius: 2px;
    transition: background .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1);
    content: ""
}

.ant-menu-submenu-arrow:before {
    transform: rotate(45deg) translateY(-2.5px)
}

.ant-menu-submenu-arrow:after {
    transform: rotate(-45deg) translateY(2.5px)
}

.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-expand-icon {
    color: #1890ff
}

.ant-menu-inline-collapsed .ant-menu-submenu-arrow:before,
.ant-menu-submenu-inline .ant-menu-submenu-arrow:before {
    transform: rotate(-45deg) translateX(2.5px)
}

.ant-menu-inline-collapsed .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline .ant-menu-submenu-arrow:after {
    transform: rotate(45deg) translateX(-2.5px)
}

.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
    display: none
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
    transform: translateY(-2px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after {
    transform: rotate(-45deg) translateX(-2.5px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
    transform: rotate(45deg) translateX(2.5px)
}

.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected,
.ant-menu-vertical .ant-menu-submenu-selected {
    color: #1890ff
}

.ant-menu-horizontal {
    line-height: 46px;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: none
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu {
    margin-top: -1px;
    margin-bottom: 0;
    padding: 0 20px
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover {
    color: #1890ff
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-active:after,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-open:after,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected:after,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover:after,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-active:after,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open:after,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected:after,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover:after {
    border-bottom: 2px solid #1890ff
}

.ant-menu-horizontal>.ant-menu-item,
.ant-menu-horizontal>.ant-menu-submenu {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: bottom
}

.ant-menu-horizontal>.ant-menu-item:after,
.ant-menu-horizontal>.ant-menu-submenu:after {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    border-bottom: 2px solid transparent;
    transition: border-color .3s cubic-bezier(.645, .045, .355, 1);
    content: ""
}

.ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title {
    padding: 0
}

.ant-menu-horizontal>.ant-menu-item a {
    color: rgba(0, 0, 0, .85)
}

.ant-menu-horizontal>.ant-menu-item a:hover {
    color: #1890ff
}

.ant-menu-horizontal>.ant-menu-item a:before {
    bottom: -2px
}

.ant-menu-horizontal>.ant-menu-item-selected a {
    color: #1890ff
}

.ant-menu-horizontal:after {
    display: block;
    clear: both;
    height: 0;
    content: "\20"
}

.ant-menu-inline .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-vertical .ant-menu-item {
    position: relative
}

.ant-menu-inline .ant-menu-item:after,
.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-vertical .ant-menu-item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 3px solid #1890ff;
    transform: scaleY(.0001);
    opacity: 0;
    transition: transform .15s cubic-bezier(.215, .61, .355, 1), opacity .15s cubic-bezier(.215, .61, .355, 1);
    content: ""
}

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title {
    height: 40px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0 16px;
    overflow: hidden;
    line-height: 40px;
    text-overflow: ellipsis
}

.ant-menu-inline .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-vertical .ant-menu-submenu {
    padding-bottom: .02px
}

.ant-menu-inline .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-vertical .ant-menu-item:not(:last-child) {
    margin-bottom: 8px
}

.ant-menu-inline>.ant-menu-item,
.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-vertical-left>.ant-menu-item,
.ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-vertical-right>.ant-menu-item,
.ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-vertical>.ant-menu-item,
.ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title {
    height: 40px;
    line-height: 40px
}

.ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-submenu-title {
    padding-right: 34px
}

.ant-menu-inline {
    width: 100%
}

.ant-menu-inline .ant-menu-item-selected:after,
.ant-menu-inline .ant-menu-selected:after {
    transform: scaleY(1);
    opacity: 1;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
    width: calc(100% + 1px)
}

.ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
    padding-right: 34px
}

.ant-menu-inline.ant-menu-root .ant-menu-item,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
    display: flex;
    align-items: center;
    transition: border-color .3s, background .3s, padding .1s cubic-bezier(.215, .61, .355, 1)
}

.ant-menu-inline.ant-menu-root .ant-menu-item>.ant-menu-title-content,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>.ant-menu-title-content {
    flex: auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.ant-menu-inline.ant-menu-root .ant-menu-item>*,
.ant-menu-inline.ant-menu-root .ant-menu-submenu-title>* {
    flex: none
}

.ant-menu.ant-menu-inline-collapsed {
    width: 80px
}

.ant-menu.ant-menu-inline-collapsed>.ant-menu-item,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title {
    left: 0;
    padding: 0 calc(50% - 8px);
    text-overflow: clip
}

.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow {
    opacity: 0
}

.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .anticon,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon {
    margin: 0;
    font-size: 16px;
    line-height: 40px
}

.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-item-icon+span,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon+span,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon+span,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-item-icon+span,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-item .anticon+span,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon+span,
.ant-menu.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span {
    display: inline-block;
    opacity: 0
}

.ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed .anticon {
    display: inline-block
}

.ant-menu.ant-menu-inline-collapsed-tooltip {
    pointer-events: none
}

.ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
    display: none
}

.ant-menu.ant-menu-inline-collapsed-tooltip a {
    color: hsla(0, 0%, 100%, .85)
}

.ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
    padding-right: 4px;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ant-menu-item-group-list {
    margin: 0;
    padding: 0
}

.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
    padding: 0 16px 0 28px
}

.ant-menu-root.ant-menu-inline,
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right {
    box-shadow: none
}

.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item>.ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title>.ant-menu-inline-collapsed-noicon {
    font-size: 16px;
    text-align: center
}

.ant-menu-sub.ant-menu-inline {
    padding: 0;
    background: #fafafa;
    border-radius: 0;
    box-shadow: none
}

.ant-menu-sub.ant-menu-inline>.ant-menu-item,
.ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title {
    height: 40px;
    line-height: 40px;
    list-style-position: inside;
    list-style-type: disc
}

.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
    padding-left: 32px
}

.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
    color: rgba(0, 0, 0, .25) !important;
    background: 0 0;
    cursor: not-allowed
}

.ant-menu-item-disabled:after,
.ant-menu-submenu-disabled:after {
    border-color: transparent !important
}

.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
    color: rgba(0, 0, 0, .25) !important;
    pointer-events: none
}

.ant-menu-item-disabled>.ant-menu-submenu-title,
.ant-menu-submenu-disabled>.ant-menu-submenu-title {
    color: rgba(0, 0, 0, .25) !important;
    cursor: not-allowed
}

.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
    background: rgba(0, 0, 0, .25) !important
}

.ant-layout-header .ant-menu {
    line-height: inherit
}

.ant-menu-inline-collapsed-tooltip a,
.ant-menu-inline-collapsed-tooltip a:hover {
    color: #fff
}

.ant-menu-light .ant-menu-item-active,
.ant-menu-light .ant-menu-item:hover,
.ant-menu-light .ant-menu-submenu-active,
.ant-menu-light .ant-menu-submenu-title:hover,
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
    color: #1890ff
}

.ant-menu-dark .ant-menu-item:focus-visible,
.ant-menu-dark .ant-menu-submenu-title:focus-visible,
.ant-menu.ant-menu-root:focus-visible {
    box-shadow: 0 0 0 2px #096dd9
}

.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark,
.ant-menu.ant-menu-dark .ant-menu-sub {
    color: hsla(0, 0%, 100%, .65);
    background: #001529
}

.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
    opacity: .45;
    transition: all .3s
}

.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
    background: #fff
}

.ant-menu-dark.ant-menu-submenu-popup {
    background: 0 0
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
    background: #000c17
}

.ant-menu-dark.ant-menu-horizontal {
    border-bottom: 0
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item,
.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu {
    top: 0;
    margin-top: 0;
    padding: 0 20px;
    border-color: #001529;
    border-bottom: 0
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item:hover {
    background-color: #1890ff
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item>a:before {
    bottom: 0
}

.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item>a,
.ant-menu-dark .ant-menu-item>span>a {
    color: hsla(0, 0%, 100%, .65)
}

.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
    border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item {
    left: 0;
    margin-left: 0;
    border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item:after {
    border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
    width: 100%
}

.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
    color: #fff;
    background-color: transparent
}

.ant-menu-dark .ant-menu-item-active>a,
.ant-menu-dark .ant-menu-item-active>span>a,
.ant-menu-dark .ant-menu-item:hover>a,
.ant-menu-dark .ant-menu-item:hover>span>a,
.ant-menu-dark .ant-menu-submenu-active>a,
.ant-menu-dark .ant-menu-submenu-active>span>a,
.ant-menu-dark .ant-menu-submenu-open>a,
.ant-menu-dark .ant-menu-submenu-open>span>a,
.ant-menu-dark .ant-menu-submenu-selected>a,
.ant-menu-dark .ant-menu-submenu-selected>span>a,
.ant-menu-dark .ant-menu-submenu-title:hover>a,
.ant-menu-dark .ant-menu-submenu-title:hover>span>a {
    color: #fff
}

.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
    opacity: 1
}

.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
    background: #fff
}

.ant-menu-dark .ant-menu-item:hover {
    background-color: transparent
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #1890ff
}

.ant-menu-dark .ant-menu-item-selected {
    color: #fff;
    border-right: 0
}

.ant-menu-dark .ant-menu-item-selected:after {
    border-right: 0
}

.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon+span,
.ant-menu-dark .ant-menu-item-selected .anticon,
.ant-menu-dark .ant-menu-item-selected .anticon+span,
.ant-menu-dark .ant-menu-item-selected>a,
.ant-menu-dark .ant-menu-item-selected>a:hover,
.ant-menu-dark .ant-menu-item-selected>span>a,
.ant-menu-dark .ant-menu-item-selected>span>a:hover {
    color: #fff
}

.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected,
.ant-menu.ant-menu-dark .ant-menu-item-selected {
    background-color: #1890ff
}

.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-item-disabled>a,
.ant-menu-dark .ant-menu-item-disabled>span>a,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-submenu-disabled>a,
.ant-menu-dark .ant-menu-submenu-disabled>span>a {
    color: hsla(0, 0%, 100%, .35) !important;
    opacity: .8
}

.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title {
    color: hsla(0, 0%, 100%, .35) !important
}

.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
    background: hsla(0, 0%, 100%, .35) !important
}

.ant-menu.ant-menu-rtl {
    direction: rtl;
    text-align: right
}

.ant-menu-rtl .ant-menu-item-group-title {
    text-align: right
}

.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
    border-right: none;
    border-left: 1px solid #f0f0f0
}

.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
    border-left: none
}

.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu {
    transform-origin: top right
}

.ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
    margin-right: auto;
    margin-left: 10px
}

.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child>.ant-menu-item-icon,
.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child>.anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child>.ant-menu-item-icon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child>.anticon {
    margin-left: 0
}

.ant-menu-submenu-rtl.ant-menu-submenu-popup {
    transform-origin: 100% 0
}

.ant-menu-rtl .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow {
    right: auto;
    left: 16px
}

.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
    transform: rotate(-45deg) translateY(-2px)
}

.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
    transform: rotate(45deg) translateY(2px)
}

.ant-menu-rtl.ant-menu-inline .ant-menu-item:after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-rtl.ant-menu-vertical .ant-menu-item:after {
    right: auto;
    left: 0
}

.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
    text-align: right
}

.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
    padding-right: 0;
    padding-left: 34px
}

.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
    padding-right: 16px;
    padding-left: 34px
}

.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
    padding: 0 calc(50% - 8px)
}

.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
    padding: 0 28px 0 16px
}

.ant-menu-sub.ant-menu-inline {
    border: 0
}

.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
    padding-right: 32px;
    padding-left: 0
}

html {
    --surely-table-primary-color: #1890ff
}

.surely-table-wrapper {
    clear: both;
    max-width: 100%
}

.surely-table-wrapper:before {
    display: table;
    content: ""
}

.surely-table-wrapper:after {
    display: table;
    clear: both;
    content: ""
}

.surely-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    font-size: 14px;
    border-radius: 2px 2px 0 0;
    flex-shrink: 0
}

.surely-table [class^=surely-table] {
    box-sizing: border-box;
    outline: 0
}

.surely-table-body-inner-measure,
.surely-table-body-scroll-measure {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    min-width: 100%;
    height: 1px;
    opacity: 0;
    z-index: -1
}

.surely-table-scroll-layer {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%
}

.surely-table-scroll-layer-inner {
    pointer-events: all
}

.surely-table-position-absolute {
    position: absolute
}

.surely-table-body,
.surely-table-header,
.surely-table-summary {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    flex: 1 1 auto;
    overflow: auto;
    flex-direction: row;
    -webkit-overflow-scrolling: touch
}

.surely-table-header,
.surely-table-summary {
    flex-grow: 0;
    flex-shrink: 0;
    height: auto;
    overflow-y: hidden;
    background: #fafafa;
    transition: background .3s ease
}

.surely-table-header .surely-table-row,
.surely-table-summary .surely-table-row {
    opacity: 1
}

.surely-table-summary {
    z-index: 3;
    background: #fafafa;
    border-top: 1px solid #f0f0f0
}

.surely-table-summary .surely-table-fix-left,
.surely-table-summary .surely-table-fix-right {
    background: #fafafa
}

.surely-table-summary-fixed-top {
    border-top: none;
    border-bottom: 1px solid #f0f0f0
}

.surely-table-summary-container {
    flex-direction: column;
    width: 100%;
    overflow-y: hidden
}

.surely-table-body-container,
.surely-table-header-container,
.surely-table-summary-container {
    display: flex;
    height: 100%;
    transform: translateZ(0)
}

.surely-table-body-container>div,
.surely-table-header-container>div,
.surely-table-summary-container>div {
    flex-shrink: 0;
    flex-grow: 0
}

.surely-table-header-container .surely-table-center-container {
    height: 100%
}

.surely-table-sticky-header {
    position: sticky;
    z-index: 9
}

.surely-table-center,
.surely-table-center-viewport,
.surely-table-horizontal-scroll-viewport {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 100%
}

.surely-table-center-viewport,
.surely-table-horizontal-scroll-viewport {
    overflow: hidden
}

.surely-table-center-viewport {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    display: flex
}

.surely-table-center-container {
    position: relative;
    display: block;
    transform: translateZ(0)
}

.surely-table-fix-left {
    position: relative;
    position: sticky;
    left: 0;
    z-index: 4
}

.surely-table-fix-right {
    position: relative;
    position: sticky;
    right: 0;
    z-index: 3
}

.surely-table-summary-cell-fixed-left {
    position: relative;
    position: sticky;
    left: 0;
    z-index: 3
}

.surely-table-summary-cell-fixed-right {
    position: relative;
    position: sticky;
    right: 0;
    z-index: 3
}

.surely-table-header-scrollbar,
.surely-table-summary-scrollbar {
    border-bottom: 1px solid #f0f0f0
}

.surely-table .surely-table-cell-shadow-left:after {
    right: 0;
    transform: translateX(100%);
    box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .15)
}

.surely-table .surely-table-cell-shadow-left:after,
.surely-table .surely-table-cell-shadow-right:after {
    position: absolute;
    top: 0;
    bottom: -1px;
    width: 30px;
    transition: box-shadow .3s;
    content: "";
    pointer-events: none;
    opacity: 0
}

.surely-table .surely-table-cell-shadow-right:after {
    box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .15);
    left: 0;
    transform: translateX(-100%)
}

.surely-table-ping-left .surely-table-cell-shadow-left:after,
.surely-table-ping-right .surely-table-cell-shadow-right:after {
    opacity: 1
}

.surely-table-cell-fix-left,
.surely-table-cell-fix-right {
    position: sticky !important;
    z-index: 2;
    background: #fff
}

.surely-table-cell-fix-left-first:after,
.surely-table-cell-fix-left-last:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translateX(100%);
    content: "";
    pointer-events: none
}

.surely-table-cell-fix-right-first:after,
.surely-table-cell-fix-right-last:after {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 30px;
    transform: translateX(-100%);
    content: "";
    pointer-events: none
}

.surely-table-ping-left .surely-table-cell-fix-left-first:after,
.surely-table-ping-left .surely-table-cell-fix-left-last:after {
    box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .15)
}

.surely-table-ping-left .surely-table-cell-fix-left-last .surely-table-cell-box:before {
    opacity: 0
}

.surely-table-ping-left .surely-table-cell-fix-left-last:before {
    background-color: transparent !important
}

.surely-table-ping-right .surely-table-cell-fix-right-first:after,
.surely-table-ping-right .surely-table-cell-fix-right-last:after {
    box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .15)
}

.surely-table-row {
    opacity: 0;
    color: rgba(0, 0, 0, .85);
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    transition: background .3s
}

.surely-table-row.surely-table-row-hover {
    background: #fafafa
}

.surely-table-row.surely-table-row-selected {
    background: #e6f7ff
}

.surely-table-row.surely-table-row-selected .surely-table-cell {
    background-color: inherit
}

.surely-table-row.surely-table-row-selected.surely-table-row-hover {
    background: #dcf4ff
}

.surely-table-row.surely-table-row-dragging,
.surely-table-row.surely-table-row-dragging-insert-target {
    background: #fafafa;
    cursor: move
}

.surely-table-row.surely-table-row-dragging-insert-target:after,
.surely-table-row.surely-table-row-dragging:after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fafafa;
    opacity: .5;
    cursor: move
}

.surely-table-row.surely-table-row-dragging-insert-target,
.surely-table-row.surely-table-row-dragging-insert-target:after {
    background: #fff1f0
}

.surely-table-row.surely-table-row-selected.surely-table-row-dragging {
    background: #dcf4ff
}

.surely-table-row.surely-table-row-selected.surely-table-row-dragging-insert-target {
    background: #fff1f0
}

.surely-table-has-animate .surely-table-row {
    transition: transform .2s, top .2s, height .2s, background-color .1s
}

.surely-table.surely-table-stripe .surely-table-body .surely-table-row-odd:not(.surely-table-row-selected) {
    background: #fafafa
}

.surely-table-cell {
    position: absolute;
    background-color: inherit;
    top: 0;
    height: 100%;
    flex: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    overflow-y: hidden;
    overflow-y: clip;
    overflow-x: visible;
    padding: 0 !important
}

.surely-table-cell[colspan]:not([colspan="1"]):not(th),
.surely-table-cell[rowspan]:not([rowspan="1"]):not(th) {
    z-index: 1
}

.surely-table-cell-hidden {
    visibility: hidden
}

.surely-table-cell-multi .surely-table-cell-inner {
    overflow: auto;
    max-height: 100%
}

.surely-table-cell-inner {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    min-width: 1px;
    flex-grow: 1;
    flex-shrink: 1;
    display: inline-flex;
    align-items: center
}

.surely-table-cell-inner .surely-table-cell-content {
    padding: 16px 16px;
    width: 100%;
    overflow-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased
}

.surely-table-cell-inner .surely-table-cell-content:not(.surely-table-cell-text-ellipsis) {
    white-space: normal;
    word-break: break-all
}

.surely-table.surely-table-auto-height .surely-table-cell {
    display: flex;
    align-items: center
}

.surely-table-header-cell {
    display: inline-flex;
    padding: 0 !important;
    align-items: center;
    float: left;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    text-align: left;
    overflow: visible;
    background-color: #fafafa;
    transition: background-color .2s ease
}

.surely-table-header-cell[colspan]:not([colspan="1"]) .surely-table-header-cell-title {
    text-align: center;
    justify-content: center
}

.surely-table-extra-cell,
.surely-table-header-extra-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    min-width: 1px;
    text-align: center
}

.surely-table-header-cell-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: auto;
    max-width: 100%
}

.surely-table-header-cell-title-inner {
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    flex-grow: 1
}

.surely-table-auto-header-height .surely-table-header-cell {
    position: relative;
    padding: 16px 0 !important;
    display: table-cell;
    float: unset
}

.surely-table-auto-header-height .surely-table-header-cell-title-inner {
    white-space: unset
}

.surely-table-auto-header-height .surely-table-header-cell .surely-table-cell-box {
    width: unset
}

.surely-table-summary-row {
    position: relative;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 1px solid #f0f0f0
}

.surely-table-summary-cell {
    position: relative;
    flex: 1;
    height: auto;
    background: #fafafa;
    white-space: normal
}

.surely-table-summary-cell-fixed-left,
.surely-table-summary-cell-fixed-right {
    z-index: 1
}

.surely-table-column-title {
    position: unset;
    display: flex;
    width: 1px;
    z-index: 1;
    flex: 1
}

.surely-table-cell-box {
    padding: 0 16px
}

.surely-table-cell-box:before {
    position: absolute;
    top: 50%;
    right: 1px;
    width: 1px;
    height: 1.6em;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .06);
    transform: translateY(-50%);
    transition: background-color .3s;
    content: ""
}

.surely-table-cell-auto-height {
    height: 100%
}

.surely-table-cell-wrap-text {
    white-space: normal;
    word-break: break-all
}

.surely-table-cell-ellipsis,
.surely-table-cell-text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all
}

.surely-table-cell-group {
    display: block;
    padding: 0 !important;
    border: none
}

.surely-table-cell-group:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1.6em;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .06);
    transform: translateY(-50%);
    transition: background-color .3s;
    content: "";
    z-index: 1
}

.surely-table-cell-group-title {
    text-align: center;
    position: relative;
    width: 100%;
    justify-content: center;
    background-color: #fafafa;
    transition: background-color .2s ease
}

.surely-table-cell-group-title:before {
    background-color: transparent
}

.surely-table-cell-group-children {
    padding: 0 !important;
    position: relative
}

.surely-table-cell-group-children .surely-table-header-cell:first-child .surely-table-header-cell-title:before,
.surely-table-cell-group-children>.surely-table-cell-group:last-child:before,
.surely-table-cell-group-children>div:last-child>.surely-table-cell-box:before,
.surely-table-header-container .surely-table-last-columns .surely-table-header-cell:not(.surely-table-cell-group):last-child .surely-table-cell-box:before,
.surely-table-header-container .surely-table-last-columns .surely-table-row>.surely-table-cell-group:last-child:before,
.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-header-cell:not(.surely-table-cell-group):last-child .surely-table-cell-box:before,
.surely-table-ping-left .surely-table-header .surely-table-fix-left .surely-table-row>.surely-table-cell-group:last-child:before {
    background-color: transparent
}

.surely-table-scrollbar-container {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: row
}

.surely-table-horizontal-scroll {
    min-height: 0;
    min-width: 0;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 4
}

.surely-table-horizontal-left-spacer,
.surely-table-horizontal-right-spacer {
    height: 100%;
    min-width: 0;
    overflow-x: scroll
}

.surely-table-horizontal-left-spacer:not(.surely-table-scroller-corner) {
    border-right: 1px solid;
    border-right-color: #f0f0f0
}

.surely-table-horizontal-scroll-viewport {
    overflow-x: scroll
}

.surely-table-pagination.ant-pagination {
    margin: 16px 0
}

.surely-table-pagination {
    display: flex;
    float: none !important
}

.surely-table-pagination-left {
    justify-content: flex-start
}

.surely-table-pagination-center {
    justify-content: center
}

.surely-table-pagination-right {
    justify-content: flex-end
}

.surely-table-empty-container {
    height: 100%;
    padding: 16px 16px;
    overflow-wrap: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    border-bottom: 1px solid #f0f0f0;
    transition: background .3s
}

.surely-table-empty-container .ant-empty {
    margin: 32px 0;
    color: rgba(0, 0, 0, .25)
}

.surely-table-empty-container .ant-empty .ant-empty-image {
    height: 40px
}

.surely-table-expand-icon-col {
    width: 48px
}

.surely-table-row-expand-icon-cell {
    text-align: center
}

.surely-table-row-indent {
    float: left;
    height: 1px
}

.surely-table-row-expand-icon {
    color: #1890ff;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s;
    position: relative;
    display: inline-flex;
    float: left;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    padding: 0;
    color: inherit;
    line-height: 17px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    outline: 0;
    transform: scale(.94117647);
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.surely-table-row-expand-icon:focus,
.surely-table-row-expand-icon:hover {
    color: #40a9ff
}

.surely-table-row-expand-icon:active {
    color: #096dd9
}

.surely-table-row-expand-icon:active,
.surely-table-row-expand-icon:focus,
.surely-table-row-expand-icon:hover {
    border-color: currentColor
}

.surely-table-row-expand-icon:after,
.surely-table-row-expand-icon:before {
    position: absolute;
    background: currentColor;
    transition: transform .3s ease-out;
    content: ""
}

.surely-table-row-expand-icon:before {
    top: 7px;
    right: 3px;
    left: 3px;
    height: 1px
}

.surely-table-row-expand-icon:after {
    top: 3px;
    bottom: 3px;
    left: 7px;
    width: 1px;
    transform: rotate(90deg)
}

.surely-table-row-expand-icon-collapsed:before {
    transform: rotate(-180deg)
}

.surely-table-row-expand-icon-collapsed:after {
    transform: rotate(0)
}

.surely-table-row-expand-icon-spaced {
    background: 0 0;
    border: 0;
    visibility: hidden
}

.surely-table-row-expand-icon-spaced:after,
.surely-table-row-expand-icon-spaced:before {
    display: none;
    content: none
}

.surely-table-row-indent+.surely-table-row-expand-icon {
    margin-top: 2.5005px;
    margin-right: 8px
}

.surely-table-expanded-row .surely-table-cell,
.surely-table-expanded-row .surely-table-cell:hover {
    background: #fbfbfb
}

.surely-table-title {
    padding: 16px 16px
}

.surely-table-footer {
    padding: 16px 16px;
    color: rgba(0, 0, 0, .85);
    background: #fafafa
}

.surely-table .surely-table-column-has-sorters {
    cursor: pointer;
    transition: background-color .3s
}

.surely-table .surely-table-column-has-sorters:hover {
    background: #f2f2f2
}

.surely-table .surely-table-column-has-sorters:hover .surely-table-filter-trigger-container {
    background: #f7f7f7
}

.surely-table .surely-table-column-sort {
    background: #f5f5f5
}

.surely-table-body .surely-table-column-sort {
    background: #fafafa
}

.surely-table-column-sorters-with-tooltip {
    display: inline-flex;
    width: 100%
}

.surely-table-column-sorters-with-tooltip:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.surely-table-column-sorters {
    flex: auto;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
    width: 100%
}

.surely-table-column-sorters:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}

.surely-table-column-sorter {
    font-size: 0;
    transition: color .3s;
    margin-top: .15em;
    margin-bottom: -.15em;
    margin-left: 8px;
    color: #bfbfbf;
    flex-shrink: 0;
    flex-grow: 0
}

.surely-table-column-sorter-full {
    margin-top: -.2em;
    margin-bottom: 0
}

.surely-table-column-sorter-inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center
}

.surely-table-column-sorter-down,
.surely-table-column-sorter-up {
    font-size: 11px
}

.surely-table-column-sorter-down.active,
.surely-table-column-sorter-up.active {
    color: var(--surely-table-primary-color)
}

.surely-table-column-sorter-up+.surely-table-column-sorter-down {
    margin-top: -.3em
}

.surely-table-column-sorters:hover .surely-table-column-sorter {
    color: #a6a6a6
}

.surely-table-resize-handle {
    position: absolute;
    top: 0;
    height: 100% !important;
    bottom: 0;
    left: auto !important;
    right: -7px;
    cursor: col-resize;
    touch-action: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    width: 16px;
    z-index: 1
}

.surely-table-resize-handle-line {
    display: block;
    width: 3px;
    margin-left: 7px;
    height: 100% !important;
    background-color: var(--surely-table-primary-color)
}

.surely-table-resize-handle.dragging:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    content: " ";
    width: 200vw;
    transform: translate(-50%);
    opacity: 0
}

.dragging .surely-table-resize-handle-line {
    opacity: 1
}

.surely-table-filter-column {
    display: flex;
    justify-content: space-between;
    flex: 1;
    width: 100%
}

.surely-table-filter-trigger {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin: -4px -8px -4px 4px;
    padding: 0 4px;
    color: #bfbfbf;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s
}

.surely-table-filter-trigger:hover {
    color: rgba(0, 0, 0, .45);
    background: rgba(0, 0, 0, .04)
}

.surely-table-filter-trigger.active {
    color: var(--surely-table-primary-color)
}

.surely-table-filter-dropdown {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    min-width: 120px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05)
}

.surely-table-filter-dropdown .ant-dropdown-menu {
    max-height: 264px;
    overflow-x: hidden;
    border: 0;
    box-shadow: none
}

.surely-table-filter-dropdown-submenu>ul {
    max-height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: auto
}

.surely-table-filter-dropdown-submenu .surely-table-checkbox,
.surely-table-filter-dropdown-submenu .surely-table-radio,
.surely-table-filter-dropdown .surely-table-checkbox,
.surely-table-filter-dropdown .surely-table-radio {
    top: .2em
}

.surely-table-filter-dropdown-btns {
    display: flex;
    justify-content: space-between;
    padding: 7px 8px 7px 3px;
    overflow: hidden;
    background-color: inherit;
    border-top: 1px solid #f0f0f0
}

.surely-table-selection-wrap {
    display: flex;
    justify-content: center
}

.surely-table-selection {
    position: relative;
    display: inline-flex;
    flex-direction: column
}

.surely-table-selection-extra {
    position: absolute;
    top: -3px;
    z-index: 1;
    cursor: pointer;
    transition: all .3s;
    -webkit-margin-start: 100%;
    margin-inline-start: 100%;
    -webkit-padding-start: 4px;
    padding-inline-start: 4px
}

.surely-table-selection-extra .anticon {
    color: #bfbfbf;
    font-size: 10px
}

.surely-table-selection-extra .anticon:hover {
    color: #a6a6a6
}

.surely-table.surely-table-middle .surely-table-cell-content {
    padding: 12px 8px
}

.surely-table.surely-table-middle .surely-table-cell-box {
    padding: 0 8px
}

.surely-table.surely-table-middle .surely-table-auto-header-height .surely-table-header-cell {
    padding: 12px 0 !important
}

.surely-table.surely-table-small .surely-table-cell-content {
    padding: 8px 8px
}

.surely-table.surely-table-small .surely-table-cell-box {
    padding: 0 8px
}

.surely-table.surely-table-small .surely-table-auto-header-height .surely-table-header-cell {
    padding: 8px 0 !important
}

.surely-table-small .surely-table-selection-column {
    width: 46px;
    min-width: 46px
}

.surely-table-bordered {
    border: 1px solid #f0f0f0;
    border-right: 0
}

.surely-table-bordered .surely-table-cell-box:before {
    background-color: transparent
}

.surely-table-bordered .surely-table-cell {
    border-right: 1px solid #f0f0f0
}

.surely-table-bordered .surely-table-cell-group,
.surely-table-bordered .surely-table-extra-cell,
.surely-table-bordered .surely-table-header-extra-cell {
    border-right: none
}

.surely-table-bordered .surely-table-cell-group-title {
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.surely-table-bordered .surely-table-cell-no-right-bordered {
    border-right: none
}

.surely-table-bordered .surely-table-header-scrollbar,
.surely-table-bordered .surely-table-summary-scrollbar {
    border-right: 1px solid #f0f0f0;
    position: relative;
    z-index: 0
}

.surely-table-bordered .surely-table-header-scrollbar:after,
.surely-table-bordered .surely-table-summary-scrollbar:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    content: "";
    pointer-events: none;
    background: #fafafa
}

.surely-table-bordered .surely-table-empty-container {
    border-right: 1px solid #f0f0f0
}

.surely-table-bordered .surely-table-header-container .surely-table-cell-group:before,
.surely-table-bordered .surely-table-header-container .surely-table-header-cell-title:before {
    background-color: transparent
}

.surely-table-bordered .surely-table-summary-fixed {
    border-right: 1px solid #f0f0f0
}

.surely-table-bordered .surely-table-summary-fixed-bottom,
.surely-table-bordered .surely-table-summary-fixed-top {
    border-right: none
}

.surely-table-bordered .surely-table-cell-fix-left-first:after,
.surely-table-bordered .surely-table-cell-fix-left-last:after {
    right: -1px
}

.surely-table-wrapper-bordered .surely-table-title {
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.surely-table-wrapper-bordered .surely-table-title+.surely-table {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.surely-table-wrapper-bordered .surely-table-footer {
    border: 1px solid #f0f0f0;
    border-top: 0
}

.surely-table-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    line-height: unset;
    white-space: nowrap;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    align-items: center
}

.surely-table-checkbox-input:focus+.surely-table-checkbox-inner,
.surely-table-checkbox:hover .surely-table-checkbox-inner {
    border-color: var(--surely-table-primary-color)
}

.surely-table-checkbox-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--surely-table-primary-color);
    border-radius: 2px;
    visibility: hidden;
    -webkit-animation: surelyCheckboxEffect .36s ease-in-out;
    animation: surelyCheckboxEffect .36s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    content: ""
}

.surely-table-checkbox:hover:after {
    visibility: visible
}

.surely-table-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    transition: all .3s
}

.surely-table-checkbox-inner:after {
    position: absolute;
    top: 50%;
    left: 21.5%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    content: " "
}

.surely-table-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.surely-table-checkbox-checked .surely-table-checkbox-inner:after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    content: " "
}

.surely-table-checkbox-checked .surely-table-checkbox-inner {
    background-color: var(--surely-table-primary-color);
    border-color: var(--surely-table-primary-color)
}

.surely-table-checkbox-disabled {
    cursor: not-allowed
}

.surely-table-checkbox-disabled.surely-table-checkbox-checked .surely-table-checkbox-inner:after {
    border-color: rgba(0, 0, 0, .25);
    -webkit-animation-name: none;
    animation-name: none
}

.surely-table-checkbox-disabled .surely-table-checkbox-input {
    cursor: not-allowed
}

.surely-table-checkbox-disabled .surely-table-checkbox-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important
}

.surely-table-checkbox-disabled .surely-table-checkbox-inner:after {
    border-color: #f5f5f5;
    border-collapse: separate;
    -webkit-animation-name: none;
    animation-name: none
}

.surely-table-checkbox-disabled+span {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

.surely-table-checkbox-disabled:hover:after {
    visibility: hidden
}

.surely-table-checkbox+span {
    padding-right: 8px;
    padding-left: 8px
}

.surely-table-checkbox-indeterminate .surely-table-checkbox-inner {
    background-color: #fff;
    border-color: #d9d9d9
}

.surely-table-checkbox-indeterminate .surely-table-checkbox-inner:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: var(--surely-table-primary-color);
    border: 0;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: " "
}

.surely-table-checkbox-indeterminate.surely-table-checkbox-disabled .surely-table-checkbox-inner:after {
    background-color: rgba(0, 0, 0, .25);
    border-color: rgba(0, 0, 0, .25)
}

@-webkit-keyframes surelyCheckboxEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes surelyCheckboxEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.6);
        opacity: 0
    }
}

.surely-table-radio {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    outline: 0;
    cursor: pointer
}

.surely-table-radio-input:focus+.surely-table-radio-inner,
.surely-table-radio-wrapper:hover .surely-table-radio,
.surely-table-radio:hover .surely-table-radio-inner {
    border-color: var(--surely-table-primary-color)
}

.surely-table-radio-input:focus+.surely-table-radio-inner {
    box-shadow: 0 0 0 3px #e6f7ff
}

.surely-table-radio-checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--surely-table-primary-color);
    border-radius: 50%;
    visibility: hidden;
    -webkit-animation: surelyRadioEffect .36s ease-in-out;
    animation: surelyRadioEffect .36s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    content: ""
}

.surely-table-radio-wrapper:hover .surely-table-radio:after,
.surely-table-radio:hover:after {
    visibility: visible
}

.surely-table-radio-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    transition: all .3s
}

.surely-table-radio-inner:after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--surely-table-primary-color);
    border-top: 0;
    border-left: 0;
    border-radius: 8px;
    transform: scale(0);
    opacity: 0;
    transition: all .3s cubic-bezier(.78, .14, .15, .86);
    content: " "
}

.surely-table-radio-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    border-radius: unset
}

.surely-table-radio-checked .surely-table-radio-inner {
    border-color: var(--surely-table-primary-color)
}

.surely-table-radio-checked .surely-table-radio-inner:after {
    transform: scale(1);
    opacity: 1;
    transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

.surely-table-radio-disabled {
    cursor: not-allowed
}

.surely-table-radio-disabled .surely-table-radio-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important;
    cursor: not-allowed
}

.surely-table-radio-disabled .surely-table-radio-inner:after {
    background-color: rgba(0, 0, 0, .2)
}

.surely-table-radio-disabled .surely-table-radio-input {
    cursor: not-allowed
}

.surely-table-radio-disabled+span {
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed
}

span.surely-table-radio+* {
    padding-right: 8px;
    padding-left: 8px
}

@-webkit-keyframes surelyRadioEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes surelyRadioEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.6);
        opacity: 0
    }
}

.surely-table-drag-handle {
    height: 100%;
    cursor: -webkit-grab;
    cursor: grab;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    display: flex;
    align-items: center;
    margin-left: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 1px;
    flex-grow: 0;
    flex-shrink: 0
}

.surely-table-drag-handle-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, .25)
}

.surely-table-drag-icon {
    display: inline-block
}

.surely-table-drag-dragging {
    cursor: move
}

.surely-table-drag-column-dragging,
.surely-table-drag-column-dragging .surely-table-cell-group-title,
.surely-table-drag-column-dragging .surely-table-header-cell {
    background: #f2f2f2
}

.surely-table-drag-ghost {
    background: #fafafa;
    cursor: move
}

.surely-table-drag-placeholder {
    width: 100%;
    height: 2px;
    z-index: 999
}

.surely-table-drag-column-placeholder,
.surely-table-drag-placeholder {
    position: absolute;
    left: 0;
    background-color: var(--surely-table-primary-color);
    opacity: 0;
    transition: opacity .2s
}

.surely-table-drag-column-placeholder {
    top: 0;
    width: 2px;
    height: 100%;
    z-index: 3
}

.surely-table-drag-ghost-image {
    position: absolute;
    display: inline-flex;
    align-items: center;
    cursor: move;
    color: rgba(0, 0, 0, .85);
    margin: 0;
    padding: 8px 16px;
    white-space: nowrap;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid;
    border-color: #f0f0f0;
    background: #fafafa;
    border-radius: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    font-size: 14px
}

.surely-table-drag-ghost-image-icon {
    margin-right: 6px;
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.surely-table-drag-ghost-image-label {
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word
}

.surely-table-empty-container .arco-empty {
    margin: 28px 0 34px;
    padding: 0
}

.surely-table-empty-container .arco-empty-image {
    margin-bottom: 7px;
    font-size: 50px
}

.surely-table {
    font-size: 12px;
    line-height: 18px
}

.surely-table .surely-table-header .surely-table-header-cell {
    height: 40px;
    color: #1d2129;
    font-weight: 700
}

.surely-table .surely-table-header .surely-table-cell-group-title,
.surely-table .surely-table-header .surely-table-header-cell {
    background-color: #fff
}

.surely-table .surely-table-header-scrollbar {
    border-bottom: 1px solid #e5e6eb
}

.surely-table .surely-table-header,
.surely-table .surely-table-summary {
    background-color: #fff
}

.surely-table .surely-table-row.surely-table-row-selected {
    background: #fff
}

.surely-table-cell {
    border-bottom: 1px solid #e5e6eb
}

.surely-table-summary-cell {
    border-bottom: none
}

.surely-table .surely-table-checkbox {
    font-size: 12px
}

.surely-table .surely-table-checkbox:not(.surely-table-checkbox-disabled):hover:before {
    position: absolute;
    top: -35%;
    left: -35%;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #e5e6eb;
    border-radius: 50%;
    content: " "
}

.surely-table .surely-table-checkbox-inner {
    width: 14px;
    height: 14px
}

.surely-table .surely-table-checkbox-disabled .surely-table-checkbox-inner {
    background-color: #f2f3f5;
    border-color: #e5e6eb !important
}

.surely-table .surely-table-checkbox-checked .surely-table-checkbox-inner,
.surely-table .surely-table-checkbox-indeterminate .surely-table-checkbox-inner:after {
    background-color: rgb(var(--primary-6))
}

.surely-table .surely-table-checkbox-checked .surely-table-checkbox-inner,
.surely-table .surely-table-checkbox-input:focus+.surely-table-checkbox-inner,
.surely-table .surely-table-checkbox:hover .surely-table-checkbox-inner {
    color: rgb(var(--primary-6));
    border-color: rgb(var(--primary-6))
}

.surely-table .surely-table-row-expand-icon:active,
.surely-table .surely-table-row-expand-icon:focus,
.surely-table .surely-table-row-expand-icon:hover {
    color: rgb(var(--primary-6))
}

.surely-table .surely-table-checkbox-checked .surely-table-checkbox-inner:after {
    width: 5px;
    height: 10px;
    border-width: 3px;
    transform: rotate(42deg) scale(.75) translate(-100%, -54%)
}

.surely-table .surely-table-checkbox-checked:after {
    border: none
}

.surely-table .surely-table-cell-inner .surely-table-cell-content {
    white-space: normal
}

.surely-table .surely-table-cell-box,
.surely-table .surely-table-cell-inner .surely-table-cell-content {
    padding-right: 8px;
    padding-left: 8px
}

.surely-table .surely-table-custom-expand-cell .surely-table-cell-box,
.surely-table .surely-table-custom-expand-cell .surely-table-cell-inner .surely-table-cell-content {
    padding: 0
}

.surely-table .surely-table-cell--operate .surely-table-cell-box,
.surely-table .surely-table-cell--operate .surely-table-cell-inner .surely-table-cell-content {
    padding-right: 12px;
    padding-left: 12px
}

.surely-table .surely-table-cell-box:before {
    right: 0;
    height: 12px;
    background-color: #c9ccd4
}

.surely-table .surely-table-resize-handle-line {
    background-color: #0045f0
}

.surely-table .surely-table-row-hover {
    background-color: #fff
}

.surely-table .surely-table-column-sorter-full {
    width: 16px;
    height: 16px;
    margin-left: 2px
}

.surely-table .surely-table-column-sorter-inner {
    position: relative;
    top: -1px;
    width: 16px;
    height: 17px;
    color: #c9cdd4
}

.surely-table .surely-table-column-sorter-inner .surely-table-column-sorter-up {
    transform: scaleX(1.1) scaleY(.9) translateY(.5px)
}

.surely-table .surely-table-column-sorter-inner .surely-table-column-sorter-down {
    transform: scaleX(1.1) scaleY(.9) translateY(-.5px)
}

.surely-table .surely-table-column-sorter-inner:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    content: " "
}

.surely-table .surely-table-column-sorter-inner:hover:before {
    background: #f2f3f5
}

.surely-table .surely-table-header-cell-title {
    justify-content: flex-start
}

.surely-table .surely-table-header-cell-title-inner {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.surely-table .surely-table-header-cell-title-inner[style*="text-align: right"] {
    justify-content: flex-end
}

.surely-table .surely-table-header-cell-title-inner:not([style*="text-align: right"]) {
    flex-grow: 0
}

.surely-table .surely-table-column-sorter-down.active,
.surely-table .surely-table-column-sorter-up.active {
    color: #0045f0
}

.surely-table .surely-table-summary {
    z-index: 1;
    background: #f2f3f5;
    border-top: 1px solid #e5e6eb
}

.surely-table .surely-table-summary-cell {
    min-height: 38px;
    font-weight: 700;
    background: #f2f3f5
}

.surely-table .surely-table-summary-cell .surely-table-cell-content {
    padding-top: 6px;
    padding-bottom: 6px
}

.surely-table .surely-table-summary-scrollbar {
    background-color: #f2f3f5;
    border-bottom: 1px solid #e5e6eb
}

.surely-table-bordered {
    border: 1px solid #e5e6eb
}

.surely-table-bordered .surely-table-cell-group-title {
    border-right: 1px solid #e5e6eb;
    border-bottom: 1px solid #e5e6eb
}

.surely-table-bordered .surely-table-cell {
    border-right: 1px solid #e5e6eb
}

.surely-table-bordered .surely-table-header-scrollbar:after {
    background-color: #fff
}

.arco-icon-hover.arco-tabs-icon-hover:before {
    width: 16px;
    height: 16px
}

.arco-tabs .arco-tabs-icon-hover {
    color: var(--color-text-2)
}

.arco-tabs-dropdown-icon,
.arco-tabs .arco-tabs-icon-hover {
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-tabs-dropdown-icon {
    margin-left: 6px
}

.arco-tabs-tab-close-btn {
    margin-left: 8px
}

.arco-tabs-nav-add-btn,
.arco-tabs-tab-close-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-tabs-nav-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    font-size: 12px
}

.arco-tabs-add {
    position: relative
}

.arco-tabs-nav-button-left {
    margin-right: 6px;
    margin-left: 10px
}

.arco-tabs-nav-button-right {
    margin-right: 10px;
    margin-left: 6px
}

.arco-tabs-nav-button-up {
    margin-bottom: 10px
}

.arco-tabs-nav-button-down {
    margin-top: 10px
}

.arco-tabs-nav-button-disabled {
    color: var(--color-text-4);
    cursor: not-allowed
}

.arco-tabs {
    position: relative;
    overflow: hidden
}

.arco-tabs-nav:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    clear: both;
    height: 1px;
    background-color: var(--color-neutral-3);
    content: ""
}

.arco-tabs-nav-tab {
    display: flex;
    flex: 1;
    overflow: hidden
}

.arco-tabs-nav-tab-list {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    transition: transform .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tabs-nav-extra {
    display: flex;
    align-items: center;
    width: auto;
    line-height: 32px
}

.arco-tabs-nav-extra .arco-tabs-nav-add-btn {
    padding-left: 0
}

.arco-tabs-tab {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 0;
    color: var(--color-text-2);
    font-size: 12px;
    line-height: 1.5715;
    cursor: pointer;
    transition: color .2s linear
}

.arco-tabs-tab-title {
    display: inline-block
}

.arco-tabs-tab:hover {
    color: var(--color-text-2);
    font-weight: 400
}

.arco-tabs-tab-disabled,
.arco-tabs-tab-disabled:hover {
    color: var(--color-text-4);
    cursor: not-allowed
}

.arco-tabs-tab-active,
.arco-tabs-tab-active:hover {
    color: rgb(var(--primary-6));
    font-weight: 500
}

.arco-tabs-tab-active.arco-tabs-tab-disabled,
.arco-tabs-tab-active:hover.arco-tabs-tab-disabled {
    color: var(--color-primary-light-3)
}

.arco-tabs-nav-ink {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    height: 2px;
    background-color: rgb(var(--primary-6));
    transition: left .2s cubic-bezier(.34, .69, .1, 1), width .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tabs-nav-ink.arco-tabs-header-ink-no-animation {
    transition: none
}

.arco-tabs-nav-ink-disabled {
    background-color: var(--color-primary-light-3)
}

.arco-tabs-nav-type-line .arco-tabs-nav-extra {
    line-height: 40px
}

.arco-tabs-nav-type-line .arco-tabs-tab {
    margin: 0 16px;
    padding: 10px 0;
    line-height: 1.5715
}

.arco-tabs-nav-type-line .arco-tabs-tab-title {
    position: relative;
    display: inline-block;
    padding: 1px 0
}

.arco-tabs-nav-type-line .arco-tabs-tab-title:before {
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    left: -8px;
    z-index: -1;
    background-color: transparent;
    border-radius: var(--border-radius-small);
    opacity: 1;
    transition: all .2s linear;
    content: ""
}

.arco-tabs-nav-type-line .arco-tabs-tab:hover .arco-tabs-tab-title:before {
    background-color: var(--color-fill-2)
}

.arco-tabs-nav-type-line .arco-tabs-tab-active .arco-tabs-tab-title:before,
.arco-tabs-nav-type-line .arco-tabs-tab-active:hover .arco-tabs-tab-title:before {
    background-color: transparent
}

.arco-tabs-nav-type-line .arco-tabs-tab-disabled .arco-tabs-tab-title:before,
.arco-tabs-nav-type-line .arco-tabs-tab-disabled:hover .arco-tabs-tab-title:before {
    opacity: 0
}

.arco-tabs-nav-type-line.arco-tabs-nav-horizontal>.arco-tabs-tab:first-of-type {
    margin-left: 16px
}

.arco-tabs-nav-text.arco-tabs-nav-horizontal .arco-tabs-nav-tab-list-no-padding>.arco-tabs-tab:first-of-type,
.arco-tabs-nav-type-line.arco-tabs-nav-horizontal .arco-tabs-nav-tab-list-no-padding>.arco-tabs-tab:first-of-type {
    margin-left: 0
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab,
.arco-tabs-nav-type-card .arco-tabs-tab {
    padding: 6px 16px;
    font-size: 12px;
    border: 1px solid var(--color-neutral-3);
    transition: padding .2s linear, color .2s linear
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab-closable,
.arco-tabs-nav-type-card .arco-tabs-tab-closable {
    padding-right: 12px
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab-closable:not(.arco-tabs-tab-active):hover .arco-icon-hover:hover:before,
.arco-tabs-nav-type-card .arco-tabs-tab-closable:not(.arco-tabs-tab-active):hover .arco-icon-hover:hover:before {
    background-color: var(--color-fill-4)
}

.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn,
.arco-tabs-nav-type-card .arco-tabs-nav-add-btn {
    height: 32px
}

.arco-tabs-nav-type-card .arco-tabs-tab {
    background-color: transparent;
    border-right: none
}

.arco-tabs-nav-type-card .arco-tabs-tab:last-child {
    border-right: 1px solid var(--color-neutral-3);
    border-top-right-radius: var(--border-radius-small)
}

.arco-tabs-nav-type-card .arco-tabs-tab:first-child {
    border-top-left-radius: var(--border-radius-small)
}

.arco-tabs-nav-type-card .arco-tabs-tab:hover {
    background-color: var(--color-fill-3)
}

.arco-tabs-nav-type-card .arco-tabs-tab-disabled,
.arco-tabs-nav-type-card .arco-tabs-tab-disabled:hover {
    background-color: transparent
}

.arco-tabs-nav-type-card .arco-tabs-tab-active,
.arco-tabs-nav-type-card .arco-tabs-tab-active:hover {
    background-color: transparent;
    border-bottom-color: var(--color-bg-2)
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
    margin-left: 4px;
    background-color: var(--color-fill-1);
    border-right: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab:hover {
    background-color: var(--color-fill-3)
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab-disabled,
.arco-tabs-nav-type-card-gutter .arco-tabs-tab-disabled:hover {
    background-color: var(--color-fill-1)
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab-active,
.arco-tabs-nav-type-card-gutter .arco-tabs-tab-active:hover {
    background-color: transparent;
    border-bottom-color: var(--color-bg-2)
}

.arco-tabs-nav-type-card-gutter .arco-tabs-tab:first-child {
    margin-left: 0
}

.arco-tabs-nav-type-text:before {
    display: none
}

.arco-tabs-nav-type-text .arco-tabs-tab {
    position: relative;
    margin: 0 9px;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1.5715
}

.arco-tabs-nav-type-text .arco-tabs-tab:not(:first-of-type):before {
    position: absolute;
    top: 50%;
    left: -9px;
    display: block;
    width: 2px;
    height: 12px;
    background-color: var(--color-fill-3);
    transform: translateY(-50%);
    content: ""
}

.arco-tabs-nav-type-text .arco-tabs-tab-title {
    padding-right: 8px;
    padding-left: 8px;
    background-color: transparent
}

.arco-tabs-nav-type-text .arco-tabs-tab-title:hover {
    background-color: var(--color-fill-2)
}

.arco-tabs-nav-type-text .arco-tabs-tab-active .arco-tabs-tab-title,
.arco-tabs-nav-type-text .arco-tabs-tab-active .arco-tabs-tab-title:hover,
.arco-tabs-nav-type-text .arco-tabs-tab-disabled .arco-tabs-tab-title,
.arco-tabs-nav-type-text .arco-tabs-tab-disabled .arco-tabs-tab-title:hover {
    background-color: transparent
}

.arco-tabs-nav-type-text .arco-tabs-tab-active.arco-tabs-nav-type-text .arco-tabs-tab-disabled .arco-tabs-tab-title,
.arco-tabs-nav-type-text .arco-tabs-tab-active.arco-tabs-nav-type-text .arco-tabs-tab-disabled .arco-tabs-tab-title:hover {
    background-color: var(--color-primary-light-3)
}

.arco-tabs-nav-type-rounded:before {
    display: none
}

.arco-tabs-nav-type-rounded .arco-tabs-tab {
    margin: 0 6px;
    padding: 7px 0;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
    background-color: transparent;
    border-radius: 32px
}

.arco-tabs-nav-type-rounded .arco-tabs-tab:hover {
    background-color: var(--color-fill-2)
}

.arco-tabs-nav-type-rounded .arco-tabs-tab-disabled:hover {
    background-color: transparent
}

.arco-tabs-nav-type-rounded .arco-tabs-tab-active,
.arco-tabs-nav-type-rounded .arco-tabs-tab-active:hover {
    background-color: var(--color-fill-2)
}

.arco-tabs-nav-type-capsule:before {
    display: none
}

.arco-tabs-nav-type-capsule .arco-tabs-nav-tab {
    justify-content: flex-end
}

.arco-tabs-nav-type-capsule .arco-tabs-nav-tab-list {
    padding: 3px 3px;
    line-height: 1;
    background-color: var(--color-fill-2);
    border-radius: var(--border-radius-small)
}

.arco-tabs-nav-type-capsule .arco-tabs-tab {
    position: relative;
    padding: 0 12px;
    font-size: 12px;
    line-height: 26px;
    background-color: transparent
}

.arco-tabs-nav-type-capsule .arco-tabs-tab:hover {
    background-color: var(--color-bg-2)
}

.arco-tabs-nav-type-capsule .arco-tabs-tab-disabled:hover {
    background-color: unset
}

.arco-tabs-nav-type-capsule .arco-tabs-tab-active,
.arco-tabs-nav-type-capsule .arco-tabs-tab-active:hover {
    background-color: var(--color-bg-2)
}

.arco-tabs-nav-type-capsule .arco-tabs-tab-active+.arco-tabs-tab:before,
.arco-tabs-nav-type-capsule .arco-tabs-tab-active:before,
.arco-tabs-nav-type-capsule .arco-tabs-tab-active:hover+.arco-tabs-tab:before,
.arco-tabs-nav-type-capsule .arco-tabs-tab-active:hover:before {
    opacity: 0
}

.arco-tabs-nav-type-capsule.arco-tabs-nav-horizontal .arco-tabs-tab:not(:first-of-type) {
    margin-left: 3px
}

.arco-tabs-nav-type-capsule.arco-tabs-nav-horizontal .arco-tabs-tab:not(:first-of-type):before {
    position: absolute;
    top: 50%;
    left: -2px;
    display: block;
    width: 1px;
    height: 14px;
    background-color: var(--color-fill-3);
    transform: translateY(-50%);
    transition: all .2s linear;
    content: ""
}

.arco-tabs-nav-type-plain:before {
    display: none
}

.arco-tabs-nav-type-plain .arco-tabs-tab {
    padding: 9px 16px
}

.arco-tabs-nav-type-plain .arco-tabs-tab-active {
    font-weight: 700
}

.arco-tabs-nav {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden
}

.arco-tabs-content {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden
}

.arco-tabs-content .arco-tabs-content-list {
    display: flex;
    width: 100%
}

.arco-tabs-content .arco-tabs-content-item {
    flex-shrink: 0;
    width: 100%;
    height: 0;
    overflow: hidden
}

.arco-tabs-content .arco-tabs-content-item.arco-tabs-content-item-active {
    height: auto
}

.arco-tabs-content.arco-tabs-content-padding {
    padding-top: 16px
}

.arco-tabs-type-card-gutter>.arco-tabs-content,
.arco-tabs-type-card>.arco-tabs-content {
    border: 1px solid var(--color-neutral-3);
    border-top: none
}

.arco-tabs-content-animation {
    transition: all .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tabs-horizontal.arco-tabs-justify {
    display: flex;
    flex-direction: column;
    height: 100%
}

.arco-tabs-horizontal.arco-tabs-justify .arco-tabs-content,
.arco-tabs-horizontal.arco-tabs-justify .arco-tabs-content-list,
.arco-tabs-horizontal.arco-tabs-justify .arco-tabs-pane {
    height: 100%
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-line .arco-tabs-tab {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-line .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 32px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-card-gutter .arco-tabs-tab,
.arco-tabs-nav-size-mini.arco-tabs-nav-type-card .arco-tabs-tab {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-card-gutter .arco-tabs-nav-extra,
.arco-tabs-nav-size-mini.arco-tabs-nav-type-card .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 24px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn,
.arco-tabs-nav-size-mini.arco-tabs-nav-type-card .arco-tabs-nav-add-btn {
    height: 24px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-capsule .arco-tabs-tab {
    font-size: 12px;
    line-height: 18px
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-capsule .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 24px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-line .arco-tabs-tab {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-line .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 36px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-card-gutter .arco-tabs-tab,
.arco-tabs-nav-size-small.arco-tabs-nav-type-card .arco-tabs-tab {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-card-gutter .arco-tabs-nav-extra,
.arco-tabs-nav-size-small.arco-tabs-nav-type-card .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 28px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn,
.arco-tabs-nav-size-small.arco-tabs-nav-type-card .arco-tabs-nav-add-btn {
    height: 28px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-capsule .arco-tabs-tab {
    font-size: 12px;
    line-height: 22px
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-capsule .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 28px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-line .arco-tabs-tab {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-line .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 44px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-card-gutter .arco-tabs-tab,
.arco-tabs-nav-size-large.arco-tabs-nav-type-card .arco-tabs-tab {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-card-gutter .arco-tabs-nav-extra,
.arco-tabs-nav-size-large.arco-tabs-nav-type-card .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 36px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn,
.arco-tabs-nav-size-large.arco-tabs-nav-type-card .arco-tabs-nav-add-btn {
    height: 36px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-capsule .arco-tabs-tab {
    font-size: 12px;
    line-height: 30px
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-capsule .arco-tabs-nav-extra {
    font-size: 12px;
    line-height: 36px
}

.arco-tabs-nav-vertical {
    float: left
}

.arco-tabs-nav-vertical:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    clear: both;
    width: 1px;
    height: 100%
}

.arco-tabs-nav-vertical .arco-tabs-nav-add-btn {
    height: auto;
    margin-top: 8px;
    margin-left: 0;
    padding: 0 16px
}

.arco-tabs-nav-right {
    float: right
}

.arco-tabs-nav-vertical {
    flex-direction: column
}

.arco-tabs-nav-vertical .arco-tabs-nav-tab {
    flex-direction: column;
    height: 100%
}

.arco-tabs-nav-vertical .arco-tabs-nav-ink {
    position: absolute;
    right: 0;
    bottom: auto;
    left: auto;
    width: 2px;
    transition: top .2s cubic-bezier(.34, .69, .1, 1), height .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tabs-nav-vertical .arco-tabs-nav-tab-list {
    height: auto
}

.arco-tabs-nav-vertical .arco-tabs-nav-tab-list-overflow-scroll {
    padding: 6px 0
}

.arco-tabs-nav-vertical .arco-tabs-tab {
    display: block;
    margin: 0;
    margin-top: 12px;
    white-space: nowrap
}

.arco-tabs-nav-vertical .arco-tabs-tab:first-of-type {
    margin-top: 0
}

.arco-tabs-nav-right .arco-tabs-nav-ink,
.arco-tabs-nav-right:before {
    right: unset;
    left: 0
}

.arco-tabs-nav-vertical {
    position: relative;
    box-sizing: border-box;
    height: 100%
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-line .arco-tabs-tab {
    padding: 0 20px
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab {
    position: relative;
    margin: 0;
    border: 1px solid var(--color-neutral-3);
    border-bottom-color: transparent
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab:first-child {
    border-top-left-radius: var(--border-radius-small)
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab-active,
.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab-active:hover {
    border-right-color: var(--color-bg-2);
    border-bottom-color: transparent
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card .arco-tabs-tab:last-child {
    border-bottom: 1px solid var(--color-neutral-3);
    border-bottom-left-radius: var(--border-radius-small)
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
    position: relative;
    margin-left: 0;
    border-radius: var(--border-radius-small) 0 0 var(--border-radius-small)
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card-gutter .arco-tabs-tab:not(:first-of-type) {
    margin-top: 4px
}

.arco-tabs-nav-vertical.arco-tabs-nav-type-card-gutter .arco-tabs-tab-active,
.arco-tabs-nav-vertical.arco-tabs-nav-type-card-gutter .arco-tabs-tab-active:hover {
    border-right-color: var(--color-bg-2);
    border-bottom-color: var(--color-neutral-3)
}

.arco-tabs-vertical .arco-tabs-content {
    width: auto;
    height: 100%;
    padding: 0
}

.arco-tabs-right.arco-tabs-vertical .arco-tabs-content {
    padding-right: 16px
}

.arco-tabs-left.arco-tabs-vertical .arco-tabs-content {
    padding-left: 16px
}

.arco-tabs-vertical.arco-tabs-type-card-gutter>.arco-tabs-content,
.arco-tabs-vertical.arco-tabs-type-card>.arco-tabs-content {
    border: 1px solid var(--color-neutral-3);
    border-left: none
}

body[arco-theme=dark] .arco-tabs-nav-type-capsule .arco-tabs-tab-active,
body[arco-theme=dark] .arco-tabs-nav-type-capsule .arco-tabs-tab:hover {
    background-color: var(--color-fill-3)
}

.arco-tag {
    display: inline-block;
    box-sizing: border-box;
    height: 24px;
    padding: 0 8px;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: var(--border-radius-small);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-tag .arco-icon-hover.arco-tag-icon-hover:before {
    width: 16px;
    height: 16px
}

.arco-tag .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: var(--color-fill-3)
}

.arco-tag-checkable {
    cursor: pointer;
    transition: all .1s linear
}

.arco-tag-checkable:hover,
.arco-tag-checked {
    background-color: var(--color-fill-2)
}

.arco-tag-checked {
    border-color: transparent
}

.arco-tag-checkable.arco-tag-checked:hover {
    background-color: var(--color-fill-3);
    border-color: transparent
}

.arco-tag-size-small {
    height: 20px;
    font-size: 12px;
    line-height: 18px
}

.arco-tag-size-medium {
    height: 24px;
    font-size: 12px;
    line-height: 22px
}

.arco-tag-size-large {
    height: 32px;
    font-size: 14px;
    line-height: 30px
}

.arco-tag-hide {
    display: none
}

.arco-tag-loading {
    cursor: default;
    opacity: .8
}

.arco-tag-icon {
    margin-right: 4px;
    color: var(--color-text-2)
}

.arco-tag.arco-tag-checked.arco-tag-red {
    color: rgb(var(--red-6));
    background-color: rgb(var(--red-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-red .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--red-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-red.arco-tag:hover {
    background-color: rgb(var(--red-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-red .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-red .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-red .arco-tag-loading-icon {
    color: rgb(var(--red-6))
}

.arco-tag.arco-tag-checked.arco-tag-orangered {
    color: rgb(var(--orangered-6));
    background-color: rgb(var(--orangered-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-orangered .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--orangered-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-orangered.arco-tag:hover {
    background-color: rgb(var(--orangered-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-orangered .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-orangered .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-orangered .arco-tag-loading-icon {
    color: rgb(var(--orangered-6))
}

.arco-tag.arco-tag-checked.arco-tag-orange {
    color: rgb(var(--orange-6));
    background-color: rgb(var(--orange-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-orange .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--orange-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-orange.arco-tag:hover {
    background-color: rgb(var(--orange-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-orange .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-orange .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-orange .arco-tag-loading-icon {
    color: rgb(var(--orange-6))
}

.arco-tag.arco-tag-checked.arco-tag-gold {
    color: rgb(var(--gold-6));
    background-color: rgb(var(--gold-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-gold .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--gold-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-gold.arco-tag:hover {
    background-color: rgb(var(--gold-3));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-gold .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-gold .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-gold .arco-tag-loading-icon {
    color: rgb(var(--gold-6))
}

.arco-tag.arco-tag-checked.arco-tag-lime {
    color: rgb(var(--lime-6));
    background-color: rgb(var(--lime-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-lime .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--lime-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-lime.arco-tag:hover {
    background-color: rgb(var(--lime-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-lime .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-lime .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-lime .arco-tag-loading-icon {
    color: rgb(var(--lime-6))
}

.arco-tag.arco-tag-checked.arco-tag-green {
    color: rgb(var(--green-6));
    background-color: rgb(var(--green-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-green .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--green-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-green.arco-tag:hover {
    background-color: rgb(var(--green-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-green .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-green .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-green .arco-tag-loading-icon {
    color: rgb(var(--green-6))
}

.arco-tag.arco-tag-checked.arco-tag-cyan {
    color: rgb(var(--cyan-6));
    background-color: rgb(var(--cyan-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-cyan .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--cyan-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-cyan.arco-tag:hover {
    background-color: rgb(var(--cyan-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-cyan .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-cyan .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-cyan .arco-tag-loading-icon {
    color: rgb(var(--cyan-6))
}

.arco-tag.arco-tag-checked.arco-tag-blue {
    color: rgb(var(--blue-6));
    background-color: rgb(var(--blue-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-blue .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--blue-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-blue.arco-tag:hover {
    background-color: rgb(var(--blue-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-blue .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-blue .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-blue .arco-tag-loading-icon {
    color: rgb(var(--blue-6))
}

.arco-tag.arco-tag-checked.arco-tag-arcoblue {
    color: rgb(var(--arcoblue-6));
    background-color: rgb(var(--arcoblue-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-arcoblue .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--arcoblue-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-arcoblue.arco-tag:hover {
    background-color: rgb(var(--arcoblue-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-arcoblue .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-arcoblue .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-arcoblue .arco-tag-loading-icon {
    color: rgb(var(--arcoblue-6))
}

.arco-tag.arco-tag-checked.arco-tag-purple {
    color: rgb(var(--purple-6));
    background-color: rgb(var(--purple-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-purple .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--purple-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-purple.arco-tag:hover {
    background-color: rgb(var(--purple-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-purple .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-purple .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-purple .arco-tag-loading-icon {
    color: rgb(var(--purple-6))
}

.arco-tag.arco-tag-checked.arco-tag-pinkpurple {
    color: rgb(var(--pinkpurple-6));
    background-color: rgb(var(--pinkpurple-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-pinkpurple .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--pinkpurple-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-pinkpurple.arco-tag:hover {
    background-color: rgb(var(--pinkpurple-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-pinkpurple .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-pinkpurple .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-pinkpurple .arco-tag-loading-icon {
    color: rgb(var(--pinkpurple-6))
}

.arco-tag.arco-tag-checked.arco-tag-magenta {
    color: rgb(var(--magenta-6));
    background-color: rgb(var(--magenta-1));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-magenta .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--magenta-2))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-magenta.arco-tag:hover {
    background-color: rgb(var(--magenta-2));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-magenta .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-magenta .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-magenta .arco-tag-loading-icon {
    color: rgb(var(--magenta-6))
}

.arco-tag.arco-tag-checked.arco-tag-gray {
    color: rgb(var(--gray-6));
    background-color: rgb(var(--gray-2));
    border: 1px solid transparent
}

.arco-tag.arco-tag-checked.arco-tag-gray .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgb(var(--gray-3))
}

.arco-tag.arco-tag-checkable.arco-tag-checked.arco-tag-gray.arco-tag:hover {
    background-color: rgb(var(--gray-3));
    border-color: transparent
}

.arco-tag.arco-tag-checked.arco-tag-gray .arco-tag-close-btn,
.arco-tag.arco-tag-checked.arco-tag-gray .arco-tag-icon,
.arco-tag.arco-tag-checked.arco-tag-gray .arco-tag-loading-icon {
    color: rgb(var(--gray-6))
}

.arco-tag-custom-color {
    color: var(--color-white)
}

.arco-tag-custom-color .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: hsla(0, 0%, 100%, .2)
}

.arco-tag .arco-tag-close-btn {
    margin-left: 4px;
    font-size: 12px
}

.arco-tag .arco-tag-close-btn>svg {
    position: relative
}

.arco-tag-loading-icon {
    margin-left: 4px;
    font-size: 12px
}

body[arco-theme=dark] .arco-tag-checked {
    color: hsla(0, 0%, 100%, .9)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-red {
    background-color: rgba(var(--red-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-red:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-red .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--red-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-orangered {
    background-color: rgba(var(--orangered-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-orangered:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-orangered .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--orangered-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-orange {
    background-color: rgba(var(--orange-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-orange:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-orange .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--orange-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-gold {
    background-color: rgba(var(--gold-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-gold:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-gold .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--gold-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-lime {
    background-color: rgba(var(--lime-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-lime:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-lime .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--lime-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-green {
    background-color: rgba(var(--green-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-green:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-green .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--green-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-cyan {
    background-color: rgba(var(--cyan-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-cyan:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-cyan .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--cyan-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-blue {
    background-color: rgba(var(--blue-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-blue:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-blue .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--blue-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-arcoblue {
    background-color: rgba(var(--arcoblue-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-arcoblue:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-arcoblue .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--arcoblue-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-purple {
    background-color: rgba(var(--purple-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-purple:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-purple .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--purple-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-pinkpurple {
    background-color: rgba(var(--pinkpurple-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-pinkpurple:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-pinkpurple .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--pinkpurple-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-magenta {
    background-color: rgba(var(--magenta-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-magenta:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-magenta .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--magenta-6), .35)
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-gray {
    background-color: rgba(var(--gray-6), .2)
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-gray:hover,
body[arco-theme=dark] .arco-tag-checked.arco-tag-gray .arco-icon-hover.arco-tag-icon-hover:hover:before {
    background-color: rgba(var(--gray-6), .35)
}

.arco-tag {
    display: inline-flex;
    align-items: center;
    padding: 0 4px;
    font-weight: 400;
    border-radius: 2px
}

.arco-tag-size-medium {
    height: 18px;
    line-height: 18px
}

.arco-tag-size-medium.gj-tag-type-text {
    height: 18px
}

.gj-tag.gj-tag-type-line {
    border: 1px solid
}

.gj-tag.gj-tag-type-plane {
    border: none
}

.gj-tag.gj-tag-type-text {
    background-color: transparent !important
}

.arco-textarea-wrapper {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
    color: var(--color-text-1);
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #dadde2;
    border-radius: var(--border-radius-small);
    cursor: text;
    transition: color .1s linear, border-color .1s linear, background-color .1s linear;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.arco-textarea-wrapper:hover {
    background-color: #fff;
    border-color: #86909c
}

.arco-textarea-wrapper.arco-textarea-focus,
.arco-textarea-wrapper:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--primary-6));
    box-shadow: 0 0 0 0 var(--color-primary-light-2)
}

.arco-textarea-wrapper.arco-textarea-disabled {
    cursor: not-allowed
}

.arco-textarea-wrapper.arco-textarea-disabled,
.arco-textarea-wrapper.arco-textarea-disabled:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-2);
    border-color: transparent
}

.arco-textarea-wrapper.arco-textarea-disabled .arco-textarea-prefix,
.arco-textarea-wrapper.arco-textarea-disabled .arco-textarea-suffix {
    color: inherit
}

.arco-textarea-wrapper.arco-textarea-error,
.arco-textarea-wrapper.arco-textarea-error:hover {
    background-color: #fff;
    border-color: #f53f3f
}

.arco-textarea-wrapper.arco-textarea-error.arco-textarea-wrapper-focus,
.arco-textarea-wrapper.arco-textarea-error:focus-within {
    background-color: var(--color-bg-2);
    border-color: rgb(var(--danger-6));
    box-shadow: 0 0 0 0 var(--color-danger-light-2)
}

.arco-textarea-wrapper .arco-textarea-prefix,
.arco-textarea-wrapper .arco-textarea-suffix {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-textarea-wrapper .arco-textarea-prefix>svg,
.arco-textarea-wrapper .arco-textarea-suffix>svg {
    font-size: 12px
}

.arco-textarea-wrapper .arco-textarea-prefix {
    padding-right: 12px;
    color: var(--color-text-2)
}

.arco-textarea-wrapper .arco-textarea-suffix {
    padding-left: 12px;
    color: var(--color-text-2)
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon {
    display: inline-flex
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon-status-validating {
    color: rgb(var(--primary-6))
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon-status-success {
    color: rgb(var(--success-6))
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon-status-warning {
    color: rgb(var(--warning-6))
}

.arco-textarea-wrapper .arco-textarea-suffix .arco-feedback-icon-status-error {
    color: rgb(var(--danger-6))
}

.arco-textarea-wrapper .arco-textarea-clear-btn {
    color: var(--color-text-2);
    font-size: 12px;
    visibility: hidden;
    cursor: pointer
}

.arco-textarea-wrapper .arco-textarea-clear-btn>svg {
    position: relative;
    transition: color .1s linear
}

.arco-textarea-wrapper:hover .arco-textarea-clear-btn {
    visibility: visible
}

.arco-textarea-wrapper:not(.arco-textarea-focus) .arco-textarea-icon-hover:hover:before {
    background-color: var(--color-fill-4)
}

.arco-textarea-wrapper .arco-textarea-word-limit {
    position: absolute;
    right: 10px;
    bottom: 6px;
    color: var(--color-text-3);
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-textarea-wrapper.arco-textarea-scroll .arco-textarea-word-limit {
    right: 25px
}

.arco-textarea-wrapper .arco-textarea-clear-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.arco-textarea-wrapper.arco-textarea-scroll .arco-textarea-clear-btn {
    right: 25px
}

.arco-textarea-wrapper:hover .arco-textarea-clear-btn {
    display: block
}

.arco-textarea-wrapper .arco-textarea-mirror {
    position: absolute;
    visibility: hidden
}

.arco-textarea {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    line-height: 1.5715;
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    cursor: inherit;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
    box-sizing: border-box;
    min-height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
    resize: vertical
}

.arco-textarea::-moz-placeholder {
    color: var(--color-text-3)
}

.arco-textarea:-ms-input-placeholder {
    color: var(--color-text-3)
}

.arco-textarea::placeholder {
    color: var(--color-text-3)
}

.arco-textarea[disabled]::-moz-placeholder {
    color: var(--color-text-4)
}

.arco-textarea[disabled]:-ms-input-placeholder {
    color: var(--color-text-4)
}

.arco-textarea[disabled]::placeholder {
    color: var(--color-text-4)
}

.arco-textarea[disabled] {
    -webkit-text-fill-color: var(--color-text-4)
}

.arco-textarea-wrapper.arco-textarea-disabled,
.arco-textarea-wrapper.arco-textarea-disabled:hover {
    background-color: #fafafb;
    border-color: #cccdd6
}

.arco-textarea-wrapper.arco-textarea-scroll {
    overflow: hidden
}

.arco-textarea-wrapper .arco-textarea {
    height: 100%
}

.arco-textarea-wrapper .arco-textarea-word-limit {
    padding: 0 2px;
    line-height: 18px;
    background: #fff;
    border-radius: 2px
}

.arco-textarea-wrapper.has-clear-btn .arco-textarea {
    padding-right: 28px
}

.arco-textarea-wrapper.has-word-limit .arco-textarea {
    padding-bottom: 18px
}

.arco-textarea[disabled] {
    -webkit-text-fill-color: #808197
}

.arco-textarea[disabled]::-moz-placeholder {
    -webkit-text-fill-color: #c9cdd4
}

.arco-textarea[disabled]:-ms-input-placeholder {
    -webkit-text-fill-color: #c9cdd4
}

.arco-textarea[disabled]::placeholder {
    -webkit-text-fill-color: #c9cdd4
}

.arco-form-item-status-error .arco-textarea-wrapper:not(.arco-textarea-disabled),
.arco-form-item-status-error .arco-textarea-wrapper:not(.arco-textarea-disabled):hover {
    background: #fff;
    border: 1px solid #f53f3f
}

.arco-timepicker {
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding: 0
}

.arco-timepicker-container {
    overflow: hidden;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.arco-timepicker-column {
    box-sizing: border-box;
    width: 64px;
    height: 224px;
    overflow: hidden
}

.arco-timepicker-column:not(:last-child) {
    border-right: 1px solid var(--color-neutral-3)
}

.arco-timepicker-column:hover {
    overflow-y: auto
}

.arco-timepicker-column ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-timepicker-column ul:after {
    display: block;
    width: 100%;
    height: 192px;
    content: ""
}

.arco-timepicker-cell {
    padding: 4px 0;
    color: var(--color-text-1);
    font-weight: 500;
    cursor: pointer
}

.arco-timepicker-cell-inner {
    height: 24px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px
}

.arco-timepicker-cell:not(.arco-timepicker-cell-selected):not(.arco-timepicker-cell-disabled):hover .arco-timepicker-cell-inner {
    background-color: var(--color-fill-2)
}

.arco-timepicker-cell-selected .arco-timepicker-cell-inner {
    font-weight: 500;
    background-color: var(--color-fill-2)
}

.arco-timepicker-cell-disabled {
    color: var(--color-text-4);
    cursor: not-allowed
}

.arco-timepicker-footer-extra-wrapper {
    padding: 8px;
    color: var(--color-text-1);
    font-size: 12px;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-timepicker-footer-btn-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-top: 1px solid var(--color-neutral-3)
}

.arco-timepicker-footer-btn-wrapper :only-child {
    margin-left: auto
}

.arco-timepicker-footer-btn-wrapper .arco-btn.arco-btn-size-mini {
    border-radius: 12px
}

.arco-timepicker-footer-btn-wrapper .arco-btn.arco-btn-size-small {
    border-radius: 14px
}

.arco-timepicker-footer-btn-wrapper .arco-btn.arco-btn-size-medium {
    border-radius: 16px
}

.arco-timepicker-footer-btn-wrapper .arco-btn.arco-btn-size-large {
    border-radius: 18px
}

.arco-timepicker-footer-btn-wrapper .arco-btn-secondary {
    color: #000430;
    background-color: transparent;
    border: 1px solid #e6e6ed
}

.arco-timepicker-footer-btn-wrapper .arco-btn-secondary:hover {
    color: #000430;
    background-color: #f2f2f5;
    border-color: #e6e6ed
}

.arco-timepicker-footer-btn-wrapper .arco-btn-secondary:active {
    color: #000430;
    background: #e6e6ed;
    border-color: #e6e6ed
}

.arco-timepicker-footer-btn-wrapper .arco-btn-secondary.arco-btn-disabled {
    color: grey;
    background-color: transparent;
    border-color: #e6e6ed;
    cursor: not-allowed
}

.arco-timeline {
    display: flex;
    flex-direction: column
}

.arco-timeline-item {
    position: relative;
    min-height: 78px;
    padding-left: 6px;
    color: var(--color-text-1);
    font-size: 12px
}

.arco-timeline-item-label {
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 1.667
}

.arco-timeline-item-content {
    margin-bottom: 4px;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1.5715
}

.arco-timeline-item-content-wrapper {
    position: relative;
    margin-left: 16px
}

.arco-timeline-item.arco-timeline-item-last>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-line {
    display: none
}

.arco-timeline-item-dot-wrapper {
    position: absolute;
    left: 0;
    height: 100%;
    text-align: center
}

.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content {
    position: relative;
    width: 6px;
    height: 18.858px;
    line-height: 18.858px
}

.arco-timeline-item-dot {
    position: relative;
    top: 50%;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    margin-top: -50%;
    color: rgb(var(--primary-6));
    border-radius: var(--border-radius-circle)
}

.arco-timeline-item-dot-solid {
    background-color: rgb(var(--primary-6))
}

.arco-timeline-item-dot-hollow {
    background-color: var(--color-bg-2);
    border: 2px solid rgb(var(--primary-6))
}

.arco-timeline-item-dot-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    box-sizing: border-box;
    color: rgb(var(--primary-6));
    background-color: var(--color-bg-2);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center
}

.arco-timeline-item-dot-custom svg {
    color: inherit
}

.arco-timeline-item-dot-line {
    position: absolute;
    top: 16.429px;
    bottom: -2.429px;
    left: 50%;
    box-sizing: border-box;
    width: 1px;
    border-color: var(--color-neutral-3);
    border-left-width: 1px;
    transform: translateX(-50%)
}

.arco-timeline-is-reverse {
    flex-direction: column-reverse
}

.arco-timeline-alternate {
    overflow: hidden
}

.arco-timeline-alternate .arco-timeline-item-vertical-left {
    padding-left: 0
}

.arco-timeline-alternate .arco-timeline-item-vertical-left>.arco-timeline-item-dot-wrapper {
    left: 50%
}

.arco-timeline-alternate .arco-timeline-item-vertical-left>.arco-timeline-item-content-wrapper {
    left: 50%;
    width: 50%;
    margin-left: 22px;
    padding-right: 22px
}

.arco-timeline-alternate .arco-timeline-item-vertical-right {
    padding-right: 0
}

.arco-timeline-alternate .arco-timeline-item-vertical-right>.arco-timeline-item-dot-wrapper {
    left: 50%
}

.arco-timeline-alternate .arco-timeline-item-vertical-right>.arco-timeline-item-content-wrapper {
    left: 0;
    width: 50%;
    margin-right: 0;
    margin-left: -16px;
    padding-right: 16px;
    text-align: right
}

.arco-timeline-right .arco-timeline-item-vertical-right {
    padding-right: 6px
}

.arco-timeline-right .arco-timeline-item-vertical-right>.arco-timeline-item-dot-wrapper {
    right: 0;
    left: unset
}

.arco-timeline-right .arco-timeline-item-vertical-right>.arco-timeline-item-content-wrapper {
    margin-right: 16px;
    margin-left: 0;
    text-align: right
}

.arco-timeline-item-label-relative>.arco-timeline-item-label {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    max-width: 100px
}

.arco-timeline-item-vertical-left.arco-timeline-item-label-relative {
    margin-left: 100px
}

.arco-timeline-item-vertical-left.arco-timeline-item-label-relative>.arco-timeline-item-label {
    left: 0;
    padding-right: 16px;
    text-align: right;
    transform: translateX(-100%)
}

.arco-timeline-item-vertical-right.arco-timeline-item-label-relative {
    margin-right: 100px
}

.arco-timeline-item-vertical-right.arco-timeline-item-label-relative>.arco-timeline-item-label {
    right: 0;
    padding-left: 16px;
    text-align: left;
    transform: translateX(100%)
}

.arco-timeline-item-horizontal-top.arco-timeline-item-label-relative {
    margin-top: 50px
}

.arco-timeline-item-horizontal-top.arco-timeline-item-label-relative>.arco-timeline-item-label {
    padding-bottom: 16px;
    transform: translateY(-100%)
}

.arco-timeline-item-horizontal-top.arco-timeline-item-label-relative>.arco-timeline-item-content {
    margin-bottom: 0
}

.arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative {
    margin-bottom: 50px
}

.arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative>.arco-timeline-item-content {
    margin-bottom: 0
}

.arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative>.arco-timeline-item-label {
    top: unset;
    bottom: 0;
    padding-top: 16px;
    text-align: left;
    transform: translateY(100%)
}

.arco-timeline-alternate .arco-timeline-item-vertical-left.arco-timeline-item-label-relative {
    margin-left: 0
}

.arco-timeline-alternate .arco-timeline-item-vertical-left.arco-timeline-item-label-relative>.arco-timeline-item-label {
    left: 0;
    width: 50%;
    max-width: unset;
    transform: none
}

.arco-timeline-alternate .arco-timeline-item-vertical-right.arco-timeline-item-label-relative {
    margin-right: 0
}

.arco-timeline-alternate .arco-timeline-item-horizontal-top.arco-timeline-item-label-relative {
    margin-top: 0
}

.arco-timeline-alternate .arco-timeline-item-horizontal-bottom.arco-timeline-item-label-relative {
    margin-bottom: 0
}

.arco-timeline-direction-horizontal {
    display: flex;
    flex-direction: row
}

.arco-timeline-direction-horizontal.arco-timeline-is-reverse {
    flex-direction: row-reverse
}

.arco-timeline-item-dot-line-is-horizontal {
    top: 50%;
    right: 4px;
    left: 12px;
    width: unset;
    height: 1px;
    border-top-width: 1px;
    border-left: none;
    transform: translateY(-50%)
}

.arco-timeline-item-horizontal-bottom,
.arco-timeline-item-horizontal-top {
    flex: 1;
    min-height: unset;
    padding-right: 0;
    padding-left: 0
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper,
.arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper {
    top: 0;
    width: 100%;
    height: auto
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot,
.arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot {
    top: unset;
    margin-top: unset
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content,
.arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content {
    height: 6px;
    line-height: 6px
}

.arco-timeline-item-horizontal-top {
    padding-top: 6px
}

.arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper {
    top: 0;
    bottom: unset
}

.arco-timeline-item-horizontal-top>.arco-timeline-item-content-wrapper {
    margin-top: 16px;
    margin-left: 0
}

.arco-timeline-item-horizontal-bottom {
    padding-bottom: 6px
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper {
    top: unset;
    bottom: 0
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-content-wrapper {
    margin-bottom: 16px;
    margin-left: 0
}

.arco-timeline-alternate.arco-timeline-direction-horizontal {
    align-items: center;
    min-height: 200px;
    overflow: visible
}

.arco-timeline-alternate.arco-timeline-direction-horizontal .arco-timeline-item-horizontal-bottom {
    margin-top: 6px;
    transform: translateY(-50%)
}

.arco-timeline-alternate.arco-timeline-direction-horizontal .arco-timeline-item-horizontal-top {
    margin-top: -6px;
    transform: translateY(50%)
}

.arco-tooltip-content {
    max-width: 350px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    word-wrap: break-word;
    border-radius: var(--border-radius-small)
}

.arco-tooltip-content-dark {
    color: #fff;
    background-color: var(--color-tooltip-bg)
}

.arco-tooltip-content-white {
    color: var(--color-text-2);
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12), 0 6px 18px 0 rgba(0, 0, 0, .08), 0 9px 28px 0 rgba(0, 0, 0, .06)
}

.arco-tooltip-mini {
    padding: 4px 12px;
    font-size: 12px
}

.arco-tooltip-popup-arrow-dark {
    background-color: var(--color-tooltip-bg)
}

.arco-tooltip-popup-arrow-white {
    z-index: unset;
    background-color: #fff
}

.arco-tooltip-content {
    padding: 12px;
    white-space: pre-wrap;
    word-break: break-all
}

.arco-tooltip-content.gj-tooltip-content-white {
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1)
}

.arco-tooltip-popup-arrow.gj-tooltip-popup-arrow-white {
    z-index: 2;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1)
}

.arco-transfer {
    display: flex;
    align-items: center
}

.arco-transfer-view {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 200px;
    height: 224px;
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-small)
}

.arco-transfer-view-search {
    padding: 8px 12px 4px 12px
}

.arco-transfer-view-list {
    flex: 1
}

.arco-transfer-view-custom-list {
    flex: 1;
    overflow: auto
}

.arco-transfer-view-header {
    display: flex;
    align-items: center;
    padding: 0 10px
}

.arco-transfer-view-header>:first-child {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-transfer-view-header>:first-child:not(:last-child) {
    margin-right: 8px
}

.arco-transfer-view-header {
    height: 40px;
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    background-color: var(--color-fill-1)
}

.arco-transfer-view-header-title {
    display: flex;
    align-items: center
}

.arco-transfer-view-header-title .arco-checkbox {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: inherit
}

.arco-transfer-view-header-title .arco-checkbox-text {
    color: inherit
}

.arco-transfer-view-header-clear-btn {
    color: var(--color-text-2);
    font-size: 12px;
    cursor: pointer
}

.arco-transfer-view-header-clear-btn:hover:before {
    background-color: var(--color-fill-3)
}

.arco-transfer-view-header-count {
    margin-right: 2px;
    color: var(--color-text-3);
    font-weight: 400;
    font-size: 12px
}

.arco-transfer-view .arco-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 0
}

.arco-transfer-view .arco-list-content {
    flex: 1;
    overflow-y: auto
}

.arco-transfer-view .arco-list-footer {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 40px;
    padding: 0 8px
}

.arco-transfer-view .arco-list .arco-pagination {
    position: absolute;
    top: 50%;
    right: 8px;
    margin: 0;
    transform: translateY(-50%)
}

.arco-transfer-view .arco-list .arco-pagination-jumper-input {
    width: 24px
}

.arco-transfer-view .arco-list .arco-pagination-jumper-separator {
    padding: 0 8px
}

.arco-transfer-view .arco-checkbox {
    padding-left: 6px
}

.arco-transfer-view .arco-checkbox-wrapper {
    display: inline
}

.arco-transfer-view .arco-checkbox .arco-icon-hover:hover:before {
    background-color: var(--color-fill-3)
}

.arco-transfer-list-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 10px;
    color: var(--color-text-1);
    line-height: 36px;
    list-style: none;
    background-color: transparent;
    cursor: default
}

.arco-transfer-list-item-content {
    font-size: 12px
}

.arco-transfer-list-item-checkbox .arco-checkbox-label,
.arco-transfer-list-item-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-transfer-list-item-disabled {
    color: var(--color-text-4);
    background-color: transparent;
    cursor: not-allowed
}

.arco-transfer-list-item:not(.arco-transfer-list-item-disabled):hover {
    color: var(--color-text-1);
    background-color: var(--color-fill-2)
}

.arco-transfer-list-item .arco-checkbox {
    width: 100%
}

.arco-transfer-list-item .arco-checkbox-text {
    color: inherit
}

.arco-transfer-list-item-remove-btn {
    margin-left: auto;
    color: var(--color-text-2);
    font-size: 12px;
    cursor: pointer
}

.arco-transfer-list-item-remove-btn:hover:before {
    background-color: var(--color-fill-3)
}

.arco-transfer-list-item-draggable:before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    height: 2px;
    border-radius: 1px;
    content: ""
}

.arco-transfer-list-item-gap-bottom:before {
    bottom: -2px;
    background-color: rgb(var(--primary-6))
}

.arco-transfer-list-item-gap-top:before {
    top: -2px;
    background-color: rgb(var(--primary-6))
}

.arco-transfer-list-item-dragging {
    color: var(--color-text-4) !important;
    background-color: var(--color-fill-1) !important
}

.arco-transfer-list-item-dragged {
    -webkit-animation: arco-transfer-drag-item-blink .4s;
    animation: arco-transfer-drag-item-blink .4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.arco-transfer-operations {
    padding: 0 20px
}

.arco-transfer-operations .arco-btn {
    display: block
}

.arco-transfer-operations .arco-btn:last-child {
    margin-top: 12px
}

.arco-transfer-operations-words .arco-btn {
    width: 100%;
    padding: 0 12px;
    text-align: left
}

.arco-transfer-simple .arco-transfer-view-source {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.arco-transfer-simple .arco-transfer-view-target {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.arco-transfer-disabled .arco-transfer-view-header {
    color: var(--color-text-4)
}

@-webkit-keyframes arco-transfer-drag-item-blink {
    0% {
        background-color: var(--color-primary-light-1)
    }

    to {
        background-color: transparent
    }
}

@keyframes arco-transfer-drag-item-blink {
    0% {
        background-color: var(--color-primary-light-1)
    }

    to {
        background-color: transparent
    }
}

.arco-icon-hover.arco-tree-node-icon-hover:before {
    width: 16px;
    height: 16px
}

.arco-tree-node-switcher {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 12px;
    height: 32px;
    margin-right: 10px;
    color: var(--color-text-2);
    font-size: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-tree-node-switcher-icon {
    position: relative;
    margin: 0 auto
}

.arco-tree-node-switcher-icon svg {
    position: relative;
    transform: rotate(-90deg);
    transition: transform .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tree-node-expanded .arco-tree-node-switcher-icon svg,
.arco-tree-node-is-leaf .arco-tree-node-switcher-icon svg {
    transform: rotate(0)
}

.arco-tree-node-drag-icon {
    margin-left: 120px;
    color: rgb(var(--primary-6));
    opacity: 0
}

.arco-tree-node-custom-icon {
    margin-right: 10px;
    font-size: inherit;
    line-height: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.arco-tree-node .arco-icon-loading {
    color: rgb(var(--primary-6))
}

.arco-tree-node-minus-icon,
.arco-tree-node-plus-icon {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--color-fill-2);
    border-radius: var(--border-radius-small);
    cursor: pointer
}

.arco-tree-node-minus-icon:after,
.arco-tree-node-plus-icon:after {
    width: 6px;
    height: 2px;
    margin-top: -1px;
    margin-left: -3px
}

.arco-tree-node-minus-icon:after,
.arco-tree-node-plus-icon:after,
.arco-tree-node-plus-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    color: var(--color-text-2);
    background-color: var(--color-text-2);
    border-radius: .5px;
    content: ""
}

.arco-tree-node-plus-icon:before {
    width: 2px;
    height: 6px;
    margin-top: -3px;
    margin-left: -1px
}

.arco-tree {
    color: var(--color-text-1)
}

.arco-tree .arco-checkbox {
    margin-right: 10px;
    padding-left: 0;
    line-height: 32px
}

.arco-tree-node {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 2px;
    color: var(--color-text-1);
    line-height: 1.5715;
    cursor: pointer
}

.arco-tree-node-selected .arco-tree-node-title,
.arco-tree-node-selected .arco-tree-node-title:hover {
    color: rgb(var(--primary-6));
    transition: color .2s linear
}

.arco-tree-node-disabled-selectable .arco-tree-node-title,
.arco-tree-node-disabled-selectable .arco-tree-node-title:hover,
.arco-tree-node-disabled .arco-tree-node-title,
.arco-tree-node-disabled .arco-tree-node-title:hover {
    color: var(--color-text-4);
    background: 0 0;
    cursor: not-allowed
}

.arco-tree-node-disabled.arco-tree-node-selected .arco-tree-node-title {
    color: var(--color-primary-light-3)
}

.arco-tree-node-title-block {
    flex: 1;
    box-sizing: content-box
}

.arco-tree-node-title-block .arco-tree-node-drag-icon {
    position: absolute;
    right: 12px
}

.arco-tree-node-indent {
    position: relative;
    flex-shrink: 0;
    align-self: stretch
}

.arco-tree-node-indent-block {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 100%;
    margin-right: 10px
}

.arco-tree-node-draggable {
    margin-top: 2px
}

.arco-tree-node-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: -4px;
    padding: 6.5px 0;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    border-radius: var(--border-radius-small)
}

.arco-tree-node-title:hover {
    color: var(--color-text-1);
    background-color: var(--color-fill-2)
}

.arco-tree-node-title:hover .arco-tree-node-drag-icon {
    opacity: 1
}

.arco-tree-node-title-draggable:before {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    display: block;
    height: 2px;
    border-radius: 1px;
    content: ""
}

.arco-tree-node-title-gap-bottom:before {
    top: unset;
    bottom: -2px;
    background-color: rgb(var(--primary-6))
}

.arco-tree-node-title-gap-top:before {
    background-color: rgb(var(--primary-6))
}

.arco-tree-node-title-highlight {
    color: var(--color-text-1);
    background-color: var(--color-primary-light-1)
}

.arco-tree-node-title-dragging,
.arco-tree-node-title-dragging:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-1)
}

.arco-tree-show-line {
    padding-left: 1px
}

.arco-tree-show-line .arco-tree-node-switcher {
    width: 14px;
    text-align: center
}

.arco-tree-show-line .arco-tree-node-switcher .arco-tree-node-icon-hover {
    width: 100%
}

.arco-tree-show-line .arco-tree-node-indent-block {
    width: 14px
}

.arco-tree-show-line .arco-tree-node-indent-block:before {
    position: absolute;
    left: 50%;
    box-sizing: border-box;
    width: 1px;
    border-left: 1px solid var(--color-neutral-3);
    transform: translateX(-50%);
    content: "";
    top: -5px;
    bottom: -5px
}

.arco-tree-show-line .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:after {
    position: absolute;
    right: -7px;
    box-sizing: border-box;
    width: 1px;
    border-left: 1px solid var(--color-neutral-3);
    transform: translateX(50%);
    content: "";
    top: 27px;
    bottom: -5px
}

.arco-tree-show-line .arco-tree-node-indent-block-lineless:before {
    display: none
}

.arco-tree-size-mini .arco-tree-node-switcher {
    height: 24px
}

.arco-tree-size-mini .arco-checkbox {
    line-height: 24px
}

.arco-tree-size-mini .arco-tree-node-title {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 1.667
}

.arco-tree-size-mini .arco-tree-node-indent-block:after {
    top: 23px;
    bottom: -1px
}

.arco-tree-size-mini .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:before {
    top: -1px;
    bottom: -1px
}

.arco-tree-size-small .arco-tree-node-switcher {
    height: 28px
}

.arco-tree-size-small .arco-checkbox {
    line-height: 28px
}

.arco-tree-size-small .arco-tree-node-title {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    font-size: 12px
}

.arco-tree-size-small .arco-tree-node-indent-block:after {
    top: 25px;
    bottom: -3px
}

.arco-tree-size-small .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:before {
    top: -3px;
    bottom: -3px
}

.arco-tree-size-large .arco-tree-node-switcher {
    height: 36px
}

.arco-tree-size-large .arco-checkbox {
    line-height: 36px
}

.arco-tree-size-large .arco-tree-node-title {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    font-size: 12px
}

.arco-tree-size-large .arco-tree-node-indent-block:after {
    top: 29px;
    bottom: -7px
}

.arco-tree-size-large .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:before {
    top: -7px;
    bottom: -7px
}

.arco-tree-node-list {
    overflow: hidden;
    transition: height .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-tree-node.arco-tree-node-selected {
    background: #e8f3ff
}

.arco-tree-node:hover {
    background: #f2f3f5
}

.arco-tree-checkable .arco-tree-node.arco-tree-node-selected {
    background: unset
}

.arco-tree-checkable .arco-tree-node:hover {
    background: #f2f3f5
}

.arco-tree-checkable .arco-tree-node .arco-tree-node-title:hover {
    background: unset
}

.arco-tree-select-popup {
    box-sizing: border-box;
    max-height: 200px;
    padding: 4px 0;
    padding-right: 4px;
    padding-left: 10px;
    overflow: auto;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-fill-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.arco-tree-select-popup .arco-tree-node {
    padding-left: 0
}

.arco-tree-select-highlight {
    font-weight: 500
}

.arco-tree-select-popup {
    max-height: 400px
}

.arco-typography {
    color: var(--color-text-1);
    line-height: 1.5715
}

h1.arco-typography,
h2.arco-typography,
h3.arco-typography,
h4.arco-typography,
h5.arco-typography,
h6.arco-typography {
    margin-top: 1em;
    margin-bottom: .5em;
    font-weight: 500
}

h1.arco-typography {
    font-size: 36px;
    line-height: 1.23
}

h2.arco-typography {
    font-size: 32px;
    line-height: 1.25
}

h3.arco-typography {
    font-size: 28px;
    line-height: 1.29
}

h4.arco-typography {
    font-size: 24px;
    line-height: 1.33
}

h5.arco-typography {
    font-size: 20px;
    line-height: 1.4
}

h6.arco-typography {
    font-size: 16px;
    line-height: 1.5
}

div.arco-typography,
p.arco-typography {
    margin-top: 0;
    margin-bottom: 1em
}

.arco-typography-primary {
    color: rgb(var(--primary-6))
}

.arco-typography-secondary {
    color: var(--color-text-2)
}

.arco-typography-success {
    color: rgb(var(--success-6))
}

.arco-typography-warning {
    color: rgb(var(--warning-6))
}

.arco-typography-danger {
    color: rgb(var(--danger-6))
}

.arco-typography-disabled {
    color: var(--color-text-4);
    cursor: not-allowed
}

.arco-typography mark {
    background-color: rgb(var(--yellow-4))
}

.arco-typography u {
    text-decoration: underline
}

.arco-typography del {
    text-decoration: line-through
}

.arco-typography b {
    font-weight: 500
}

.arco-typography code {
    margin: 0 2px;
    padding: 2px 8px;
    color: var(--color-text-2);
    font-size: 85%;
    background-color: var(--color-neutral-2);
    border: 1px solid var(--color-neutral-3);
    border-radius: 2px
}

.arco-typography blockquote {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 8px;
    background-color: var(--color-bg-2);
    border-left: 2px solid var(--color-neutral-6)
}

.arco-typography ol,
.arco-typography ul {
    margin: 0;
    padding: 0
}

.arco-typography ol li,
.arco-typography ul li {
    margin-left: 20px
}

.arco-typography ul {
    list-style: circle
}

.arco-typography-spacing-close {
    line-height: 1.3
}

.arco-typography-operation-copied,
.arco-typography-operation-copy {
    margin-left: 2px;
    padding: 2px
}

.arco-typography-operation-copy {
    color: var(--color-text-2);
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color .1s linear
}

.arco-typography-operation-copy:hover {
    color: var(--color-text-2);
    background-color: var(--color-fill-2)
}

.arco-typography-operation-copied {
    color: rgb(var(--success-6))
}

.arco-typography-operation-edit {
    margin-left: 2px;
    padding: 2px;
    color: var(--color-text-2);
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color .1s linear
}

.arco-typography-operation-edit:hover {
    color: var(--color-text-2);
    background-color: var(--color-fill-2)
}

.arco-typography-operation-expand {
    margin: 0 4px;
    color: rgb(var(--primary-6));
    cursor: pointer
}

.arco-typography-operation-expand:hover {
    color: rgb(var(--primary-5))
}

.arco-typography-edit-content {
    position: relative;
    left: -13px;
    margin-top: -5px;
    margin-right: -13px;
    margin-bottom: calc(1em - 5px)
}

.arco-upload {
    display: inline-block;
    max-width: 100%;
    cursor: pointer
}

.arco-upload.arco-upload-draggable {
    width: 100%
}

.arco-upload-tip {
    margin-top: 4px;
    overflow: hidden;
    color: var(--color-text-3);
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-upload-picture-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 80px;
    height: 80px;
    margin-bottom: 0;
    color: var(--color-text-2);
    text-align: center;
    background: var(--color-fill-2);
    border: 1px dashed var(--color-neutral-3);
    border-radius: var(--border-radius-small);
    transition: all .1s linear
}

.arco-upload-picture-card:hover {
    color: var(--color-text-2);
    background-color: var(--color-fill-3);
    border-color: var(--color-neutral-4)
}

.arco-upload-drag {
    padding: 50px 0;
    color: var(--color-text-1);
    text-align: center;
    background-color: var(--color-fill-1);
    border: 1px dashed var(--color-neutral-3);
    border-radius: var(--border-radius-small);
    transition: all .2s ease
}

.arco-upload-drag .arco-icon-plus {
    margin-bottom: 24px;
    color: var(--color-text-2);
    font-size: 14px
}

.arco-upload-drag:hover {
    background-color: var(--color-fill-3);
    border-color: var(--color-neutral-4)
}

.arco-upload-drag:hover .arco-upload-drag-text {
    color: var(--color-text-1)
}

.arco-upload-drag:hover .arco-icon-plus {
    color: var(--color-text-2)
}

.arco-upload-drag-active {
    background-color: var(--color-primary-light-1);
    border-color: rgb(var(--primary-6))
}

.arco-upload-drag-active,
.arco-upload-drag-active .arco-upload-drag-text {
    color: var(--color-text-1)
}

.arco-upload-drag-active .arco-icon-plus {
    color: rgb(var(--primary-6))
}

.arco-upload-drag .arco-upload-tip {
    margin-top: 0
}

.arco-upload-drag-text {
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1.5
}

.arco-upload-wrapper {
    width: 100%
}

.arco-upload-wrapper.arco-upload-wrapper-type-picture-card {
    display: flex;
    justify-content: flex-start
}

.arco-upload-drag {
    width: 100%
}

.arco-upload-hide {
    display: none
}

.arco-upload-disabled .arco-upload-picture-card,
.arco-upload-disabled .arco-upload-picture-card:hover {
    color: var(--color-text-4);
    background-color: var(--color-fill-1);
    border-color: var(--color-neutral-4);
    cursor: not-allowed
}

.arco-upload-disabled .arco-upload-drag,
.arco-upload-disabled .arco-upload-drag:hover {
    background-color: var(--color-fill-1);
    border-color: var(--color-text-4);
    cursor: not-allowed
}

.arco-upload-disabled .arco-upload-drag .arco-icon-plus,
.arco-upload-disabled .arco-upload-drag .arco-upload-drag-text,
.arco-upload-disabled .arco-upload-drag:hover .arco-icon-plus,
.arco-upload-disabled .arco-upload-drag:hover .arco-upload-drag-text,
.arco-upload-disabled .arco-upload-tip {
    color: var(--color-text-4)
}

.arco-upload-icon {
    cursor: pointer
}

.arco-upload-icon-error {
    margin-left: 4px;
    color: rgb(var(--danger-6))
}

.arco-upload-icon-success {
    color: rgb(var(--success-6));
    font-size: 14px;
    line-height: 14px
}

.arco-upload-icon-remove {
    position: relative;
    font-size: 14px
}

.arco-upload-icon-cancel,
.arco-upload-icon-start {
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--color-white);
    font-size: 12px;
    transform: translateX(-50%) translateY(-50%)
}

.arco-upload-icon-upload {
    color: rgb(var(--primary-6));
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease
}

.arco-upload-icon-upload:active,
.arco-upload-icon-upload:hover {
    color: rgb(var(--primary-7))
}

.arco-upload-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.arco-upload-list.arco-upload-list-type-picture,
.arco-upload-list.arco-upload-list-type-text {
    width: 100%
}

.arco-upload-list.arco-upload-list-type-picture .arco-upload-list-item:first-of-type,
.arco-upload-list.arco-upload-list-type-text .arco-upload-list-item:first-of-type {
    margin-top: 24px
}

.arco-upload-list-item-done .arco-upload-list-item-file-icon {
    color: rgb(var(--primary-6))
}

.arco-upload-list-item {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 12px
}

.arco-upload-list-item-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 0;
    padding-right: 10px;
    padding-left: 12px;
    overflow: hidden;
    font-size: 12px;
    background-color: var(--color-fill-1);
    border-radius: var(--border-radius-small);
    transition: background-color .1s linear
}

.arco-upload-list-item-file-icon {
    margin-right: 12px;
    color: rgb(var(--primary-6));
    font-size: 16px;
    line-height: 16px
}

.arco-upload-list-item-thumbnail {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 12px
}

.arco-upload-list-item-thumbnail img {
    width: 100%;
    height: 100%
}

.arco-upload-list-item-name {
    display: flex;
    flex: 1;
    align-items: center;
    margin-right: 10px;
    overflow: hidden;
    color: var(--color-text-1);
    font-size: 12px;
    line-height: 1.4286;
    white-space: nowrap;
    text-overflow: ellipsis
}

.arco-upload-list-item-name-link {
    color: rgb(var(--link-6));
    text-decoration: none
}

.arco-upload-list-item-name-link,
.arco-upload-list-item-name-text {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.arco-upload-list-item .arco-upload-progress {
    position: relative;
    margin-left: auto;
    line-height: 12px
}

.arco-upload-list-item .arco-upload-progress:hover .arco-progress-circle-bg {
    stroke: rgba(var(--gray-10), .2)
}

.arco-upload-list-item .arco-upload-progress:hover .arco-progress-circle-bar {
    stroke: rgb(var(--primary-7))
}

.arco-upload-list-item-operation {
    margin-left: 12px;
    color: var(--color-text-2);
    font-size: 12px
}

.arco-upload-list-item-operation .arco-upload-icon-remove {
    font-size: inherit
}

.arco-upload-list-item-done .arco-upload-list-status,
.arco-upload-list-item-error .arco-upload-list-status {
    display: none
}

.arco-upload-list-type-text .arco-upload-list-item-error .arco-upload-list-item-name,
.arco-upload-list-type-text .arco-upload-list-item-error .arco-upload-list-item-name-link {
    color: rgb(var(--danger-6))
}

.arco-upload-list.arco-upload-list-type-picture-card {
    display: flex;
    flex-wrap: wrap;
    vertical-align: top
}

.arco-upload-list.arco-upload-list-type-picture-card .arco-upload-list-status {
    top: 50%;
    margin-left: 0;
    transform: translateY(-50%)
}

.arco-upload-list-picture {
    display: inline-block;
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-right: 0;
    transition: all .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-upload-list-picture-status-error .arco-upload-list-picture-mask {
    opacity: 1
}

.arco-upload-list-picture {
    position: relative;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    text-align: center;
    vertical-align: top;
    border-radius: var(--border-radius-small)
}

.arco-upload-list-picture img {
    width: 100%;
    height: 100%
}

.arco-upload-list-picture-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: var(--color-white);
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    opacity: 0;
    transition: opacity .1s linear
}

.arco-upload-list-picture-operation {
    display: none;
    font-size: 14px
}

.arco-upload-list-picture-operation .arco-upload-icon-retry {
    color: var(--color-white)
}

.arco-upload-list-picture-error-tip .arco-upload-icon-error {
    color: var(--color-white);
    font-size: 26px
}

.arco-upload-list-picture-mask:hover {
    opacity: 1
}

.arco-upload-list-picture-mask:hover .arco-upload-list-picture-operation {
    display: flex;
    justify-content: space-evenly
}

.arco-upload-list-picture-mask:hover .arco-upload-list-picture-error-tip {
    display: none
}

.arco-upload-list-type-picture .arco-upload-list-item-content {
    padding-top: 8px;
    padding-bottom: 8px
}

.arco-upload-list-type-picture .arco-upload-list-item-error .arco-upload-list-item-content {
    background-color: var(--color-danger-light-1)
}

.arco-upload-list-type-picture .arco-upload-list-item-error .arco-upload-list-item-name,
.arco-upload-list-type-picture .arco-upload-list-item-error .arco-upload-list-item-name-link {
    color: rgb(var(--danger-6))
}

.arco-upload-hide+.arco-upload-list .arco-upload-list-item:first-of-type {
    margin-top: 0
}

.arco-upload-slide-up-enter {
    opacity: 0
}

.arco-upload-slide-up-enter-active {
    opacity: 1;
    transition: opacity .2s cubic-bezier(.34, .69, .1, 1)
}

.arco-upload-slide-up-exit {
    opacity: 1
}

.arco-upload-slide-up-exit-active {
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .1s linear, height .3s cubic-bezier(.34, .69, .1, 1) .1s, margin .3s cubic-bezier(.34, .69, .1, 1) .1s
}

.arco-upload-list-item.arco-upload-slide-inline-enter {
    opacity: 0
}

.arco-upload-list-item.arco-upload-slide-inline-enter-active {
    opacity: 1;
    transition: opacity .2s linear
}

.arco-upload-list-item.arco-upload-slide-inline-exit {
    opacity: 1
}

.arco-upload-list-item.arco-upload-slide-inline-exit-active {
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .1s linear, width .3s cubic-bezier(.34, .69, .1, 1) .1s, margin .3s cubic-bezier(.34, .69, .1, 1) .1s
}

.gj-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-style: normal;
    outline: 0;
    stroke: currentColor
}

.arco-popover-popup-content {
    box-sizing: border-box;
    padding: 12px 16px;
    color: var(--color-text-2);
    font-size: 12px;
    line-height: 1.5715;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.arco-popover-title {
    color: var(--color-text-1);
    font-weight: 500;
    font-size: 16px
}

.arco-popover-content {
    text-align: left;
    word-wrap: break-word
}

.arco-popover-popup-arrow {
    z-index: 1;
    background-color: var(--color-bg-popup);
    border: 1px solid var(--color-neutral-3)
}

.arco-popover-title {
    font-weight: 700;
    font-size: 14px
}

.arco-popover-popup-content {
    padding: 12px
}

.gj-lazy-list {
    height: 100%;
    overflow: auto
}

.gj-lazy-item-placeholder {
    display: block
}

.gj-lazy-item-skeleton {
    display: flex;
    flex-direction: column
}

.arco-highlight-text {
    display: inline
}

.gb-modal .arco-modal {
    width: unset
}

.gb-modal .arco-modal-simple {
    width: 400px
}

.gb-modal .gb-modal-body {
    box-sizing: border-box;
    overflow: auto
}

.gb-modal:not(.gb-modal-simple) .arco-modal-header .arco-modal-title {
    justify-content: flex-start
}

.gb-modal:not(.gb-modal-simple) .arco-modal-body {
    box-sizing: border-box;
    padding: 0
}

.gb-modal:not(.gb-modal-simple) .gb-modal-body {
    position: relative;
    padding: 24px
}

.gb-image-border {
    border: 1px solid #dadde2;
    border-radius: 4px;
    box-sizing: border-box
}

.gb-image .arco-trigger-content {
    padding: 12px
}

.gb-image .arco-trigger-content .arco-popover-content {
    margin-top: 0
}

.gb-help {
    display: inline-flex;
    align-items: center;
    line-height: 1
}

.gb-help .question-icon {
    display: inline-flex;
    margin-left: 4px;
    color: #c9cdd4;
    font-size: 16px;
    cursor: pointer
}

.gb-copy {
    display: inline-flex;
    align-items: center;
    width: 100%
}

.gb-copy-virtual {
    display: none;
    white-space: pre-wrap
}

.gb-copy .copy-icon {
    display: flex;
    align-items: center;
    margin-left: 4px;
    line-height: 1;
    cursor: pointer
}

.gb-copy .copy-icon svg {
    min-width: 16px;
    min-height: 16px;
    color: #86909c
}

.gb-copy .copy-icon:hover,
.gb-copy .copy-icon svg:hover {
    color: #0045f0
}

.gb-copy .copy-icon.icon-hover-visible {
    display: none
}

.gb-copy:hover .copy-icon.icon-hover-visible,
.surely-table-row-hover .gb-copy .copy-icon.icon-hover-visible {
    display: inline-flex
}

.surely-table-cell .gb-copy {
    width: auto
}

.gb-table {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-table-hidden-xscrollbar .surely-table-body {
    overflow-x: hidden
}

.gb-table-hidden-yscrollbar .surely-table-header-scrollbar {
    display: none !important
}

.gb-table-hidden-yscrollbar .surely-table-body {
    overflow-y: hidden !important
}

.gb-table-hidden-yscrollbar .surely-table-summary-scrollbar {
    display: none !important
}

.gb-table-expand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 16px;
    cursor: pointer
}

.gb-table-expand-icon-all {
    position: absolute;
    top: 8px;
    left: 4px;
    z-index: 1
}

.gb-table-expand-icon-collapsed-default,
.gb-table-expand-icon-expanded-default {
    display: block
}

.gb-table-expand-icon-collapsed-hover,
.gb-table-expand-icon-expanded-hover,
.gb-table-expand-icon:hover .gb-table-expand-icon-collapsed-default,
.gb-table-expand-icon:hover .gb-table-expand-icon-expanded-default {
    display: none
}

.gb-table-expand-icon:hover .gb-table-expand-icon-collapsed-hover,
.gb-table-expand-icon:hover .gb-table-expand-icon-expanded-hover {
    display: block
}

.gb-table-expand-btn {
    display: flex;
    justify-content: center
}

.gb-table-expand-more {
    white-space: pre;
    width: 1000000px;
    cursor: pointer
}

.gb-table-expand-more-content {
    display: inline-block;
    transform: translateX(-50%)
}

.gb-table-empty .surely-table-checkbox-inner {
    background-color: #f5f5f5 !important;
    border-color: #d9d9d9 !important
}

.gb-table-empty .surely-table-checkbox-checked .surely-table-checkbox-inner:after {
    display: none
}

.gb-table-image-cell {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.gb-table-image-cell-img {
    width: 32px;
    height: 32px
}

.gb-table-image-cell-imgp {
    display: flex;
    transform: translateX(-32px);
    opacity: 0
}

.gb-table [gb-table-row-no-expand] .surely-table-row-expand-icon {
    display: none
}

.gb-table .surely-table-custom-expand-cell .surely-table-cell-box:before {
    width: 0
}

.surely-table-row:not(.gb-table-vertical-top-row) .surely-table-cell,
.surely-table-row:not(.gb-table-vertical-top-row) .surely-table-cell-inner {
    display: flex;
    align-items: center
}

.surely-table-row:not(.gb-table-vertical-top-row) .surely-table-cell:not(.surely-table-summary-cell),
.surely-table-row:not(.gb-table-vertical-top-row) .surely-table-cell:not(.surely-table-summary-cell) .surely-table-cell-inner {
    min-height: unset
}

.surely-table-row:not(.gb-table-vertical-top-row) .gb-table-expand-icon {
    align-items: center;
    margin-top: unset
}

.surely-table-row:not(.gb-table-vertical-top-row) .surely-table-fix-left .surely-table-row .surely-table-cell:first-child .arco-checkbox {
    margin-top: unset
}

.surely-table-row:not(.gb-table-vertical-top-row) .surely-table-extra-cell {
    align-items: center;
    padding-top: unset !important
}

.gb-table-vertical-top-row.surely-table-row:not(.surely-table-expanded-row):not(.gb-expand-more-child-row) .surely-table-cell,
.gb-table-vertical-top-row.surely-table-row:not(.surely-table-expanded-row):not(.gb-expand-more-child-row) .surely-table-cell-inner,
.gb-table-vertical-top-row .surely-table-summary-row .surely-table-cell,
.gb-table-vertical-top-row .surely-table-summary-row .surely-table-cell-inner {
    display: flex;
    align-items: flex-start
}

.gb-table-vertical-top-row.surely-table-row:not(.surely-table-expanded-row):not(.gb-expand-more-child-row) .surely-table-cell:not(.surely-table-summary-cell),
.gb-table-vertical-top-row.surely-table-row:not(.surely-table-expanded-row):not(.gb-expand-more-child-row) .surely-table-cell:not(.surely-table-summary-cell) .surely-table-cell-inner,
.gb-table-vertical-top-row .surely-table-summary-row .surely-table-cell:not(.surely-table-summary-cell),
.gb-table-vertical-top-row .surely-table-summary-row .surely-table-cell:not(.surely-table-summary-cell) .surely-table-cell-inner {
    min-height: 48px
}

.gb-table-vertical-top-row.surely-table-row:not(.surely-table-expanded-row):not(.gb-expand-more-child-row) .gb-table-expand-icon,
.gb-table-vertical-top-row .surely-table-summary-row .gb-table-expand-icon {
    align-items: flex-start;
    margin-top: -1px
}

.gb-table-vertical-top-row.surely-table-row:not(.surely-table-expanded-row):not(.gb-expand-more-child-row) .surely-table-fix-left .surely-table-row .surely-table-cell:first-child .arco-checkbox,
.gb-table-vertical-top-row .surely-table-summary-row .surely-table-fix-left .surely-table-row .surely-table-cell:first-child .arco-checkbox {
    margin-top: 2px
}

.gb-table-vertical-top-row.surely-table-row:not(.surely-table-expanded-row):not(.gb-expand-more-child-row) .surely-table-cell-content,
.gb-table-vertical-top-row .surely-table-summary-row .surely-table-cell-content {
    padding-top: 6px;
    padding-bottom: 6px
}

.gb-table-vertical-top-row.surely-table-row:not(.surely-table-expanded-row):not(.gb-expand-more-child-row) .surely-table-custom-expand-cell .surely-table-cell-content,
.gb-table-vertical-top-row .surely-table-summary-row .surely-table-custom-expand-cell .surely-table-cell-content {
    padding-top: 8px !important
}

.gb-table-vertical-top-row .surely-table-extra-cell {
    align-items: baseline;
    padding-top: 8px !important
}

.gb-table .table-container {
    position: relative;
    flex: 1;
    overflow-y: hidden
}

.gb-table .table-container-box-bordered {
    overflow: hidden;
    border: 1px solid #e5e6eb;
    border-radius: 4px
}

.gb-table .table-container-box-bordered .surely-table-summary-cell {
    border-bottom: none
}

.gb-table .table-container-highlight-header .surely-table-header-cell,
.gb-table .table-container-highlight-header .surely-table-header-scrollbar {
    background-color: #f7f8fa
}

.gb-table-fc .surely-table-center .surely-table-cell:first-child .surely-table-cell-box,
.gb-table-fc .surely-table-center .surely-table-cell:first-child .surely-table-cell-content,
.gb-table-ffl .surely-table-fix-left .surely-table-cell:first-child .surely-table-cell-box,
.gb-table-ffl .surely-table-fix-left .surely-table-cell:first-child .surely-table-cell-content {
    padding-left: 12px
}

.gb-table-header-cell {
    display: inline-flex;
    align-items: center
}

.gb-table.gb-table-custom-xscroll .surely-table-body::-webkit-scrollbar-thumb:horizontal {
    background-color: transparent
}

.gb-table-none-body-bordered .surely-table-body .surely-table-cell,
.gb-table-none-header-bordered .surely-table-header .surely-table-cell,
.gb-table-none-summary-bordered .surely-table-summary .surely-table-cell {
    border-right: none
}

.gb-table .surely-table .surely-table-extra-cell:first-child .gb-table-expand-icon,
.gb-table .surely-table .surely-table-extra-cell:first-child .surely-table-checkbox,
.gb-table .surely-table .surely-table-header-extra-cell:first-child .surely-table-selection-wrap {
    margin-left: 4px
}

.gb-table .surely-table .surely-table-header-cell.surely-table-custom-expand-cell .surely-table-header-cell-title {
    justify-content: flex-end
}

.gb-table .surely-table .surely-table-cell-shadow-left,
.gb-table .surely-table .surely-table-cell-shadow-right {
    display: none
}

.gb-table .surely-table .surely-table-fix-left.surely-table-no-columns .surely-table-cell-shadow-left,
.gb-table .surely-table .surely-table-fix-left.surely-table-no-columns:after,
.gb-table .surely-table .surely-table-fix-right.surely-table-no-columns .surely-table-cell-shadow-right,
.gb-table .surely-table .surely-table-fix-right.surely-table-no-columns:after {
    display: none !important
}

.gb-table .surely-table-ping-left>.surely-table-header .surely-table-cell-shadow-left,
.gb-table .surely-table-ping-left>.surely-table-summary .surely-table-cell-shadow-left {
    display: block
}

.gb-table .surely-table-ping-left>.surely-table-body>.surely-table-body-container>.surely-table-fix-left:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    height: 100%;
    box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .15);
    transform: translateX(100%);
    transition: box-shadow .3s;
    content: " ";
    pointer-events: none
}

.gb-table .surely-table-ping-right>.surely-table-header .surely-table-cell-shadow-right,
.gb-table .surely-table-ping-right>.surely-table-summary .surely-table-cell-shadow-right {
    display: block
}

.gb-table .surely-table-ping-right>.surely-table-body>.surely-table-body-container>.surely-table-fix-right:after {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 100%;
    box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .15);
    transform: translateX(-100%);
    transition: box-shadow .3s;
    content: "";
    pointer-events: none
}

.gb-table .surely-table .surely-table-row {
    transition: unset !important
}

.gb-table .surely-table .surely-table-expanded-row {
    z-index: 5
}

.gb-table .surely-table .surely-table-header-cell {
    color: #1d2129;
    font-weight: 700
}

.gb-table .surely-table .surely-table-header-cell.surely-table-cell--resizable .surely-table-cell-box:before {
    background-color: #c9ccd4 !important
}

.gb-table .surely-table .surely-table-header-cell:not(.surely-table-cell--resizable) .surely-table-cell-box:before {
    display: none
}

.gb-table .surely-table .surely-table-cell--center .surely-table-cell-box,
.gb-table .surely-table .surely-table-cell--center .surely-table-cell-content,
.gb-table .surely-table .surely-table-cell--empty .surely-table-cell-content,
.gb-table .surely-table .surely-table-header-cell--empty .surely-table-cell-box {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.gb-table .surely-table .surely-table-cell--center .surely-table-header-cell-title {
    justify-content: center
}

.gb-table .surely-table .surely-table-column-title {
    height: 100%
}

.gb-table .surely-table .surely-table-body .surely-table-column-sort {
    background-color: #fff
}

.gb-table .surely-table .surely-table-cell-hidden {
    background-color: #fff;
    visibility: visible
}

.gb-table .surely-table .surely-table-cell-hidden .surely-table-cell-inner {
    visibility: hidden
}

.gb-table .surely-table .surely-table-row-hover .surely-table-cell,
.gb-table .surely-table .surely-table-row-hover .surely-table-cell-multi,
.gb-table .surely-table .surely-table-row-hover .surely-table-column-sort,
.gb-table .surely-table .surely-table-row-hover .surely-table-drag-handle {
    background-color: #f0f5ff
}

.gb-table .surely-table .gb-highlight-row:not(.surely-table-expanded-row),
.gb-table .surely-table .gb-highlight-row:not(.surely-table-expanded-row) .surely-table-cell,
.gb-table .surely-table .gb-highlight-row:not(.surely-table-expanded-row) .surely-table-drag-handle {
    background-color: #e7ecfb
}

.gb-table .surely-table .surely-table-row-hover .gb-hover-op,
.gb-table .surely-table .surely-table-summary:hover .gb-hover-op {
    color: #0045f0;
    border-bottom: 1px solid #0045f0;
    cursor: pointer
}

.gb-table .surely-table .surely-table-resize-handle {
    cursor: col-resize
}

.gb-table .surely-table .surely-table-resize-handle-line {
    position: absolute;
    top: calc(50% - 6px);
    width: 1px;
    height: 12px !important;
    margin-left: 8px
}

.gb-table .surely-table .surely-table-drag-handle {
    margin: 0 -8px 0 12px
}

.gb-table .surely-table .surely-table-drag-placeholder {
    background-color: rgb(var(--primary-6))
}

.gb-table-resizing {
    cursor: col-resize
}

.gb-table-resizing .table-container {
    pointer-events: none
}

.gb-table-none-bottom-border .gb-table-last-row .surely-table-cell,
.gb-table-none-bottom-border .surely-table-empty-container {
    border-bottom: none
}

.gb-table-custom-expand .surely-table .surely-table-header .surely-table-custom-expand-cell .surely-table-header-cell-title-inner {
    display: inline-flex;
    justify-content: center
}

.gb-table-custom-expand .surely-table .surely-table-header .surely-table-custom-expand-cell .surely-table-resize-handle {
    display: none
}

.gb-table-custom-expand .surely-table .gb-table-expand-more-text {
    margin-right: 6px;
    color: #86909c
}

.gb-table-custom-expand .surely-table .gb-expand-gap-child-row .surely-table-cell {
    background-color: #fff !important
}

.gb-table-custom-expand .surely-table .gb-expand-gap-child-row .surely-table-cell-content {
    width: 100vw
}

.gb-table-custom-expand .surely-table .gb-expand-child-row-no-check .surely-table-checkbox,
.gb-table-custom-expand .surely-table .gb-expand-gap-child-row .surely-table-checkbox,
.gb-table-custom-expand .surely-table .gb-expand-more-child-row .surely-table-checkbox {
    display: none
}

.gb-table-custom-expand .surely-table .gb-expand-more-child-row .surely-table-cell-content {
    overflow: hidden
}

.gb-table-custom-expand-card .surely-table:before {
    position: absolute;
    top: 39px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #f0f0f0;
    content: " "
}

.gb-table-custom-expand-card .surely-table .surely-table-body .surely-table-cell {
    border-bottom: none
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-col-span-lrow {
    margin-right: -8px;
    overflow-x: hidden;
    white-space: nowrap
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row .surely-table-cell {
    background-color: #fff
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row .surely-table-cell-inner,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row .surely-table-extra-cell {
    background-color: #f2f3f5
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row.surely-table-row-hover .surely-table-cell-inner,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row.surely-table-row-hover .surely-table-custom-expand-cell,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row.surely-table-row-hover .surely-table-extra-cell,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row.surely-table-row-hover .surely-table-cell-inner,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row.surely-table-row-hover .surely-table-custom-expand-cell,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row.surely-table-row-hover .surely-table-extra-cell {
    background-color: #f0f5ff
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row.gb-highlight-row .surely-table-cell-inner,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row.gb-highlight-row .surely-table-custom-expand-cell,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row.gb-highlight-row .surely-table-extra-cell,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row.gb-highlight-row .surely-table-cell-inner,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row.gb-highlight-row .surely-table-custom-expand-cell,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row.gb-highlight-row .surely-table-extra-cell {
    background-color: #e7ecfb
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row.gb-highlight-row .surely-table-cell-content,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-parent-row.gb-highlight-row .surely-table-cell-content {
    background-color: unset
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-child-row .surely-table-cell {
    background-color: #fff
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-child-row.surely-table-row-hover .surely-table-cell-inner,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-child-row.surely-table-row-hover .surely-table-custom-expand-cell {
    background-color: #f0f5ff
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-child-row.gb-highlight-row .surely-table-cell-inner,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-child-row.gb-highlight-row .surely-table-custom-expand-cell {
    background-color: #e7ecfb
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-child-row.gb-highlight-row .surely-table-cell-content {
    background-color: unset
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row .surely-table-cell,
.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row .surely-table-cell-inner {
    background-color: #f2f3f5
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-more-child-row .surely-table-cell {
    border-top: 1px solid #e5e6eb;
    cursor: pointer
}

.gb-table-custom-expand-card .surely-table .surely-table-body .gb-expand-gap-child-row .surely-table-cell {
    display: none
}

.gb-table-custom-expand-card .surely-table .surely-table-cell-multi .surely-table-cell-inner {
    height: 100% !important
}

.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hfr) .surely-table .surely-table-body .surely-table-center .gb-expand-parent-row .surely-table-cell:first-child {
    padding-right: 4px !important
}

.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hfr) .surely-table .surely-table-body .surely-table-center .gb-expand-parent-row .surely-table-cell:first-child .surely-table-cell-inner {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hfl):not(.gb-table-custom-expand-card-he):not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .surely-table-center .gb-expand-parent-row .surely-table-cell:first-child {
    padding-left: 4px !important
}

.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hfl):not(.gb-table-custom-expand-card-he):not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .surely-table-center .gb-expand-parent-row .surely-table-cell:first-child .surely-table-cell-inner {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hfr .surely-table .surely-table-body .surely-table-fix-right .gb-expand-parent-row .surely-table-cell:nth-last-child(2) {
    padding-right: 4px !important
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hfr .surely-table .surely-table-body .surely-table-fix-right .gb-expand-parent-row .surely-table-cell:nth-last-child(2) .surely-table-cell-inner {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .surely-table-fix-left .gb-expand-parent-row .surely-table-cell:first-child {
    padding-left: 4px !important
}

.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .surely-table-fix-left .gb-expand-parent-row .surely-table-cell:first-child .surely-table-cell-inner {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .gb-expand-more-child-row.gb-highlight-row,
.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .gb-expand-more-child-row.gb-highlight-row .surely-table-custom-expand-cell,
.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .gb-expand-more-child-row.surely-table-row-hover .surely-table-custom-expand-cell,
.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .gb-expand-parent-row.gb-highlight-row,
.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .gb-expand-parent-row.gb-highlight-row .surely-table-custom-expand-cell,
.gb-table-custom-expand-card:not(.gb-table-custom-expand-card-hs) .surely-table .surely-table-body .gb-expand-parent-row.surely-table-row-hover .surely-table-custom-expand-cell {
    background-color: #fff
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-more-child-row .surely-table-custom-expand-cell,
.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-parent-row .surely-table-custom-expand-cell {
    padding-left: 4px !important
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-more-child-row .surely-table-custom-expand-cell .surely-table-cell-inner,
.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-parent-row .surely-table-custom-expand-cell .surely-table-cell-inner {
    border-radius: 4px 0 0 4px
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-more-child-row.surely-table-row-hover .surely-table-custom-expand-cell {
    background-color: #f0f5ff
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-parent-row.surely-table-row-hover .surely-table-custom-expand-cell {
    background-color: #fff
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-child-row.surely-table-row-hover .surely-table-cell {
    background-color: #f0f5ff
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-more-child-row.gb-highlight-row .surely-table-custom-expand-cell {
    background-color: #e7ecfb
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-parent-row.gb-highlight-row .surely-table-custom-expand-cell {
    background-color: #fff
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs.gb-table-custom-expand-card-he .surely-table .surely-table-body .surely-table-fix-left .gb-expand-child-row.gb-highlight-row .surely-table-cell {
    background-color: #e7ecfb
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs:not(.gb-table-custom-expand-card-he) .surely-table .surely-table-body .surely-table-row .surely-table-extra-cell:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: " "
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs:not(.gb-table-custom-expand-card-he) .surely-table .surely-table-body .gb-expand-parent-row .surely-table-extra-cell {
    background-color: #fff !important
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs:not(.gb-table-custom-expand-card-he) .surely-table .surely-table-body .surely-table-row.surely-table-row-hover .surely-table-extra-cell:before {
    background-color: #f0f5ff
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs:not(.gb-table-custom-expand-card-he) .surely-table .surely-table-body .surely-table-row.gb-highlight-row .surely-table-extra-cell:before {
    background-color: #e7ecfb
}

.gb-table-custom-expand-card.gb-table-custom-expand-card-hs:not(.gb-table-custom-expand-card-he) .surely-table .surely-table-body .gb-expand-more-child-row .surely-table-extra-cell:before,
.gb-table-custom-expand-card.gb-table-custom-expand-card-hs:not(.gb-table-custom-expand-card-he) .surely-table .surely-table-body .gb-expand-parent-row .surely-table-extra-cell:before {
    width: calc(100% - 4px);
    background: #f2f3f5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.gb-table-custom-expand-default .surely-table .surely-table-header .surely-table-header-cell.surely-table-custom-expand-cell .surely-table-header-cell-title {
    justify-content: center
}

.gb-table-custom-expand-default .surely-table .surely-table-body .gb-expand-child-row .surely-table-cell,
.gb-table-custom-expand-default .surely-table .surely-table-body .gb-expand-more-child-row .surely-table-cell {
    background-color: #f6f7f8
}

.gb-table-custom-expand-default .surely-table .surely-table-body .surely-table-row-hover .surely-table-cell {
    background-color: #f0f5ff
}

.gb-table-custom-expand-default .surely-table .surely-table-body .gb-highlight-row:not(.surely-table-expanded-row) .surely-table-cell {
    background-color: #e7ecfb
}

.gb-table-custom-expand .surely-table-row-hover .surely-table-cell,
.gb-table-custom-expand .surely-table-row-hover .surely-table-cell-multi,
.gb-table-custom-expand .surely-table-row-hover .surely-table-column-sort {
    background-color: #f0f5ff
}

.gb-table-custom-expand-card.gb-table-custom-expand-cv-top .gb-expand-child-row .surely-table-cell-content,
.gb-table-custom-expand-card.gb-table-custom-expand-pv-top .gb-expand-parent-row .surely-table-cell-content {
    display: flex;
    align-items: baseline;
    height: 100%;
    padding-top: 6px;
    padding-bottom: 6px
}

.gb-table-custom-expand-card.gb-table-custom-expand-cv-top .gb-expand-child-row .surely-table-cell-content[style*="text-align: right"],
.gb-table-custom-expand-card.gb-table-custom-expand-pv-top .gb-expand-parent-row .surely-table-cell-content[style*="text-align: right"] {
    justify-content: flex-end
}

.gb-table-custom-expand-card.gb-table-custom-expand-cv-top .gb-expand-child-row .surely-table-row-expand-icon-cell,
.gb-table-custom-expand-card.gb-table-custom-expand-pv-top .gb-expand-parent-row .surely-table-row-expand-icon-cell {
    display: flex;
    align-items: baseline;
    padding-top: 8px !important
}

.gb-table-custom-expand-card.gb-table-custom-expand-pv-top .gb-expand-parent-row .arco-icon-loading {
    margin-top: 3px;
    margin-left: 6px
}

.gb-table-custom-expand-card.gb-table-custom-expand-pv-top .gb-expand-parent-row .gb-table-expand-btn {
    align-items: baseline;
    margin-top: -3px
}

.gb-table-summary-white .surely-table-summary,
.gb-table-summary-white .surely-table-summary-cell,
.gb-table-summary-white .surely-table-summary-scrollbar {
    background-color: #fff
}

.gb-table .surely-table-summary-row .surely-table-cell:first-child .surely-table-cell-content {
    padding-left: 12px
}

.gb-table-head-extra {
    display: inline-flex;
    align-items: center;
    margin-left: 4px
}

.gb-table-head-extra .gb-help .question-icon {
    margin-left: 2px
}

.gb-table-custom-xscroll ::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.gb-table-custom-xscroll ::-webkit-scrollbar-thumb {
    background-color: #c9cdd4;
    border-radius: 6px
}

.gb-table-custom-xscroll ::-webkit-scrollbar-thumb:hover {
    background-color: #86909c
}

.gb-table-custom-xscroll ::-webkit-scrollbar-track {
    background-color: #f7f8fa;
    border-radius: 0
}

.gb-table-scrollbar {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden
}

.gb-table-resizable-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 1px;
    height: 100%;
    background: #0045f0;
    cursor: col-resize
}

.gb-table-ellipsis-1,
.gb-table-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical
}

.gb-table-ellipsis-1 {
    -webkit-line-clamp: 1
}

.gb-table-ellipsis-2 {
    -webkit-line-clamp: 2
}

.gb-table-pagination-container {
    background: #fff
}

.gb-table .pagination {
    justify-content: flex-end;
    padding: 12px 12px 12px 0;
    background: #fff
}

.gb-table.gb-table-expandable-table .surely-table-expanded-row .surely-table-cell:first-child {
    background-color: #fff
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .surely-table-cell {
    border-bottom-color: transparent
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table {
    margin: -16px -8px;
    padding: 4px
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container-box {
    border: 1px solid #e5e6eb;
    border-radius: 4px
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .surely-table-header .surely-table-header-cell {
    color: #4e5969;
    font-weight: 400;
    border-top: none
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .surely-table-header-scrollbar {
    border-bottom: none
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .surely-table-body,
.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .surely-table-header {
    background: #f7f8fa
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .surely-table-no-columns [class^=surely-table-cell-shadow] {
    display: none
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .surely-table-cell,
.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .surely-table-header-scrollbar {
    background: #f7f8fa
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .surely-table-row.surely-table-row-hover .surely-table-cell {
    background: #f0f5ff
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .surely-table-row:not(.surely-table-expanded-row).gb-highlight-row .surely-table-cell {
    background: #e7ecfb
}

.gb-table.gb-table-expandable-table .surely-table-row.gb-table-expanded-row .gb-table-expanded-table .gb-table .table-container .gb-table-scrollbar {
    background: #f7f8fa
}

.gb-table-header-tag {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1
}

.gb-table-header-tag-container {
    position: absolute;
    top: -18px;
    height: 19px;
    overflow: hidden
}

.gb-table-header-tag-container [data-tippy-root] {
    z-index: inherit !important;
    pointer-events: unset !important
}

.gb-table-header-tag .gb-help .question-icon {
    margin-left: 0;
    color: hsla(0, 0%, 100%, .6)
}

.gb-text {
    display: inline-flex
}

.gb-text-ellipsis,
.gb-text-virtual {
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.gb-text-ellipsis {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1
}

.gb-text-virtual {
    position: fixed;
    top: -1000px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap
}

.gb-select-view-opened {
    transform: rotate(180deg)
}

.gb-multiple-cascader {
    box-sizing: border-box;
    width: auto !important;
    background-color: var(--color-bg-popup);
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15)
}

.gb-multiple-cascader-input-auto-width {
    width: unset
}

.gb-multiple-cascader-input-auto-width span.arco-input-tag-tag:last-of-type {
    margin-right: 0
}

.gb-multiple-cascader-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.gb-multiple-cascader-option-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gb-multiple-cascader-option-label-search {
    width: auto;
    justify-content: normal
}

.gb-multiple-cascader-option-label-desc {
    margin-left: 4px;
    color: #86909c
}

.gb-multiple-cascader-option .gb-multiple-cascader-option-only {
    display: none
}

.gb-multiple-cascader-option:hover .gb-multiple-cascader-option-only {
    position: relative;
    display: block;
    margin-left: 20px;
    padding-right: 4px;
    padding-left: 4px;
    color: #fff;
    background: #0045f0;
    border-top: 0
}

.gb-multiple-cascader-option:hover .gb-multiple-cascader-option-only:before {
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 16px solid #0045f0;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #0045f0;
    border-left: 12px solid transparent;
    content: ""
}

.gb-multiple-cascader-footer-tip {
    color: #86909c;
    font-size: 12px
}

.gb-multiple-cascader-input {
    padding: 8px
}

.gb-multiple-cascader .arco-cascader-option,
.gb-multiple-cascader .arco-cascader-search-option {
    height: 32px;
    line-height: 32px
}

.gb-multiple-cascader .arco-cascader-option {
    min-width: 175px
}

.gb-multiple-cascader .arco-cascader-panel {
    display: block;
    height: 264px;
    border: none;
    box-shadow: none
}

.gb-multiple-cascader .arco-cascader-panel-column {
    box-sizing: border-box;
    height: 264px;
    max-height: 264px;
    padding: 4px 0
}

.gb-multiple-cascader-panel-emptry,
.gb-multiple-cascader-panel-emptry .arco-cascader-panel-column {
    width: 100%
}

.gb-multiple-cascader .arco-cascader-option-label {
    padding-right: 32px
}

.gb-multiple-cascader-label-check .arco-cascader-list {
    position: relative
}

.gb-multiple-cascader-label-check .arco-cascader-list .arco-checkbox {
    position: unset
}

.gb-multiple-cascader .gj-cascader-controller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #e5e6eb;
    border-radius: 4px
}

.gb-multiple-cascader .gj-cascader-controller>div:first-child {
    box-sizing: border-box;
    max-width: 350px;
    height: 100%;
    margin-right: 10px;
    overflow: hidden;
    overflow-wrap: anywhere
}

.gb-multiple-cascader .gj-cascader-controller>div:nth-of-type(2)>button:first-child {
    margin-right: 10px
}

.gb-multiple-cascader-input-tag {
    padding-right: 8px !important;
    cursor: text !important
}

.gb-multiple-cascader-input-tag .arco-tag {
    border-radius: 4px
}

.gb-multiple-cascader-input-tag .arco-icon-hover.arco-input-tag-clear-btn {
    display: none
}

.gb-multiple-cascader-input-tag-max .arco-input-tag-inner {
    display: flex
}

.gb-multiple-cascader-input-tag-max .arco-input-tag-inner .arco-tag:not(.gb-multiple-cascade-input-tag-more) {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gb-multiple-cascader-input-tag-max.arco-input-tag-has-tag .arco-input-tag-input,
.gb-multiple-cascader-input-tag:not(.gb-multiple-cascader-input-tag-max).arco-input-tag-has-tag .arco-input-tag-input {
    width: 0 !important
}

.gb-multiple-cascader-input-tag-filter.arco-input-tag {
    padding: 4px 8px 4px 12px
}

.gb-multiple-cascader-input-tag-filter .arco-input-tag-inner {
    padding: 0 !important
}

.gb-multiple-cascader-input-tag-filter .arco-tag {
    min-height: 22px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.gb-multiple-cascader-input-tag-filter .arco-tag:first-child {
    margin-right: 6px;
    padding: 0;
    background: 0 0
}

.gb-multiple-cascader-input-tag-filter .arco-input-tag-input {
    height: 22px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.gb-select-input2 {
    display: flex
}

.gb-select-input2-select {
    width: auto;
    border-right: 1px solid #e5e6eb;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.gb-select-input2-select.gb-select-input2-no-select {
    pointer-events: none
}

.gb-select-input2-select.gb-select-input2-no-select .arco-select-view-icon {
    display: none
}

.gb-select-input2 .gb-input-more-input {
    width: calc(100% + 1px);
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.gb-select-input2 .gb-input-more-input:hover,
.gb-select-input2-select:hover {
    z-index: 1
}

.gb-select-input2 .gb-input-more-input:focus-within,
.gb-select-input2-select:focus-within {
    z-index: 2
}

.gb-select-input2-no-more .gb-input-more-divider {
    border: none
}

.gb-select-input2-no-more button {
    display: none
}

.gb-multi-select {
    display: inline-flex
}

.gb-multi-select:not(.gb-multi-select-auto-width) {
    min-width: 120px
}

.gb-multi-select-auto-width .arco-input-tag-inner {
    padding-right: 12px
}

.gb-multi-select-has-value.gb-multi-select-auto-width .arco-input-tag-inner {
    padding-right: 0
}

.gb-multi-select-has-value.gb-multi-select-auto-width .arco-input-tag-inner span.arco-input-tag-tag:last-of-type {
    margin-right: 0
}

.gb-multi-select-has-value.gb-multi-select-auto-width .arco-input-tag-suffix {
    padding-left: 12px
}

.gb-multi-select .arco-tag {
    padding: 0 4px;
    border-radius: 4px
}

.gb-multi-select-dropdown-checkgroup .arco-list-bordered {
    border: 0
}

.gb-multi-select .gb-select-view-opened {
    transform: rotate(180deg)
}

.gb-multi-select .tag-ellipsis .arco-tag:first-child {
    display: inline-block;
    max-width: calc(100% - 50px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gb-multi-select .tag-ellipsis .arco-input-tag-tag {
    max-width: 46px;
    max-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gb-multi-select-input .arco-tag-close-btn {
    display: none
}

.gb-multi-select-input .arco-input-tag-suffix {
    padding-left: 0
}

.gb-multi-select .arco-input-tag {
    padding: 4px 8px 4px 12px
}

.gb-multi-select .arco-input-tag .arco-input-tag-inner {
    display: flex;
    padding-top: 0;
    padding-bottom: 0
}

.gb-multi-select .arco-input-tag .arco-input-tag-inner .arco-input-tag-tag {
    min-height: 22px;
    margin-top: 0;
    margin-bottom: 0
}

.gb-multi-select .arco-input-tag .arco-input-tag-input {
    height: 22px;
    margin-top: 0;
    margin-bottom: 0
}

.gb-multi-select .arco-input-tag:not(.gb-multi-select-multi-tag) .arco-input-tag-inner .arco-input-tag-tag:first-child {
    display: inline-block;
    flex: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: 6px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: 0 0
}

.gb-multi-select-one-value .arco-input-tag:not(.gb-multi-select-multi-tag) .arco-input-tag-inner .arco-input-tag-tag:first-child {
    margin-right: 0
}

.gb-multi-select .arco-input-tag-clear-btn {
    width: 14px;
    height: 14px
}

.gb-multi-select-hide-icon-clear .arco-input-tag-clear-btn {
    display: none
}

.gb-multi-select-icon-expand {
    transform: rotate(-45deg)
}

.gb-multi-select-icon-close {
    position: relative
}

.gb-multi-select-icon-close-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.gb-multi-select-icon-close-wrapper:before {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: " "
}

.gb-multi-select-icon-close-wrapper:hover:before {
    background-color: var(--color-fill-2)
}

.gb-multi-select-dropdown {
    box-sizing: border-box;
    min-width: 220px
}

.gb-multi-select-dropdown,
.gb-multi-select-dropdown-loading {
    background-color: #fff;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .10196078431372549)
}

.gb-multi-select-dropdown-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 4px 0
}

.gb-multi-select-dropdown-input {
    padding: 8px
}

.gb-multi-select-dropdown-content {
    padding-top: 4px
}

.gb-multi-select-dropdown-checkgroup {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-height: 228px;
    padding-bottom: 4px;
    overflow: auto
}

.gb-multi-select-dropdown-checkgroup-exclude-check .arco-checkbox-label {
    flex: 1
}

.gb-multi-select-dropdown-checkbox {
    display: flex;
    padding: 0 16px 0 12px;
    line-height: 32px
}

.gb-multi-select-dropdown-checkbox:hover {
    background: #f2f3f5
}

.gb-multi-select-dropdown-checkbox.arco-checkbox-checked .arco-checkbox-label {
    color: #0045f0
}

.gb-multi-select-dropdown-checkbox.arco-checkbox-checked:hover {
    background: #f0f6ff
}

.gb-multi-select-dropdown-option.gb-multi-select-dropdown-option-exclude-check {
    display: flex
}

.gb-multi-select-dropdown-option.gb-multi-select-dropdown-option-exclude-check .gb-multi-select-dropdown-option-label {
    flex: 1
}

.gb-multi-select-dropdown-option.gb-multi-select-dropdown-option-exclude-check .gb-multi-select-dropdown-option-only {
    opacity: 0;
    margin-left: 20px
}

.gb-multi-select-dropdown-option.gb-multi-select-dropdown-option-exclude-check .gb-multi-select-dropdown-option-only>span {
    margin: 0 4px
}

.gb-multi-select-dropdown-option.gb-multi-select-dropdown-option-exclude-check:hover .gb-multi-select-dropdown-option-only {
    position: relative;
    display: block;
    color: #fff;
    background: #0045f0;
    border-top: 0;
    margin-left: 20px;
    opacity: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.gb-multi-select-dropdown-option.gb-multi-select-dropdown-option-exclude-check:hover .gb-multi-select-dropdown-option-only:before {
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-top: 16px solid #0045f0;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #0045f0;
    border-left: 12px solid transparent;
    content: ""
}

.gb-multi-select-dropdown.gb-multi-select-dropdown-fit-width .gb-multi-select-dropdown-option.gb-multi-select-dropdown-option-exclude-check .gb-multi-select-dropdown-option-only {
    display: none
}

.gb-multi-select-dropdown.gb-multi-select-dropdown-fit-width .gb-multi-select-dropdown-option.gb-multi-select-dropdown-option-exclude-check:hover .gb-multi-select-dropdown-option-only {
    display: block
}

.gb-multi-select-dropdown-option-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gb-multi-select-dropdown-option-label-desc {
    margin-left: 4px;
    color: #86909c
}

.gb-multi-select-dropdown-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-top: 1px solid #e6e6ed
}

.gb-multi-select-dropdown-footer-tip {
    margin-right: 8px;
    color: #86909c;
    font-size: 12px
}

.gb-multi-select-dropdown-footer button:first-child {
    margin-right: 8px
}

.gb-input-more {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%
}

.gb-input-more-input {
    height: 32px;
    padding-right: 0
}

.gb-input-more-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #4e5969;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.gb-input-more-search-icon:hover {
    background-color: #f2f3f5
}

.gb-input-more-divider {
    height: 20px;
    margin-left: 4px;
    border-left: 1px solid #dadde2
}

.gb-input-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    border-radius: 4px !important
}

.gb-input-more-button.input-more-active {
    color: #0045f0 !important;
    background: #e8f3ff !important
}

.gb-input-more-button:hover {
    background-color: #f2f3f5 !important;
    border-color: #f2f3f5 !important
}

.gb-input-more-popover {
    padding: 0
}

.gb-input-more-popover-form {
    position: relative;
    width: 280px;
    line-height: 1
}

.gb-input-more-popover-form .arco-textarea-wrapper {
    border: none
}

.gb-input-more-popover-form .arco-textarea-wrapper .arco-textarea {
    height: 194px;
    resize: none;
    padding: 7px 12px 0
}

.gb-input-more-popover-form .arco-textarea-word-limit {
    bottom: 10px
}

.gb-input-more-popover-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-top: 1px solid #e6e6ed
}

.gb-input-more-popover-footer-right button {
    margin-left: 8px
}