body,
html {
	width: 100%
}

input::-ms-clear,
input::-ms-reveal {
	display: none
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-variant: tabular-nums;
	line-height: 1.5;
	background-color: #fff;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum"
}

[tabindex="-1"]:focus {
	outline: none!important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5em;
	color: rgba(0, 0, 0, .85);
	font-weight: 500
}

p {
	margin-top: 0;
	margin-bottom: 1em
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: 0;
	cursor: help
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: inherit
}

input[type=number],
input[type=password],
input[type=text],
textarea {
	-webkit-appearance: none
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1em
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 500
}

dd {
	margin-bottom: .5em;
	margin-left: 0
}

blockquote {
	margin: 0 0 1em
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #1890ff;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #40a9ff
}

a:active {
	color: #096dd9
}

a:active,
a:hover {
	text-decoration: none;
	outline: 0
}

a[disabled] {
	color: rgba(0, 0, 0, .25);
	cursor: not-allowed;
	pointer-events: none
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace
}

pre {
	margin-top: 0;
	margin-bottom: 1em;
	overflow: auto
}

figure {
	margin: 0 0 1em
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75em;
	padding-bottom: .3em;
	color: rgba(0, 0, 0, .45);
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5em;
	padding: 0;
	color: inherit;
	font-size: 1.5em;
	line-height: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none!important
}

mark {
	padding: .2em;
	background-color: #feffe6
}

::-moz-selection {
	color: #fff;
	background: #1890ff
}

::selection {
	color: #fff;
	background: #1890ff
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.anticon {
	display: inline-block;
	color: inherit;
	font-style: normal;
	line-height: 0;
	text-align: center;
	text-transform: none;
	vertical-align: -.125em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.anticon>* {
	line-height: 1
}

.anticon svg {
	display: inline-block
}

.anticon:before {
	display: none
}

.anticon .anticon-icon {
	display: block
}

.anticon[tabindex] {
	cursor: pointer
}

.anticon-spin,
.anticon-spin:before {
	display: inline-block;
	-webkit-animation: loadingCircle 1s linear infinite;
	animation: loadingCircle 1s linear infinite
}

.fade-appear,
.fade-enter,
.fade-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.fade-appear.fade-appear-active,
.fade-enter.fade-enter-active {
	-webkit-animation-name: antFadeIn;
	animation-name: antFadeIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.fade-leave.fade-leave-active {
	-webkit-animation-name: antFadeOut;
	animation-name: antFadeOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.fade-appear,
.fade-enter {
	opacity: 0
}

.fade-appear,
.fade-enter,
.fade-leave {
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

@-webkit-keyframes antFadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes antFadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes antFadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes antFadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.move-up-appear,
.move-up-enter,
.move-up-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.move-up-appear.move-up-appear-active,
.move-up-enter.move-up-enter-active {
	-webkit-animation-name: antMoveUpIn;
	animation-name: antMoveUpIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.move-up-leave.move-up-leave-active {
	-webkit-animation-name: antMoveUpOut;
	animation-name: antMoveUpOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.move-up-appear,
.move-up-enter {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-up-leave {
	-webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
	animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-down-appear,
.move-down-enter,
.move-down-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.move-down-appear.move-down-appear-active,
.move-down-enter.move-down-enter-active {
	-webkit-animation-name: antMoveDownIn;
	animation-name: antMoveDownIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.move-down-leave.move-down-leave-active {
	-webkit-animation-name: antMoveDownOut;
	animation-name: antMoveDownOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.move-down-appear,
.move-down-enter {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-down-leave {
	-webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
	animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-left-appear,
.move-left-enter,
.move-left-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.move-left-appear.move-left-appear-active,
.move-left-enter.move-left-enter-active {
	-webkit-animation-name: antMoveLeftIn;
	animation-name: antMoveLeftIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.move-left-leave.move-left-leave-active {
	-webkit-animation-name: antMoveLeftOut;
	animation-name: antMoveLeftOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.move-left-appear,
.move-left-enter {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-left-leave {
	-webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
	animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-right-appear,
.move-right-enter,
.move-right-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.move-right-appear.move-right-appear-active,
.move-right-enter.move-right-enter-active {
	-webkit-animation-name: antMoveRightIn;
	animation-name: antMoveRightIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.move-right-leave.move-right-leave-active {
	-webkit-animation-name: antMoveRightOut;
	animation-name: antMoveRightOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.move-right-appear,
.move-right-enter {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.move-right-leave {
	-webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .34);
	animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

@-webkit-keyframes antMoveDownIn {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antMoveDownIn {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@-webkit-keyframes antMoveDownOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antMoveDownOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@-webkit-keyframes antMoveLeftIn {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antMoveLeftIn {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@-webkit-keyframes antMoveLeftOut {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antMoveLeftOut {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@-webkit-keyframes antMoveRightIn {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antMoveRightIn {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@-webkit-keyframes antMoveRightOut {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antMoveRightOut {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@-webkit-keyframes antMoveUpIn {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antMoveUpIn {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@-webkit-keyframes antMoveUpOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antMoveUpOut {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@-webkit-keyframes loadingCircle {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes loadingCircle {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

[ant-click-animating-without-extra-node=true],
[ant-click-animating=true] {
	position: relative
}

html {
	--antd-wave-shadow-color: #1890ff
}

.ant-click-animating-node,
[ant-click-animating-without-extra-node=true]:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-radius: inherit;
	-webkit-box-shadow: 0 0 0 0 #1890ff;
	-webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
	box-shadow: 0 0 0 0 #1890ff;
	box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
	opacity: .2;
	-webkit-animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
	animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	content: "";
	pointer-events: none
}

@-webkit-keyframes waveEffect {
	to {
		-webkit-box-shadow: 0 0 0 #1890ff;
		box-shadow: 0 0 0 #1890ff;
		-webkit-box-shadow: 0 0 0 6px #1890ff;
		-webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
		box-shadow: 0 0 0 6px #1890ff;
		box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
	}
}

@keyframes waveEffect {
	to {
		-webkit-box-shadow: 0 0 0 #1890ff;
		box-shadow: 0 0 0 #1890ff;
		-webkit-box-shadow: 0 0 0 6px #1890ff;
		-webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
		box-shadow: 0 0 0 6px #1890ff;
		box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
	}
}

@-webkit-keyframes fadeEffect {
	to {
		opacity: 0
	}
}

@keyframes fadeEffect {
	to {
		opacity: 0
	}
}

.slide-up-appear,
.slide-up-enter,
.slide-up-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.slide-up-appear.slide-up-appear-active,
.slide-up-enter.slide-up-enter-active {
	-webkit-animation-name: antSlideUpIn;
	animation-name: antSlideUpIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.slide-up-leave.slide-up-leave-active {
	-webkit-animation-name: antSlideUpOut;
	animation-name: antSlideUpOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.slide-up-appear,
.slide-up-enter {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-up-leave {
	-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-down-appear,
.slide-down-enter,
.slide-down-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.slide-down-appear.slide-down-appear-active,
.slide-down-enter.slide-down-enter-active {
	-webkit-animation-name: antSlideDownIn;
	animation-name: antSlideDownIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.slide-down-leave.slide-down-leave-active {
	-webkit-animation-name: antSlideDownOut;
	animation-name: antSlideDownOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.slide-down-appear,
.slide-down-enter {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-down-leave {
	-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-left-appear,
.slide-left-enter,
.slide-left-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.slide-left-appear.slide-left-appear-active,
.slide-left-enter.slide-left-enter-active {
	-webkit-animation-name: antSlideLeftIn;
	animation-name: antSlideLeftIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.slide-left-leave.slide-left-leave-active {
	-webkit-animation-name: antSlideLeftOut;
	animation-name: antSlideLeftOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.slide-left-appear,
.slide-left-enter {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-left-leave {
	-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-right-appear,
.slide-right-enter,
.slide-right-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.slide-right-appear.slide-right-appear-active,
.slide-right-enter.slide-right-enter-active {
	-webkit-animation-name: antSlideRightIn;
	animation-name: antSlideRightIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.slide-right-leave.slide-right-leave-active {
	-webkit-animation-name: antSlideRightOut;
	animation-name: antSlideRightOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.slide-right-appear,
.slide-right-enter {
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	animation-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.slide-right-leave {
	-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

@-webkit-keyframes antSlideUpIn {
	0% {
		-webkit-transform: scaleY(.8);
		transform: scaleY(.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antSlideUpIn {
	0% {
		-webkit-transform: scaleY(.8);
		transform: scaleY(.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@-webkit-keyframes antSlideUpOut {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: scaleY(.8);
		transform: scaleY(.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antSlideUpOut {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: scaleY(.8);
		transform: scaleY(.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@-webkit-keyframes antSlideDownIn {
	0% {
		-webkit-transform: scaleY(.8);
		transform: scaleY(.8);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 0
	}
	to {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 1
	}
}

@keyframes antSlideDownIn {
	0% {
		-webkit-transform: scaleY(.8);
		transform: scaleY(.8);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 0
	}
	to {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 1
	}
}

@-webkit-keyframes antSlideDownOut {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 1
	}
	to {
		-webkit-transform: scaleY(.8);
		transform: scaleY(.8);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 0
	}
}

@keyframes antSlideDownOut {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 1
	}
	to {
		-webkit-transform: scaleY(.8);
		transform: scaleY(.8);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		opacity: 0
	}
}

@-webkit-keyframes antSlideLeftIn {
	0% {
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@keyframes antSlideLeftIn {
	0% {
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
}

@-webkit-keyframes antSlideLeftOut {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@keyframes antSlideLeftOut {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 1
	}
	to {
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		opacity: 0
	}
}

@-webkit-keyframes antSlideRightIn {
	0% {
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 0
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 1
	}
}

@keyframes antSlideRightIn {
	0% {
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 0
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 1
	}
}

@-webkit-keyframes antSlideRightOut {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 1
	}
	to {
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 0
	}
}

@keyframes antSlideRightOut {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 1
	}
	to {
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		opacity: 0
	}
}

.swing-appear,
.swing-enter {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.swing-appear.swing-appear-active,
.swing-enter.swing-enter-active {
	-webkit-animation-name: antSwingIn;
	animation-name: antSwingIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

@-webkit-keyframes antSwingIn {
	0%,
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	40% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
	60% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	80% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
}

@keyframes antSwingIn {
	0%,
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	20% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	40% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
	60% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	80% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
	}
}

.zoom-appear,
.zoom-enter,
.zoom-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.zoom-appear.zoom-appear-active,
.zoom-enter.zoom-enter-active {
	-webkit-animation-name: antZoomIn;
	animation-name: antZoomIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.zoom-leave.zoom-leave-active {
	-webkit-animation-name: antZoomOut;
	animation-name: antZoomOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.zoom-appear,
.zoom-enter {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-leave {
	-webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-appear,
.zoom-big-enter,
.zoom-big-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.zoom-big-appear.zoom-big-appear-active,
.zoom-big-enter.zoom-big-enter-active {
	-webkit-animation-name: antZoomBigIn;
	animation-name: antZoomBigIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.zoom-big-leave.zoom-big-leave-active {
	-webkit-animation-name: antZoomBigOut;
	animation-name: antZoomBigOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.zoom-big-appear,
.zoom-big-enter {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-big-leave {
	-webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-fast-appear,
.zoom-big-fast-enter,
.zoom-big-fast-leave {
	-webkit-animation-duration: .1s;
	animation-duration: .1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.zoom-big-fast-appear.zoom-big-fast-appear-active,
.zoom-big-fast-enter.zoom-big-fast-enter-active {
	-webkit-animation-name: antZoomBigIn;
	animation-name: antZoomBigIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.zoom-big-fast-leave.zoom-big-fast-leave-active {
	-webkit-animation-name: antZoomBigOut;
	animation-name: antZoomBigOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.zoom-big-fast-appear,
.zoom-big-fast-enter {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-big-fast-leave {
	-webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-up-appear,
.zoom-up-enter,
.zoom-up-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.zoom-up-appear.zoom-up-appear-active,
.zoom-up-enter.zoom-up-enter-active {
	-webkit-animation-name: antZoomUpIn;
	animation-name: antZoomUpIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.zoom-up-leave.zoom-up-leave-active {
	-webkit-animation-name: antZoomUpOut;
	animation-name: antZoomUpOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.zoom-up-appear,
.zoom-up-enter {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-up-leave {
	-webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-down-appear,
.zoom-down-enter,
.zoom-down-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.zoom-down-appear.zoom-down-appear-active,
.zoom-down-enter.zoom-down-enter-active {
	-webkit-animation-name: antZoomDownIn;
	animation-name: antZoomDownIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.zoom-down-leave.zoom-down-leave-active {
	-webkit-animation-name: antZoomDownOut;
	animation-name: antZoomDownOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.zoom-down-appear,
.zoom-down-enter {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-down-leave {
	-webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-left-appear,
.zoom-left-enter,
.zoom-left-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.zoom-left-appear.zoom-left-appear-active,
.zoom-left-enter.zoom-left-enter-active {
	-webkit-animation-name: antZoomLeftIn;
	animation-name: antZoomLeftIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.zoom-left-leave.zoom-left-leave-active {
	-webkit-animation-name: antZoomLeftOut;
	animation-name: antZoomLeftOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.zoom-left-appear,
.zoom-left-enter {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-left-leave {
	-webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-right-appear,
.zoom-right-enter,
.zoom-right-leave {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.zoom-right-appear.zoom-right-appear-active,
.zoom-right-enter.zoom-right-enter-active {
	-webkit-animation-name: antZoomRightIn;
	animation-name: antZoomRightIn;
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.zoom-right-leave.zoom-right-leave-active {
	-webkit-animation-name: antZoomRightOut;
	animation-name: antZoomRightOut;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	pointer-events: none
}

.zoom-right-appear,
.zoom-right-enter {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-animation-timing-function: cubic-bezier(.08, .82, .17, 1);
	animation-timing-function: cubic-bezier(.08, .82, .17, 1)
}

.zoom-right-leave {
	-webkit-animation-timing-function: cubic-bezier(.78, .14, .15, .86);
	animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

@-webkit-keyframes antZoomIn {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes antZoomIn {
	0% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes antZoomOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 0
	}
}

@keyframes antZoomOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.2);
		transform: scale(.2);
		opacity: 0
	}
}

@-webkit-keyframes antZoomBigIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes antZoomBigIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes antZoomBigOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}
}

@keyframes antZoomBigOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}
}

@-webkit-keyframes antZoomUpIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}
}

@keyframes antZoomUpIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}
}

@-webkit-keyframes antZoomUpOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 0
	}
}

@keyframes antZoomUpOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
		opacity: 0
	}
}

@-webkit-keyframes antZoomLeftIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
}

@keyframes antZoomLeftIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
}

@-webkit-keyframes antZoomLeftOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		opacity: 0
	}
}

@keyframes antZoomLeftOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		opacity: 0
	}
}

@-webkit-keyframes antZoomRightIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}
}

@keyframes antZoomRightIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}
}

@-webkit-keyframes antZoomRightOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 0
	}
}

@keyframes antZoomRightOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		opacity: 0
	}
}

@-webkit-keyframes antZoomDownIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
}

@keyframes antZoomDownIn {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
}

@-webkit-keyframes antZoomDownOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0
	}
}

@keyframes antZoomDownOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%
	}
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 0
	}
}

.ant-motion-collapse-legacy {
	overflow: hidden
}

.ant-motion-collapse,
.ant-motion-collapse-legacy-active {
	-webkit-transition: height .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1)!important;
	transition: height .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1)!important
}

.ant-motion-collapse {
	overflow: hidden
}

.ant-message {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: fixed;
	top: 16px;
	left: 0;
	z-index: 1010;
	width: 100%;
	pointer-events: none
}

.ant-message-notice {
	padding: 8px;
	text-align: center
}

.ant-message-notice:first-child {
	margin-top: -8px
}

.ant-message-notice-content {
	display: inline-block;
	padding: 10px 16px;
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	pointer-events: all
}

.ant-message-success .anticon {
	color: #52c41a
}

.ant-message-error .anticon {
	color: #f5222d
}

.ant-message-warning .anticon {
	color: #faad14
}

.ant-message-info .anticon,
.ant-message-loading .anticon {
	color: #1890ff
}

.ant-message .anticon {
	position: relative;
	top: 1px;
	margin-right: 8px;
	font-size: 16px
}

.ant-message-notice.move-up-leave.move-up-leave-active {
	overflow: hidden;
	-webkit-animation-name: MessageMoveOut;
	animation-name: MessageMoveOut;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

@-webkit-keyframes MessageMoveOut {
	0% {
		max-height: 150px;
		padding: 8px;
		opacity: 1
	}
	to {
		max-height: 0;
		padding: 0;
		opacity: 0
	}
}

@keyframes MessageMoveOut {
	0% {
		max-height: 150px;
		padding: 8px;
		opacity: 1
	}
	to {
		max-height: 0;
		padding: 0;
		opacity: 0
	}
}

.ant-tooltip {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: absolute;
	z-index: 1060;
	display: block;
	max-width: 250px;
	visibility: visible
}

.ant-tooltip-hidden {
	display: none
}

.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
	padding-bottom: 8px
}

.ant-tooltip-placement-right,
.ant-tooltip-placement-rightBottom,
.ant-tooltip-placement-rightTop {
	padding-left: 8px
}

.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
	padding-top: 8px
}

.ant-tooltip-placement-left,
.ant-tooltip-placement-leftBottom,
.ant-tooltip-placement-leftTop {
	padding-right: 8px
}

.ant-tooltip-inner {
	min-width: 30px;
	min-height: 32px;
	padding: 6px 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	word-wrap: break-word;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.ant-tooltip-arrow {
	position: absolute;
	display: block;
	width: 13.07106781px;
	height: 13.07106781px;
	overflow: hidden;
	background: transparent;
	pointer-events: none
}

.ant-tooltip-arrow:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	background-color: rgba(0, 0, 0, .75);
	content: "";
	pointer-events: auto
}

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
	bottom: -5.07106781px
}

.ant-tooltip-placement-top .ant-tooltip-arrow:before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow:before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow:before {
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
	-webkit-transform: translateY(-6.53553391px) rotate(45deg);
	-ms-transform: translateY(-6.53553391px) rotate(45deg);
	transform: translateY(-6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
	left: 13px
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
	right: 13px
}

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
	left: -5.07106781px
}

.ant-tooltip-placement-right .ant-tooltip-arrow:before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow:before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow:before {
	-webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
	box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
	-webkit-transform: translateX(6.53553391px) rotate(45deg);
	-ms-transform: translateX(6.53553391px) rotate(45deg);
	transform: translateX(6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
	top: 5px
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
	bottom: 5px
}

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
	right: -5.07106781px
}

.ant-tooltip-placement-left .ant-tooltip-arrow:before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow:before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow:before {
	-webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
	box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
	-webkit-transform: translateX(-6.53553391px) rotate(45deg);
	-ms-transform: translateX(-6.53553391px) rotate(45deg);
	transform: translateX(-6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
	top: 5px
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
	bottom: 5px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
	top: -5.07106781px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow:before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow:before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow:before {
	-webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, .07);
	box-shadow: -3px -3px 7px rgba(0, 0, 0, .07);
	-webkit-transform: translateY(6.53553391px) rotate(45deg);
	-ms-transform: translateY(6.53553391px) rotate(45deg);
	transform: translateY(6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
	left: 13px
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
	right: 13px
}

.ant-input-number {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-variant: tabular-nums;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	width: 100%;
	height: 32px;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	background-image: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	width: 90px;
	margin: 0;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-radius: 4px
}

.ant-input-number::-moz-placeholder {
	color: #bfbfbf;
	opacity: 1
}

.ant-input-number:-ms-input-placeholder {
	color: #bfbfbf
}

.ant-input-number::-webkit-input-placeholder {
	color: #bfbfbf
}

.ant-input-number:-moz-placeholder-shown {
	text-overflow: ellipsis
}

.ant-input-number:-ms-input-placeholder {
	text-overflow: ellipsis
}

.ant-input-number:placeholder-shown {
	text-overflow: ellipsis
}

.ant-input-number:focus {
	border-color: #40a9ff;
	border-right-width: 1px!important;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-input-number[disabled] {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 1
}

.ant-input-number[disabled]:hover {
	border-color: #d9d9d9;
	border-right-width: 1px!important
}

textarea.ant-input-number {
	max-width: 100%;
	height: auto;
	min-height: 32px;
	line-height: 1.5;
	vertical-align: bottom;
	-webkit-transition: all .3s, height 0s;
	transition: all .3s, height 0s
}

.ant-input-number-lg {
	height: 40px;
	padding: 6px 11px
}

.ant-input-number-sm {
	height: 24px;
	padding: 1px 7px
}

.ant-input-number-handler {
	position: relative;
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	color: rgba(0, 0, 0, .45);
	font-weight: 700;
	line-height: 0;
	text-align: center;
	-webkit-transition: all .1s linear;
	transition: all .1s linear
}

.ant-input-number-handler:active {
	background: #f4f4f4
}

.ant-input-number-handler:hover .ant-input-number-handler-down-inner,
.ant-input-number-handler:hover .ant-input-number-handler-up-inner {
	color: #40a9ff
}

.ant-input-number-handler-down-inner,
.ant-input-number-handler-up-inner {
	display: inline-block;
	color: inherit;
	font-style: normal;
	line-height: 0;
	text-align: center;
	text-transform: none;
	vertical-align: -.125em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 4px;
	width: 12px;
	height: 12px;
	color: rgba(0, 0, 0, .45);
	line-height: 12px;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ant-input-number-handler-down-inner>*,
.ant-input-number-handler-up-inner>* {
	line-height: 1
}

.ant-input-number-handler-down-inner svg,
.ant-input-number-handler-up-inner svg {
	display: inline-block
}

.ant-input-number-handler-down-inner:before,
.ant-input-number-handler-up-inner:before {
	display: none
}

.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon {
	display: block
}

.ant-input-number-focused,
.ant-input-number:hover {
	border-color: #40a9ff;
	border-right-width: 1px!important
}

.ant-input-number-focused {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-input-number-disabled {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 1
}

.ant-input-number-disabled:hover {
	border-color: #d9d9d9;
	border-right-width: 1px!important
}

.ant-input-number-disabled .ant-input-number-input {
	cursor: not-allowed
}

.ant-input-number-disabled .ant-input-number-handler-wrap {
	display: none
}

.ant-input-number-input {
	width: 100%;
	height: 30px;
	padding: 0 11px;
	text-align: left;
	background-color: transparent;
	border: 0;
	border-radius: 4px;
	outline: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-moz-appearance: textfield!important
}

.ant-input-number-input::-moz-placeholder {
	color: #bfbfbf;
	opacity: 1
}

.ant-input-number-input:-ms-input-placeholder {
	color: #bfbfbf
}

.ant-input-number-input::-webkit-input-placeholder {
	color: #bfbfbf
}

.ant-input-number-input:-moz-placeholder-shown {
	text-overflow: ellipsis
}

.ant-input-number-input:-ms-input-placeholder {
	text-overflow: ellipsis
}

.ant-input-number-input:placeholder-shown {
	text-overflow: ellipsis
}

.ant-input-number-input[type=number]::-webkit-inner-spin-button,
.ant-input-number-input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none
}

.ant-input-number-lg {
	padding: 0;
	font-size: 16px
}

.ant-input-number-lg input {
	height: 38px
}

.ant-input-number-sm {
	padding: 0
}

.ant-input-number-sm input {
	height: 22px;
	padding: 0 7px
}

.ant-input-number-handler-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 100%;
	background: #fff;
	border-left: 1px solid #d9d9d9;
	border-radius: 0 4px 4px 0;
	opacity: 0;
	-webkit-transition: opacity .24s linear .1s;
	transition: opacity .24s linear .1s
}

.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner {
	display: inline-block;
	font-size: 12px;
	font-size: 7px\9;
	-webkit-transform: scale(.58333333) rotate(0deg);
	-ms-transform: scale(.58333333) rotate(0deg);
	transform: scale(.58333333) rotate(0deg);
	min-width: auto;
	margin-right: 0
}

:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner {
	font-size: 12px
}

.ant-input-number-handler-wrap:hover .ant-input-number-handler {
	height: 40%
}

.ant-input-number:hover .ant-input-number-handler-wrap {
	opacity: 1
}

.ant-input-number-handler-up {
	border-top-right-radius: 4px;
	cursor: pointer
}

.ant-input-number-handler-up-inner {
	top: 50%;
	margin-top: -5px;
	text-align: center
}

.ant-input-number-handler-up:hover {
	height: 60%!important
}

.ant-input-number-handler-down {
	top: 0;
	border-top: 1px solid #d9d9d9;
	border-bottom-right-radius: 4px;
	cursor: pointer
}

.ant-input-number-handler-down-inner {
	top: 50%;
	margin-top: -6px;
	text-align: center
}

.ant-input-number-handler-down:hover {
	height: 60%!important
}

.ant-input-number-handler-down-disabled,
.ant-input-number-handler-up-disabled {
	cursor: not-allowed
}

.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner,
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner {
	color: rgba(0, 0, 0, .25)
}

.ant-radio-group {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	display: inline-block
}

.ant-radio-wrapper {
	margin: 0 8px 0 0
}

.ant-radio,
.ant-radio-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer
}

.ant-radio {
	margin: 0;
	line-height: 1;
	vertical-align: sub;
	outline: none
}

.ant-radio-input:focus+.ant-radio-inner,
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner {
	border-color: #1890ff
}

.ant-radio-input:focus+.ant-radio-inner {
	-webkit-box-shadow: 0 0 0 3px rgba(24, 144, 255, .08);
	box-shadow: 0 0 0 3px rgba(24, 144, 255, .08)
}

.ant-radio-checked:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #1890ff;
	border-radius: 50%;
	visibility: hidden;
	-webkit-animation: antRadioEffect .36s ease-in-out;
	animation: antRadioEffect .36s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	content: ""
}

.ant-radio-wrapper:hover .ant-radio:after,
.ant-radio:hover:after {
	visibility: visible
}

.ant-radio-inner {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 100px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-radio-inner:after {
	position: absolute;
	top: 3px;
	left: 3px;
	display: table;
	width: 8px;
	height: 8px;
	background-color: #1890ff;
	border-top: 0;
	border-left: 0;
	border-radius: 8px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.78, .14, .15, .86);
	transition: all .3s cubic-bezier(.78, .14, .15, .86);
	content: " "
}

.ant-radio-input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	opacity: 0
}

.ant-radio-checked .ant-radio-inner {
	border-color: #1890ff
}

.ant-radio-checked .ant-radio-inner:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all .3s cubic-bezier(.78, .14, .15, .86);
	transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-radio-disabled .ant-radio-inner {
	background-color: #f5f5f5;
	border-color: #d9d9d9!important;
	cursor: not-allowed
}

.ant-radio-disabled .ant-radio-inner:after {
	background-color: rgba(0, 0, 0, .2)
}

.ant-radio-disabled .ant-radio-input {
	cursor: not-allowed
}

.ant-radio-disabled+span {
	color: rgba(0, 0, 0, .25);
	cursor: not-allowed
}

span.ant-radio+* {
	padding-right: 8px;
	padding-left: 8px
}

.ant-radio-button-wrapper {
	position: relative;
	display: inline-block;
	height: 32px;
	margin: 0;
	padding: 0 15px;
	color: rgba(0, 0, 0, .65);
	line-height: 30px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1.02px solid #d9d9d9;
	border-left: 0;
	cursor: pointer;
	-webkit-transition: color .3s, background .3s, border-color .3s;
	transition: color .3s, background .3s, border-color .3s
}

.ant-radio-button-wrapper a {
	color: rgba(0, 0, 0, .65)
}

.ant-radio-button-wrapper>.ant-radio-button {
	display: block;
	width: 0;
	height: 0;
	margin-left: 0
}

.ant-radio-group-large .ant-radio-button-wrapper {
	height: 40px;
	font-size: 16px;
	line-height: 38px
}

.ant-radio-group-small .ant-radio-button-wrapper {
	height: 24px;
	padding: 0 7px;
	line-height: 22px
}

.ant-radio-button-wrapper:not(:first-child):before {
	position: absolute;
	top: 0;
	left: -1px;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #d9d9d9;
	content: ""
}

.ant-radio-button-wrapper:first-child {
	border-left: 1px solid #d9d9d9;
	border-radius: 4px 0 0 4px
}

.ant-radio-button-wrapper:last-child {
	border-radius: 0 4px 4px 0
}

.ant-radio-button-wrapper:first-child:last-child {
	border-radius: 4px
}

.ant-radio-button-wrapper:hover {
	position: relative;
	color: #1890ff
}

.ant-radio-button-wrapper:focus-within {
	outline: 3px solid rgba(24, 144, 255, .06)
}

.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type=checkbox],
.ant-radio-button-wrapper input[type=radio] {
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
	z-index: 1;
	color: #1890ff;
	background: #fff;
	border-color: #1890ff;
	-webkit-box-shadow: -1px 0 0 0 #1890ff;
	box-shadow: -1px 0 0 0 #1890ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before {
	background-color: #1890ff!important;
	opacity: .1
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
	border-color: #1890ff;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
	color: #40a9ff;
	border-color: #40a9ff;
	-webkit-box-shadow: -1px 0 0 0 #40a9ff;
	box-shadow: -1px 0 0 0 #40a9ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
	color: #096dd9;
	border-color: #096dd9;
	-webkit-box-shadow: -1px 0 0 0 #096dd9;
	box-shadow: -1px 0 0 0 #096dd9
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
	outline: 3px solid rgba(24, 144, 255, .06)
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
	color: #fff;
	background: #1890ff;
	border-color: #1890ff
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
	color: #fff;
	background: #40a9ff;
	border-color: #40a9ff
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
	color: #fff;
	background: #096dd9;
	border-color: #096dd9
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
	outline: 3px solid rgba(24, 144, 255, .06)
}

.ant-radio-button-wrapper-disabled {
	cursor: not-allowed
}

.ant-radio-button-wrapper-disabled,
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	border-color: #d9d9d9
}

.ant-radio-button-wrapper-disabled:first-child {
	border-left-color: #d9d9d9
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
	color: #fff;
	background-color: #e6e6e6;
	border-color: #d9d9d9;
	-webkit-box-shadow: none;
	box-shadow: none
}

@-webkit-keyframes antRadioEffect {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .5
	}
	to {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0
	}
}

@keyframes antRadioEffect {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .5
	}
	to {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0
	}
}

@supports (-moz-appearance:meterbar) and (background-blend-mode:difference, normal) {
	.ant-radio {
		vertical-align: text-bottom
	}
}

.ant-input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-variant: tabular-nums;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	display: inline-block;
	width: 100%;
	height: 32px;
	padding: 4px 11px;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-input::-moz-placeholder {
	color: #bfbfbf;
	opacity: 1
}

.ant-input:-ms-input-placeholder {
	color: #bfbfbf
}

.ant-input::-webkit-input-placeholder {
	color: #bfbfbf
}

.ant-input:-moz-placeholder-shown {
	text-overflow: ellipsis
}

.ant-input:-ms-input-placeholder {
	text-overflow: ellipsis
}

.ant-input:placeholder-shown {
	text-overflow: ellipsis
}

.ant-input:focus,
.ant-input:hover {
	border-color: #40a9ff;
	border-right-width: 1px!important
}

.ant-input:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-input-disabled {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 1
}

.ant-input-disabled:hover {
	border-color: #d9d9d9;
	border-right-width: 1px!important
}

.ant-input[disabled] {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 1
}

.ant-input[disabled]:hover {
	border-color: #d9d9d9;
	border-right-width: 1px!important
}

textarea.ant-input {
	max-width: 100%;
	height: auto;
	min-height: 32px;
	line-height: 1.5;
	vertical-align: bottom;
	-webkit-transition: all .3s, height 0s;
	transition: all .3s, height 0s
}

.ant-input-lg {
	height: 40px;
	padding: 6px 11px;
	font-size: 16px
}

.ant-input-sm {
	height: 24px;
	padding: 1px 7px
}

.ant-input-group {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0
}

.ant-input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.ant-input-group>[class*=col-] {
	padding-right: 8px
}

.ant-input-group>[class*=col-]:last-child {
	padding-right: 0
}

.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group>.ant-input {
	display: table-cell
}

.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group>.ant-input:not(:first-child):not(:last-child) {
	border-radius: 0
}

.ant-input-group-addon,
.ant-input-group-wrap {
	width: 1px;
	white-space: nowrap;
	vertical-align: middle
}

.ant-input-group-wrap>* {
	display: block!important
}

.ant-input-group .ant-input {
	float: left;
	width: 100%;
	margin-bottom: 0;
	text-align: inherit
}

.ant-input-group .ant-input:focus,
.ant-input-group .ant-input:hover {
	z-index: 1;
	border-right-width: 1px
}

.ant-input-group-addon {
	position: relative;
	padding: 0 11px;
	color: rgba(0, 0, 0, .65);
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-input-group-addon .ant-select {
	margin: -5px -11px
}

.ant-input-group-addon .ant-select .ant-select-selection {
	margin: -1px;
	background-color: inherit;
	border: 1px solid transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-input-group-addon .ant-select-focused .ant-select-selection,
.ant-input-group-addon .ant-select-open .ant-select-selection {
	color: #1890ff
}

.ant-input-group-addon>i:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ""
}

.ant-input-group-addon:first-child,
.ant-input-group-addon:first-child .ant-select .ant-select-selection,
.ant-input-group>.ant-input:first-child,
.ant-input-group>.ant-input:first-child .ant-select .ant-select-selection {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.ant-input-group-addon:first-child {
	border-right: 0
}

.ant-input-group-addon:last-child {
	border-left: 0
}

.ant-input-group-addon:last-child,
.ant-input-group-addon:last-child .ant-select .ant-select-selection,
.ant-input-group>.ant-input:last-child,
.ant-input-group>.ant-input:last-child .ant-select .ant-select-selection {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.ant-input-group-lg .ant-input,
.ant-input-group-lg>.ant-input-group-addon {
	height: 40px;
	padding: 6px 11px;
	font-size: 16px
}

.ant-input-group-sm .ant-input,
.ant-input-group-sm>.ant-input-group-addon {
	height: 24px;
	padding: 1px 7px
}

.ant-input-group-lg .ant-select-selection--single {
	height: 40px
}

.ant-input-group-sm .ant-select-selection--single {
	height: 24px
}

.ant-input-group .ant-input-affix-wrapper {
	display: table-cell;
	float: left;
	width: 100%
}

.ant-input-group.ant-input-group-compact {
	display: block;
	zoom: 1
}

.ant-input-group.ant-input-group-compact:after,
.ant-input-group.ant-input-group-compact:before {
	display: table;
	content: ""
}

.ant-input-group.ant-input-group-compact:after {
	clear: both
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child) {
	border-right-width: 1px
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover {
	z-index: 1
}

.ant-input-group.ant-input-group-compact>* {
	display: inline-block;
	float: none;
	vertical-align: top;
	border-radius: 0
}

.ant-input-group.ant-input-group-compact>:not(:last-child) {
	margin-right: -1px;
	border-right-width: 1px
}

.ant-input-group.ant-input-group-compact .ant-input {
	float: none
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection,
.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input {
	border-right-width: 1px;
	border-radius: 0
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection:focus,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection:hover,
.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:hover {
	z-index: 1
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selection,
.ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,
.ant-input-group.ant-input-group-compact>:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selection,
.ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,
.ant-input-group.ant-input-group-compact>:last-child {
	border-right-width: 1px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
	vertical-align: top
}

.ant-input-group-wrapper {
	display: inline-block;
	width: 100%;
	text-align: start;
	vertical-align: top
}

.ant-input-affix-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: start
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
	border-color: #40a9ff;
	border-right-width: 1px!important
}

.ant-input-affix-wrapper .ant-input {
	position: relative;
	text-align: inherit
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(0, 0, 0, .65);
	line-height: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
	line-height: 1.5
}

.ant-input-affix-wrapper .ant-input-disabled~.ant-input-suffix .anticon {
	color: rgba(0, 0, 0, .25);
	cursor: not-allowed
}

.ant-input-affix-wrapper .ant-input-prefix {
	left: 12px
}

.ant-input-affix-wrapper .ant-input-suffix {
	right: 12px
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
	padding-left: 30px
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
	padding-right: 30px
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
	padding-right: 49px
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
	padding-right: 22px
}

.ant-input-affix-wrapper .ant-input {
	/*min-height: 100%*/
}

.ant-input-password-icon {
	color: rgba(0, 0, 0, .45);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-input-password-icon:hover {
	color: #333
}

.ant-input-clear-icon {
	color: rgba(0, 0, 0, .25);
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	vertical-align: 0
}

.ant-input-clear-icon:hover {
	color: rgba(0, 0, 0, .45)
}

.ant-input-clear-icon:active {
	color: rgba(0, 0, 0, .65)
}

.ant-input-clear-icon+i {
	margin-left: 6px
}

.ant-input-textarea-clear-icon {
	color: rgba(0, 0, 0, .25);
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px 8px 0 0
}

.ant-input-textarea-clear-icon:hover {
	color: rgba(0, 0, 0, .45)
}

.ant-input-textarea-clear-icon:active {
	color: rgba(0, 0, 0, .65)
}

.ant-input-textarea-clear-icon+i {
	margin-left: 6px
}

.ant-input-search-icon {
	color: rgba(0, 0, 0, .45);
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-input-search-icon:hover {
	color: rgba(0, 0, 0, .8)
}

.ant-input-search-enter-button input {
	border-right: 0
}

.ant-input-search-enter-button+.ant-input-group-addon,
.ant-input-search-enter-button input+.ant-input-group-addon {
	padding: 0;
	border: 0
}

.ant-input-search-enter-button+.ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input+.ant-input-group-addon .ant-input-search-button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.ant-btn {
	line-height: 1.499;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	height: 32px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	border: 1px solid #d9d9d9
}

.ant-btn>.anticon {
	line-height: 1
}

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
	outline: 0
}

.ant-btn:not([disabled]):hover {
	text-decoration: none
}

.ant-btn:not([disabled]):active {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn.disabled,
.ant-btn[disabled] {
	cursor: not-allowed
}

.ant-btn.disabled>*,
.ant-btn[disabled]>* {
	pointer-events: none
}

.ant-btn-lg {
	height: 40px;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 4px
}

.ant-btn-sm {
	height: 24px;
	padding: 0 7px;
	font-size: 14px;
	border-radius: 4px
}

.ant-btn>a:only-child {
	color: currentColor
}

.ant-btn>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn:focus,
.ant-btn:hover {
	color: #40a9ff;
	background-color: #fff;
	border-color: #40a9ff
}

.ant-btn:focus>a:only-child,
.ant-btn:hover>a:only-child {
	color: currentColor
}

.ant-btn:focus>a:only-child:after,
.ant-btn:hover>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn.active,
.ant-btn:active {
	color: #096dd9;
	background-color: #fff;
	border-color: #096dd9
}

.ant-btn.active>a:only-child,
.ant-btn:active>a:only-child {
	color: currentColor
}

.ant-btn.active>a:only-child:after,
.ant-btn:active>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-disabled,
.ant-btn-disabled.active,
.ant-btn-disabled:active,
.ant-btn-disabled:focus,
.ant-btn-disabled:hover,
.ant-btn.disabled,
.ant-btn.disabled.active,
.ant-btn.disabled:active,
.ant-btn.disabled:focus,
.ant-btn.disabled:hover,
.ant-btn[disabled],
.ant-btn[disabled].active,
.ant-btn[disabled]:active,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	border-color: #d9d9d9;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-disabled.active>a:only-child,
.ant-btn-disabled:active>a:only-child,
.ant-btn-disabled:focus>a:only-child,
.ant-btn-disabled:hover>a:only-child,
.ant-btn-disabled>a:only-child,
.ant-btn.disabled.active>a:only-child,
.ant-btn.disabled:active>a:only-child,
.ant-btn.disabled:focus>a:only-child,
.ant-btn.disabled:hover>a:only-child,
.ant-btn.disabled>a:only-child,
.ant-btn[disabled].active>a:only-child,
.ant-btn[disabled]:active>a:only-child,
.ant-btn[disabled]:focus>a:only-child,
.ant-btn[disabled]:hover>a:only-child,
.ant-btn[disabled]>a:only-child {
	color: currentColor
}

.ant-btn-disabled.active>a:only-child:after,
.ant-btn-disabled:active>a:only-child:after,
.ant-btn-disabled:focus>a:only-child:after,
.ant-btn-disabled:hover>a:only-child:after,
.ant-btn-disabled>a:only-child:after,
.ant-btn.disabled.active>a:only-child:after,
.ant-btn.disabled:active>a:only-child:after,
.ant-btn.disabled:focus>a:only-child:after,
.ant-btn.disabled:hover>a:only-child:after,
.ant-btn.disabled>a:only-child:after,
.ant-btn[disabled].active>a:only-child:after,
.ant-btn[disabled]:active>a:only-child:after,
.ant-btn[disabled]:focus>a:only-child:after,
.ant-btn[disabled]:hover>a:only-child:after,
.ant-btn[disabled]>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn.active,
.ant-btn:active,
.ant-btn:focus,
.ant-btn:hover {
	text-decoration: none;
	background: #fff
}

.ant-btn>i,
.ant-btn>span {
	display: inline-block;
	-webkit-transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
	transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
	pointer-events: none
}

.ant-btn-primary {
	color: #fff;
	background-color: #1890ff;
	border-color: #1890ff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .045)
}

.ant-btn-primary>a:only-child {
	color: currentColor
}

.ant-btn-primary>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-primary:focus,
.ant-btn-primary:hover {
	color: #fff;
	background-color: #40a9ff;
	border-color: #40a9ff
}

.ant-btn-primary:focus>a:only-child,
.ant-btn-primary:hover>a:only-child {
	color: currentColor
}

.ant-btn-primary:focus>a:only-child:after,
.ant-btn-primary:hover>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-primary.active,
.ant-btn-primary:active {
	color: #fff;
	background-color: #096dd9;
	border-color: #096dd9
}

.ant-btn-primary.active>a:only-child,
.ant-btn-primary:active>a:only-child {
	color: currentColor
}

.ant-btn-primary.active>a:only-child:after,
.ant-btn-primary:active>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-primary-disabled,
.ant-btn-primary-disabled.active,
.ant-btn-primary-disabled:active,
.ant-btn-primary-disabled:focus,
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled,
.ant-btn-primary.disabled.active,
.ant-btn-primary.disabled:active,
.ant-btn-primary.disabled:focus,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled],
.ant-btn-primary[disabled].active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	border-color: #d9d9d9;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-primary-disabled.active>a:only-child,
.ant-btn-primary-disabled:active>a:only-child,
.ant-btn-primary-disabled:focus>a:only-child,
.ant-btn-primary-disabled:hover>a:only-child,
.ant-btn-primary-disabled>a:only-child,
.ant-btn-primary.disabled.active>a:only-child,
.ant-btn-primary.disabled:active>a:only-child,
.ant-btn-primary.disabled:focus>a:only-child,
.ant-btn-primary.disabled:hover>a:only-child,
.ant-btn-primary.disabled>a:only-child,
.ant-btn-primary[disabled].active>a:only-child,
.ant-btn-primary[disabled]:active>a:only-child,
.ant-btn-primary[disabled]:focus>a:only-child,
.ant-btn-primary[disabled]:hover>a:only-child,
.ant-btn-primary[disabled]>a:only-child {
	color: currentColor
}

.ant-btn-primary-disabled.active>a:only-child:after,
.ant-btn-primary-disabled:active>a:only-child:after,
.ant-btn-primary-disabled:focus>a:only-child:after,
.ant-btn-primary-disabled:hover>a:only-child:after,
.ant-btn-primary-disabled>a:only-child:after,
.ant-btn-primary.disabled.active>a:only-child:after,
.ant-btn-primary.disabled:active>a:only-child:after,
.ant-btn-primary.disabled:focus>a:only-child:after,
.ant-btn-primary.disabled:hover>a:only-child:after,
.ant-btn-primary.disabled>a:only-child:after,
.ant-btn-primary[disabled].active>a:only-child:after,
.ant-btn-primary[disabled]:active>a:only-child:after,
.ant-btn-primary[disabled]:focus>a:only-child:after,
.ant-btn-primary[disabled]:hover>a:only-child:after,
.ant-btn-primary[disabled]>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
	border-right-color: #40a9ff;
	border-left-color: #40a9ff
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
	border-color: #d9d9d9
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
	border-right-color: #40a9ff
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
	border-right-color: #d9d9d9
}

.ant-btn-group .ant-btn-primary+.ant-btn-primary,
.ant-btn-group .ant-btn-primary:last-child:not(:first-child) {
	border-left-color: #40a9ff
}

.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled] {
	border-left-color: #d9d9d9
}

.ant-btn-ghost {
	color: rgba(0, 0, 0, .65);
	background-color: transparent;
	border-color: #d9d9d9
}

.ant-btn-ghost>a:only-child {
	color: currentColor
}

.ant-btn-ghost>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-ghost:focus,
.ant-btn-ghost:hover {
	color: #40a9ff;
	background-color: transparent;
	border-color: #40a9ff
}

.ant-btn-ghost:focus>a:only-child,
.ant-btn-ghost:hover>a:only-child {
	color: currentColor
}

.ant-btn-ghost:focus>a:only-child:after,
.ant-btn-ghost:hover>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-ghost.active,
.ant-btn-ghost:active {
	color: #096dd9;
	background-color: transparent;
	border-color: #096dd9
}

.ant-btn-ghost.active>a:only-child,
.ant-btn-ghost:active>a:only-child {
	color: currentColor
}

.ant-btn-ghost.active>a:only-child:after,
.ant-btn-ghost:active>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-ghost-disabled,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled].active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	border-color: #d9d9d9;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-ghost-disabled.active>a:only-child,
.ant-btn-ghost-disabled:active>a:only-child,
.ant-btn-ghost-disabled:focus>a:only-child,
.ant-btn-ghost-disabled:hover>a:only-child,
.ant-btn-ghost-disabled>a:only-child,
.ant-btn-ghost.disabled.active>a:only-child,
.ant-btn-ghost.disabled:active>a:only-child,
.ant-btn-ghost.disabled:focus>a:only-child,
.ant-btn-ghost.disabled:hover>a:only-child,
.ant-btn-ghost.disabled>a:only-child,
.ant-btn-ghost[disabled].active>a:only-child,
.ant-btn-ghost[disabled]:active>a:only-child,
.ant-btn-ghost[disabled]:focus>a:only-child,
.ant-btn-ghost[disabled]:hover>a:only-child,
.ant-btn-ghost[disabled]>a:only-child {
	color: currentColor
}

.ant-btn-ghost-disabled.active>a:only-child:after,
.ant-btn-ghost-disabled:active>a:only-child:after,
.ant-btn-ghost-disabled:focus>a:only-child:after,
.ant-btn-ghost-disabled:hover>a:only-child:after,
.ant-btn-ghost-disabled>a:only-child:after,
.ant-btn-ghost.disabled.active>a:only-child:after,
.ant-btn-ghost.disabled:active>a:only-child:after,
.ant-btn-ghost.disabled:focus>a:only-child:after,
.ant-btn-ghost.disabled:hover>a:only-child:after,
.ant-btn-ghost.disabled>a:only-child:after,
.ant-btn-ghost[disabled].active>a:only-child:after,
.ant-btn-ghost[disabled]:active>a:only-child:after,
.ant-btn-ghost[disabled]:focus>a:only-child:after,
.ant-btn-ghost[disabled]:hover>a:only-child:after,
.ant-btn-ghost[disabled]>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-dashed {
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	border-color: #d9d9d9;
	border-style: dashed
}

.ant-btn-dashed>a:only-child {
	color: currentColor
}

.ant-btn-dashed>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-dashed:focus,
.ant-btn-dashed:hover {
	color: #40a9ff;
	background-color: #fff;
	border-color: #40a9ff
}

.ant-btn-dashed:focus>a:only-child,
.ant-btn-dashed:hover>a:only-child {
	color: currentColor
}

.ant-btn-dashed:focus>a:only-child:after,
.ant-btn-dashed:hover>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-dashed.active,
.ant-btn-dashed:active {
	color: #096dd9;
	background-color: #fff;
	border-color: #096dd9
}

.ant-btn-dashed.active>a:only-child,
.ant-btn-dashed:active>a:only-child {
	color: currentColor
}

.ant-btn-dashed.active>a:only-child:after,
.ant-btn-dashed:active>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-dashed-disabled,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled].active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	border-color: #d9d9d9;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-dashed-disabled.active>a:only-child,
.ant-btn-dashed-disabled:active>a:only-child,
.ant-btn-dashed-disabled:focus>a:only-child,
.ant-btn-dashed-disabled:hover>a:only-child,
.ant-btn-dashed-disabled>a:only-child,
.ant-btn-dashed.disabled.active>a:only-child,
.ant-btn-dashed.disabled:active>a:only-child,
.ant-btn-dashed.disabled:focus>a:only-child,
.ant-btn-dashed.disabled:hover>a:only-child,
.ant-btn-dashed.disabled>a:only-child,
.ant-btn-dashed[disabled].active>a:only-child,
.ant-btn-dashed[disabled]:active>a:only-child,
.ant-btn-dashed[disabled]:focus>a:only-child,
.ant-btn-dashed[disabled]:hover>a:only-child,
.ant-btn-dashed[disabled]>a:only-child {
	color: currentColor
}

.ant-btn-dashed-disabled.active>a:only-child:after,
.ant-btn-dashed-disabled:active>a:only-child:after,
.ant-btn-dashed-disabled:focus>a:only-child:after,
.ant-btn-dashed-disabled:hover>a:only-child:after,
.ant-btn-dashed-disabled>a:only-child:after,
.ant-btn-dashed.disabled.active>a:only-child:after,
.ant-btn-dashed.disabled:active>a:only-child:after,
.ant-btn-dashed.disabled:focus>a:only-child:after,
.ant-btn-dashed.disabled:hover>a:only-child:after,
.ant-btn-dashed.disabled>a:only-child:after,
.ant-btn-dashed[disabled].active>a:only-child:after,
.ant-btn-dashed[disabled]:active>a:only-child:after,
.ant-btn-dashed[disabled]:focus>a:only-child:after,
.ant-btn-dashed[disabled]:hover>a:only-child:after,
.ant-btn-dashed[disabled]>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-danger {
	color: #fff;
	background-color: #ff4d4f;
	border-color: #ff4d4f;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .045)
}

.ant-btn-danger>a:only-child {
	color: currentColor
}

.ant-btn-danger>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-danger:focus,
.ant-btn-danger:hover {
	color: #fff;
	background-color: #ff7875;
	border-color: #ff7875
}

.ant-btn-danger:focus>a:only-child,
.ant-btn-danger:hover>a:only-child {
	color: currentColor
}

.ant-btn-danger:focus>a:only-child:after,
.ant-btn-danger:hover>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-danger.active,
.ant-btn-danger:active {
	color: #fff;
	background-color: #d9363e;
	border-color: #d9363e
}

.ant-btn-danger.active>a:only-child,
.ant-btn-danger:active>a:only-child {
	color: currentColor
}

.ant-btn-danger.active>a:only-child:after,
.ant-btn-danger:active>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-danger-disabled,
.ant-btn-danger-disabled.active,
.ant-btn-danger-disabled:active,
.ant-btn-danger-disabled:focus,
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled,
.ant-btn-danger.disabled.active,
.ant-btn-danger.disabled:active,
.ant-btn-danger.disabled:focus,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled],
.ant-btn-danger[disabled].active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	border-color: #d9d9d9;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-danger-disabled.active>a:only-child,
.ant-btn-danger-disabled:active>a:only-child,
.ant-btn-danger-disabled:focus>a:only-child,
.ant-btn-danger-disabled:hover>a:only-child,
.ant-btn-danger-disabled>a:only-child,
.ant-btn-danger.disabled.active>a:only-child,
.ant-btn-danger.disabled:active>a:only-child,
.ant-btn-danger.disabled:focus>a:only-child,
.ant-btn-danger.disabled:hover>a:only-child,
.ant-btn-danger.disabled>a:only-child,
.ant-btn-danger[disabled].active>a:only-child,
.ant-btn-danger[disabled]:active>a:only-child,
.ant-btn-danger[disabled]:focus>a:only-child,
.ant-btn-danger[disabled]:hover>a:only-child,
.ant-btn-danger[disabled]>a:only-child {
	color: currentColor
}

.ant-btn-danger-disabled.active>a:only-child:after,
.ant-btn-danger-disabled:active>a:only-child:after,
.ant-btn-danger-disabled:focus>a:only-child:after,
.ant-btn-danger-disabled:hover>a:only-child:after,
.ant-btn-danger-disabled>a:only-child:after,
.ant-btn-danger.disabled.active>a:only-child:after,
.ant-btn-danger.disabled:active>a:only-child:after,
.ant-btn-danger.disabled:focus>a:only-child:after,
.ant-btn-danger.disabled:hover>a:only-child:after,
.ant-btn-danger.disabled>a:only-child:after,
.ant-btn-danger[disabled].active>a:only-child:after,
.ant-btn-danger[disabled]:active>a:only-child:after,
.ant-btn-danger[disabled]:focus>a:only-child:after,
.ant-btn-danger[disabled]:hover>a:only-child:after,
.ant-btn-danger[disabled]>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-link {
	color: #1890ff;
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-link>a:only-child {
	color: currentColor
}

.ant-btn-link>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-link:focus,
.ant-btn-link:hover {
	color: #40a9ff;
	background-color: transparent;
	border-color: #40a9ff
}

.ant-btn-link:focus>a:only-child,
.ant-btn-link:hover>a:only-child {
	color: currentColor
}

.ant-btn-link:focus>a:only-child:after,
.ant-btn-link:hover>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-link.active,
.ant-btn-link:active {
	color: #096dd9;
	background-color: transparent;
	border-color: #096dd9
}

.ant-btn-link.active>a:only-child,
.ant-btn-link:active>a:only-child {
	color: currentColor
}

.ant-btn-link.active>a:only-child:after,
.ant-btn-link:active>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-link-disabled,
.ant-btn-link-disabled.active,
.ant-btn-link-disabled:active,
.ant-btn-link-disabled:focus,
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled,
.ant-btn-link.disabled.active,
.ant-btn-link.disabled:active,
.ant-btn-link.disabled:focus,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled],
.ant-btn-link[disabled].active,
.ant-btn-link[disabled]:active,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:hover {
	background-color: #f5f5f5;
	border-color: #d9d9d9
}

.ant-btn-link:active,
.ant-btn-link:focus,
.ant-btn-link:hover {
	border-color: transparent
}

.ant-btn-link-disabled,
.ant-btn-link-disabled.active,
.ant-btn-link-disabled:active,
.ant-btn-link-disabled:focus,
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled,
.ant-btn-link.disabled.active,
.ant-btn-link.disabled:active,
.ant-btn-link.disabled:focus,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled],
.ant-btn-link[disabled].active,
.ant-btn-link[disabled]:active,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: transparent;
	border-color: transparent;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-link-disabled.active>a:only-child,
.ant-btn-link-disabled:active>a:only-child,
.ant-btn-link-disabled:focus>a:only-child,
.ant-btn-link-disabled:hover>a:only-child,
.ant-btn-link-disabled>a:only-child,
.ant-btn-link.disabled.active>a:only-child,
.ant-btn-link.disabled:active>a:only-child,
.ant-btn-link.disabled:focus>a:only-child,
.ant-btn-link.disabled:hover>a:only-child,
.ant-btn-link.disabled>a:only-child,
.ant-btn-link[disabled].active>a:only-child,
.ant-btn-link[disabled]:active>a:only-child,
.ant-btn-link[disabled]:focus>a:only-child,
.ant-btn-link[disabled]:hover>a:only-child,
.ant-btn-link[disabled]>a:only-child {
	color: currentColor
}

.ant-btn-link-disabled.active>a:only-child:after,
.ant-btn-link-disabled:active>a:only-child:after,
.ant-btn-link-disabled:focus>a:only-child:after,
.ant-btn-link-disabled:hover>a:only-child:after,
.ant-btn-link-disabled>a:only-child:after,
.ant-btn-link.disabled.active>a:only-child:after,
.ant-btn-link.disabled:active>a:only-child:after,
.ant-btn-link.disabled:focus>a:only-child:after,
.ant-btn-link.disabled:hover>a:only-child:after,
.ant-btn-link.disabled>a:only-child:after,
.ant-btn-link[disabled].active>a:only-child:after,
.ant-btn-link[disabled]:active>a:only-child:after,
.ant-btn-link[disabled]:focus>a:only-child:after,
.ant-btn-link[disabled]:hover>a:only-child:after,
.ant-btn-link[disabled]>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-icon-only {
	width: 32px;
	height: 32px;
	padding: 0;
	font-size: 16px;
	border-radius: 4px
}

.ant-btn-icon-only.ant-btn-lg {
	width: 40px;
	height: 40px;
	padding: 0;
	font-size: 18px;
	border-radius: 4px
}

.ant-btn-icon-only.ant-btn-sm {
	width: 24px;
	height: 24px;
	padding: 0;
	font-size: 14px;
	border-radius: 4px
}

.ant-btn-icon-only>i {
	vertical-align: middle
}

.ant-btn-round {
	height: 32px;
	padding: 0 16px;
	font-size: 14px;
	border-radius: 32px
}

.ant-btn-round.ant-btn-lg {
	height: 40px;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 40px
}

.ant-btn-round.ant-btn-sm {
	height: 24px;
	padding: 0 12px;
	font-size: 14px;
	border-radius: 24px
}

.ant-btn-round.ant-btn-icon-only {
	width: auto
}

.ant-btn-circle,
.ant-btn-circle-outline {
	min-width: 32px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	border-radius: 50%
}

.ant-btn-circle-outline.ant-btn-lg,
.ant-btn-circle.ant-btn-lg {
	min-width: 40px;
	border-radius: 50%
}

.ant-btn-circle-outline.ant-btn-sm,
.ant-btn-circle.ant-btn-sm {
	min-width: 24px;
	border-radius: 50%
}

.ant-btn:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 1;
	display: none;
	background: #fff;
	border-radius: inherit;
	opacity: .35;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	content: "";
	pointer-events: none
}

.ant-btn .anticon {
	-webkit-transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
	transition: margin-left .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-btn .anticon.anticon-minus>svg,
.ant-btn .anticon.anticon-plus>svg {
	shape-rendering: optimizeSpeed
}

.ant-btn.ant-btn-loading {
	position: relative
}

.ant-btn.ant-btn-loading:not([disabled]) {
	pointer-events: none
}

.ant-btn.ant-btn-loading:before {
	display: block
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
	padding-left: 29px
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
	margin-left: -14px
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
	padding-left: 24px
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
	margin-left: -17px
}

.ant-btn-group {
	display: inline-block
}

.ant-btn-group,
.ant-btn-group>.ant-btn,
.ant-btn-group>span>.ant-btn {
	position: relative
}

.ant-btn-group>.ant-btn.active,
.ant-btn-group>.ant-btn:active,
.ant-btn-group>.ant-btn:focus,
.ant-btn-group>.ant-btn:hover,
.ant-btn-group>span>.ant-btn.active,
.ant-btn-group>span>.ant-btn:active,
.ant-btn-group>span>.ant-btn:focus,
.ant-btn-group>span>.ant-btn:hover {
	z-index: 2
}

.ant-btn-group>.ant-btn:disabled,
.ant-btn-group>span>.ant-btn:disabled {
	z-index: 0
}

.ant-btn-group>.ant-btn-icon-only {
	font-size: 14px
}

.ant-btn-group-lg>.ant-btn,
.ant-btn-group-lg>span>.ant-btn {
	height: 40px;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 0;
	line-height: 38px
}

.ant-btn-group-lg>.ant-btn.ant-btn-icon-only {
	width: 40px;
	height: 40px;
	padding-right: 0;
	padding-left: 0
}

.ant-btn-group-sm>.ant-btn,
.ant-btn-group-sm>span>.ant-btn {
	height: 24px;
	padding: 0 7px;
	font-size: 14px;
	border-radius: 0;
	line-height: 22px
}

.ant-btn-group-sm>.ant-btn>.anticon,
.ant-btn-group-sm>span>.ant-btn>.anticon {
	font-size: 14px
}

.ant-btn-group-sm>.ant-btn.ant-btn-icon-only {
	width: 24px;
	height: 24px;
	padding-right: 0;
	padding-left: 0
}

.ant-btn+.ant-btn-group,
.ant-btn-group+.ant-btn,
.ant-btn-group+.ant-btn-group,
.ant-btn-group .ant-btn+.ant-btn,
.ant-btn-group .ant-btn+span,
.ant-btn-group>span+span,
.ant-btn-group span+.ant-btn {
	margin-left: -1px
}

.ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary):not([disabled]) {
	border-left-color: transparent
}

.ant-btn-group .ant-btn {
	border-radius: 0
}

.ant-btn-group>.ant-btn:first-child,
.ant-btn-group>span:first-child>.ant-btn {
	margin-left: 0
}

.ant-btn-group>.ant-btn:only-child,
.ant-btn-group>span:only-child>.ant-btn {
	border-radius: 4px
}

.ant-btn-group>.ant-btn:first-child:not(:last-child),
.ant-btn-group>span:first-child:not(:last-child)>.ant-btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.ant-btn-group>.ant-btn:last-child:not(:first-child),
.ant-btn-group>span:last-child:not(:first-child)>.ant-btn {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.ant-btn-group-sm>.ant-btn:only-child,
.ant-btn-group-sm>span:only-child>.ant-btn {
	border-radius: 4px
}

.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),
.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),
.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.ant-btn-group>.ant-btn-group {
	float: left
}

.ant-btn-group>.ant-btn-group:not(:first-child):not(:last-child)>.ant-btn {
	border-radius: 0
}

.ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child {
	padding-right: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child {
	padding-left: 8px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.ant-btn:active>span,
.ant-btn:focus>span {
	position: relative
}

.ant-btn>.anticon+span,
.ant-btn>span+.anticon {
	margin-left: 8px
}

.ant-btn-background-ghost {
	color: #fff;
	background: transparent!important;
	border-color: #fff
}

.ant-btn-background-ghost.ant-btn-primary {
	color: #1890ff;
	background-color: transparent;
	border-color: #1890ff;
	text-shadow: none
}

.ant-btn-background-ghost.ant-btn-primary>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-primary>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-primary:focus,
.ant-btn-background-ghost.ant-btn-primary:hover {
	color: #40a9ff;
	background-color: transparent;
	border-color: #40a9ff
}

.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-primary.active,
.ant-btn-background-ghost.ant-btn-primary:active {
	color: #096dd9;
	background-color: transparent;
	border-color: #096dd9
}

.ant-btn-background-ghost.ant-btn-primary.active>a:only-child,
.ant-btn-background-ghost.ant-btn-primary:active>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-primary.active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled].active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	border-color: #d9d9d9;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-background-ghost.ant-btn-primary-disabled.active>a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active>a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled>a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-primary-disabled.active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary-disabled>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-danger {
	color: #ff4d4f;
	background-color: transparent;
	border-color: #ff4d4f;
	text-shadow: none
}

.ant-btn-background-ghost.ant-btn-danger>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-danger>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-danger:focus,
.ant-btn-background-ghost.ant-btn-danger:hover {
	color: #ff7875;
	background-color: transparent;
	border-color: #ff7875
}

.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-danger.active,
.ant-btn-background-ghost.ant-btn-danger:active {
	color: #d9363e;
	background-color: transparent;
	border-color: #d9363e
}

.ant-btn-background-ghost.ant-btn-danger.active>a:only-child,
.ant-btn-background-ghost.ant-btn-danger:active>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-danger.active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled].active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	border-color: #d9d9d9;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-background-ghost.ant-btn-danger-disabled.active>a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active>a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled>a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-danger-disabled.active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger-disabled>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-link {
	color: #1890ff;
	background-color: transparent;
	border-color: transparent;
	text-shadow: none;
	color: #fff
}

.ant-btn-background-ghost.ant-btn-link>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-link>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-link:focus,
.ant-btn-background-ghost.ant-btn-link:hover {
	color: #40a9ff;
	background-color: transparent;
	border-color: transparent
}

.ant-btn-background-ghost.ant-btn-link:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-link:hover>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-link:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link:hover>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-link.active,
.ant-btn-background-ghost.ant-btn-link:active {
	color: #096dd9;
	background-color: transparent;
	border-color: transparent
}

.ant-btn-background-ghost.ant-btn-link.active>a:only-child,
.ant-btn-background-ghost.ant-btn-link:active>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-link.active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link:active>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link[disabled].active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	border-color: #d9d9d9;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-btn-background-ghost.ant-btn-link-disabled.active>a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active>a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled>a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active>a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active>a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled>a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active>a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active>a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-link-disabled.active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link-disabled:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link-disabled>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link.disabled.active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link.disabled:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link.disabled>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link[disabled].active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-link[disabled]>a:only-child:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	content: ""
}

.ant-btn-two-chinese-chars:first-letter {
	letter-spacing: .34em
}

.ant-btn-two-chinese-chars>:not(.anticon) {
	margin-right: -.34em;
	letter-spacing: .34em
}

.ant-btn-block {
	width: 100%
}

.ant-btn:empty {
	vertical-align: top
}

a.ant-btn {
	padding-top: .1px;
	line-height: 30px
}

a.ant-btn-lg {
	line-height: 38px
}

a.ant-btn-sm {
	line-height: 22px
}

.ant-modal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	top: 100px;
	width: auto;
	margin: 0 auto;
	padding: 0 0 24px;
	pointer-events: none
}

.ant-modal-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow: auto;
	outline: 0;
	-webkit-overflow-scrolling: touch
}

.ant-modal-title {
	margin: 0;
	color: #1185da;
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	word-wrap: break-word
}

.ant-modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	pointer-events: auto
}

.ant-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 0;
	color: rgba(0, 0, 0, .45);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s
}

.ant-modal-close-x {
	display: block;
	width: 56px;
	height: 56px;
	font-size: 16px;
	font-style: normal;
	line-height: 56px;
	text-align: center;
	text-transform: none;
	text-rendering: auto
}

.ant-modal-close-x i {
	margin-top: 15px;
}

.ant-modal-close:focus,
.ant-modal-close:hover {
	color: rgba(0, 0, 0, .75);
	text-decoration: none
}

.ant-modal-header {
	padding: 16px 24px;
	color: rgba(0, 0, 0, .65);
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	border-radius: 4px 4px 0 0
}

.ant-modal-body {
	padding: 24px;
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word
}

.ant-modal-footer {
	padding: 10px 16px;
	text-align: right;
	background: transparent;
	border-top: 1px solid #e8e8e8;
	border-radius: 0 0 4px 4px
}

.ant-modal-footer button+button {
	margin-bottom: 0;
	margin-left: 8px
}

.ant-modal.zoom-appear,
.ant-modal.zoom-enter {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ant-modal-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	filter: alpha(opacity=50)
}

.ant-modal-mask-hidden {
	display: none
}

.ant-modal-open {
	overflow: hidden
}

.ant-modal-centered {
	text-align: center
}

.ant-modal-centered:before {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	content: ""
}

.ant-modal-centered .ant-modal {
	top: 0;
	display: inline-block;
	text-align: left;
	vertical-align: middle
}

@media (max-width:767px) {
	.ant-modal {
		max-width: calc(100vw - 16px);
		margin: 8px auto
	}
	.ant-modal-centered .ant-modal {
		-ms-flex: 1;
		flex: 1 1
	}
}

.ant-modal-confirm .ant-modal-close,
.ant-modal-confirm .ant-modal-header {
	display: none
}

.ant-modal-confirm .ant-modal-body {
	padding: 32px 32px 24px
}

.ant-modal-confirm-body-wrapper {
	zoom: 1
}

.ant-modal-confirm-body-wrapper:after,
.ant-modal-confirm-body-wrapper:before {
	display: table;
	content: ""
}

.ant-modal-confirm-body-wrapper:after {
	clear: both
}

.ant-modal-confirm-body .ant-modal-confirm-title {
	display: block;
	overflow: hidden;
	color: rgba(0, 0, 0, .85);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4
}

.ant-modal-confirm-body .ant-modal-confirm-content {
	margin-top: 8px;
	color: rgba(0, 0, 0, .65);
	font-size: 14px
}

.ant-modal-confirm-body>.anticon {
	float: left;
	margin-right: 16px;
	font-size: 22px
}

.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
	margin-left: 38px
}

.ant-modal-confirm .ant-modal-confirm-btns {
	float: right;
	margin-top: 24px
}

.ant-modal-confirm .ant-modal-confirm-btns button+button {
	margin-bottom: 0;
	margin-left: 8px
}

.ant-modal-confirm-error .ant-modal-confirm-body>.anticon {
	color: #f5222d
}

.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon,
.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon {
	color: #faad14
}

.ant-modal-confirm-info .ant-modal-confirm-body>.anticon {
	color: #1890ff
}

.ant-modal-confirm-success .ant-modal-confirm-body>.anticon {
	color: #52c41a
}

@-webkit-keyframes antCheckboxEffect {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .5
	}
	to {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0
	}
}

@keyframes antCheckboxEffect {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .5
	}
	to {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0
	}
}

.ant-checkbox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	top: -.09em;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
	border-radius: 16px 16px;
}

.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
	border-color: #1890ff
}

.ant-checkbox-checked:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #1890ff;
	border-radius: 2px;
	visibility: hidden;
	-webkit-animation: antCheckboxEffect .36s ease-in-out;
	animation: antCheckboxEffect .36s ease-in-out;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	content: ""
}

.ant-checkbox-wrapper:hover .ant-checkbox:after,
.ant-checkbox:hover:after {
	visibility: visible
}

.ant-checkbox-inner {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	border-collapse: separate;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 16px 16px;
}

.ant-checkbox-inner:after {
	position: absolute;
	top: 50%;
	left: 22%;
	display: table;
	width: 5.71428571px;
	height: 9.14285714px;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
	-ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
	transform: rotate(45deg) scale(0) translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
	transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
	content: " "
}

.ant-checkbox-input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0
}

.ant-checkbox-checked .ant-checkbox-inner:after {
	position: absolute;
	display: table;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	-webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
	-ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
	transform: rotate(45deg) scale(1) translate(-50%, -50%);
	opacity: 1;
	-webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
	transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
	content: " "
}

.ant-checkbox-checked .ant-checkbox-inner {
	background-color: #1890ff;
	border-color: #1890ff;
	border-radius: 16px 16px;
}

.ant-checkbox-disabled {
	cursor: not-allowed
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
	border-color: rgba(0, 0, 0, .25);
	-webkit-animation-name: none;
	animation-name: none
}

.ant-checkbox-disabled .ant-checkbox-input {
	cursor: not-allowed
}

.ant-checkbox-disabled .ant-checkbox-inner {
	background-color: #f5f5f5;
	border-color: #d9d9d9!important
}

.ant-checkbox-disabled .ant-checkbox-inner:after {
	border-color: #f5f5f5;
	border-collapse: separate;
	-webkit-animation-name: none;
	animation-name: none
}

.ant-checkbox-disabled+span {
	color: rgba(0, 0, 0, .25);
	cursor: not-allowed
}

.ant-checkbox-disabled:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after {
	visibility: hidden
}

.ant-checkbox-wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	display: inline-block;
	line-height: unset;
	cursor: pointer
}

.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
	cursor: not-allowed
}

.ant-checkbox-wrapper+.ant-checkbox-wrapper {
	margin-left: 8px
}

.ant-checkbox+span {
	padding-right: 8px;
	padding-left: 8px
}

.ant-checkbox-group {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	display: inline-block
}

.ant-checkbox-group-item {
	display: inline-block;
	margin-right: 8px
}

.ant-checkbox-group-item:last-child {
	margin-right: 0
}

.ant-checkbox-group-item+.ant-checkbox-group-item {
	margin-left: 0
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
	background-color: #fff;
	border-color: #d9d9d9
}

.ant-checkbox-indeterminate .ant-checkbox-inner:after {
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background-color: #1890ff;
	border: 0;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	content: " "
}

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
	background-color: rgba(0, 0, 0, .25);
	border-color: rgba(0, 0, 0, .25)
}

.ant-progress {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	display: inline-block
}

.ant-progress-line {
	position: relative;
	width: 100%;
	font-size: 14px
}

.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
	font-size: 12px
}

.ant-progress-outer {
	display: inline-block;
	width: 100%;
	margin-right: 0;
	padding-right: 0
}

.ant-progress-show-info .ant-progress-outer {
	margin-right: calc(-2em - 8px);
	padding-right: calc(2em + 8px)
}

.ant-progress-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
	background-color: #f5f5f5;
	border-radius: 100px
}

.ant-progress-circle-trail {
	stroke: #f5f5f5
}

.ant-progress-circle-path {
	-webkit-animation: ant-progress-appear .3s;
	animation: ant-progress-appear .3s
}

.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
	stroke: #1890ff
}

.ant-progress-bg,
.ant-progress-success-bg {
	position: relative;
	background-color: #1890ff;
	border-radius: 100px;
	-webkit-transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s;
	transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s
}

.ant-progress-success-bg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #52c41a
}

.ant-progress-text {
	display: inline-block;
	width: 2em;
	margin-left: 8px;
	color: rgba(0, 0, 0, .45);
	font-size: 1em;
	line-height: 1;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	word-break: normal
}

.ant-progress-text .anticon {
	font-size: 14px
}

.ant-progress-status-active .ant-progress-bg:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	border-radius: 10px;
	opacity: 0;
	-webkit-animation: ant-progress-active 2.4s cubic-bezier(.23, 1, .32, 1) infinite;
	animation: ant-progress-active 2.4s cubic-bezier(.23, 1, .32, 1) infinite;
	content: ""
}

.ant-progress-status-exception .ant-progress-bg {
	background-color: #f5222d
}

.ant-progress-status-exception .ant-progress-text {
	color: #f5222d
}

.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
	stroke: #f5222d
}

.ant-progress-status-success .ant-progress-bg {
	background-color: #52c41a
}

.ant-progress-status-success .ant-progress-text {
	color: #52c41a
}

.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
	stroke: #52c41a
}

.ant-progress-circle .ant-progress-inner {
	position: relative;
	line-height: 1;
	background-color: transparent
}

.ant-progress-circle .ant-progress-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	line-height: 1;
	white-space: normal;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ant-progress-circle .ant-progress-text .anticon {
	font-size: 1.16666667em
}

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
	color: #f5222d
}

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
	color: #52c41a
}

@-webkit-keyframes ant-progress-active {
	0% {
		width: 0;
		opacity: .1
	}
	20% {
		width: 0;
		opacity: .5
	}
	to {
		width: 100%;
		opacity: 0
	}
}

@keyframes ant-progress-active {
	0% {
		width: 0;
		opacity: .1
	}
	20% {
		width: 0;
		opacity: .5
	}
	to {
		width: 100%;
		opacity: 0
	}
}

.ant-menu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	line-height: 0;
	list-style: none;
	background: #fff;
	outline: none;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	-webkit-transition: background .3s, width .2s;
	transition: background .3s, width .2s;
	zoom: 1
}

.ant-menu:after,
.ant-menu:before {
	display: table;
	content: ""
}

.ant-menu:after {
	clear: both
}

.ant-menu ol,
.ant-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.ant-menu-hidden {
	display: none
}

.ant-menu-item-group-title {
	padding: 8px 16px;
	color: rgba(0, 0, 0, .45);
	font-size: 14px;
	line-height: 1.5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-menu-submenu,
.ant-menu-submenu-inline {
	-webkit-transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu-selected {
	color: #1890ff
}

.ant-menu-item:active,
.ant-menu-submenu-title:active {
	background: #e6f7ff
}

.ant-menu-submenu .ant-menu-sub {
	cursor: auto;
	-webkit-transition: background .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1);
	transition: background .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-item>a {
	display: block;
	color: #FFF0F6;
	/*font-size: 22px;*/
}

.ant-menu-item>a:hover {
	color: #FFF0F6
}

.ant-menu-item>a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	content: ""
}

.ant-menu-item>.ant-badge>a {
	color: rgba(0, 0, 0, .65)
}

.ant-menu-item>.ant-badge>a:hover {
	color: #1890ff
}

.ant-menu-item-divider {
	height: 1px;
	overflow: hidden;
	line-height: 0;
	background-color: #e8e8e8
}

.ant-menu-item-active,
.ant-menu-item:hover,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
	color: #1890ff
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
	margin-top: -1px
}

.ant-menu-horizontal>.ant-menu-item-active,
.ant-menu-horizontal>.ant-menu-item:hover,
.ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover {
	background-color: transparent
}

.ant-menu-item-selected,
.ant-menu-item-selected>a,
.ant-menu-item-selected>a:hover {
	color: #FFF0F6;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
	background-color: #6fa6e7;
}

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
	border-right: 1px solid #e8e8e8
}

.ant-menu-vertical-right {
	border-left: 1px solid #e8e8e8
}

.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub,
.ant-menu-vertical.ant-menu-sub {
	min-width: 160px;
	padding: 0;
	border-right: 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item,
.ant-menu-vertical.ant-menu-sub .ant-menu-item {
	left: 0;
	margin-left: 0;
	border-right: 0
}

.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical.ant-menu-sub .ant-menu-item:after {
	border-right: 0
}

.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,
.ant-menu-vertical.ant-menu-sub>.ant-menu-item,
.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

.ant-menu-horizontal.ant-menu-sub {
	min-width: 114px
}

.ant-menu-item,
.ant-menu-submenu-title {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 20px;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1);
	transition: color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
	min-width: 14px;
	margin-right: 10px;
	font-size: 14px;
	-webkit-transition: font-size .15s cubic-bezier(.215, .61, .355, 1), margin .3s cubic-bezier(.645, .045, .355, 1);
	transition: font-size .15s cubic-bezier(.215, .61, .355, 1), margin .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-item .anticon+span,
.ant-menu-submenu-title .anticon+span {
	opacity: 1;
	-webkit-transition: opacity .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1);
	transition: opacity .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu>.ant-menu-item-divider {
	height: 1px;
	margin: 1px 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	background-color: #e8e8e8
}

.ant-menu-submenu-popup {
	position: absolute;
	z-index: 1050;
	background: #fff;
	border-radius: 4px
}

.ant-menu-submenu-popup .submenu-title-wrapper {
	padding-right: 20px
}

.ant-menu-submenu-popup:before {
	position: absolute;
	top: -7px;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .0001;
	content: " "
}

.ant-menu-submenu>.ant-menu {
	background-color: #fff;
	border-radius: 4px
}

.ant-menu-submenu>.ant-menu-submenu-title:after {
	-webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
	position: absolute;
	width: 6px;
	height: 1.5px;
	background: #fff;
	background: rgba(0, 0, 0, .65)\9;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .65)), to(rgba(0, 0, 0, .65)));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
	background-image: none\9;
	border-radius: 2px;
	-webkit-transition: background .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: background .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	transition: background .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1);
	transition: background .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
	content: ""
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
	-webkit-transform: rotate(45deg) translateY(-2px);
	-ms-transform: rotate(45deg) translateY(-2px);
	transform: rotate(45deg) translateY(-2px)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
	-webkit-transform: rotate(-45deg) translateY(2px);
	-ms-transform: rotate(-45deg) translateY(2px);
	transform: rotate(-45deg) translateY(2px)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before {
	background: -webkit-gradient(linear, left top, right top, from(#1890ff), to(#1890ff));
	background: linear-gradient(90deg, #1890ff, #1890ff)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
	-webkit-transform: rotate(-45deg) translateX(2px);
	-ms-transform: rotate(-45deg) translateX(2px);
	transform: rotate(-45deg) translateX(2px)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
	-webkit-transform: rotate(45deg) translateX(-2px);
	-ms-transform: rotate(45deg) translateX(-2px);
	transform: rotate(45deg) translateX(-2px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
	-webkit-transform: rotate(-45deg) translateX(-2px);
	-ms-transform: rotate(-45deg) translateX(-2px);
	transform: rotate(-45deg) translateX(-2px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
	-webkit-transform: rotate(45deg) translateX(2px);
	-ms-transform: rotate(45deg) translateX(2px);
	transform: rotate(45deg) translateX(2px)
}

.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected>a,
.ant-menu-vertical-right .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected>a,
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical .ant-menu-submenu-selected>a {
	color: #1890ff
}

.ant-menu-horizontal {
	line-height: 46px;
	white-space: nowrap;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-menu-horizontal>.ant-menu-item,
.ant-menu-horizontal>.ant-menu-submenu {
	position: relative;
	top: 1px;
	display: inline-block;
	vertical-align: bottom;
	border-bottom: 2px solid transparent
}

.ant-menu-horizontal>.ant-menu-item-active,
.ant-menu-horizontal>.ant-menu-item-open,
.ant-menu-horizontal>.ant-menu-item-selected,
.ant-menu-horizontal>.ant-menu-item:hover,
.ant-menu-horizontal>.ant-menu-submenu-active,
.ant-menu-horizontal>.ant-menu-submenu-open,
.ant-menu-horizontal>.ant-menu-submenu-selected,
.ant-menu-horizontal>.ant-menu-submenu:hover {
	color: #1890ff;
	border-bottom: 2px solid #1890ff
}

.ant-menu-horizontal>.ant-menu-item>a {
	display: block;
	color: rgba(0, 0, 0, .65)
}

.ant-menu-horizontal>.ant-menu-item>a:hover {
	color: #1890ff
}

.ant-menu-horizontal>.ant-menu-item>a:before {
	bottom: -2px
}

.ant-menu-horizontal>.ant-menu-item-selected>a {
	color: #1890ff
}

.ant-menu-horizontal:after {
	display: block;
	clear: both;
	height: 0;
	content: " "
}

.ant-menu-inline .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-vertical .ant-menu-item {
	position: relative
}

.ant-menu-inline .ant-menu-item:after,
.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-vertical .ant-menu-item:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-right: 3px solid #1890ff;
	-webkit-transform: scaleY(.0001);
	-ms-transform: scaleY(.0001);
	transform: scaleY(.0001);
	opacity: 0;
	-webkit-transition: opacity .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s cubic-bezier(.215, .61, .355, 1);
	transition: opacity .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s cubic-bezier(.215, .61, .355, 1);
	transition: transform .15s cubic-bezier(.215, .61, .355, 1), opacity .15s cubic-bezier(.215, .61, .355, 1);
	transition: transform .15s cubic-bezier(.215, .61, .355, 1), opacity .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s cubic-bezier(.215, .61, .355, 1);
	content: ""
}

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title {
	height: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0 16px;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	text-overflow: ellipsis
}

.ant-menu-inline .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-vertical .ant-menu-submenu {
	padding-bottom: .02px
}

.ant-menu-inline .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-vertical .ant-menu-item:not(:last-child) {
	margin-bottom: 8px
}

.ant-menu-inline>.ant-menu-item,
.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-vertical-left>.ant-menu-item,
.ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-vertical-right>.ant-menu-item,
.ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-vertical>.ant-menu-item,
.ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title {
	height: 40px;
	line-height: 40px
}

.ant-menu-inline {
	width: 100%
}

.ant-menu-inline .ant-menu-item-selected:after,
.ant-menu-inline .ant-menu-selected:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	-webkit-transition: opacity .15s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	transition: opacity .15s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1);
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
	width: calc(100% + 1px)
}

.ant-menu-inline .ant-menu-submenu-title {
	padding-right: 34px
}

.ant-menu-inline-collapsed {
	width: 80px
}

.ant-menu-inline-collapsed>.ant-menu-item,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title {
	left: 0;
	padding: 0 32px!important;
	text-overflow: clip
}

.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow {
	display: none
}

.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed>.ant-menu-item .anticon,
.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon {
	margin: 0;
	font-size: 16px;
	line-height: 40px
}

.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon+span,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span,
.ant-menu-inline-collapsed>.ant-menu-item .anticon+span,
.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span {
	display: inline-block;
	max-width: 0;
	opacity: 0
}

.ant-menu-inline-collapsed-tooltip {
	pointer-events: none
}

.ant-menu-inline-collapsed-tooltip .anticon {
	display: none
}

.ant-menu-inline-collapsed-tooltip a {
	color: hsla(0, 0%, 100%, .85)
}

.ant-menu-inline-collapsed .ant-menu-item-group-title {
	padding-right: 4px;
	padding-left: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ant-menu-item-group-list {
	margin: 0;
	padding: 0
}

.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
	padding: 0 16px 0 28px
}

.ant-menu-root.ant-menu-inline,
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-sub.ant-menu-inline {
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-menu-sub.ant-menu-inline {
	padding: 0;
	border: 0;
	border-radius: 0
}

.ant-menu-sub.ant-menu-inline>.ant-menu-item,
.ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title {
	height: 40px;
	line-height: 40px;
	list-style-position: inside;
	list-style-type: disc
}

.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
	padding-left: 32px
}

.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
	color: rgba(0, 0, 0, .25)!important;
	background: none;
	border-color: transparent!important;
	cursor: not-allowed
}

.ant-menu-item-disabled>a,
.ant-menu-submenu-disabled>a {
	color: rgba(0, 0, 0, .25)!important;
	pointer-events: none
}

.ant-menu-item-disabled>.ant-menu-submenu-title,
.ant-menu-submenu-disabled>.ant-menu-submenu-title {
	color: rgba(0, 0, 0, .25)!important;
	cursor: not-allowed
}

.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
	background: rgba(0, 0, 0, .25)!important
}

.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
	color: hsla(0, 0%, 100%, .65);
	background: #001529
}

.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
	opacity: .45;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
	background: #fff
}

.ant-menu-dark.ant-menu-submenu-popup {
	background: transparent
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
	background: #000c17;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .45) inset;
	box-shadow: inset 0 2px 8px rgba(0, 0, 0, .45)
}

.ant-menu-dark.ant-menu-horizontal {
	border-bottom: 0
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item,
.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu {
	top: 0;
	margin-top: 0;
	border-color: #001529;
	border-bottom: 0
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item>a:before {
	bottom: 0
}

.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item>a {
	color: hsla(0, 0%, 100%, .65)
}

.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
	border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item {
	left: 0;
	margin-left: 0;
	border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item:after {
	border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
	width: 100%
}

.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
	color: #fff;
	background-color: transparent
}

.ant-menu-dark .ant-menu-item-active>a,
.ant-menu-dark .ant-menu-item:hover>a,
.ant-menu-dark .ant-menu-submenu-active>a,
.ant-menu-dark .ant-menu-submenu-open>a,
.ant-menu-dark .ant-menu-submenu-selected>a,
.ant-menu-dark .ant-menu-submenu-title:hover>a {
	color: #fff
}

.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
	opacity: 1
}

.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
	background: #fff
}

.ant-menu-dark .ant-menu-item:hover {
	background-color: transparent
}

.ant-menu-dark .ant-menu-item-selected {
	color: #fff;
	border-right: 0
}

.ant-menu-dark .ant-menu-item-selected:after {
	border-right: 0
}

.ant-menu-dark .ant-menu-item-selected .anticon,
.ant-menu-dark .ant-menu-item-selected .anticon+span,
.ant-menu-dark .ant-menu-item-selected>a,
.ant-menu-dark .ant-menu-item-selected>a:hover {
	color: #fff
}

.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected,
.ant-menu.ant-menu-dark .ant-menu-item-selected {
	background-color: #1890ff
}

.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-item-disabled>a,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-submenu-disabled>a {
	color: hsla(0, 0%, 100%, .35)!important;
	opacity: .8
}

.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title {
	color: hsla(0, 0%, 100%, .35)!important
}

.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
	background: hsla(0, 0%, 100%, .35)!important
}

.ant-upload {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	outline: 0
}

.ant-upload p {
	margin: 0
}

.ant-upload-btn {
	display: block;
	width: 100%;
	outline: none
}

.ant-upload input[type=file] {
	cursor: pointer
}

.ant-upload.ant-upload-select {
	display: inline-block
}

.ant-upload.ant-upload-disabled {
	cursor: not-allowed
}

.ant-upload.ant-upload-select-picture-card {
	display: table;
	float: left;
	width: 104px;
	height: 104px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	vertical-align: top;
	background-color: #fafafa;
	border: 1px dashed #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease
}

.ant-upload.ant-upload-select-picture-card>.ant-upload {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 8px;
	text-align: center;
	vertical-align: middle
}

.ant-upload.ant-upload-select-picture-card:hover {
	border-color: #1890ff
}

.ant-upload.ant-upload-drag {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fafafa;
	border: 1px dashed #d9d9d9;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: border-color .3s;
	transition: border-color .3s
}

.ant-upload.ant-upload-drag .ant-upload {
	padding: 16px 0
}

.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
	border-color: #096dd9
}

.ant-upload.ant-upload-drag.ant-upload-disabled {
	cursor: not-allowed
}

.ant-upload.ant-upload-drag .ant-upload-btn {
	display: table;
	height: 100%
}

.ant-upload.ant-upload-drag .ant-upload-drag-container {
	display: table-cell;
	vertical-align: middle
}

.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
	border-color: #40a9ff
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
	margin-bottom: 20px
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
	color: #40a9ff;
	font-size: 48px
}

.ant-upload.ant-upload-drag p.ant-upload-text {
	margin: 0 0 4px;
	color: rgba(0, 0, 0, .85);
	font-size: 16px
}

.ant-upload.ant-upload-drag p.ant-upload-hint {
	color: rgba(0, 0, 0, .45);
	font-size: 14px
}

.ant-upload.ant-upload-drag .anticon-plus {
	color: rgba(0, 0, 0, .25);
	font-size: 30px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-upload.ant-upload-drag .anticon-plus:hover,
.ant-upload.ant-upload-drag:hover .anticon-plus {
	color: rgba(0, 0, 0, .45)
}

.ant-upload-picture-card-wrapper {
	zoom: 1;
	display: inline-block;
	width: 100%
}

.ant-upload-picture-card-wrapper:after,
.ant-upload-picture-card-wrapper:before {
	display: table;
	content: ""
}

.ant-upload-picture-card-wrapper:after {
	clear: both
}

.ant-upload-list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	zoom: 1
}

.ant-upload-list:after,
.ant-upload-list:before {
	display: table;
	content: ""
}

.ant-upload-list:after {
	clear: both
}

.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
	padding-right: 14px
}

.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
	padding-right: 28px
}

.ant-upload-list-item {
	position: relative;
	height: 22px;
	margin-top: 8px;
	font-size: 14px
}

.ant-upload-list-item-name {
	display: inline-block;
	width: 100%;
	padding-left: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ant-upload-list-item-name-icon-count-1 {
	padding-right: 14px
}

.ant-upload-list-item-card-actions {
	position: absolute;
	right: 0;
	opacity: 0
}

.ant-upload-list-item-card-actions.picture {
	top: 25px;
	line-height: 1;
	opacity: 1
}

.ant-upload-list-item-card-actions .anticon {
	padding-right: 6px;
	color: rgba(0, 0, 0, .45)
}

.ant-upload-list-item-info {
	height: 100%;
	padding: 0 12px 0 4px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.ant-upload-list-item-info>span {
	display: block;
	width: 100%;
	height: 100%
}

.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
	position: absolute;
	top: 5px;
	color: rgba(0, 0, 0, .45);
	font-size: 14px
}

.ant-upload-list-item .anticon-close {
	display: inline-block;
	font-size: 12px;
	font-size: 10px\9;
	-webkit-transform: scale(.83333333) rotate(0deg);
	-ms-transform: scale(.83333333) rotate(0deg);
	transform: scale(.83333333) rotate(0deg);
	position: absolute;
	top: 6px;
	right: 4px;
	color: rgba(0, 0, 0, .45);
	line-height: 0;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

:root .ant-upload-list-item .anticon-close {
	font-size: 12px
}

.ant-upload-list-item .anticon-close:hover {
	color: rgba(0, 0, 0, .65)
}

.ant-upload-list-item:hover .ant-upload-list-item-info {
	background-color: #e6f7ff
}

.ant-upload-list-item:hover .ant-upload-list-item-card-actions,
.ant-upload-list-item:hover .anticon-close {
	opacity: 1
}

.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-list-item-name,
.ant-upload-list-item-error .anticon-paper-clip {
	color: #f5222d
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions {
	opacity: 1
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
	color: #f5222d
}

.ant-upload-list-item-progress {
	position: absolute;
	bottom: -12px;
	width: 100%;
	padding-left: 26px;
	font-size: 14px;
	line-height: 0
}

.ant-upload-list-picture-card .ant-upload-list-item,
.ant-upload-list-picture .ant-upload-list-item {
	position: relative;
	height: 66px;
	padding: 8px;
	border: 1px solid #d9d9d9;
	border-radius: 4px
}

.ant-upload-list-picture-card .ant-upload-list-item:hover,
.ant-upload-list-picture .ant-upload-list-item:hover {
	background: transparent
}

.ant-upload-list-picture-card .ant-upload-list-item-error,
.ant-upload-list-picture .ant-upload-list-item-error {
	border-color: #f5222d
}

.ant-upload-list-picture-card .ant-upload-list-item-info,
.ant-upload-list-picture .ant-upload-list-item-info {
	padding: 0
}

.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info {
	background: transparent
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading,
.ant-upload-list-picture .ant-upload-list-item-uploading {
	border-style: dashed
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture .ant-upload-list-item-thumbnail {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 54px;
	text-align: center;
	opacity: .8
}

.ant-upload-list-picture-card .ant-upload-list-item-icon,
.ant-upload-list-picture .ant-upload-list-item-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 26px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ant-upload-list-picture-card .ant-upload-list-item-image,
.ant-upload-list-picture .ant-upload-list-item-image {
	max-width: 100%
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture .ant-upload-list-item-thumbnail img {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden
}

.ant-upload-list-picture-card .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 0 0 8px;
	padding-right: 8px;
	padding-left: 48px;
	overflow: hidden;
	line-height: 44px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1 {
	padding-right: 18px
}

.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2 {
	padding-right: 36px
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name {
	line-height: 28px
}

.ant-upload-list-picture-card .ant-upload-list-item-progress,
.ant-upload-list-picture .ant-upload-list-item-progress {
	bottom: 14px;
	width: calc(100% - 24px);
	margin-top: 0;
	padding-left: 56px
}

.ant-upload-list-picture-card .anticon-close,
.ant-upload-list-picture .anticon-close {
	position: absolute;
	top: 8px;
	right: 8px;
	line-height: 1;
	opacity: 1
}

.ant-upload-list-picture-card.ant-upload-list:after {
	display: none
}

.ant-upload-list-picture-card-container,
.ant-upload-list-picture-card .ant-upload-list-item {
	float: left;
	width: 104px;
	height: 104px;
	margin: 0 8px 8px 0
}

.ant-upload-list-picture-card .ant-upload-list-item-info {
	position: relative;
	height: 100%;
	overflow: hidden
}

.ant-upload-list-picture-card .ant-upload-list-item-info:before {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	content: " "
}

.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
	opacity: 1
}

.ant-upload-list-picture-card .ant-upload-list-item-actions {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	white-space: nowrap;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o {
	z-index: 10;
	width: 16px;
	margin: 0 4px;
	color: hsla(0, 0%, 100%, .85);
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover {
	color: #fff
}

.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,
.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions {
	opacity: 1
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
	position: static;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.ant-upload-list-picture-card .ant-upload-list-item-name {
	display: none;
	margin: 8px 0 0;
	padding: 0;
	line-height: 1.5;
	text-align: center
}

.ant-upload-list-picture-card .anticon-picture+.ant-upload-list-item-name {
	position: absolute;
	bottom: 10px;
	display: block
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
	background-color: #fafafa
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
	height: auto
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before {
	display: none
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
	margin-top: 18px;
	color: rgba(0, 0, 0, .45)
}

.ant-upload-list-picture-card .ant-upload-list-item-progress {
	bottom: 32px;
	padding-left: 0
}

.ant-upload-list .ant-upload-success-icon {
	color: #52c41a;
	font-weight: 700
}

.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave,
.ant-upload-list .ant-upload-animate-leave {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: cubic-bezier(.78, .14, .15, .86);
	animation-fill-mode: cubic-bezier(.78, .14, .15, .86)
}

.ant-upload-list .ant-upload-animate-enter {
	-webkit-animation-name: uploadAnimateIn;
	animation-name: uploadAnimateIn
}

.ant-upload-list .ant-upload-animate-leave {
	-webkit-animation-name: uploadAnimateOut;
	animation-name: uploadAnimateOut
}

.ant-upload-list .ant-upload-animate-inline-enter {
	-webkit-animation-name: uploadAnimateInlineIn;
	animation-name: uploadAnimateInlineIn
}

.ant-upload-list .ant-upload-animate-inline-leave {
	-webkit-animation-name: uploadAnimateInlineOut;
	animation-name: uploadAnimateInlineOut
}

@-webkit-keyframes uploadAnimateIn {
	0% {
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

@keyframes uploadAnimateIn {
	0% {
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

@-webkit-keyframes uploadAnimateOut {
	to {
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

@keyframes uploadAnimateOut {
	to {
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

@-webkit-keyframes uploadAnimateInlineIn {
	0% {
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

@keyframes uploadAnimateInlineIn {
	0% {
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

@-webkit-keyframes uploadAnimateInlineOut {
	to {
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

@keyframes uploadAnimateInlineOut {
	to {
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

.selecticon {
	width: 100%;
	height: 100%
}

.selecticon.active {
	border: 4px solid #1890ff;
	transition: border .1s ease-in
}

.selecticon .selected {
	width: 16px;
	height: 16px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	font-size: 10px;
	right: 2px;
	bottom: 2px;
	color: #fff;
	padding: 0;
	border: none;
	background-color: #1890ff
}

.selecticon .selected:after {
	position: absolute;
	top: 50%;
	left: 22%;
	width: 5.71428571px;
	height: 9.14285714px;
	display: table;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg) scale(1) translate(-50%, -50%);
	opacity: 1;
	transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
	content: " "
}

.ant-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	height: 12px;
	margin: 14px 6px 10px;
	padding: 4px 0;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none
}

.ant-slider-vertical {
	width: 12px;
	height: 100%;
	margin: 6px 10px;
	padding: 0 4px
}

.ant-slider-vertical .ant-slider-rail {
	width: 4px;
	height: 100%
}

.ant-slider-vertical .ant-slider-track {
	width: 4px
}

.ant-slider-vertical .ant-slider-handle {
	margin-bottom: -7px;
	margin-left: -5px
}

.ant-slider-vertical .ant-slider-mark {
	top: 0;
	left: 12px;
	width: 18px;
	height: 100%
}

.ant-slider-vertical .ant-slider-mark-text {
	left: 4px;
	white-space: nowrap
}

.ant-slider-vertical .ant-slider-step {
	width: 4px;
	height: 100%
}

.ant-slider-vertical .ant-slider-dot {
	top: auto;
	left: 2px;
	margin-bottom: -4px
}

.ant-slider-tooltip .ant-tooltip-inner {
	min-width: unset
}

.ant-slider-with-marks {
	margin-bottom: 28px
}

.ant-slider-rail {
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 2px
}

.ant-slider-rail,
.ant-slider-track {
	position: absolute;
	height: 4px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s
}

.ant-slider-track {
	background-color: #91d5ff;
	border-radius: 4px
}

.ant-slider-handle {
	position: absolute;
	width: 14px;
	height: 14px;
	margin-top: -5px;
	background-color: #fff;
	border: 2px solid #91d5ff;
	border-radius: 50%;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	cursor: pointer;
	-webkit-transition: border-color .3s, -webkit-box-shadow .6s, -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
	transition: border-color .3s, -webkit-box-shadow .6s, -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
	transition: border-color .3s, box-shadow .6s, transform .3s cubic-bezier(.18, .89, .32, 1.28);
	transition: border-color .3s, box-shadow .6s, transform .3s cubic-bezier(.18, .89, .32, 1.28), -webkit-box-shadow .6s, -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28)
}

.ant-slider-handle:focus {
	border-color: #46a6ff;
	outline: none;
	-webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, .2);
	box-shadow: 0 0 0 5px rgba(24, 144, 255, .2)
}

.ant-slider-handle.ant-tooltip-open {
	border-color: #1890ff
}

.ant-slider:hover .ant-slider-rail {
	background-color: #e1e1e1
}

.ant-slider:hover .ant-slider-track {
	background-color: #69c0ff
}

.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
	border-color: #69c0ff
}

.ant-slider-mark {
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	font-size: 14px
}

.ant-slider-mark-text {
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, .45);
	text-align: center;
	word-break: keep-all;
	cursor: pointer
}

.ant-slider-mark-text-active {
	color: rgba(0, 0, 0, .65)
}

.ant-slider-step {
	position: absolute;
	width: 100%;
	height: 4px;
	background: transparent
}

.ant-slider-dot {
	position: absolute;
	top: -2px;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border: 2px solid #e8e8e8;
	border-radius: 50%;
	cursor: pointer
}

.ant-slider-dot,
.ant-slider-dot:first-child,
.ant-slider-dot:last-child {
	margin-left: -4px
}

.ant-slider-dot-active {
	border-color: #8cc8ff
}

.ant-slider-disabled {
	cursor: not-allowed
}

.ant-slider-disabled .ant-slider-track {
	background-color: rgba(0, 0, 0, .25)!important
}

.ant-slider-disabled .ant-slider-dot,
.ant-slider-disabled .ant-slider-handle {
	background-color: #fff;
	border-color: rgba(0, 0, 0, .25)!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed
}

.ant-slider-disabled .ant-slider-dot,
.ant-slider-disabled .ant-slider-mark-text {
	cursor: not-allowed!important
}

.customeSlider {
	flex: 0 1 120px
}

.customeSlider .ant-slider-track {
	background-color: #1890ff
}

.customeSlider .ant-slider-rail {
	background-color: #d8d8d8
}

.avatarAndBg {
	width: 100%;
	padding: 20px 20px 0;
	background-color: #fff;
	border-radius: 2px;
	/*overflow-x: auto;*/
}

.avatarAndBg .title {
	padding-bottom: 20px;
	font-size: 16px;
	color: #1185da;
	font-weight: 600;
	margin-left: 80px;
	font-size: 28px;
}

.avatarAndBg .flex {
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-left: 80px;
}

.avatarAndBg .pzbox {
	width: 600px;
	flex: 0 0 600px;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 155px;
	margin-right: 165px;
}

.avatarAndBg .flex::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

.avatarAndBg .flex::-webkit-scrollbar-thumb {
	border-radius: 8px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #dcdcdc;
	cursor: pointer
}

.avatarAndBg .flex::-webkit-scrollbar-thumb:hover {
	background: #aaa
}

.avatarAndBg .flex::-webkit-scrollbar-track {
	background: rgba(250, 251, 252, 0)
}

.avatarAndBg .avatar {
	width: 600px;
	flex: 0 0 600px;
	position: relative;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.avatarAndBg .avatar .scale {
	display: block;
	position: absolute;
	width: 65px;
	height: 28px;
	top: 8px;
	right: 8px;
	z-index: 2;
	transition-duration: .2s;
	cursor: pointer
}

.avatarAndBg .avatar .scale:active {
	transform: scale(.9)
}

.avatarAndBg .avatar .globle {
	width: 100%;
	height: 320px;
	border-radius: 4px;
	position: relative;
	/*overflow: hidden;*/
	background-color: rgba(217, 223, 233, .5)
}

.avatarAndBg .avatar .globle.pc .bg {
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%
}

.avatarAndBg .avatar .globle.pc .scale {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAcCAMAAAAJOSJeAAAAQlBMVEUjOU6Tnqlba3zV2t4yRlvw8fP6+vuttL1HcExIWmwiOE3l6OukrbbN0tdwfo1+i5ciOE4hN07b3+PFytC3vsX///86XD6cAAAAFXRSTlOZwKrinfP6zACkkOzI3bK3aBfm2NFhBr2yAAABMklEQVQ4y61Vi5KDIAwEIaEpLwX5/1+9QL2rtk6rcplxhDi7ks0DcZvGu7hq93G6iek6vnFMYtxx63CcYhQ7R5AAJw6x40ulYJa6IzSDBRVC6KAgD/zg0KNwDUFZ0WlDeT0E0errEZ1A/iUHGUsWwNKvw8K8o+DK6t4vDENKhZGWt7NqnggkdHJvDGVla3+QmhliqnE8UL6+AhxmYGGZITtyriqTpVCy6aTPMSiT3IyyBdeCMW9Kf2FIwL+M+Nhb5bJBOsfgm/ZLmWlpoi4ndXC5LVrsIdaEqHUz+r1sbhkIuVEyo0xs2SSIm3b+UuS1HgJYULUumH7mipKfC3i/457p068Aq5Z2ut5F6ElYTx0UAXioFDQ9E0FmLCVdGtfPbt7Kexj/nPbhkpTjP9w43bfeD84+EIXALtwBAAAAAElFTkSuQmCC) no-repeat 50%/contain
}

.avatarAndBg .avatar .globle.mobile .bg {
	width: 31.6%;
	margin: 0 auto;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.avatarAndBg .avatar .globle.mobile .scale {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAcCAMAAAAJOSJeAAAAQlBMVEUjOU77+/xebn7w8vMxRVre4uXKz9SttL1HWWtHcEykrbYiOE2Woarr7e/W2t5vfYu5wMYhN04iOE6FkZ319vf///+16O0nAAAAFXRSTlOZ+6vznejbzKMAyJDB8OKx0hdouvfG//K9AAABMklEQVQ4y62V2bLCIAyGCUuJyFaW93/VA9gqjl20HC46hUk+SPITyG0Od3J13MN8I/N1/8aYSXhOqNYXEIGsR6Ais+nKIdYfB5YOhcMv7d8PDThImOyYv2MAhhMicxvywwDxZIWznGsedggomDG0jxeFYeKNEXPLww5BlIWY+KPmIhdLU5Tj7YfRHoFC/domN6d5IURRT6Y28rFNcKzl2hPta8SF4BUqtSmfbQKHYoxpImpaCFZa5VP8mkB0ktL6RXKVIGrhYjoj8C4TSqGXL8JUwyFAjwlSPKNQFWbci7CEww8JCDn2hVIFGNVCwOR2ZNwRppzZugc1D/00BVRCKY9JFg8J3AAwd6RqfnpX7Oh1R9Cj153xIX9qwf3eKfv9s6Df+4eNlqd/aLrhH16c4VfvD02VELTFy9eeAAAAAElFTkSuQmCC) no-repeat 50%/contain
}

.avatarAndBg .avatar .globle.mobile .avatarLeft img,
.avatarAndBg .avatar .globle.mobile .avatarRight img {
	width: auto;
	height: 100%;
	display: block
}

.avatarAndBg .avatar .globle .bg {
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%
}

.avatarAndBg .avatar .globle .avatarLeft,
.avatarAndBg .avatar .globle .avatarRight {
	height: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1
}

.avatarAndBg .avatar .globle .avatarLeft .avatarBox,
.avatarAndBg .avatar .globle .avatarRight .avatarBox {
	height: 100%
}

.avatarAndBg .avatar .globle .avatarLeft .changeAva,
.avatarAndBg .avatar .globle .avatarRight .changeAva {
	width: 100px;
	padding-left: 7px;
	padding-right: 7px;
	position: absolute;
	left: 50%;
	bottom: -43px;
	margin-left: -50px;
	font-size: 12px
}

.avatarAndBg .avatar .globle .avatarRight {
	transition-duration: .3s
}

.avatarAndBg .avatar .globle .avatarRight.center {
	left: 50%!important;
	transform: translateX(-50%)
}

.avatarAndBg .avatar .globle img {
	height: 100%;
	object-fit: contain
}

.avatarAndBg .avatar .radio {
	margin-top: 10px;
	text-align: center
}

.avatarAndBg .avatar .radio .ant-radio-wrapper+.ant-radio-wrapper {
	margin-left: 40px
}

.avatarAndBg .bgWrap {
	height: 165px;
	width: 100%;
	flex: 0 0 432px;
	margin-left: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 6px 6px;
}

.avatarAndBg .position {
	margin-top: 18px;
	height: 135px;
	width: 100%;
	flex: 0 0 432px;
	margin-left: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 6px 6px;
}

.avatarAndBg .bgWrap>div {
	height: 165px;
	/*padding-top: 20px;*/
	padding-bottom: 10px;
	/*background-color: rgba(217, 223, 233, .5);*/
	border-radius: 6px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

.avatarAndBg .position>div {
	height: 135px;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	/*background-color: rgba(217, 223, 233, .5);*/
	border-radius: 6px
}

.avatarAndBg .bgWrap div>p,
.avatarAndBg .position div>p {
	display: inline-block;
	width: 100%;
	/*margin-top: 10px;*/
	text-align: center;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
}

.avatarAndBg .bgWrap ul {
	height: 100%;
}

.avatarAndBg .position ul {
	height: 100%;
	overflow-y: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.avatarAndBg .position ul {
	padding: 0px 60px 0px 60px;
}

.avatarAndBg .bgWrap ul::-webkit-scrollbar,
.avatarAndBg .position ul::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

.avatarAndBg .bgWrap ul::-webkit-scrollbar-thumb,
.avatarAndBg .position ul::-webkit-scrollbar-thumb {
	border-radius: 8px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #dcdcdc;
	cursor: pointer
}

.avatarAndBg .bgWrap ul::-webkit-scrollbar-thumb:hover,
.avatarAndBg .position ul::-webkit-scrollbar-thumb:hover {
	background: #d1cece
}

.avatarAndBg .bgWrap ul::-webkit-scrollbar-track,
.avatarAndBg .position ul::-webkit-scrollbar-track {
	background: #eee
}

.avatarAndBg .bgWrap ul li {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 65px;
	position: relative;
	cursor: pointer;
	margin-left: 15px;
}

.avatarAndBg .position ul li {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 65px;
	position: relative;
	cursor: pointer;
}

.avatarAndBg .bgWrap ul li .selecticon,
.avatarAndBg .position ul li .selecticon {
	border-radius: 3px
}

.avatarAndBg .bgWrap ul li.disable,
.avatarAndBg .position ul li.disable {
	opacity: .65;
	cursor: not-allowed
}


/*.avatarAndBg .bgWrap ul li:nth-of-type(n+5),
.avatarAndBg .position ul li:nth-of-type(n+5) {
	margin-top: 20px
}*/

.avatarAndBg .bgWrap ul li .avatar-uploader,
.avatarAndBg .position ul li .avatar-uploader {
	display: inline-table;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border: 1px dashed #d9d9d9;
	background-color: #fafafa
}

.avatarIcon .info {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 18px;
	color: #858585;
}

.avatarIcon .info span {
	margin-left: 5px;
	color: #f66
}

.avatarIcon .ant-modal-body {
	padding: 16px
}

.avatarIcon .ant-modal-header {
	border-bottom: none;
	padding-bottom: 10px
}

.avatarIcon .avatarWrap {
	padding-left: 15px;
	border: 1px solid #dfe6ed;
	border-radius: 4px;
	margin-bottom: 20px
}

.avatarIcon .avatarWrap.audio {
	position: relative;
	padding-bottom: 35px
}

.avatarIcon .avatarWrap.audio .volume {
	height: 35px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	justify-content: space-around;
	align-items: center
}

.avatarIcon .avatarWrap.audio .volume .sliderWrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	height: 35px;
	line-height: 38px;
	width: 205px
}

.avatarIcon .avatarWrap.audio .volume .sliderWrap span {
	margin-right: 8px
}

.avatarIcon .avatarWrap.audio .volume .sliderWrap i {
	color: #aaa;
	font-size: 12px;
	margin-left: 1em
}

.avatarIcon .avatarWrap.audio .volume>button {
	padding-left: 10px;
	padding-right: 18px;
	background-color: #d0e8ff;
	border: none;
	color: #1890ff
}

.avatarIcon .avatarWrap.audio .volume>button .anticon {
	color: #1890ff;
	font-size: 16px;
	vertical-align: bottom
}

.avatarIcon ul {
	max-height: 220px;
	overflow: auto
}

.avatarIcon ul::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

.avatarIcon ul::-webkit-scrollbar-thumb {
	border-radius: 8px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #dcdcdc;
	cursor: pointer
}

.avatarIcon ul::-webkit-scrollbar-thumb:hover {
	background: #d1cece
}

.avatarIcon ul::-webkit-scrollbar-track {
	background: #fafbfc
}

.avatarIcon ul.iconList {
	font-size: 0
}

.avatarIcon ul.iconList:after {
	content: "";
	display: block;
	margin-top: 16px
}

.avatarIcon ul.iconList li {
	height: 80px;
	width: 80px;
	margin-top: 16px;
	display: inline-block;
	margin-right: 15px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	cursor: pointer
}

.avatarIcon ul.iconList li.pta:before {
	content: "";
	display: block;
	position: absolute;
	width: 32px;
	height: 16px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAgCAMAAACVQ462AAAAXVBMVEXrUlL////uamr5z8/tYmL99PT96Oj5ycn3uLgAAAD/+vrrWFj97+/3tLT729v4wsLxiorvdXXtXFz1qanxgoL0n5/zkpL74eHzmprsVFTsU1PrVVXtVVXzXV3sU1NPRk4FAAAAH3RSTlOAgICAgICAgIAAgICAgICAgICAgICAgICAemtLSBZf4WVv2AAAAQlJREFUSMft082OgyAUhuHzAVoFfyra6nTauf/LnKMmhEQso2xm0TcxKItHRaRP/yyxpmhJCT/rJu0+kGFN570hKuB3o6URaOMAV6kg0M28fQNIxYlBAheyai5Hs4yGOEYzYHoDXGiNBbOe5ZDkMhlqieYPwAR0AeDO0/MRB+5hQGIko1HHgRawW0Asa9kiMxFA9UBDW4CnFdEAXHcBXXEagBYBoIJ0Q2QftII2gLt1Dag9oLlygzBEAeACFDXHYx9bxBCgNFz5GeAGtMWSBIYTwOjuq5g6DnTem0toexgoAOFt6ekoYDLvJzLau/iixB6pwDMVeKUC5XcqUP6kAonPUHKv5+P01/wFFcIJ0kgkGQcAAAAASUVORK5CYII=) 50%/cover no-repeat;
	right: 0;
	top: 0
}

.avatarIcon ul.iconList li.pta.active:before {
	top: 4px;
	right: 4px
}

.avatarIcon ul.iconList li>div {
	width: 100%;
	height: 100%
}

.avatarIcon ul.iconList li>div.active {
	border: 4px solid #1890ff
}

.avatarIcon ul.iconList li>div .selected {
	width: 16px;
	height: 16px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	font-size: 10px;
	right: 2px;
	bottom: 2px;
	color: #fff;
	padding: 0;
	border: none;
	background-color: #1890ff;
	border-radius: 2px
}

.avatarIcon ul.audioList {
	max-height: 130px
}

.avatarIcon ul.audioList li {
	width: 124px;
	height: 32px;
	line-height: 32px;
	margin-right: 16px;
	margin-top: 16px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 4px;
	background-color: #eee;
	cursor: pointer
}

.avatarIcon ul.audioList li.active {
	background-color: #1890ff;
	color: #fff
}

.avatarIcon ul.audioList li.active i.play {
	background: url(/static/media/icon_voice_play_selected.67022f22.svg) 50% no-repeat
}

.avatarIcon ul.audioList li.active i.pause {
	background: url(/static/media/icon_voice_pause_selected.3f71714b.svg) 50% no-repeat
}

.avatarIcon ul.audioList li p {
	margin-left: .5em;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #3180dc;
}

.avatarIcon ul.audioList li i {
	display: inline-block;
	flex: 0 0 20px;
	height: 20px;
	transition: background .2s ease-in;
	background: url(/static/media/icon_voice_play_default.4f729b36.svg) 50% no-repeat
}

.avatarIcon ul.audioList li i:hover {
	transform: scale(1.15)
}

.avatarIcon ul.audioList li i.pause {
	background: url(/static/media/icon_voice_pause_default.b2db3ca7.svg) 50% no-repeat
}

.ant-spin {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: absolute;
	display: none;
	color: #1890ff;
	text-align: center;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.78, .14, .15, .86);
	transition: -webkit-transform .3s cubic-bezier(.78, .14, .15, .86);
	transition: transform .3s cubic-bezier(.78, .14, .15, .86);
	transition: transform .3s cubic-bezier(.78, .14, .15, .86), -webkit-transform .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-spin-spinning {
	position: static;
	display: inline-block;
	opacity: 1
}

.ant-spin-nested-loading {
	position: relative
}

.ant-spin-nested-loading>div>.ant-spin {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 400px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
	position: absolute;
	top: 50%;
	width: 100%;
	padding-top: 5px;
	text-shadow: 0 1px 2px #fff
}

.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
	margin-top: -20px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
	margin: -7px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
	padding-top: 2px
}

.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
	margin-top: -17px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
	margin: -16px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
	padding-top: 11px
}

.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
	margin-top: -26px
}

.ant-spin-container {
	position: relative;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.ant-spin-container:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none\9;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	content: "";
	pointer-events: none
}

.ant-spin-blur {
	clear: both;
	overflow: hidden;
	opacity: .5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.ant-spin-blur:after {
	opacity: .4;
	pointer-events: auto
}

.ant-spin-tip {
	color: rgba(0, 0, 0, .45)
}

.ant-spin-dot {
	position: relative;
	display: inline-block;
	font-size: 20px;
	width: 1em;
	height: 1em
}

.ant-spin-dot-item {
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	background-color: #1890ff;
	border-radius: 100%;
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: .3;
	-webkit-animation: antSpinMove 1s linear infinite alternate;
	animation: antSpinMove 1s linear infinite alternate
}

.ant-spin-dot-item:first-child {
	top: 0;
	left: 0
}

.ant-spin-dot-item:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.ant-spin-dot-item:nth-child(3) {
	right: 0;
	bottom: 0;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.ant-spin-dot-item:nth-child(4) {
	bottom: 0;
	left: 0;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.ant-spin-dot-spin {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: antRotate 1.2s linear infinite;
	animation: antRotate 1.2s linear infinite
}

.ant-spin-sm .ant-spin-dot {
	font-size: 14px
}

.ant-spin-sm .ant-spin-dot i {
	width: 6px;
	height: 6px
}

.ant-spin-lg .ant-spin-dot {
	font-size: 32px
}

.ant-spin-lg .ant-spin-dot i {
	width: 14px;
	height: 14px
}

.ant-spin.ant-spin-show-text .ant-spin-text {
	display: block
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.ant-spin-blur {
		background: #fff;
		opacity: .5
	}
}

@-webkit-keyframes antSpinMove {
	to {
		opacity: 1
	}
}

@keyframes antSpinMove {
	to {
		opacity: 1
	}
}

@-webkit-keyframes antRotate {
	to {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}
}

@keyframes antRotate {
	to {
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg)
	}
}

.ant-tag {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	display: inline-block;
	height: auto;
	margin: 0 8px 0 0;
	padding: 0 7px;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	background: #fafafa;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	cursor: default;
	opacity: 1;
	-webkit-transition: all .3s cubic-bezier(.78, .14, .15, .86);
	transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-tag:hover {
	opacity: .85
}

.ant-tag,
.ant-tag a,
.ant-tag a:hover {
	color: rgba(0, 0, 0, .65)
}

.ant-tag>a:first-child:last-child {
	display: inline-block;
	margin: 0 -8px;
	padding: 0 8px
}

.ant-tag .anticon-close {
	display: inline-block;
	font-size: 12px;
	font-size: 10px\9;
	-webkit-transform: scale(.83333333) rotate(0deg);
	-ms-transform: scale(.83333333) rotate(0deg);
	transform: scale(.83333333) rotate(0deg);
	margin-left: 3px;
	color: rgba(0, 0, 0, .45);
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.78, .14, .15, .86);
	transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

:root .ant-tag .anticon-close {
	font-size: 12px
}

.ant-tag .anticon-close:hover {
	color: rgba(0, 0, 0, .85)
}

.ant-tag-has-color {
	border-color: transparent
}

.ant-tag-has-color,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover,
.ant-tag-has-color a,
.ant-tag-has-color a:hover {
	color: #fff
}

.ant-tag-checkable {
	background-color: transparent;
	border-color: transparent
}

.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
	color: #1890ff
}

.ant-tag-checkable-checked,
.ant-tag-checkable:active {
	color: #fff
}

.ant-tag-checkable-checked {
	background-color: #1890ff
}

.ant-tag-checkable:active {
	background-color: #096dd9
}

.ant-tag-hidden {
	display: none
}

.ant-tag-pink {
	color: #eb2f96;
	background: #fff0f6;
	border-color: #ffadd2
}

.ant-tag-pink-inverse {
	color: #fff;
	background: #eb2f96;
	border-color: #eb2f96
}

.ant-tag-magenta {
	color: #eb2f96;
	background: #fff0f6;
	border-color: #ffadd2
}

.ant-tag-magenta-inverse {
	color: #fff;
	background: #eb2f96;
	border-color: #eb2f96
}

.ant-tag-red {
	color: #f5222d;
	background: #fff1f0;
	border-color: #ffa39e
}

.ant-tag-red-inverse {
	color: #fff;
	background: #f5222d;
	border-color: #f5222d
}

.ant-tag-volcano {
	color: #fa541c;
	background: #fff2e8;
	border-color: #ffbb96
}

.ant-tag-volcano-inverse {
	color: #fff;
	background: #fa541c;
	border-color: #fa541c
}

.ant-tag-orange {
	color: #fa8c16;
	background: #fff7e6;
	border-color: #ffd591
}

.ant-tag-orange-inverse {
	color: #fff;
	background: #fa8c16;
	border-color: #fa8c16
}

.ant-tag-yellow {
	color: #fadb14;
	background: #feffe6;
	border-color: #fffb8f
}

.ant-tag-yellow-inverse {
	color: #fff;
	background: #fadb14;
	border-color: #fadb14
}

.ant-tag-gold {
	color: #faad14;
	background: #fffbe6;
	border-color: #ffe58f
}

.ant-tag-gold-inverse {
	color: #fff;
	background: #faad14;
	border-color: #faad14
}

.ant-tag-cyan {
	color: #13c2c2;
	background: #e6fffb;
	border-color: #87e8de
}

.ant-tag-cyan-inverse {
	color: #fff;
	background: #13c2c2;
	border-color: #13c2c2
}

.ant-tag-lime {
	color: #a0d911;
	background: #fcffe6;
	border-color: #eaff8f
}

.ant-tag-lime-inverse {
	color: #fff;
	background: #a0d911;
	border-color: #a0d911
}

.ant-tag-green {
	color: #52c41a;
	background: #f6ffed;
	border-color: #b7eb8f
}

.ant-tag-green-inverse {
	color: #fff;
	background: #52c41a;
	border-color: #52c41a
}

.ant-tag-blue {
	color: #1890ff;
	background: #e6f7ff;
	border-color: #91d5ff
}

.ant-tag-blue-inverse {
	color: #fff;
	background: #1890ff;
	border-color: #1890ff
}

.ant-tag-geekblue {
	color: #2f54eb;
	background: #f0f5ff;
	border-color: #adc6ff
}

.ant-tag-geekblue-inverse {
	color: #fff;
	background: #2f54eb;
	border-color: #2f54eb
}

.ant-tag-purple {
	color: #722ed1;
	background: #f9f0ff;
	border-color: #d3adf7
}

.ant-tag-purple-inverse {
	color: #fff;
	background: #722ed1;
	border-color: #722ed1
}

.dragUnit {
	margin-right: 30px;
	font-size: 12px;
	position: relative
}

.dragUnit.twoAva {
	padding: 10px;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 13px
}

.dragUnit.twoAva .unit:after {
	right: -25px
}

.dragUnit.twoAva .chain {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 16px
}

.dragUnit .unit {
	width: 180px;
	height: 124px;
	border-radius: 4px;
	position: relative;
	background-color: #fff
}

.dragUnit .unit+.unit {
	margin-top: 44px
}

.dragUnit .unit:hover {
	box-shadow: 0 10px 20px 0 rgba(36, 42, 47, .6)
}

.dragUnit .unit:after {
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -15px;
	border-radius: 1px;
	overflow: hidden;
	background-color: #273036
}

.dragUnit .unit.active:not(.error) {
	box-shadow: 0 0 0 4px #1890ff;
	border-radius: 5px
}

.dragUnit .unit.active:not(.error) .bottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.dragUnit .unit.active:not(.error) .defaultEle {
	box-shadow: none;
	border-radius: 5px 5px 0 0
}

.dragUnit .unit.error {
	border-radius: 4px;
	box-shadow: 0 0 0 4px #f66
}

.dragUnit .unit.error .bottom {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.dragUnit .unit .bottom {
	width: 100%;
	height: 22px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 6px;
	padding-right: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #fff;
	font-size: 12px
}

.dragUnit .unit .bottom p .count {
	margin-right: 5px
}

.dragUnit .unit .bottom p .type {
	color: hsla(0, 0%, 100%, .4)
}

.dragUnit .unit .bottom>p:nth-of-type(2) {
	font-size: 14px
}

.dragUnit .unit .bottom>p:nth-of-type(2) i {
	cursor: pointer;
	padding: 5px
}

.dragUnit .unit .bottom>p:nth-of-type(2) i:hover {
	transform: scale(1.2)
}

.dragUnit .unit .bottom>p:nth-of-type(2) i+i {
	padding-left: 10px
}

.dragUnit .unit .empty,
.dragUnit .unit .suspendEle {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute
}

.dragUnit .unit .empty i,
.dragUnit .unit .suspendEle i {
	font-size: 24px;
	margin-top: -10px
}

.dragUnit .unit .empty .tagWrap,
.dragUnit .unit .suspendEle .tagWrap {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 10px 5px
}

.dragUnit .unit .textEle {
	padding: 10px;
	font-size: 12px;
	min-height: 103px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAABmBAMAAACQFaYlAAAAD1BMVEUAAAB8i7JzjaZ/iq+AirUannleAAAABXRSTlMAIQYVGPqxzBoAAABwSURBVGje7dKxDYAwDAXRT8QAmDBAGCEbwP5LoVQ0uAqWgrjXubnCtgAAAH4oVXuUi3rt5ljVq5ojq5e5Rk77Cxn5jIHPd5tacbln0qRJkyZNmjRp0qRJk37N3NKHIqSWLgpRzbJipHMrAgAAAL7uAhpvG+U1sEK/AAAAAElFTkSuQmCC) 50%/cover no-repeat
}

.dragUnit .unit .textEle.dubbingEle {
	min-height: 103px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAABmBAMAAACQFaYlAAAAIVBMVEUAAADxm0HxnUPynEHxnEX1olHwokjznkXznEP1nknynkY9SM6xAAAAC3RSTlMAMywUIwgMICgQGw/V/hQAAAGSSURBVGje7de9T8JQFAXwq/IhTJ4KiEzWxEEnGIwrTUxciwMmTmUgYcSog5sszOjiCv6ltpdHk7abOU0Y7m9pp9P7br/eFWOMMcb824/vfUgpZogtpQQNqJXwTaA6woctT+iacNbCdgjnQthGcNrC9gXnXNgGcE4t2qIt2qL3JbpajA6F4gnX+ehvvAvDAoiy0TWgSwhOcvCZ/RUcA4gI0UcATnSvkO4WDgD0SdHtJE7pZUak6MY2ug5nvo1eUXqt/a3CCbXvjF5rZi8+bqB2p6EQuN1YPe2H+ACEIXA1DvSpduto0b4ewyTxF7hJrlGhfUlG6dZ3PNXDhLY9qyD3Xi90GQw1d/d26iA9e67KnqQ2ugqOSabsCmId5kDQjVx7FtTRQNNakSYH0H6wPCLhvU7Hdz4SV8JS9ZHhRcItW2WK5pfthfSpsaTJcYbUUshm/OTUc4BY61bKEKTDv0WXFt14u0/4APTkYSUsL8g5oxWNAlbZdRTMhaOCgqFwHKGgLyQ+cjxhaV7mrMUYY4wx++QPV1RVyC+3oP8AAAAASUVORK5CYII=) 50%/cover no-repeat
}

.dragUnit .unit .textEle.dubbingEle p {
	color: rgba(0, 0, 0, .65);
	margin-left: -5px
}

.dragUnit .unit .textEle.dubbingEle .clip {
	transform: rotate(-180deg);
	font-size: 1.2em
}

.dragUnit .unit .textEle>p {
	width: 100%;
	height: 52px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	/*! autoprefixer: ignore next */
	-moz-box-orient: vertical;
	/*! autoprefixer: ignore next */
	-ms-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all
}

.dragUnit .unit .textEle .tagWrap .ant-tag {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	max-width: 5.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .1s ease-out;
	cursor: inherit
}

.dragUnit .unit .textEle .tagWrap .ant-tag:last-child {
	margin-right: 0
}

.dragUnit .unit .publicEle {
	width: 100%;
	height: 103px;
	border-radius: 4px 4px 0 0;
	position: relative
}

.dragUnit .unit .publicEle.motion {
	background-size: 100%
}

.dragUnit .unit .publicEle p {
	width: 100%;
	height: 22px;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
	border-radius: 3px
}

.dragUnit .unit .publicEle .tagWrap {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5))
}

.dragUnit .unit .publicEle .tagWrap .ant-tag {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	max-width: 5.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .1s ease-out;
	cursor: inherit
}

.dragUnit .unit .publicEle .tagWrap .ant-tag:last-child {
	margin-right: 0
}

.dragUnit .unit .defaultEle {
	width: 100%;
	height: 102px;
	line-height: 102px;
	text-align: center;
	background-color: #4b4f52;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	box-shadow: 0 0 2px 1px #4b4f52
}

.dragUnit .addDragEle+.unit,
.dragUnit .unit+.addDragEle {
	margin-top: 44px
}

.dragUnit .addDragEle {
	padding-right: 0
}

.isDragging .addDragEle:after,
.isDragging .unit:after {
	opacity: 0
}

.editDragWrap {
	margin-top: 20px;
	border-radius: 2px;
	padding: 20px;
	background-color: #fff
}

.editDragWrap>.title {
	padding-bottom: 20px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	color: #1185da;
	font-weight: 600;
	margin-left: 80px;
	font-size: 28px;
}

.editDragWrap .dragWrap {
	width: 95%;
	position: relative;
	background-color: #f4f4f4;
	border-radius: 0 0 4px 4px;
	overflow-x: hidden;
	margin-left: 80px;
}

.editDragWrap .dragWrap .dividingLine {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: 22px;
	padding-right: 22px;
	border-top: 1px dashed #273036
}

.editDragWrap .dragWrap .previewTimeBtn {
	position: absolute;
	right: 8px;
	top: 6px;
	padding: 2px 8px;
	background-color: #7e8994;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
	z-index: 2;
	cursor: pointer
}

.editDragWrap .dragWrap .previewTimeBtn span {
	margin-left: .5em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.editDragWrap .dragWrap .previewTimeBtn:hover {
	background-color: rgba(126, 137, 148, .75)
}

.editDragWrap .dragWrap .previewTimeBtn .anticon-question-circle {
	margin-left: 5px
}

.editDragWrap .dragWrap .dragList {
	width: 100%;
	height: 204px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 40px 20px;
	position: relative;
	opacity: 1;
	transition: opacity .1s linear .2s;
}

.editDragWrap .dragWrap .dragList::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

.editDragWrap .dragWrap .dragList::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #888;
	cursor: pointer
}

.editDragWrap .dragWrap .dragList::-webkit-scrollbar-thumb:hover {
	background: #d1cece
}

.editDragWrap .dragWrap .dragList::-webkit-scrollbar-track {
	background: #484b4d
}

.editDragWrap .dragWrap .dragList.hiden {
	width: 0;
	opacity: 0;
	transition: opacity, width .1s linear .1s
}

.editDragWrap .dragWrap .dragList.hiden .dragItem {
	overflow: hidden
}

.editDragWrap .dragWrap .dragList>i.tagArrow {
	position: absolute;
	width: 45px;
	top: 0;
	left: 0;
	display: block;
	border-color: #fafbfc;
	border-top: 12px solid #fafbfc;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	transition: transform .15s ease-in-out;
	z-index: 3
}

.editDragWrap .dragWrap.twoAva .dragList {
	height: 392px;
	padding-left: 13px;
	padding-right: 13px
}

.editDragWrap .dragWrap.twoAva .dragList:before {
	content: "\4EBA\7269\53F3";
	position: absolute;
	top: 15px;
	left: 13px;
	font-size: 12px;
	color: hsla(0, 0%, 100%, .45)
}

.editDragWrap .dragWrap.twoAva .dragList:after {
	content: "\4EBA\7269\5DE6";
	position: absolute;
	top: 355px;
	left: 13px;
	font-size: 12px;
	color: hsla(0, 0%, 100%, .45)
}

.editDragWrap .dragWrap .ant-spin-spinning {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #1890ff
}

.editDragWrap .timeInfoTips {
	right: 50px;
	left: auto!important
}

.unitEditPosModal {
	min-width: 1000px
}

.unitEditPosModal .ant-modal-body {
	padding: 0
}

.unitEditPosModal .posHeader {
	height: 56px;
	padding: 16px;
	box-shadow: 0 1px 0 0 #d9d9d9
}

.unitEditPosModal .posHeader .anticon-close {
	float: right;
	padding: 5px 0 5px 5px;
	color: rgba(0, 0, 0, .35)
}

.unitEditPosModal .posHeader .anticon-close:hover {
	cursor: pointer;
	color: #323232
}

.unitEditPosModal article {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 16px 16px 32px;
	min-height: 480px;
	overflow: hidden
}

.unitEditPosModal article .left {
	width: 600px;
	height: 480px;
	flex: 0 0 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: #eceff3;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAQMAAADaua+7AAAABlBMVEX////v7/J9KTjwAAAAE0lEQVQI12P4/4GBJMzA/58UDAC3KSPdlTxRnQAAAABJRU5ErkJggg==) repeat
}

.unitEditPosModal article .right {
	height: 480px;
	flex: 1 0 auto;
	position: relative;
	margin-left: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.unitEditPosModal article .right>section:not(:first-of-type) {
	margin-top: 40px
}

.unitEditPosModal article .right>section .fullscreen {
	margin-top: 16px
}

.unitEditPosModal article .right>section .fullscreen:hover button {
	color: #1890ff;
	border-color: #1890ff
}

.addDragEle {
	height: 124px;
	display: block;
	padding-right: 20px;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative
}

.addDragEle+.addDragEle {
	margin-top: 44px
}

.addDragEle.showLine:after {
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	border-radius: 1px;
	overflow: hidden;
	background-color: #273036
}

.addDragEle .dashBorder {
	width: 180px;
	height: 100%;
	border: 2px dashed #d9d9d9;
	background-color: #565757;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.addDragEle .dashBorder.error {
	border-radius: 4px;
	box-shadow: 0 0 0 4px #f66;
	border: none
}

.addDragEle .dashBorder p {
	color: #c6c6c6;
	margin-top: 8px
}

.addDragEle .editBtnWrap {
	width: 180px;
	height: 100%;
	background-color: #fff;
	border-radius: 4px;
	padding: 8px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.addDragEle .editBtnWrap li {
	width: 70px;
	height: 30px;
	border-radius: 10px;
	padding: 8px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.addDragEle .editBtnWrap li.disable {
	opacity: .4;
	cursor: not-allowed
}

.addDragEle .editBtnWrap li:not(.disable):hover {
	box-shadow: 0 0 3px 1px #1890ff
}

.addDragEle .editBtnWrap li:nth-of-type(n+4) {
	margin-top: 8px
}

.addDragEle .editBtnWrap.twoAva li {
	height: 32px;
	margin-top: 6px
}

.addDragEle .editBtnWrap.twoAva .text {
	width: 100%;
	margin-top: 0;
	margin-right: 0
}

.addDragDouble {
	padding: 10px 0
}

.timePreview {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	overflow-x: auto
}

.timePreview::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

.timePreview::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #888;
	cursor: pointer
}

.timePreview::-webkit-scrollbar-thumb:hover {
	background: #d1cece
}

.timePreview::-webkit-scrollbar-track {
	background: #484b4d
}

.timePreview.timeTransition-enter-done {
	width: 100%;
	padding: 40px 10px;
	-webkit-animation: slideInRight .2s ease-in;
	animation: slideInRight .2s ease-in
}

.timePreview.timeTransition-exit-done {
	width: 0;
	padding: 0;
	-webkit-animation: slideOutRight .1s ease-in;
	animation: slideOutRight .1s ease-in
}

.timePreview .scrollTime {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap
}

.timePreview .scrollTime:after {
	content: " ";
	display: block;
	width: 10px;
	padding-left: 10px;
	opacity: 0
}

.timePreview .scrollTime .allTime {
	position: absolute;
	right: 10px;
	bottom: 15px
}

@-webkit-keyframes slideOutRight {
	0% {
		width: 100%;
		transform: translateZ(0);
		opacity: 1
	}
	99% {
		width: 100%;
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
	to {
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
}

@keyframes slideOutRight {
	0% {
		width: 100%;
		transform: translateZ(0);
		opacity: 1
	}
	99% {
		width: 100%;
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
	to {
		transform: translate3d(100%, 0, 0);
		opacity: 0
	}
}

.timeLine {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 4px;
	border-radius: 4px
}

.timeLine.twoAva {
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 6px;
	padding: 20px 10px;
	background: rgba(0, 0, 0, .2)
}

.timeLine.twoAva .chain {
	opacity: 1
}

.timeLine.twoAva .unit {
	margin-right: 0
}

.timeLine .chain {
	height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-48%) translateX(-50%);
	opacity: 0;
	font-size: 16px
}

.timeLine .tagArrow {
	position: absolute;
	width: 45px;
	top: -65px;
	left: 50%;
	margin-left: -22px;
	display: block;
	border-color: #fafbfc;
	border-top: 12px solid #fafbfc;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	z-index: 3
}

.timeLine .typeItem {
	width: 100%;
	margin-right: 4px;
	height: 90px;
	cursor: pointer
}

.timeLine .typeItem.default .attributes {
	width: 100%!important;
	background-color: #44484b;
	color: #fff!important
}

.timeLine .typeItem.default .attributes .time {
	background-color: hsla(0, 0%, 100%, .3)
}

.timeLine .typeItem .unitBg {
	background-color: rgba(0, 0, 0, .15);
	border-radius: 4px
}

.timeLine .typeItem .unit {
	height: 30px;
	width: 100%;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.timeLine .typeItem .unit:hover {
	box-shadow: inset 0 0 1px 1px #1890ff
}

.timeLine .typeItem .unit p {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.timeLine .typeItem .unit p i,
.timeLine .typeItem .unit p span {
	font-size: 18px;
	margin-right: 5px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle
}

.timeLine .typeItem .unit p span {
	font-size: 14px;
	padding-right: 3px
}

.timeLine .typeItem .unit .time {
	height: 16px;
	line-height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	display: inline-block;
	border-radius: 8px;
	font-size: 10px;
	color: #fff;
	background-color: hsla(0, 0%, 100%, .3)
}

.timeLine .typeItem .unit.words .time {
	background-color: hsla(0, 0%, 100%, .2)
}

.previewWrap {
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	border-radius: 2px;
	background-color: #fff
}

.previewWrap .title {
	padding-bottom: 20px;
	font-size: 16px;
	color: #000;
	font-weight: 600
}

.previewWrap .textPreview {
	padding: 10px 20px;
	background: #fafbfc;
	border-radius: 4px;
	height: 300px;
	overflow-y: auto
}

.previewWrap .textPreview::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

.previewWrap .textPreview::-webkit-scrollbar-thumb {
	border-radius: 8px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #dcdcdc;
	cursor: pointer
}

.previewWrap .textPreview::-webkit-scrollbar-thumb:hover {
	background: #d1cece
}

.previewWrap .textPreview::-webkit-scrollbar-track {
	background: #fafbfc
}

.previewWrap .textPreview .noText {
	color: rgba(0, 0, 0, .45)
}

.previewWrap .textPreview .noText span {
	display: inline-block;
	vertical-align: middle
}

.previewWrap .textPreview .noText .tag {
	width: 40px;
	height: 20px;
	background-color: rgba(115, 119, 136, .2);
	border-radius: 3px;
	margin-right: 15px
}

.previewWrap .item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	-webkit-animation: bounceInLeft .75s;
	animation: bounceInLeft .75s
}

.previewWrap .item .tag {
	height: 20px;
	line-height: 20px;
	min-width: 47px;
	margin-right: 15px;
	color: #fff;
	border-radius: 3px
}

.previewWrap .item .tag.text {
	background-color: #737788
}

.previewWrap .item .tag.picture {
	background-color: #81bc5d
}

.previewWrap .item .tag.dubbing {
	background-color: #f49343
}

.previewWrap .item .tag.video {
	background-color: #8c8bed
}

.previewWrap .item .tag i {
	font-size: 14px;
	margin-left: 2px;
	margin-right: 4px;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle
}

.previewWrap .item .tag span {
	display: inline-block;
	font-size: 12px;
	min-width: 1.75em;
	padding-right: 3px;
	text-align: left
}

.previewWrap .item p {
	flex: auto;
	word-break: break-all
}

.previewWrap .item p .ttsText span {
	padding: 0 4px 1px;
	margin-left: 2px;
	margin-right: 2px;
	font-size: 10px;
	border-radius: 2px;
	line-height: 1;
	border: 1px solid #c9c9c9;
	background-color: #d9d9d9
}

.previewWrap .item .customAudio p {
	height: 24px;
	line-height: 24px;
	flex: 0 0 95px;
	position: relative;
	display: inline-block;
	padding: 0 8px;
	border-radius: 5px;
	background-color: #f19b42;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.previewWrap .item .customAudio p:hover {
	background-color: rgba(241, 155, 66, .9)
}

.previewWrap .item .customAudio p i {
	display: inline-block;
	vertical-align: middle;
	margin-right: .75em;
	margin-top: -3px
}

.previewWrap .item .customAudio p:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(-100%);
	border-left: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-right: 3px solid #f19b42
}

.previewWrap .item span.avatarSay {
	margin-right: .5em
}

.previewWrap .item+.item {
	margin-top: 20px
}

@-webkit-keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	to {
		transform: translateZ(0)
	}
}

.editVideoContent {
	width: 100%;
	min-width: 1320px;
	border-radius: 3px
}

.editVideoContent .customProgress,
.editVideoContent .reset,
.editVideoContent .subBtn {
	display: inline-block;
	vertical-align: middle
}

.editVideoContent .subBtn.disabled {
	background-color: #b9ddff;
	color: #fff;
	border: none
}

.editVideoContent .reset.disabled {
	background-color: rgba(115, 119, 136, 0)
}

.editVideoContent .reset {
	border-color: #979797;
	color: #979797;
	background-color: transparent;
	margin-left: 20px
}

.editVideoContent .progressWrap {
	opacity: 0;
	width: 0;
	height: 0;
	display: inline-block;
	position: relative
}

.editVideoContent .progressWrap.btnProgress-enter-done,
.editVideoContent .progressWrap.loadding {
	margin-left: 20px;
	display: inline-block;
	opacity: 1;
	width: 40px;
	height: 40px;
	transition: all .2s ease-in-out .1s
}

.editVideoContent .progressWrap .cancle {
	width: 100%;
	height: 100%;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	background-color: transparent;
	cursor: pointer
}

.editVideoContent .progressWrap .cancle.success {
	width: 6em;
	top: 105%;
	left: 50%;
	height: 1.5em;
	line-height: 1.5em;
	margin-left: -3em;
	margin-top: 5px;
	font-size: 10px;
	letter-spacing: 0
}

.editVideoContent .customProgress:not(.success) .ant-progress-text {
	top: auto;
	bottom: -2em
}

.editVideoContent .customProgress.ant-progress-status-success .ant-progress-circle-path {
	stroke: #1890ff!important
}

.editVideoContent .customProgress.ant-progress-status-success .ant-progress-text {
	color: #1890ff
}

.editVideoContent .customProgress path.ant-progress-circle-trail {
	stroke: #fff!important
}

.editVideoContent .submitBtn {
	min-height: 60px;
	margin-top: 35px;
	text-align: center;
	overflow: hidden
}

.editVideoContent .submitBtn .btnSubmiting-enter {
	width: 96px
}

.editVideoContent .submitBtn .btnSubmiting-enter-active {
	width: 40px;
	transition: width .2s ease-in
}

.editVideoContent .submitBtn .btnSubmiting-enter-active span {
	opacity: 0
}

.editVideoContent .submitBtn .btnSubmiting-enter-done {
	display: none
}

.editVideoContent .submitBtn .draf {
	position: relative
}

.editVideoContent .submitBtn .draf span {
	margin-right: 20px
}

.editVideoContent .submitBtn .draf .anticon-question-circle {
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 3;
	transform: translateY(-40%)
}

.ant-modal.selectFileUpload .ant-modal-body {
	padding: 0
}

.saveBtnModal .anticon {
	display: none
}

.saveBtnModal .ant-modal-confirm-content {
	margin-left: 0!important;
	margin-top: 20px
}

.saveBtnModal .lengthWranning p {
	color: #e48416;
	margin-bottom: 10px
}

.saveBtnModal .lengthWranning p i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px
}

.saveBtnModal .ant-modal-confirm-title .title>span {
	color: #999;
	font-size: .9em
}

.noDataWrap {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.noDataWrap img {
	width: 5em;
	height: 5em;
	color: #fff
}

.noDataWrap p {
	color: #aaa;
	margin-top: .5em
}

.noDataWrap .ant-spin-dot i {
	background-color: #aaa
}

.mediaItem {
	width: 128px;
	height: 148px;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 28px
}

.mediaItem .img {
	display: block;
	width: 128px;
	height: 128px;
	position: relative;
	overflow: hidden;
	border: 0 solid #1890ff;
	border-radius: 2px;
	transition: border .1s ease-in;
	cursor: pointer
}

.mediaItem .img.selected {
	border: 4px solid #1890ff;
	border-radius: 2px
}

.mediaItem .img .checkboxWrap {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
	cursor: auto;
	-webkit-animation: bounceInUp .15s;
	animation: bounceInUp .15s
}

.mediaItem .img .checkboxWrap .ant-checkbox-input:focus+.ant-checkbox-inner,
.mediaItem .img .checkboxWrap .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.mediaItem .img .checkboxWrap .ant-checkbox:hover .ant-checkbox-inner {
	border: 1px solid transparent;
	border-radius: 52%
}

.mediaItem .img .checkboxWrap .selectBox {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer
}

.mediaItem .img .checkboxWrap .selectBox .ant-checkbox {
	border-radius: 10px;
	overflow: hidden
}

.mediaItem .img .checkboxWrap.bottomBar .ant-checkbox-inner {
	background-color: transparent;
	border: 0;
	overflow: hidden
}

.mediaItem .img .checkboxWrap.bottomBar .ant-checkbox {
	border: 1px solid #fff
}

.mediaItem .img .checkboxWrap.bottomBar .ant-checkbox-checked.ant-checkbox {
	border: none
}

.mediaItem .img .checkboxWrap.bottomBar .ant-checkbox-checked.ant-checkbox:after {
	content: ""
}

.mediaItem .img .checkboxWrap.bottomBar .ant-checkbox-checked .ant-checkbox-inner {
	background-color: #1890ff;
	border: 1px solid #1890ff
}

.mediaItem .img .checkboxWrap.hovering .ant-checkbox-inner {
	background-color: #fff
}

.mediaItem .img .checkboxWrap.hovering .ant-checkbox {
	border: 0;
	position: relative
}

.mediaItem .img .checkboxWrap.hovering .ant-checkbox:after {
	position: absolute;
	content: "\2714";
	display: block;
	width: 16px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	left: 0;
	top: 0;
	text-align: center;
	color: #979797
}

.mediaItem .img>p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 8px;
	color: #fff;
	font-size: 12px;
	z-index: 1;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5))
}

.mediaItem .img>p .time {
	float: right
}

.mediaItem .name {
	margin-top: 2px;
	color: rgba(0, 0, 0, .45);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.resourceCenter {
	width: 100%;
	height: 100%;
	min-width: 520px;
	position: relative;
	overflow-x: auto
}

.resourceCenter>.sourceType {
	width: 100%;
	padding-left: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0 1px 0 0 #d9d9d9
}

.resourceCenter>.sourceType li {
	width: 25%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.resourceCenter>.sourceType li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #1890ff
}

.resourceCenter>.sourceType li.disabled {
	color: rgba(0, 0, 0, .45);
	cursor: no-drop
}

.resourceCenter>.sourceType li.active {
	color: rgba(0, 0, 0, .85);
	position: relative
}

.resourceCenter>.sourceType li.active:after {
	width: 56px;
	margin-left: -28px;
	transition: width .2s cubic-bezier(.68, .3, .58, 1)
}

.resourceCenter>.sourceType>i {
	position: absolute;
	right: 0;
	padding: 13px;
	cursor: pointer;
	color: rgba(0, 0, 0, .45)
}

.resourceCenter>.sourceType>i:hover {
	color: rgba(0, 0, 0, .65)
}

.resourceCenter>.content {
	height: 100%;
	padding-top: 40px;
	padding-bottom: 48px;
	padding-left: 220px;
	background-color: #fff
}

.resourceCenter>.content .main {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden
}

.resourceCenter>.content .main .scroll {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	transition: transform .2s ease-in
}

.resourceCenter>.content .main .local,
.resourceCenter>.content .main .public,
.resourceCenter>.content .main .public2 {
	height: 632px;
	padding: 48px 0 40px 22px;
	position: relative
}

.resourceCenter>.content .main .local .topBar,
.resourceCenter>.content .main .public .topBar,
.resourceCenter>.content .main .public2 .topBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding-left: 8px;
	padding-right: 24px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.resourceCenter>.content .main .local .animWrap,
.resourceCenter>.content .main .public .animWrap,
.resourceCenter>.content .main .public2 .animWrap {
	width: 100%;
	height: 100%;
	overflow: auto
}

.resourceCenter>.content .main .local .animWrap::-webkit-scrollbar,
.resourceCenter>.content .main .public .animWrap::-webkit-scrollbar,
.resourceCenter>.content .main .public2 .animWrap::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

.resourceCenter>.content .main .local .animWrap::-webkit-scrollbar-thumb,
.resourceCenter>.content .main .public .animWrap::-webkit-scrollbar-thumb,
.resourceCenter>.content .main .public2 .animWrap::-webkit-scrollbar-thumb {
	border-radius: 8px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #dcdcdc;
	cursor: pointer
}

.resourceCenter>.content .main .local .animWrap::-webkit-scrollbar-thumb:hover,
.resourceCenter>.content .main .public .animWrap::-webkit-scrollbar-thumb:hover,
.resourceCenter>.content .main .public2 .animWrap::-webkit-scrollbar-thumb:hover {
	background: #d1cece
}

.resourceCenter>.content .main .local .animWrap::-webkit-scrollbar-track,
.resourceCenter>.content .main .public .animWrap::-webkit-scrollbar-track,
.resourceCenter>.content .main .public2 .animWrap::-webkit-scrollbar-track {
	background: #fafbfc
}

.resourceCenter>.content .main .local .animWrap>button,
.resourceCenter>.content .main .public .animWrap>button,
.resourceCenter>.content .main .public2 .animWrap>button {
	display: block;
	width: 200px;
	margin: 40px auto 20px
}

.resourceCenter>.content .main .local .useBtn,
.resourceCenter>.content .main .public .useBtn,
.resourceCenter>.content .main .public2 .useBtn {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	padding-left: 6px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
	z-index: 2;
	-webkit-animation: bounceInUp .15s;
	animation: bounceInUp .15s
}

.resourceCenter>.content .main .local .useBtn>div,
.resourceCenter>.content .main .public .useBtn>div,
.resourceCenter>.content .main .public2 .useBtn>div {
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.resourceCenter>.content .main .local .useBtn .left,
.resourceCenter>.content .main .public .useBtn .left,
.resourceCenter>.content .main .public2 .useBtn .left {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.resourceCenter>.content .main .local .useBtn .left button.ant-btn-primary,
.resourceCenter>.content .main .public .useBtn .left button.ant-btn-primary,
.resourceCenter>.content .main .public2 .useBtn .left button.ant-btn-primary {
	border: none;
	background-color: rgba(24, 144, 255, .15)!important;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px
}

.resourceCenter>.content .main .local .useBtn .left .selectCount,
.resourceCenter>.content .main .public .useBtn .left .selectCount,
.resourceCenter>.content .main .public2 .useBtn .left .selectCount {
	margin-right: 15px;
	margin-left: 10px
}

.resourceCenter>.content .main .local .useBtn .left .ant-checkbox-indeterminate .ant-checkbox-inner:after,
.resourceCenter>.content .main .public .useBtn .left .ant-checkbox-indeterminate .ant-checkbox-inner:after,
.resourceCenter>.content .main .public2 .useBtn .left .ant-checkbox-indeterminate .ant-checkbox-inner:after {
	content: "\2013";
	color: #979797;
	font-weight: 600;
	background-color: #fff
}

.resourceCenter>.content .main .local .useBtn .right img,
.resourceCenter>.content .main .public .useBtn .right img,
.resourceCenter>.content .main .public2 .useBtn .right img {
	margin-right: 32px;
	cursor: pointer
}

.resourceCenter .footerBar {
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	box-shadow: 0 -1px 0 0 #d9d9d9;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.resourceCenter .footerBar .left {
	width: 220px;
	flex: 0 0 220px
}

.resourceCenter .footerBar .left p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px
}

.resourceCenter .footerBar .right button {
	min-width: 88px
}

.resourceCenter .footerBar .right button:first-of-type {
	margin-right: 16px
}

.resourceCenter .footerBar .left,
.resourceCenter .footerBar .right {
	padding-left: 16px;
	padding-right: 16px
}

.resourceCenter .asideBar {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 48px;
	background-color: #f0f2f5;
	z-index: 1
}

.resourceCenter .asideBar .searchText {
	padding: 8px 8px 20px
}

.resourceCenter .asideBar .filterMenu {
	background-color: transparent;
	text-align: center
}

.resourceCenter .asideBar .filterMenu img {
	width: 1.4em;
	height: 1.4em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -.2em
}

@-webkit-keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, 50px, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {
	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, 50px, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.ant-select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	display: inline-block;
	outline: 0
}

.ant-select,
.ant-select ol,
.ant-select ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.ant-select>ul>li>a {
	padding: 0;
	background-color: #fff
}

.ant-select-arrow {
	display: inline-block;
	color: inherit;
	font-style: normal;
	line-height: 0;
	text-align: center;
	text-transform: none;
	vertical-align: -.125em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -6px;
	color: rgba(0, 0, 0, .25);
	font-size: 12px;
	line-height: 1;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.ant-select-arrow>* {
	line-height: 1
}

.ant-select-arrow svg {
	display: inline-block
}

.ant-select-arrow:before {
	display: none
}

.ant-select-arrow .ant-select-arrow-icon {
	display: block
}

.ant-select-arrow .ant-select-arrow-icon svg {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.ant-select-selection {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1.02px solid #d9d9d9;
	border-radius: 4px;
	outline: none;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ant-select-selection:hover {
	border-color: #40a9ff;
	border-right-width: 1px!important
}

.ant-select-focused .ant-select-selection,
.ant-select-selection:active,
.ant-select-selection:focus {
	border-color: #40a9ff;
	border-right-width: 1px!important;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-select-selection__clear {
	position: absolute;
	top: 50%;
	right: 11px;
	z-index: 1;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	color: rgba(0, 0, 0, .25);
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	text-align: center;
	text-transform: none;
	background: #fff;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: color .3s ease, opacity .15s ease;
	transition: color .3s ease, opacity .15s ease;
	text-rendering: auto
}

.ant-select-selection__clear:before {
	display: block
}

.ant-select-selection__clear:hover {
	color: rgba(0, 0, 0, .45)
}

.ant-select-selection:hover .ant-select-selection__clear {
	opacity: 1
}

.ant-select-selection-selected-value {
	float: left;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.ant-select-no-arrow .ant-select-selection-selected-value {
	padding-right: 0
}

.ant-select-disabled {
	color: rgba(0, 0, 0, .25)
}

.ant-select-disabled .ant-select-selection {
	background: #f5f5f5;
	cursor: not-allowed
}

.ant-select-disabled .ant-select-selection:active,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:hover {
	border-color: #d9d9d9;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ant-select-disabled .ant-select-selection__clear {
	display: none;
	visibility: hidden;
	pointer-events: none
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
	padding-right: 10px;
	color: rgba(0, 0, 0, .33);
	background: #f5f5f5
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
	display: none
}

.ant-select-selection--single {
	position: relative;
	height: 32px;
	cursor: pointer
}

.ant-select-selection--single .ant-select-selection__rendered {
	margin-right: 24px
}

.ant-select-no-arrow .ant-select-selection__rendered {
	margin-right: 11px
}

.ant-select-selection__rendered {
	position: relative;
	display: block;
	margin-right: 11px;
	margin-left: 11px;
	line-height: 30px
}

.ant-select-selection__rendered:after {
	display: inline-block;
	width: 0;
	visibility: hidden;
	content: ".";
	pointer-events: none
}

.ant-select-lg {
	font-size: 16px
}

.ant-select-lg .ant-select-selection--single {
	height: 40px
}

.ant-select-lg .ant-select-selection__rendered {
	line-height: 38px
}

.ant-select-lg .ant-select-selection--multiple {
	min-height: 40px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
	height: 32px;
	line-height: 32px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-arrow,
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
	top: 20px
}

.ant-select-sm .ant-select-selection--single {
	height: 24px
}

.ant-select-sm .ant-select-selection__rendered {
	margin-left: 7px;
	line-height: 22px
}

.ant-select-sm .ant-select-selection--multiple {
	min-height: 24px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
	height: 16px;
	line-height: 14px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-arrow,
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
	top: 12px
}

.ant-select-sm .ant-select-arrow,
.ant-select-sm .ant-select-selection__clear {
	right: 8px
}

.ant-select-disabled .ant-select-selection__choice__remove {
	color: rgba(0, 0, 0, .25);
	cursor: default
}

.ant-select-disabled .ant-select-selection__choice__remove:hover {
	color: rgba(0, 0, 0, .25)
}

.ant-select-search__field__wrap {
	position: relative;
	display: inline-block
}

.ant-select-search__field__placeholder,
.ant-select-selection__placeholder {
	position: absolute;
	top: 50%;
	right: 9px;
	left: 0;
	max-width: 100%;
	height: 20px;
	margin-top: -10px;
	overflow: hidden;
	color: #bfbfbf;
	line-height: 20px;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis
}

.ant-select-search__field__placeholder {
	left: 12px
}

.ant-select-search__field__mirror {
	position: absolute;
	top: 0;
	left: 0;
	white-space: pre;
	opacity: 0;
	pointer-events: none
}

.ant-select-search--inline {
	position: absolute;
	width: 100%;
	height: 100%
}

.ant-select-search--inline .ant-select-search__field__wrap {
	width: 100%;
	height: 100%
}

.ant-select-search--inline .ant-select-search__field {
	width: 100%;
	height: 100%;
	font-size: 100%;
	line-height: 1;
	background: transparent;
	border-width: 0;
	border-radius: 4px;
	outline: 0
}

.ant-select-search--inline>i {
	float: right
}

.ant-select-selection--multiple {
	min-height: 32px;
	padding-bottom: 3px;
	cursor: text;
	zoom: 1
}

.ant-select-selection--multiple:after,
.ant-select-selection--multiple:before {
	display: table;
	content: ""
}

.ant-select-selection--multiple:after {
	clear: both
}

.ant-select-selection--multiple .ant-select-search--inline {
	position: static;
	float: left;
	width: auto;
	max-width: 100%;
	padding: 0
}

.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
	width: .75em;
	max-width: 100%;
	padding: 1px
}

.ant-select-selection--multiple .ant-select-selection__rendered {
	height: auto;
	margin-bottom: -3px;
	margin-left: 5px
}

.ant-select-selection--multiple .ant-select-selection__placeholder {
	margin-left: 6px
}

.ant-select-selection--multiple .ant-select-selection__rendered>ul>li,
.ant-select-selection--multiple>ul>li {
	height: 24px;
	margin-top: 3px;
	line-height: 22px
}

.ant-select-selection--multiple .ant-select-selection__choice {
	position: relative;
	float: left;
	max-width: 99%;
	margin-right: 4px;
	padding: 0 20px 0 10px;
	overflow: hidden;
	color: rgba(0, 0, 0, .65);
	background-color: #fafafa;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	cursor: default;
	-webkit-transition: padding .3s cubic-bezier(.645, .045, .355, 1);
	transition: padding .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-select-selection--multiple .ant-select-selection__choice__disabled {
	padding: 0 10px
}

.ant-select-selection--multiple .ant-select-selection__choice__content {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: margin .3s cubic-bezier(.645, .045, .355, 1);
	transition: margin .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-select-selection--multiple .ant-select-selection__choice__remove {
	color: inherit;
	font-style: normal;
	line-height: 0;
	text-align: center;
	text-transform: none;
	vertical-align: -.125em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 4px;
	color: rgba(0, 0, 0, .45);
	font-weight: 700;
	line-height: inherit;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	font-size: 12px;
	font-size: 10px\9;
	-webkit-transform: scale(.83333333) rotate(0deg);
	-ms-transform: scale(.83333333) rotate(0deg);
	transform: scale(.83333333) rotate(0deg)
}

.ant-select-selection--multiple .ant-select-selection__choice__remove>* {
	line-height: 1
}

.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
	display: inline-block
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
	display: none
}

.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
	display: block
}

:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
	font-size: 12px
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
	color: rgba(0, 0, 0, .75)
}

.ant-select-selection--multiple .ant-select-arrow,
.ant-select-selection--multiple .ant-select-selection__clear {
	top: 16px
}

.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
	margin-right: 20px
}

.ant-select-open .ant-select-arrow-icon svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ant-select-open .ant-select-selection {
	border-color: #40a9ff;
	border-right-width: 1px!important;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, .2)
}

.ant-select-combobox .ant-select-arrow {
	display: none
}

.ant-select-combobox .ant-select-search--inline {
	float: none;
	width: 100%;
	height: 100%
}

.ant-select-combobox .ant-select-search__field__wrap {
	width: 100%;
	height: 100%
}

.ant-select-combobox .ant-select-search__field {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1), height 0s;
	transition: all .3s cubic-bezier(.645, .045, .355, 1), height 0s
}

.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
	margin-right: 20px
}

.ant-select-dropdown {
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum", ;
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 1050;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-variant: normal;
	background-color: #fff;
	border-radius: 4px;
	outline: none;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
	-webkit-animation-name: antSlideUpIn;
	animation-name: antSlideUpIn
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft {
	-webkit-animation-name: antSlideDownIn;
	animation-name: antSlideDownIn
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
	-webkit-animation-name: antSlideUpOut;
	animation-name: antSlideUpOut
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
	-webkit-animation-name: antSlideDownOut;
	animation-name: antSlideDownOut
}

.ant-select-dropdown-hidden {
	display: none
}

.ant-select-dropdown-menu {
	max-height: 250px;
	margin-bottom: 0;
	padding: 4px 0;
	overflow: auto;
	list-style: none;
	outline: none
}

.ant-select-dropdown-menu-item-group-list {
	margin: 0;
	padding: 0
}

.ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item {
	padding-left: 20px
}

.ant-select-dropdown-menu-item-group-title {
	height: 32px;
	padding: 0 12px;
	color: rgba(0, 0, 0, .45);
	font-size: 12px;
	line-height: 32px
}

.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
	border-radius: 0
}

.ant-select-dropdown-menu-item {
	position: relative;
	display: block;
	padding: 5px 12px;
	overflow: hidden;
	color: rgba(0, 0, 0, .65);
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
	background-color: #e6f7ff
}

.ant-select-dropdown-menu-item-selected {
	color: rgba(0, 0, 0, .65);
	font-weight: 600;
	background-color: #fafafa
}

.ant-select-dropdown-menu-item-disabled,
.ant-select-dropdown-menu-item-disabled:hover {
	color: rgba(0, 0, 0, .25);
	cursor: not-allowed
}

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
	background-color: #e6f7ff
}

.ant-select-dropdown-menu-item-divider {
	height: 1px;
	margin: 1px 0;
	overflow: hidden;
	line-height: 0;
	background-color: #e8e8e8
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
	padding-right: 32px
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
	position: absolute;
	top: 50%;
	right: 12px;
	color: transparent;
	font-weight: 700;
	font-size: 12px;
	text-shadow: 0 .1px 0, .1px 0 0, 0 -.1px 0, -.1px 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s;
	transition: all .2s
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
	color: rgba(0, 0, 0, .87)
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
	display: none
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
	display: inline-block;
	color: #1890ff
}

.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
	padding-right: 12px
}

.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
	display: block
}

.ant-empty {
	margin: 0 8px;
	font-size: 14px;
	line-height: 22px;
	text-align: center
}

.ant-empty-image {
	height: 100px;
	margin-bottom: 8px
}

.ant-empty-image img {
	height: 100%
}

.ant-empty-image svg {
	height: 100%;
	margin: auto
}

.ant-empty-description {
	margin: 0
}

.ant-empty-footer {
	margin-top: 16px
}

.ant-empty-normal {
	margin: 32px 0;
	color: rgba(0, 0, 0, .25)
}

.ant-empty-normal .ant-empty-image {
	height: 40px
}

.ant-empty-small {
	margin: 8px 0;
	color: rgba(0, 0, 0, .25)
}

.ant-empty-small .ant-empty-image {
	height: 35px
}

.sortSelectCom {
	line-height: 1;
	position: relative
}

.sortSelectCom>.ant-select .ant-select-selection {
	padding-left: 40px
}

.sortSelectCom>i {
	padding: 3px;
	font-size: 24px;
	position: absolute;
	left: 0;
	cursor: pointer
}

.sortSelectCom>i:after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 22px;
	margin-left: 3px;
	background-color: #d9d9d9
}

.filenameLink {
	max-width: 122px;
	margin-left: 10px;
	padding-right: 1em;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.filenameLink:hover {
	background-color: #e6f7ff
}

.filenameLink i:first-of-type {
	margin-right: .3em
}

.filenameLink i.anticon-close {
	position: absolute;
	right: 0;
	top: .6em;
	z-index: 2;
	font-size: .75em;
	cursor: pointer
}

.filenameLink i.anticon-close:hover {
	font-size: .8em
}

.editUpload .ant-upload,
.editUpload .ant-upload-list {
	display: inline-block;
	vertical-align: middle
}

.editUpload .ant-upload .ant-btn {
	padding-left: 8px;
	padding-right: 8px
}

.editUpload .ant-upload .ant-btn i {
	margin-right: -5px
}

.editUpload .ant-upload-list {
	margin-left: 10px;
	max-width: 122px
}

.editUpload .ant-upload-list-item {
	margin-top: 0
}

.editUpload #hiddenLoadVideo {
	width: 0;
	height: 0;
	opacity: 0
}

.uploadModalBtn .changeSizeBtn {
	float: right;
	margin-top: 4px;
	background-color: rgba(0, 0, 0, .65);
	color: hsla(0, 0%, 100%, .8)
}

.uploadModalBtn .changeSizeBtn:hover {
	border-color: transparent;
	color: #fff
}

li.motionItemCom {
	width: 80px;
	height: 110px;
	flex: 0 0 80px;
	position: relative;
	cursor: pointer
}

li.motionItemCom:not(:last-of-type) {
	margin-right: 30px
}

li.motionItemCom.active img {
	border: 4px solid #1890ff
}

li.motionItemCom.active p {
	color: #1890ff
}

li.motionItemCom.disabled {
	opacity: .65;
	cursor: not-allowed
}

li.motionItemCom .selected {
	width: 16px;
	height: 16px;
	line-height: 14px;
	text-align: center;
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 62px;
	color: #fff;
	padding: 0;
	border: none;
	background-color: #1890ff
}

li.motionItemCom .selected:after {
	position: absolute;
	top: 50%;
	left: 22%;
	width: 5.71428571px;
	height: 9.14285714px;
	display: table;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg) scale(1) translate(-50%, -50%);
	opacity: 1;
	transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
	content: " "
}

li.motionItemCom img {
	width: 100%;
	height: 80px;
	object-fit: cover
}

li.motionItemCom p {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.listenBtn.ant-btn-loading {
	padding-left: 18px!important
}

.listenBtn.ant-btn-loading .anticon-caret-right {
	visibility: hidden;
	margin-left: -9px!important
}

.listenBtn[disabled] {
	opacity: .3
}

.textReviewVoice {
	display: none
}

.slideTag {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 20px;
	border: 1px solid #808c9c;
	border-radius: 4px;
	padding: 0
}

.slideTag,
.slideTag .item {
	display: inline-block;
	vertical-align: middle
}

.slideTag .item {
	text-align: center;
	min-width: 64px;
	margin-top: -3px;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	font-size: 12px;
	white-space: nowrap;
	background: #fafbfc;
	color: #808c9c
}

.slideTag .item.active {
	background-color: #808c9c;
	color: #fff
}

.customSelect {
	width: 130px;
	height: 24px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	color: rgba(0, 0, 0, .65)
}

.customSelect.repeatedly {
	width: 86px;
	border: 1px dashed #d9d9d9;
	text-align: center;
	font-size: 12px;
	height: 24px
}

.customSelect.repeatedly .addMore {
	display: block;
	height: 24px;
	line-height: 20px;
	cursor: pointer
}

.customSelect.repeatedly .addMore.disabled {
	cursor: not-allowed
}

.customSelect.repeatedly .addMore i {
	margin-left: 3px;
	margin-right: 3px;
	transform: scale(.9)
}

.customSelect:hover {
	border-color: #40a9ff
}

.customSelect .selectValue {
	width: 100%;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	text-indent: .5em;
	background-color: transparent;
	cursor: pointer;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.customSelect .arrow {
	margin-left: -1.6em;
	font-size: 12px;
	color: rgba(0, 0, 0, .25);
	transition: transform .2s;
	transform: rotate(-180deg)
}

.customSelect .arrow.show {
	transform: rotate(0deg)
}

.customSelect .scrollBar {
	position: absolute;
	width: 320px;
	opacity: 0;
	height: 0;
	top: 110px;
	overflow-y: auto;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	background: #fff;
	border-radius: 4px;
	z-index: 4;
	transition: all .2s
}

.customSelect .scrollBar::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

.customSelect .scrollBar::-webkit-scrollbar-thumb {
	border-radius: 8px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #dcdcdc;
	cursor: pointer
}

.customSelect .scrollBar::-webkit-scrollbar-thumb:hover {
	background: #d1cece
}

.customSelect .scrollBar::-webkit-scrollbar-track {
	background: rbga(0, 0, 0, 0)
}

.customSelect .scrollBar.scrollBarTransition-enter-done {
	height: 260px;
	opacity: 1
}

.customSelect .IconWrap {
	padding: 0 0 18px 15px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-wrap: wrap;
	cursor: auto
}

.customSelect .IconWrap>div {
	display: block;
	width: 129px;
	padding-top: 20px;
	cursor: pointer;
	margin-right: 18px;
	height: 110px;
}

.customSelect .IconWrap>div.disabled {
	cursor: not-allowed;
	opacity: .65
}

.customSelect .IconWrap>div.active {
	position: relative
}

.customSelect .IconWrap>div.active p {
	color: #1890ff
}

.customSelect .IconWrap>div.active img {
	border: 4px solid #1890ff;
	transition: border .1s ease-in;
	position: relative
}

.customSelect .IconWrap>div.active .select {
	display: block;
	position: absolute;
	bottom: 24px;
	right: 0;
	width: 16px;
	height: 16px;
	background-color: #1890ff
}

.customSelect .IconWrap>div.active .select:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 21%;
	width: 5.71428571px;
	height: 9.14285714px;
	display: inline-block;
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg) scale(1) translate(-50%, -50%);
	opacity: 1;
	transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.customSelect .IconWrap>div img {
	width: 133px;
	height: 78px
}

.customSelect .IconWrap>div p {
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.editElement {
	width: 95%;
	height: 190px;
	padding-bottom: 5px;
	background-color: #fafbfc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	margin-left: 80px;
}

.editElement>.scrollBar {
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	overflow-x: auto
}

.editElement>.scrollBar::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

.editElement>.scrollBar::-webkit-scrollbar-thumb {
	border-radius: 8px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #dcdcdc;
	cursor: pointer
}

.editElement>.scrollBar::-webkit-scrollbar-thumb:hover {
	background: #aaa
}

.editElement>.scrollBar::-webkit-scrollbar-track {
	background: rgba(250, 251, 252, 0)
}

.editElement>.scrollBar.timePreviewInfo .noSelectData {
	color: rgba(0, 0, 0, .45)
}

.editElement>.scrollBar.timePreviewInfo .noSelectData span {
	color: #1890ff
}

.editElement>.scrollBar p.emptyData,
.editElement>.scrollBar p.noSelectData {
	margin-top: 75px
}

.editElement>.scrollBar p.title {
	color: rgba(0, 0, 0, .45);
	margin-bottom: 8px
}

.editElement>.scrollBar p.title>i.anticon {
	margin: 5px;
	color: rgba(0, 0, 0, .4)
}

.editElement>.scrollBar p.title .textTime {
	margin-left: 1em;
	padding-left: 5px;
	padding-right: 5px;
	color: #8b8b8b;
	background-color: #e9edf1;
	font-size: 10px;
	border-radius: 8px
}

.editElement>.scrollBar p.title .setPinyin {
	float: right
}

.editElement>.scrollBar>div>section {
	position: relative
}

.editElement>.scrollBar>div>section.outLimit .filterTextArea textarea {
	border: 1px solid #eb5151;
	box-shadow: none
}

.editElement>.scrollBar>div>section.outLimit .filterTextArea .textNum>span {
	color: #eb5151
}

.editElement>.scrollBar>div>section .filterTextArea {
	position: relative
}

.editElement>.scrollBar>div>section .filterTextArea .textNum {
	width: 95%;
	height: 25px;
	line-height: 25px;
	position: absolute;
	left: 1px;
	bottom: 1px;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	padding-left: 5px;
	color: #c6c6c6;
	font-size: 14px
}

.editElement>.scrollBar>div>section .filterTextArea .textNum>span {
	float: right
}

.editElement>.scrollBar>div>section .filterTextArea .textNum>span span {
	color: #c6c6c6;
	font-size: 10px
}

.editElement>.scrollBar>div>section .filterTextArea textarea {
	padding-bottom: 25px
}

.editElement>.scrollBar>div>section textarea {
	width: 100%;
	resize: none;
	overflow: auto;
	word-wrap: break-word;
	word-break: break-all
}

.editElement>.scrollBar>div>section textarea::-webkit-scrollbar {
	width: 6px;
	height: 6px
}

.editElement>.scrollBar>div>section textarea::-webkit-scrollbar-thumb {
	border-radius: 6px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #fff;
	cursor: pointer
}

.editElement>.scrollBar>div>section textarea::-webkit-scrollbar-thumb:hover,
.editElement>.scrollBar>div>section textarea::-webkit-scrollbar-track {
	background: transparent
}

.editElement>.scrollBar>div>section .addSubtitle {
	width: 100%;
	height: 100px;
	border: 1px dashed #d9d9d9;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px
}

.editElement>.scrollBar>div>section .addSubtitle .disabled {
	color: #ccc
}

.editElement>.scrollBar>div>section .addSubtitle .disabled:hover {
	cursor: not-allowed
}

.editElement>.scrollBar>div>section .addSubtitle>span:hover {
	color: #555;
	transform: scale(1.1);
	cursor: pointer
}

.editElement>.scrollBar>div>section p.checkWrap {
	margin-top: 5px
}

.editElement>.scrollBar>div>section p.checkWrap .listenBtn {
	float: right;
	height: 22px;
	padding-left: 0;
	padding-right: 8px;
	font-size: 12px;
	background-color: #808c9c;
	color: #fff
}

.editElement>.scrollBar>div>section p.checkWrap .listenBtn span {
	margin-left: 0
}

.editElement>.scrollBar>div>section p.checkWrap .anticon {
	margin-left: 5px
}

.editElement>.scrollBar>div>section.attrWrap {
	position: static;
	flex: 0 0 auto!important;
	min-width: 420px;
	display: flex;
	justify-content: space-between;
	flex-direction: column
}

.editElement>.scrollBar>div>section.attrWrap p span.motionTime {
	margin-left: 12px;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #8b8b8b;
	font-size: 10px;
	background-color: #e9edf1;
	border-radius: 8px
}

.editElement>.scrollBar>div>section.attrWrap .attributeWrap {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.editElement>.scrollBar>div>section.attrWrap .attributeWrap .tagWrap {
	display: inline-block;
	vertical-align: middle
}

.editElement>.scrollBar>div>section.attrWrap .attributeWrap .attrTag {
	min-width: 64px;
	margin-left: 10px;
	margin-right: 20px;
	text-align: center;
	cursor: auto
}

.editElement>.scrollBar>div>section.attrWrap .attributeWrap .attribute+.attribute {
	margin-top: 20px
}

.editElement>.scrollBar>div>section.attrWrap .attributeWrap .motionsTag {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px
}

.editElement>.scrollBar>div>section.attrWrap .attributeWrap .motionsTag .ant-tag {
	margin-right: 4px;
	margin-left: 0
}

.editElement>.scrollBar>div>section:not(:last-of-type):after {
	content: "";
	display: block;
	position: absolute;
	right: -37px;
	top: 91px;
	width: 1px;
	height: 50px;
	transform: translateY(-50%);
	background-color: #ddd
}

.editElement>.scrollBar>div>section:last-of-type {
	padding-right: 20px;
	flex: 0 0 420px
}

.editElement>.scrollBar>div>section+section {
	margin-left: 74px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.editElement>.scrollBar>div>section .slideAvatar {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 14px;
	font-size: 12px;
	border: 1px solid #d9d9d9;
	padding: 2px 7px;
	border-radius: 3px;
	cursor: pointer;
	color: rgba(0, 0, 0, .65)
}

.editElement>.scrollBar>div>section .slideAvatar:active {
	opacity: .8
}

.editElement>.scrollBar>.dubbing>section:first-of-type {
	flex: 0 0 320px
}

.editElement>.scrollBar>.dubbing>section:first-of-type .time {
	margin-left: 12px;
	padding-left: 5px;
	padding-right: 5px;
	color: #8b8b8b;
	font-size: 10px;
	background-color: #e9edf1;
	border-radius: 8px
}

.editElement>.scrollBar>.motion {
	height: 155px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap
}

.editElement>.scrollBar>.motion .motionsList {
	flex: 0 0 auto
}

.editElement>.scrollBar>.motion ul {
	min-width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	height: 120px;
	padding-top: 10px
}

.editElement>.scrollBar>.video {
	width: 100%;
	height: 100%
}

.editElement>.scrollBar>.video .time {
	margin-left: 12px;
	padding-left: 5px;
	padding-right: 5px;
	color: #8b8b8b;
	font-size: 10px;
	background-color: #e9edf1;
	border-radius: 8px
}

.editElement>.scrollBar>.video .message {
	margin-bottom: 20px
}

.editElement>.scrollBar .video,
.editElement>.scrollBar>.dubbing,
.editElement>.scrollBar>.picture,
.editElement>.scrollBar>.text {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap
}

.editElement>.scrollBar .video>section,
.editElement>.scrollBar>.dubbing>section,
.editElement>.scrollBar>.picture>section,
.editElement>.scrollBar>.text>section {
	flex: 0 0 400px
}

.editElement>.scrollBar .video>section .attributeWrap .tagWrap,
.editElement>.scrollBar>.dubbing>section .attributeWrap .tagWrap,
.editElement>.scrollBar>.picture>section .attributeWrap .tagWrap,
.editElement>.scrollBar>.text>section .attributeWrap .tagWrap {
	min-width: 96px
}

.editElement>.scrollBar .suspend {
	height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap
}

.editElement>.scrollBar .suspend .timeInput span {
	margin-right: 10px
}

.editElement>.scrollBar .suspend .timeInput>div {
	margin-top: 52px
}

.editElement>.scrollBar .suspend .timeInput>div>span:nth-of-type(2) {
	margin-left: 10px
}

.editElement>.scrollBar .wrap {
	height: 120px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	position: relative
}

.editElement>.scrollBar .wrap .message {
	margin-top: 10px;
	color: rgba(0, 0, 0, .25)
}

.editElement>.scrollBar .wrap .bottom {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.editElement>.scrollBar .ant-upload-list-text .anticon-close {
	right: -2px
}

.setPinyinModal div.item {
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap
}

.setPinyinModal div.item .left p,
.setPinyinModal div.item .right p {
	margin-bottom: 4px
}

.setPinyinModal div.item .left {
	flex: 0 1 160px;
	width: 160px;
	margin-right: 13px
}

.setPinyinModal div.item .left input {
	margin-left: 10px;
	width: 150px
}

.setPinyinModal div.item .right {
	flex: 0 1 50px;
	width: 50px
}

.setPinyinModal div.item .right .ant-input-number {
	width: 50px
}

.setPinyinModal div.item .right input {
	height: 24px
}

.setPinyinModal p.message {
	width: 231px;
	margin-top: 10px;
	padding-left: 10px;
	color: rgba(0, 0, 0, .45);
	font-size: 12px
}

.setPinyinModal .tagItem:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: .9em;
	margin-right: 8px;
	margin-bottom: .1em;
	border-radius: 1px;
	background-color: #1890ff
}

@-webkit-keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0)
	}
	to {
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0)
	}
	to {
		transform: translateZ(0)
	}
}

.ant-layout {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 0;
	background: #f0f2f5
}

.ant-layout,
.ant-layout * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ant-layout.ant-layout-has-sider {
	-ms-flex-direction: row;
	flex-direction: row
}

.ant-layout.ant-layout-has-sider>.ant-layout,
.ant-layout.ant-layout-has-sider>.ant-layout-content {
	overflow-x: hidden
}

.ant-layout-footer,
.ant-layout-header {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.ant-layout-header {
	height: 64px;
	padding: 0 50px;
	line-height: 64px;
	background: #001529
}

.ant-layout-footer {
	padding: 24px 50px;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	background: #f0f2f5
}

.ant-layout-content {
	-ms-flex: auto;
	flex: auto;
	min-height: 0
}

.ant-layout-sider {
	position: relative;
	min-width: 0;
	background: #001529;
	-webkit-transition: all .2s;
	transition: all .2s
}

.ant-layout-sider-children {
	height: 100%;
	margin-top: -.1px;
	padding-top: .1px
}

.ant-layout-sider-has-trigger {
	padding-bottom: 48px
}

.ant-layout-sider-right {
	-ms-flex-order: 1;
	order: 1
}

.ant-layout-sider-trigger {
	position: fixed;
	bottom: 0;
	z-index: 1;
	height: 48px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	background: #002140;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s
}

.ant-layout-sider-zero-width>* {
	overflow: hidden
}

.ant-layout-sider-zero-width-trigger {
	position: absolute;
	top: 64px;
	right: -36px;
	z-index: 1;
	width: 36px;
	height: 42px;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	background: #001529;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	-webkit-transition: background .3s ease;
	transition: background .3s ease
}

.ant-layout-sider-zero-width-trigger:hover {
	background: #192c3e
}

.ant-layout-sider-zero-width-trigger-right {
	left: -36px;
	border-radius: 4px 0 0 4px
}

.ant-layout-sider-light {
	background: #fff
}

.ant-layout-sider-light .ant-layout-sider-trigger,
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
	color: rgba(0, 0, 0, .65);
	background: #fff
}

.ant-layout-sider-collapsed .ant-layout-sider-children .logo {
	width: 80px;
	max-width: 80px;
	min-width: 80px;
	overflow: hidden
}

.ant-layout-sider-collapsed .ant-layout-sider-children .logo img {
	width: 35px;
	height: 35px
}

.ant-layout-sider-children {
	position: relative;
	box-shadow: 0 0 28px 0 rgba(24, 144, 255, .1);
	z-index: 10;
	overflow-y: auto
}

.ant-layout-sider-children .logo {
	flex: 0 0 199px;
	max-width: 199px;
	min-width: 199px;
	height: 65px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	border-bottom: 2px solid rgba(12, 17, 22, .12);
	background-color: #fff;
	z-index: 2
}

.ant-layout-sider-children .logo img {
	width: 152px;
	margin: 15px auto
}

.ant-layout-sider-children .sideBar {
	padding: 76px 0 0;
	text-align: left;
	height: 100%;
	min-height: 500px;
	background: #3180dc;
}

.ant-layout-sider-children .draftCount {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 16px 8px
}

.ant-layout-sider-children .draftCount .bg {
	padding: 16px 8px;
	background-color: #fafbfc;
	border-radius: 4px
}

.ant-layout-sider-children .draftCount .bg .ant-progress-inner {
	background-color: #f0f2f5
}

.ant-layout-sider-children .draftCount p span {
	font-size: 12px
}

.ant-layout-sider-children .draftCount p span:nth-child(2) {
	float: right;
	height: 1.5em;
	line-height: 1.5;
	font-size: 10px
}

.ant-popover {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1030;
	font-weight: 400;
	white-space: normal;
	text-align: left;
	cursor: auto;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text
}

.ant-popover:after {
	position: absolute;
	background: hsla(0, 0%, 100%, .01);
	content: ""
}

.ant-popover-hidden {
	display: none
}

.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
	padding-bottom: 10px
}

.ant-popover-placement-right,
.ant-popover-placement-rightBottom,
.ant-popover-placement-rightTop {
	padding-left: 10px
}

.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
	padding-top: 10px
}

.ant-popover-placement-left,
.ant-popover-placement-leftBottom,
.ant-popover-placement-leftTop {
	padding-right: 10px
}

.ant-popover-inner {
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15)\9;
	box-shadow: 0 0 8px rgba(0, 0, 0, .15)\9
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.ant-popover-inner {
		-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
		box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
	}
}

.ant-popover-title {
	min-width: 177px;
	min-height: 32px;
	margin: 0;
	padding: 5px 16px 4px;
	color: rgba(0, 0, 0, .85);
	font-weight: 500;
	border-bottom: 1px solid #e8e8e8
}

.ant-popover-inner-content {
	padding: 12px 16px;
	color: rgba(0, 0, 0, .65)
}

.ant-popover-message {
	position: relative;
	padding: 4px 0 12px;
	color: rgba(0, 0, 0, .65);
	font-size: 14px
}

.ant-popover-message>.anticon {
	position: absolute;
	top: 8px;
	color: #faad14;
	font-size: 14px
}

.ant-popover-message-title {
	padding-left: 22px
}

.ant-popover-buttons {
	margin-bottom: 4px;
	text-align: right
}

.ant-popover-buttons button {
	margin-left: 8px
}

.ant-popover-arrow {
	position: absolute;
	display: block;
	width: 8.48528137px;
	height: 8.48528137px;
	background: transparent;
	border-style: solid;
	border-width: 4.24264069px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
	bottom: 6.2px;
	border-color: transparent #fff #fff transparent;
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, .07)
}

.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow {
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg)
}

.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow {
	left: 16px
}

.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
	right: 16px
}

.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow {
	left: 6px;
	border-color: transparent transparent #fff #fff;
	-webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
	box-shadow: -3px 3px 7px rgba(0, 0, 0, .07)
}

.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow {
	top: 12px
}

.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow {
	bottom: 12px
}

.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow {
	top: 6px;
	border-color: #fff transparent transparent #fff;
	-webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, .06);
	box-shadow: -2px -2px 5px rgba(0, 0, 0, .06)
}

.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow {
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg)
}

.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow {
	left: 16px
}

.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow {
	right: 16px
}

.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow {
	right: 6px;
	border-color: #fff #fff transparent transparent;
	-webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
	box-shadow: 3px -3px 7px rgba(0, 0, 0, .07)
}

.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow {
	top: 12px
}

.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow {
	bottom: 12px
}

.custom-theme {
	height: 65px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #fff;
	padding: 0 20px;
	border-bottom: 2px solid rgba(0, 21, 41, .12)
}

.custom-theme>a {
	margin-right: 12px
}

.custom-theme>a:hover {
	color: inherit
}

.custom-theme>a img {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px
}

.custom-theme .userInfo {
	height: 45px;
	line-height: 45px;
	margin-left: 20px;
	cursor: pointer
}

.custom-theme .userInfo img {
	width: 30px;
	height: 30px;
	margin-right: 12px;
	border-radius: 50%
}

.custom-theme .userInfo img,
.custom-theme .userInfo p {
	display: inline-block;
	vertical-align: middle
}

.custom-theme .userInfo p {
	max-width: 6em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.ant-popover-inner-content {
	padding-top: 5px;
	padding-bottom: 5px
}

.headerUserPop .ant-popover-inner-content {
	padding: 5px 0
}

.headerUserPop .ant-popover-inner-content li {
	padding-left: 16px;
	padding-right: 16px
}

.customPopover li {
	width: 10em;
	height: 2em;
	line-height: 2em;
	cursor: pointer
}

.customPopover li.active {
	background-color: #e6f7ff;
	color: #1890ff
}

.customPopover li i {
	margin-right: 1em
}

.customPopover li:hover {
	color: #1890ff
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased
}

:focus {
	outline: none
}

::-moz-focus-inner {
	border-color: transparent
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0
}

body {
	background: #fff;
	line-height: 1;
	color: #666;
	font: 14px/1.5 PingFangSC-Regular, Microsoft Yahei, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif
}

body,
html {
	height: 100%;
	scroll-behavior: smooth
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,
td,
th {
	font-weight: 400;
	text-align: left
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

blockquote,
q {
	quotes: "" ""
}

img {
	border: none
}

a {
	text-decoration: none;
	color: #666
}

::-webkit-input-placeholder {
	color: #919090
}

:-moz-placeholder,
::-moz-placeholder {
	color: #919090
}

:-ms-input-placeholder {
	color: #919090
}

::-ms-clear,
::-ms-reveal {
	display: none
}

input {
	-webkit-appearance: none
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset!important
}

.cl_both {
	zoom: 1
}

.cl_both:after {
	clear: both;
	content: ".";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}

.App {
	height: 100vh;
	text-align: left;
	overflow: auto;
	background-color: #f0f2f5
}

.App::-webkit-scrollbar {
	width: 12px;
	height: 12px
}

.App::-webkit-scrollbar-thumb {
	border-radius: 12px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #dcdcdc;
	cursor: pointer
}

.App::-webkit-scrollbar-thumb:hover {
	background: #aaa
}

.App::-webkit-scrollbar-track {
	background: rgba(250, 251, 252, 0)
}

.App .elWrapContent::-webkit-scrollbar {
	width: 11px;
	height: 11px
}

.App .elWrapContent::-webkit-scrollbar-thumb {
	border-radius: 11px;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
	background: #dcdcdc;
	cursor: pointer
}

.App .elWrapContent::-webkit-scrollbar-thumb:hover {
	background: #d1cece
}

.App .elWrapContent::-webkit-scrollbar-track {
	background: #fafbfc
}

.ant-modal-confirm.publicConfirmModal .ant-modal-confirm-title {
	font-weight: 600
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif
}



.scales {
	background: #ddd;
	width: 200px;
	height: 4px;
	position: relative;
}
.ant-slider{
	margin: 18px 6px 10px;
	padding: 0 0; 	
}
.scales span {
	background: #aaa;
	width: 8px;
	height: 16px;
	position: absolute;
	left: -2px;
	top: -6px;
	cursor: pointer;
	border-radius: 3px;
}
.scales #btn{
	left: 55px;
}
.scales div:first-child {
	background: #1890ff;
	position: absolute;
	height: 3px;
	width: 55px;
	left: 0;
	bottom: 0px;
}
.scales2 {
	background: #ddd;
	width: 200px;
	height: 4px;
	position: relative;
}

.scales2 span {
	background: #aaa;
	width: 8px;
	height: 16px;
	position: absolute;
	left: -2px;
	top: -6px;
	cursor: pointer;
	border-radius: 3px;
}
.scales2 #btn2{
	left: 55px;
}
.scales2 div:first-child {
	background: #1890ff;
	position: absolute;
	height: 3px;
	width: 55px;
	left: 0;
	bottom: 0px;
}

.scales3 {
	background: #ddd;
	width: 200px;
	height: 12px;
	position: relative;
}

.scales3 span {
	background: #aaa;
	width: 8px;
	height: 16px;
	position: absolute;
	left: -2px;
	top: -6px;
	cursor: pointer;
	border-radius: 3px;
}
.scales3 #btn3{
	left: 55px;
}
.scales3 div:first-child {
	background: #1890ff;
	position: absolute;
	height: 12px;
	width: 0px;
	left: 0;
	bottom: 0px;
}


.avatarIcon ul.audioList .active p{
	color: #FFFFFF;
}
#myMaterial .ant-modal{
	height: 85%;
}
#myMaterial .resourceCenter .sourceType {
	width: 100%;
	padding-left: 56px;
	display: block;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #fff;
	box-shadow: initial;
	margin-top: 40px;
	white-space: nowrap;
}
#myMaterial .resourceCenter .asideBar{
	background-color:#FFFFFF
}
#myMaterial .resourceCenter .sourceType li{
	text-align: left;
	font-size: 29px;
	color: #1185da;
	font-weight: 600;
	width: 200px;
	display: inline-block;
	float: left;
	position: absolute;
	top: -7px;
}
#myMaterial .resourceCenter .sourceType .searchText{
	width: 30%;
	display: inline-block;
	float: left;
	margin-left: 44%;
}
#myMaterial .resourceCenter .sourceType .topBar{
	display: inline-block;	
	margin-left: 20px;
	float: left;
}
#myMaterial .resourceCenter .sourceType li:after{
	height: 0;
}
#myMaterial .resourceCenter .asideBar {
	position: inherit;
	width: 100%;
	height: 60px;
	padding-top: 40px;
	padding-bottom: 48px;
	background-color: #FFFFFF;
	z-index: 1
}
#myMaterial .resourceCenter>.content{
	padding-left: 60px;
}
#myMaterial .resourceCenter .dhtb{
	float: left;
	width: 30%;
}
#myMaterial .resourceCenter .dhtb li{
	width: 95px;
	float: left;
	font-size: 20px;
}
#myMaterial .resourceCenter .left{
	width: 350px;
	height: 53px;
	float: left;
	position: relative;
	/*overflow: hidden;*/
	margin-left: 11%;
}
#myMaterial .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{
	background-color: #FFFFFF;
	color: #557aeb;
}
#myMaterial .ant-menu-inline .ant-menu-item-selected:after, .ant-menu-inline .ant-menu-selected:after{
	width: 0px;
	opacity: 0;
}
#myMaterial .ant-menu-item {
	padding-left: 0px;
}
#myMaterial .ant-menu-inline, .ant-menu-vertical, .ant-menu-vertical-left{
	border: none;
}
#myMaterial .mysc{
	position: absolute;
	top: 16px;
}
#myMaterial .scales3{
	position: absolute;
	top: 3px;
	left: 75px;
}
#myMaterial #title3{
	position: absolute;
	top: 16px;
	left: 300px;
}
#myMaterial .resourceCenter>.content .main{
	height: 92%;
	margin-top: 20px;
}
#myMaterial .resourceCenter .footerBar{
	height: 81px;
	box-shadow:none;
}
#myMaterial .resourceCenter>.content .main .local, .resourceCenter>.content .main .public{
	margin-top: 24px;
	padding: 0;
	background: #dcdcdc;
}
#myMaterial .resourceCenter>.content .main .local, .resourceCenter>.content .main .public2{
	margin-top: 24px;
	padding: 0;
	background: #dcdcdc;
}
#myMaterial .resourceCenter>.content .main .local .mediaItem, .resourceCenter>.content .main .public .mediaItem{
	margin: 20px 20px 0px 20px;
}
#myMaterial .resourceCenter>.content .main .local .mediaItem, .resourceCenter>.content .main .public2 .mediaItem{
	margin: 20px 20px 0px 20px;
}
#myMaterial .resourceCenter .footerBar .left, .resourceCenter .footerBar .right{
	margin-left: 40%;
}
#myMaterial .resourceCenter .footerBar>.right{
	position: absolute;
	top: 40px;
}
#myMaterial .resourceCenter>.content .main .local .animWrap, .resourceCenter>.content .main .public .animWrap{
	
}
#myMaterial .resourceCenter>.content .main .local .animWrap, .resourceCenter>.content .main .public2 .animWrap{
	
}
#myMaterial .mediaItem .img{
	width: 147px;
	height: 147px;
}
#myMaterial .resourceCenter>.content .main .scroll{
	/*overflow: hidden;*/
	z-index: 9999;
}
#myMaterial .scroll_box{
	/*overflow-x: auto;
	overflow-y: auto;*/
	/*overflow: hidden;*/
	width: 96%;
	height: 100%;
	overflow: auto;
	background: #dcdcdc;
}
/*.resourceCenter>.content .main{
	overflow: hidden;
}*/
#myMaterial .resourceCenter>.content .main .local, .resourceCenter>.content .main .public{
	height: initial;
	position: relative;
}
#myMaterial .resourceCenter>.content .main .local, .resourceCenter>.content .main .public2{
	height: initial;
	position: relative;
}
#myMaterial .resourceCenter>.content .main .local .jzbtn, .resourceCenter>.content .main .public .jzbtn{
	position: absolute;
	bottom: 122px;
	left: 40%;
}
#myMaterial .resourceCenter>.content .main .local .jzbtn, .resourceCenter>.content .main .public2 .jzbtn{
	position: absolute;
	bottom: 122px;
	left: 40%;
}
#myMaterial .resourceCenter>.content .main .local >button, .resourceCenter>.content .main .public >button{
    display: block;
    width: 20%;
    margin: 40px auto 20px;	
    color: #1890ff;
    border: 1px solid #1890ff;
    border-radius: 3px 3px;
    line-height: 30px;
    cursor: pointer;
}
#myMaterial .resourceCenter>.content .main .local >button, .resourceCenter>.content .main .public2 >button{
    display: block;
    width: 20%;
    margin: 40px auto 20px;	
    color: #1890ff;
    border: 1px solid #1890ff;
    border-radius: 3px 3px;
    line-height: 30px;
    cursor: pointer;
}
#myMaterial .resourceCenter{
	overflow: hidden;
}
#myMaterial .footerBar .useBtn{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#myMaterial .footerBar .useBtn{
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
	overflow: hidden;
}
#myMaterial .footerBar .useBtn>div{
	overflow: hidden;
}
#myMaterial .footerBar .useBtn .right{
	float: right;
	margin-right: 30px;
	position: inherit;
	top: inherit;
	cursor: pointer;
}
#myMaterial .footerBar .useBtn .left{
	float: left;
	margin-left: 40px;
	width: auto;
	height: 30px;
}
#myMaterial .footerBar .useBtn .left .ant-btn{
    border: none;
    background-color: rgba(24,144,255,.15)!important;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;	
    margin-left: 30px;
}
.scrollBar .editli p.title{
	font-size: 20px;
	color: #333333;
}
.scrollBar .editli p.title .textTime{
	color: #1185da;
}
.editElement>.scrollBar>div>section.attrWrap p span.motionTime{
	color: #1185da;
}
.filenameLink{
	position: relative;
}
.filenameLink .scdelet{
	display: block;
	width: 10px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.upper-canvas{
	position: relative;
	background: url(../../img/bj.png) no-repeat center;
	background-size: 100% 100%;
}
.upper-canvas .getwzai{
	position: absolute;
	width: 140px;
	height: 100%;
	right: 91px;
	z-index: 2;
}
.upper-canvas .getwzbj{
	position: absolute;
	width: 300px;
	height: 180px;
	right: 26%;
	top: 10%;
	z-index: 1;
}
.scrollBarTransition-exit-done{
	width: 80px;
}
.customSelect .addMore{
	cursor: pointer;
}
.customSelect{
	/*position: relative;*/
} 
.customSelect .arrow.show{
	position: absolute;
	top: 5px;
	right: 8px;
}
.soussc{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-variant: tabular-nums;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum", "tnum";
	position: relative;
	display: inline-block;
	width: 100%;
	height: 32px;
	padding: 4px 11px;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.soussc:focus,
.soussc:hover {
	border-color: #40a9ff;
	border-right-width: 1px!important
}
.myvideolist .ant-checkbox-checked .ant-checkbox-inner{
	border-radius: 0px 0px;
}
/*  模态框样式 */
.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: black;
    opacity: 0.4;
    z-index: 1000;
}

/* 动图样式 */
.loading .gif {
    height: 32px;
    width: 32px;
    background: url(../js/img/loader.gif);
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 1001;
}
.userInfo{
	position: relative;
}
.dwbox{
	height: 83px;
	width: 90px;
	position: absolute;
	right: 0;
	top: 22px;	
}
.tcbox{
	position: absolute;
	right: 0;
	top: 39px;	
	width: 100px;
	border: 1px solid #9e9e9e4d;
	border-radius:3px 3px;
	background: #FFFFFF;
	display: none;
	z-index: 99999;
}
.tcbox::before{
	display: block;
	content:"";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    position: absolute;	
    top: -10px;
    left: 36%;
}
.tcbox span{
	display: block;
	float: left;
}
.tcbox .tcimg{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../../img/tc.png) no-repeat center;
	background-size: 70% 70%;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.tcbox .tcan{
	height: 20px;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}





















@media only screen and (min-width: 100px) and (max-width: 1900px) {
	.editDragWrap>.title {
		margin-left: 10px;
	}
	.avatarAndBg .title {
		margin-left: 10px;
	}
	.avatarAndBg .flex {
		margin-left: 10px;
	}
	.avatarAndBg .pzbox {
		margin-left: 2px;
	}
	.editDragWrap .dragWrap .dragList {
		margin-left: 10px;
	}
	.editDragWrap .dragWrap {
		width: 100%;
		margin-left: 10px;
	}
	.editElement {
		width: 100%;
		margin-left: 10px;
	}
}
#bjscbox{
	margin-right: 15px;
}