﻿/*! 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 {
	font-size: 2em;
	margin: .67em 0;
}

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

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

a {
	background-color: transparent;
}

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

b,strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

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

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 {
	border-style: none;
	padding: 0;
}

[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 {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	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] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

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

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

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

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

	to {
		transform: rotate(1turn);
	}
}

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

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

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

.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 {
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 20px;
}

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

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

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

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

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

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

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

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

.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 {
	opacity: 0;
	transform: scale(.5);
}

.zoom-in-appear-to,.zoom-in-enter-to {
	opacity: 1;
	transform: scale(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 {
	opacity: 1;
	transform: scale(1);
}

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

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

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

.zoom-in-fade-out-appear-to,.zoom-in-fade-out-enter-to {
	opacity: 1;
	transform: scale(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 {
	opacity: 1;
	transform: scale(1);
}

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

.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 {
	opacity: 0;
	transform: scale(.5);
}

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

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

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

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

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

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

.zoom-in-left-appear-to,.zoom-in-left-enter-to {
	opacity: 1;
	transform: scale(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 {
	opacity: 1;
	transform: scale(1);
}

.zoom-in-left-leave-to {
	opacity: .1;
	transform: scale(.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 {
	opacity: 0;
	transform: scaleY(.8) translateZ(0);
}

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

.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 {
	opacity: 1;
	transform: scaleY(1) translateZ(0);
}

.zoom-in-top-leave-to {
	opacity: 0;
	transform: scaleY(.8) translateZ(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 {
	opacity: 0;
	transform: scaleY(.8) translateZ(0);
}

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

.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 {
	opacity: 1;
	transform: scaleY(1) translateZ(0);
}

.zoom-in-bottom-leave-to {
	opacity: 0;
	transform: scaleY(.8) translateZ(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 {
	opacity: 0;
	transform: scaleY(.9);
	transform-origin: 0 0;
}

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

.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 {
	opacity: 1;
	transform: scaleY(1);
	transform-origin: 0 0;
}

.slide-dynamic-origin-leave-to {
	opacity: 0;
	transform: scaleY(.9);
	transform-origin: 0 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: translate(-100%);
}

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

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

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

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

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

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

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

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

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

.slide-right-leave-to {
	transform: translate(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: 253,205,197;
	--red-3: 251,172,163;
	--red-4: 249,137,129;
	--red-5: 247,101,96;
	--red-6: 245,63,63;
	--red-7: 203,39,45;
	--red-8: 161,21,30;
	--red-9: 119,8,19;
	--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,247,232;
	--orange-2: 255,228,186;
	--orange-3: 255,207,139;
	--orange-4: 255,182,93;
	--orange-5: 255,154,46;
	--orange-6: 255,125,0;
	--orange-7: 210,95,0;
	--orange-8: 166,69,0;
	--orange-9: 121,46,0;
	--orange-10: 77,27,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,234;
	--green-2: 175,240,181;
	--green-3: 123,225,136;
	--green-4: 76,210,99;
	--green-5: 35,195,67;
	--green-6: 0,180,42;
	--green-7: 0,154,41;
	--green-8: 0,128,38;
	--green-9: 0,102,34;
	--green-10: 0,77,28;
	--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,243,255;
	--arcoblue-2: 190,218,255;
	--arcoblue-3: 148,191,255;
	--arcoblue-4: 106,161,255;
	--arcoblue-5: 64,128,255;
	--arcoblue-6: 22,93,255;
	--arcoblue-7: 14,66,210;
	--arcoblue-8: 7,44,166;
	--arcoblue-9: 3,26,121;
	--arcoblue-10: 0,13,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;
	--primary-6: 22,93,255;
}

body[arco-theme=dark] {
	--red-1: 77,0,10;
	--red-2: 119,6,17;
	--red-3: 161,22,31;
	--red-4: 203,46,52;
	--red-5: 245,78,78;
	--red-6: 247,105,101;
	--red-7: 249,141,134;
	--red-8: 251,176,167;
	--red-9: 253,209,202;
	--red-10: 255,240,236;
	--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,27,0;
	--orange-2: 121,48,4;
	--orange-3: 166,75,10;
	--orange-4: 210,105,19;
	--orange-5: 255,141,31;
	--orange-6: 255,150,38;
	--orange-7: 255,179,87;
	--orange-8: 255,205,135;
	--orange-9: 255,227,184;
	--orange-10: 255,247,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,28;
	--green-2: 4,102,37;
	--green-3: 10,128,45;
	--green-4: 18,154,55;
	--green-5: 29,180,64;
	--green-6: 39,195,70;
	--green-7: 80,210,102;
	--green-8: 126,225,139;
	--green-9: 178,240,183;
	--green-10: 235,255,236;
	--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,13,77;
	--arcoblue-2: 4,27,121;
	--arcoblue-3: 14,50,166;
	--arcoblue-4: 29,77,210;
	--arcoblue-5: 48,111,255;
	--arcoblue-6: 60,126,255;
	--arcoblue-7: 104,159,255;
	--arcoblue-8: 147,190,255;
	--arcoblue-9: 190,218,255;
	--arcoblue-10: 234,244,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[arco-theme=dark] {
	--color-white: hsla(0,0%,100%,.9);
}

body {
	font-size: 14px;
}

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

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

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

.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-bottom-right-radius: var(--border-radius-small);
	border-left: none;
	border-top: none;
}

.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-bottom: none;
	border-right: 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-bottom-left-radius: var(--border-radius-small);
	border-right: none;
	border-top: none;
}

.arco-auto-tooltip {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-input-label {
	background-color: #fff;
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-sizing: border-box;
	color: #393c40;
	cursor: text;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	transition: color .1s linear,border-color .1s linear,background-color .1s linear;
	width: 100%;
}

.arco-input-label.arco-input-label-search {
	cursor: text;
}

.arco-input-label.arco-input-label-search .arco-input-label-value {
	pointer-events: none;
}

.arco-input-label:hover {
	background-color: #fff;
	border-color: #c7c9cc;
}

.arco-input-label.arco-input-label-focus,.arco-input-label:focus-within {
	background-color: #fff;
	border-color: rgb(var(--primary-5));
	box-shadow: 0 0 0 0 transparent;
}

.arco-input-label.arco-input-label-disabled {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
	cursor: not-allowed;
}

.arco-input-label.arco-input-label-disabled:hover {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
}

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

.arco-input-label.arco-input-label-error {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-6));
}

.arco-input-label.arco-input-label-error:hover {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-7));
}

.arco-input-label.arco-input-label-error.arco-input-label-focus,.arco-input-label.arco-input-label-error:focus-within {
	background-color: #fff;
	border-color: rgb(var(--danger-6));
	box-shadow: 0 0 0 0 transparent;
}

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

.arco-input-label .arco-input-label-prefix>svg,.arco-input-label .arco-input-label-suffix>svg {
	font-size: 14px;
}

.arco-input-label .arco-input-label-prefix {
	color: #bfc2c7;
	padding-right: 12px;
}

.arco-input-label .arco-input-label-suffix {
	color: #8f959e;
	padding-left: 12px;
}

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

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

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

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

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

.arco-input-label .arco-input-label-clear-btn {
	align-self: center;
	color: #393c40;
	cursor: pointer;
	font-size: 12px;
	visibility: hidden;
}

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

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

.arco-input-label:not(.arco-input-label-focus) .arco-input-label-icon-hover:hover:before {
	background-color: #1d21290a;
}

.arco-input-label .arco-input-label-input {
	-webkit-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: inherit;
	line-height: 1.5;
	outline: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.arco-input-label .arco-input-label-input::-moz-placeholder {
	color: #bfc2c7;
}

.arco-input-label .arco-input-label-input::placeholder {
	color: #bfc2c7;
}

.arco-input-label .arco-input-label-input[disabled]::-moz-placeholder {
	color: #adafb2;
}

.arco-input-label .arco-input-label-input[disabled]::placeholder {
	color: #adafb2;
}

.arco-input-label .arco-input-label-input[disabled] {
	-webkit-text-fill-color: #adafb2;
}

.arco-input-label .arco-input-label-input-hidden {
	position: absolute;
	width: 0!important;
}

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

.arco-input-label .arco-input-label-value:after {
	content: ".";
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

.arco-input-label .arco-input-label-value-hidden {
	display: none;
}

.arco-input-label.arco-input-label-size-mini .arco-input-label-input,.arco-input-label.arco-input-label-size-mini .arco-input-label-value {
	font-size: 12px;
	line-height: 1.667;
	padding-bottom: 1px;
	padding-top: 1px;
}

.arco-input-label.arco-input-label-size-mini .arco-input-label-value {
	min-height: 22px;
}

.arco-input-label.arco-input-label-size-medium .arco-input-label-input,.arco-input-label.arco-input-label-size-medium .arco-input-label-value {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 5px;
	padding-top: 5px;
}

.arco-input-label.arco-input-label-size-medium .arco-input-label-value {
	min-height: 28px;
}

.arco-input-label.arco-input-label-size-small .arco-input-label-input,.arco-input-label.arco-input-label-size-small .arco-input-label-value {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 4px;
	padding-top: 4px;
}

.arco-input-label.arco-input-label-size-small .arco-input-label-value {
	min-height: 26px;
}

.arco-input-label.arco-input-label-size-large .arco-input-label-input,.arco-input-label.arco-input-label-size-large .arco-input-label-value {
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 6.5px;
	padding-top: 6.5px;
}

.arco-input-label.arco-input-label-size-large .arco-input-label-value {
	min-height: 34px;
}

.arco-picker {
	align-items: center;
	background-color: #fff;
	border: 1px solid #dfe2e5;
	border-radius: var(--border-radius-small);
	box-sizing: border-box;
	display: inline-flex;
	line-height: 1.5;
	padding: 4px 11px 4px 4px;
	position: relative;
	transition: all .1s linear;
}

.arco-picker-input {
	display: inline-flex;
	flex: 1;
}

.arco-picker input {
	background-color: transparent;
	border: none;
	color: #393c40;
	line-height: 1.5;
	outline: none;
	padding: 0 0 0 8px;
	text-align: left;
	transition: all .1s linear;
	width: 100%;
}

.arco-picker input::-moz-placeholder {
	color: #bfc2c7;
}

.arco-picker input::placeholder {
	color: #bfc2c7;
}

.arco-picker input[disabled] {
	-webkit-text-fill-color: #adafb2;
}

.arco-picker-has-prefix {
	padding-left: 12px;
}

.arco-picker-prefix {
	color: #bfc2c7;
	font-size: 14px;
	padding-right: 4px;
}

.arco-picker-suffix {
	align-items: center;
	display: inline-flex;
	margin-left: 4px;
}

.arco-picker-suffix .arco-feedback-icon {
	display: inline-flex;
}

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

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

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

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

.arco-picker-suffix .arco-feedback-icon {
	margin-left: 4px;
}

.arco-picker-suffix-icon {
	color: #bfc2c7;
}

.arco-picker .arco-picker-clear-icon {
	color: var(--color-text-2);
	display: none;
	font-size: 12px;
}

.arco-picker:hover {
	background-color: #fff;
	border-color: #c7c9cc;
}

.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: #adafb2;
	cursor: not-allowed;
}

.arco-picker input[disabled]::-moz-placeholder {
	color: #adafb2;
}

.arco-picker input[disabled]::placeholder {
	color: #adafb2;
}

.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: #fff;
	border-color: rgb(var(--primary-5));
}

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

.arco-picker-disabled,.arco-picker-disabled:hover {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
	cursor: not-allowed;
}

.arco-picker-disabled input[disabled],.arco-picker-disabled:hover input[disabled] {
	color: #adafb2;
	cursor: not-allowed;
}

.arco-picker-disabled input[disabled]::-moz-placeholder,.arco-picker-disabled:hover input[disabled]::-moz-placeholder {
	color: #adafb2;
}

.arco-picker-disabled input[disabled]::placeholder,.arco-picker-disabled:hover input[disabled]::placeholder {
	color: #adafb2;
}

.arco-picker-separator {
	color: var(--color-text-3);
	min-width: 10px;
	padding: 0 8px;
}

.arco-picker-disabled .arco-picker-separator {
	color: var(--color-text-4);
}

.arco-picker-disabled .arco-picker-suffix-icon {
	color: #bfc2c7;
}

.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: 30px;
}

.arco-picker-size-medium input {
	font-size: 12px;
}

.arco-picker-size-large {
	height: 36px;
}

.arco-picker-size-large input {
	font-size: 14px;
}

.arco-select-view-single {
	background-color: #fff;
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-sizing: border-box;
	color: #393c40;
	cursor: text;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	transition: color .1s linear,border-color .1s linear,background-color .1s linear;
	width: 100%;
}

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

.arco-select-view-single.arco-select-view-search .arco-select-view-value {
	pointer-events: none;
}

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

.arco-select-view-single.arco-select-view-focus,.arco-select-view-single:focus-within {
	background-color: #fff;
	border-color: rgb(var(--primary-5));
	box-shadow: 0 0 0 0 transparent;
}

.arco-select-view-single.arco-select-view-disabled {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
	cursor: not-allowed;
}

.arco-select-view-single.arco-select-view-disabled:hover {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
}

.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 {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-6));
}

.arco-select-view-single.arco-select-view-error:hover {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-7));
}

.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: #fff;
	border-color: rgb(var(--danger-6));
	box-shadow: 0 0 0 0 transparent;
}

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

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

.arco-select-view-single .arco-select-view-prefix {
	color: #bfc2c7;
	padding-right: 12px;
}

.arco-select-view-single .arco-select-view-suffix {
	color: #8f959e;
	padding-left: 12px;
}

.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 {
	align-self: center;
	color: #393c40;
	cursor: pointer;
	font-size: 12px;
	visibility: hidden;
}

.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: #1d21290a;
}

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

.arco-select-view-single .arco-select-view-input::-moz-placeholder {
	color: #bfc2c7;
}

.arco-select-view-single .arco-select-view-input::placeholder {
	color: #bfc2c7;
}

.arco-select-view-single .arco-select-view-input[disabled]::-moz-placeholder {
	color: #adafb2;
}

.arco-select-view-single .arco-select-view-input[disabled]::placeholder {
	color: #adafb2;
}

.arco-select-view-single .arco-select-view-input[disabled] {
	-webkit-text-fill-color: #adafb2;
}

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

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

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

.arco-select-view-single .arco-select-view-value-hidden {
	display: none;
}

.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 {
	font-size: 12px;
	line-height: 1.667;
	padding-bottom: 1px;
	padding-top: 1px;
}

.arco-select-view-single.arco-select-view-size-mini .arco-select-view-value {
	min-height: 22px;
}

.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 {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 5px;
	padding-top: 5px;
}

.arco-select-view-single.arco-select-view-size-medium .arco-select-view-value {
	min-height: 28px;
}

.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 {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 4px;
	padding-top: 4px;
}

.arco-select-view-single.arco-select-view-size-small .arco-select-view-value {
	min-height: 26px;
}

.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 {
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 6.5px;
	padding-top: 6.5px;
}

.arco-select-view-single.arco-select-view-size-large .arco-select-view-value {
	min-height: 34px;
}

.arco-select-view-multiple {
	background-color: #fff;
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-sizing: border-box;
	color: #393c40;
	cursor: text;
	display: inline-flex;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	transition: color .1s linear,border-color .1s linear,background-color .1s linear;
	width: 100%;
}

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

.arco-select-view-multiple.arco-select-view-focus,.arco-select-view-multiple:focus-within {
	background-color: #fff;
	border-color: rgb(var(--primary-5));
	box-shadow: 0 0 0 0 transparent;
}

.arco-select-view-multiple.arco-select-view-disabled {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
	cursor: not-allowed;
}

.arco-select-view-multiple.arco-select-view-disabled:hover {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
}

.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 {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-6));
}

.arco-select-view-multiple.arco-select-view-error:hover {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-7));
}

.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: #fff;
	border-color: rgb(var(--danger-6));
	box-shadow: 0 0 0 0 transparent;
}

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

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

.arco-select-view-multiple .arco-select-view-prefix {
	color: #bfc2c7;
	padding-right: 12px;
}

.arco-select-view-multiple .arco-select-view-suffix {
	color: #8f959e;
	padding-left: 12px;
}

.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 {
	align-self: center;
	color: #393c40;
	cursor: pointer;
	font-size: 12px;
	visibility: hidden;
}

.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: #1d21290a;
}

.arco-select-view-multiple.arco-select-view-has-tag {
	padding-left: 4px;
	padding-right: 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;
	line-height: 0;
	overflow: hidden;
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag {
	align-items: center;
	background-color: var(--color-neutral-2);
	border-color: transparent;
	color: #393c40;
	display: inline-flex;
	font-size: 12px;
	margin-right: 4px;
	white-space: pre-wrap;
	word-break: break-word;
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag .arco-icon-hover:hover:before {
	background-color: var(--color-neutral-2);
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag.arco-tag-custom-color {
	color: var(--color-white);
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-tag.arco-tag-custom-color .arco-icon-hover.arco-tag-icon-hover:hover:before {
	background-color: #fff3;
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input {
	-webkit-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: inherit;
	line-height: 1.5;
	outline: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input::-moz-placeholder {
	color: #bfc2c7;
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input::placeholder {
	color: #bfc2c7;
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input[disabled]::-moz-placeholder {
	color: #adafb2;
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input[disabled]::placeholder {
	color: #adafb2;
}

.arco-select-view-multiple .arco-select-view-inner .arco-select-view-input[disabled] {
	-webkit-text-fill-color: #adafb2;
}

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

.arco-select-view-multiple.arco-select-view-focus .arco-select-view-tag {
	background-color: var(--color-neutral-2);
	border-color: transparent;
}

.arco-select-view-multiple.arco-select-view-focus .arco-select-view-tag .arco-icon-hover:hover:before {
	background-color: var(--color-neutral-3);
}

.arco-select-view-multiple.arco-select-view-disabled .arco-select-view-tag {
	background-color: var(--color-neutral-3);
	border-color: transparent;
	color: #adafb2;
}

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

.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 {
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}

.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 {
	height: auto;
	min-height: 18px;
}

.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-bottom: 3px;
	padding-top: 3px;
}

.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 {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}

.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 {
	height: auto;
	min-height: 22px;
}

.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-bottom: 3px;
	padding-top: 3px;
}

.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 {
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}

.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 {
	height: auto;
	min-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-bottom: 3px;
	padding-top: 3px;
}

.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 {
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}

.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 {
	height: auto;
	min-height: 28px;
}

.arco-select-view-multiple.arco-select-view-disabled-input {
	cursor: pointer;
}

.arco-select-view.arco-select-view-borderless {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
}

.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 {
	cursor: pointer;
	display: none;
}

.arco-select-view:hover .arco-select-view-clear-btn {
	display: block;
}

.arco-select-view:hover .arco-select-view-clear-btn~* {
	display: none;
}

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

.arco-alert {
	align-items: center;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
	padding: 9px 16px;
	text-align: left;
	width: 100%;
}

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

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

.arco-alert-center .arco-alert-body {
	flex: initial;
}

.arco-alert-normal {
	background-color: var(--color-neutral-2);
	border: 0 solid transparent;
}

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

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

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

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

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

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

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

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

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

.arco-alert-info .arco-alert-title {
	color: var(--color-neutral-10);
}

.arco-alert-info .arco-alert-content {
	color: #393c40;
}

.arco-alert-info.arco-alert-with-title .arco-alert-content {
	color: #646a73;
}

.arco-alert-success .arco-alert-title {
	color: var(--color-neutral-10);
}

.arco-alert-success .arco-alert-content {
	color: #393c40;
}

.arco-alert-success.arco-alert-with-title .arco-alert-content {
	color: #646a73;
}

.arco-alert-warning .arco-alert-title {
	color: var(--color-neutral-10);
}

.arco-alert-warning .arco-alert-content {
	color: #393c40;
}

.arco-alert-warning.arco-alert-with-title .arco-alert-content {
	color: #646a73;
}

.arco-alert-error .arco-alert-title {
	color: var(--color-neutral-10);
}

.arco-alert-error .arco-alert-content {
	color: #393c40;
}

.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: 16px;
	vertical-align: -5px;
}

.arco-alert-normal .arco-alert-icon svg {
	color: var(--color-neutral-4);
}

.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 {
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	color: #393c40;
	cursor: pointer;
	font-size: 14px;
	margin-left: 8px;
	outline: none;
	padding: 0;
	right: 0;
	top: 4px;
	transition: color .1s linear;
}

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

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

.arco-alert-action {
	margin-left: 8px;
}

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

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

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

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

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

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

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

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

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

.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 {
	background-color: var(--color-fill-2);
	color: rgb(var(--primary-6));
	font-weight: 500;
}

.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 #0000001a;
}

.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 {
	background-color: var(--color-bg-popup);
	color: var(--color-text-1);
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
}

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

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

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

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

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

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

.arco-avatar-circle .arco-avatar-image {
	border-radius: var(--border-radius-circle);
	overflow: hidden;
}

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

.arco-avatar-square .arco-avatar-image {
	border-radius: var(--border-radius-medium);
	overflow: hidden;
}

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

.arco-avatar-image {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.arco-avatar-image-icon {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

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

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

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

.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 {
	opacity: 1;
	z-index: 2;
}

.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 {
	color: var(--color-white);
	cursor: default;
	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 {
	bottom: 24px;
	position: fixed;
	right: 24px;
	z-index: 100;
}

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

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

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

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

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

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

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

.arco-badge-dot {
	background-color: rgb(var(--danger-6));
	border-radius: var(--border-radius-circle);
	box-shadow: 0 0 0 2px var(--color-bg-2);
	height: 6px;
	width: 6px;
}

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

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

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

.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-status-danger,.arco-badge-color-red {
	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 {
	color: var(--color-text-1);
	font-size: 12px;
	line-height: 1.5;
	margin-left: 8px;
}

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

@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 {
	opacity: 1;
	transform: translate(50%,-50%) scale(1);
	transform-origin: center;
	transition: opacity .3s cubic-bezier(.3,1.3,.3,1),transform .3s cubic-bezier(.3,1.3,.3,1);
}

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

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

.arco-breadcrumb {
	align-items: center;
	color: var(--color-text-2);
	display: inline-flex;
	font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

.arco-btn {
	align-items: center;
	-webkit-appearance: none;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-weight: 400;
	justify-content: center;
	line-height: 1.5;
	outline: none;
	position: relative;
	transition: all .1s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
}

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

.arco-btn:active {
	transition: none;
}

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

.arco-btn-link {
	align-items: center;
	display: inline-flex;
	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 {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	vertical-align: top;
}

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

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

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

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

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

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

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

.arco-btn-outline:focus-visible,.arco-btn-outline[type=button]:focus-visible,.arco-btn-outline[type=submit]:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--primary-3));
}

.arco-btn-outline:active,.arco-btn-outline[type=button]:active,.arco-btn-outline[type=submit]:active {
	background-color: transparent;
	border-color: rgb(var(--primary-7));
	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 {
	background-color: transparent;
	border: 1px solid rgb(var(--primary-6));
	color: 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 {
	background-color: transparent;
	border: 1px solid var(--color-primary-light-3);
	color: var(--color-primary-light-3);
	cursor: not-allowed;
}

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

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

.arco-btn-outline.arco-btn-status-warning:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--warning-3));
}

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

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

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

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

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

.arco-btn-outline.arco-btn-status-danger:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--danger-3));
}

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

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

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

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

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

.arco-btn-outline.arco-btn-status-success:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--success-3));
}

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

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

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

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

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

.arco-btn-primary:focus-visible,.arco-btn-primary[type=button]:focus-visible,.arco-btn-primary[type=submit]:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--primary-3));
}

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

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

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

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

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

.arco-btn-primary.arco-btn-status-warning:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--warning-3));
}

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

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

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

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

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

.arco-btn-primary.arco-btn-status-danger:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--danger-3));
}

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

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

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

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

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

.arco-btn-primary.arco-btn-status-success:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--success-3));
}

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

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

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

.arco-btn-secondary,.arco-btn-secondary[type=button],.arco-btn-secondary[type=submit] {
	background-color: #fff;
	border: 1px solid #dfe2e5;
	color: #393c40;
}

.arco-btn-secondary:hover,.arco-btn-secondary[type=button]:hover,.arco-btn-secondary[type=submit]:hover {
	background-color: #fff;
	border-color: #c7c9cc;
	color: #393c40;
}

.arco-btn-secondary:focus-visible,.arco-btn-secondary[type=button]:focus-visible,.arco-btn-secondary[type=submit]:focus-visible {
	box-shadow: 0 0 0 .25em var(--color-neutral-4);
}

.arco-btn-secondary:active,.arco-btn-secondary[type=button]:active,.arco-btn-secondary[type=submit]:active {
	background-color: #fff;
	border-color: #dfe2e5;
	color: #393c40;
}

.arco-btn-secondary.arco-btn-loading,.arco-btn-secondary[type=button].arco-btn-loading,.arco-btn-secondary[type=submit].arco-btn-loading {
	background-color: #fff;
	border: 1px solid #dfe2e5;
	color: #393c40;
}

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

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

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

.arco-btn-secondary.arco-btn-status-warning:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--warning-3));
}

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

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

.arco-btn-secondary.arco-btn-status-warning.arco-btn-disabled {
	background-color: var(--color-neutral-1);
	border: 1px solid #dfe2e5;
	color: #adafb2;
}

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

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

.arco-btn-secondary.arco-btn-status-danger:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--danger-3));
}

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

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

.arco-btn-secondary.arco-btn-status-danger.arco-btn-disabled {
	background-color: var(--color-neutral-1);
	border: 1px solid #dfe2e5;
	color: #adafb2;
}

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

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

.arco-btn-secondary.arco-btn-status-success:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--success-3));
}

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

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

.arco-btn-secondary.arco-btn-status-success.arco-btn-disabled {
	background-color: var(--color-neutral-1);
	border: 1px solid #dfe2e5;
	color: #adafb2;
}

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

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

.arco-btn-dashed:focus-visible,.arco-btn-dashed[type=button]:focus-visible,.arco-btn-dashed[type=submit]:focus-visible {
	box-shadow: 0 0 0 .25em var(--color-neutral-4);
}

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

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

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

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

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

.arco-btn-dashed.arco-btn-status-warning:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--warning-3));
}

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

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

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

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

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

.arco-btn-dashed.arco-btn-status-danger:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--danger-3));
}

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

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

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

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

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

.arco-btn-dashed.arco-btn-status-success:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--success-3));
}

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

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

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

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

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

.arco-btn-text:focus-visible,.arco-btn-text[type=button]:focus-visible,.arco-btn-text[type=submit]:focus-visible {
	box-shadow: 0 0 0 .25em var(--color-neutral-4);
}

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

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

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

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

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

.arco-btn-text.arco-btn-status-warning:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--warning-3));
}

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

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

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

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

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

.arco-btn-text.arco-btn-status-danger:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--danger-3));
}

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

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

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

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

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

.arco-btn-text.arco-btn-status-success:focus-visible {
	box-shadow: 0 0 0 .25em rgb(var(--success-3));
}

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

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

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

.arco-btn-size-mini {
	border-radius: 2px;
	font-size: 12px;
	height: 24px;
	padding: 0 8px;
}

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

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

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

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

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

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

.arco-btn-size-small {
	border-radius: 2px;
	font-size: 12px;
	height: 28px;
	padding: 0 10px;
}

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

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

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

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

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

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

.arco-btn-size-medium {
	border-radius: 2px;
	font-size: 12px;
	height: 30px;
	padding: 0 12px;
}

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

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

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

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

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

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

.arco-btn-size-large {
	border-radius: 2px;
	font-size: 14px;
	height: 32px;
	padding: 0 16px;
}

.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-left: 5px;
	padding-right: 5px;
}

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

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

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

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

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

.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-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.arco-btn-group .arco-btn:last-child {
	border-bottom-left-radius: 0;
	border-top-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: #ffffff4d;
}

.arco-calendar {
	border: 1px solid var(--color-neutral-3);
	box-sizing: border-box;
}

.arco-calendar-header {
	display: flex;
	padding: 24px;
}

.arco-calendar-header-left {
	align-items: center;
	display: flex;
	flex: 1;
	height: 28px;
	line-height: 28px;
	position: relative;
}

.arco-calendar-header-right {
	height: 28px;
	position: relative;
}

.arco-calendar-header-value {
	color: var(--color-text-1);
	font-size: 20px;
	font-weight: 500;
}

.arco-calendar-header-icon {
	background-color: var(--color-bg-5);
	border-radius: 50%;
	color: var(--color-text-2);
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	margin-right: 12px;
	text-align: center;
	transition: all .1s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 28px;
}

.arco-calendar-header-icon:not(:first-child) {
	margin: 0 12px;
}

.arco-calendar-header-icon:focus-visible {
	box-shadow: 0 0 0 2px var(--color-primary-light-3);
}

.arco-calendar-header-icon:not(.arco-calendar-header-icon-hidden) {
	cursor: pointer;
}

.arco-calendar-header-icon:not(.arco-calendar-header-icon-hidden):hover {
	background-color: var(--color-fill-3);
}

.arco-calendar .arco-calendar-header-value-year {
	margin-right: 8px;
	width: 100px;
}

.arco-calendar .arco-calendar-header-value-month {
	margin-right: 32px;
	width: 76px;
}

.arco-calendar-month {
	width: 100%;
}

.arco-calendar-month-row {
	display: flex;
	height: 100px;
}

.arco-calendar-month-row .arco-calendar-cell {
	border-bottom: 1px solid var(--color-neutral-3);
	flex: 1;
	overflow: hidden;
}

.arco-calendar-month-row:last-child .arco-calendar-cell {
	border-bottom: unset;
}

.arco-calendar-month-cell-body {
	box-sizing: border-box;
}

.arco-calendar-mode-month:not(.arco-calendar-panel) .arco-calendar-cell:not(:last-child) {
	border-right: 1px solid var(--color-neutral-3);
}

.arco-calendar-week-list {
	border-bottom: 1px solid var(--color-neutral-3);
	box-sizing: border-box;
	display: flex;
	padding: 0;
	width: 100%;
}

.arco-calendar-week-list-item {
	color: #7d7d7f;
	flex: 1;
	padding: 20px 16px;
	text-align: left;
}

.arco-calendar-cell .arco-calendar-date {
	box-sizing: border-box;
	cursor: pointer;
	height: 100%;
	padding: 10px;
	width: 100%;
}

.arco-calendar-cell .arco-calendar-date-circle {
	align-items: center;
	border-radius: 50%;
	display: flex;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.arco-calendar-date-content {
	height: 70px;
	overflow-y: auto;
}

.arco-calendar-cell-today .arco-calendar-date-circle {
	border: 1px solid rgb(var(--primary-6));
	box-sizing: border-box;
}

.arco-calendar-date-value {
	color: var(--color-text-4);
	font-size: 16px;
	font-weight: 500;
}

.arco-calendar-cell-in-view .arco-calendar-date-value {
	color: var(--color-text-1);
}

.arco-calendar-mode-month .arco-calendar-cell-selected .arco-calendar-date-circle,.arco-calendar-mode-year .arco-calendar-cell-selected .arco-calendar-cell-selected .arco-calendar-date-circle {
	background-color: rgb(var(--primary-6));
	border: 1px solid rgb(var(--primary-6));
	box-sizing: border-box;
	color: #fff;
}

.arco-calendar-mode-year:not(.arco-calendar-panel) {
	min-width: 820px;
}

.arco-calendar-mode-year .arco-calendar-header {
	border-bottom: 1px solid var(--color-neutral-3);
}

.arco-calendar-mode-year .arco-calendar-body {
	padding: 12px;
}

.arco-calendar-mode-year .arco-calendar-year-row {
	display: flex;
}

.arco-calendar-year-row>.arco-calendar-cell {
	flex: 1;
	padding: 20px 8px;
}

.arco-calendar-year-row>.arco-calendar-cell:not(:last-child) {
	border-right: 1px solid var(--color-neutral-3);
}

.arco-calendar-year-row:not(:last-child)>.arco-calendar-cell {
	border-bottom: 1px solid var(--color-neutral-3);
}

.arco-calendar-month-with-days .arco-calendar-month-row {
	height: 26px;
}

.arco-calendar-month-with-days .arco-calendar-cell {
	border-bottom: 0;
}

.arco-calendar-month-with-days .arco-calendar-month-cell-body {
	padding: 0;
}

.arco-calendar-month-with-days .arco-calendar-month-title {
	color: var(--color-text-1);
	font-size: 16px;
	font-weight: 500;
	padding: 10px 6px;
}

.arco-calendar-month-cell {
	font-size: 12px;
	width: 100%;
}

.arco-calendar-month-cell .arco-calendar-week-list {
	border-bottom: unset;
	padding: 0;
}

.arco-calendar-month-cell .arco-calendar-week-list-item {
	color: #7d7d7f;
	padding: 6px;
	text-align: center;
}

.arco-calendar-month-cell .arco-calendar-cell {
	text-align: center;
}

.arco-calendar-month-cell .arco-calendar-date {
	padding: 2px;
}

.arco-calendar-month-cell .arco-calendar-date-value {
	font-size: 14px;
}

.arco-calendar-month-cell .arco-calendar-date-circle {
	align-items: center;
	border-radius: 50%;
	display: inline-flex;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.arco-calendar-panel {
	background-color: var(--color-bg-5);
	border: 1px solid var(--color-neutral-3);
}

.arco-calendar-panel .arco-calendar-header {
	border-bottom: 1px solid var(--color-neutral-3);
	padding: 8px 16px;
}

.arco-calendar-panel .arco-calendar-header-value {
	flex: 1;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.arco-calendar-panel .arco-calendar-header-icon {
	height: 24px;
	line-height: 24px;
	margin-left: 2px;
	margin-right: 2px;
	width: 24px;
}

.arco-calendar-panel .arco-calendar-body {
	padding: 14px 16px;
}

.arco-calendar-panel .arco-calendar-month-cell-body {
	padding: 0;
}

.arco-calendar-panel .arco-calendar-month-row {
	height: unset;
}

.arco-calendar-panel .arco-calendar-week-list {
	border-bottom: unset;
	padding: 0;
}

.arco-calendar-panel .arco-calendar-week-list-item {
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	padding: 0;
	text-align: center;
}

.arco-calendar-panel .arco-calendar-cell,.arco-calendar-panel .arco-calendar-year-row .arco-calendar-cell {
	border-bottom: 0;
	border-right: 0;
	box-sizing: border-box;
	padding: 2px 0;
	text-align: center;
}

.arco-calendar-panel .arco-calendar-cell .arco-calendar-date {
	display: flex;
	justify-content: center;
	padding: 4px 0;
}

.arco-calendar-panel .arco-calendar-cell .arco-calendar-date-value {
	cursor: pointer;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	min-width: 24px;
}

.arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell {
	padding: 4px 0;
}

.arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell .arco-calendar-date {
	padding: 4px;
}

.arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell .arco-calendar-date-value {
	border-radius: 12px;
	width: 100%;
}

.arco-calendar-panel .arco-calendar-cell-selected .arco-calendar-date-value {
	background-color: rgb(var(--primary-6));
	border-radius: 50%;
	color: var(--color-white);
}

.arco-calendar-panel .arco-calendar-cell:not(.arco-calendar-cell-selected):not(.arco-calendar-cell-range-start):not(.arco-calendar-cell-range-end):not(.arco-calendar-cell-hover-range-start):not(.arco-calendar-cell-hover-range-end):not(.arco-calendar-cell-disabled):not(.arco-calendar-cell-week) .arco-calendar-date-value:hover {
	background-color: var(--color-primary-light-1);
	border-radius: 50%;
	color: rgb(var(--primary-6));
}

.arco-calendar-panel.arco-calendar-mode-year .arco-calendar-cell:not(.arco-calendar-cell-selected):not(.arco-calendar-cell-range-start):not(.arco-calendar-cell-range-end):not(.arco-calendar-cell-hover-range-start):not(.arco-calendar-cell-hover-range-end):not(.arco-calendar-cell-disabled) .arco-calendar-date-value:hover {
	border-radius: 12px;
}

.arco-calendar-panel .arco-calendar-cell-today {
	position: relative;
}

.arco-calendar-panel .arco-calendar-cell-today:after {
	background-color: rgb(var(--primary-6));
	border-radius: 50%;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	width: 4px;
}

.arco-calendar-cell-in-range .arco-calendar-date {
	background-color: var(--color-primary-light-1);
}

.arco-calendar-cell-range-start .arco-calendar-date {
	border-radius: 16px 0 0 16px;
}

.arco-calendar-cell-range-end .arco-calendar-date {
	border-radius: 0 16px 16px 0;
}

.arco-calendar-cell-in-range-near-hover .arco-calendar-date {
	border-radius: 0;
}

.arco-calendar-cell-range-end .arco-calendar-date-value,.arco-calendar-cell-range-start .arco-calendar-date-value {
	background-color: rgb(var(--primary-6));
	border-radius: 50%;
	color: var(--color-white);
}

.arco-calendar-cell-hover-in-range .arco-calendar-date {
	background-color: var(--color-primary-light-1);
}

.arco-calendar-cell-hover-range-start .arco-calendar-date {
	border-radius: 16px 0 0 16px;
}

.arco-calendar-cell-hover-range-end .arco-calendar-date {
	border-radius: 0 16px 16px 0;
}

.arco-calendar-cell-hover-range-end .arco-calendar-date-value,.arco-calendar-cell-hover-range-start .arco-calendar-date-value {
	background-color: var(--color-primary-light-2);
	border-radius: 50%;
	color: var(--color-text-1);
}

.arco-calendar-panel .arco-calendar-cell-disabled>.arco-calendar-date {
	background-color: var(--color-fill-1);
	cursor: not-allowed;
}

.arco-calendar-panel .arco-calendar-cell-disabled>.arco-calendar-date>.arco-calendar-date-value {
	background-color: var(--color-fill-1);
	color: var(--color-text-4);
	cursor: not-allowed;
}

.arco-calendar-panel .arco-calendar-footer-btn-wrapper {
	border-top: 1px solid var(--color-neutral-3);
	color: var(--color-text-1);
	cursor: pointer;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.arco-calendar-rtl {
	direction: rtl;
}

.arco-calendar-rtl .arco-calendar-header-icon {
	margin-left: 12px;
	margin-right: 0;
	transform: scaleX(-1);
}

.arco-calendar-rtl .arco-calendar-week-list-item {
	text-align: right;
}

.arco-calendar-rtl.arco-calendar-mode-month:not(.arco-calendar-panel) .arco-calendar-cell:not(:last-child) {
	border-left: 1px solid var(--color-neutral-3);
	border-right: 0;
}

.arco-calendar-rtl .arco-calendar-header-value-year {
	margin-left: 8px;
	margin-right: 0;
}

.arco-calendar-rtl .arco-calendar-header-value-month {
	margin-left: 32px;
	margin-right: 0;
}

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

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

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

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

.arco-card-header-extra {
	color: rgb(var(--primary-6));
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.arco-card-cover {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.arco-card-grid {
	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;
	box-sizing: border-box;
	position: relative;
	width: 33.33%;
}

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

.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: none;
	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: 14px;
}

.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: 12px;
}

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

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

.arco-card-size-small {
	font-size: 14px;
}

.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: 12px;
}

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

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

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

	to {
		transform: translate(0);
	}
}

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

	to {
		transform: translate(-100%);
	}
}

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

	to {
		transform: translate(0);
	}
}

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

	to {
		transform: translate(100%);
	}
}

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

	to {
		transform: translateY(0);
	}
}

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

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

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

	to {
		transform: translateY(0);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.arco-carousel {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.arco-carousel-indicator-outer {
	background-color: transparent;
	border-radius: 20px;
	left: 50%;
	padding: 4px;
	transform: translate(-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 {
	background-color: rgba(var(--gray-4),.5);
	bottom: -16px;
	padding: 0;
}

.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 {
	background-color: #ffffff4d;
	border-radius: var(--border-radius-medium);
	cursor: pointer;
	display: inline-block;
}

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

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

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

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

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

.arco-carousel-indicator-slider {
	background-color: #ffffff4d;
	border-radius: var(--border-radius-medium);
	cursor: pointer;
	height: 4px;
	width: 48px;
}

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

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

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

.arco-carousel-arrow>div:hover {
	background-color: #ffffff80;
}

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

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

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

.arco-carousel-arrow-bottom {
	bottom: 12px;
	left: 50%;
	transform: translate(-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: #17171a4d;
}

body[arco-theme=dark] .arco-carousel-arrow>div:hover {
	background-color: #17171a80;
}

body[arco-theme=dark] .arco-carousel-indicator-item,body[arco-theme=dark] .arco-carousel-indicator-slider {
	background-color: #17171a4d;
}

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-cascader-panel {
	background-color: var(--color-bg-popup);
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-shadow: 0 4px 10px #0000001a;
	box-sizing: border-box;
	display: inline-flex;
	height: 180px;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
}

.arco-cascader-search-panel {
	justify-content: flex-start;
	overflow: auto;
	width: 100%;
}

.arco-cascader-popup-trigger-hover .arco-cascader-list-item {
	transition: fontweight 0s;
}

.arco-cascader-highlight {
	font-weight: 500;
}

.arco-cascader-panel-column {
	background-color: var(--color-bg-popup);
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	max-height: 200px;
	min-width: 120px;
	position: relative;
}

.arco-cascader-panel-column-loading {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.arco-cascader-panel-column:not(:last-of-type) {
	border-right: 1px solid #dfe2e5;
}

.arco-cascader-column-content {
	flex: 1;
	max-height: 200px;
	overflow-y: auto;
}

.arco-cascader-list-wrapper {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 4px 0;
	position: relative;
}

.arco-cascader-list-wrapper-with-footer {
	padding-bottom: 0;
}

.arco-cascader-list-empty {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
}

.arco-cascader-list {
	box-sizing: border-box;
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.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 {
	border-top: 1px solid #dfe2e5;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
}

.arco-cascader-option,.arco-cascader-search-option {
	background-color: transparent;
	box-sizing: border-box;
	color: var(--color-text-1);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	min-width: 100px;
	position: relative;
}

.arco-cascader-option-label,.arco-cascader-search-option-label {
	flex-grow: 1;
	padding-left: 12px;
	padding-right: 34px;
}

.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 {
	color: var(--color-text-2);
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	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 {
	color: rgb(var(--primary-6));
	font-size: 12px;
	margin-top: -6px;
	position: absolute;
	right: 10px;
	top: 50%;
}

.arco-cascader-option:hover,.arco-cascader-search-option-hover {
	background-color: var(--color-fill-2);
	color: var(--color-text-1);
}

.arco-cascader-option:hover .arco-checkbox:not(.arco-checkbox-disabled):not(.arco-checkbox-checked):hover .arco-checkbox-icon-hover:before,.arco-cascader-search-option-hover .arco-checkbox:not(.arco-checkbox-disabled):not(.arco-checkbox-checked):hover .arco-checkbox-icon-hover:before {
	background-color: var(--color-fill-3);
}

.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-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 {
	background-color: transparent;
	color: var(--color-text-4);
	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 {
	background-color: var(--color-fill-2);
	color: var(--color-text-1);
	transition: all .2s linear;
}

.arco-cascader-option-active:hover {
	background-color: var(--color-fill-2);
	color: var(--color-text-1);
}

.arco-cascader-option-active.arco-cascader-option-disabled,.arco-cascader-option-active.arco-cascader-option-disabled:hover {
	background-color: var(--color-fill-2);
	color: var(--color-text-4);
}

.cascader-slide-enter-active,.cascader-slide-leave-active {
	transition: margin .3s cubic-bezier(.34,.69,.1,1);
}

.cascader-slide-enter-from,.cascader-slide-leave-to {
	margin-left: -120px;
}

.cascader-slide-enter-to,.cascader-slide-leave-from {
	margin-left: 0;
}

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

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

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

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

.arco-checkbox:hover .arco-checkbox-icon-hover:before {
	background-color: var(--color-neutral-2);
}

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

.arco-checkbox-icon {
	background-color: #fff;
	border: 2px solid #dfe2e5;
	border-radius: 2px;
	box-sizing: border-box;
	height: 14px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 14px;
}

.arco-checkbox-icon:after {
	background: #fff;
	border-radius: .5px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%) translateY(-50%) scale(0);
	width: 8px;
}

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

.arco-checkbox:hover .arco-checkbox-icon {
	border-color: #dfe2e5;
	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);
	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: translate(-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: #eeeff2;
}

.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-neutral-1);
	border-color: #eeeff2;
}

.arco-checkbox-disabled.arco-checkbox-checked .arco-checkbox-icon,.arco-checkbox-disabled.arco-checkbox-checked:hover .arco-checkbox-icon {
	background-color: rgb(var(--primary-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:hover .arco-checkbox-icon {
	border-color: #dfe2e5;
}

.arco-checkbox-disabled .arco-checkbox-label {
	color: #adafb2;
}

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

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

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

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

.arco-icon-hover.arco-collapse-item-icon-hover:before {
	height: 16px;
	width: 16px;
}

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

.arco-collapse {
	border: 1px solid var(--color-neutral-3);
	border-radius: var(--border-radius-medium);
	line-height: 1.5715;
	overflow: hidden;
}

.arco-collapse-item {
	border-bottom: 1px solid var(--color-border-2);
	box-sizing: border-box;
}

.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 {
	align-items: center;
	background-color: var(--color-bg-2);
	border-bottom: 1px solid transparent;
	box-sizing: border-box;
	color: var(--color-text-1);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	line-height: 24px;
	overflow: hidden;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
	transition: border-color 0s ease .19s;
}

.arco-collapse-item-header-left {
	padding-left: 34px;
	padding-right: 13px;
}

.arco-collapse-item-header-right {
	padding-left: 13px;
	padding-right: 34px;
}

.arco-collapse-item-header-right+.arco-collapse-item-content {
	padding-left: 13px;
}

.arco-collapse-item-header-disabled {
	background-color: var(--color-bg-2);
	color: var(--color-text-4);
	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 {
	left: 13px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.arco-collapse-item .arco-collapse-item-icon-right {
	left: unset;
	right: 13px;
}

.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 {
	color: var(--color-neutral-7);
	display: block;
	font-size: 14px;
	position: relative;
	transition: transform .2s cubic-bezier(.34,.69,.1,1);
	vertical-align: middle;
}

.arco-collapse-item-content {
	background-color: var(--color-fill-1);
	color: var(--color-text-1);
	font-size: 14px;
	overflow: hidden;
	padding-left: 34px;
	padding-right: 13px;
	position: relative;
}

.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-left: 13px;
	padding-right: 13px;
}

.arco-collapse-item:last-of-type {
	border-bottom: none;
}

.arco-collapse.arco-collapse-borderless {
	border: none;
}

.arco-collapse:after {
	clear: both;
	content: "";
	display: table;
}

.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: 14px;
	line-height: 1.5;
}

.arco-comment-inner-comment,.arco-comment:not(:first-of-type) {
	margin-top: 20px;
}

.arco-comment-inner {
	flex: 1;
}

.arco-comment-avatar {
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 12px;
}

.arco-comment-avatar>img {
	border-radius: var(--border-radius-circle);
	height: 32px;
	width: 32px;
}

.arco-comment-author {
	color: var(--color-text-2);
	font-size: 14px;
	margin-right: 8px;
}

.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 {
	color: var(--color-text-2);
	font-size: 14px;
	margin-top: 8px;
}

.arco-comment-actions>:not(:last-child) {
	margin-right: 8px;
}

.arco-comment-actions-align-right {
	display: flex;
	justify-content: flex-end;
}

.arco-picker-container,.arco-picker-range-container {
	background-color: var(--color-bg-popup);
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-shadow: 0 2px 5px #0000001a;
	box-sizing: border-box;
	min-height: 60px;
	overflow: hidden;
}

.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 {
	align-items: flex-start;
	display: flex;
}

.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 {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px 8px;
}

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

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

.arco-picker-container-panel-only,.arco-picker-range-container-panel-only {
	box-shadow: none;
}

.arco-picker-container-panel-only .arco-panel-date-inner,.arco-picker-range-container-panel-only .arco-panel-date-inner,.arco-picker-range-container-panel-only .arco-panel-date {
	width: 100%;
}

.arco-picker-header {
	border-bottom: 1px solid #dfe2e5;
	display: flex;
	padding: 8px 16px;
}

.arco-picker-header-title {
	color: var(--color-text-1);
	flex: 1;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.arco-picker-header-icon {
	background-color: var(--color-bg-popup);
	border-radius: 50%;
	color: #393c40;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	transition: all .1s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 24px;
}

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

.arco-picker-header-label {
	border-radius: 2px;
	cursor: pointer;
	padding: 2px;
	transition: all .1s;
}

.arco-picker-header-label:hover {
	background-color: var(--color-fill-3);
}

.arco-picker-body {
	padding: 14px 16px;
}

.arco-picker-week-list {
	box-sizing: border-box;
	display: flex;
	padding: 14px 16px 0;
	width: 100%;
}

.arco-picker-week-list-item {
	color: #7d7d7f;
	flex: 1;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	padding: 0;
	text-align: center;
}

.arco-picker-row {
	display: flex;
	padding: 2px 0;
}

.arco-picker-cell {
	flex: 1;
}

.arco-picker-cell .arco-picker-date {
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 4px 0;
	width: 100%;
}

.arco-picker-date-value {
	border-radius: 2px;
	color: #adafb2;
	cursor: pointer;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	min-width: 24px;
	text-align: center;
}

.arco-picker-cell-in-view .arco-picker-date-value {
	color: #393c40;
	font-weight: 400;
}

.arco-picker-cell-selected .arco-picker-date-value {
	background-color: rgb(var(--primary-6));
	color: #fff;
	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 {
	background-color: rgb(var(--primary-1));
	color: rgb(var(--primary-6));
}

.arco-picker-cell-today {
	position: relative;
}

.arco-picker-cell-today:after {
	background-color: rgb(var(--primary-6));
	border-radius: 50%;
	bottom: -2px;
	content: "";
	display: block;
	height: 4px;
	left: 50%;
	margin-left: -2px;
	position: absolute;
	width: 4px;
}

.arco-picker-cell-in-range .arco-picker-date {
	background-color: rgb(var(--primary-1));
}

.arco-picker-cell-range-start .arco-picker-date {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.arco-picker-cell-range-end .arco-picker-date {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}

.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 {
	background-color: rgb(var(--primary-6));
	border-radius: 2px;
	color: var(--color-white);
}

.arco-picker-cell-hover-in-range .arco-picker-date {
	background-color: rgb(var(--primary-1));
}

.arco-picker-cell-hover-range-start .arco-picker-date {
	border-radius: 2px 0 0 2px;
}

.arco-picker-cell-hover-range-end .arco-picker-date {
	border-radius: 0 2px 2px 0;
}

.arco-picker-cell-hover-range-end .arco-picker-date-value,.arco-picker-cell-hover-range-start .arco-picker-date-value {
	background-color: var(--color-primary-light-2);
	border-radius: 50%;
	color: var(--color-text-1);
}

.arco-picker-cell-disabled .arco-picker-date {
	background-color: var(--color-neutral-1);
	cursor: not-allowed;
}

.arco-picker-cell-disabled .arco-picker-date-value {
	background-color: transparent;
	color: #adafb2;
	cursor: not-allowed;
}

.arco-picker-footer {
	min-width: 100%;
	width: -moz-min-content;
	width: min-content;
}

.arco-picker-footer-btn-wrapper {
	align-items: center;
	border-top: 1px solid #dfe2e5;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 3px 8px;
}

.arco-picker-footer-btn-wrapper :only-child {
	margin-left: auto;
}

.arco-picker-footer-extra-wrapper {
	border-top: 1px solid #dfe2e5;
	box-sizing: border-box;
	color: var(--color-text-1);
	font-size: 12px;
	padding: 8px 24px;
}

.arco-picker-footer-now-wrapper {
	border-top: 1px solid #dfe2e5;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.arco-picker-btn-confirm {
	margin: 5px 0;
}

.arco-picker-shortcuts {
	flex: 1;
}

.arco-picker-shortcuts>* {
	margin: 5px 10px 5px 0;
}

.arco-panel-date {
	box-sizing: border-box;
	display: flex;
}

.arco-panel-date-inner {
	width: 265px;
}

.arco-panel-date-inner .arco-picker-body {
	padding-top: 0;
}

.arco-panel-date-timepicker {
	border-left: 1px solid #dfe2e5;
	display: flex;
	flex-direction: column;
}

.arco-panel-date-timepicker-title {
	border-bottom: 1px solid #dfe2e5;
	color: var(--color-text-1);
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}

.arco-panel-date-timepicker .arco-timepicker {
	height: 276px;
	overflow: hidden;
	padding: 0 6px;
}

.arco-panel-date-timepicker .arco-timepicker-column {
	box-sizing: border-box;
	height: 100%;
	padding: 0 4px;
	width: auto;
}

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

.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 {
	text-align: center;
	width: 100%;
}

.arco-panel-date-with-view-tabs .arco-panel-date-timepicker .arco-timepicker-cell-inner {
	padding-left: 0;
}

.arco-panel-date-view-tabs {
	border-top: 1px solid #dfe2e5;
	display: flex;
}

.arco-panel-date-view-tab-pane {
	border-right: 1px solid #dfe2e5;
	color: var(--color-text-4);
	cursor: pointer;
	flex: 1;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.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 {
	border-radius: 2px;
	width: 100%;
}

.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: 2px;
}

.arco-panel-year {
	box-sizing: border-box;
	width: 265px;
}

.arco-panel-week {
	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 {
	border-radius: 0;
	width: 100%;
}

.arco-panel-week .arco-picker-cell .arco-picker-date {
	border-radius: 0;
}

.arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	padding-left: 4px;
}

.arco-panel-week .arco-picker-cell:nth-child(2) .arco-picker-date .arco-picker-date-value {
	border-bottom-left-radius: 24px;
	border-top-left-radius: 24px;
}

.arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	padding-right: 4px;
}

.arco-panel-week .arco-picker-cell:nth-child(8) .arco-picker-date .arco-picker-date-value {
	border-bottom-right-radius: 24px;
	border-top-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: rgb(var(--primary-1));
}

.arco-panel-quarter {
	box-sizing: border-box;
	width: 265px;
}

.arco-picker-range-wrapper {
	display: flex;
}

.arco-datepicker-shortcuts-wrapper {
	box-sizing: border-box;
	height: 100%;
	list-style: none;
	margin: 10px 0 0;
	max-height: 300px;
	overflow-y: auto;
	padding: 0;
	width: 106px;
}

.arco-datepicker-shortcuts-wrapper>li {
	box-sizing: border-box;
	cursor: pointer;
	padding: 6px 16px;
	width: 100%;
}

.arco-datepicker-shortcuts-wrapper>li:hover {
	color: rgb(var(--primary-6));
}

.arco-descriptions-table {
	border-collapse: collapse;
	width: 100%;
}

.arco-descriptions-table-layout-fixed table {
	table-layout: fixed;
}

.arco-descriptions-title {
	color: var(--color-text-1);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 16px;
}

.arco-descriptions-item,.arco-descriptions-item-label,.arco-descriptions-item-value {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.arco-descriptions-table-layout-fixed .arco-descriptions-item-label {
	width: auto;
}

.arco-descriptions-item-label-block {
	color: var(--color-text-3);
	font-weight: 500;
	padding: 0 4px 12px 0;
	white-space: nowrap;
	width: 1px;
}

.arco-descriptions-item-value-block {
	color: var(--color-text-1);
	font-weight: 400;
	padding: 0 4px 12px 0;
	white-space: pre-wrap;
	word-break: break-word;
}

.arco-descriptions-item-label-inline,.arco-descriptions-item-value-inline {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.arco-descriptions-item-label-inline {
	color: var(--color-text-3);
	font-weight: 500;
	margin-bottom: 2px;
}

.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 {
	border: 1px solid var(--color-neutral-3);
	border-radius: var(--border-radius-medium);
	overflow: hidden;
}

.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 {
	border-right: 1px solid var(--color-neutral-3);
	padding: 7px 20px;
}

.arco-descriptions-border .arco-descriptions-item-label-block {
	background-color: var(--color-fill-1);
}

.arco-descriptions-border .arco-descriptions-item-value-block:last-child {
	border-right: none;
}

.arco-descriptions-border .arco-descriptions-item:last-child {
	border-right: none;
}

.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 {
	font-size: 12px;
	padding-bottom: 2px;
	padding-right: 20px;
}

.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 {
	font-size: 14px;
	padding-bottom: 4px;
	padding-right: 20px;
}

.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 {
	font-size: 14px;
	padding-bottom: 8px;
	padding-right: 20px;
}

.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 {
	font-size: 14px;
	padding-bottom: 16px;
	padding-right: 20px;
}

.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 {
	border-bottom: 1px solid var(--color-neutral-3);
	clear: both;
	margin: 20px 0;
	max-width: 100%;
	min-width: 100%;
	position: relative;
	width: 100%;
}

.arco-divider-horizontal.arco-divider-with-text {
	margin: 20px 0;
}

.arco-divider-vertical {
	border-left: 1px solid var(--color-neutral-3);
	display: inline-block;
	margin: 0 12px;
	max-width: 1px;
	min-height: 1em;
	min-width: 1px;
	vertical-align: middle;
}

.arco-divider-text {
	background: var(--color-bg-2);
	box-sizing: border-box;
	color: var(--color-text-1);
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	padding: 0 16px;
	position: absolute;
	top: 50%;
	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-drawer-container {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1001;
}

.arco-drawer-mask {
	background-color: var(--color-mask-bg);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.arco-drawer {
	background-color: var(--color-bg-3);
	display: flex;
	flex-direction: column;
	height: 100%;
	line-height: 1.5;
	overflow: auto;
	position: absolute;
	width: 100%;
}

.arco-drawer-header {
	align-items: center;
	border-bottom: 1px solid var(--color-neutral-3);
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	height: 48px;
	padding: 0 16px;
	width: 100%;
}

.arco-drawer-header .arco-drawer-title {
	color: var(--color-text-1);
	font-size: 12px;
	font-weight: 500;
	margin-right: auto;
	text-align: left;
}

.arco-drawer-header .arco-drawer-close-btn {
	color: var(--color-text-1);
	cursor: pointer;
	font-size: 12px;
	margin-left: 8px;
}

.arco-drawer-footer {
	border-top: 1px solid var(--color-neutral-3);
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 16px;
	text-align: right;
}

.arco-drawer-footer>.arco-btn {
	margin-left: 12px;
}

.arco-drawer-body {
	box-sizing: border-box;
	color: var(--color-text-1);
	flex: 1;
	height: 100%;
	overflow: auto;
	padding: 12px 16px;
	position: relative;
}

.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: translate(-100%);
}

.slide-left-drawer-appear-to,.slide-left-drawer-enter-to {
	transform: translate(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: translate(0);
}

.slide-left-drawer-leave-to {
	transform: translate(-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: translate(100%);
}

.slide-right-drawer-appear-to,.slide-right-drawer-enter-to {
	transform: translate(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: translate(0);
}

.slide-right-drawer-leave-to {
	transform: translate(100%);
}

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

.slide-top-drawer-appear,.slide-top-drawer-enter,.slide-top-drawer-appear-from,.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-dropdown {
	background-color: var(--color-bg-popup);
	border: 1px solid var(--color-fill-3);
	border-radius: var(--border-radius-medium);
	box-shadow: 0 4px 10px #0000001a;
	box-sizing: border-box;
	padding: 4px 0;
}

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

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

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

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

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

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

.arco-dropdown-option-disabled {
	background-color: transparent;
	color: var(--color-text-4);
	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;
	color: var(--color-text-3);
	cursor: default;
	font-size: 12px;
	line-height: 20px;
	margin-top: 8px;
	overflow: hidden;
	padding: 0 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.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-empty {
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.arco-empty-image {
	color: rgb(var(--gray-5));
	font-size: 48px;
	line-height: 1;
	margin-bottom: 4px;
}

.arco-empty-image img {
	height: 80px;
}

.arco-empty .arco-empty-description {
	color: rgb(var(--gray-5));
	font-size: 14px;
}

.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: rgb(var(--primary-1));
	border-color: rgb(var(--primary-6));
}

.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: rgb(var(--primary-1));
	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: #fff;
	border-color: rgb(var(--primary-6));
	box-shadow: 0 0 0 0 transparent;
}

.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: rgb(var(--primary-1));
	border-color: rgb(var(--primary-6));
}

.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: rgb(var(--primary-1));
	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: #fff;
	border-color: rgb(var(--primary-6));
	box-shadow: 0 0 0 0 transparent;
}

.arco-form-item-status-validating .arco-picker:not(.arco-picker-disabled) {
	background-color: rgb(var(--primary-1));
	border-color: rgb(var(--primary-6));
}

.arco-form-item-status-validating .arco-picker:not(.arco-picker-disabled):hover {
	background-color: rgb(var(--primary-1));
	border-color: transparent;
}

.arco-form-item-status-validating .arco-picker-focused:not(.arco-picker-disabled),.arco-form-item-status-validating .arco-picker-focused:not(.arco-picker-disabled):hover {
	background-color: #fff;
	border-color: rgb(var(--primary-6));
	box-shadow: 0 0 0 0 transparent;
}

.arco-form-item-status-validating .arco-form-item-message-help,.arco-form-item-status-validating .arco-form-item-feedback {
	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: rgb(var(--success-1));
	border-color: rgb(var(--success-6));
}

.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: rgb(var(--success-1));
	border-color: rgb(var(--success-7));
}

.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: #fff;
	border-color: rgb(var(--success-6));
	box-shadow: 0 0 0 0 transparent;
}

.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: rgb(var(--success-1));
	border-color: rgb(var(--success-6));
}

.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: rgb(var(--success-1));
	border-color: rgb(var(--success-7));
}

.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: #fff;
	border-color: rgb(var(--success-6));
	box-shadow: 0 0 0 0 transparent;
}

.arco-form-item-status-success .arco-picker:not(.arco-picker-disabled) {
	background-color: rgb(var(--success-1));
	border-color: rgb(var(--success-6));
}

.arco-form-item-status-success .arco-picker:not(.arco-picker-disabled):hover {
	background-color: rgb(var(--success-1));
	border-color: rgb(var(--success-7));
}

.arco-form-item-status-success .arco-picker-focused:not(.arco-picker-disabled),.arco-form-item-status-success .arco-picker-focused:not(.arco-picker-disabled):hover {
	background-color: #fff;
	border-color: rgb(var(--success-6));
	box-shadow: 0 0 0 0 transparent;
}

.arco-form-item-status-success .arco-form-item-message-help,.arco-form-item-status-success .arco-form-item-feedback {
	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: rgb(var(--warning-1));
	border-color: rgb(var(--warning-6));
}

.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: rgb(var(--warning-1));
	border-color: rgb(var(--warning-7));
}

.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: #fff;
	border-color: rgb(var(--warning-6));
	box-shadow: 0 0 0 0 transparent;
}

.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: rgb(var(--warning-1));
	border-color: rgb(var(--warning-6));
}

.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: rgb(var(--warning-1));
	border-color: rgb(var(--warning-7));
}

.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: #fff;
	border-color: rgb(var(--warning-6));
	box-shadow: 0 0 0 0 transparent;
}

.arco-form-item-status-warning .arco-picker:not(.arco-picker-disabled) {
	background-color: rgb(var(--warning-1));
	border-color: rgb(var(--warning-6));
}

.arco-form-item-status-warning .arco-picker:not(.arco-picker-disabled):hover {
	background-color: rgb(var(--warning-1));
	border-color: rgb(var(--warning-7));
}

.arco-form-item-status-warning .arco-picker-focused:not(.arco-picker-disabled),.arco-form-item-status-warning .arco-picker-focused:not(.arco-picker-disabled):hover {
	background-color: #fff;
	border-color: rgb(var(--warning-6));
	box-shadow: 0 0 0 0 transparent;
}

.arco-form-item-status-warning .arco-form-item-message-help,.arco-form-item-status-warning .arco-form-item-feedback {
	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: rgb(var(--danger-1));
	border-color: rgb(var(--danger-6));
}

.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: rgb(var(--danger-1));
	border-color: rgb(var(--danger-7));
}

.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: #fff;
	border-color: rgb(var(--danger-6));
	box-shadow: 0 0 0 0 transparent;
}

.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: rgb(var(--danger-1));
	border-color: rgb(var(--danger-6));
}

.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: rgb(var(--danger-1));
	border-color: rgb(var(--danger-7));
}

.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: #fff;
	border-color: rgb(var(--danger-6));
	box-shadow: 0 0 0 0 transparent;
}

.arco-form-item-status-error .arco-picker:not(.arco-picker-disabled) {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-6));
}

.arco-form-item-status-error .arco-picker:not(.arco-picker-disabled):hover {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-7));
}

.arco-form-item-status-error .arco-picker-focused:not(.arco-picker-disabled),.arco-form-item-status-error .arco-picker-focused:not(.arco-picker-disabled):hover {
	background-color: #fff;
	border-color: rgb(var(--danger-6));
	box-shadow: 0 0 0 0 transparent;
}

.arco-form-item-status-error .arco-form-item-message-help,.arco-form-item-status-error .arco-form-item-feedback {
	color: rgb(var(--danger-6));
}

.arco-form-item-control-children {
	position: relative;
}

.arco-form-item-feedback {
	font-size: 14px;
	position: absolute;
	right: 9px;
	top: 50%;
	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-left: 0;
	margin-right: 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 {
	margin-bottom: 8px;
	width: auto;
}

.arco-form-auto-label-width .arco-form-item-label-col>.arco-form-item-label {
	white-space: nowrap;
}

.arco-form-item {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	width: 100%;
}

.arco-form-item-layout-vertical {
	display: block;
}

.arco-form-item-layout-vertical>.arco-form-item-label-col {
	justify-content: flex-start;
	line-height: 1.5;
	margin-bottom: 8px;
	padding: 0;
	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>.arco-form-item-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>.arco-form-item-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>.arco-form-item-label {
	font-size: 14px;
}

.arco-form-size-large .arco-form-item-content,.arco-form-size-large .arco-form-item-wrapper-col {
	min-height: 36px;
}

.arco-form-item-extra {
	color: #a6adb8;
	font-size: 12px;
	margin-top: 4px;
}

.arco-form-item-message {
	color: rgb(var(--danger-6));
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
}

.arco-form-item-message-help {
	color: #a6adb8;
}

.arco-form-item-message+.arco-form-item-extra {
	margin-bottom: 4px;
	margin-top: 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>.arco-form-item-label {
	color: #8f959e;
	font-size: 12px;
	max-width: 100%;
	white-space: normal;
}

.arco-form-item-label-col.arco-form-item-label-col-flex {
	box-sizing: content-box;
}

.arco-form-item-wrapper-col {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	min-height: 32px;
	min-width: 0;
	width: 100%;
}

.arco-form-item-content {
	flex: 1;
	max-width: 100%;
	min-height: 32px;
}

.arco-form-item-content-wrapper {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.arco-form-item-content-flex {
	align-items: center;
	display: flex;
	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);
}

.arco-form-item-label-tooltip {
	color: var(--color-text-4);
	margin-left: 4px;
}

.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 {
	animation: arco-form-blink .5s linear;
	transition: opacity .3s linear;
}

@keyframes arco-form-blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .2;
	}

	to {
		opacity: 1;
	}
}

.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-image-trigger {
	background: var(--color-bg-5);
	border: 1px solid var(--color-neutral-3);
	border-radius: 4px;
	padding: 6px 4px;
}

.arco-image-trigger .arco-trigger-arrow {
	background-color: var(--color-bg-5);
	border: 1px solid var(--color-neutral-3);
}

.arco-image {
	border-radius: var(--border-radius-small);
	display: inline-block;
	position: relative;
}

.arco-image-img {
	border-radius: inherit;
	vertical-align: middle;
}

.arco-image-overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.arco-image-footer {
	display: flex;
	max-width: 100%;
	width: 100%;
}

.arco-image-footer-caption {
	flex: 1 1 auto;
}

.arco-image-footer-caption-title {
	font-size: 12px;
	font-weight: 500;
}

.arco-image-footer-caption-description {
	font-size: 14px;
}

.arco-image-footer-extra {
	flex: 0 0 auto;
	padding-left: 12px;
}

.arco-image-with-footer-inner .arco-image-footer {
	align-items: center;
	background: linear-gradient(1turn,rgba(0,0,0,.3),transparent);
	border-bottom-left-radius: var(--border-radius-small);
	border-bottom-right-radius: var(--border-radius-small);
	bottom: 0;
	box-sizing: border-box;
	color: var(--color-white);
	left: 0;
	padding: 9px 16px;
	position: absolute;
}

.arco-image-with-footer-inner .arco-image-footer-caption-title,.arco-image-with-footer-inner .arco-image-footer-caption-description {
	color: var(--color-white);
}

.arco-image-with-footer-outer .arco-image-footer {
	color: var(--color-neutral-8);
	margin-top: 4px;
}

.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 {
	align-items: center;
	background-color: var(--color-neutral-1);
	box-sizing: border-box;
	color: var(--color-neutral-4);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.arco-image-error-icon {
	height: 60px;
	max-height: 100%;
	max-width: 100%;
	width: 60px;
}

.arco-image-error-icon>svg {
	height: 100%;
	width: 100%;
}

.arco-image-error-alt {
	font-size: 12px;
	line-height: 1.6667;
	padding: 8px 16px;
	text-align: center;
}

.arco-image-loader {
	background-color: var(--color-neutral-1);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.arco-image-loader-spin {
	color: rgb(var(--primary-6));
	font-size: 32px;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%,-50%);
}

.arco-image-loader-spin-text {
	color: var(--color-neutral-6);
	font-size: 12px;
}

.arco-image-simple.arco-image-with-footer-inner .arco-image-footer {
	padding: 12px 16px;
}

.arco-image-loading .arco-image-img,.arco-image-loading-error .arco-image-img {
	visibility: hidden;
}

.arco-image-preview {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.arco-image-preview-hide {
	display: none;
}

.arco-image-preview-mask,.arco-image-preview-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.arco-image-preview-mask {
	background-color: var(--color-mask-bg);
}

.arco-image-preview-img-container {
	height: 100%;
	text-align: center;
	width: 100%;
}

.arco-image-preview-img-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.arco-image-preview-img-container .arco-image-preview-img {
	cursor: grab;
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.arco-image-preview-img-container .arco-image-preview-img.arco-image-preview-img-moving {
	cursor: grabbing;
}

.arco-image-preview-scale-value {
	background-color: #ffffff14;
	box-sizing: border-box;
	color: var(--color-white);
	font-size: 12px;
	left: 50%;
	line-height: normal;
	padding: 7px 10px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.arco-image-preview-toolbar {
	align-items: flex-start;
	background-color: var(--color-bg-2);
	border-radius: var(--border-radius-medium);
	bottom: 46px;
	display: flex;
	left: 50%;
	padding: 4px 16px;
	position: absolute;
	transform: translate(-50%);
}

.arco-image-preview-toolbar-action {
	align-items: center;
	background-color: transparent;
	border-radius: var(--border-radius-small);
	color: var(--color-neutral-8);
	cursor: pointer;
	display: flex;
	font-size: 14px;
}

.arco-image-preview-toolbar-action:not(:last-of-type) {
	margin-right: 0;
}

.arco-image-preview-toolbar-action:hover {
	background-color: var(--color-neutral-2);
	color: rgb(var(--primary-6));
}

.arco-image-preview-toolbar-action-disabled,.arco-image-preview-toolbar-action-disabled:hover {
	background-color: transparent;
	color: var(--color-text-4);
	cursor: not-allowed;
}

.arco-image-preview-toolbar-action-name {
	font-size: 12px;
	padding-right: 12px;
}

.arco-image-preview-toolbar-action-content {
	line-height: 1;
	padding: 13px;
}

.arco-image-preview-loading {
	align-items: center;
	background-color: #232324;
	border-radius: var(--border-radius-medium);
	box-sizing: border-box;
	color: rgb(var(--primary-6));
	display: flex;
	font-size: 18px;
	height: 48px;
	justify-content: center;
	left: 50%;
	padding: 10px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 48px;
}

.arco-image-preview-close-btn {
	align-items: center;
	background: #00000080;
	border-radius: 50%;
	color: var(--color-white);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 32px;
	justify-content: center;
	line-height: 32px;
	position: absolute;
	right: 36px;
	text-align: center;
	top: 36px;
	width: 32px;
}

.arco-image-preview-arrow-left,.arco-image-preview-arrow-right {
	align-items: center;
	background-color: #ffffff4d;
	border-radius: 50%;
	color: var(--color-white);
	cursor: pointer;
	display: flex;
	height: 32px;
	justify-content: center;
	position: absolute;
	width: 32px;
	z-index: 2;
}

.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: #ffffff80;
}

.arco-image-preview-arrow-left {
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.arco-image-preview-arrow-right {
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.arco-image-preview-arrow-disabled {
	background-color: #fff3;
	color: #ffffff4d;
	cursor: not-allowed;
}

.arco-image-preview-arrow-disabled>svg {
	color: #ffffff4d;
}

.arco-image-preview-arrow-disabled:hover {
	background-color: #fff3;
}

.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-number {
	border-radius: var(--border-radius-small);
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.arco-input-number-step-button {
	align-items: center;
	background-color: var(--color-fill-2);
	box-sizing: border-box;
	color: var(--color-text-2);
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0;
	transition: all .1s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.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 {
	background-color: var(--color-fill-2);
	color: var(--color-text-4);
	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 {
	border-radius: 2px;
	bottom: 4px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 4px;
	top: 4px;
	transition: all .1s linear;
	width: 18px;
}

.arco-input-number-mode-embed .arco-input-number-step .arco-input-number-step-button {
	border: none;
	border-color: var(--color-neutral-3);
	font-size: 10px;
	height: 50%;
	width: 100%;
}

.arco-input-number-mode-embed .arco-input-suffix {
	justify-content: flex-end;
	min-width: 6px;
}

.arco-input-number-mode-embed .arco-input-suffix-has-feedback {
	min-width: 32px;
}

.arco-input-number-mode-embed .arco-input-suffix-has-feedback .arco-input-number-step {
	right: 30px;
}

.arco-input-number-mode-embed:not(.arco-input-disabled):not(.arco-input-outer-disabled):focus-within .arco-input-number-step,.arco-input-number-mode-embed:not(.arco-input-disabled):not(.arco-input-outer-disabled):hover .arco-input-number-step {
	opacity: 1;
}

.arco-input-number-mode-embed:not(.arco-input-disabled):not(.arco-input-outer-disabled):focus-within .arco-input-number-step~.arco-input-suffix,.arco-input-number-mode-embed:not(.arco-input-disabled):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 {
	border: none;
	padding: 0;
}

.arco-input-number-mode-button .arco-input-prepend .arco-input-number-step-button {
	border-bottom-right-radius: 0;
	border-right: 1px solid transparent;
	border-top-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-bottom-left-radius: 0;
	border-left: 1px solid transparent;
	border-top-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-tag {
	background-color: #fff;
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-sizing: border-box;
	color: #393c40;
	cursor: text;
	display: inline-flex;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	transition: color .1s linear,border-color .1s linear,background-color .1s linear;
	width: 100%;
}

.arco-input-tag:hover {
	background-color: #fff;
	border-color: #c7c9cc;
}

.arco-input-tag.arco-input-tag-focus,.arco-input-tag:focus-within {
	background-color: #fff;
	border-color: rgb(var(--primary-5));
	box-shadow: 0 0 0 0 transparent;
}

.arco-input-tag.arco-input-tag-disabled {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
	cursor: not-allowed;
}

.arco-input-tag.arco-input-tag-disabled:hover {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
}

.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 {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-6));
}

.arco-input-tag.arco-input-tag-error:hover {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-7));
}

.arco-input-tag.arco-input-tag-error.arco-input-tag-focus,.arco-input-tag.arco-input-tag-error:focus-within {
	background-color: #fff;
	border-color: rgb(var(--danger-6));
	box-shadow: 0 0 0 0 transparent;
}

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

.arco-input-tag .arco-input-tag-prefix>svg,.arco-input-tag .arco-input-tag-suffix>svg {
	font-size: 14px;
}

.arco-input-tag .arco-input-tag-prefix {
	color: #bfc2c7;
	padding-right: 12px;
}

.arco-input-tag .arco-input-tag-suffix {
	color: #8f959e;
	padding-left: 12px;
}

.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 {
	align-self: center;
	color: #393c40;
	cursor: pointer;
	font-size: 12px;
	visibility: hidden;
}

.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: #1d21290a;
}

.arco-input-tag.arco-input-tag-has-tag {
	padding-left: 4px;
	padding-right: 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;
	line-height: 0;
	overflow: hidden;
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag {
	align-items: center;
	background-color: var(--color-neutral-2);
	border-color: transparent;
	color: #393c40;
	display: inline-flex;
	font-size: 12px;
	margin-right: 4px;
	white-space: pre-wrap;
	word-break: break-word;
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag .arco-icon-hover:hover:before {
	background-color: var(--color-neutral-2);
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag.arco-tag-custom-color {
	color: var(--color-white);
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-tag.arco-tag-custom-color .arco-icon-hover.arco-tag-icon-hover:hover:before {
	background-color: #fff3;
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input {
	-webkit-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: inherit;
	line-height: 1.5;
	outline: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input::-moz-placeholder {
	color: #bfc2c7;
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input::placeholder {
	color: #bfc2c7;
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input[disabled]::-moz-placeholder {
	color: #adafb2;
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input[disabled]::placeholder {
	color: #adafb2;
}

.arco-input-tag .arco-input-tag-inner .arco-input-tag-input[disabled] {
	-webkit-text-fill-color: #adafb2;
}

.arco-input-tag .arco-input-tag-mirror {
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	visibility: hidden;
	white-space: pre;
}

.arco-input-tag.arco-input-tag-focus .arco-input-tag-tag {
	background-color: var(--color-neutral-2);
	border-color: transparent;
}

.arco-input-tag.arco-input-tag-focus .arco-input-tag-tag .arco-icon-hover:hover:before {
	background-color: var(--color-neutral-3);
}

.arco-input-tag.arco-input-tag-disabled .arco-input-tag-tag {
	background-color: var(--color-neutral-3);
	border-color: transparent;
	color: #adafb2;
}

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

.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-input,.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-tag {
	line-height: 16px;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}

.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-input,.arco-input-tag.arco-input-tag-size-mini .arco-input-tag-tag {
	height: auto;
	min-height: 18px;
}

.arco-input-tag.arco-input-tag-size-medium {
	font-size: 12px;
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-inner {
	padding-bottom: 3px;
	padding-top: 3px;
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-input,.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-tag {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}

.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-input,.arco-input-tag.arco-input-tag-size-medium .arco-input-tag-tag {
	height: auto;
	min-height: 22px;
}

.arco-input-tag.arco-input-tag-size-small {
	font-size: 12px;
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-inner {
	padding-bottom: 3px;
	padding-top: 3px;
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-input,.arco-input-tag.arco-input-tag-size-small .arco-input-tag-tag {
	line-height: 18px;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}

.arco-input-tag.arco-input-tag-size-small .arco-input-tag-input,.arco-input-tag.arco-input-tag-size-small .arco-input-tag-tag {
	height: auto;
	min-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-bottom: 3px;
	padding-top: 3px;
}

.arco-input-tag.arco-input-tag-size-large .arco-input-tag-input,.arco-input-tag.arco-input-tag-size-large .arco-input-tag-tag {
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}

.arco-input-tag.arco-input-tag-size-large .arco-input-tag-input,.arco-input-tag.arco-input-tag-size-large .arco-input-tag-tag {
	height: auto;
	min-height: 28px;
}

.input-tag-zoom-enter-from {
	opacity: 0;
	transform: scale(.5);
}

.input-tag-zoom-enter-to {
	opacity: 1;
	transform: scale(1);
}

.input-tag-zoom-enter-active {
	transition: all .3s cubic-bezier(.34,.69,.1,1);
}

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

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

.input-tag-zoom-leave-active {
	position: absolute;
	transition: all .3s cubic-bezier(.3,1.3,.3,1);
}

.input-tag-zoom-move {
	transition: all .3s cubic-bezier(.3,1.3,.3,1);
}

.arco-input-wrapper {
	background-color: #fff;
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-sizing: border-box;
	color: #393c40;
	cursor: text;
	display: inline-flex;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	transition: color .1s linear,border-color .1s linear,background-color .1s linear;
	width: 100%;
}

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

.arco-input-wrapper.arco-input-focus,.arco-input-wrapper:focus-within {
	background-color: #fff;
	border-color: rgb(var(--primary-5));
	box-shadow: 0 0 0 0 transparent;
}

.arco-input-wrapper.arco-input-disabled {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
	cursor: not-allowed;
}

.arco-input-wrapper.arco-input-disabled:hover {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
}

.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 {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-6));
}

.arco-input-wrapper.arco-input-error:hover {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-7));
}

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

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

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

.arco-input-wrapper .arco-input-prefix {
	color: #bfc2c7;
	padding-right: 12px;
}

.arco-input-wrapper .arco-input-suffix {
	color: #8f959e;
	padding-left: 12px;
}

.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 {
	align-self: center;
	color: #393c40;
	cursor: pointer;
	font-size: 12px;
	visibility: hidden;
}

.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: #1d21290a;
}

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

.arco-input-wrapper .arco-input::-moz-placeholder {
	color: #bfc2c7;
}

.arco-input-wrapper .arco-input::placeholder {
	color: #bfc2c7;
}

.arco-input-wrapper .arco-input[disabled]::-moz-placeholder {
	color: #adafb2;
}

.arco-input-wrapper .arco-input[disabled]::placeholder {
	color: #adafb2;
}

.arco-input-wrapper .arco-input[disabled] {
	-webkit-text-fill-color: #adafb2;
}

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

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

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

.arco-input-wrapper .arco-input.arco-input-size-large {
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 6.5px;
	padding-top: 6.5px;
}

.arco-input-wrapper .arco-input-word-limit {
	color: #bfc2c7;
	font-size: 12px;
}

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

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

.arco-input-outer>:first-child {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}

.arco-input-outer>:last-child {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
}

.arco-input-outer.arco-input-outer-size-mini .arco-input-outer,.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-suffix {
	font-size: 12px;
}

.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>svg {
	font-size: 12px;
}

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

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

.arco-input-outer.arco-input-outer-size-mini .arco-input-prepend .arco-input {
	border-bottom-left-radius: 0;
	border-color: transparent;
	border-top-left-radius: 0;
	height: 100%;
	margin: -1px -13px -1px -12px;
	width: auto;
}

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

.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-bottom-right-radius: 0;
	border-color: transparent;
	border-top-right-radius: 0;
	height: 100%;
	margin: -1px -12px -1px -13px;
	width: auto;
}

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

.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-bottom-left-radius: 0;
	border-color: transparent;
	border-top-left-radius: 0;
	height: 100%;
	margin: -1px -13px -1px -12px;
	width: auto;
}

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

.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-bottom-right-radius: 0;
	border-color: transparent;
	border-top-right-radius: 0;
	height: 100%;
	margin: -1px -12px -1px -13px;
	width: auto;
}

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

.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: 14px;
}

.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: 14px;
}

.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-bottom-left-radius: 0;
	border-color: transparent;
	border-top-left-radius: 0;
	height: 100%;
	margin: -1px -13px -1px -12px;
	width: auto;
}

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

.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-bottom-right-radius: 0;
	border-color: transparent;
	border-top-right-radius: 0;
	height: 100%;
	margin: -1px -12px -1px -13px;
	width: auto;
}

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

.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 {
	align-items: center;
	background-color: var(--color-neutral-1);
	border: 1px solid #dfe2e5;
	box-sizing: border-box;
	color: #393c40;
	display: inline-flex;
	flex-shrink: 0;
	padding: 0 12px;
	white-space: nowrap;
}

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

.arco-input-prepend {
	border-right: 1px solid transparent;
}

.arco-input-prepend .arco-input {
	border-bottom-right-radius: 0;
	border-color: transparent;
	border-top-right-radius: 0;
	height: 100%;
	margin: -1px -12px -1px -13px;
	width: auto;
}

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

.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-append {
	border-left: 1px solid transparent;
}

.arco-input-append .arco-input {
	border-bottom-left-radius: 0;
	border-color: transparent;
	border-top-left-radius: 0;
	height: 100%;
	margin: -1px -13px -1px -12px;
	width: auto;
}

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

.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-group {
	align-items: center;
	display: inline-flex;
}

.arco-input-group>* {
	border-radius: 0;
}

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

.arco-input-group>:not(:last-child) {
	box-sizing: border-box;
	position: relative;
}

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

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

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

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

.arco-input-group>.arco-input-outer:not(:last-child),.arco-input-group>.arco-input-tag:not(:last-child),.arco-input-group>.arco-input-wrapper:not(:last-child),.arco-input-group>.arco-select-view:not(:last-child) {
	border-right: 1px solid var(--color-neutral-3);
}

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

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

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

.size-height-size-large {
	font-size: 14px;
	padding-bottom: 6.5px;
	padding-top: 6.5px;
}

.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 {
	bottom: 6px;
	color: #bfc2c7;
	font-size: 12px;
	position: absolute;
	right: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

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

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

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

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

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

.arco-layout {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.arco-layout-sider {
	background: var(--color-menu-dark-bg);
	flex: none;
	margin: 0;
	padding: 0;
	position: relative;
	transition: width .2s cubic-bezier(.34,.69,.1,1);
	width: auto;
}

.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 {
	align-items: center;
	background: #fff3;
	box-sizing: border-box;
	color: var(--color-white);
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	transition: width .2s cubic-bezier(.34,.69,.1,1);
	width: 100%;
	z-index: 1;
}

.arco-layout-sider-trigger-light {
	background: var(--color-menu-light-bg);
	border-top: 1px solid var(--color-bg-5);
	color: var(--color-text-1);
}

.arco-layout-sider-light {
	background: var(--color-menu-light-bg);
	box-shadow: 0 2px 5px #00000014;
}

.arco-layout-header {
	box-sizing: border-box;
	flex: 0 0 auto;
	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 {
	align-items: center;
	background-color: transparent;
	border-radius: 2px;
	color: rgb(var(--primary-6));
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	justify-content: center;
	line-height: 20px;
	padding: 0 6px;
	text-decoration: none;
	transition: all .1s linear;
}

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

.arco-link:active {
	background-color: var(--color-fill-3);
	color: rgb(var(--primary-6));
	transition: none;
}

.arco-link.arco-link-hoverless {
	background-color: unset;
	display: inline;
	padding: 0;
}

.arco-link.arco-link-hoverless:active,.arco-link.arco-link-hoverless:hover {
	background-color: unset;
}

.arco-link.arco-link-disabled {
	background: none;
	color: var(--color-link-light-3);
	cursor: not-allowed;
}

.arco-link.arco-link-loading {
	background: none;
	color: var(--color-link-light-3);
	cursor: default;
}

.arco-link-status-success,.arco-link-status-success:hover,.arco-link-status-success:active {
	color: rgb(var(--success-6));
}

.arco-link-status-success.arco-link-disabled {
	color: rgb(var(--success-2));
}

.arco-link-status-success.arco-link-loading {
	color: var(--color-success-light-3);
}

.arco-link-status-danger,.arco-link-status-danger:hover,.arco-link-status-danger:active {
	color: rgb(var(--danger-6));
}

.arco-link-status-danger.arco-link-disabled,.arco-link-status-danger.arco-link-loading {
	color: var(--color-danger-light-3);
}

.arco-link-status-warning,.arco-link-status-warning:hover,.arco-link-status-warning:active {
	color: rgb(var(--warning-6));
}

.arco-link-status-warning.arco-link-disabled,.arco-link-status-warning.arco-link-loading {
	color: var(--color-warning-light-2);
}

.arco-link-icon {
	font-size: 12px;
	margin-right: 4px;
	vertical-align: middle;
}

.arco-list {
	border-radius: var(--border-radius-medium);
	box-sizing: border-box;
	color: #393c40;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 1.5;
	overflow-y: auto;
	width: 100%;
}

.arco-list-wrapper {
	overflow: hidden;
}

.arco-list-wrapper .arco-list-spin {
	display: block;
	height: 100%;
	overflow: hidden;
}

.arco-list-content {
	overflow: hidden;
}

.arco-list-small .arco-list-content-wrapper .arco-list-header {
	padding: 8px 20px;
}

.arco-list-small .arco-list-content-wrapper .arco-list-content .arco-list-col>.arco-list-item,.arco-list-small .arco-list-content-wrapper .arco-list-content.arco-list-virtual .arco-list-item,.arco-list-small .arco-list-content-wrapper .arco-list-content>.arco-list-item,.arco-list-small .arco-list-content-wrapper .arco-list-footer {
	padding: 9px 20px;
}

.arco-list-medium .arco-list-content-wrapper .arco-list-header {
	padding: 12px 20px;
}

.arco-list-medium .arco-list-content-wrapper .arco-list-content .arco-list-col>.arco-list-item,.arco-list-medium .arco-list-content-wrapper .arco-list-content.arco-list-virtual .arco-list-item,.arco-list-medium .arco-list-content-wrapper .arco-list-content>.arco-list-item,.arco-list-medium .arco-list-content-wrapper .arco-list-footer {
	padding: 13px 20px;
}

.arco-list-large .arco-list-content-wrapper .arco-list-header {
	padding: 16px 20px;
}

.arco-list-large .arco-list-content-wrapper .arco-list-content .arco-list-col>.arco-list-item,.arco-list-large .arco-list-content-wrapper .arco-list-content.arco-list-virtual .arco-list-item,.arco-list-large .arco-list-content-wrapper .arco-list-content>.arco-list-item,.arco-list-large .arco-list-content-wrapper .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-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.arco-list-item {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	width: 100%;
}

.arco-list-item-main {
	flex: 1;
}

.arco-list-item-main .arco-list-item-action:not(:first-child) {
	margin-top: 4px;
}

.arco-list-item-meta {
	align-items: center;
	display: flex;
	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 {
	align-self: center;
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.arco-list-item-action>li {
	cursor: pointer;
	display: inline-block;
}

.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 {
	clear: both;
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.arco-list-scroll-loading {
	align-items: center;
	display: flex;
	justify-content: center;
}

.arco-list-content {
	flex: auto;
}

.arco-list-content .arco-empty {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

.arco-mention {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
}

.arco-mention-measure {
	bottom: 0;
	left: 0;
	overflow: auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}

.arco-menu {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	transition: width .2s cubic-bezier(.34,.69,.1,1);
	width: 100%;
}

.arco-menu:focus-visible {
	outline: 3px solid var(--color-primary-light-2);
}

.arco-menu-indent {
	display: inline-block;
	width: 24px;
}

.arco-menu .arco-menu-group-title,.arco-menu .arco-menu-inline-header,.arco-menu .arco-menu-item,.arco-menu .arco-menu-pop-header {
	border-radius: 2px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.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: 400;
	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: 8px;
}

.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: #fff;
}

.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 {
	background-color: #fff;
	color: var(--color-text-2);
}

.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: #646a73;
}

.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 {
	background-color: var(--color-neutral-2);
	color: #393c40;
}

.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-inline-header.arco-menu-selected,.arco-menu-light .arco-menu-item.arco-menu-selected,.arco-menu-light .arco-menu-pop-header.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-icon,.arco-menu-light .arco-menu-inline-header.arco-menu-selected .arco-menu-icon,.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-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 {
	background-color: #fff;
	color: #adafb2;
}

.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: #adafb2;
}

.arco-menu-light .arco-menu-item.arco-menu-selected {
	background-color: rgb(var(--primary-1));
}

.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: none;
	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-neutral-2);
}

.arco-menu-light .arco-menu-group-title {
	color: var(--color-text-3);
	pointer-events: none;
}

.arco-menu-light .arco-menu-collapse-button {
	background-color: var(--color-fill-1);
	color: var(--color-text-3);
}

.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 {
	background-color: var(--color-menu-dark-bg);
	color: var(--color-text-4);
}

.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 {
	background-color: var(--color-menu-dark-hover);
	color: var(--color-text-4);
}

.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-inline-header.arco-menu-selected,.arco-menu-dark .arco-menu-item.arco-menu-selected,.arco-menu-dark .arco-menu-pop-header.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-icon,.arco-menu-dark .arco-menu-inline-header.arco-menu-selected .arco-menu-icon,.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-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 {
	background-color: var(--color-menu-dark-bg);
	color: var(--color-text-2);
}

.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: none;
	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 {
	background-color: rgb(var(--primary-6));
	color: var(--color-white);
}

.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;
	cursor: inherit;
	text-decoration: none;
}

.arco-menu-inner {
	box-sizing: border-box;
	height: 100%;
	overflow: auto;
	width: 100%;
}

.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 {
	line-height: 40px;
	padding: 0 12px;
}

.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;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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 {
	align-items: center;
	display: flex;
}

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

.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;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.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;
	text-overflow: ellipsis;
	white-space: nowrap;
	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 12px;
}

.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 {
	height: auto;
	width: 100%;
}

.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 {
	line-height: 32px;
	padding: 0 12px;
}

.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: 8px;
}

.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 {
	align-items: center;
	display: flex;
	padding: 12px 0;
}

.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: 4px;
}

.arco-menu-horizontal .arco-menu-pop:after {
	bottom: -12px;
	content: " ";
	height: 12px;
	left: 0;
	position: absolute;
	width: 100%;
}

.arco-menu-overflow-wrap {
	width: 100%;
}

.arco-menu-overflow-hidden-menu-item,.arco-menu-overflow-sub-menu-mirror {
	pointer-events: none;
	position: absolute!important;
	visibility: hidden;
	white-space: nowrap;
}

.arco-menu-selected-label {
	background-color: rgb(var(--primary-6));
	bottom: -12px;
	height: 3px;
	left: 12px;
	position: absolute;
	right: 12px;
}

.arco-menu-pop-button {
	background: none;
	box-shadow: none;
	width: auto;
}

.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 {
	border: 1px solid transparent;
	border-radius: 50%;
	box-shadow: 0 4px 10px #0000001a;
	height: 40px;
	line-height: 40px;
	margin-bottom: 16px;
	width: 40px;
}

.arco-menu-collapsed {
	width: 48px;
}

.arco-menu-collapsed .arco-menu-inner {
	padding: 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 {
	align-items: center;
	border-radius: var(--border-radius-small);
	bottom: 12px;
	cursor: pointer;
	display: flex;
	height: 24px;
	justify-content: center;
	position: absolute;
	right: 12px;
	width: 24px;
}

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

.arco-menu-pop-trigger.arco-trigger-position-bl .arco-trigger-arrow {
	border-left: 1px solid #dfe2e5;
	border-top: 1px solid #dfe2e5;
	z-index: 0;
}

.arco-menu-pop-trigger.arco-trigger-position-rt {
	transform: translate(12px);
}

.arco-menu-pop-trigger.arco-trigger-position-rt .arco-trigger-arrow {
	border-bottom: 1px solid #dfe2e5;
	border-left: 1px solid #dfe2e5;
	z-index: 0;
}

.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 {
	background-color: var(--color-bg-popup);
	border: 1px solid var(--color-fill-3);
	border-radius: var(--border-radius-medium);
	box-shadow: 0 4px 10px #0000001a;
	box-sizing: border-box;
	max-height: 200px;
	overflow: auto;
	padding: 4px 0;
	position: relative;
}

.arco-trigger-menu-hidden {
	display: none;
}

.arco-trigger-menu-item,.arco-trigger-menu-pop-header {
	background-color: transparent;
	box-sizing: border-box;
	color: var(--color-text-1);
	cursor: pointer;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.arco-trigger-menu-item.arco-trigger-menu-selected,.arco-trigger-menu-pop-header.arco-trigger-menu-selected {
	background-color: transparent;
	color: var(--color-text-1);
	font-weight: 500;
	transition: all .1s linear;
}

.arco-trigger-menu-item:hover,.arco-trigger-menu-pop-header:hover {
	background-color: var(--color-fill-2);
	color: var(--color-text-1);
}

.arco-trigger-menu-item.arco-trigger-menu-disabled,.arco-trigger-menu-pop-header.arco-trigger-menu-disabled {
	background-color: transparent;
	color: var(--color-text-4);
	cursor: not-allowed;
}

.arco-trigger-menu .arco-trigger-menu-has-icon {
	align-items: center;
	display: flex;
}

.arco-trigger-menu .arco-trigger-menu-has-icon .arco-trigger-menu-icon {
	line-height: 1;
	margin-right: 8px;
}

.arco-trigger-menu .arco-trigger-menu-has-icon>* {
	flex: none;
}

.arco-trigger-menu .arco-trigger-menu-has-icon .arco-trigger-menu-title {
	flex: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-trigger-menu-pop-header {
	align-items: center;
	display: flex;
	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;
	color: var(--color-text-3);
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	padding: 8px 12px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.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 {
	background-color: transparent;
	color: var(--color-text-4);
}

.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 {
	background-color: transparent;
	color: var(--color-white);
}

.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 {
	background-color: var(--color-menu-dark-hover);
	color: var(--color-text-4);
}

.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 {
	background-color: transparent;
	color: var(--color-text-2);
}

.arco-trigger-menu-dark .arco-trigger-menu-group-title {
	color: var(--color-text-3);
}

.arco-message-list {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 10px;
	pointer-events: none;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1003;
}

.arco-message-list-top {
	top: 40px;
}

.arco-message-list-bottom {
	bottom: 40px;
}

.arco-message {
	align-items: center;
	background-color: #fff;
	border: 1px solid #f3f4f7;
	border-radius: 4px;
	box-shadow: 0 4px 10px #0000001a;
	display: inline-flex;
	line-height: 1;
	list-style: none;
	margin-bottom: 16px;
	overflow: hidden;
	padding: 8px 16px 10px;
	pointer-events: auto;
	position: relative;
	text-align: center;
	transition: all .1s linear;
}

.arco-message-icon {
	animation: arco-msg-fade .1s linear,arco-msg-fade .4s cubic-bezier(.3,1.3,.3,1);
	color: #393c40;
	display: inline-block;
	font-size: 16px;
	margin-right: 8px;
	vertical-align: middle;
}

.arco-message-content {
	color: #393c40;
	font-size: 12px;
	vertical-align: middle;
}

.arco-message-info {
	background-color: #fff;
	border-color: #f3f4f7;
}

.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: #fff;
	border-color: #f3f4f7;
}

.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: #393c40;
}

.arco-message-error {
	background-color: #fff;
	border-color: var(--color-neutral-3);
}

.arco-message-error .arco-message-icon {
	color: rgb(var(--danger-6));
}

.arco-message-error .arco-message-content {
	color: #393c40;
}

.arco-message-loading {
	background-color: var(--color-bg-popup);
	border-color: #f3f4f7;
}

.arco-message-loading .arco-message-icon {
	color: rgb(var(--primary-6));
}

.arco-message-loading .arco-message-content {
	color: #393c40;
}

.arco-message-close-btn {
	color: #393c40;
	font-size: 14px;
	margin-left: 8px;
}

.arco-message .arco-icon-hover.arco-message-icon-hover:before {
	height: 22px;
	width: 22px;
}

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

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

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

.fade-message-leave-from {
	opacity: 1;
}

.fade-message-leave-to {
	opacity: 0;
}

.fade-message-leave-active {
	position: absolute;
}

.flip-list-move {
	transition: transform .8s ease;
}

@keyframes arco-msg-fade {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

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

	to {
		transform: scale(1);
	}
}

.arco-modal-container {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.arco-modal-mask {
	background-color: var(--color-mask-bg);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.arco-modal-wrapper {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.arco-modal-wrapper.arco-modal-wrapper-align-center {
	white-space: nowrap;
}

.arco-modal-wrapper.arco-modal-wrapper-align-center:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.arco-modal-wrapper.arco-modal-wrapper-align-center .arco-modal {
	top: 0;
	vertical-align: middle;
}

.arco-modal-wrapper.arco-modal-wrapper-moved {
	text-align: left;
}

.arco-modal-wrapper.arco-modal-wrapper-moved .arco-modal {
	top: 0;
	vertical-align: top;
}

.arco-modal {
	background-color: var(--color-bg-3);
	border-radius: var(--border-radius-medium);
	display: inline-block;
	line-height: 1.5;
	margin: 0 auto;
	position: relative;
	text-align: left;
	top: 100px;
	white-space: normal;
	width: 520px;
}

.arco-modal-draggable .arco-modal-header {
	cursor: move;
}

.arco-modal-header {
	align-items: center;
	border-bottom: 1px solid var(--color-neutral-3);
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	height: 48px;
	padding: 0 20px;
	width: 100%;
}

.arco-modal-header .arco-modal-title {
	align-items: center;
	display: flex;
	flex: 1;
	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 {
	color: var(--color-text-1);
	font-size: 14px;
	overflow: auto;
	padding: 24px 20px;
	position: relative;
}

.arco-modal-footer {
	border-top: 1px solid var(--color-neutral-3);
	box-sizing: border-box;
	flex-shrink: 0;
	padding: 16px 20px;
	text-align: right;
	width: 100%;
}

.arco-modal-footer>.arco-btn:not(:first-child) {
	margin-left: 12px;
}

.arco-modal-close-btn {
	color: var(--color-text-1);
	cursor: pointer;
	font-size: 12px;
	margin-left: -12px;
}

.arco-modal-title {
	color: var(--color-text-1);
	font-size: 12px;
	font-weight: 500;
}

.arco-modal-title-icon {
	font-size: 18px;
	margin-right: 10px;
	vertical-align: -.15em;
}

.arco-modal-title-icon .arco-icon-info-circle-fill {
	color: rgb(var(--primary-6));
}

.arco-modal-title-icon .arco-icon-check-circle-fill {
	color: rgb(var(--success-6));
}

.arco-modal-title-icon .arco-icon-exclamation-circle-fill {
	color: rgb(var(--warning-6));
}

.arco-modal-title-icon .arco-icon-close-circle-fill {
	color: rgb(var(--danger-6));
}

.arco-modal-simple {
	padding: 24px 32px 32px;
	width: 400px;
}

.arco-modal-simple .arco-modal-footer,.arco-modal-simple .arco-modal-header {
	border: none;
	height: unset;
	padding: 0;
}

.arco-modal-simple .arco-modal-header {
	margin-bottom: 24px;
}

.arco-modal-simple .arco-modal-title {
	justify-content: center;
}

.arco-modal-simple .arco-modal-title-align-start {
	justify-content: flex-start;
}

.arco-modal-simple .arco-modal-title-align-center {
	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 {
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	top: 0;
	width: 100%;
}

.arco-modal-fullscreen .arco-modal-footer {
	margin-top: auto;
}

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

.zoom-modal-appear-to,.zoom-modal-enter-to {
	opacity: 1;
	transform: scale(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 {
	opacity: 1;
	transform: scale(1);
}

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

.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-notification-list {
	margin: 0;
	padding-left: 0;
	position: fixed;
	z-index: 1003;
}

.arco-notification-list-top-left {
	left: 20px;
	top: 20px;
}

.arco-notification-list-top-right {
	right: 20px;
	top: 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 {
	bottom: 20px;
	right: 20px;
}

.arco-notification-list-bottom-right .arco-notification {
	margin-left: auto;
}

.arco-notification {
	background-color: var(--color-bg-popup);
	border: 1px solid var(--color-neutral-3);
	border-radius: var(--border-radius-medium);
	box-shadow: 0 4px 12px #00000026;
	box-sizing: border-box;
	display: flex;
	opacity: 1;
	overflow: hidden;
	padding: 20px;
	position: relative;
	transition: opacity .2s linear;
	width: 340px;
}

.arco-notification:not(:last-child) {
	margin-bottom: 20px;
}

.arco-notification-icon {
	align-items: center;
	display: flex;
	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 {
	color: var(--color-text-1);
	font-size: 12px;
	font-weight: 500;
}

.arco-notification-title+.arco-notification-content {
	margin-top: 4px;
}

.arco-notification-content {
	color: var(--color-text-1);
	font-size: 14px;
}

.arco-notification-info .arco-notification-title,.arco-notification-info .arco-notification-content,.arco-notification-success .arco-notification-title,.arco-notification-success .arco-notification-content,.arco-notification-warning .arco-notification-title,.arco-notification-warning .arco-notification-content,.arco-notification-error .arco-notification-title,.arco-notification-error .arco-notification-content {
	color: var(--color-text-1);
}

.arco-notification-footer {
	margin-top: 16px;
	text-align: right;
}

.arco-notification-close-btn {
	color: var(--color-text-1);
	cursor: pointer;
	font-size: 12px;
	position: absolute;
	right: 12px;
	top: 12px;
}

.arco-notification-close-btn>svg {
	position: relative;
}

.arco-notification .arco-icon-hover.arco-notification-icon-hover:before {
	height: 20px;
	width: 20px;
}

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

.slide-left-notification-appear-to,.slide-left-notification-enter-to {
	transform: translate(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-bottom: 0;
	margin-top: 0;
	opacity: 0;
	padding-bottom: 0;
	padding-top: 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: translate(100%);
}

.slide-right-notification-appear-to,.slide-right-notification-enter-to {
	transform: translate(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-bottom: 0;
	margin-top: 0;
	opacity: 0;
	padding-bottom: 0;
	padding-top: 0;
}

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

.arco-overflow-list {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.arco-overflow-list>:not(:last-child) {
	flex-shrink: 0;
}

.arco-overflow-list-spacer {
	flex: 1;
	height: 1px;
	min-width: 0;
}

.arco-page-header {
	padding: 16px 0;
}

.arco-page-header-breadcrumb+.arco-page-header-header {
	margin-top: 4px;
}

.arco-page-header-wrapper {
	padding-left: 24px;
	padding-right: 20px;
}

.arco-page-header-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	line-height: 28px;
}

.arco-page-header-header-left {
	align-items: center;
	display: flex;
}

.arco-page-header-main {
	align-items: center;
	display: flex;
	min-height: 30px;
}

.arco-page-header-main-with-back {
	margin-left: -8px;
	padding-left: 8px;
}

.arco-page-header-extra {
	overflow: hidden;
	white-space: nowrap;
}

.arco-page-header .arco-icon-hover.arco-page-header-icon-hover:before {
	height: 30px;
	width: 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 {
	color: var(--color-text-2);
	font-size: 14px;
	margin-right: 12px;
}

.arco-page-header-back-btn-icon {
	position: relative;
}

.arco-page-header-title {
	color: var(--color-text-1);
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-page-header-divider {
	background-color: var(--color-fill-3);
	height: 16px;
	margin-left: 12px;
	margin-right: 12px;
	width: 1px;
}

.arco-page-header-subtitle {
	color: var(--color-text-3);
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-page-header-content {
	border-top: 1px solid var(--color-neutral-3);
	padding: 20px 32px;
}

.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 {
	align-items: center;
	display: flex;
	font-size: 12px;
}

.arco-pagination-list {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.arco-pagination-item {
	background-color: transparent;
	border: 0 solid transparent;
	border-radius: var(--border-radius-small);
	box-sizing: border-box;
	color: #393c40;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	min-width: 30px;
	outline: 0;
	padding: 0 8px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.arco-pagination-item:hover {
	background-color: var(--color-fill-1);
	border-color: transparent;
	color: var(--color-text-2);
}

.arco-pagination-item-active,.arco-pagination-item-active:hover {
	background-color: var(--color-primary-light-1);
	border-color: transparent;
	color: rgb(var(--primary-6));
	transition: color .2s linear,background-color .2s linear;
}

.arco-pagination-item-disabled,.arco-pagination-item-disabled:hover {
	background-color: transparent;
	border-color: transparent;
	color: var(--color-text-4);
	cursor: not-allowed;
}

.arco-pagination-item:not(:last-child) {
	margin-right: 8px;
}

.arco-pagination-item-next,.arco-pagination-item-previous {
	background-color: transparent;
	color: var(--color-text-2);
	font-size: 12px;
}

.arco-pagination-item-next:not(.arco-pagination-item-disabled):hover,.arco-pagination-item-previous:not(.arco-pagination-item-disabled):hover {
	background-color: var(--color-fill-1);
	color: rgb(var(--primary-6));
}

.arco-pagination-item-next:after,.arco-pagination-item-previous:after {
	content: ".";
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.arco-pagination .arco-pagination-item-next.arco-pagination-item-disabled,.arco-pagination .arco-pagination-item-previous.arco-pagination-item-disabled {
	background-color: transparent;
	color: var(--color-text-4);
}

.arco-pagination-item-jumper {
	font-size: 12px;
}

.arco-pagination-jumper {
	align-items: center;
	display: flex;
	margin-left: 8px;
}

.arco-pagination-jumper>span {
	font-size: 12px;
}

.arco-pagination-jumper-append,.arco-pagination-jumper-prepend,.arco-pagination-jumper-text-goto {
	color: #393c40;
	white-space: nowrap;
}

.arco-pagination-jumper-prepend {
	margin-right: 8px;
}

.arco-pagination-jumper-append {
	margin-left: 8px;
}

.arco-pagination-jumper .arco-pagination-jumper-input {
	padding-left: 2px;
	padding-right: 2px;
	width: 40px;
}

.arco-pagination-jumper .arco-pagination-jumper-input input {
	text-align: center;
}

.arco-pagination-options {
	display: inline-block;
	flex: 0 0 auto;
	margin-left: 16px;
	min-width: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.arco-pagination-options .arco-select {
	width: auto;
}

.arco-pagination-options .arco-select-view-value {
	overflow: inherit;
	padding-right: 6px;
}

.arco-pagination-total {
	color: #393c40;
	display: inline-block;
	font-size: 12px;
	height: 100%;
	line-height: 30px;
	margin-right: 16px;
	white-space: nowrap;
}

.arco-pagination-jumper {
	flex: 0 0 auto;
}

.arco-pagination-jumper-separator {
	padding: 0 12px;
}

.arco-pagination-jumper-total-page {
	margin-right: 8px;
}

.arco-pagination-simple {
	align-items: center;
	display: flex;
}

.arco-pagination-simple .arco-pagination-item {
	margin-right: 0;
}

.arco-pagination-simple .arco-pagination-jumper {
	color: var(--color-text-1);
	margin: 0 4px;
}

.arco-pagination-simple .arco-pagination-jumper .arco-pagination-jumper-input {
	margin-left: 0;
	width: 40px;
}

.arco-pagination-simple .arco-pagination-item-next,.arco-pagination-simple .arco-pagination-item-previous {
	background-color: transparent;
	color: var(--color-text-2);
}

.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 {
	background-color: var(--color-fill-1);
	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 {
	background-color: transparent;
	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 {
	background-color: transparent;
	border-color: transparent;
	color: var(--color-text-4);
	cursor: not-allowed;
}

.arco-pagination.arco-pagination-disabled .arco-pagination-item-active {
	background-color: var(--color-fill-1);
	border-color: transparent;
	color: var(--color-primary-light-3);
}

.arco-pagination-size-mini .arco-pagination-item {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	min-width: 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 {
	font-size: 12px;
	height: 24px;
	line-height: 0;
}

.arco-pagination-size-mini .arco-pagination-jumper>span {
	font-size: 12px;
}

.arco-pagination-size-small .arco-pagination-item {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	min-width: 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 {
	font-size: 12px;
	height: 28px;
	line-height: 0;
}

.arco-pagination-size-small .arco-pagination-jumper>span {
	font-size: 12px;
}

.arco-pagination-size-large .arco-pagination-item {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	min-width: 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: 14px;
	line-height: 36px;
}

.arco-pagination-size-large .arco-pagination-option {
	font-size: 14px;
	height: 36px;
	line-height: 0;
}

.arco-pagination-size-large .arco-pagination-jumper>span {
	font-size: 14px;
}

.arco-popconfirm-popup-content {
	background-color: var(--color-bg-popup);
	border: 1px solid var(--color-neutral-3);
	border-radius: var(--border-radius-medium);
	box-shadow: 0 4px 10px #0000001a;
	box-sizing: border-box;
	color: var(--color-text-2);
	font-size: 12px;
	line-height: 1.5;
	padding: 16px;
}

.arco-popconfirm-popup-content .arco-popconfirm-body {
	align-items: flex-start;
	color: var(--color-text-1);
	display: flex;
	font-size: 14px;
	margin-bottom: 16px;
	position: relative;
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon {
	align-items: center;
	display: inline-flex;
	font-size: 18px;
	height: 21px;
	margin-right: 8px;
}

.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-icon .arco-icon-check-circle-fill {
	color: rgb(var(--success-6));
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon .arco-icon-info-circle-fill {
	color: rgb(var(--primary-6));
}

.arco-popconfirm-popup-content .arco-popconfirm-body .arco-popconfirm-icon .arco-icon-close-circle-fill {
	color: rgb(var(--danger-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 {
	background-color: #fff;
	border: 1px solid #eeeff2;
	z-index: 1;
}

.arco-popover-popup-content {
	background-color: #fff;
	border: 1px solid #eeeff2;
	border-radius: var(--border-radius-medium);
	box-shadow: 0 4px 10px #0000001a;
	box-sizing: border-box;
	color: var(--color-text-2);
	font-size: 12px;
	line-height: 1.5;
	padding: 12px 16px;
}

.arco-popover-title {
	color: var(--color-neutral-10);
	font-size: 12px;
	font-weight: 500;
}

.arco-popover-content {
	margin-top: 4px;
	text-align: left;
	word-wrap: break-word;
}

.arco-popover-popup-arrow {
	background-color: #fff;
	border: 1px solid #eeeff2;
	z-index: 1;
}

.arco-progress {
	font-size: 12px;
	line-height: 1;
	position: relative;
}

.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 {
	align-items: center;
	display: flex;
	height: 100%;
	max-width: 100%;
	width: 100%;
}

.arco-progress-line-text,.arco-progress-steps-text {
	color: var(--color-text-2);
	flex-grow: 1;
	flex-shrink: 0;
	font-size: 12px;
	margin-left: 16px;
	min-width: 32px;
	text-align: right;
	white-space: nowrap;
}

.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;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.arco-progress-line-bar {
	background-color: rgb(var(--primary-6));
	border-radius: 100px;
	height: 100%;
	max-width: 100%;
	position: relative;
	transition: width .6s cubic-bezier(.34,.69,.1,1),background .3s cubic-bezier(.34,.69,.1,1);
}

.arco-progress-line-bar-buffer {
	background-color: var(--color-primary-light-3);
	border-radius: 0 100px 100px 0;
	height: 100%;
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	transition: all .6s cubic-bezier(.34,.69,.1,1);
}

.arco-progress-line-bar-animate:after {
	animation: arco-progress-loading 1.5s cubic-bezier(.34,.69,.1,1) infinite;
	background: linear-gradient(90deg,transparent 25%,hsla(0,0%,100%,.5) 50%,transparent 75%);
	background-size: 400% 100%;
	border-radius: inherit;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.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 {
	border-radius: 2px;
	flex: unset;
	width: 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 {
	background-color: var(--color-fill-3);
	display: inline-block;
	flex: 1;
	height: 100%;
	position: relative;
}

.arco-progress-steps-item:not(:last-of-type) {
	margin-right: 3px;
}

.arco-progress-steps-item:last-of-type {
	border-bottom-right-radius: 100px;
	border-top-right-radius: 100px;
}

.arco-progress-steps-item:first-of-type {
	border-bottom-left-radius: 100px;
	border-top-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 {
	display: inline-block;
	line-height: 1;
	position: relative;
	text-align: center;
	vertical-align: text-bottom;
}

.arco-progress-circle-svg {
	transform: rotate(-90deg);
}

.arco-progress-circle-text {
	color: var(--color-text-3);
	font-size: 14px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.arco-progress-circle-text .arco-icon {
	color: var(--color-text-2);
	font-size: 16px;
}

.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 {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%) translateY(-50%);
}

.arco-progress-size-mini .arco-progress-circle-text {
	left: unset;
	position: static;
	top: unset;
	transform: unset;
}

.arco-progress-size-small .arco-progress-circle-text {
	font-size: 12px;
}

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

@keyframes arco-progress-loading {
	0% {
		background-position: 100% 50%;
	}

	to {
		background-position: 0 50%;
	}
}

.arco-radio-button>input[type=radio],.arco-radio>input[type=radio] {
	height: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 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 {
	height: 24px;
	width: 24px;
}

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

.arco-radio-label {
	color: var(--color-neutral-10);
	margin-left: 8px;
}

.arco-radio-icon {
	border: 2px solid #dfe2e5;
	border-radius: var(--border-radius-circle);
	box-sizing: border-box;
	display: block;
	height: 14px;
	line-height: 14px;
	position: relative;
	width: 14px;
}

.arco-radio-icon:after {
	background-color: #fff;
	border-radius: var(--border-radius-circle);
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1);
	transition: transform .3s cubic-bezier(.3,1.3,.3,1);
	width: 10px;
}

.arco-radio:hover .arco-radio-icon {
	border-color: #dfe2e5;
}

.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: #adafb2;
}

.arco-radio-disabled .arco-radio-icon {
	border-color: #eeeff2;
}

.arco-radio-disabled .arco-radio-icon:after {
	background-color: var(--color-neutral-1);
}

.arco-radio-disabled:hover .arco-radio-icon {
	border-color: #eeeff2;
}

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

.arco-radio-checked.arco-radio-disabled .arco-radio-icon:after {
	background-color: #fff;
}

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

.arco-radio-group {
	box-sizing: border-box;
	display: inline-block;
}

.arco-radio-group .arco-radio {
	margin-right: 16px;
}

.arco-radio-group-button {
	background-color: var(--color-neutral-2);
	border-radius: var(--border-radius-small);
	display: inline-flex;
	line-height: 24px;
	padding: 1.5px;
}

.arco-radio-button {
	background-color: transparent;
	border-radius: var(--border-radius-small);
	color: #646a73;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	margin: 1.5px;
	position: relative;
	transition: all .1s linear;
}

.arco-radio-button-content {
	display: block;
	padding: 0 12px;
	position: relative;
}

.arco-radio-button:not(:first-of-type):before {
	background-color: #dfe2e5;
	content: "";
	display: block;
	height: 14px;
	left: -2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .1s linear;
	width: 1px;
}

.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 {
	background-color: #fff;
	color: var(--color-neutral-10);
}

.arco-radio-button.arco-radio-checked {
	background-color: #fff;
	color: rgb(var(--primary-6));
}

.arco-radio-button.arco-radio-disabled {
	background-color: transparent;
	color: #adafb2;
	cursor: not-allowed;
}

.arco-radio-button.arco-radio-disabled.arco-radio-checked {
	background-color: #fff;
	color: rgb(var(--primary-2));
}

.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: 14px;
	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;
	line-height: 32px;
	margin-right: 0;
}

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-rate {
	align-items: center;
	display: inline-flex;
	font-size: 24px;
	line-height: 1;
	min-height: 32px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.arco-rate-disabled {
	cursor: not-allowed;
}

.arco-rate-character {
	color: var(--color-fill-3);
	position: relative;
	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 {
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 50%;
}

.arco-rate-character-scale {
	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);
}

@keyframes arco-rate-scale {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	to {
		transform: scale(1);
	}
}

.arco-resizebox {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.arco-resizebox-direction-bottom,.arco-resizebox-direction-left,.arco-resizebox-direction-right,.arco-resizebox-direction-top {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.arco-resizebox-direction-right {
	left: unset;
	right: 0;
}

.arco-resizebox-direction-bottom {
	bottom: 0;
	top: unset;
}

.arco-resizebox-trigger-icon-wrapper {
	align-items: center;
	background-color: var(--color-neutral-3);
	color: var(--color-text-1);
	display: flex;
	font-size: 12px;
	height: 100%;
	justify-content: center;
	line-height: 1;
}

.arco-resizebox-trigger-icon {
	display: inline-block;
	margin: -3px;
}

.arco-resizebox-trigger-vertical {
	cursor: col-resize;
	height: 100%;
}

.arco-resizebox-trigger-horizontal {
	cursor: row-resize;
	width: 100%;
}

.arco-result {
	box-sizing: border-box;
	padding: 32px 32px 24px;
	width: 100%;
}

.arco-result-icon {
	font-size: 20px;
	margin-bottom: 16px;
	text-align: center;
}

.arco-result-icon-tip {
	align-items: center;
	border-radius: 50%;
	display: flex;
	height: 45px;
	justify-content: center;
	margin: 0 auto;
	width: 45px;
}

.arco-result-icon-custom .arco-result-icon-tip {
	color: inherit;
	font-size: 45px;
	height: unset;
	width: unset;
}

.arco-result-icon-success .arco-result-icon-tip {
	background-color: var(--color-success-light-1);
	color: rgb(var(--success-6));
}

.arco-result-icon-error .arco-result-icon-tip {
	background-color: var(--color-danger-light-1);
	color: rgb(var(--danger-6));
}

.arco-result-icon-info .arco-result-icon-tip {
	background-color: var(--color-primary-light-1);
	color: rgb(var(--primary-6));
}

.arco-result-icon-warning .arco-result-icon-tip {
	background-color: var(--color-warning-light-1);
	color: rgb(var(--warning-6));
}

.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 {
	height: 92px;
	line-height: 92px;
	width: 92px;
}

.arco-result-title {
	color: var(--color-text-1);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5715;
	text-align: center;
}

.arco-result-subtitle {
	color: var(--color-text-2);
	font-size: 14px;
	line-height: 1.5715;
	text-align: center;
}

.arco-result-extra {
	margin-top: 20px;
	text-align: center;
}

.arco-result-content {
	margin-top: 20px;
}

.arco-scrollbar {
	position: relative;
}

.arco-scrollbar-container {
	position: relative;
	scrollbar-width: none;
}

.arco-scrollbar-container::-webkit-scrollbar {
	display: none;
}

.arco-scrollbar-track {
	position: absolute;
	z-index: 100;
}

.arco-scrollbar-track-direction-horizontal {
	bottom: 0;
	box-sizing: border-box;
	height: 15px;
	left: 0;
	width: 100%;
}

.arco-scrollbar-track-direction-vertical {
	box-sizing: border-box;
	height: 100%;
	right: 0;
	top: 0;
	width: 15px;
}

.arco-scrollbar-thumb {
	box-sizing: border-box;
	display: block;
	position: absolute;
}

.arco-scrollbar-thumb-bar {
	background-color: var(--color-neutral-4);
	border-radius: 6px;
	height: 100%;
	width: 100%;
}

.arco-scrollbar-thumb-dragging .arco-scrollbar-thumb-bar,.arco-scrollbar-thumb:hover .arco-scrollbar-thumb-bar {
	background-color: var(--color-neutral-6);
}

.arco-scrollbar-thumb-direction-horizontal .arco-scrollbar-thumb-bar {
	height: 9px;
	margin: 3px 0;
}

.arco-scrollbar-thumb-direction-vertical .arco-scrollbar-thumb-bar {
	margin: 0 3px;
	width: 9px;
}

.arco-scrollbar.arco-scrollbar-type-embed .arco-scrollbar-thumb {
	opacity: 0;
	transition: opacity .2s ease;
}

.arco-scrollbar.arco-scrollbar-type-embed .arco-scrollbar-thumb-dragging,.arco-scrollbar.arco-scrollbar-type-embed:hover .arco-scrollbar-thumb {
	opacity: .8;
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-track {
	background-color: var(--color-neutral-1);
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-track-direction-horizontal {
	border-bottom: 1px solid var(--color-neutral-3);
	border-top: 1px solid var(--color-neutral-3);
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-track-direction-vertical {
	border-left: 1px solid var(--color-neutral-3);
	border-right: 1px solid var(--color-neutral-3);
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-thumb-direction-horizontal {
	margin: -1px 0;
}

.arco-scrollbar.arco-scrollbar-type-track .arco-scrollbar-thumb-direction-vertical {
	margin: 0 -1px;
}

.arco-scrollbar.arco-scrollbar-type-track.arco-scrollbar-both .arco-scrollbar-track-direction-vertical:after {
	background-color: var(--color-neutral-1);
	border-bottom: 1px solid var(--color-neutral-3);
	border-right: 1px solid var(--color-neutral-3);
	bottom: 0;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: -1px;
	width: 15px;
}

.arco-select-dropdown {
	background-color: #fff;
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-shadow: 0 4px 10px #0000001a;
	box-sizing: border-box;
	padding: 4px 0;
}

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

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

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

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

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

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

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

.arco-select-dropdown .arco-select-option-has-suffix {
	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 {
	background-color: var(--color-neutral-2);
	color: #393c40;
	transition: all .1s linear;
}

.arco-select-dropdown .arco-select-option-disabled {
	background-color: #fff;
	color: #adafb2;
	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: 0;
}

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

.arco-select-dropdown.arco-select-dropdown-has-header {
	padding-top: 0;
}

.arco-select-dropdown-header {
	border-bottom: 1px solid #dfe2e5;
}

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

.arco-select-dropdown-footer {
	border-top: 1px solid #dfe2e5;
}

.arco-skeleton-shape {
	background-color: var(--color-fill-2);
	border-radius: var(--border-radius-small);
	height: 48px;
	width: 48px;
}

.arco-skeleton-shape-circle {
	border-radius: 50%;
}

.arco-skeleton-shape-small {
	height: 36px;
	width: 36px;
}

.arco-skeleton-shape-large {
	height: 60px;
	width: 60px;
}

.arco-skeleton-line {
	list-style: none;
	margin: 0;
	padding: 0;
}

.arco-skeleton-line-row {
	background-color: var(--color-fill-2);
	height: 16px;
}

.arco-skeleton-line-row:not(:last-child) {
	margin-bottom: 16px;
}

.arco-skeleton-animation .arco-skeleton-line-row,.arco-skeleton-animation .arco-skeleton-shape {
	animation: arco-skeleton-circle 1.5s linear infinite;
	background: linear-gradient(90deg,var(--color-fill-2) 25%,var(--color-fill-3) 37%,var(--color-fill-2) 63%);
	background-size: 400% 100%;
}

@keyframes arco-skeleton-circle {
	0% {
		background-position: 100% 50%;
	}

	to {
		background-position: 0 50%;
	}
}

.arco-slider {
	align-items: center;
	display: inline-flex;
	width: 100%;
}

.arco-slider-vertical {
	display: inline-block;
	height: auto;
	min-width: 22px;
	width: auto;
}

.arco-slider-vertical .arco-slider-wrapper {
	flex-direction: column;
}

.arco-slider-with-marks {
	margin-bottom: 24px;
	padding: 20px;
}

.arco-slider-vertical.arco-slider-with-marks {
	margin-bottom: 0;
	padding: 0;
}

.arco-slider-track {
	cursor: pointer;
	flex: 1;
	height: 12px;
	position: relative;
	width: 100%;
}

.arco-slider-track:before {
	background-color: var(--color-fill-3);
	border-radius: 2px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.arco-slider-track.arco-slider-track-vertical {
	height: 100%;
	margin-bottom: 6px;
	margin-right: 0;
	margin-top: 6px;
	max-width: 12px;
	min-height: 200px;
	transform: translateY(0);
	width: 12px;
}

.arco-slider-track.arco-slider-track-vertical:before {
	height: 100%;
	left: 50%;
	top: unset;
	transform: translate(-50%);
	width: 2px;
}

.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 {
	background-color: rgb(var(--primary-6));
	border-radius: 2px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.arco-slider-track-vertical .arco-slider-bar {
	height: unset;
	left: 50%;
	top: unset;
	transform: translate(-50%);
	width: 2px;
}

.arco-slider-btn {
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-50%);
	width: 12px;
}

.arco-slider-btn:after {
	background: var(--color-bg-2);
	border: 2px solid rgb(var(--primary-6));
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s cubic-bezier(.3,1.3,.3,1);
	width: 12px;
}

.arco-slider-btn.arco-slider-btn-active:after,.arco-slider-btn:hover:after {
	box-shadow: 0 2px 5px #0000001a;
	transform: scale(1.16666667);
}

.arco-slider-track-vertical .arco-slider-btn {
	bottom: 0;
	left: 0;
	top: unset;
	transform: translateY(50%);
}

.arco-slider-marks {
	position: absolute;
	top: 12px;
	width: 100%;
}

.arco-slider-marks .arco-slider-mark {
	color: var(--color-text-3);
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	transform: translate(-50%);
}

.arco-slider-track-vertical .arco-slider-marks {
	height: 100%;
	left: 15px;
	top: 0;
}

.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 {
	font-size: 12px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.arco-slider-track-vertical .arco-slider-dots .arco-slider-dot-wrapper {
	left: 50%;
	top: unset;
	transform: translate(-50%,50%);
}

.arco-slider-dots .arco-slider-dot-wrapper .arco-slider-dot {
	background-color: var(--color-bg-2);
	border: 2px solid var(--color-fill-3);
	border-radius: 50%;
	box-sizing: border-box;
	height: 8px;
	width: 8px;
}

.arco-slider-dots .arco-slider-dot-wrapper .arco-slider-dot-active {
	border-color: rgb(var(--primary-6));
}

.arco-slider-ticks .arco-slider-tick {
	background: var(--color-fill-3);
	height: 3px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-100%);
	width: 1px;
}

.arco-slider-ticks .arco-slider-tick-active {
	background: rgb(var(--primary-6));
}

.arco-slider-vertical .arco-slider-ticks .arco-slider-tick {
	height: 1px;
	left: 50%;
	margin-top: unset;
	top: unset;
	transform: translate(1px,50%);
	width: 3px;
}

.arco-slider-input {
	align-items: center;
	display: flex;
	margin-left: 20px;
}

.arco-slider-vertical .arco-slider-input {
	margin-left: 0;
}

.arco-slider-input>.arco-input-number {
	height: 32px;
	line-height: normal;
	overflow: visible;
	width: 60px;
}

.arco-slider-input>.arco-input-number input {
	text-align: center;
}

.arco-slider-input-hyphens {
	background: rgb(var(--gray-6));
	height: 2px;
	margin: 0 6px;
	width: 8px;
}

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

.arco-space-horizontal .arco-space-item {
	align-items: center;
	display: 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 {
	display: inline-block;
	height: 8px;
	perspective: 200px;
	position: relative;
	transform-style: preserve-3d;
	width: 56px;
}

.arco-dot-loading-item {
	animation: arco-dot-loading 2s linear infinite forwards;
	background-color: rgb(var(--primary-6));
	border-radius: var(--border-radius-circle);
	height: 8px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%) scale(0);
	width: 8px;
}

.arco-dot-loading-item:nth-child(2) {
	animation-delay: .4s;
	background-color: rgb(var(--primary-5));
}

.arco-dot-loading-item:nth-child(3) {
	animation-delay: .8s;
	background-color: rgb(var(--primary-4));
}

.arco-dot-loading-item:nth-child(4) {
	animation-delay: 1.2s;
	background-color: rgb(var(--primary-4));
}

.arco-dot-loading-item:nth-child(5) {
	animation-delay: 1.6s;
	background-color: rgb(var(--primary-2));
}

@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 {
	color: rgb(var(--primary-6));
	font-size: 14px;
	font-weight: 500;
	margin-top: 6px;
}

.arco-spin-mask {
	background-color: var(--color-spin-layer-bg);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: opacity .1s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 11;
}

.arco-spin-loading {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.arco-spin-loading .arco-spin-mask-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 12;
}

.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 {
	align-items: center;
	background-color: var(--color-neutral-3);
	color: var(--color-text-1);
	display: flex;
	font-size: 12px;
	height: 100%;
	justify-content: center;
	line-height: 1;
}

.arco-split-trigger-icon {
	display: inline-block;
	margin: -3px;
}

.arco-split-trigger-vertical {
	cursor: col-resize;
	height: 100%;
}

.arco-split-trigger-horizontal {
	cursor: row-resize;
	width: 100%;
}

.arco-statistic {
	color: var(--color-text-2);
	display: inline-block;
	line-height: 1.5;
}

.arco-statistic-title {
	color: var(--color-text-2);
	font-size: 14px;
	margin-bottom: 8px;
}

.arco-statistic-content .arco-statistic-value {
	color: var(--color-text-1);
	font-size: 26px;
	font-weight: 500;
	white-space: nowrap;
}

.arco-statistic-content .arco-statistic-value-integer {
	font-size: inherit;
	white-space: nowrap;
}

.arco-statistic-content .arco-statistic-value-decimal {
	display: inline-block;
	font-size: inherit;
}

.arco-statistic-prefix,.arco-statistic-suffix {
	font-size: 14px;
}

.arco-statistic-extra {
	color: var(--color-text-2);
	margin-top: 8px;
}

.arco-steps-item {
	flex: 1;
	margin-right: 12px;
	overflow: hidden;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.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;
	font-size: 12px;
	font-weight: 500;
	margin-right: 12px;
	vertical-align: top;
}

.arco-steps-icon {
	border-radius: var(--border-radius-circle);
	box-sizing: border-box;
	font-size: 16px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	width: 28px;
}

.arco-steps-item-wait .arco-steps-icon {
	background-color: var(--color-fill-2);
	border: 1px solid transparent;
	color: var(--color-text-2);
}

.arco-steps-item-process .arco-steps-icon {
	background-color: rgb(var(--primary-6));
	border: 1px solid transparent;
	color: var(--color-white);
}

.arco-steps-item-finish .arco-steps-icon {
	background-color: var(--color-primary-light-1);
	border: 1px solid transparent;
	color: rgb(var(--primary-6));
}

.arco-steps-item-error .arco-steps-icon {
	background-color: rgb(var(--danger-6));
	border: 1px solid transparent;
	color: var(--color-white);
}

.arco-steps-item-title {
	color: var(--color-text-2);
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	padding-right: 12px;
	position: relative;
	white-space: nowrap;
}

.arco-steps-item-wait .arco-steps-item-title {
	color: var(--color-text-2);
}

.arco-steps-item-process .arco-steps-item-title,.arco-steps-item-finish .arco-steps-item-title,.arco-steps-item-error .arco-steps-item-title {
	color: var(--color-text-1);
}

.arco-steps-item-content {
	display: inline-block;
}

.arco-steps-item-description {
	color: var(--color-text-3);
	font-size: 12px;
	margin-top: 2px;
	max-width: 140px;
	white-space: normal;
}

.arco-steps-item-wait .arco-steps-item-description,.arco-steps-item-process .arco-steps-item-description,.arco-steps-item-finish .arco-steps-item-description,.arco-steps-item-error .arco-steps-item-description {
	color: var(--color-text-3);
}

.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
	background-color: var(--color-neutral-3);
	box-sizing: border-box;
	content: "";
	display: block;
	height: 1px;
	left: 100%;
	position: absolute;
	top: 13.5px;
	width: 5000px;
}

.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 {
	box-sizing: border-box;
	height: 1px;
	position: absolute;
	top: 13.5px;
	width: 100%;
}

.arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
	background-color: var(--color-neutral-3);
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
	box-sizing: border-box;
	height: 100%;
	left: 13.5px;
	padding: 34px 0 6px;
	position: absolute;
	top: 0;
	width: 1px;
}

.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
	background-color: var(--color-neutral-3);
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.arco-steps-size-small.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail {
	left: 11.5px;
	padding: 30px 0 6px;
}

.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: 14px;
}

.arco-steps-size-small .arco-steps-item-title {
	font-size: 14px;
	line-height: 24px;
}

.arco-steps-size-small .arco-steps-item-description {
	font-size: 12px;
}

.arco-steps-size-small .arco-steps-icon {
	font-size: 14px;
	height: 24px;
	line-height: 22px;
	width: 24px;
}

.arco-steps-size-small.arco-steps-label-horizontal .arco-steps-item:not(:last-child) .arco-steps-item-title:after {
	top: 11.5px;
}

.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 {
	flex: 1;
	margin-right: 16px;
	overflow: visible;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.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 {
	border-radius: var(--border-radius-circle);
	box-sizing: border-box;
	display: inline-block;
	height: 8px;
	vertical-align: top;
	width: 8px;
}

.arco-steps-mode-dot .arco-steps-item-active .arco-steps-item-node {
	height: 10px;
	width: 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-process .arco-steps-item-node,.arco-steps-mode-dot .arco-steps-item-finish .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-left: 65px;
	margin-top: -1px;
}

.arco-steps-mode-dot .arco-steps-item-content {
	display: inline-block;
}

.arco-steps-mode-dot .arco-steps-item-title {
	display: inline-block;
	font-size: 12px;
	margin-top: 4px;
	position: relative;
}

.arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-title {
	color: var(--color-text-2);
}

.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-title,.arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-title,.arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-title {
	color: var(--color-text-1);
}

.arco-steps-mode-dot .arco-steps-item-description {
	font-size: 12px;
	margin-top: 4px;
	white-space: normal;
}

.arco-steps-mode-dot .arco-steps-item-wait .arco-steps-item-description,.arco-steps-mode-dot .arco-steps-item-process .arco-steps-item-description,.arco-steps-mode-dot .arco-steps-item-finish .arco-steps-item-description,.arco-steps-mode-dot .arco-steps-item-error .arco-steps-item-description {
	color: var(--color-text-3);
}

.arco-steps-mode-dot .arco-steps-item:not(:last-child) .arco-steps-item-tail {
	background-color: var(--color-neutral-3);
	box-sizing: border-box;
	height: 1px;
	left: 78px;
	position: absolute;
	top: 3.5px;
	width: 100%;
}

.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 {
	background-color: transparent;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 4px;
	padding-bottom: 2px;
	padding-top: 16px;
	position: absolute;
	transform: translate(-50%);
	width: 1px;
}

.arco-steps-mode-dot.arco-steps-vertical .arco-steps-item:not(:last-child) .arco-steps-item-tail:after {
	background-color: var(--color-neutral-3);
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.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-left: -1px;
	margin-top: 6px;
}

.arco-steps-mode-arrow .arco-steps-item {
	align-items: center;
	display: flex;
	flex: 1;
	height: 72px;
	overflow: visible;
	position: relative;
	white-space: nowrap;
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child) {
	margin-right: 4px;
}

.arco-steps-mode-arrow .arco-steps-item-wait {
	background-color: var(--color-fill-1);
}

.arco-steps-mode-arrow .arco-steps-item-process {
	background-color: rgb(var(--primary-6));
}

.arco-steps-mode-arrow .arco-steps-item-finish {
	background-color: var(--color-primary-light-1);
}

.arco-steps-mode-arrow .arco-steps-item-error {
	background-color: rgb(var(--danger-6));
}

.arco-steps-mode-arrow .arco-steps-item-content {
	box-sizing: border-box;
	display: inline-block;
}

.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 {
	display: inline-block;
	font-size: 12px;
	position: relative;
	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 {
	font-size: 12px;
	margin-top: 0;
	max-width: none;
	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 {
	border-bottom: 36px solid transparent;
	border-left: 36px solid var(--color-bg-2);
	border-top: 36px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child):after {
	border-bottom: 36px solid transparent;
	border-top: 36px solid transparent;
	clear: both;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -36px;
	top: 0;
	width: 0;
	z-index: 2;
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-wait:after {
	border-left: 36px solid var(--color-fill-1);
}

.arco-steps-mode-arrow .arco-steps-item:not(:last-child).arco-steps-item-process:after {
	border-left: 36px solid rgb(var(--primary-6));
}

.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 var(--color-primary-light-1);
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item {
	height: 40px;
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-title {
	font-size: 14px;
}

.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-bottom: 20px solid transparent;
	border-left: 20px solid var(--color-bg-2);
	border-top: 20px solid transparent;
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child):after {
	border-bottom: 20px solid transparent;
	border-left: 20px solid var(--color-fill-1);
	border-top: 20px solid transparent;
	right: -20px;
}

.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: 40px;
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item-error:not(:last-child):after {
	border-left: 20px 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: 20px solid var(--color-fill-1);
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-process:after {
	border-left: 20px solid rgb(var(--primary-6));
}

.arco-steps-mode-arrow.arco-steps-size-small .arco-steps-item:not(:last-child).arco-steps-item-finish:after {
	border-left: 20px solid var(--color-primary-light-1);
}

.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 {
	margin-right: 32px;
	padding-left: 20px;
	padding-right: 10px;
}

.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 {
	background-color: rgb(var(--primary-6));
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 30px;
}

.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 {
	background-color: var(--color-bg-2);
	border: 2px solid var(--color-text-4);
	border-bottom: none;
	border-left: none;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	right: 30px;
	top: 10px;
	transform: rotate(45deg);
	width: 6px;
}

.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;
	text-align: center;
	width: 140px;
}

.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 {
	background-color: #bfc2c7;
	border: none;
	border-radius: 12px;
	box-sizing: border-box;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	min-width: 40px;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: background-color .2s cubic-bezier(.34,.69,.1,1);
	vertical-align: middle;
}

.arco-switch-handle {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	color: var(--color-neutral-3);
	display: flex;
	font-size: 12px;
	height: 16px;
	justify-content: center;
	left: 4px;
	position: absolute;
	top: 4px;
	transition: all .2s cubic-bezier(.34,.69,.1,1);
	width: 16px;
}

.arco-switch-checked {
	background-color: rgb(var(--primary-6));
}

.arco-switch-checked .arco-switch-handle {
	color: rgb(var(--primary-6));
	left: calc(100% - 20px);
}

.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 {
	font-size: 12px;
	margin: 0 8px 0 26px;
	opacity: 0;
}

.arco-switch-text {
	color: #fff;
	font-size: 12px;
	left: 26px;
	position: absolute;
	top: 0;
}

.arco-switch-checked .arco-switch-text-holder {
	margin: 0 26px 0 8px;
}

.arco-switch-checked .arco-switch-text {
	color: #fff;
	left: 8px;
}

.arco-switch[disabled] {
	background-color: var(--color-neutral-3);
	cursor: not-allowed;
}

.arco-switch[disabled] .arco-switch-text {
	color: var(--color-white);
}

.arco-switch[disabled].arco-switch-checked {
	background-color: rgb(var(--primary-3));
}

.arco-switch[disabled].arco-switch-checked .arco-switch-text {
	color: #fff;
}

.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 {
	height: 16px;
	line-height: 16px;
	min-width: 28px;
}

.arco-switch-small.arco-switch-checked {
	padding-left: -2px;
}

.arco-switch-small .arco-switch-handle {
	border-radius: 8px;
	height: 12px;
	left: 2px;
	top: 2px;
	width: 12px;
}

.arco-switch-small .arco-switch-handle-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) scale(.66667);
}

.arco-switch-small.arco-switch-checked .arco-switch-handle {
	left: calc(100% - 14px);
}

.arco-switch-type-round {
	border-radius: var(--border-radius-small);
	min-width: 40px;
}

.arco-switch-type-round .arco-switch-handle {
	border-radius: 2px;
}

.arco-switch-type-round.arco-switch-small {
	border-radius: 2px;
	height: 16px;
	line-height: 16px;
	min-width: 28px;
}

.arco-switch-type-round.arco-switch-small .arco-switch-handle {
	border-radius: 1px;
}

.arco-switch-type-line {
	background-color: transparent;
	min-width: 36px;
	overflow: unset;
}

.arco-switch-type-line:after {
	background-color: #bfc2c7;
	border-radius: 3px;
	content: "";
	display: block;
	height: 6px;
	transition: background-color .2s cubic-bezier(.34,.69,.1,1);
	width: 100%;
}

.arco-switch-type-line .arco-switch-handle {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 3px var(--color-neutral-6);
	height: 20px;
	left: 0;
	top: 2px;
	width: 20px;
}

.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-custom-color {
	--custom-color: #bfc2c7;
}

.arco-switch-type-line.arco-switch-custom-color:after {
	background-color: var(--custom-color);
}

.arco-switch-type-line.arco-switch-custom-color.arco-switch-checked {
	--custom-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-neutral-3);
}

.arco-switch-type-line[disabled].arco-switch-checked {
	background-color: transparent;
}

.arco-switch-type-line[disabled].arco-switch-checked:after {
	background-color: rgb(var(--primary-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 {
	height: 16px;
	line-height: 16px;
	min-width: 28px;
}

.arco-switch-type-line.arco-switch-small.arco-switch-checked {
	padding-left: 0;
}

.arco-switch-type-line.arco-switch-small .arco-switch-handle {
	border-radius: 8px;
	height: 16px;
	top: 0;
	width: 16px;
}

.arco-switch-type-line.arco-switch-small .arco-switch-handle-icon {
	transform: translate(-50%,-50%) scale(1);
}

.arco-switch-type-line.arco-switch-small.arco-switch-checked .arco-switch-handle {
	left: calc(100% - 16px);
}

.arco-table-filters-content {
	background: #fff;
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-shadow: 0 2px 5px #0000001a;
	box-sizing: border-box;
	min-width: 140px;
}

.arco-table-filters-list {
	max-height: 200px;
	overflow-y: auto;
	padding: 4px 0;
}

.arco-table-filters-item {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
}

.arco-table-filters-text {
	cursor: pointer;
	height: 34px;
	line-height: 32px;
	margin-right: 0;
	max-width: 160px;
	overflow: hidden;
	padding-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.arco-table-filters-bottom {
	border-top: 1px solid #f3f4f7;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	padding: 0 12px;
}

.arco-table-filters-bottom>:not(:last-child) {
	margin-right: 8px;
}

.arco-table {
	position: relative;
}

.arco-table-column-handle {
	cursor: col-resize;
	height: 100%;
	position: absolute;
	right: -4px;
	top: 0;
	width: 8px;
	z-index: 1;
}

.arco-table .arco-spin {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.arco-table>.arco-spin>.arco-spin-children:after {
	z-index: 2;
}

.arco-table-footer {
	border-radius: 0 0 2px 2px;
}

.arco-table-scroll-position-middle .arco-table-col-fixed-left-last:after,.arco-table-scroll-position-right .arco-table-col-fixed-left-last:after {
	box-shadow: inset 6px 0 8px -3px #00000026;
}

.arco-table-scroll-position-left .arco-table-col-fixed-right-first:after,.arco-table-scroll-position-middle .arco-table-col-fixed-right-first:after {
	box-shadow: inset -6px 0 8px -3px #00000026;
}

.arco-table-layout-fixed .arco-table-element {
	table-layout: fixed;
}

.arco-table .arco-table-element {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	min-width: 100%;
	width: 100%;
}

.arco-table-th {
	background-color: #fff;
	box-sizing: border-box;
	color: #8f959e;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	text-align: left;
}

.arco-table-th[colspan] {
	text-align: center;
}

.arco-table-th-align-right {
	text-align: right;
}

.arco-table-th-align-right .arco-table-cell-with-sorter {
	justify-content: flex-end;
}

.arco-table-th-align-center {
	text-align: center;
}

.arco-table-th-align-center .arco-table-cell-with-sorter {
	justify-content: center;
}

.arco-table-td {
	background-color: #fff;
	border-bottom: 1px solid #f3f4f7;
	box-sizing: border-box;
	color: #393c40;
	line-height: 1.5;
	text-align: left;
	word-break: break-all;
}

.arco-table-td-align-right {
	text-align: right;
}

.arco-table-td-align-center {
	text-align: center;
}

.arco-table-td.arco-table-drag-handle {
	cursor: move;
}

.arco-table-cell {
	align-items: center;
	display: flex;
}

.arco-table-cell-align-right {
	justify-content: flex-end;
	text-align: right;
}

.arco-table-cell-align-center {
	justify-content: center;
	text-align: center;
}

.arco-table-text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-table-td-content {
	display: block;
	width: 100%;
}

.arco-table-th.arco-table-col-sorted,.arco-table-td.arco-table-col-sorted {
	background-color: #fff;
}

.arco-table-col-fixed-left,.arco-table-col-fixed-right {
	position: sticky;
	z-index: 10;
}

.arco-table-col-fixed-left-last:after,.arco-table-col-fixed-right-first:after {
	bottom: -1px;
	box-shadow: none;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translate(-100%);
	transition: box-shadow .1s linear;
	width: 10px;
}

.arco-table-col-fixed-left-last:after {
	left: unset;
	right: 0;
	transform: translate(100%);
}

.arco-table-cell-text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-table-editable-row .arco-table-cell-wrap-value {
	border: 1px solid var(--color-white);
	border-radius: 2px;
	cursor: pointer;
	transition: all .1s linear;
}

.arco-table-editable-row:hover .arco-table-cell-wrap-value {
	border: 1px solid #f3f4f7;
}

.arco-table .arco-table-expand-btn {
	align-items: center;
	background-color: #fff;
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	color: #393c40;
	cursor: pointer;
	display: inline-flex;
	font-size: 10px;
	height: 16px;
	justify-content: center;
	line-height: 16px;
	outline: none;
	padding: 0;
	transition: background-color .1s linear;
	width: 16px;
}

.arco-table .arco-table-expand-btn:hover {
	background-color: #fff;
	border-color: #c7c9cc;
	color: var(--color-neutral-10);
}

.arco-table-cell-expand-icon {
	align-items: center;
	display: flex;
}

.arco-table-cell-expand-icon .arco-table-cell-inline-icon {
	display: inline-flex;
	margin-right: 8px;
}

.arco-table-cell-expand-icon .arco-table-cell-inline-icon .arco-icon-loading {
	color: rgb(var(--primary-6));
}

.arco-table-cell-expand-icon-hidden {
	display: inline-block;
	height: 16px;
	margin-right: 8px;
	width: 16px;
}

.arco-table-tr-expand .arco-table-td {
	background-color: #fff;
}

.arco-table-cell-fixed-expand {
	box-sizing: border-box;
	left: 0;
	position: sticky;
}

.arco-table-tr-expand .arco-table-td .arco-table .arco-table-container {
	border: none;
}

.arco-table-tr-expand .arco-table-td .arco-table .arco-table-th {
	border-bottom: 1px solid #f3f4f7;
}

.arco-table-tr-expand .arco-table-td .arco-table .arco-table-td,.arco-table-tr-expand .arco-table-td .arco-table .arco-table-th {
	background-color: transparent;
}

.arco-table-tr-expand .arco-table-td .arco-table .arco-table-pagination {
	margin-bottom: 24px;
}

.arco-table-td.arco-table-operation,.arco-table-th.arco-table-operation {
	text-align: center;
}

.arco-table-td.arco-table-operation .arco-table-cell,.arco-table-th.arco-table-operation .arco-table-cell {
	display: flex;
	justify-content: center;
	padding: 0;
}

.arco-table-checkbox,.arco-table-radio {
	justify-content: center;
}

.arco-table-checkbox .arco-checkbox,.arco-table-radio .arco-radio {
	padding-left: 0;
}

.arco-table-selection-checkbox-col,.arco-table-selection-radio-col,.arco-table-expand-col,.arco-table-drag-handle-col {
	max-width: 40px;
	min-width: 40px;
	width: 40px;
}

.arco-table-th {
	transition: background-color .1s linear;
}

.arco-table-cell-with-sorter {
	align-items: center;
	cursor: pointer;
	display: flex;
}

.arco-table-cell-with-sorter:hover {
	background-color: #fff;
}

.arco-table-cell-with-filter {
	align-items: center;
	display: flex;
}

.arco-table-cell-next-ascend .arco-table-sorter-icon .arco-icon-caret-up,.arco-table-cell-next-descend .arco-table-sorter-icon .arco-icon-caret-down {
	color: var(--color-neutral-6);
}

.arco-table-sorter {
	display: inline-block;
	margin-left: 6px;
	vertical-align: -3px;
}

.arco-table-sorter.arco-table-sorter-direction-one {
	vertical-align: 0;
}

.arco-table-sorter-icon {
	height: 8px;
	line-height: 8px;
	overflow: hidden;
	position: relative;
	width: 14px;
}

.arco-table-sorter-icon .arco-icon-caret-down,.arco-table-sorter-icon .arco-icon-caret-up {
	color: #bfc2c7;
	font-size: 12px;
	position: absolute;
	top: 50%;
	transition: all .1s linear;
}

.arco-table-sorter-icon .arco-icon-caret-up {
	left: 1px;
	top: -2px;
}

.arco-table-sorter-icon .arco-icon-caret-down {
	left: 1px;
	top: -3px;
}

.arco-table-sorter-icon.arco-table-sorter-icon-active svg {
	color: rgb(var(--primary-6));
}

.arco-table-filters {
	align-items: center;
	background-color: transparent;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .1s linear;
	vertical-align: 0;
	width: 24px;
}

.arco-table-filters-open,.arco-table-filters:hover {
	background-color: var(--color-neutral-2);
}

.arco-table-filters svg {
	color: #bfc2c7;
	font-size: 14px;
	transition: all .1s linear;
}

.arco-table-filters-active svg {
	color: rgb(var(--primary-6));
}

.arco-table-filters-align-left {
	margin-left: 6px;
	position: relative;
	width: auto;
}

.arco-table-filters-align-left svg {
	font-size: 12px;
}

.arco-table-filters-align-left-open,.arco-table-filters-align-left:hover {
	background: none;
}

.arco-table-filters-align-left.arco-table-filters-open:before,.arco-table-filters-align-left:hover:before {
	background: var(--color-fill-4);
}

.arco-table-container {
	border-radius: 2px 2px 0 0;
	position: relative;
}

.arco-table-header {
	border-radius: 2px 2px 0 0;
	flex-shrink: 0;
}

.arco-table-container {
	box-sizing: border-box;
	min-height: 0;
	width: 100%;
}

.arco-table-container .arco-table-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: auto;
}

.arco-table-container .arco-table-content-scroll-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.arco-table-container:after,.arco-table-container:before {
	box-shadow: none;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	transition: box-shadow .1s linear;
	width: 10px;
	z-index: 1;
}

.arco-table-container:before {
	border-top-left-radius: 2px;
	left: 0;
	top: 0;
}

.arco-table-container:after {
	border-top-right-radius: 2px;
	right: 0;
	top: 0;
}

.arco-table-container:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-middle:before,.arco-table-container:not(.arco-table-has-fixed-col-left).arco-table-scroll-position-right:before {
	box-shadow: inset 6px 0 8px -3px #00000026;
}

.arco-table-container:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-left:after,.arco-table-container:not(.arco-table-has-fixed-col-right).arco-table-scroll-position-middle:after {
	box-shadow: inset -6px 0 8px -3px #00000026;
}

.arco-table-header {
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	scrollbar-color: transparent transparent;
}

.arco-table-header-sticky {
	position: sticky;
	top: 0;
	z-index: 100;
}

.arco-table:not(.arco-table-empty) .arco-table-header::-webkit-scrollbar {
	background-color: transparent;
	height: 0;
}

.arco-table.arco-table-empty .arco-table-header {
	overflow-x: auto;
}

.arco-table-body {
	background-color: var(--color-bg-2);
	min-height: 40px;
	overflow: auto;
	position: relative;
	width: 100%;
}

.arco-table-border .arco-table-container {
	border-left: 1px solid #f3f4f7;
	border-top: 1px solid #f3f4f7;
}

.arco-table-border .arco-table-scroll-y {
	border-bottom: 1px solid #f3f4f7;
}

.arco-table-border .arco-table-scroll-y .arco-table-body .arco-table-tr:last-of-type .arco-table-td,.arco-table-border .arco-table-scroll-y tfoot .arco-table-tr:last-of-type .arco-table-td {
	border-bottom: none;
}

.arco-table-border .arco-table-scroll-y .arco-table-body .arco-table-tr:last-of-type .arco-table-td.arco-table-col-fixed-left-last:after,.arco-table-border .arco-table-scroll-y .arco-table-body .arco-table-tr:last-of-type .arco-table-td.arco-table-col-fixed-right-first:after,.arco-table-border .arco-table-scroll-y tfoot .arco-table-tr:last-of-type .arco-table-td.arco-table-col-fixed-left-last:after,.arco-table-border .arco-table-scroll-y tfoot .arco-table-tr:last-of-type .arco-table-td.arco-table-col-fixed-right-first:after {
	bottom: 0;
}

.arco-table-border .arco-table-tr .arco-table-th {
	border-bottom: 1px solid #f3f4f7;
}

.arco-table-border .arco-table-footer {
	border: 1px solid #f3f4f7;
	border-top: 0;
}

.arco-table-border:not(.arco-table-border-cell) .arco-table-container {
	border-right: 1px solid #f3f4f7;
}

.arco-table-border-cell .arco-table-td:not(.arco-table-tr-expand),.arco-table-border-cell .arco-table-th {
	border-right: 1px solid #f3f4f7;
}

.arco-table-border-cell .arco-table-td-resizing:not(.arco-table-tr-expand),.arco-table-border-cell .arco-table-th-resizing {
	border-right-color: rgb(var(--primary-6));
}

.arco-table-border-header-cell .arco-table-th {
	border-bottom: 1px solid #f3f4f7;
	border-right: 1px solid #f3f4f7;
}

.arco-table-border-header-cell .arco-table-td-resizing:not(.arco-table-tr-expand),.arco-table-border-header-cell .arco-table-th-resizing {
	border-right-color: rgb(var(--primary-6));
}

.arco-table-border.arco-table-border-header-cell thead .arco-table-tr:first-child .arco-table-th:last-child {
	border-right: 0;
}

.arco-table-border-body-cell .arco-table-td:not(:last-child):not(.arco-table-tr-expand) {
	border-right: 1px solid #f3f4f7;
}

.arco-table-stripe .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(2n) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
	background-color: var(--color-neutral-1);
}

.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left:before,.arco-table-stripe .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right:before,.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(2n) .arco-table-td.arco-table-col-fixed-left:before,.arco-table-stripe:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):nth-child(2n) .arco-table-td.arco-table-col-fixed-right:before {
	background-color: var(--color-neutral-1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.arco-table .arco-table-tr-draggable {
	cursor: move;
}

.arco-table-hover .arco-table-tr-drag .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right),.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
	background-color: var(--color-neutral-1);
}

.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-left:before,.arco-table-hover .arco-table-tr-drag .arco-table-td.arco-table-col-fixed-right:before,.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-left:before,.arco-table-hover:not(.arco-table-dragging) .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover .arco-table-td.arco-table-col-fixed-right:before {
	background-color: var(--color-neutral-1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.arco-table-hover .arco-table-tr-expand:not(.arco-table-tr-empty):hover .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
	background-color: var(--color-neutral-1);
}

.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td:not(.arco-table-col-fixed-left):not(.arco-table-col-fixed-right) {
	background-color: transparent;
}

.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td.arco-table-col-fixed-left:before,.arco-table-tr-expand .arco-table-td .arco-table-hover .arco-table-tr:not(.arco-table-tr-empty) .arco-table-td.arco-table-col-fixed-right:before {
	background-color: transparent;
}

.arco-table-tfoot {
	background-color: var(--color-neutral-2);
	box-shadow: 0 -1px #f3f4f7;
	flex-shrink: 0;
	overflow-x: auto;
	position: relative;
	scrollbar-color: transparent transparent;
	width: 100%;
	z-index: 1;
}

.arco-table-tfoot::-webkit-scrollbar {
	background-color: transparent;
	height: 0;
}

.arco-table tfoot .arco-table-td {
	background-color: var(--color-neutral-2);
}

.arco-table-tr-checked .arco-table-td {
	background-color: var(--color-neutral-1);
}

.arco-table .arco-table-cell {
	padding: 11px 16px;
}

.arco-table .arco-table-th,.arco-table .arco-table-td {
	font-size: 12px;
}

.arco-table .arco-table-footer {
	padding: 11px 16px;
}

.arco-table .arco-table-tr-expand .arco-table-td .arco-table {
	margin: -11px -16px -12px;
}

.arco-table .arco-table-editable-row .arco-table-cell-wrap-value,.arco-table-size-medium .arco-table-cell {
	padding: 11px 16px;
}

.arco-table-size-medium .arco-table-th,.arco-table-size-medium .arco-table-td {
	font-size: 12px;
}

.arco-table-size-medium .arco-table-footer {
	padding: 11px 16px;
}

.arco-table-size-medium .arco-table-tr-expand .arco-table-td .arco-table {
	margin: -11px -16px -12px;
}

.arco-table-size-medium .arco-table-editable-row .arco-table-cell-wrap-value {
	padding: 11px 16px;
}

.arco-table-size-small .arco-table-cell {
	padding: 9px 16px;
}

.arco-table-size-small .arco-table-th,.arco-table-size-small .arco-table-td {
	font-size: 12px;
}

.arco-table-size-small .arco-table-footer {
	padding: 9px 16px;
}

.arco-table-size-small .arco-table-tr-expand .arco-table-td .arco-table {
	margin: -9px -16px -10px;
}

.arco-table-size-small .arco-table-editable-row .arco-table-cell-wrap-value {
	padding: 9px 16px;
}

.arco-table-size-mini .arco-table-cell {
	padding: 7px 16px;
}

.arco-table-size-mini .arco-table-th,.arco-table-size-mini .arco-table-td {
	font-size: 12px;
}

.arco-table-size-mini .arco-table-footer {
	padding: 7px 16px;
}

.arco-table-size-mini .arco-table-tr-expand .arco-table-td .arco-table {
	margin: -7px -16px -8px;
}

.arco-table-size-mini .arco-table-editable-row .arco-table-cell-wrap-value {
	padding: 7px 16px;
}

.arco-table-virtualized .arco-table-element {
	table-layout: fixed;
}

.arco-table-virtualized div.arco-table-body div.arco-table-tr {
	display: flex;
}

.arco-table-virtualized div.arco-table-body div.arco-table-td {
	align-items: center;
	display: flex;
	flex: 1;
}

.arco-table-pagination {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

.arco-table-pagination-left {
	justify-content: flex-start;
}

.arco-table-pagination-center {
	justify-content: center;
}

.arco-table-pagination-top {
	margin-bottom: 24px;
	margin-top: 0;
}

.arco-virtual-list>.arco-table-element {
	width: auto;
}

.arco-icon-hover.arco-tabs-icon-hover:before {
	height: 16px;
	width: 16px;
}

.arco-tabs .arco-tabs-icon-hover {
	color: var(--color-text-2);
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.arco-tabs-dropdown-icon {
	font-size: 12px;
	margin-left: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.arco-tabs-tab-close-btn {
	margin-left: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.arco-tabs-nav-add-btn {
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	justify-content: center;
	padding: 0 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.arco-tabs-add {
	position: relative;
}

.arco-tabs-nav-button-left {
	margin-left: 10px;
	margin-right: 6px;
}

.arco-tabs-nav-button-right {
	margin-left: 6px;
	margin-right: 10px;
}

.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 {
	overflow: hidden;
	position: relative;
}

.arco-tabs-nav {
	flex-shrink: 0;
}

.arco-tabs-nav:before {
	background-color: var(--color-neutral-3);
	bottom: 0;
	clear: both;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.arco-tabs-nav-tab {
	display: flex;
	flex: 1;
	overflow: hidden;
}

.arco-tabs-nav-tab-list {
	display: inline-block;
	position: relative;
	transition: transform .2s cubic-bezier(.34,.69,.1,1);
	white-space: nowrap;
}

.arco-tabs-nav-extra {
	align-items: center;
	display: flex;
	line-height: 32px;
	width: auto;
}

.arco-tabs-nav-extra .arco-tabs-nav-add-btn {
	padding-left: 0;
}

.arco-tabs-tab {
	align-items: center;
	box-sizing: border-box;
	color: var(--color-text-2);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	line-height: 1.5715;
	outline: none;
	padding: 5px 0;
	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 {
	background-color: rgb(var(--primary-6));
	bottom: 0;
	height: 2px;
	position: absolute;
	right: auto;
	top: auto;
	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 {
	line-height: 1.5715;
	margin: 0 16px;
	padding: 9px 0;
}

.arco-tabs-nav-type-line .arco-tabs-tab-title {
	display: inline-block;
	padding: 1px 0;
	position: relative;
}

.arco-tabs-nav-type-line .arco-tabs-tab-title:before {
	background-color: transparent;
	border-radius: var(--border-radius-small);
	bottom: 0;
	content: "";
	left: -8px;
	opacity: 1;
	position: absolute;
	right: -8px;
	top: 0;
	transition: background-color,opacity .2s linear;
	z-index: -1;
}

.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-tab:focus-visible .arco-tabs-tab-title:before {
	border: 2px solid rgb(var(--primary-6));
}

.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 .arco-tabs-tab,.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
	border: 1px solid var(--color-neutral-3);
	font-size: 14px;
	padding: 5px 16px;
	position: relative;
	transition: padding .2s linear,color .2s linear;
}

.arco-tabs-nav-type-card .arco-tabs-tab-closable,.arco-tabs-nav-type-card-gutter .arco-tabs-tab-closable {
	padding-right: 12px;
}

.arco-tabs-nav-type-card .arco-tabs-tab-closable:not(.arco-tabs-tab-active):hover .arco-icon-hover:hover:before,.arco-tabs-nav-type-card-gutter .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 .arco-tabs-tab:focus-visible:before,.arco-tabs-nav-type-card-gutter .arco-tabs-tab:focus-visible:before {
	border: 2px solid rgb(var(--primary-6));
	bottom: -1px;
	content: "";
	left: -1px;
	position: absolute;
	right: 0;
	top: -1px;
}

.arco-tabs-nav-type-card .arco-tabs-tab:last-child:focus-visible:before,.arco-tabs-nav-type-card-gutter .arco-tabs-tab:last-child:focus-visible:before {
	right: -1px;
}

.arco-tabs-nav-type-card .arco-tabs-nav-add-btn,.arco-tabs-nav-type-card-gutter .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 {
	background-color: var(--color-fill-1);
	border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
	border-right: 1px solid var(--color-neutral-3);
	margin-left: 4px;
}

.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 {
	font-size: 14px;
	line-height: 1.5715;
	margin: 0 9px;
	padding: 6px 0;
	position: relative;
}

.arco-tabs-nav-type-text .arco-tabs-tab:not(:first-of-type):before {
	background-color: var(--color-fill-3);
	content: "";
	display: block;
	height: 12px;
	left: -9px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
}

.arco-tabs-nav-type-text .arco-tabs-tab-title {
	background-color: transparent;
	padding-left: 8px;
	padding-right: 8px;
}

.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-text .arco-tabs-tab:focus-visible .arco-tabs-tab-title {
	border: 2px solid rgb(var(--primary-6));
	margin: -2px;
}

.arco-tabs-nav-type-rounded:before {
	display: none;
}

.arco-tabs-nav-type-rounded .arco-tabs-tab {
	background-color: transparent;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 6px;
	padding: 6px 16px;
}

.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-rounded .arco-tabs-tab:focus-visible {
	border-color: rgb(var(--primary-6));
}

.arco-tabs-nav-type-capsule:before {
	display: none;
}

.arco-tabs-nav-type-capsule .arco-tabs-nav-tab:not(.arco-tabs-nav-tab-scroll) {
	justify-content: flex-end;
}

.arco-tabs-nav-type-capsule .arco-tabs-nav-tab-list {
	background-color: var(--color-fill-2);
	border-radius: var(--border-radius-small);
	line-height: 1;
	padding: 3px;
}

.arco-tabs-nav-type-capsule .arco-tabs-tab {
	background-color: transparent;
	font-size: 14px;
	line-height: 26px;
	padding: 0 10px;
	position: relative;
}

.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-tab:focus-visible {
	border-color: rgb(var(--primary-6));
}

.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 {
	background-color: var(--color-fill-3);
	content: "";
	display: block;
	height: 14px;
	left: -4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .2s linear;
	width: 1px;
}

.arco-tabs-nav {
	align-items: center;
	display: flex;
	overflow: hidden;
	position: relative;
}

.arco-tabs-content {
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 16px;
	width: 100%;
}

.arco-tabs-content-hide {
	display: none;
}

.arco-tabs-content .arco-tabs-content-list {
	display: flex;
	width: 100%;
}

.arco-tabs-content .arco-tabs-content-item {
	flex-shrink: 0;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.arco-tabs-content .arco-tabs-content-item.arco-tabs-content-item-active {
	height: auto;
}

.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 {
	font-size: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.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 .arco-tabs-tab,.arco-tabs-nav-size-mini.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
	font-size: 12px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-card .arco-tabs-nav-extra,.arco-tabs-nav-size-mini.arco-tabs-nav-type-card-gutter .arco-tabs-nav-extra {
	font-size: 12px;
	line-height: 24px;
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-card .arco-tabs-nav-add-btn,.arco-tabs-nav-size-mini.arco-tabs-nav-type-card-gutter .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-mini.arco-tabs-nav-type-rounded .arco-tabs-tab {
	font-size: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.arco-tabs-nav-size-mini.arco-tabs-nav-type-rounded .arco-tabs-nav-extra {
	font-size: 12px;
	line-height: 24px;
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-line .arco-tabs-tab {
	font-size: 14px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-line .arco-tabs-nav-extra {
	font-size: 14px;
	line-height: 36px;
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-card .arco-tabs-tab,.arco-tabs-nav-size-small.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-card .arco-tabs-nav-extra,.arco-tabs-nav-size-small.arco-tabs-nav-type-card-gutter .arco-tabs-nav-extra {
	font-size: 14px;
	line-height: 28px;
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-card .arco-tabs-nav-add-btn,.arco-tabs-nav-size-small.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn {
	height: 28px;
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-capsule .arco-tabs-tab {
	font-size: 14px;
	line-height: 22px;
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-capsule .arco-tabs-nav-extra {
	font-size: 14px;
	line-height: 28px;
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-rounded .arco-tabs-tab {
	font-size: 14px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.arco-tabs-nav-size-small.arco-tabs-nav-type-rounded .arco-tabs-nav-extra {
	font-size: 14px;
	line-height: 28px;
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-line .arco-tabs-tab {
	font-size: 14px;
	padding-bottom: 11px;
	padding-top: 11px;
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-line .arco-tabs-nav-extra {
	font-size: 14px;
	line-height: 44px;
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-card .arco-tabs-tab,.arco-tabs-nav-size-large.arco-tabs-nav-type-card-gutter .arco-tabs-tab {
	font-size: 14px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-card .arco-tabs-nav-extra,.arco-tabs-nav-size-large.arco-tabs-nav-type-card-gutter .arco-tabs-nav-extra {
	font-size: 14px;
	line-height: 36px;
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-card .arco-tabs-nav-add-btn,.arco-tabs-nav-size-large.arco-tabs-nav-type-card-gutter .arco-tabs-nav-add-btn {
	height: 36px;
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-capsule .arco-tabs-tab {
	font-size: 14px;
	line-height: 30px;
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-capsule .arco-tabs-nav-extra {
	font-size: 14px;
	line-height: 36px;
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-rounded .arco-tabs-tab {
	font-size: 14px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.arco-tabs-nav-size-large.arco-tabs-nav-type-rounded .arco-tabs-nav-extra {
	font-size: 14px;
	line-height: 36px;
}

.arco-tabs-nav-vertical {
	float: left;
}

.arco-tabs-nav-vertical:before {
	bottom: 0;
	clear: both;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.arco-tabs-nav-vertical .arco-tabs-nav-add-btn {
	height: auto;
	margin-left: 0;
	margin-top: 8px;
	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 {
	bottom: auto;
	left: auto;
	position: absolute;
	right: 0;
	transition: top .2s cubic-bezier(.34,.69,.1,1),height .2s cubic-bezier(.34,.69,.1,1);
	width: 2px;
}

.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: 12px 0 0;
	white-space: nowrap;
}

.arco-tabs-nav-vertical .arco-tabs-tab:first-of-type {
	margin-top: 0;
}

.arco-tabs-nav-right:before {
	left: 0;
	right: unset;
}

.arco-tabs-nav-right .arco-tabs-nav-ink {
	left: 0;
	right: unset;
}

.arco-tabs-nav-vertical {
	box-sizing: border-box;
	height: 100%;
	position: relative;
}

.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 {
	border: 1px solid var(--color-neutral-3);
	border-bottom: 1px solid transparent;
	margin: 0;
	position: relative;
}

.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-bottom-color: transparent;
	border-right-color: var(--color-bg-2);
}

.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 {
	border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
	margin-left: 0;
	position: relative;
}

.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-bottom-color: var(--color-neutral-3);
	border-right-color: var(--color-bg-2);
}

.arco-tabs-vertical .arco-tabs-content {
	height: 100%;
	padding: 0;
	width: auto;
}

.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 {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--border-radius-small);
	box-sizing: border-box;
	color: var(--color-text-1);
	display: inline-flex;
	font-size: 12px;
	font-weight: 500;
	height: 24px;
	line-height: 22px;
	overflow: hidden;
	padding: 0 8px;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.arco-tag .arco-icon-hover.arco-tag-icon-hover:before {
	height: 16px;
	width: 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 {
	background-color: var(--color-fill-2);
}

.arco-tag-checked {
	background-color: var(--color-fill-2);
	border-color: transparent;
}

.arco-tag-checkable.arco-tag-checked:hover {
	background-color: var(--color-fill-3);
	border-color: transparent;
}

.arco-tag-bordered,.arco-tag-checkable.arco-tag-checked.arco-tag-bordered:hover {
	border-color: var(--color-border-2);
}

.arco-tag-size-small {
	font-size: 12px;
	height: 20px;
	line-height: 18px;
}

.arco-tag-size-medium {
	font-size: 12px;
	height: 24px;
	line-height: 22px;
}

.arco-tag-size-large {
	font-size: 14px;
	height: 32px;
	line-height: 30px;
}

.arco-tag-hide {
	display: none;
}

.arco-tag-loading {
	cursor: default;
	opacity: .8;
}

.arco-tag-icon {
	color: #393c40;
	margin-right: 4px;
}

.arco-tag.arco-tag-checked.arco-tag-red {
	background-color: rgb(var(--red-1));
	border: 1px solid transparent;
	color: rgb(var(--red-6));
}

.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-checked.arco-tag-red.arco-tag-bordered,.arco-tag-checked.arco-tag-red.arco-tag-bordered:hover {
	border-color: rgb(var(--red-6));
}

.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 {
	background-color: rgb(var(--orangered-1));
	border: 1px solid transparent;
	color: rgb(var(--orangered-6));
}

.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-checked.arco-tag-orangered.arco-tag-bordered,.arco-tag-checked.arco-tag-orangered.arco-tag-bordered:hover {
	border-color: rgb(var(--orangered-6));
}

.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 {
	background-color: rgb(var(--orange-1));
	border: 1px solid transparent;
	color: rgb(var(--orange-6));
}

.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-checked.arco-tag-orange.arco-tag-bordered,.arco-tag-checked.arco-tag-orange.arco-tag-bordered:hover {
	border-color: rgb(var(--orange-6));
}

.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 {
	background-color: rgb(var(--gold-1));
	border: 1px solid transparent;
	color: rgb(var(--gold-6));
}

.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-checked.arco-tag-gold.arco-tag-bordered,.arco-tag-checked.arco-tag-gold.arco-tag-bordered:hover {
	border-color: rgb(var(--gold-6));
}

.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 {
	background-color: rgb(var(--lime-1));
	border: 1px solid transparent;
	color: rgb(var(--lime-6));
}

.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-checked.arco-tag-lime.arco-tag-bordered,.arco-tag-checked.arco-tag-lime.arco-tag-bordered:hover {
	border-color: rgb(var(--lime-6));
}

.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 {
	background-color: rgb(var(--green-1));
	border: 1px solid transparent;
	color: rgb(var(--green-6));
}

.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-checked.arco-tag-green.arco-tag-bordered,.arco-tag-checked.arco-tag-green.arco-tag-bordered:hover {
	border-color: rgb(var(--green-6));
}

.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 {
	background-color: rgb(var(--cyan-1));
	border: 1px solid transparent;
	color: rgb(var(--cyan-6));
}

.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-checked.arco-tag-cyan.arco-tag-bordered,.arco-tag-checked.arco-tag-cyan.arco-tag-bordered:hover {
	border-color: rgb(var(--cyan-6));
}

.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 {
	background-color: rgb(var(--blue-1));
	border: 1px solid transparent;
	color: rgb(var(--blue-6));
}

.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-checked.arco-tag-blue.arco-tag-bordered,.arco-tag-checked.arco-tag-blue.arco-tag-bordered:hover {
	border-color: rgb(var(--blue-6));
}

.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 {
	background-color: rgb(var(--arcoblue-1));
	border: 1px solid transparent;
	color: rgb(var(--arcoblue-6));
}

.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-checked.arco-tag-arcoblue.arco-tag-bordered,.arco-tag-checked.arco-tag-arcoblue.arco-tag-bordered:hover {
	border-color: rgb(var(--arcoblue-6));
}

.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 {
	background-color: rgb(var(--purple-1));
	border: 1px solid transparent;
	color: rgb(var(--purple-6));
}

.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-checked.arco-tag-purple.arco-tag-bordered,.arco-tag-checked.arco-tag-purple.arco-tag-bordered:hover {
	border-color: rgb(var(--purple-6));
}

.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 {
	background-color: rgb(var(--pinkpurple-1));
	border: 1px solid transparent;
	color: rgb(var(--pinkpurple-6));
}

.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-checked.arco-tag-pinkpurple.arco-tag-bordered,.arco-tag-checked.arco-tag-pinkpurple.arco-tag-bordered:hover {
	border-color: rgb(var(--pinkpurple-6));
}

.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 {
	background-color: rgb(var(--magenta-1));
	border: 1px solid transparent;
	color: rgb(var(--magenta-6));
}

.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-checked.arco-tag-magenta.arco-tag-bordered,.arco-tag-checked.arco-tag-magenta.arco-tag-bordered:hover {
	border-color: rgb(var(--magenta-6));
}

.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 {
	background-color: rgb(var(--gray-2));
	border: 1px solid transparent;
	color: rgb(var(--gray-6));
}

.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-checked.arco-tag-gray.arco-tag-bordered,.arco-tag-checked.arco-tag-gray.arco-tag-bordered:hover {
	border-color: rgb(var(--gray-6));
}

.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.arco-tag-custom-color {
	color: var(--color-white);
}

.arco-tag.arco-tag-custom-color .arco-icon-hover.arco-tag-icon-hover:hover:before {
	background-color: #fff3;
}

.arco-tag .arco-tag-close-btn {
	font-size: 12px;
	margin-left: 4px;
}

.arco-tag .arco-tag-close-btn>svg {
	position: relative;
}

.arco-tag .arco-tag-loading-icon {
	font-size: 12px;
	margin-left: 4px;
}

body[arco-theme=dark] .arco-tag-checked {
	color: #ffffffe6;
}

body[arco-theme=dark] .arco-tag-checked.arco-tag-red {
	background-color: rgba(var(--red-6),.2);
}

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-checkable.arco-tag-checked.arco-tag-red:hover {
	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-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-checkable.arco-tag-checked.arco-tag-orangered:hover {
	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-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-checkable.arco-tag-checked.arco-tag-orange:hover {
	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-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-checkable.arco-tag-checked.arco-tag-gold:hover {
	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-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-checkable.arco-tag-checked.arco-tag-lime:hover {
	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-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-checkable.arco-tag-checked.arco-tag-green:hover {
	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-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-checkable.arco-tag-checked.arco-tag-cyan:hover {
	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-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-checkable.arco-tag-checked.arco-tag-blue:hover {
	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-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-checkable.arco-tag-checked.arco-tag-arcoblue:hover {
	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-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-checkable.arco-tag-checked.arco-tag-purple:hover {
	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-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-checkable.arco-tag-checked.arco-tag-pinkpurple:hover {
	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-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-checkable.arco-tag-checked.arco-tag-magenta:hover {
	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-checked.arco-tag-gray .arco-icon-hover.arco-tag-icon-hover:hover:before {
	background-color: rgba(var(--gray-6),.35);
}

body[arco-theme=dark] .arco-tag-checkable.arco-tag-checked.arco-tag-gray:hover {
	background-color: rgba(var(--gray-6),.35);
}

.arco-textarea-wrapper {
	background-color: #fff;
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-sizing: border-box;
	color: #393c40;
	cursor: text;
	display: inline-flex;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	transition: color .1s linear,border-color .1s linear,background-color .1s linear;
	width: 100%;
}

.arco-textarea-wrapper:hover {
	background-color: #fff;
	border-color: #c7c9cc;
}

.arco-textarea-wrapper.arco-textarea-focus,.arco-textarea-wrapper:focus-within {
	background-color: #fff;
	border-color: rgb(var(--primary-5));
	box-shadow: 0 0 0 0 transparent;
}

.arco-textarea-wrapper.arco-textarea-disabled {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
	cursor: not-allowed;
}

.arco-textarea-wrapper.arco-textarea-disabled:hover {
	background-color: var(--color-neutral-1);
	border-color: #dfe2e5;
	color: #adafb2;
}

.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 {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-6));
}

.arco-textarea-wrapper.arco-textarea-error:hover {
	background-color: rgb(var(--danger-1));
	border-color: rgb(var(--danger-7));
}

.arco-textarea-wrapper.arco-textarea-error.arco-textarea-wrapper-focus,.arco-textarea-wrapper.arco-textarea-error:focus-within {
	background-color: #fff;
	border-color: rgb(var(--danger-6));
	box-shadow: 0 0 0 0 transparent;
}

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

.arco-textarea-wrapper .arco-textarea-prefix>svg,.arco-textarea-wrapper .arco-textarea-suffix>svg {
	font-size: 14px;
}

.arco-textarea-wrapper .arco-textarea-prefix {
	color: #bfc2c7;
	padding-right: 12px;
}

.arco-textarea-wrapper .arco-textarea-suffix {
	color: #8f959e;
	padding-left: 12px;
}

.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 {
	align-self: center;
	color: #393c40;
	cursor: pointer;
	font-size: 12px;
	visibility: hidden;
}

.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: #1d21290a;
}

.arco-textarea-wrapper .arco-textarea-word-limit {
	bottom: 6px;
	color: #bfc2c7;
	font-size: 12px;
	position: absolute;
	right: 10px;
	-webkit-user-select: none;
	-moz-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;
	right: 10px;
	top: 50%;
	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 {
	-webkit-appearance: none;
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	cursor: inherit;
	outline: none;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	height: 100%;
	line-height: 1.5;
	min-height: 32px;
	padding: 4px 12px;
	resize: vertical;
	vertical-align: top;
}

.arco-textarea::-moz-placeholder {
	color: #bfc2c7;
}

.arco-textarea::placeholder {
	color: #bfc2c7;
}

.arco-textarea[disabled]::-moz-placeholder {
	color: #adafb2;
}

.arco-textarea[disabled]::placeholder {
	color: #adafb2;
}

.arco-textarea[disabled] {
	-webkit-text-fill-color: #adafb2;
}

.arco-timepicker {
	box-sizing: border-box;
	display: flex;
	padding: 0;
	position: relative;
}

.arco-timepicker-container {
	background-color: var(--color-bg-popup);
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-shadow: 0 2px 5px #0000001a;
	overflow: hidden;
}

.arco-timepicker-column {
	box-sizing: border-box;
	height: 224px;
	overflow: hidden;
	width: 64px;
}

.arco-timepicker-column:not(:last-child) {
	border-right: 1px solid #dfe2e5;
}

.arco-timepicker-column:hover {
	overflow-y: auto;
}

.arco-timepicker-column ul {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
}

.arco-timepicker-column ul:after {
	content: "";
	display: block;
	height: 192px;
	width: 100%;
}

.arco-timepicker-cell {
	color: #393c40;
	cursor: pointer;
	font-weight: 400;
	padding: 4px 0;
}

.arco-timepicker-cell-inner {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	padding-left: 24px;
}

.arco-timepicker-cell:not(.arco-timepicker-cell-selected):not(.arco-timepicker-cell-disabled):hover .arco-timepicker-cell-inner {
	background-color: rgb(var(--primary-1));
}

.arco-timepicker-cell-selected .arco-timepicker-cell-inner {
	background-color: rgb(var(--primary-1));
	font-weight: 400;
}

.arco-timepicker-cell-disabled {
	color: #adafb2;
	cursor: not-allowed;
}

.arco-timepicker-footer-extra-wrapper {
	border-top: 1px solid #dfe2e5;
	color: var(--color-text-1);
	font-size: 12px;
	padding: 8px;
}

.arco-timepicker-footer-btn-wrapper {
	border-top: 1px solid #dfe2e5;
	display: flex;
	justify-content: space-between;
	padding: 8px;
}

.arco-timepicker-footer-btn-wrapper :only-child {
	margin-left: auto;
}

.arco-timeline {
	display: flex;
	flex-direction: column;
}

.arco-timeline-item {
	color: var(--color-text-1);
	font-size: 14px;
	min-height: 78px;
	padding-left: 6px;
	position: relative;
}

.arco-timeline-item-label {
	color: var(--color-text-3);
	font-size: 12px;
	line-height: 1.667;
}

.arco-timeline-item-content {
	color: var(--color-text-1);
	font-size: 14px;
	line-height: 1.5715;
	margin-bottom: 4px;
}

.arco-timeline-item-content-wrapper {
	margin-left: 16px;
	position: relative;
}

.arco-timeline-item.arco-timeline-item-last>.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-line {
	display: none;
}

.arco-timeline-item-dot-wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
}

.arco-timeline-item-dot-wrapper .arco-timeline-item-dot-content {
	height: 22.001px;
	line-height: 22.001px;
	position: relative;
	width: 6px;
}

.arco-timeline-item-dot {
	border-radius: var(--border-radius-circle);
	box-sizing: border-box;
	color: rgb(var(--primary-6));
	height: 6px;
	margin-top: -50%;
	position: relative;
	top: 50%;
	width: 6px;
}

.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 {
	background-color: var(--color-bg-2);
	box-sizing: border-box;
	color: rgb(var(--primary-6));
	display: inline-flex;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%) translateY(-50%);
	transform-origin: center;
}

.arco-timeline-item-dot-custom svg {
	color: inherit;
}

.arco-timeline-item-dot-line {
	border-color: var(--color-neutral-3);
	border-left-width: 1px;
	bottom: -4.0005px;
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	top: 18.0005px;
	transform: translate(-50%);
	width: 1px;
}

.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%;
	margin-left: 22px;
	padding-right: 22px;
	width: 50%;
}

.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;
	margin-left: -16px;
	margin-right: 0;
	padding-right: 16px;
	text-align: right;
	width: 50%;
}

.arco-timeline-right .arco-timeline-item-vertical-right {
	padding-right: 6px;
}

.arco-timeline-right .arco-timeline-item-vertical-right>.arco-timeline-item-dot-wrapper {
	left: unset;
	right: 0;
}

.arco-timeline-right .arco-timeline-item-vertical-right>.arco-timeline-item-content-wrapper {
	margin-left: 0;
	margin-right: 16px;
	text-align: right;
}

.arco-timeline-item-label-relative>.arco-timeline-item-label {
	box-sizing: border-box;
	max-width: 100px;
	position: absolute;
	top: 0;
}

.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: translate(-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 {
	padding-left: 16px;
	right: 0;
	text-align: left;
	transform: translate(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 {
	bottom: 0;
	padding-top: 16px;
	text-align: left;
	top: unset;
	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;
	max-width: unset;
	transform: none;
	width: 50%;
}

.arco-timeline-alternate .arco-timeline-item-vertical-right.arco-timeline-item-label-relative {
	margin-right: 0;
}

.arco-timeline-alternate .arco-timeline-item-vertical-right.arco-timeline-item-label-relative>.arco-timeline-item-label {
	max-width: unset;
	right: 0;
	transform: none;
	width: 50%;
}

.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 {
	border-left: none;
	border-top-width: 1px;
	height: 1px;
	left: 12px;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: unset;
}

.arco-timeline-item-horizontal-bottom,.arco-timeline-item-horizontal-top {
	flex: 1;
	min-height: unset;
	padding-left: 0;
	padding-right: 0;
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper,.arco-timeline-item-horizontal-top>.arco-timeline-item-dot-wrapper {
	height: auto;
	top: 0;
	width: 100%;
}

.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 {
	margin-top: unset;
	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 {
	bottom: unset;
	top: 0;
}

.arco-timeline-item-horizontal-top>.arco-timeline-item-content-wrapper {
	margin-left: 0;
	margin-top: 16px;
}

.arco-timeline-item-horizontal-bottom {
	padding-bottom: 6px;
}

.arco-timeline-item-horizontal-bottom>.arco-timeline-item-dot-wrapper {
	bottom: 0;
	top: unset;
}

.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 {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	max-width: 350px;
	padding: 8px 12px;
	text-align: left;
	word-wrap: break-word;
	background-color: var(--color-neutral-10);
	border-radius: 4px;
}

.arco-tooltip-mini {
	font-size: 12px;
	padding: 6px 12px;
}

.arco-tooltip-popup-arrow {
	background-color: var(--color-neutral-10);
}

.arco-transfer {
	align-items: center;
	display: flex;
}

.arco-transfer-view {
	border: 1px solid var(--color-neutral-3);
	border-radius: var(--border-radius-small);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 224px;
	width: 200px;
}

.arco-transfer-view-search {
	padding: 8px 12px 4px;
}

.arco-transfer-view-list {
	flex: 1;
}

.arco-transfer-view-custom-list {
	flex: 1;
	overflow: auto;
}

.arco-transfer-view-header {
	align-items: center;
	display: flex;
	padding: 0 10px;
}

.arco-transfer-view-header>:first-child {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-transfer-view-header>:first-child:not(:last-child) {
	margin-right: 8px;
}

.arco-transfer-view-header {
	background-color: var(--color-fill-1);
	color: var(--color-text-1);
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
}

.arco-transfer-view-header-title {
	align-items: center;
	display: flex;
}

.arco-transfer-view-header-title .arco-checkbox {
	font-size: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-transfer-view-header-title .arco-checkbox-text {
	color: inherit;
}

.arco-transfer-view-header-title .arco-checkbox-label,.arco-transfer-view-header-title-simple {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-transfer-view-header-clear-btn {
	color: var(--color-text-2);
	cursor: pointer;
	font-size: 12px;
}

.arco-transfer-view-header-clear-btn:hover:before {
	background-color: var(--color-fill-3);
}

.arco-transfer-view-header-count {
	color: var(--color-text-3);
	font-size: 12px;
	font-weight: 400;
	margin-right: 2px;
}

.arco-transfer-view-body {
	flex: 1 1 auto;
	overflow: hidden;
}

.arco-transfer-view-body .arco-transfer-view-empty {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.arco-transfer-view .arco-scrollbar {
	height: 100%;
}

.arco-transfer-view .arco-scrollbar-container {
	height: 100%;
	overflow: auto;
}

.arco-transfer-view .arco-list {
	border-radius: 0;
}

.arco-transfer-view .arco-list-footer {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 40px;
	padding: 0 8px;
	position: relative;
}

.arco-transfer-view .arco-list .arco-pagination {
	margin: 0;
	position: absolute;
	right: 8px;
	top: 50%;
	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 {
	align-items: center;
	background-color: transparent;
	color: var(--color-text-1);
	cursor: default;
	display: flex;
	height: 36px;
	line-height: 36px;
	list-style: none;
	padding: 0 10px;
	position: relative;
}

.arco-transfer-list-item-content {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-transfer-list-item-checkbox .arco-checkbox-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-transfer-list-item-disabled {
	background-color: transparent;
	color: var(--color-text-4);
	cursor: not-allowed;
}

.arco-transfer-list-item:not(.arco-transfer-list-item-disabled):hover {
	background-color: var(--color-fill-2);
	color: var(--color-text-1);
}

.arco-transfer-list-item .arco-checkbox {
	width: 100%;
}

.arco-transfer-list-item .arco-checkbox-text {
	color: inherit;
}

.arco-transfer-list-item-remove-btn {
	color: var(--color-text-2);
	cursor: pointer;
	font-size: 12px;
	margin-left: auto;
}

.arco-transfer-list-item-remove-btn:hover:before {
	background-color: var(--color-fill-3);
}

.arco-transfer-list-item-draggable:before {
	border-radius: 1px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.arco-transfer-list-item-gap-bottom:before {
	background-color: rgb(var(--primary-6));
	bottom: -2px;
}

.arco-transfer-list-item-gap-top:before {
	background-color: rgb(var(--primary-6));
	top: -2px;
}

.arco-transfer-list-item-dragging {
	background-color: var(--color-fill-1)!important;
	color: var(--color-text-4)!important;
}

.arco-transfer-list-item-dragged {
	animation: arco-transfer-drag-item-blink .4s;
	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 {
	padding: 0 12px;
	text-align: left;
	width: 100%;
}

.arco-transfer-simple .arco-transfer-view-source {
	border-bottom-right-radius: 0;
	border-right: none;
	border-top-right-radius: 0;
}

.arco-transfer-simple .arco-transfer-view-target {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.arco-transfer-disabled .arco-transfer-view-header {
	color: var(--color-text-4);
}

@keyframes arco-transfer-drag-item-blink {
	0% {
		background-color: var(--color-primary-light-1);
	}

	to {
		background-color: transparent;
	}
}

.arco-tree-select-popup {
	background-color: var(--color-bg-popup);
	border: 1px solid #dfe2e5;
	border-radius: 2px;
	box-shadow: 0 4px 10px #0000001a;
	box-sizing: border-box;
	padding: 4px 0;
}

.arco-tree-select-popup .arco-tree-select-tree-wrapper {
	height: 100%;
	max-height: 180px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 4px;
}

.arco-tree-select-popup .arco-tree-node {
	padding-left: 0;
}

.arco-tree-select-highlight {
	font-weight: 500;
}

.arco-tree-select-has-header {
	padding-top: 0;
}

.arco-tree-select-header {
	border-bottom: 1px solid #dfe2e5;
}

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

.arco-tree-select-footer {
	border-top: 1px solid #dfe2e5;
}

.arco-icon-hover.arco-tree-node-icon-hover:before {
	height: 16px;
	width: 16px;
}

.arco-tree-node-switcher {
	align-items: center;
	color: var(--color-text-2);
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	font-size: 12px;
	height: 32px;
	margin-right: 10px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 12px;
}

.arco-tree-node-switcher-icon {
	margin: 0 auto;
	position: relative;
}

.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 {
	color: rgb(var(--primary-6));
	margin-left: 120px;
	opacity: 0;
}

.arco-tree-node-custom-icon {
	cursor: pointer;
	font-size: inherit;
	line-height: 1;
	margin-right: 10px;
	-webkit-user-select: none;
	-moz-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 {
	background: var(--color-fill-2);
	border-radius: var(--border-radius-small);
	cursor: pointer;
	display: block;
	height: 14px;
	position: relative;
	width: 14px;
}

.arco-tree-node-minus-icon:after,.arco-tree-node-plus-icon:after {
	background-color: var(--color-text-2);
	border-radius: .5px;
	color: var(--color-text-2);
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	margin-left: -3px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 6px;
}

.arco-tree-node-plus-icon:before {
	background-color: var(--color-text-2);
	border-radius: .5px;
	color: var(--color-text-2);
	content: "";
	display: block;
	height: 6px;
	left: 50%;
	margin-left: -1px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	width: 2px;
}

.arco-tree {
	color: var(--color-text-1);
}

.arco-tree .arco-checkbox {
	line-height: 32px;
	margin-right: 10px;
	padding-left: 0;
}

.arco-tree-node {
	align-items: center;
	color: var(--color-text-1);
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	line-height: 1.5;
	padding-left: 2px;
	position: relative;
}

.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 .arco-tree-node-title,.arco-tree-node-disabled .arco-tree-node-title:hover,.arco-tree-node-disabled-selectable .arco-tree-node-title,.arco-tree-node-disabled-selectable .arco-tree-node-title:hover {
	background: none;
	color: var(--color-text-4);
	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 {
	box-sizing: content-box;
	flex: 1;
}

.arco-tree-node-title-block .arco-tree-node-drag-icon {
	position: absolute;
	right: 12px;
}

.arco-tree-node-indent {
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}

.arco-tree-node-indent-block {
	display: inline-block;
	height: 100%;
	margin-right: 10px;
	position: relative;
	width: 12px;
}

.arco-tree-node-draggable {
	margin-top: 2px;
}

.arco-tree-node-title {
	align-items: center;
	border-radius: var(--border-radius-small);
	display: flex;
	font-size: 14px;
	margin-left: -4px;
	padding: 5.5px 4px;
	position: relative;
}

.arco-tree-node-title:hover {
	background-color: var(--color-fill-2);
	color: var(--color-text-1);
}

.arco-tree-node-title:hover .arco-tree-node-drag-icon {
	opacity: 1;
}

.arco-tree-node-title-draggable:before {
	border-radius: 1px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: -2px;
}

.arco-tree-node-title-gap-bottom:before {
	background-color: rgb(var(--primary-6));
	bottom: -2px;
	top: unset;
}

.arco-tree-node-title-gap-top:before {
	background-color: rgb(var(--primary-6));
}

.arco-tree-node-title-highlight {
	background-color: var(--color-primary-light-1);
	color: var(--color-text-1);
}

.arco-tree-node-title-dragging,.arco-tree-node-title-dragging:hover {
	background-color: var(--color-fill-1);
	color: var(--color-text-4);
}

.arco-tree-show-line {
	padding-left: 1px;
}

.arco-tree-show-line .arco-tree-node-switcher {
	text-align: center;
	width: 14px;
}

.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 {
	border-left: 1px solid var(--color-neutral-3);
	bottom: -5px;
	box-sizing: border-box;
	content: "";
	left: 50%;
	position: absolute;
	top: -5px;
	transform: translate(-50%);
	width: 1px;
}

.arco-tree-show-line .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:after {
	border-left: 1px solid var(--color-neutral-3);
	bottom: -5px;
	box-sizing: border-box;
	content: "";
	position: absolute;
	right: -7px;
	top: 27px;
	transform: translate(50%);
	width: 1px;
}

.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 {
	font-size: 12px;
	line-height: 1.667;
	padding-bottom: 2px;
	padding-top: 2px;
}

.arco-tree-size-mini .arco-tree-node-indent-block:after {
	bottom: -1px;
	top: 23px;
}

.arco-tree-size-mini .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:before {
	bottom: -1px;
	top: -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 {
	font-size: 14px;
	padding-bottom: 3.5px;
	padding-top: 3.5px;
}

.arco-tree-size-small .arco-tree-node-indent-block:after {
	bottom: -3px;
	top: 25px;
}

.arco-tree-size-small .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:before {
	bottom: -3px;
	top: -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 {
	font-size: 14px;
	padding-bottom: 7.5px;
	padding-top: 7.5px;
}

.arco-tree-size-large .arco-tree-node-indent-block:after {
	bottom: -7px;
	top: 29px;
}

.arco-tree-size-large .arco-tree-node-is-leaf:not(.arco-tree-node-is-tail) .arco-tree-node-indent:before {
	bottom: -7px;
	top: -7px;
}

.arco-tree-node-list {
	overflow: hidden;
	transition: height .2s cubic-bezier(.34,.69,.1,1);
}

.arco-typography {
	color: var(--color-text-1);
	line-height: 1.5;
	overflow-wrap: anywhere;
	white-space: normal;
}

h1.arco-typography,h2.arco-typography,h3.arco-typography,h4.arco-typography,h5.arco-typography,h6.arco-typography {
	font-weight: 500;
	margin-bottom: .5em;
	margin-top: 1em;
}

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-bottom: 1em;
	margin-top: 0;
}

.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 {
	background-color: var(--color-neutral-2);
	border: 1px solid var(--color-neutral-3);
	border-radius: 2px;
	color: var(--color-text-2);
	font-size: 85%;
	margin: 0 2px;
	padding: 2px 8px;
}

.arco-typography blockquote {
	background-color: var(--color-bg-2);
	border-left: 2px solid var(--color-neutral-6);
	margin: 0 0 1em;
	padding-left: 8px;
}

.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 {
	background-color: transparent;
	border-radius: 2px;
	color: var(--color-text-2);
	cursor: pointer;
	transition: background-color .1s linear;
}

.arco-typography-operation-copy:hover {
	background-color: var(--color-fill-2);
	color: var(--color-text-2);
}

.arco-typography-operation-copied {
	color: rgb(var(--success-6));
}

.arco-typography-operation-edit {
	background-color: transparent;
	border-radius: 2px;
	color: var(--color-text-2);
	cursor: pointer;
	margin-left: 2px;
	padding: 2px;
	transition: background-color .1s linear;
}

.arco-typography-operation-edit:hover {
	background-color: var(--color-fill-2);
	color: var(--color-text-2);
}

.arco-typography-operation-expand {
	color: rgb(var(--primary-6));
	cursor: pointer;
	margin: 0 4px;
}

.arco-typography-operation-expand:hover {
	color: rgb(var(--primary-5));
}

.arco-typography-edit-content {
	left: -13px;
	margin-bottom: calc(1em - 5px);
	margin-right: -13px;
	margin-top: -5px;
	position: relative;
}

.arco-typography-css-operation {
	margin-bottom: 1em;
	margin-top: -1em;
	text-align: right;
}

.arco-upload {
	cursor: pointer;
	display: inline-block;
	max-width: 100%;
}

.arco-upload.arco-upload-draggable {
	width: 100%;
}

.arco-upload-tip {
	color: var(--color-text-3);
	font-size: 12px;
	line-height: 1.5;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-upload-picture-card {
	background: var(--color-fill-2);
	border: 1px dashed var(--color-neutral-3);
	border-radius: var(--border-radius-small);
	color: var(--color-text-2);
	display: flex;
	flex-direction: column;
	height: 80px;
	justify-content: center;
	margin-bottom: 0;
	min-width: 80px;
	text-align: center;
	transition: all .1s linear;
}

.arco-upload-picture-card:hover {
	background-color: var(--color-fill-3);
	border-color: var(--color-neutral-4);
	color: var(--color-text-2);
}

.arco-upload-drag {
	background-color: var(--color-fill-1);
	border: 1px dashed var(--color-neutral-3);
	border-radius: var(--border-radius-small);
	color: var(--color-text-1);
	padding: 50px 0;
	text-align: center;
	transition: all .2s ease;
}

.arco-upload-drag .arco-icon-plus {
	color: var(--color-text-2);
	font-size: 14px;
	margin-bottom: 24px;
}

.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));
	color: var(--color-text-1);
}

.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: 14px;
	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 {
	background-color: var(--color-fill-1);
	border-color: var(--color-neutral-4);
	color: var(--color-text-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 {
	color: rgb(var(--danger-6));
	margin-left: 4px;
}

.arco-upload-icon-success {
	color: rgb(var(--success-6));
	font-size: 14px;
	line-height: 14px;
}

.arco-upload-icon-remove {
	font-size: 14px;
	position: relative;
}

.arco-upload-icon-cancel,.arco-upload-icon-start {
	color: var(--color-white);
	font-size: 12px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%) translateY(-50%);
}

.arco-upload-icon-upload {
	color: rgb(var(--primary-6));
	cursor: pointer;
	font-size: 14px;
	transition: all .2s ease;
}

.arco-upload-icon-upload:active,.arco-upload-icon-upload:hover {
	color: rgb(var(--primary-7));
}

.arco-upload-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.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 {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	margin-top: 12px;
	position: relative;
}

.arco-upload-list-item-content {
	align-items: center;
	background-color: var(--color-fill-1);
	border-radius: var(--border-radius-small);
	box-sizing: border-box;
	display: flex;
	flex: 1;
	flex-wrap: nowrap;
	font-size: 14px;
	overflow: hidden;
	padding: 8px 10px 8px 12px;
	transition: background-color .1s linear;
	width: 100%;
}

.arco-upload-list-item-file-icon {
	color: rgb(var(--primary-6));
	font-size: 16px;
	line-height: 16px;
	margin-right: 12px;
}

.arco-upload-list-item-thumbnail {
	flex-shrink: 0;
	height: 40px;
	margin-right: 12px;
	width: 40px;
}

.arco-upload-list-item-thumbnail img {
	height: 100%;
	width: 100%;
}

.arco-upload-list-item-name {
	align-items: center;
	color: var(--color-text-1);
	display: flex;
	flex: 1;
	font-size: 14px;
	line-height: 1.4286;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arco-upload-list-item-name-link {
	color: rgb(var(--link-6));
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
}

.arco-upload-list-item-name-text {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}

.arco-upload-list-item .arco-upload-progress {
	line-height: 12px;
	margin-left: auto;
	position: relative;
}

.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 {
	color: var(--color-text-2);
	font-size: 12px;
	margin-left: 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 {
	margin-left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.arco-upload-list-picture {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-top: 0;
	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 {
	border-radius: var(--border-radius-small);
	box-sizing: border-box;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 80px;
}

.arco-upload-list-picture img {
	height: 100%;
	width: 100%;
}

.arco-upload-list-picture-mask {
	background: #00000080;
	bottom: 0;
	color: var(--color-white);
	cursor: pointer;
	font-size: 16px;
	left: 0;
	line-height: 80px;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 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-bottom: 8px;
	padding-top: 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;
	opacity: 0;
	overflow: hidden;
	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;
	opacity: 0;
	overflow: hidden;
	transition: opacity .1s linear,width .3s cubic-bezier(.34,.69,.1,1) .1s,margin .3s cubic-bezier(.34,.69,.1,1) .1s;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,roboto,Helvetica Neue,PingFang SC,noto sans,Hiragino Sans GB,Microsoft YaHei,Helvetica,Arial,sans-serif;
}

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: #f2f3f5;
	--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: #393c40;
	--color-text-3: #646a73;
	--color-text-4: #8f959e;
	--color-fill-1: var(--color-neutral-1);
	--color-fill-2: var(--color-neutral-2);
	--color-fill-3: var(--color-neutral-3);
	--color-fill-4: rgba(29,33,41,.04);
	--color-border-1: #f3f4f7;
	--color-border-2: #eeeff2;
	--color-border-3: #dfe2e5;
	--color-border-4: #dfe2e5;
	--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-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));
	--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));
	--border-radius-none: 0;
	--border-radius-small: 2px;
	--border-radius-medium: 4px;
	--border-radius-large: 8px;
	--border-radius-circle: 50%;
	--color-tooltip-bg: rgb(var(--gray-10));
	--color-spin-layer-bg: hsla(0,0%,100%,.6);
	--color-menu-dark-bg: #232324;
	--color-menu-light-bg: #fff;
	--color-menu-dark-hover: hsla(0,0%,100%,.04);
	--color-mask-bg: rgba(29,33,41,.6);
}

body[arco-theme=dark] {
	--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%,.9);
	--color-text-2: hsla(0,0%,100%,.7);
	--color-text-3: hsla(0,0%,100%,.5);
	--color-text-4: hsla(0,0%,100%,.3);
	--color-fill-1: hsla(0,0%,100%,.04);
	--color-fill-2: hsla(0,0%,100%,.08);
	--color-fill-3: hsla(0,0%,100%,.12);
	--color-fill-4: hsla(0,0%,100%,.16);
	--color-border-1: #2e2e30;
	--color-border-2: #484849;
	--color-border-3: #5f5f60;
	--color-border-4: #929293;
	--color-primary-light-1: rgba(var(--primary-6), .2);
	--color-primary-light-2: rgba(var(--primary-6), .35);
	--color-primary-light-3: rgba(var(--primary-6), .5);
	--color-primary-light-4: rgba(var(--primary-6), .65);
	--color-secondary: rgba(var(--gray-9), .08);
	--color-secondary-hover: rgba(var(--gray-8), .16);
	--color-secondary-active: rgba(var(--gray-7), .24);
	--color-secondary-disabled: rgba(var(--gray-9), .08);
	--color-danger-light-1: rgba(var(--danger-6), .2);
	--color-danger-light-2: rgba(var(--danger-6), .35);
	--color-danger-light-3: rgba(var(--danger-6), .5);
	--color-danger-light-4: rgba(var(--danger-6), .65);
	--color-success-light-1: rgb(var(--success-6), .2);
	--color-success-light-2: rgb(var(--success-6), .35);
	--color-success-light-3: rgb(var(--success-6), .5);
	--color-success-light-4: rgb(var(--success-6), .65);
	--color-warning-light-1: rgb(var(--warning-6), .2);
	--color-warning-light-2: rgb(var(--warning-6), .35);
	--color-warning-light-3: rgb(var(--warning-6), .5);
	--color-warning-light-4: rgb(var(--warning-6), .65);
	--color-link-light-1: rgba(var(--link-6), .2);
	--color-link-light-2: rgba(var(--link-6), .35);
	--color-link-light-3: rgba(var(--link-6), .5);
	--color-link-light-4: rgba(var(--link-6), .65);
	--color-tooltip-bg: #373739;
	--color-spin-layer-bg: rgba(51,51,51,.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,.6);
}

body {
	--red-1: 255, 236, 232;
	--red-2: 253, 205, 197;
	--red-3: 251, 172, 163;
	--red-4: 249, 137, 129;
	--red-5: 247, 101, 96;
	--red-6: 245, 63, 63;
	--red-7: 203, 39, 45;
	--red-8: 161, 21, 30;
	--red-9: 119, 8, 19;
	--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, 247, 232;
	--orange-2: 255, 228, 186;
	--orange-3: 255, 207, 139;
	--orange-4: 255, 182, 93;
	--orange-5: 255, 154, 46;
	--orange-6: 255, 125, 0;
	--orange-7: 210, 95, 0;
	--orange-8: 166, 69, 0;
	--orange-9: 121, 46, 0;
	--orange-10: 77, 27, 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, 234;
	--green-2: 175, 240, 181;
	--green-3: 123, 225, 136;
	--green-4: 76, 210, 99;
	--green-5: 35, 195, 67;
	--green-6: 0, 180, 42;
	--green-7: 0, 154, 41;
	--green-8: 0, 128, 38;
	--green-9: 0, 102, 34;
	--green-10: 0, 77, 28;
	--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, 243, 255;
	--arcoblue-2: 190, 218, 255;
	--arcoblue-3: 148, 191, 255;
	--arcoblue-4: 106, 161, 255;
	--arcoblue-5: 64, 128, 255;
	--arcoblue-6: 22, 93, 255;
	--arcoblue-7: 14, 66, 210;
	--arcoblue-8: 7, 44, 166;
	--arcoblue-9: 3, 26, 121;
	--arcoblue-10: 0, 13, 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;
	--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: 22, 93, 255;
	--primary-7: var(--arcoblue-7);
	--primary-8: var(--arcoblue-8);
	--primary-9: var(--arcoblue-9);
	--primary-10: var(--arcoblue-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);
	--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);
	--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);
	--color-text-5: #a6adb8;
	--color-text-6: #adafb2;
	--color-text-7: #bfc2c7;
	--color-border-5: #c7c9cc;
	--color-border-6: rgba(29,33,41,.16);
	--color-border-white: #fff;
	--color-bg-6: rgba(29,33,41,.8);
	--warm-1: 255, 252, 232;
	--warm-2: 255, 245, 186;
	--warm-3: 255, 234, 139;
	--warm-4: 255, 220, 93;
	--warm-5: 255, 203, 46;
	--warm-6: 255, 184, 0;
	--warm-7: 210, 144, 0;
	--warm-8: 166, 108, 0;
	--warm-9: 121, 75, 0;
	--warm-10: 77, 45, 0;
}

body[arco-theme=dark] {
	--red-1: 77, 0, 10;
	--red-2: 119, 6, 17;
	--red-3: 161, 22, 31;
	--red-4: 203, 46, 52;
	--red-5: 245, 78, 78;
	--red-6: 247, 105, 101;
	--red-7: 249, 141, 134;
	--red-8: 251, 176, 167;
	--red-9: 253, 209, 202;
	--red-10: 255, 240, 236;
	--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, 27, 0;
	--orange-2: 121, 48, 4;
	--orange-3: 166, 75, 10;
	--orange-4: 210, 105, 19;
	--orange-5: 255, 141, 31;
	--orange-6: 255, 150, 38;
	--orange-7: 255, 179, 87;
	--orange-8: 255, 205, 135;
	--orange-9: 255, 227, 184;
	--orange-10: 255, 247, 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, 28;
	--green-2: 4, 102, 37;
	--green-3: 10, 128, 45;
	--green-4: 18, 154, 55;
	--green-5: 29, 180, 64;
	--green-6: 39, 195, 70;
	--green-7: 80, 210, 102;
	--green-8: 126, 225, 139;
	--green-9: 178, 240, 183;
	--green-10: 235, 255, 236;
	--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, 13, 77;
	--arcoblue-2: 4, 27, 121;
	--arcoblue-3: 14, 50, 166;
	--arcoblue-4: 29, 77, 210;
	--arcoblue-5: 48, 111, 255;
	--arcoblue-6: 60, 126, 255;
	--arcoblue-7: 104, 159, 255;
	--arcoblue-8: 147, 190, 255;
	--arcoblue-9: 190, 218, 255;
	--arcoblue-10: 234, 244, 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;
	--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);
	--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);
	--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);
	--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);
	--color-text-5: #fff;
	--color-text-6: #fff;
	--color-text-7: #fff;
	--color-border-5: #fff;
	--color-border-6: #fff;
	--color-border-white: #000;
	--color-bg-6: hsla(0,0%,100%,.8);
	--warm-1: 77, 45, 0;
	--warm-2: 121, 76, 4;
	--warm-3: 166, 111, 10;
	--warm-4: 210, 150, 19;
	--warm-5: 255, 193, 31;
	--warm-6: 255, 201, 38;
	--warm-7: 255, 219, 87;
	--warm-8: 255, 233, 135;
	--warm-9: 255, 245, 184;
	--warm-10: 255, 252, 232;
}

.arco-btn {
	gap: 6px;
}

.arco-notification.cloud-notify {
	border-radius: 4px;
	padding: 16px;
}

.arco-notification.cloud-notify .arco-notification-left {
	padding-right: 8px;
}

.arco-notification.cloud-notify .arco-notification-title {
	color: #1f2329;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.arco-notification.cloud-notify .arco-notification-content {
	color: #8f959e;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.arco-notification.cloud-notify.is-info {
	background: linear-gradient(180deg,#f5f8ff,#fff),#fff;
	box-shadow: 0 4px 8px -2px #1f232929;
}

.arco-notification.cloud-notify.is-error {
	background: linear-gradient(180deg,#fff7f7,#fff),#fff;
	box-shadow: 0 4px 8px -2px #1f232929;
}

.arco-notification.cloud-notify.is-warning {
	background: linear-gradient(180deg,#fff9f5,#fff),#fff;
	box-shadow: 0 4px 8px -2px #1f232929;
}

.arco-notification.cloud-notify.is-success {
	background: linear-gradient(180deg,#f5fcf9,#fff),#fff;
	box-shadow: 0 4px 8px -2px #1f232929;
}

.arco-form .arco-form-item .arco-form-item-label-col>.arco-form-item-label {
	color: #393c40;
}

.arco-form .arco-form-item.hide-message .arco-form-item-message {
	opacity: 0;
	overflow: hidden;
	text-wrap: nowrap;
	width: 0;
}

.arco-form .arco-form-item:last-child {
	margin-bottom: 0!important;
}

.arco-form .arco-form-item-status-error .arco-input-error,.arco-form .arco-form-item-status-error .arco-picker-error,.arco-form .arco-form-item-status-error .arco-select-view {
	border-color: rgb(var(--danger-6))!important;
}

.arco-form .count-input {
	height: 30px;
	max-width: 400px;
	padding-right: 0;
}

.arco-form .count-input .arco-input-append {
	width: 48px;
	justify-content: center;
}

.arco-form .count-input .arco-input-append .arco-select-view-single {
	background-color: transparent;
	border: none;
}

.arco-modal-wrapper {
	overflow-y: hidden!important;
}

.arco-modal-wrapper.arco-modal-wrapper-align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.arco-modal-wrapper.arco-modal-wrapper-align-center .basic-dialog {
	top: auto!important;
}

.basic-dialog {
	justify-content: center;
	max-height: 91.6666666667%;
	display: flex!important;
	flex-direction: column;
	align-items: stretch;
	overflow: hidden;
}

.basic-dialog.create-dialog {
	max-height: 650px;
}

.basic-dialog .arco-modal-header {
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	height: 48px;
	padding-left: 24px;
	padding-right: 16px;
}

.basic-dialog .arco-modal-header .arco-modal-title {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #1d2129;
}

.basic-dialog .arco-modal-header .arco-modal-title-icon {
	display: none;
}

.basic-dialog .arco-modal-header .cloud-model__title {
	display: flex;
	align-items: center;
	column-gap: 8px;
	font-size: 12px;
	line-height: 16px;
}

.basic-dialog .arco-modal-header .cloud-model__title .cloud-model__icon {
	color: #ff7d00;
}

.basic-dialog .arco-modal-body {
	flex: 1 1 0%;
	overflow-y: auto;
	padding: 16px 24px 24px;
}

.basic-dialog .arco-modal-body .cloud-model__content {
	display: flex;
	align-items: flex-start;
	column-gap: 8px;
	font-size: 12px;
	line-height: 16px;
}

.basic-dialog .arco-modal-body .cloud-model__content .cloud-model__icon {
	color: #165dff;
}

.basic-dialog .arco-modal-footer {
	border-radius: 0 0 8px 8px;
	border-top: none;
	padding: 16px 24px;
}

.basic-dialog .arco-modal-footer .arco-btn {
	border: 1px solid #eceff2;
	border-radius: 4px;
	padding: 6px 24px;
}

.basic-dialog.is-danger .cloud-model__icon {
	color: #ff7d00;
}

.basic-dialog.is-danger .arco-modal-footer .arco-btn:last-child {
	--un-text-opacity: 1;
	color: rgb(255 255 255 / var(--un-text-opacity));
	background-color: #f53f3f;
}

.basic-dialog.cloud-notice {
	background-repeat: no-repeat;
}

.basic-dialog.cloud-notice .notice-box {
	background: #fff9;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 16px;
}

.basic-dialog.cloud-notice .notice-footer {
	display: flex;
	justify-content: space-between;
}

.basic-dialog.cloud-notice .arco-modal-header {
	height: auto;
	padding: 16px 24px;
}

.basic-dialog.cloud-notice .arco-modal-body {
	padding: 0 24px;
}

.basic-dialog.cloud-notice .arco-modal-footer {
	border-radius: 0 0 8px 8px;
	border-top: none;
	padding: 16px 24px;
}

.basic-dialog.cloud-notice .arco-modal-footer .arco-btn {
	border: 1px solid #eceff2;
	border-radius: 4px;
	padding: 6px 24px;
}

.arco-table-td.actions-cell {
	-webkit-user-select: none;
	user-select: none;
}

.arco-table-td.actions-cell .arco-table-td-content .arco-link {
	margin-right: 24px;
}

.arco-table-td.actions-cell .arco-table-td-content .arco-link:last-child {
	margin-right: 0;
}

.arco-table-th {
	color: #8f959e!important;
}

.arco-table-tr:hover .table-copy-text {
	color: #165dff;
}

.arco-table-tr .hover-visible__td,.arco-table-tr .hover-visible__tr {
	cursor: pointer!important;
	opacity: 0;
}

.arco-table-tr .arco-table-td:hover .hover-visible__td,.arco-table-tr:hover .hover-visible__tr {
	display: block!important;
	opacity: 1;
	color: #bfc2c7!important;
}

.arco-table-tr .hover-visible__td:hover,.arco-table-tr .hover-visible__tr:hover {
	color: #646a73!important;
}

.hide-empty .arco-table-tr-empty {
	display: none;
}

.hide-expand .arco-table-expand-btn {
	display: none;
	height: 0!important;
	visibility: hidden;
	width: 0!important;
}

.arco-table-header+.arco-scrollbar-track-direction-horizontal {
	display: none;
}

.arco-table-container {
	border-radius: 2px!important;
}

.form-table .arco-table-tr .arco-table-td:not(:last-child) .arco-table-cell,.form-table .arco-table-tr .arco-table-th:not(:last-child) .arco-table-cell {
	padding-right: 0;
}

.form-table tbody .arco-table-td {
	vertical-align: top;
}

.form-table tbody .arco-table-drag-handle .arco-table-cell {
	padding: 18px 0;
}

.form-table tbody .arco-table-drag-handle .arco-icon-drag-dot-vertical {
	height: 16px;
	width: 16px;
}

.form-table .actions-cell .arco-table-cell {
	padding: 18px 16px;
}

.form-table .arco-table-footer {
	padding: 0!important;
}

.arco-badge.arco-badge-no-children.is-primary .arco-badge-number {
	background: rgb(var(--primary-1))!important;
	color: rgb(var(--primary-6))!important;
	height: 18px!important;
	line-height: 18px;
	min-width: 18px;
	width: 18px!important;
}

.arco-btn {
	text-decoration: none;
}

.arco-drawer-footer .arco-btn {
	min-width: 72px;
}

.rich-editor {
	line-height: normal!important;
	min-height: 400px;
	word-break: break-all;
	display: block;
	width: 100%;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.rich-editor #w-e-textarea-1,.rich-editor .w-e-text-container [data-slate-editor] {
	padding: 0;
}

.rich-editor .w-e-text-container [data-slate-editor] :first-child {
	margin-top: 0;
}

.rich-editor .w-e-text-container [data-slate-editor] .table-container {
	border: none;
	border-radius: 0;
	padding: 0;
}

.rich-editor .w-e-text-container [data-slate-editor] .table-container tbody tr:first-child th {
	border-right-width: 1px!important;
	pointer-events: none;
}

.rich-editor .w-e-text-container [data-slate-editor] img {
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.rich-editor .w-e-text-container [data-slate-editor] img[data-href] {
	cursor: pointer;
}

.rich-editor .w-e-text-container [data-slate-editor] pre>code {
	background-color: #f5f2f0;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	padding: 10px;
	text-indent: 0;
}

.rich-editor .w-e-text-container [contenteditable=true] {
	padding: 15px 0 0 12px;
}

.arco-tabs-nav:before {
	background-color: var(--color-border-1)!important;
}

.arco-tabs-nav-ink {
	height: 3px!important;
}

.arco-tabs-tab {
	color: var(--color-text-5)!important;
	padding-bottom: 8px!important;
	padding-top: 0!important;
}

.arco-tabs-tab.arco-tabs-tab-active {
	color: var(--color-text-2)!important;
}

.arco-tabs-tab-title:before {
	display: none;
}

.arco-tabs-tab-title:hover {
	color: #393c40;
}

img:not([src]),img[src=""],img[src=undefined] {
	border: none;
	outline: none;
	visibility: hidden;
}

.arco-notification .arco-notification-left {
	margin-top: -2px;
}

.arco-notification .arco-notification-right {
	margin-top: 2px;
}

.user-card-content {
	background: var(---color-bg-white, #fff);
	border: 1px solid var(---color-border-1, #f3f4f7);
	border-radius: 2px;
	box-shadow: 0 4px 10px #1d21291a;
}

@font-face {
	font-family:BebasNeue;src:url(https://www.ffy.com/_FeiFan/BebasNeue.BoVZS7_2.otf);
}

.cloud-num {
	font-family: BebasNeue,sans-serif;
}

:root {
	--app-header-height: 64px;
}

#feifan-cloud,body,html {
	min-width: 1200px;
	margin: 0;
	box-sizing: border-box;
	min-height: 100vh;
	--un-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--un-bg-opacity));
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,noto sans,Microsoft YaHei UI,Helvetica Neue,Helvetica,Arial,sans-serif;
	scroll-padding-top: 120px;
}

body {
	overflow: auto!important;
	width: 100%!important;
}

body img {
	outline: none;
}

.arco-carousel-indicator-wrapper-bottom {
	background: transparent;
}


.con-area {
	margin: 0 auto;
	position: relative;
	width: 1200px;
	z-index: 10;
}

.carousel-indicator .arco-carousel-indicator-item {
	width: 40px;
}

.module-cfg {
	padding: 162px 0 0;
}

.banner-tag {
	background: linear-gradient(82deg,#f53f3f,#f55858);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.banner-black-tag {
	height: 28px;
	border-radius: 9999px;
	font-size: 14px;
	line-height: 20px;
	line-height: 28px;
	--un-text-opacity: 1;
	color: rgb(68 157 58 / var(--un-text-opacity));
	background: #a5f09d80;
}

* {
	box-sizing: border-box;
}

.tool-content {
	border: 1px solid #f2f3f5;
	border-radius: 6px;
	max-width: 400px;
	padding: 12px 16px;
}

.tool-content .contact__item {
	display: flex;
	flex-direction: row;
}

.tool-content .contact-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 4px;
	--un-text-opacity: 1;
	color: rgb(0 0 0 / var(--un-text-opacity));
}

.tool-content .contact-content__item {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.voucher-content {
	max-height: 300px;
	max-width: 550px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rich-editor {
	min-height: 400px;
	display: block;
	width: 100%;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.rich-editor.is-border {
	border-width: 1px;
	border-style: solid;
	border-color: #dfe2e5;
}

.rich-editor.is-border [data-w-e-toolbar=true] {
	border-bottom: 1px solid #e4e7ed;
}

.rich-editor .hide-toolbar {
	display: none;
}

.rich-editor [data-w-e-toolbar=true] {
	border: none;
}

.rich-editor .w-e-bar-item button:not(.disabled) {
	color: var(--color-text-1);
}

.rich-editor .w-e-text-container ol {
	padding-left: 24px!important;
}

.rich-editor .w-e-text-container ul {
	padding-left: 16px!important;
}

.rich-editor .w-e-text-container a {
	font-size: 14px;
}

.production-popper {
	border-radius: 5px;
	box-shadow: 0 4px 10px #0000000f;
	padding: 10px 12px!important;
	transition: all ease-out;
	display: flex;
	flex-direction: column;
}

.production-popper .pro-list-item {
	background-color: #fff;
	border-radius: 3px;
	color: #42496e;
	cursor: pointer;
	padding: 12px 10px;
	width: 184px;
}

.production-popper .pro-list-item:hover {
	background-color: #0d51ff;
	color: #fff;
}

.production-popper.is-hidden {
	display: none!important;
}

.module {
	margin: 0 auto;
	text-align: center;
	width: 1200px;
}

.module-title {
	color: var(--color-text-1);
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 8px;
	text-align: center;
}

.module-des {
	color: var(--color-text-3);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	text-align: center;
}

.module.mid-module {
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 64px;
	background: url(../image/mid-banner.Dx5KcU1B.webp) no-repeat 50%;
	background-size: cover;
	height: 282px;
}

.feature-cards {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4,minmax(0,1fr));
	margin-top: 64px;
}

.feature-cards .card {
	align-items: center;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: #fff6;
	border: 2px solid #fff;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	padding: 40px;
	transition: all .3s ease-in-out;
}

.feature-cards .card:hover {
	background-color: #fff;
	box-shadow: 0 8px 64px #1d212914,0 4px 32px #1d212905;
}

.feature-cards .card-title {
	color: var(--color-text-1);
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: 16px 0 8px;
}

.feature-cards .card-content {
	color: var(--color-text-4);
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
}

.arco-btn-size-large {
	border-radius: 4px;
	height: 40px;
	width: 140px;
}

.arco-input {
	font-size: 14px!important;
}

.far .lang-select,.is-purchase .lang-select,.far .lang-select .arco-select-view-suffix,.far .lang-select .arco-select-view-value,.is-purchase .lang-select .arco-select-view-suffix,.is-purchase .lang-select .arco-select-view-value,.is-docs .lang-select,.is-protocol .lang-select,.is-docs .lang-select .arco-select-view-suffix,.is-docs .lang-select .arco-select-view-value,.is-protocol .lang-select .arco-select-view-suffix,.is-protocol .lang-select .arco-select-view-value {
	color: var(--color-text-1);
}

.lang-select {
	background-color: transparent!important;
	border: none;
	-moz-column-gap: 4px;
	column-gap: 4px;
	font-size: 14px;
	outline: none;
	padding: 0;
}

.lang-select .arco-select-view-suffix {
	padding-left: 0;
}

.lang-select.arco-select-view-single {
	border: none;
}

.lang-select .arco-select-view-suffix,.lang-select .arco-select-view-value {
	color: var(--color-text-1);
	font-size: 14px!important;
}

.vc-scrollbar__wrap {
	overscroll-behavior-y: contain;
}

.payment-result-modal .arco-modal-header .cloud-model__title .cloud-model__icon {
	color: #165dff!important;
}

.arco-select-dropdown .arco-select-option-content {
	text-overflow: inherit;
}

.module-voucher {
	padding-bottom: 100px;
	padding-top: 100px;
}

.module-voucher .card-list {
	display: flex;
	margin-top: 64px;
}

.plan-list {
	padding: 32px!important;
}

.plan-list .arco-list-item-meta-title:not(:last-child) {
	margin-bottom: 8px;
}

.plan-list .arco-space-item {
	margin-bottom: 0!important;
}

.website-notice-modal {
	border-radius: 8px;
	max-height: 520px;
}

.website-notice-modal .basic-dialog__body {
	padding: 0;
}

.arco-select-group-title {
	height: 32px;
	font-size: 12px!important;
	line-height: 16px!important;
	font-weight: 700!important;
	line-height: 32px!important;
	color: #393c40!important;
}

*,:after,:before {
	--un-rotate: 0;
	--un-rotate-x: 0;
	--un-rotate-y: 0;
	--un-rotate-z: 0;
	--un-scale-x: 1;
	--un-scale-y: 1;
	--un-scale-z: 1;
	--un-skew-x: 0;
	--un-skew-y: 0;
	--un-translate-x: 0;
	--un-translate-y: 0;
	--un-translate-z: 0;
	--un-pan-x: ;--un-pan-y:;
	--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;
	--un-ordinal: ;--un-slashed-zero:;
	--un-numeric-figure: ;--un-numeric-spacing:;
	--un-numeric-fraction: ;--un-border-spacing-x:0;
	--un-border-spacing-y: 0;
	--un-ring-offset-shadow: 0 0 transparent;
	--un-ring-shadow: 0 0 transparent;
	--un-shadow-inset: ;--un-shadow:0 0 transparent;
	--un-ring-inset: ;--un-ring-offset-width:0px;
	--un-ring-offset-color: #fff;
	--un-ring-width: 0px;
	--un-ring-color: rgba(147,197,253,.5);
	--un-blur: ;--un-brightness:;
	--un-contrast: ;--un-drop-shadow:;
	--un-grayscale: ;--un-hue-rotate:;
	--un-invert: ;--un-saturate:;
	--un-sepia: ;--un-backdrop-blur:;
	--un-backdrop-brightness: ;--un-backdrop-contrast:;
	--un-backdrop-grayscale: ;--un-backdrop-hue-rotate:;
	--un-backdrop-invert: ;--un-backdrop-opacity:;
	--un-backdrop-saturate: ;--un-backdrop-sepia:;
}

::backdrop {
	--un-rotate: 0;
	--un-rotate-x: 0;
	--un-rotate-y: 0;
	--un-rotate-z: 0;
	--un-scale-x: 1;
	--un-scale-y: 1;
	--un-scale-z: 1;
	--un-skew-x: 0;
	--un-skew-y: 0;
	--un-translate-x: 0;
	--un-translate-y: 0;
	--un-translate-z: 0;
	--un-pan-x: ;--un-pan-y:;
	--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;
	--un-ordinal: ;--un-slashed-zero:;
	--un-numeric-figure: ;--un-numeric-spacing:;
	--un-numeric-fraction: ;--un-border-spacing-x:0;
	--un-border-spacing-y: 0;
	--un-ring-offset-shadow: 0 0 transparent;
	--un-ring-shadow: 0 0 transparent;
	--un-shadow-inset: ;--un-shadow:0 0 transparent;
	--un-ring-inset: ;--un-ring-offset-width:0px;
	--un-ring-offset-color: #fff;
	--un-ring-width: 0px;
	--un-ring-color: rgba(147,197,253,.5);
	--un-blur: ;--un-brightness:;
	--un-contrast: ;--un-drop-shadow:;
	--un-grayscale: ;--un-hue-rotate:;
	--un-invert: ;--un-saturate:;
	--un-sepia: ;--un-backdrop-blur:;
	--un-backdrop-brightness: ;--un-backdrop-contrast:;
	--un-backdrop-grayscale: ;--un-backdrop-hue-rotate:;
	--un-backdrop-invert: ;--un-backdrop-opacity:;
	--un-backdrop-saturate: ;--un-backdrop-sepia:;
}

.container,[container=""] {
	width: 100%;
}

@media (min-width:640px) {
	.container,[container=""] {
		max-width: 640px;
	}
}

@media (min-width:768px) {
	.container,[container=""] {
		max-width: 768px;
	}
}

@media (min-width:1024px) {
	.container,[container=""] {
		max-width: 1024px;
	}
}

@media (min-width:1280px) {
	.container,[container=""] {
		max-width: 1280px;
	}
}

@media (min-width:1536px) {
	.container,[container=""] {
		max-width: 1536px;
	}
}

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

.visible {
	visibility: visible;
}

.\!fixed {
	position: fixed!important;
}

.absolute,[absolute=""] {
	position: absolute;
}

.fixed {
	position: fixed;
}

.relative,[relative=""] {
	position: relative;
}

.sticky {
	position: sticky;
}

.sticky\! {
	position: sticky!important;
}

.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.inset-4 {
	top: 16px;
	right: 16px;
	bottom: 16px;
	left: 16px;
}

.-bottom-0\.5 {
	bottom: -2px;
}

.-bottom-17 {
	bottom: -68px;
}

.-bottom-25px {
	bottom: -25px;
}

.-bottom-52px {
	bottom: -52px;
}

.-bottom-7px {
	bottom: -7px;
}

.-left-3 {
	left: -12px;
}

.-left-5 {
	left: -20px;
}

.-right-1px {
	right: -1px;
}

.-right-3 {
	right: -12px;
}

.-right-3\.8 {
	right: -15.2px;
}

.-top-14px {
	top: -14px;
}

.-top-30 {
	top: -120px;
}

.-top-4 {
	top: -16px;
}

.-top-6 {
	top: -24px;
}

.bottom-0 {
	bottom: 0;
}

.bottom-10 {
	bottom: 40px;
}

.bottom-503px {
	bottom: 503px;
}

.bottom-606px {
	bottom: 606px;
}

.bottom-8 {
	bottom: 32px;
}

.left-0 {
	left: 0;
}

.left-1\/2,.left-50\% {
	left: 50%;
}

.left-10 {
	left: 40px;
}

.left-12 {
	left: 48px;
}

.left-35px {
	left: 35px;
}

.left-72px {
	left: 72px;
}

.right-0 {
	right: 0;
}

.right-10 {
	right: 40px;
}

.right-12 {
	right: 48px;
}

.right-15,[right-15=""] {
	right: 60px;
}

.right-4 {
	right: 16px;
}

.right-5 {
	right: 20px;
}

.right-6 {
	right: 24px;
}

.right-auto {
	right: auto;
}

.top-0,.top-0px {
	top: 0;
}

.top-1\/2 {
	top: 50%;
}

.top-1554px {
	top: 1554px;
}

.top-16 {
	top: 64px;
}

.top-1771px {
	top: 1771px;
}

.top-2 {
	top: 8px;
}

.top-22 {
	top: 88px;
}

.top-30 {
	top: 120px;
}

.top-5,[top-5=""] {
	top: 20px;
}

.top-564px {
	top: 564px;
}

.top-8 {
	top: 32px;
}

.top-970px {
	top: 970px;
}

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

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

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

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

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

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

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

.grid,[grid=""] {
	display: grid;
}

.grid\! {
	display: grid!important;
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

.row-span-4 {
	grid-row: span 4 / span 4;
}

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

.grid-cols-2,[grid-cols-2=""] {
	grid-template-columns: repeat(2,minmax(0,1fr));
}

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

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

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

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

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

.m-0 {
	margin: 0;
}

.m-0\! {
	margin: 0!important;
}

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

.mx-0\! {
	margin-left: 0!important;
	margin-right: 0!important;
}

.mx-1px {
	margin-left: 1px;
	margin-right: 1px;
}

.mx-2 {
	margin-left: 8px;
	margin-right: 8px;
}

.mx-3 {
	margin-left: 12px;
	margin-right: 12px;
}

.mx-auto,[mx-auto=""] {
	margin-left: auto;
	margin-right: auto;
}

.my-0,[my-0=""] {
	margin-bottom: 0;
	margin-top: 0;
}

.my-0\! {
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.my-10 {
	margin-bottom: 40px;
	margin-top: 40px;
}

.my-30 {
	margin-bottom: 120px;
	margin-top: 120px;
}

.my-4\! {
	margin-bottom: 16px!important;
	margin-top: 16px!important;
}

.my-40 {
	margin-bottom: 160px;
	margin-top: 160px;
}

.my-8 {
	margin-bottom: 32px;
	margin-top: 32px;
}

.-mt-26 {
	margin-top: -104px;
}

.-mt-54 {
	margin-top: -216px;
}

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

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

.mb-1,[mb-1=""] {
	margin-bottom: 4px;
}

.mb-10 {
	margin-bottom: 40px;
}

.mb-10\! {
	margin-bottom: 40px!important;
}

.mb-12 {
	margin-bottom: 48px;
}

.mb-16 {
	margin-bottom: 64px;
}

.mb-2 {
	margin-bottom: 8px;
}

.mb-3 {
	margin-bottom: 12px;
}

.mb-4 {
	margin-bottom: 16px;
}

.mb-5 {
	margin-bottom: 20px;
}

.mb-6 {
	margin-bottom: 24px;
}

.mb-6\! {
	margin-bottom: 24px!important;
}

.mb-8 {
	margin-bottom: 32px;
}

.ml-1\.5,.ml-\[6px\] {
	margin-left: 6px;
}

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

.ml-2 {
	margin-left: 8px;
}

.ml-3 {
	margin-left: 12px;
}

.ml-6 {
	margin-left: 24px;
}

.ml-8 {
	margin-left: 32px;
}

.ml-auto {
	margin-left: auto;
}

.mr-0\! {
	margin-right: 0!important;
}

.mr-1 {
	margin-right: 4px;
}

.mr-10 {
	margin-right: 40px;
}

.mr-2 {
	margin-right: 8px;
}

.mr-3 {
	margin-right: 12px;
}

.mr-4 {
	margin-right: 16px;
}

.mr-6 {
	margin-right: 24px;
}

.mt-0 {
	margin-top: 0;
}

.mt-0\! {
	margin-top: 0!important;
}

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

.mt-1\! {
	margin-top: 4px!important;
}

.mt-1\.5 {
	margin-top: 6px;
}

.mt-10 {
	margin-top: 40px;
}

.mt-12 {
	margin-top: 48px;
}

.mt-14 {
	margin-top: 56px;
}

.mt-15,.mt-60px {
	margin-top: 60px;
}

.mt-16,.mt-64px {
	margin-top: 64px;
}

.mt-2 {
	margin-top: 8px;
}

.mt-20 {
	margin-top: 80px;
}

.mt-3 {
	margin-top: 12px;
}

.mt-30 {
	margin-top: 120px;
}

.mt-4 {
	margin-top: 16px;
}

.mt-40 {
	margin-top: 160px;
}

.mt-46px {
	margin-top: 46px;
}

.mt-5,[mt-5=""] {
	margin-top: 20px;
}

.mt-54px {
	margin-top: 54px;
}

.mt-6 {
	margin-top: 24px;
}

.mt-8 {
	margin-top: 32px;
}

.last\:mb-0:last-child {
	margin-bottom: 0;
}

.box-border {
	box-sizing: border-box;
}

.box-border\! {
	box-sizing: border-box!important;
}

.box-content {
	box-sizing: content-box;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

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

.list-item {
	display: list-item;
}

.hidden {
	display: none;
}

.\!h-12 {
	height: 48px!important;
}

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

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

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

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

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

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

.h-1,.h1 {
	height: 4px;
}

.h-10,.h-40px {
	height: 40px;
}

.h-100 {
	height: 400px;
}

.h-100vh,.h-screen {
	height: 100vh;
}

.h-102px {
	height: 102px;
}

.h-106px {
	height: 106px;
}

.h-11 {
	height: 44px;
}

.h-110px {
	height: 110px;
}

.h-112px {
	height: 112px;
}

.h-115,.h-460px {
	height: 460px;
}

.h-119 {
	height: 476px;
}

.h-12 {
	height: 48px;
}

.h-120 {
	height: 480px;
}

.h-120px {
	height: 120px;
}

.h-122 {
	height: 488px;
}

.h-130 {
	height: 520px;
}

.h-14\! {
	height: 56px!important;
}

.h-140,.h-560px {
	height: 560px;
}

.h-140px {
	height: 140px;
}

.h-16 {
	height: 64px;
}

.h-170px {
	height: 170px;
}

.h-178px {
	height: 178px;
}

.h-18 {
	height: 72px;
}

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

.h-2,.h2 {
	height: 8px;
}

.h-2\! {
	height: 8px!important;
}

.h-20,.h-80px {
	height: 80px;
}

.h-21 {
	height: 84px;
}

.h-22 {
	height: 88px;
}

.h-24 {
	height: 96px;
}

.h-24px,.h-6,.h6 {
	height: 24px;
}

.h-3,.h3 {
	height: 12px;
}

.h-30\! {
	height: 120px!important;
}

.h-32px\! {
	height: 32px!important;
}

.h-34 {
	height: 136px;
}

.h-34px {
	height: 34px;
}

.h-376px\! {
	height: 376px!important;
}

.h-38px,.h-9\.5 {
	height: 38px;
}

.h-3px {
	height: 3px;
}

.h-4,.h4 {
	height: 16px;
}

.h-40 {
	height: 160px;
}

.h-468px {
	height: 468px;
}

.h-46px {
	height: 46px;
}

.h-496px {
	height: 496px;
}

.h-5,.h5 {
	height: 20px;
}

.h-5\! {
	height: 20px!important;
}

.h-50 {
	height: 200px;
}

.h-50px {
	height: 50px;
}

.h-6\! {
	height: 24px!important;
}

.h-60 {
	height: 240px;
}

.h-60px {
	height: 60px;
}

.h-61px {
	height: 61px;
}

.h-65 {
	height: 260px;
}

.h-66px {
	height: 66px;
}

.h-68px {
	height: 68px;
}

.h-6px {
	height: 6px;
}

.h-7 {
	height: 28px;
}

.h-700px\! {
	height: 700px!important;
}

.h-704px {
	height: 704px;
}

.h-710px {
	height: 710px;
}

.h-75 {
	height: 300px;
}

.h-76px {
	height: 76px;
}

.h-77px {
	height: 77px;
}

.h-8 {
	height: 32px;
}

.h-87px {
	height: 87px;
}

.h-9\.5\! {
	height: 38px!important;
}

.h-94 {
	height: 376px;
}

.h-auto {
	height: auto;
}

.h-auto\! {
	height: auto!important;
}

.h-full {
	height: 100%;
}

.h-max {
	height: -moz-max-content;
	height: max-content;
}

.max-h-xl {
	max-height: 576px;
}

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

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

.max-w-1\/2 {
	max-width: 50%;
}

.max-w-1344px,.max-w-336 {
	max-width: 1200px;
}

.max-w-162px {
	max-width: 162px;
}

.max-w-375 {
	max-width: 1500px;
}

.max-w-full {
	max-width: 100%;
}

.max-w-full\! {
	max-width: 100%!important;
}

.max-w-xs {
	max-width: 320px;
}

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

.min-h-23 {
	min-height: 92px;
}

.min-h-242px {
	min-height: 242px;
}

.min-h-256px {
	min-height: 256px;
}

.min-h-324px {
	min-height: 324px;
}

.min-h-47 {
	min-height: 188px;
}

.min-h-548px {
	min-height: 548px;
}

.min-h-63 {
	min-height: 252px;
}

.min-h-672px {
	min-height: 672px;
}

.min-h-73 {
	min-height: 292px;
}

.min-h-8 {
	min-height: 32px;
}

.min-h-900px {
	min-height: 900px;
}

.min-h-91\.5 {
	min-height: 366px;
}

.min-h-screen {
	min-height: 100vh;
}

.min-w-140px,.min-w-\[140px\] {
	min-width: 140px;
}

.min-w-140px\! {
	min-width: 140px!important;
}

.min-w-144px {
	min-width: 144px;
}

.min-w-24 {
	min-width: 96px;
}

.min-w-300 {
	min-width: 1200px;
}

.min-w-336 {
	min-width: 1200px;
}

.min-w-336\! {
	min-width: 1200px!important;
}

.min-w-468px {
	min-width: 468px;
}

.min-w-500px {
	min-width: 500px;
}

.min-w-90 {
	min-width: 360px;
}

.w-1344px,.w-336,.w-\[1344px\],[w-336=""] {
	width: 1200px;
}

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

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

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

.w-0 {
	width: 0;
}

.w-1,.w-4px {
	width: 4px;
}

.w-1\.5 {
	width: 6px;
}

.w-1\/4 {
	width: 25%;
}

.w-10 {
	width: 40px;
}

.w-108 {
	width: 432px;
}

.w-108px {
	width: 108px;
}

.w-11 {
	width: 44px;
}

.w-112px {
	width: 112px;
}

.w-12 {
	width: 48px;
}

.w-120\% {
	width: 120%;
}

.w-120px,.w-30 {
	width: 120px;
}

.w-1260px {
	width: 1260px;
}

.w-128px {
	width: 128px;
}

.w-140 {
	width: 560px;
}

.w-140px {
	width: 140px;
}

.w-152px {
	width: 152px;
}

.w-163px {
	width: 163px;
}

.w-170px {
	width: 170px;
}

.w-18px {
	width: 18px;
}

.w-1px {
	width: 1px;
}

.w-2 {
	width: 8px;
}

.w-20\.5 {
	width: 82px;
}

.w-218px {
	width: 218px;
}

.w-22 {
	width: 88px;
}

.w-220 {
	width: 880px;
}

.w-224px {
	width: 224px;
}

.w-226px {
	width: 226px;
}

.w-228px {
	width: 228px;
}

.w-24 {
	width: 96px;
}

.w-269px {
	width: 269px;
}

.w-3 {
	width: 12px;
}

.w-300px {
	width: 300px;
}

.w-324px {
	width: 324px;
}

.w-32px\! {
	width: 32px!important;
}

.w-336\! {
	width: 1344px!important;
}

.w-350px {
	width: 350px;
}

.w-352px {
	width: 352px;
}

.w-356px {
	width: 356px;
}

.w-37 {
	width: 148px;
}

.w-4 {
	width: 16px;
}

.w-40 {
	width: 160px;
}

.w-45 {
	width: 180px;
}

.w-450px {
	width: 450px;
}

.w-47 {
	width: 188px;
}

.w-5 {
	width: 20px;
}

.w-5\! {
	width: 20px!important;
}

.w-57\.5 {
	width: 230px;
}

.w-592px {
	width: 592px;
}

.w-6 {
	width: 24px;
}

.w-6\! {
	width: 24px!important;
}

.w-60 {
	width: 240px;
}

.w-618px {
	width: 618px;
}

.w-652px {
	width: 652px;
}

.w-68px {
	width: 68px;
}

.w-70px {
	width: 70px;
}

.w-734px {
	width: 734px;
}

.w-8 {
	width: 32px;
}

.w-830px {
	width: 830px;
}

.w-852px {
	width: 852px;
}

.w-87 {
	width: 348px;
}

.w-9\.5\! {
	width: 38px!important;
}

.w-auto\! {
	width: auto!important;
}

.w-fit {
	width: -moz-fit-content;
	width: fit-content;
}

.w-full {
	width: 100%;
}

.w-full\! {
	width: 100%!important;
}

.w-screen {
	width: 100vw;
}

.flex,[flex=""] {
	display: flex;
}

.flex\! {
	display: flex!important;
}

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

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

.flex-none {
	flex: none;
}

.flex-none\! {
	flex: none!important;
}

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

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

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

.flex-basis-1\/2 {
	flex-basis: 50%;
}

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

.flex-row-reverse,[flex-row-reverse=""] {
	flex-direction: row-reverse;
}

.flex-col,[flex-col=""] {
	flex-direction: column;
}

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

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

.table {
	display: table;
}

.border-collapse {
	border-collapse: collapse;
}

.-translate-x-1\.25 {
	--un-translate-x: -5px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.-translate-x-1\/2,.-translate-x-50\% {
	--un-translate-x: -50%;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.-translate-x-2 {
	--un-translate-x: -8px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.-translate-x-3 {
	--un-translate-x: -12px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.-translate-y-0\.5 {
	--un-translate-y: -2px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.-translate-y-1 {
	--un-translate-y: -4px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.-translate-y-1\/2 {
	--un-translate-y: -50%;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.-translate-y-2 {
	--un-translate-y: -8px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.translate-x-0\.25 {
	--un-translate-x: 1px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.translate-y-0\.2 {
	--un-translate-y: .8px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.translate-y-0\.25,.translate-y-1px {
	--un-translate-y: 1px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.translate-y-1 {
	--un-translate-y: 4px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.translate-y-1\.2 {
	--un-translate-y: 4.8px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.translate-y-2px {
	--un-translate-y: 2px;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.rotate-0 {
	--un-rotate-x: 0;
	--un-rotate-y: 0;
	--un-rotate-z: 0;
	--un-rotate: 0;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.rotate-180\! {
	--un-rotate-x: 0;
	--un-rotate-y: 0;
	--un-rotate-z: 0;
	--un-rotate: 180deg !important;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important;
}

.rotate-20 {
	--un-rotate-x: 0;
	--un-rotate-y: 0;
	--un-rotate-z: 0;
	--un-rotate: 20deg;
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.transform {
	transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));
}

.cursor-pointer {
	cursor: pointer;
}

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

.select-all {
	-webkit-user-select: all;
	-moz-user-select: all;
	user-select: all;
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.resize {
	resize: both;
}

.list-none {
	list-style-type: none;
}

[columns~="84"] {
	-moz-columns: 84;
	column-count: 84;
}

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

.items-start\! {
	align-items: flex-start!important;
}

.items-end {
	align-items: flex-end;
}

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

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

.justify-start {
	justify-content: flex-start;
}

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

.justify-center,[justify-center=""] {
	justify-content: center;
}

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

.gap-1 {
	gap: 4px;
}

.gap-10 {
	gap: 40px;
}

.gap-10px,[gap-10px=""] {
	gap: 10px;
}

.gap-12 {
	gap: 48px;
}

.gap-16 {
	gap: 64px;
}

.gap-2 {
	gap: 8px;
}

.gap-20,[gap-20=""] {
	gap: 80px;
}

.gap-3 {
	gap: 12px;
}

.gap-4 {
	gap: 16px;
}

.gap-5,[gap-5=""] {
	gap: 20px;
}

.gap-6,[gap-6=""],[gap~="6"] {
	gap: 24px;
}

.gap-6px {
	gap: 6px;
}

.gap-8 {
	gap: 32px;
}

.gap-8\! {
	gap: 32px!important;
}

.gap-x-1 {
	-moz-column-gap: 4px;
	column-gap: 4px;
}

.gap-x-10 {
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.gap-x-12 {
	-moz-column-gap: 48px;
	column-gap: 48px;
}

.gap-x-14 {
	-moz-column-gap: 56px;
	column-gap: 56px;
}

.gap-x-2 {
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.gap-x-20 {
	-moz-column-gap: 80px;
	column-gap: 80px;
}

.gap-x-3,[gap-x-3=""] {
	-moz-column-gap: 12px;
	column-gap: 12px;
}

.gap-x-4 {
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.gap-x-5 {
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.gap-x-6 {
	-moz-column-gap: 24px;
	column-gap: 24px;
}

.gap-x-8 {
	-moz-column-gap: 32px;
	column-gap: 32px;
}

.gap-y-0 {
	row-gap: 0;
}

.gap-y-1 {
	row-gap: 4px;
}

.gap-y-12 {
	row-gap: 48px;
}

.gap-y-2 {
	row-gap: 8px;
}

.gap-y-3 {
	row-gap: 12px;
}

.gap-y-4 {
	row-gap: 16px;
}

.gap-y-5 {
	row-gap: 20px;
}

.gap-y-6 {
	row-gap: 24px;
}

.gap-y-8 {
	row-gap: 32px;
}

.space-x-\[10px\]>:not([hidden])~:not([hidden]) {
	--un-space-x-reverse: 0;
	margin-left: calc(10px*(1 - var(--un-space-x-reverse)));
	margin-right: calc(10px*var(--un-space-x-reverse));
}

.space-x-1>:not([hidden])~:not([hidden]) {
	--un-space-x-reverse: 0;
	margin-left: calc(4px*(1 - var(--un-space-x-reverse)));
	margin-right: calc(4px*var(--un-space-x-reverse));
}

.space-x-2>:not([hidden])~:not([hidden]) {
	--un-space-x-reverse: 0;
	margin-left: calc(8px*(1 - var(--un-space-x-reverse)));
	margin-right: calc(8px*var(--un-space-x-reverse));
}

.space-x-3>:not([hidden])~:not([hidden]) {
	--un-space-x-reverse: 0;
	margin-left: calc(12px*(1 - var(--un-space-x-reverse)));
	margin-right: calc(12px*var(--un-space-x-reverse));
}

.space-x-4>:not([hidden])~:not([hidden]) {
	--un-space-x-reverse: 0;
	margin-left: calc(16px*(1 - var(--un-space-x-reverse)));
	margin-right: calc(16px*var(--un-space-x-reverse));
}

.space-x-6>:not([hidden])~:not([hidden]) {
	--un-space-x-reverse: 0;
	margin-left: calc(24px*(1 - var(--un-space-x-reverse)));
	margin-right: calc(24px*var(--un-space-x-reverse));
}

.space-y-2>:not([hidden])~:not([hidden]) {
	--un-space-y-reverse: 0;
	margin-bottom: calc(8px*var(--un-space-y-reverse));
	margin-top: calc(8px*(1 - var(--un-space-y-reverse)));
}

.space-y-3>:not([hidden])~:not([hidden]) {
	--un-space-y-reverse: 0;
	margin-bottom: calc(12px*var(--un-space-y-reverse));
	margin-top: calc(12px*(1 - var(--un-space-y-reverse)));
}

.space-y-4>:not([hidden])~:not([hidden]) {
	--un-space-y-reverse: 0;
	margin-bottom: calc(16px*var(--un-space-y-reverse));
	margin-top: calc(16px*(1 - var(--un-space-y-reverse)));
}

.space-y-5>:not([hidden])~:not([hidden]) {
	--un-space-y-reverse: 0;
	margin-bottom: calc(20px*var(--un-space-y-reverse));
	margin-top: calc(20px*(1 - var(--un-space-y-reverse)));
}

.space-y-6>:not([hidden])~:not([hidden]) {
	--un-space-y-reverse: 0;
	margin-bottom: calc(24px*var(--un-space-y-reverse));
	margin-top: calc(24px*(1 - var(--un-space-y-reverse)));
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

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

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

.whitespace-break-spaces {
	white-space: break-spaces;
}

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

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

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

.border,.border-1 {
	border-width: 1px;
}

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

.border-0\! {
	border-width: 0!important;
}

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

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

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

.border-b {
	border-bottom-width: 1px;
}

.border-l {
	border-left-width: 1px;
}

.border-r {
	border-right-width: 1px;
}

.border-t {
	border-top-width: 1px;
}

.border-\[\#f0f0f0\] {
	--un-border-opacity: 1;
	border-color: rgb(240 240 240 / var(--un-border-opacity));
}

.border-\[\#F3F4F7\] {
	--un-border-opacity: 1;
	border-color: rgb(243 244 247 / var(--un-border-opacity));
}

.border-\[\#FDCDC5\] {
	--un-border-opacity: 1;
	border-color: rgb(253 205 197 / var(--un-border-opacity));
}

.border-\[primary\] {
	border-color: primary;
}

.border-\#00091D {
	--un-border-opacity: 1;
	border-color: rgb(0 9 29 / var(--un-border-opacity));
}

.border-\#BEDAFF {
	--un-border-opacity: 1;
	border-color: rgb(190 218 255 / var(--un-border-opacity));
}

.border-black\/5 {
	border-color: #0000000d;
}

.border-color-\[\#8F959E\] {
	--un-border-opacity: 1;
	border-color: rgb(143 149 158 / var(--un-border-opacity));
}

.border-transparent {
	border-color: transparent;
}

.border-white {
	--un-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--un-border-opacity));
}

.border-r-black\/10 {
	border-right-color: #0000001a;
}

.rounded,.rounded-1 {
	border-radius: 4px;
}

.rounded-10 {
	border-radius: 40px;
}

.rounded-12 {
	border-radius: 48px;
}

.rounded-14px {
	border-radius: 14px;
}

.rounded-16px,.rounded-2xl,.rounded-4,[rounded-4=""] {
	border-radius: 16px;
}

.rounded-2,.rounded-lg,[rounded-lg=""] {
	border-radius: 8px;
}

.rounded-2px {
	border-radius: 2px;
}

.rounded-3,[rounded-3=""] {
	border-radius: 12px;
}

.rounded-32px,.rounded-8 {
	border-radius: 32px;
}

.rounded-3px {
	border-radius: 3px;
}

.rounded-3xl {
	border-radius: 24px;
}

.rounded-4\.5 {
	border-radius: 18px;
}

.rounded-6px,.rounded-md {
	border-radius: 6px;
}

.rounded-full,[rounded-full=""] {
	border-radius: 9999px;
}

.rounded\! {
	border-radius: 4px!important;
}

.rounded-bl-6 {
	border-bottom-left-radius: 24px;
}

.rounded-br-6 {
	border-bottom-right-radius: 24px;
}

.rounded-lb-3 {
	border-bottom-left-radius: 12px;
}

.rounded-lt-3 {
	border-top-left-radius: 12px;
}

.rounded-rb-3 {
	border-bottom-right-radius: 12px;
}

.rounded-rt-3 {
	border-top-right-radius: 12px;
}

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

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

.border-none\! {
	border-style: none!important;
}

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

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

.border-b-none {
	border-bottom-style: none;
}

.border-b-solid {
	border-bottom-style: solid;
}

.border-r-solid {
	border-right-style: solid;
}

.border-t-solid {
	border-top-style: solid;
}

.bg-\[\#00B6FF\] {
	--un-bg-opacity: 1;
	background-color: rgb(0 182 255 / var(--un-bg-opacity));
}

.bg-\[\#16b1ff\] {
	--un-bg-opacity: 1;
	background-color: rgb(22 177 255 / var(--un-bg-opacity));
}

.bg-\[\#1d2129\] {
	--un-bg-opacity: 1;
	background-color: rgb(29 33 41 / var(--un-bg-opacity));
}

.bg-\[\#B2DFF0\] {
	--un-bg-opacity: 1;
	background-color: rgb(178 223 240 / var(--un-bg-opacity));
}

.bg-\[\#C7E7FF\] {
	--un-bg-opacity: 1;
	background-color: rgb(199 231 255 / var(--un-bg-opacity));
}

.bg-\[\#E4F5FE\] {
	--un-bg-opacity: 1;
	background-color: rgb(228 245 254 / var(--un-bg-opacity));
}

.bg-\[\#EAF3FE\] {
	--un-bg-opacity: 1;
	background-color: rgb(234 243 254 / var(--un-bg-opacity));
}

.bg-\[\#EDF4FF\] {
	--un-bg-opacity: 1;
	background-color: rgb(237 244 255 / var(--un-bg-opacity));
}

.bg-\[\#F1F5FA\]\! {
	--un-bg-opacity: 1 !important;
	background-color: rgb(241 245 250 / var(--un-bg-opacity))!important;
}

.bg-\#F2F5FA,.bg-\[\#F2F5FA\],.bg-\[\#f2f5fa\] {
	--un-bg-opacity: 1;
	background-color: rgb(242 245 250 / var(--un-bg-opacity));
}

.bg-\[\#F7F9FC\] {
	--un-bg-opacity: 1;
	background-color: rgb(247 249 252 / var(--un-bg-opacity));
}

.bg-\[\#fda757\] {
	--un-bg-opacity: 1;
	background-color: rgb(253 167 87 / var(--un-bg-opacity));
}

.bg-\#1D2129\! {
	--un-bg-opacity: 1 !important;
	background-color: rgb(29 33 41 / var(--un-bg-opacity))!important;
}

.bg-\#393C40\! {
	--un-bg-opacity: 1 !important;
	background-color: rgb(57 60 64 / var(--un-bg-opacity))!important;
}

.bg-\#D9E5FF {
	--un-bg-opacity: 1;
	background-color: rgb(217 229 255 / var(--un-bg-opacity));
}

.bg-\#E4E7F0 {
	--un-bg-opacity: 1;
	background-color: rgb(228 231 240 / var(--un-bg-opacity));
}

.bg-\#E6F0FF {
	--un-bg-opacity: 1;
	background-color: rgb(230 240 255 / var(--un-bg-opacity));
}

.bg-\#EBEEF5 {
	--un-bg-opacity: 1;
	background-color: rgb(235 238 245 / var(--un-bg-opacity));
}

.bg-\#F4F7FC {
	--un-bg-opacity: 1;
	background-color: rgb(244 247 252 / var(--un-bg-opacity));
}

.bg-black\/5 {
	background-color: #0000000d;
}

.bg-gray-1 {
	--un-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--un-bg-opacity));
}

.bg-transparent {
	background-color: transparent;
}

.bg-transparent\! {
	background-color: transparent!important;
}

.bg-white,[bg-white=""] {
	--un-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--un-bg-opacity));
}

.bg-white\! {
	--un-bg-opacity: 1 !important;
	background-color: rgb(255 255 255 / var(--un-bg-opacity))!important;
}

.bg-white\/70 {
	background-color: #ffffffb3;
}

[bg~="#F0F3FA"] {
	--un-bg-opacity: 1;
	background-color: rgb(240 243 250 / var(--un-bg-opacity));
}

.hover\:bg-transparent\!:hover {
	background-color: transparent!important;
}

.bg-opacity-40 {
	--un-bg-opacity: .4;
}

.bg-opacity-60 {
	--un-bg-opacity: .6;
}

.bg-opacity-80 {
	--un-bg-opacity: .8;
}

.hover\:bg-none:hover {
	background-image: none;
}

.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-bottom-center {
	background-position: bottom;
}

.bg-center {
	background-position: 50%;
}

.bg-top-right {
	background-position: 100% 0;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

[stroke-width~="1.2"] {
	stroke-width: 1.2px;
}

[stroke-width~="2"] {
	stroke-width: 2px;
}

[stroke~="#165DFF"] {
	--un-stroke-opacity: 1;
	stroke: rgb(22 93 255 / var(--un-stroke-opacity));
}

[stroke~=white] {
	--un-stroke-opacity: 1;
	stroke: rgb(255 255 255 / var(--un-stroke-opacity));
}

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

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

.p-0 {
	padding: 0;
}

.p-0\.5 {
	padding: 2px;
}

.p-1\.5,.p-6px {
	padding: 6px;
}

.p-10 {
	padding: 40px;
}

.p-12 {
	padding: 48px;
}

.p-14 {
	padding: 56px;
}

.p-2 {
	padding: 8px;
}

.p-4 {
	padding: 16px;
}

.p-6,[p-6=""] {
	padding: 24px;
}

.p-8 {
	padding: 32px;
}

.px,.px-4,[px=""] {
	padding-left: 16px;
	padding-right: 16px;
}

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

.px-1\.5 {
	padding-left: 6px;
	padding-right: 6px;
}

.px-10,[px-10=""] {
	padding-left: 40px;
	padding-right: 40px;
}

.px-12 {
	padding-left: 48px;
	padding-right: 48px;
}

.px-2 {
	padding-left: 8px;
	padding-right: 8px;
}

.px-3 {
	padding-left: 12px;
	padding-right: 12px;
}

.px-30 {
	padding-left: 120px;
	padding-right: 120px;
}

.px-5 {
	padding-left: 20px;
	padding-right: 20px;
}

.px-6 {
	padding-left: 24px;
	padding-right: 24px;
}

.px-8 {
	padding-left: 32px;
	padding-right: 32px;
}

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

.py-1 {
	padding-bottom: 4px;
	padding-top: 4px;
}

.py-10 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.py-12 {
	padding-bottom: 48px;
	padding-top: 48px;
}

.py-18 {
	padding-bottom: 72px;
	padding-top: 72px;
}

.py-2 {
	padding-bottom: 8px;
	padding-top: 8px;
}

.py-20 {
	padding-bottom: 80px;
	padding-top: 80px;
}

.py-25 {
	padding-bottom: 100px;
	padding-top: 100px;
}

.py-28 {
	padding-bottom: 112px;
	padding-top: 112px;
}

.py-3 {
	padding-bottom: 12px;
	padding-top: 12px;
}

.py-30,[py-30=""] {
	padding-bottom: 120px;
	padding-top: 80px;
}

.py-5 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.py-6 {
	padding-bottom: 24px;
	padding-top: 24px;
}

.py-7 {
	padding-bottom: 28px;
	padding-top: 28px;
}

.py-8 {
	padding-bottom: 32px;
	padding-top: 32px;
}

.py41 {
	padding-bottom: 164px;
	padding-top: 164px;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: 4px;
}

.pb-10 {
	padding-bottom: 40px;
}

.pb-12 {
	padding-bottom: 48px;
}

.pb-160px {
	padding-bottom: 160px;
}

.pb-20 {
	padding-bottom: 80px;
}

.pb-22px {
	padding-bottom: 22px;
}

.pb-3 {
	padding-bottom: 12px;
}

.pb-4 {
	padding-bottom: 16px;
}

.pb-6 {
	padding-bottom: 24px;
}

.pb-8 {
	padding-bottom: 32px;
}

.pl-0 {
	padding-left: 0;
}

.pl-10 {
	padding-left: 40px;
}

.pl-2\! {
	padding-left: 8px!important;
}

.pl-246px\! {
	padding-left: 246px!important;
}

.pl-3 {
	padding-left: 12px;
}

.pl-4 {
	padding-left: 16px;
}

.pl-6 {
	padding-left: 24px;
}

.pl-8 {
	padding-left: 32px;
}

.pr-0 {
	padding-right: 0;
}

.pr-1 {
	padding-right: 4px;
}

.pr-18px {
	padding-right: 18px;
}

.pr-2 {
	padding-right: 8px;
}

.pr-20 {
	padding-right: 80px;
}

.pr-3 {
	padding-right: 12px;
}

.pr-4 {
	padding-right: 16px;
}

.pr-8 {
	padding-right: 32px;
}

.pt-25,.pt-\[100px\] {
	padding-top: 100px;
}

.pt-12 {
	padding-top: 48px;
}

.pt-130px {
	padding-top: 130px;
}

.pt-142px {
	padding-top: 142px;
}

.pt-143px {
	padding-top: 143px;
}

.pt-159px {
	padding-top: 159px;
}

.pt-16 {
	padding-top: 64px;
}

.pt-165px {
	padding-top: 165px;
}

.pt-177px {
	padding-top: 177px;
}

.pt-191px {
	padding-top: 191px;
}

.pt-20 {
	padding-top: 80px;
}

.pt-26 {
	padding-top: 104px;
}

.pt-30 {
	padding-top: 120px;
}

.pt-40 {
	padding-top: 160px;
}

.pt-6 {
	padding-top: 24px;
}

.pt-60 {
	padding-top: 240px;
}

.text-center,[text-center=""] {
	text-align: center;
}

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

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

.text-justify,[text-justify=""] {
	text-align: justify;
}

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

.text-wrap {
	text-wrap: wrap;
}

.text-nowrap {
	text-wrap: nowrap;
}

.align-base {
	vertical-align: baseline;
}

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

.text-10,.text-40px {
	font-size: 40px;
}

.text-12px {
	font-size: 12px;
}

.text-14px {
	font-size: 14px;
}

.text-16,[text-16=""] {
	font-size: 64px;
}

.text-16px {
	font-size: 16px;
}

.text-18px {
	font-size: 18px;
}

.text-20px,.text-size-xl {
	font-size: 20px;
}

.text-24px {
	font-size: 24px;
}

.text-26px {
	font-size: 26px;
}

.text-28px,[text-28px=""] {
	font-size: 28px;
}

.text-2xl {
	font-size: 24px;
	line-height: 32px;
}

.text-2xl\/30px {
	font-size: 24px;
	line-height: 30px;
}

.text-30px {
	font-size: 30px;
}

.text-32px\/10 {
	font-size: 32px;
	line-height: 40px;
}

.text-36px,.text-9 {
	font-size: 36px;
}

.text-3xl {
	font-size: 30px;
	line-height: 36px;
}

.text-44px {
	font-size: 44px;
}

.text-48px {
	font-size: 48px;
}

.text-4xl {
	font-size: 36px;
	line-height: 40px;
}

.text-50px {
	font-size: 50px;
}

.text-52px {
	font-size: 52px;
}

.text-5xl {
	font-size: 48px;
	line-height: 1;
}

.text-9\.5 {
	font-size: 38px;
}

.text-base,[text-base=""] {
	font-size: 16px;
	line-height: 24px;
}

.text-base\/21px {
	font-size: 16px;
	line-height: 21px;
}

.text-base\/22px {
	font-size: 16px;
	line-height: 22px;
}

.text-base\/26px {
	font-size: 16px;
	line-height: 26px;
}

.text-lg,[text-lg=""] {
	font-size: 18px;
	line-height: 28px;
}

.text-lg\/6 {
	font-size: 18px;
	line-height: 24px;
}

.text-sm,.text-sm\/5,[text-sm=""] {
	font-size: 14px;
	line-height: 20px;
}

.text-sm\! {
	font-size: 14px!important;
	line-height: 20px!important;
}

.text-sm\/10 {
	font-size: 14px;
	line-height: 40px;
}

.text-sm\/180\% {
	font-size: 14px;
	line-height: 180%;
}

.text-sm\/22px {
	font-size: 14px;
	line-height: 22px;
}

.text-sm\/6 {
	font-size: 14px;
	line-height: 24px;
}

.text-xl,[text-xl=""] {
	font-size: 20px;
	line-height: 28px;
}

.text-xl\/26px {
	font-size: 20px;
	line-height: 26px;
}

.text-xl\/8 {
	font-size: 20px;
	line-height: 32px;
}

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

.text-xs\! {
	font-size: 12px!important;
	line-height: 16px!important;
}

.text-xs\/5 {
	font-size: 12px;
	line-height: 20px;
}

.\!font-normal,.font-400\! {
	font-weight: 400!important;
}

.font-400,.font-normal {
	font-weight: 400;
}

.font-700,.font-bold,[font-bold=""] {
	font-weight: 700;
}

.font-semibold {
	font-weight: 600;
}

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

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

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

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

.leading-10,.leading-\[40px\] {
	line-height: 40px;
}

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

.leading-12 {
	line-height: 48px;
}

.leading-120\%,[leading-120\%=""] {
	line-height: 120%;
}

.leading-180\% {
	line-height: 180%;
}

.leading-18px {
	line-height: 18px;
}

.leading-22px {
	line-height: 22px;
}

.leading-26px {
	line-height: 26px;
}

.leading-30px,[leading-30px=""] {
	line-height: 30px;
}

.leading-38px,.leading-9\.5 {
	line-height: 38px;
}

.leading-5 {
	line-height: 20px;
}

.leading-5\! {
	line-height: 20px!important;
}

.leading-6 {
	line-height: 24px;
}

.leading-6\! {
	line-height: 24px!important;
}

.leading-61px {
	line-height: 61px;
}

.leading-7 {
	line-height: 28px;
}

.leading-70px {
	line-height: 70px;
}

.leading-8 {
	line-height: 32px;
}

.leading-87px {
	line-height: 87px;
}

.leading-9 {
	line-height: 36px;
}

.leading-none {
	line-height: 1;
}

.leading-normal {
	line-height: 1.5;
}

.tracking-\[0\.64px\] {
	letter-spacing: .64px;
}

.capitalize {
	text-transform: capitalize;
}

.italic {
	font-style: italic;
}

.text-black,[color~="#000f"] {
	--un-text-opacity: 1;
	color: rgb(0 0 0 / var(--un-text-opacity));
}

.text-white,[color~="#fff"] {
	--un-text-opacity: 1;
	color: rgb(255 255 255 / var(--un-text-opacity));
}

.text-\[\@fontSize\] {
	color: @fontSize;
}

.text-\#00091D,.text-\[\#00091D\] {
	--un-text-opacity: 1;
	color: rgb(0 9 29 / var(--un-text-opacity));
}

.text-\[\#000A26\] {
	--un-text-opacity: 1;
	color: rgb(0 10 38 / var(--un-text-opacity));
}

.text-\[\#004A78\] {
	--un-text-opacity: 1;
	color: rgb(0 74 120 / var(--un-text-opacity));
}

.text-\[\#0A0F44\] {
	--un-text-opacity: 1;
	color: rgb(10 15 68 / var(--un-text-opacity));
}

.text-\[\#474A59\] {
	--un-text-opacity: 1;
	color: rgb(71 74 89 / var(--un-text-opacity));
}

.text-\[\#646a73\]\! {
	--un-text-opacity: 1 !important;
	color: rgb(100 106 115 / var(--un-text-opacity))!important;
}

.text-\[\#6B798E\] {
	--un-text-opacity: 1;
	color: rgb(107 121 142 / var(--un-text-opacity));
}

.text-\[\#748399\] {
	--un-text-opacity: 1;
	color: rgb(116 131 153 / var(--un-text-opacity));
}

.text-\[\#80838a\] {
	--un-text-opacity: 1;
	color: rgb(128 131 138 / var(--un-text-opacity));
}

.text-\[\#8F2D2C\] {
	--un-text-opacity: 1;
	color: rgb(143 45 44 / var(--un-text-opacity));
}

.text-\[\#998F80\] {
	--un-text-opacity: 1;
	color: rgb(153 143 128 / var(--un-text-opacity));
}

.text-\[\#D1F371\] {
	--un-text-opacity: 1;
	color: rgb(209 243 113 / var(--un-text-opacity));
}

.text-\[\#FDD4AC\] {
	--un-text-opacity: 1;
	color: rgb(253 212 172 / var(--un-text-opacity));
}

.text-\#0A1D33 {
	--un-text-opacity: 1;
	color: rgb(10 29 51 / var(--un-text-opacity));
}

.text-\#152A43 {
	--un-text-opacity: 1;
	color: rgb(21 42 67 / var(--un-text-opacity));
}

.text-\#828A99 {
	--un-text-opacity: 1;
	color: rgb(130 138 153 / var(--un-text-opacity));
}

.text-\#DA8C4B {
	--un-text-opacity: 1;
	color: rgb(218 140 75 / var(--un-text-opacity));
}

.text-black\! {
	--un-text-opacity: 1 !important;
	color: rgb(0 0 0 / var(--un-text-opacity))!important;
}

.text-gray {
	--un-text-opacity: 1;
	color: rgb(156 163 175 / var(--un-text-opacity));
}

.text-white\!,.hover\:text-white\!:hover {
	--un-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--un-text-opacity))!important;
}

.line-through {
	text-decoration-line: line-through;
}

.underline,.hover\:underline:hover {
	text-decoration-line: underline;
}

.no-underline {
	text-decoration: none;
}

.tab {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

.text-shadow {
	--un-text-shadow: 0 0 1px var(--un-text-shadow-color, rgba(0,0,0,.2)),0 0 1px var(--un-text-shadow-color, rgba(1,0,5,.1));
	text-shadow: var(--un-text-shadow);
}

.opacity-10 {
	opacity: .1;
}

.opacity-50 {
	opacity: .5;
}

.opacity-60 {
	opacity: .6;
}

.opacity-70 {
	opacity: .7;
}

.opacity-8,[opacity-8=""] {
	opacity: .08;
}

.opacity-80 {
	opacity: .8;
}

.shadow-none {
	--un-shadow: 0 0 var(--un-shadow-color, transparent);
	box-shadow: var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);
}

.shadow-none\! {
	--un-shadow: 0 0 var(--un-shadow-color, transparent) !important;
	box-shadow: var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important;
}

.outline {
	outline-style: solid;
}

.backdrop-blur-0px {
	--un-backdrop-blur: blur(0);
	-webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
	backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
}

.backdrop-blur-10px {
	--un-backdrop-blur: blur(10px);
	-webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
	backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
}

.backdrop-blur-5px {
	--un-backdrop-blur: blur(5px);
	-webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
	backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
}

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

[blur~="$event)"] {
	--un-blur: blur(var(--event\)));
	filter: var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);
}

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

.backdrop-filter {
	-webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
	backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);
}

.transition {
	transition-duration: .15s;
	transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-all {
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-colors {
	transition-duration: .15s;
	transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-top {
	transition-duration: .15s;
	transition-property: top;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.duration-200 {
	transition-duration: .2s;
}

.duration-300,.transition-duration-300 {
	transition-duration: .3s;
}

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

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

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

.border-color-2 {
	border-color: #eeeff2;
}

.border-color-3,.border-color-4 {
	border-color: #dfe2e5;
}

.group:hover .group-hover\:text-primary,.text-primary,[text-primary=""] {
	color: #165dff;
}

.text-primary\! {
	color: #165dff!important;
}

.hover\:text-primary:hover {
	color: #165dff;
}

.hover\:text-primary\!:hover {
	color: #165dff!important;
}

.bg-primary {
	background-color: #165dff;
}

.bg-primary\! {
	background-color: #165dff!important;
}

.bg-primary-3 {
	background-color: #94bfff;
}

.bg-primary-1,[bg-primary-1=""] {
	background-color: #e8f3ff;
}

.bg-primary-1\! {
	background-color: #e8f3ff!important;
}

.hover\:bg-primary-1:hover {
	background-color: #e8f3ff;
}

.text-danger {
	color: #f53f3f;
}

.text-danger\! {
	color: #f53f3f!important;
}

.text-danger-4 {
	color: #f98981;
}

.bg-danger-1 {
	background-color: #ffece8;
}

.text-success {
	color: #00b42a;
}

.bg-success-1 {
	background-color: #e8ffea;
}

.text-warning {
	color: #ff7d00;
}

.text-warning\! {
	color: #ff7d00!important;
}

.bg-warning-1 {
	background-color: #fff7e8;
}

.bg-warning-1\! {
	background-color: #fff7e8!important;
}

.bg-fill-1 {
	background-color: #f7f8fa;
}

.bg-fill-2 {
	background-color: #f2f3f5;
}

.text-1,[text-1=""] {
	color: #1d2129;
}

.text-2,[text-2=""] {
	color: #393c40;
}

.text-3,[text-3=""] {
	color: #646a73;
}

.text-3\! {
	color: #646a73!important;
}

.text-4 {
	color: #8f959e;
}

.text-4\! {
	color: #8f959e!important;
}

.text-5 {
	color: #a6adb8;
}

.cloud-charts__header {
	font-size: 12px;
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	top: -4px;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.cloud-charts {
	position: relative;
}

.cloud-charts .line-tooltip .time {
	color: #a6adb8;
	font-size: 12px;
}

.cloud-charts .line-tooltip .series {
	margin-top: 4px;
}

.cloud-charts .line-tooltip .series-item {
	display: flex;
	align-items: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.cloud-charts .line-tooltip .series-item:last-child {
	padding-bottom: 0;
}

.cloud-charts .line-tooltip .series-item>div {
	display: flex;
	font-size: 12px;
}

.cloud-charts .line-tooltip .series-item>div:first-child {
	border-width: 2px;
	border-radius: 9999px;
	border-style: solid;
	border-color: red;
	height: 8px;
	width: 8px;
}

.cloud-charts .line-tooltip .series-item>div:nth-child(2) {
	margin-left: 8px;
	margin-right: 16px;
	flex: 1 1 0%;
	color: #393c40;
}

.cloud-charts .line-tooltip .series-item>div:nth-child(3) {
	font-weight: 700;
	color: #393c40;
}

.cloud-charts .pie-tooltip .title {
	color: #a6adb8;
	font-size: 12px;
}

.cloud-charts .pie-tooltip .wrap {
	margin-top: 4px;
	display: flex;
	align-items: center;
	font-size: 12px;
}

.cloud-charts .pie-tooltip .wrap div:first-child {
	border-radius: 2px;
	height: 8px;
	width: 8px;
}

.cloud-charts .pie-tooltip .wrap .name {
	margin-left: 8px;
	margin-right: 12px;
	color: #393c40;
}

.cloud-charts .pie-tooltip .wrap .value {
	font-weight: 700;
	color: #393c40;
}

:root {
	--vs-color: #1d2129;
	--vs-bg-color: #fff;
	--vs-radius: 8px;
	--vs-font-size: 14px;
	--vs-color-primary: #164cff;
	--vs-color-danger: #f53f3f;
	--vs-color-success: #00b42a;
	--vs-color-warning: #ff7d00;
	--vs-border: 1px solid #edeef0;
	--vs-header-height: 48px;
	--vs-header-paddig: 0 16px;
	--vs-body-paddig: 24px 32px 32px;
	--vs-thumbnail-wrap-margin: 0 0 16px;
	--vs-footer-height: 56px;
	--vs-footer-paddig: 0 16px;
	--vs-button-radius: 4px;
	--vs-button-gap-x: 16px;
	--vs-button-border-width: 1px;
	--vs-button-border-style: solid;
	--vs-button-padding-y: 7px;
	--vs-button-padding-x: 15px;
	--vs-button-icon-padding: 7px;
	--vs-button-icon-image-size: 16px;
	--vs-button-border-color-default: #dbdde2;
	--vs-point-size: 20px;
	--vs-point-font-weight: 500;
	--vs-point-border: 1px solid #f3f6ff;
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-point,.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-status,.visual-shield__mask .visual-shield__body .vs-thumbnail-wrap,.visual-shield__mask .visual-shield__footer,.visual-shield__mask .visual-shield__header,.vs-hstack {
	align-items: center;
	display: flex;
}

.visual-shield__mask {
	align-items: center;
	background: #0006;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%;
	z-index: 999;
}

.visual-shield__mask .visual-shield {
	background-color: var(--vs-bg-color);
	border-radius: var(--vs-radius);
	color: var(--vs-color);
	font-size: var(--vs-font-size);
}

.visual-shield__mask .visual-shield .vs-button {
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: var(--vs-button-border-width) var(--vs-button-border-style) var(--vs-button-border-color-default);
	border-radius: var(--vs-button-radius);
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-weight: 400;
	justify-content: center;
	line-height: 1.5715;
	outline: none;
	padding: var(--vs-button-padding-y) var(--vs-button-padding-x);
	position: relative;
	transition: all .1s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.visual-shield__mask .visual-shield .vs-button+.vs-button {
	margin-left: var(--vs-button-gap-x);
}

.visual-shield__mask .visual-shield .vs-button.is-primary {
	background-color: var(--vs-color-primary);
	border-color: var(--vs-color-primary);
	color: #fff;
}

.visual-shield__mask .visual-shield .vs-button[disabled] {
	cursor: not-allowed;
	opacity: .4;
}

.visual-shield__mask .visual-shield .vs-button.no-border {
	background-color: transparent;
	border-color: transparent;
}

.visual-shield__mask .visual-shield .vs-button.is-icon {
	padding: var(--vs-button-icon-padding);
}

.visual-shield__mask .visual-shield .vs-button.is-icon img {
	height: var(--vs-button-icon-image-size);
	width: var(--vs-button-icon-image-size);
}

.visual-shield__mask .visual-shield__header {
	border-bottom: var(--vs-border);
	height: var(--vs-header-height);
	padding: var(--vs-header-paddig);
}

.visual-shield__mask .visual-shield__header .vs-title {
	flex: 1 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.visual-shield__mask .visual-shield__body {
	padding: var(--vs-body-paddig);
}

.visual-shield__mask .visual-shield__body .vs-thumbnail-wrap {
	margin: var(--vs-thumbnail-wrap-margin);
}

.visual-shield__mask .visual-shield__body .vs-thumbnail-wrap .vs-thumbnail.is-fallback {
	display: none;
}

.visual-shield__mask .visual-shield__body .vs-thumbnail-wrap mark {
	background-color: transparent;
	color: var(--vs-color-danger);
}

.visual-shield__mask .visual-shield__body .vs-image-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 240px;
	min-width: 320px;
	position: relative;
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-fallback {
	display: none;
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-image {
	display: block;
	width: 100%;
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-image.is-fallback {
	display: none;
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-image.is-fallback+.vs-fallback {
	align-items: center;
	color: #c9cdd4;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-bottom: 36px;
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-image.is-disabled {
	cursor: not-allowed;
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-point {
	background: var(--vs-color-primary);
	border: var(--vs-point-border);
	border-radius: var(--vs-point-size);
	color: #fff;
	display: flex;
	font-style: normal;
	font-weight: var(--vs-point-font-weight);
	height: var(--vs-point-size);
	justify-content: center;
	left: calc(var(--vs-point-x) - 10px);
	pointer-events: none;
	position: absolute;
	top: calc(var(--vs-point-y) - 10px);
	width: var(--vs-point-size);
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-status {
	background-color: #0006;
	bottom: 0;
	color: #fff;
	height: 0;
	justify-content: center;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: height,opacity .3s ease-in-out;
	width: 100%;
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-status.is-success {
	background-color: var(--vs-color-success);
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-status.is-error {
	background-color: var(--vs-color-danger);
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-status.is-frequent {
	background-color: var(--vs-color-warning);
}

.visual-shield__mask .visual-shield__body .vs-image-wrap .vs-status.is-show {
	height: 36px;
	opacity: 1;
}

.visual-shield__mask .visual-shield__footer {
	border-top: var(--vs-border);
	height: var(--vs-footer-height);
	justify-content: flex-end;
	padding: var(--vs-footer-paddig);
}

.visual-shield__mask .visual-shield__footer.is-start {
	justify-content: flex-start;
}

.visual-shield__mask .visual-shield__footer.is-center {
	justify-content: center;
}

.visual-shield__mask .visual-shield__footer.is-end {
	justify-content: flex-end;
}

.visual-shield__mask .vs-loading-warpper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.visual-shield__mask .vs-loading-warpper .loading-content {
	align-items: center;
	background: #0006;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.visual-shield__mask .vs-loading-warpper .loading-content .loading-icon {
	animation: rotate 1s linear infinite;
	margin-top: 8px;
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(1turn);
	}
}

.text-ell[data-v-e41e6ae7] {
	display: -webkit-box;
	flex: 1;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	width: 100%;
	word-break: break-all;
	-webkit-box-orient: vertical;
	line-height: 18px;
	white-space: normal;
}

.copy-field__wrapper[data-v-593c1df1] {
	align-items: center;
	display: flex;
	gap: 5px;
}

.copy-field__wrapper[data-v-593c1df1] .text-ell {
	flex: initial;
	width: -moz-max-content;
	width: max-content;
}

.copy-icon[data-v-593c1df1] {
	color: #bfc2c7;
	cursor: pointer;
	height: 14px;
	transition: color .2s;
	width: 14px;
}

.copy-icon[data-v-593c1df1]:hover {
	color: var(--color-text-2)!important;
}

.copy-icon svg[data-v-593c1df1] {
	height: 14px;
	width: 14px;
}

.arco-table-tr .copy-icon[data-v-593c1df1] {
	position: absolute;
}

.arco-table-tr:hover .copy-icon[data-v-593c1df1] {
	position: relative;
}

.copy-field-mouse_wrapper .copy-icon[data-v-593c1df1] {
	display: none;
}

.copy-field-mouse_wrapper:hover .copy-icon[data-v-593c1df1] {
	display: inline-block;
}

.edit-field__wrapper[data-v-39b26460] {
	align-items: center;
	display: flex;
	gap: 8px;
}

.edit-field__wrapper[data-v-39b26460] .text-ell {
	flex: initial;
	width: -moz-max-content;
	width: max-content;
}

.edit-icon[data-v-39b26460] {
	color: #bfc2c7;
	cursor: pointer;
	height: 14px;
	transition: color .2s;
	width: 14px;
}

.edit-icon[data-v-39b26460]:hover {
	color: var(--color-text-2)!important;
}

.edit-icon svg[data-v-39b26460] {
	height: 14px;
	width: 14px;
}

.arco-table-tr .edit-icon[data-v-39b26460] {
	position: absolute;
}

.arco-table-tr:hover .edit-icon[data-v-39b26460] {
	position: relative;
}

.edit-field-mouse_wrapper .edit-icon[data-v-39b26460] {
	display: none;
}

.edit-field-mouse_wrapper:hover .edit-icon[data-v-39b26460] {
	display: inline-block;
}

.white-enter-active[data-v-74df2d75],.white-leave-active[data-v-74df2d75] {
	transition: opacity .2s ease;
}

.white-enter-from[data-v-74df2d75] {
	opacity: 1;
}

.white-leave-to[data-v-74df2d75] {
	opacity: 0;
}

.color-enter-active[data-v-74df2d75],.color-leave-active[data-v-74df2d75] {
	transition: opacity .2s ease;
}

.color-enter-from[data-v-74df2d75] {
	opacity: 1;
}

.color-leave-to[data-v-74df2d75] {
	opacity: 0;
}

.balance[data-v-fe746a1c] {
	position: relative;
	width: 300px;
	height: 170px;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	border-radius: 2px;
	--un-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--un-bg-opacity));
	padding: 8px;
}

.balance-wrap[data-v-fe746a1c] {
	background: linear-gradient(90deg,#fff7e9,#ffeed4);
	height: 98px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 284px;
}

.balance-wrap .balance-wrapper[data-v-fe746a1c] {
	background: url(../image/user-card-bg.OePxChHj.png) #d3d3d3 50% / cover no-repeat;
	height: 100%;
	mix-blend-mode: overlay;
	width: 100%;
}

.balance-content[data-v-fe746a1c] {
	align-items: center;
	border-radius: 2px;
	display: flex;
	flex: 1;
	justify-content: space-between;
	padding: 16px;
	width: 100%;
	z-index: 2;
}

.balance .recharge-btn[data-v-fe746a1c] {
	background: #f5cb79;
	border-radius: 32px;
	color: var(--color-text-2);
	padding: 6px 20px;
}

.btn-container[data-v-fe746a1c] {
	-moz-column-gap: 8px;
	column-gap: 8px;
	display: flex;
	height: 48px;
	justify-content: space-between;
}

.btn-container .card-btn[data-v-fe746a1c] {
	background-color: var(--color-fill-1);
	border: none;
	flex: 1;
	height: 100%;
}

.btn-container .card-btn[data-v-fe746a1c]:hover {
	background-color: var(--color-fill-2);
}

.avatar-icon[data-v-fe746a1c] {
	border-radius: 50%;
	cursor: pointer;
	flex-shrink: 0;
	height: 46px;
	outline: none;
	width: 46px;
}

.cloud-com-header[data-v-1606cce5] {
	z-index: 20;
	height: 64px;
	--un-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--un-bg-opacity));
	color: var(--color-text-1);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all .3s ease-out;
}

.cloud-com-header .nav-link[data-v-1606cce5] {
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	color: #1d2129;
}

.cloud-com-header .reg-btn[data-v-1606cce5] {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	--un-text-opacity: 1;
	color: rgb(255 255 255 / var(--un-text-opacity));
	background-color: #165dff;
}

.cloud-com-header.is-docs[data-v-1606cce5] {
	background-color: #fff;
}

.cloud-com-header.about-us[data-v-1606cce5] {
	position: relative!important;
}

.cloud-com-header.far[data-v-1606cce5] {
	background: var(---color-bg-white, #fff);
	box-shadow: 0 8px 16px #1d21291a;
	color: var(--color-text-1);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.cloud-com-header.is-protocol[data-v-1606cce5] {
	background-color: #fff;
	color: var(--color-text-1);
	position: relative;
}

.cloud-com-header.is-docs[data-v-1606cce5],.cloud-com-header.is-protocol[data-v-1606cce5] {
	box-shadow: 0 8px 16px #1d21291a;
}

.cloud-com-header.is-sticky[data-v-1606cce5] {
	background-color: #fff;
	color: var(--color-text-1);
	position: sticky;
	top: 0;
}

.cloud-com-header .header-l[data-v-1606cce5] {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 8px;
}

.cloud-com-header .header-r[data-v-1606cce5] {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 40px;
}

.cloud-com-header__nav[data-v-1606cce5] {
	margin-left: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 40px;
	height: 100%;
	width: 100%;
}

[data-v-1606cce5] .vmrack-opt .arco-dropdown-option-content {
	align-items: center;
	display: flex;
}

.vmrack-tag[data-v-1606cce5] {
	background: linear-gradient(90deg,#2a8dff33,#45ddfc33);
	border: none;
	border-radius: 4px;
	color: rgb(var(--primary-6));
	font-size: 12px;
	height: 20px;
	margin-left: 4px;
	padding: 1px 6px 0;
}

.agency-tag[data-v-1606cce5] {
	background: linear-gradient(90deg,#ff4e3333,#ffad3333);
	border: none;
	border-radius: 4px;
	color: #ff6a00;
	font-size: 12px;
	height: 20px;
	margin-left: 4px;
	padding: 1px 6px 0;
}

*,:after,:before {
	--un-rotate: 0;
	--un-rotate-x: 0;
	--un-rotate-y: 0;
	--un-rotate-z: 0;
	--un-scale-x: 1;
	--un-scale-y: 1;
	--un-scale-z: 1;
	--un-skew-x: 0;
	--un-skew-y: 0;
	--un-translate-x: 0;
	--un-translate-y: 0;
	--un-translate-z: 0;
	--un-pan-x: ;--un-pan-y:;
	--un-pinch-zoom: ;--un-scroll-snap-strictness: proximity;
	--un-ordinal: ;--un-slashed-zero:;
	--un-numeric-figure: ;--un-numeric-spacing:;
	--un-numeric-fraction: ;--un-border-spacing-x: 0;
	--un-border-spacing-y: 0;
	--un-ring-offset-shadow: 0 0 transparent;
	--un-ring-shadow: 0 0 transparent;
	--un-shadow-inset: ;--un-shadow: 0 0 transparent;
	--un-ring-inset: ;--un-ring-offset-width: 0px;
	--un-ring-offset-color: #fff;
	--un-ring-width: 0px;
	--un-ring-color: rgba(147,197,253,.5);
	--un-blur: ;--un-brightness:;
	--un-contrast: ;--un-drop-shadow:;
	--un-grayscale: ;--un-hue-rotate:;
	--un-invert: ;--un-saturate:;
	--un-sepia: ;--un-backdrop-blur:;
	--un-backdrop-brightness: ;--un-backdrop-contrast:;
	--un-backdrop-grayscale: ;--un-backdrop-hue-rotate:;
	--un-backdrop-invert: ;--un-backdrop-opacity:;
	--un-backdrop-saturate: ;--un-backdrop-sepia:;
}

::backdrop {
	--un-rotate: 0;
	--un-rotate-x: 0;
	--un-rotate-y: 0;
	--un-rotate-z: 0;
	--un-scale-x: 1;
	--un-scale-y: 1;
	--un-scale-z: 1;
	--un-skew-x: 0;
	--un-skew-y: 0;
	--un-translate-x: 0;
	--un-translate-y: 0;
	--un-translate-z: 0;
	--un-pan-x: ;--un-pan-y:;
	--un-pinch-zoom: ;--un-scroll-snap-strictness: proximity;
	--un-ordinal: ;--un-slashed-zero:;
	--un-numeric-figure: ;--un-numeric-spacing:;
	--un-numeric-fraction: ;--un-border-spacing-x: 0;
	--un-border-spacing-y: 0;
	--un-ring-offset-shadow: 0 0 transparent;
	--un-ring-shadow: 0 0 transparent;
	--un-shadow-inset: ;--un-shadow: 0 0 transparent;
	--un-ring-inset: ;--un-ring-offset-width: 0px;
	--un-ring-offset-color: #fff;
	--un-ring-width: 0px;
	--un-ring-color: rgba(147,197,253,.5);
	--un-blur: ;--un-brightness:;
	--un-contrast: ;--un-drop-shadow:;
	--un-grayscale: ;--un-hue-rotate:;
	--un-invert: ;--un-saturate:;
	--un-sepia: ;--un-backdrop-blur:;
	--un-backdrop-brightness: ;--un-backdrop-contrast:;
	--un-backdrop-grayscale: ;--un-backdrop-hue-rotate:;
	--un-backdrop-invert: ;--un-backdrop-opacity:;
	--un-backdrop-saturate: ;--un-backdrop-sepia:;
}

.absolute {
	position: absolute;
}

.top-0 {
	top: 0;
}

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

.h-5 {
	height: 1.25rem;
}

.w-5 {
	width: 1.25rem;
}

.flex {
	display: flex;
}

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

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

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

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

.pt-3 {
	padding-top: .75rem;
}

.text-danger {
	--un-text-opacity: 1;
	color: rgba(245,63,63,var(--un-text-opacity));
}

.vc-scrollbar {
	--vc-text-color-secondary: #909399;
	--vc-scrollbar-opacity: .3;
	--vc-scrollbar-bg-color: var(--vc-text-color-secondary);
	--vc-scrollbar-hover-opacity: .5;
	--vc-scrollbar-hover-bg-color: var(--vc-text-color-secondary);
	height: 100%;
	overflow: hidden;
	position: relative;
}

.vc-scrollbar__wrap {
	height: 100%;
	overflow: auto;
}

.vc-scrollbar__wrap--hidden-default {
	scrollbar-width: none;
}

.vc-scrollbar__wrap--hidden-default::-webkit-scrollbar {
	display: none;
}

.vc-scrollbar__thumb {
	background-color: var( --vc-scrollbar-bg-color, var(--vc-text-color-secondary) );
	border-radius: inherit;
	cursor: pointer;
	display: block;
	height: 0;
	opacity: var(--vc-scrollbar-opacity, .3);
	position: relative;
	transition: var(--vc-transition-duration) background-color;
	width: 0;
}

.vc-scrollbar__thumb:hover {
	background-color: var( --vc-scrollbar-hover-bg-color, var(--vc-text-color-secondary) );
	opacity: var(--vc-scrollbar-hover-opacity, .5);
}

.vc-scrollbar__bar {
	border-radius: 4px;
	bottom: 2px;
	position: absolute;
	right: 2px;
	z-index: 1;
}

.vc-scrollbar__bar.is-vertical {
	top: 2px;
	width: 6px;
}

.vc-scrollbar__bar.is-vertical>div {
	width: 100%;
}

.vc-scrollbar__bar.is-horizontal {
	height: 6px;
	left: 2px;
}

.vc-scrollbar__bar.is-horizontal>div {
	height: 100%;
}

.vc-scrollbar-fade-enter-active {
	transition: opacity .34s ease-out;
}

.vc-scrollbar-fade-leave-active {
	transition: opacity .12s ease-out;
}

.vc-scrollbar-fade-enter-from,.vc-scrollbar-fade-leave-active {
	opacity: 0;
}

.message-item {
	align-items: flex-start;
	display: flex;
	margin: 1rem;
	max-width: 438px;
	overflow: hidden;
}

.message-item.is-system {
	display: flex;
	justify-content: center;
	max-width: 100%;
}

.message-item.is-system .system-msg {
	background-color: rgba(229,230,235,var(--un-bg-opacity));
	border-radius: 6px;
	color: rgba(134,144,156,var(--un-text-opacity));
	font-size: .75rem;
	line-height: 1rem;
	padding: .25rem .5rem;
	--un-bg-opacity: 1;
	--un-text-opacity: 1;
}

.message-item .message-item__avatar {
	margin-right: .5rem;
	min-width: 2rem;
}

.message-item .message-item__main {
	white-space: pre-wrap;
	word-break: break-all;
}

.message-item .message-item__main .message-item__content {
	--un-bg-opacity: 1;
	background-color: rgba(247,248,250,var(--un-bg-opacity));
	border-radius: 0 8px 8px;
	color: rgba(29,33,41,var(--un-text-opacity));
	font-size: .875rem;
	line-height: 1.25rem;
	padding: .5rem 1rem;
	--un-text-opacity: 1;
}

.message-item .message-item__main .message-item__footer {
	align-items: center;
	color: rgba(134,144,156,var(--un-text-opacity));
	display: flex;
	font-size: .75rem;
	margin-top: .25rem;
	grid-column-gap: .5rem;
	-moz-column-gap: .5rem;
	column-gap: .5rem;
	line-height: 1rem;
	line-height: 18px;
	--un-text-opacity: 1;
}

.message-item .message-item__main .message-item__img {
	border-radius: 8px;
	cursor: pointer;
	max-height: 270px;
	max-width: 270px;
	overflow: hidden;
	position: relative;
}

.message-item .message-item__main .message-item__img .img-msg {
	height: 100%;
	min-height: 48px;
	min-width: 48px;
	width: 100%;
}

.message-item .message-item__main .message-item__img .img-msg .arco-image-img {
	height: 100%;
	width: 100%;
}

.message-item .message-item__main .message-item__img .loading-mask {
	align-items: center;
	background-color: #00000080;
	border-radius: 8px;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.message-item .message-item__main .message-item__img .loading-mask .upload-refresh-icon {
	cursor: pointer;
	--un-text-opacity: 1;
	color: rgba(255,255,255,var(--un-text-opacity));
}

.message-item.message-item--self {
	justify-content: flex-end;
	margin-left: auto;
}

.message-item.message-item--self .message-item__avatar {
	display: none;
}

.message-item.message-item--self .message-item__main .message-item__content {
	--un-bg-opacity: 1;
	background-color: rgba(34,83,230,var(--un-bg-opacity));
	border-radius: 8px 0 8px 8px;
	color: rgba(255,255,255,var(--un-text-opacity))!important;
	--un-text-opacity: 1 !important;
}

.message-item.message-item--self .message-item__main .message-item__footer {
	justify-content: flex-end;
}

.vc-refresh-scrollbar,.vc-refresh-wrapper {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.arco-scrollbar-container {
	height: 100%;
	overflow-y: auto;
	width: 100%;
}

._mask_yuis1_1 {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}

._trigger_yuis1_5 {
	display: inline-block;
	height: -moz-min-content;
	height: min-content;
	width: -moz-min-content;
	width: min-content;
}

._container_yuis1_9 {
	align-items: stretch;
	background-color: rgba(255,255,255,var(--un-bg-opacity));
	border-radius: 12px;
	bottom: 1.5rem;
	box-shadow: 0 4px 20px #000d3d1c;
	display: flex;
	flex-direction: column;
	max-height: 650px!important;
	min-height: 66.66667%;
	overflow: hidden;
	position: absolute;
	right: 1.5rem;
	width: 638px;
	z-index: 2024;
	--un-bg-opacity: 1;
}

._header_yuis1_18 {
	align-items: center;
	background: linear-gradient(135deg,#ffffff54 .5%,#ffffff30 35.14%,#0047ff33);
	background: var(--online-service-bg) no-repeat center center;
	background-size: contain;
	display: flex;
	height: 70px;
	min-height: 70px;
	padding: 1.25rem;
}

._headerLeft_yuis1_32 {
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
}

._titleWrapper_yuis1_36 {
	align-items: center;
	display: flex;
	grid-column-gap: .25rem;
	-moz-column-gap: .25rem;
	column-gap: .25rem;
	font-size: 1rem;
	font-weight: 500;
	--un-text-opacity: 1;
	color: rgba(29,33,41,var(--un-text-opacity));
	line-height: 22px;
}

._description_yuis1_41 {
	font-size: .75rem;
	--un-text-opacity: 1;
	color: rgba(134,144,156,var(--un-text-opacity));
	line-height: 18px;
}

._content_yuis1_46 {
	flex: 1 1 0%;
	overflow: hidden;
	position: relative;
}

._footer_yuis1_49 {
	min-height: -moz-min-content;
	min-height: min-content;
}

.contact-float[data-v-bec6acba] {
	right: 24px;
	width: 48px;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	row-gap: 20px;
	bottom: 56px;
	max-height: 332px;
	position: fixed;
	transition: all .5s ease-in-out .2s;
	z-index: 999;
}

.contact-float.is-hidden[data-v-bec6acba] {
	opacity: 0;
}

.contact-float .online_customer_server[data-v-bec6acba] {
	cursor: pointer;
	height: 44px;
	width: 44px;
}

.contact-float .online_customer_server:active rect[data-v-bec6acba],.contact-float .online_customer_server:hover rect[data-v-bec6acba] {
	fill: #0d51ff;
}

.contact-float .jump-top[data-v-bec6acba] {
	width: 48px;
	height: 48px;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	--un-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--un-bg-opacity));
	border: 1px solid #f2f3f5;
	border-radius: 50%;
	box-shadow: 0 4px 32px #1d21290f,0 8px 64px #1d21291f;
}

.contact-float .contact-container[data-v-bec6acba] {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	border-radius: 24px;
	--un-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--un-bg-opacity));
	padding: 8px;
	box-shadow: 0 4px 32px #1d21290f,0 8px 64px #1d21291f;
}

.contact-float .contact-container .icon-box[data-v-bec6acba] {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.contact-float .contact-container .icon-box svg[data-v-bec6acba] {
	color: #8f959e;
}

.contact-float .contact-container .icon-box[data-v-bec6acba]:hover {
	cursor: pointer;
	color: #165dff;
}

.contact-float .contact-container .icon-box:hover .contact-icon[data-v-bec6acba] {
	color: #165dff;
}

.contact-float .contact-container .icon-box .contact-icon[data-v-bec6acba] {
	color: #8a8e99;
	flex-shrink: 0;
	height: 24px;
	width: 24px;
}

.contact-float[data-v-bec6acba] .custom-popper {
	border-radius: 8px;
	box-shadow: 0 4px 32px #1d212905,0 8px 64px #1d212914;
	max-width: 262px;
	min-width: 182px;
	padding: 8px 16px!important;
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content__title {
	margin-top: 0;
	height: 40px;
	font-size: 16px;
	line-height: 24px;
	line-height: 40px;
	--un-text-opacity: 1;
	color: rgb(0 0 0 / var(--un-text-opacity));
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container {
	display: flex;
	flex-direction: column;
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .normal-container {
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	column-gap: 8px;
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .normal__content,.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .tooltip-content__item {
	display: flex;
	align-items: center;
	column-gap: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	--un-text-opacity: 1;
	color: rgb(0 0 0 / var(--un-text-opacity));
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .special__item {
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 8px;
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .special__item .special__icon {
	flex-shrink: 0;
	--un-text-opacity: 1;
	color: rgb(71 74 89 / var(--un-text-opacity));
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .special__item .special__content {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	--un-text-opacity: 1;
	color: rgb(0 0 0 / var(--un-text-opacity));
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .special__item:hover {
	cursor: pointer;
	color: #165dff;
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .special__item:hover .special__content,.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .special__item:hover .special__icon {
	color: #165dff;
}

.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .normal__content,.contact-float[data-v-bec6acba] .custom-popper .tooltip-content-container .special__item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-footer .arco-input-wrapper[data-v-a2d5fa6c] {
	border-radius: 4px;
	height: 40px!important;
}

.site-footer .module-banner[data-v-a2d5fa6c] {
	background: url(../image/footer-banner.BF6EBeme.webp) no-repeat 50%;
	background-size: cover;
	height: 220px;
	padding-top: 56px;
	row-gap: 24px;
}

.site-footer .module-banner .footer-banner-content[data-v-a2d5fa6c] {
	background: linear-gradient(90deg,#165dff,#009bff);
	background-clip: text;
	-webkit-background-clip: text;
	width: 650px;
	-webkit-text-fill-color: transparent;
}

.site-footer .web-stack-footer-wrapper[data-v-a2d5fa6c] {
	background-color: #242933;
	padding-bottom: 100px;
}

.site-footer .web-stack-footer-wrapper .fei-cloud-server[data-v-a2d5fa6c] {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 64px 0;
	width: 1200px;
}

.site-footer .web-stack-footer-wrapper .fei-cloud-server .server-item[data-v-a2d5fa6c] {
	color: #fff;
	-moz-column-gap: 8px;
	column-gap: 8px;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.site-footer .web-stack-footer-wrapper .fei-cloud-server .server-divider[data-v-a2d5fa6c] {
	border-left: 1px solid hsla(0,0%,100%,.16);
	height: 24px;
}

.site-footer .web-stack-footer-wrapper .web-stack-footer[data-v-a2d5fa6c] {
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 32px;
	width: 1200px;
}

.site-footer .web-stack-footer-wrapper .web-stack-footer .contact-item[data-v-a2d5fa6c],.site-footer .web-stack-footer-wrapper .web-stack-footer .footer-item[data-v-a2d5fa6c] {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	max-width: 280px;
	padding: 0;
	row-gap: 8px;
}

.site-footer .web-stack-footer-wrapper .web-stack-footer .contact-item .contact__item[data-v-a2d5fa6c],.site-footer .web-stack-footer-wrapper .web-stack-footer .footer-item .contact__item[data-v-a2d5fa6c] {
	color: var(--color-text-5);
}

.site-footer .web-stack-footer-wrapper .web-stack-footer .contact-item .title[data-v-a2d5fa6c],.site-footer .web-stack-footer-wrapper .web-stack-footer .footer-item .title[data-v-a2d5fa6c] {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}

.site-footer .web-stack-footer-wrapper .web-stack-footer .contact-item .content[data-v-a2d5fa6c],.site-footer .web-stack-footer-wrapper .web-stack-footer .footer-item .content[data-v-a2d5fa6c] {
	color: var(--color-text-5);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.site-footer .web-stack-footer-wrapper .web-stack-footer .contact-item .content a[data-v-a2d5fa6c],.site-footer .web-stack-footer-wrapper .web-stack-footer .footer-item .content a[data-v-a2d5fa6c] {
	color: var(--color-text-5);
	font-size: 14px;
}

.site-footer .web-stack-footer-wrapper .web-stack-footer .contact-item .special-content a[data-v-a2d5fa6c] :hover,.site-footer .web-stack-footer-wrapper .web-stack-footer .footer-item .special-content a[data-v-a2d5fa6c] :hover {
	color: rgb(var(--primary-6));
}

.site-footer .web-stack-footer-wrapper .web-stack-footer .footer-item .content a[data-v-a2d5fa6c]:hover,.site-footer .web-stack-footer-wrapper .web-stack-footer .footer-item .content[data-v-a2d5fa6c]:hover {
	color: #fff;
}

.site-footer .for-record[data-v-a2d5fa6c] {
	background-color: #242933;
	border-top: 1px solid hsla(0,0%,100%,.1);
	height: 64px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 20px;
	line-height: 24px;
	color: #393c40;
}

.site-footer .for-record .arco-divider-vertical[data-v-a2d5fa6c] {
	border-left: 2px solid #ffffff20;
}

[data-v-2d198fed] .arco-result {
	display: flex;
	flex-direction: column;
	align-items: center;
}

[data-v-2d198fed] .arco-result .arco-result-subtitle {
	margin-top: 16px!important;
	margin-bottom: 16px!important;
	font-size: 12px;
	line-height: 16px;
	color: #a6adb8;
}

[data-v-2d198fed] .arco-result .arco-result-extra {
	margin-top: 0!important;
}

.error-page[data-v-2d198fed] {
	height: 100vh;
	width: 100vw;
}

.error-page .error-content[data-v-2d198fed] {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 200px;
	row-gap: 24px;
}

.error-page .error-title[data-v-2d198fed] {
	font-size: 24px;
	line-height: 32px;
}

.error-page .error-img[data-v-2d198fed] {
	height: 200px;
	width: 200px;
}

.error-page .btn-group[data-v-2d198fed] {
	display: flex;
	flex-direction: row;
	column-gap: 8px;
}

:host,:root {
	--w-e-textarea-bg-color: #fff;
	--w-e-textarea-color: #333;
	--w-e-textarea-border-color: #ccc;
	--w-e-textarea-slight-border-color: #e8e8e8;
	--w-e-textarea-slight-color: #d4d4d4;
	--w-e-textarea-slight-bg-color: #f5f2f0;
	--w-e-textarea-selected-border-color: #b4d5ff;
	--w-e-textarea-handler-bg-color: #4290f7;
	--w-e-toolbar-color: #595959;
	--w-e-toolbar-bg-color: #fff;
	--w-e-toolbar-active-color: #333;
	--w-e-toolbar-active-bg-color: #f1f1f1;
	--w-e-toolbar-disabled-color: #999;
	--w-e-toolbar-border-color: #e8e8e8;
	--w-e-modal-button-bg-color: #fafafa;
	--w-e-modal-button-border-color: #d9d9d9;
}

.w-e-text-container *,.w-e-toolbar * {
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 0;
}

.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar * {
	line-height: 1.5;
}

.w-e-text-container {
	background-color: var(--w-e-textarea-bg-color);
	color: var(--w-e-textarea-color);
	height: 100%;
	position: relative;
}

.w-e-text-container .w-e-scroll {
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

.w-e-text-container [data-slate-editor] {
	word-wrap: break-word;
	border-top: 1px solid transparent;
	min-height: 100%;
	outline: 0;
	padding: 0 10px;
	white-space: pre-wrap;
}

.w-e-text-container [data-slate-editor] p {
	margin: 15px 0;
}

.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5 {
	margin: 20px 0;
}

.w-e-text-container [data-slate-editor] img {
	cursor: default;
	display: inline!important;
	max-width: 100%;
	min-height: 20px;
	min-width: 20px;
}

.w-e-text-container [data-slate-editor] span {
	text-indent: 0;
}

.w-e-text-container [data-slate-editor] [data-selected=true] {
	box-shadow: 0 0 0 2px var(--w-e-textarea-selected-border-color);
}

.w-e-text-placeholder {
	font-style: italic;
	left: 10px;
	top: 17px;
	width: 90%;
}

.w-e-max-length-info,.w-e-text-placeholder {
	color: var(--w-e-textarea-slight-color);
	pointer-events: none;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.w-e-max-length-info {
	bottom: .5em;
	right: 1em;
}

.w-e-bar {
	background-color: var(--w-e-toolbar-bg-color);
	color: var(--w-e-toolbar-color);
	font-size: 14px;
	padding: 0 5px;
}

.w-e-bar svg {
	fill: var(--w-e-toolbar-color);
	height: 14px;
	width: 14px;
}

.w-e-bar-show {
	display: flex;
}

.w-e-bar-hidden {
	display: none;
}

.w-e-hover-bar {
	border: 1px solid var(--w-e-toolbar-border-color);
	border-radius: 3px;
	box-shadow: 0 2px 5px #0000001f;
	position: absolute;
}

.w-e-toolbar {
	flex-wrap: wrap;
	position: relative;
}

.w-e-bar-divider {
	background-color: var(--w-e-toolbar-border-color);
	display: inline-flex;
	height: 40px;
	margin: 0 5px;
	width: 1px;
}

.w-e-bar-item {
	display: flex;
	height: 40px;
	padding: 4px;
	position: relative;
	text-align: center;
}

.w-e-bar-item,.w-e-bar-item button {
	align-items: center;
	justify-content: center;
}

.w-e-bar-item button {
	background: transparent;
	border: none;
	color: var(--w-e-toolbar-color);
	cursor: pointer;
	display: inline-flex;
	height: 32px;
	overflow: hidden;
	padding: 0 8px;
	white-space: nowrap;
}

.w-e-bar-item button:hover {
	background-color: var(--w-e-toolbar-active-bg-color);
	color: var(--w-e-toolbar-active-color);
}

.w-e-bar-item button .title {
	margin-left: 5px;
}

.w-e-bar-item .active {
	background-color: var(--w-e-toolbar-active-bg-color);
	color: var(--w-e-toolbar-active-color);
}

.w-e-bar-item .disabled {
	color: var(--w-e-toolbar-disabled-color);
	cursor: not-allowed;
}

.w-e-bar-item .disabled svg {
	fill: var(--w-e-toolbar-disabled-color);
}

.w-e-bar-item .disabled:hover {
	background-color: var(--w-e-toolbar-bg-color);
	color: var(--w-e-toolbar-disabled-color);
}

.w-e-bar-item .disabled:hover svg {
	fill: var(--w-e-toolbar-disabled-color);
}

.w-e-menu-tooltip-v5:before {
	background-color: var(--w-e-toolbar-active-color);
	border-radius: 5px;
	color: var(--w-e-toolbar-bg-color);
	content: attr(data-tooltip);
	font-size: .75em;
	opacity: 0;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	top: 40px;
	transition: opacity .6s;
	visibility: hidden;
	white-space: pre;
	z-index: 1;
}

.w-e-menu-tooltip-v5:after {
	border: 5px solid transparent;
	border-bottom: 5px solid var(--w-e-toolbar-active-color);
	content: "";
	opacity: 0;
	position: absolute;
	top: 30px;
	transition: opacity .6s;
	visibility: hidden;
}

.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before {
	opacity: 1;
	visibility: visible;
}

.w-e-menu-tooltip-v5.tooltip-right:before {
	left: 100%;
	top: 10px;
}

.w-e-menu-tooltip-v5.tooltip-right:after {
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: var(--w-e-toolbar-active-color);
	border-top-color: transparent;
	left: 100%;
	margin-left: -10px;
	top: 16px;
}

.w-e-bar-item-group .w-e-bar-item-menus-container {
	background-color: var(--w-e-toolbar-bg-color);
	border: 1px solid var(--w-e-toolbar-border-color);
	border-radius: 3px;
	box-shadow: 0 2px 10px #0000001f;
	display: none;
	left: 0;
	margin-top: 40px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.w-e-bar-item-group:hover .w-e-bar-item-menus-container {
	display: block;
}

.w-e-select-list {
	background-color: var(--w-e-toolbar-bg-color);
	border: 1px solid var(--w-e-toolbar-border-color);
	border-radius: 3px;
	box-shadow: 0 2px 10px #0000001f;
	left: 0;
	margin-top: 40px;
	max-height: 350px;
	min-width: 100px;
	overflow-y: auto;
	position: absolute;
	top: 0;
	z-index: 1;
}

.w-e-select-list ul {
	line-height: 1;
	list-style: none;
}

.w-e-select-list ul .selected {
	background-color: var(--w-e-toolbar-active-bg-color);
}

.w-e-select-list ul li {
	cursor: pointer;
	padding: 7px 0 7px 25px;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

.w-e-select-list ul li:hover {
	background-color: var(--w-e-toolbar-active-bg-color);
}

.w-e-select-list ul li svg {
	left: 0;
	margin-left: 5px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
}

.w-e-bar-bottom .w-e-select-list {
	bottom: 0;
	margin-bottom: 40px;
	margin-top: 0;
	top: inherit;
}

.w-e-drop-panel {
	background-color: var(--w-e-toolbar-bg-color);
	border: 1px solid var(--w-e-toolbar-border-color);
	border-radius: 3px;
	box-shadow: 0 2px 10px #0000001f;
	margin-top: 40px;
	min-width: 200px;
	padding: 10px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.w-e-bar-bottom .w-e-drop-panel {
	bottom: 0;
	margin-bottom: 40px;
	margin-top: 0;
	top: inherit;
}

.w-e-modal {
	background-color: var(--w-e-toolbar-bg-color);
	border: 1px solid var(--w-e-toolbar-border-color);
	border-radius: 3px;
	box-shadow: 0 2px 10px #0000001f;
	color: var(--w-e-toolbar-color);
	font-size: 14px;
	min-height: 40px;
	min-width: 100px;
	padding: 20px 15px 0;
	position: absolute;
	text-align: left;
	z-index: 1;
}

.w-e-modal .btn-close {
	cursor: pointer;
	line-height: 1;
	padding: 5px;
	position: absolute;
	right: 8px;
	top: 7px;
}

.w-e-modal .btn-close svg {
	fill: var(--w-e-toolbar-color);
	height: 10px;
	width: 10px;
}

.w-e-modal .babel-container {
	display: block;
	margin-bottom: 15px;
}

.w-e-modal .babel-container span {
	display: block;
	margin-bottom: 10px;
}

.w-e-modal .button-container {
	margin-bottom: 15px;
}

.w-e-modal button {
	background-color: var(--w-e-modal-button-bg-color);
	border: 1px solid var(--w-e-modal-button-border-color);
	border-radius: 4px;
	color: var(--w-e-toolbar-color);
	cursor: pointer;
	font-weight: 400;
	height: 32px;
	padding: 4.5px 15px;
	text-align: center;
	touch-action: manipulation;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea {
	background-color: var(--w-e-toolbar-bg-color);
	border: 1px solid var(--w-e-modal-button-border-color);
	border-radius: 4px;
	color: var(--w-e-toolbar-color);
	font-feature-settings: "tnum";
	font-variant: tabular-nums;
	padding: 4.5px 11px;
	transition: all .3s;
	width: 100%;
}

.w-e-modal textarea {
	min-height: 60px;
}

body .w-e-modal,body .w-e-modal * {
	box-sizing: border-box;
}

.w-e-progress-bar {
	background-color: var(--w-e-textarea-handler-bg-color);
	height: 1px;
	position: absolute;
	transition: width .3s;
	width: 0;
}

.w-e-full-screen-container {
	bottom: 0!important;
	display: flex!important;
	flex-direction: column!important;
	height: 100%!important;
	left: 0!important;
	margin: 0!important;
	padding: 0!important;
	position: fixed;
	right: 0!important;
	top: 0!important;
	width: 100%!important;
}

.w-e-full-screen-container [data-w-e-textarea=true] {
	flex: 1!important;
}

.w-e-text-container [data-slate-editor] code {
	background-color: var(--w-e-textarea-slight-bg-color);
	border-radius: 3px;
	font-family: monospace;
	padding: 3px;
}

.w-e-panel-content-color {
	list-style: none;
	text-align: left;
	width: 230px;
}

.w-e-panel-content-color li {
	border: 1px solid var(--w-e-toolbar-bg-color);
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	padding: 2px;
}

.w-e-panel-content-color li:hover {
	border-color: var(--w-e-toolbar-color);
}

.w-e-panel-content-color li .color-block {
	border: 1px solid var(--w-e-toolbar-border-color);
	border-radius: 3px;
	height: 17px;
	width: 17px;
}

.w-e-panel-content-color .active {
	border-color: var(--w-e-toolbar-color);
}

.w-e-panel-content-color .clear {
	line-height: 1.5;
	margin-bottom: 5px;
	width: 100%;
}

.w-e-panel-content-color .clear svg {
	height: 16px;
	margin-bottom: -4px;
	width: 16px;
}

.w-e-text-container [data-slate-editor] blockquote {
	background-color: var(--w-e-textarea-slight-bg-color);
	border-left: 8px solid var(--w-e-textarea-selected-border-color);
	display: block;
	font-size: 100%;
	line-height: 1.5;
	margin: 10px 0;
	padding: 10px;
}

.w-e-panel-content-emotion {
	font-size: 20px;
	list-style: none;
	text-align: left;
	width: 300px;
}

.w-e-panel-content-emotion li {
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}

.w-e-panel-content-emotion li:hover {
	background-color: var(--w-e-textarea-slight-bg-color);
}

.w-e-textarea-divider {
	border-radius: 3px;
	margin: 20px auto;
	padding: 20px;
}

.w-e-textarea-divider hr {
	background-color: var(--w-e-textarea-border-color);
	border: 0;
	display: block;
	height: 1px;
}

.w-e-text-container [data-slate-editor] pre>code {
	background-color: var(--w-e-textarea-slight-bg-color);
	border: 1px solid var(--w-e-textarea-slight-border-color);
	border-radius: 4px;
	display: block;
	font-size: 14px;
	padding: 10px;
	text-indent: 0;
}

.w-e-text-container [data-slate-editor] .w-e-image-container {
	display: inline-block;
	margin: 0 3px;
}

.w-e-text-container [data-slate-editor] .w-e-image-container:hover {
	box-shadow: 0 0 0 2px var(--w-e-textarea-selected-border-color);
}

.w-e-text-container [data-slate-editor] .w-e-selected-image-container {
	overflow: hidden;
	position: relative;
}

.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger {
	background-color: var(--w-e-textarea-handler-bg-color);
	height: 7px;
	position: absolute;
	width: 7px;
}

.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top {
	cursor: nwse-resize;
	left: 0;
	top: 0;
}

.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top {
	cursor: nesw-resize;
	right: 0;
	top: 0;
}

.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom {
	bottom: 0;
	cursor: nesw-resize;
	left: 0;
}

.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom {
	bottom: 0;
	cursor: nwse-resize;
	right: 0;
}

.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover,.w-e-text-container [contenteditable=false] .w-e-image-container:hover {
	box-shadow: none;
}

.w-e-text-container [data-slate-editor] .table-container {
	border: 1px dashed var(--w-e-textarea-border-color);
	border-radius: 5px;
	margin-top: 10px;
	overflow-x: auto;
	padding: 10px;
	width: 100%;
}

.w-e-text-container [data-slate-editor] table {
	border-collapse: collapse;
}

.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th {
	border: 1px solid var(--w-e-textarea-border-color);
	line-height: 1.5;
	min-width: 30px;
	padding: 3px 5px;
	text-align: left;
}

.w-e-text-container [data-slate-editor] table th {
	background-color: var(--w-e-textarea-slight-bg-color);
	font-weight: 700;
	text-align: center;
}

.w-e-panel-content-table {
	background-color: var(--w-e-toolbar-bg-color);
}

.w-e-panel-content-table table {
	border-collapse: collapse;
}

.w-e-panel-content-table td {
	border: 1px solid var(--w-e-toolbar-border-color);
	cursor: pointer;
	height: 15px;
	padding: 3px 5px;
	width: 20px;
}

.w-e-panel-content-table td.active {
	background-color: var(--w-e-toolbar-active-bg-color);
}

.w-e-textarea-video-container {
	background-image: linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);
	background-position: 0 0,10px 10px;
	background-size: 20px 20px;
	border: 1px dashed var(--w-e-textarea-border-color);
	border-radius: 5px;
	margin: 10px auto 0;
	padding: 10px 0;
	text-align: center;
}

.w-e-text-container [data-slate-editor] pre>code {
	word-wrap: normal;
	font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
	-webkit-hyphens: none;
	hyphens: none;
	line-height: 1.5;
	margin: .5em 0;
	overflow: auto;
	padding: 1em;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	text-align: left;
	text-shadow: 0 1px #fff;
	white-space: pre;
	word-break: normal;
	word-spacing: normal;
}

.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog {
	color: #708090;
}

.w-e-text-container [data-slate-editor] pre>code .token.punctuation {
	color: #999;
}

.w-e-text-container [data-slate-editor] pre>code .token.namespace {
	opacity: .7;
}

.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag {
	color: #905;
}

.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string {
	color: #690;
}

.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url {
	color: #9a6e3a;
}

.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword {
	color: #07a;
}

.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function {
	color: #dd4a68;
}

.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable {
	color: #e90;
}

.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important {
	font-weight: 700;
}

.w-e-text-container [data-slate-editor] pre>code .token.italic {
	font-style: italic;
}

.w-e-text-container [data-slate-editor] pre>code .token.entity {
	cursor: help;
}


.header-banner[data-v-e74f8d44] {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 560px;
	overflow: hidden;
	position: relative;
}

.banner-video[data-v-e74f8d44] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.agency-tag[data-v-2390833b] {
	align-items: center;
	background: linear-gradient(90deg,#5f76fa,#dc96ff);
	border: none;
	/*border-radius: 100px;*/
	color: var(---color-bg-white, #fff);
	display: flex;
	font-size: 14px;
	font-style: normal;
	gap: 4px;
	height: 28px;
	justify-content: center;
	line-height: 20px;
	padding: 0 12px;
}

[data-v-2390833b] .arco-tabs {
	border: 1px solid var(---color-border-2, #eeeff2);
	border-radius: 16px;
	box-shadow: 0 10px 30px #dadde633;
}

[data-v-2390833b] .arco-tabs .arco-tabs-nav-vertical:before {
	display: none;
}

[data-v-2390833b] .arco-tabs .arco-tabs-content {
	padding-left: 0;
}

[data-v-2390833b] .arco-tabs .arco-tabs-tab {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 0;
	padding: 0!important;
	position: relative;
	width: 120px;
}

[data-v-2390833b] .arco-tabs .arco-tabs-tab .arco-tabs-tab-title {
	padding: 0;
}

[data-v-2390833b] .arco-tabs .arco-tabs-tab .tab-title {
	background: #f5f8fc;
	height: 115px;
	width: 120px;
}

[data-v-2390833b] .arco-tabs .arco-tabs-tab .tab-title.prev {
	border-radius: 0 0 8px;
}

[data-v-2390833b] .arco-tabs .arco-tabs-tab .tab-title.next {
	border-radius: 0 8px 0 0;
}

[data-v-2390833b] .arco-tabs .arco-tabs-tab-active {
	background-color: #fff;
	border-radius: 0;
}

[data-v-2390833b] .arco-tabs .arco-tabs-tab-active .tab-title {
	background: #fff;
}

[data-v-2390833b] .arco-tabs .arco-tabs-nav-ink {
	display: none;
}

.contact-ffy[data-v-2390833b] {
	background: linear-gradient(90deg,#3c2eff,#2abbff);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: 700;
}

.agency-flow[data-v-2390833b] {
	background: url(./image/bg.Cm9LBUGP.jpg) no-repeat top / cover;
	padding: 120px 0;
}

.agency-flow .flow-card[data-v-2390833b] {
	background: url(./image/flow-bg.DnLVJEgU.jpg) no-repeat 50% / cover;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0 auto;
	padding: 48px;
	width: 1200px;
}

.flow-tag[data-v-2390833b] {
	background: #165dff0f;
	border-radius: 12px;
	height: 48px;
	padding: 12px;
	width: 48px;
}

.flow-arrow[data-v-2390833b] {
	border: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 8px solid rgb(var(--primary-2));
	margin-left: 2px;
}