.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 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-btn-circle,
.ant-btn-circle-outline {
	width: 28px;
	padding: 0;
	font-size: 14px;
	border-radius: 50%;
	height: 28px
}

.ant-btn-circle-outline.ant-btn-lg,
.ant-btn-circle.ant-btn-lg {
	width: 32px;
	padding: 0;
	font-size: 16px;
	border-radius: 50%;
	height: 32px
}

.ant-btn-circle-outline.ant-btn-sm,
.ant-btn-circle.ant-btn-sm {
	width: 22px;
	padding: 0;
	font-size: 12px;
	border-radius: 50%;
	height: 22px
}

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

.ant-btn .anticon {
	transition: margin-left .3s cubic-bezier(.645, .045, .355, 1)
}

.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;
	pointer-events: none;
	position: relative
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
	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 {
	position: relative;
	display: inline-block
}

.ant-btn-group>.ant-btn {
	position: relative;
	z-index: 1
}

.ant-btn-group>.ant-btn.active,
.ant-btn-group>.ant-btn:active,
.ant-btn-group>.ant-btn:focus,
.ant-btn-group>.ant-btn:hover {
	z-index: 2
}

.ant-btn-group>.ant-btn:disabled {
	z-index: 0
}

.ant-btn-group-lg>.ant-btn {
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	height: 32px
}

.ant-btn-group-sm>.ant-btn {
	padding: 0 7px;
	font-size: 12px;
	border-radius: 4px;
	height: 22px
}

.ant-btn-group-sm>.ant-btn>.anticon {
	font-size: 12px
}

.ant-btn+.ant-btn-group,
.ant-btn-group+.ant-btn,
.ant-btn-group+.ant-btn-group,
.ant-btn-group .ant-btn+.ant-btn {
	margin-left: -1px
}

.ant-btn-group .ant-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
	padding-left: 8px;
	padding-right: 8px
}

.ant-btn-group>.ant-btn:first-child {
	margin-left: 0
}

.ant-btn-group>.ant-btn:first-child:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	padding-right: 8px
}

.ant-btn-group>.ant-btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding-left: 8px
}

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

.ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding-left: 8px
}

.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
	padding-left: 8px;
	padding-right: 8px
}

.ant-btn:active>span,
.ant-btn:focus>span {
	position: relative
}

.ant-btn>.anticon+span,
.ant-btn>span+.anticon {
	margin-left: .5em
}

.ant-btn-clicked:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	border-radius: inherit;
	border: 0 solid #108ee9;
	opacity: .4;
	animation: buttonEffect .4s;
	display: block
}

.ant-btn-danger.ant-btn-clicked:after {
	border-color: #f04134
}

.ant-btn-background-ghost {
	background: transparent!important;
	border-color: #fff;
	color: #fff
}

.ant-btn-background-ghost.ant-btn-primary {
	color: #108ee9;
	background-color: transparent;
	border-color: #108ee9
}

.ant-btn-background-ghost.ant-btn-primary>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-primary>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-btn-background-ghost.ant-btn-primary:focus,
.ant-btn-background-ghost.ant-btn-primary:hover {
	color: #49a9ee;
	background-color: transparent;
	border-color: #49a9ee
}

.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 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-btn-background-ghost.ant-btn-primary.active,
.ant-btn-background-ghost.ant-btn-primary:active {
	color: #0e77ca;
	background-color: transparent;
	border-color: #0e77ca
}

.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 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.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: #f7f7f7;
	border-color: #d9d9d9
}

.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 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-btn-background-ghost.ant-btn-danger {
	color: #f04134;
	background-color: transparent;
	border-color: #f04134
}

.ant-btn-background-ghost.ant-btn-danger>a:only-child {
	color: currentColor
}

.ant-btn-background-ghost.ant-btn-danger>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-btn-background-ghost.ant-btn-danger:focus,
.ant-btn-background-ghost.ant-btn-danger:hover {
	color: #f46e65;
	background-color: transparent;
	border-color: #f46e65
}

.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 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-btn-background-ghost.ant-btn-danger.active,
.ant-btn-background-ghost.ant-btn-danger:active {
	color: #d73435;
	background-color: transparent;
	border-color: #d73435
}

.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 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.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: #f7f7f7;
	border-color: #d9d9d9
}

.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 {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

@keyframes buttonEffect {
	to {
		opacity: 0;
		top: -6px;
		left: -6px;
		bottom: -6px;
		right: -6px;
		border-width: 6px
	}
}

.higgs-alert {
	display: none
}

.higgs-notification {
	position: relative;
	right: 50%
}

.higgs-notification-bar-wrapper {
	box-sizing: border-box;
	width: 400px;
	border-top: 4px solid;
	margin: 10px auto;
	background: #fff;
	pointer-events: all;
	transition: top .5s cubic-bezier(.89, .01, .5, 1.1);
	transform: translatey(0);
	top: 2rem;
	box-shadow: 0 5px 8px 0 rgba(60, 83, 180, .2);
	position: relative
}

.higgs-notification-bar-wrapper .notification-img {
	float: left
}

.higgs-notification-bar-wrapper .notification-content {
	box-sizing: border-box;
	padding: 15px 30px;
	text-align: center;
	width: 100%;
	word-wrap: break-word;
	color: #053552
}

.higgs-notification-bar-wrapper .notification-close {
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 10px
}

.higgs-notification-bar-wrapper .notification-close-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px
}

.notification-info {
	border-top-color: #5bc0de
}

.notification-success {
	border-top-color: #13b5b1
}

.notification-error {
	border-top-color: #ff4c17
}

.notification-warning {
	border-top-color: #f29b76
}

.notification-hide {
	display: none
}

.higgs-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	outline: 0;
	text-align: center;
	background: transparent
}

.higgs-loading:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.higgs-loading-dialog {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	max-width: 100%;
	border-radius: 0
}

.ant-pagination {
	font-size: 12px
}

.ant-pagination:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.ant-pagination-item,
.ant-pagination-total-text {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	line-height: 28px;
	margin-right: 8px
}

.ant-pagination-item {
	cursor: pointer;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 28px;
	text-align: center;
	list-style: none;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	font-family: Arial;
	outline: 0
}

.ant-pagination-item a {
	text-decoration: none;
	color: rgba(0, 0, 0, .65);
	transition: none;
	margin: 0 6px
}

.ant-pagination-item:focus,
.ant-pagination-item:hover {
	transition: all .3s;
	border-color: #108ee9
}

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
	color: #108ee9
}

.ant-pagination-item-active {
	background-color: #108ee9;
	border-color: #108ee9
}

.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
	background-color: #49a9ee;
	border-color: #49a9ee
}

.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a,
.ant-pagination-item-active a {
	color: #fff
}

.ant-pagination-jump-next,
.ant-pagination-jump-prev {
	outline: 0
}

.ant-pagination-jump-next:after,
.ant-pagination-jump-prev:after {
	content: "\2022\2022\2022";
	display: block;
	letter-spacing: 2px;
	color: rgba(0, 0, 0, .25);
	text-align: center
}

.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-next:hover:after,
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-prev:hover:after {
	color: #108ee9;
	display: inline-block;
	font-size: 12px;
	font-size: 8px\9;
	transform: scale(.66667) rotate(0deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
	zoom: 1;
	letter-spacing: -1px;
	font-family: anticon
}

:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-next:hover:after,
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-prev:hover:after {
	filter: none;
	font-size: 12px
}

.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-prev:hover:after {
	content: "\E620\E620"
}

.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-next:hover:after {
	content: "\E61F\E61F"
}

.ant-pagination-jump-next,
.ant-pagination-jump-prev,
.ant-pagination-prev {
	margin-right: 8px
}

.ant-pagination-jump-next,
.ant-pagination-jump-prev,
.ant-pagination-next,
.ant-pagination-prev {
	font-family: Arial;
	cursor: pointer;
	color: rgba(0, 0, 0, .65);
	border-radius: 4px;
	list-style: none;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	transition: all .3s;
	display: inline-block;
	vertical-align: middle
}

.ant-pagination-next,
.ant-pagination-prev {
	outline: 0
}

.ant-pagination-next a,
.ant-pagination-prev a {
	color: rgba(0, 0, 0, .65);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.ant-pagination-next:hover a,
.ant-pagination-prev:hover a {
	color: #108ee9
}

.ant-pagination-next .ant-pagination-item-link,
.ant-pagination-prev .ant-pagination-item-link {
	border: 1px solid #d9d9d9;
	background-color: #fff;
	border-radius: 4px;
	outline: none;
	display: block;
	transition: all .3s
}

.ant-pagination-next .ant-pagination-item-link:after,
.ant-pagination-prev .ant-pagination-item-link:after {
	display: inline-block;
	font-size: 12px;
	font-size: 8px\9;
	transform: scale(.66667) rotate(0deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
	zoom: 1;
	display: block;
	height: 26px;
	line-height: 26px;
	font-family: anticon;
	text-align: center;
	font-weight: 500
}

:root .ant-pagination-next .ant-pagination-item-link:after,
:root .ant-pagination-prev .ant-pagination-item-link:after {
	filter: none;
	font-size: 12px
}

.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link,
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link {
	border-color: #108ee9;
	color: #108ee9
}

.ant-pagination-prev .ant-pagination-item-link:after {
	content: "\E620";
	display: block
}

.ant-pagination-next .ant-pagination-item-link:after {
	content: "\E61F";
	display: block
}

.ant-pagination-disabled,
.ant-pagination-disabled:focus,
.ant-pagination-disabled:hover {
	cursor: not-allowed
}

.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled a {
	border-color: #d9d9d9;
	color: rgba(0, 0, 0, .25);
	cursor: not-allowed
}

.ant-pagination-slash {
	margin: 0 10px 0 5px
}

.ant-pagination-options {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px
}

.ant-pagination-options-size-changer {
	display: inline-block;
	margin-right: 8px
}

.ant-pagination-options-quick-jumper {
	display: inline-block;
	height: 28px;
	line-height: 28px
}

.ant-pagination-options-quick-jumper input {
	position: relative;
	display: inline-block;
	padding: 4px 7px;
	width: 100%;
	height: 28px;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	background-image: none;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	transition: all .3s;
	margin: 0 8px;
	width: 50px
}

.ant-pagination-options-quick-jumper input::-moz-placeholder {
	color: #bfbfbf;
	opacity: 1
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
	color: #bfbfbf
}

.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
	color: #bfbfbf
}

.ant-pagination-options-quick-jumper input:hover {
	border-color: #49a9ee
}

.ant-pagination-options-quick-jumper input:focus {
	border-color: #49a9ee;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(16, 142, 233, .2)
}

.ant-pagination-options-quick-jumper input-disabled {
	background-color: #f7f7f7;
	opacity: 1;
	cursor: not-allowed;
	color: rgba(0, 0, 0, .25)
}

.ant-pagination-options-quick-jumper input-disabled:hover {
	border-color: #e2e2e2
}

textarea.ant-pagination-options-quick-jumper input {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all .3s, height 0s
}

.ant-pagination-options-quick-jumper input-lg {
	padding: 6px 7px;
	height: 32px
}

.ant-pagination-options-quick-jumper input-sm {
	padding: 1px 7px;
	height: 22px
}

.ant-pagination-simple .ant-pagination-next,
.ant-pagination-simple .ant-pagination-prev {
	height: 24px;
	line-height: 24px;
	vertical-align: top
}

.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link {
	border: 0;
	height: 24px
}

.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after {
	line-height: 24px
}

.ant-pagination-simple .ant-pagination-simple-pager {
	display: inline-block;
	margin-right: 8px;
	height: 24px
}

.ant-pagination-simple .ant-pagination-simple-pager input {
	margin-right: 8px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	outline: none;
	padding: 0 6px;
	height: 100%;
	text-align: center;
	transition: border-color .3s
}

.ant-pagination-simple .ant-pagination-simple-pager input:hover {
	border-color: #108ee9
}

.ant-pagination.mini .ant-pagination-simple-pager,
.ant-pagination.mini .ant-pagination-total-text {
	height: 20px;
	line-height: 20px
}

.ant-pagination.mini .ant-pagination-item {
	border: 0
}

.ant-pagination.mini .ant-pagination-item,
.ant-pagination.mini .ant-pagination-next,
.ant-pagination.mini .ant-pagination-prev {
	margin: 0;
	min-width: 20px;
	height: 20px;
	line-height: 20px
}

.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link {
	border: 0
}

.ant-pagination.mini .ant-pagination-jump-next,
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after {
	height: 20px;
	line-height: 20px
}

.ant-pagination.mini .ant-pagination-options {
	margin-left: 8px
}

.ant-pagination.mini .ant-pagination-options-quick-jumper {
	height: 20px;
	line-height: 20px
}

.ant-pagination.mini .ant-pagination-options-quick-jumper input {
	padding: 1px 7px;
	height: 22px;
	width: 44px
}

@media only screen and (max-width:1024px) {
	.ant-pagination-item-after-jump-prev,
	.ant-pagination-item-before-jump-next {
		display: none
	}
}

.ant-select {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	color: rgba(0, 0, 0, .65);
	font-size: 12px
}

.ant-select>ul>li>a {
	padding: 0;
	background-color: #fff
}

.ant-select-arrow {
	font-style: normal;
	vertical-align: baseline;
	text-align: center;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 8px;
	line-height: 1;
	margin-top: -6px;
	color: rgba(0, 0, 0, .43);
	display: inline-block;
	font-size: 12px;
	font-size: 9px\9;
	transform: scale(.75) rotate(0deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
	zoom: 1
}

.ant-select-arrow:before {
	display: block;
	font-family: anticon!important
}

:root .ant-select-arrow {
	filter: none;
	font-size: 12px
}

.ant-select-arrow * {
	display: none
}

.ant-select-arrow:before {
	content: "\E61D";
	transition: transform .2s ease
}

.ant-select-selection {
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-select-selection:hover {
	border-color: #49a9ee
}

.ant-select-focused .ant-select-selection,
.ant-select-selection:active,
.ant-select-selection:focus {
	border-color: #49a9ee;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(16, 142, 233, .2)
}

.ant-select-selection__clear {
	display: inline-block;
	font-style: normal;
	vertical-align: baseline;
	text-align: center;
	text-transform: none;
	text-rendering: auto;
	opacity: 0;
	position: absolute;
	right: 8px;
	z-index: 1;
	background: #fff;
	top: 50%;
	font-size: 12px;
	color: rgba(0, 0, 0, .25);
	width: 12px;
	height: 12px;
	margin-top: -6px;
	line-height: 12px;
	cursor: pointer;
	transition: color .3s ease, opacity .15s ease
}

.ant-select-selection__clear:before {
	display: block;
	font-family: anticon;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E62E"
}

.ant-select-selection__clear:hover {
	color: rgba(0, 0, 0, .43)
}

.ant-select-selection:hover .ant-select-selection__clear {
	opacity: 1
}

.ant-select-selection-selected-value {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	padding-right: 14px
}

.ant-select-disabled {
	color: rgba(0, 0, 0, .25)
}

.ant-select-disabled .ant-select-selection {
	background: #f7f7f7;
	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;
	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 {
	background: #eee;
	color: #aaa;
	padding-right: 10px
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
	display: none
}

.ant-select-selection--single {
	height: 28px;
	position: relative;
	cursor: pointer
}

.ant-select-selection__rendered {
	display: block;
	margin-left: 7px;
	margin-right: 7px;
	position: relative;
	line-height: 26px
}

.ant-select-selection__rendered:after {
	content: ".";
	visibility: hidden;
	pointer-events: none;
	display: inline-block;
	width: 0
}

.ant-select-lg .ant-select-selection--single {
	height: 32px
}

.ant-select-lg .ant-select-selection__rendered {
	line-height: 30px
}

.ant-select-lg .ant-select-selection--multiple {
	min-height: 32px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
	height: 24px;
	line-height: 24px
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear {
	top: 16px
}

.ant-select-sm .ant-select-selection--single {
	height: 22px
}

.ant-select-sm .ant-select-selection__rendered {
	line-height: 20px
}

.ant-select-sm .ant-select-selection--multiple {
	min-height: 22px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
	height: 14px;
	line-height: 14px
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear {
	top: 11px
}

.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 {
	display: inline-block;
	position: relative
}

.ant-select-search__field__placeholder,
.ant-select-selection__placeholder {
	position: absolute;
	top: 50%;
	left: 0;
	right: 9px;
	color: #bfbfbf;
	line-height: 20px;
	height: 20px;
	max-width: 100%;
	margin-top: -10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left
}

.ant-select-search__field__placeholder {
	left: 8px
}

.ant-select-search__field__mirror {
	position: absolute;
	top: 0;
	left: -9999px;
	white-space: pre;
	pointer-events: none
}

.ant-select-search--inline {
	position: absolute;
	height: 100%;
	width: 100%
}

.ant-select-selection--multiple .ant-select-search--inline {
	float: left;
	position: static
}

.ant-select-search--inline .ant-select-search__field__wrap {
	width: 100%;
	height: 100%
}

.ant-select-search--inline .ant-select-search__field {
	border-width: 0;
	font-size: 100%;
	height: 100%;
	width: 100%;
	background: transparent;
	outline: 0;
	border-radius: 4px;
	line-height: 1
}

.ant-select-search--inline>i {
	float: right
}

.ant-select-selection--multiple {
	min-height: 28px;
	cursor: text;
	padding-bottom: 3px;
	zoom: 1
}

.ant-select-selection--multiple:after,
.ant-select-selection--multiple:before {
	content: " ";
	display: table
}

.ant-select-selection--multiple:after {
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0
}

.ant-select-selection--multiple .ant-select-search--inline {
	width: auto;
	padding: 0;
	max-width: 100%
}

.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
	max-width: 100%;
	width: .75em
}

.ant-select-selection--multiple .ant-select-selection__rendered {
	margin-left: 5px;
	margin-bottom: -3px;
	height: auto
}

.ant-select-selection--multiple .ant-select-selection__rendered>ul>li,
.ant-select-selection--multiple>ul>li {
	margin-top: 3px;
	height: 20px;
	line-height: 20px
}

.ant-select-selection--multiple .ant-select-selection__choice {
	color: rgba(0, 0, 0, .65);
	background-color: #f3f3f3;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 4px;
	max-width: 99%;
	position: relative;
	overflow: hidden;
	transition: padding .3s cubic-bezier(.645, .045, .355, 1);
	padding: 0 20px 0 10px
}

.ant-select-selection--multiple .ant-select-selection__choice__disabled {
	padding: 0 10px
}

.ant-select-selection--multiple .ant-select-selection__choice__content {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	transition: margin .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-select-selection--multiple .ant-select-selection__choice__remove {
	font-style: normal;
	vertical-align: baseline;
	text-align: center;
	text-transform: none;
	line-height: 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .43);
	line-height: inherit;
	cursor: pointer;
	font-weight: 700;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	display: inline-block;
	font-size: 12px;
	font-size: 8px\9;
	transform: scale(.66667) rotate(0deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
	zoom: 1;
	position: absolute;
	right: 4px;
	padding: 0 0 0 8px
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
	display: block;
	font-family: anticon!important
}

:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
	filter: none;
	font-size: 12px
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
	color: #404040
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:before {
	content: "\E633"
}

.ant-select-selection--multiple .ant-select-selection__clear {
	top: 14px
}

.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
	margin-right: 20px
}

.ant-select-open .ant-select-arrow {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-ms-transform: rotate(180deg)
}

.ant-select-open .ant-select-arrow:before {
	transform: rotate(180deg)
}

.ant-select-open .ant-select-selection {
	border-color: #49a9ee;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(16, 142, 233, .2)
}

.ant-select-combobox .ant-select-arrow {
	display: none
}

.ant-select-combobox .ant-select-search--inline {
	height: 100%;
	width: 100%;
	float: none
}

.ant-select-combobox .ant-select-search__field__wrap {
	width: 100%;
	height: 100%
}

.ant-select-combobox .ant-select-search__field {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	box-shadow: none
}

.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
	margin-right: 20px
}

.ant-select-dropdown {
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	border-radius: 4px;
	box-sizing: border-box;
	z-index: 1050;
	left: -9999px;
	top: -9999px;
	position: absolute;
	outline: none;
	overflow: hidden;
	font-size: 12px
}

.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 {
	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 {
	animation-name: antSlideDownIn
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
	animation-name: antSlideUpOut
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
	animation-name: antSlideDownOut
}

.ant-select-dropdown-hidden {
	display: none
}

.ant-select-dropdown-menu {
	outline: none;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	max-height: 250px;
	overflow: auto
}

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

.ant-select-dropdown-menu-item-group-title {
	color: rgba(0, 0, 0, .43);
	line-height: 1.5;
	padding: 8px
}

.ant-select-dropdown-menu-item {
	position: relative;
	display: block;
	padding: 7px 8px;
	font-weight: 400;
	color: rgba(0, 0, 0, .65);
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background .3s ease
}

.ant-select-dropdown-menu-item:hover {
	background-color: #ecf6fd
}

.ant-select-dropdown-menu-item-disabled {
	color: rgba(0, 0, 0, .25);
	cursor: not-allowed
}

.ant-select-dropdown-menu-item-disabled:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #fff;
	cursor: not-allowed
}

.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
	background-color: #f7f7f7;
	font-weight: 600;
	color: rgba(0, 0, 0, .65)
}

.ant-select-dropdown-menu-item-active {
	background-color: #ecf6fd
}

.ant-select-dropdown-menu-item-divider {
	height: 1px;
	margin: 1px 0;
	overflow: hidden;
	background-color: #e5e5e5;
	line-height: 0
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
	font-family: anticon;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E632";
	color: transparent;
	display: inline-block;
	font-size: 12px;
	font-size: 10px\9;
	transform: scale(.83333) rotate(0deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
	zoom: 1;
	transition: all .2s ease;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	font-weight: 700;
	text-shadow: 0 .1px 0, .1px 0 0, 0 -.1px 0, -.1px 0
}

:root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
	filter: none;
	font-size: 12px
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after {
	color: #ddd
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after {
	display: none
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after {
	color: #108ee9;
	display: inline-block
}

.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
	display: block
}

.ant-input-search-icon {
	cursor: pointer;
	transition: all .3s;
	font-size: 14px
}

.ant-input-search-icon:hover {
	color: #108ee9
}

.ant-search-input-wrapper {
	display: inline-block;
	vertical-align: middle
}

.ant-search-input.ant-input-group .ant-input:first-child,
.ant-search-input.ant-input-group .ant-select:first-child {
	border-radius: 4px;
	position: absolute;
	top: -1px;
	width: 100%
}

.ant-search-input.ant-input-group .ant-input:first-child {
	padding-right: 36px
}

.ant-search-input .ant-search-btn {
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	border-color: #d9d9d9;
	border-radius: 0 3px 3px 0;
	left: -1px;
	position: relative;
	border-width: 0 0 0 1px;
	z-index: 2;
	padding-left: 8px;
	padding-right: 8px
}

.ant-search-input .ant-search-btn>a:only-child {
	color: currentColor
}

.ant-search-input .ant-search-btn>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-search-input .ant-search-btn:focus,
.ant-search-input .ant-search-btn:hover {
	color: #108ee9;
	background-color: #fff;
	border-color: #108ee9
}

.ant-search-input .ant-search-btn:focus>a:only-child,
.ant-search-input .ant-search-btn:hover>a:only-child {
	color: currentColor
}

.ant-search-input .ant-search-btn:focus>a:only-child:after,
.ant-search-input .ant-search-btn:hover>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-search-input .ant-search-btn.active,
.ant-search-input .ant-search-btn:active {
	color: #0e77ca;
	background-color: #fff;
	border-color: #0e77ca
}

.ant-search-input .ant-search-btn.active>a:only-child,
.ant-search-input .ant-search-btn:active>a:only-child {
	color: currentColor
}

.ant-search-input .ant-search-btn.active>a:only-child:after,
.ant-search-input .ant-search-btn:active>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-search-input .ant-search-btn.disabled,
.ant-search-input .ant-search-btn.disabled.active,
.ant-search-input .ant-search-btn.disabled:active,
.ant-search-input .ant-search-btn.disabled:focus,
.ant-search-input .ant-search-btn.disabled:hover,
.ant-search-input .ant-search-btn[disabled],
.ant-search-input .ant-search-btn[disabled].active,
.ant-search-input .ant-search-btn[disabled]:active,
.ant-search-input .ant-search-btn[disabled]:focus,
.ant-search-input .ant-search-btn[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f7f7f7;
	border-color: #d9d9d9
}

.ant-search-input .ant-search-btn.disabled.active>a:only-child,
.ant-search-input .ant-search-btn.disabled:active>a:only-child,
.ant-search-input .ant-search-btn.disabled:focus>a:only-child,
.ant-search-input .ant-search-btn.disabled:hover>a:only-child,
.ant-search-input .ant-search-btn.disabled>a:only-child,
.ant-search-input .ant-search-btn[disabled].active>a:only-child,
.ant-search-input .ant-search-btn[disabled]:active>a:only-child,
.ant-search-input .ant-search-btn[disabled]:focus>a:only-child,
.ant-search-input .ant-search-btn[disabled]:hover>a:only-child,
.ant-search-input .ant-search-btn[disabled]>a:only-child {
	color: currentColor
}

.ant-search-input .ant-search-btn.disabled.active>a:only-child:after,
.ant-search-input .ant-search-btn.disabled:active>a:only-child:after,
.ant-search-input .ant-search-btn.disabled:focus>a:only-child:after,
.ant-search-input .ant-search-btn.disabled:hover>a:only-child:after,
.ant-search-input .ant-search-btn.disabled>a:only-child:after,
.ant-search-input .ant-search-btn[disabled].active>a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:active>a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:focus>a:only-child:after,
.ant-search-input .ant-search-btn[disabled]:hover>a:only-child:after,
.ant-search-input .ant-search-btn[disabled]>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-search-input .ant-search-btn.active,
.ant-search-input .ant-search-btn:active,
.ant-search-input .ant-search-btn:focus,
.ant-search-input .ant-search-btn:hover {
	background: #fff
}

.ant-search-input .ant-search-btn:hover {
	border-color: #d9d9d9
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty,
.ant-search-input:hover .ant-search-btn-noempty {
	color: #fff;
	background-color: #108ee9;
	border-color: #108ee9
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty>a:only-child {
	color: currentColor
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover,
.ant-search-input:hover .ant-search-btn-noempty:focus,
.ant-search-input:hover .ant-search-btn-noempty:hover {
	color: #fff;
	background-color: #49a9ee;
	border-color: #49a9ee
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:focus>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:hover>a:only-child {
	color: currentColor
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:focus>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:hover>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:focus>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:hover>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active,
.ant-search-input:hover .ant-search-btn-noempty.active,
.ant-search-input:hover .ant-search-btn-noempty:active {
	color: #fff;
	background-color: #0e77ca;
	border-color: #0e77ca
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.active>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty:active>a:only-child {
	color: currentColor
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.active>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty:active>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.active>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty:active>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled],
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover,
.ant-search-input:hover .ant-search-btn-noempty.disabled,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover,
.ant-search-input:hover .ant-search-btn-noempty[disabled],
.ant-search-input:hover .ant-search-btn-noempty[disabled].active,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover {
	color: rgba(0, 0, 0, .25);
	background-color: #f7f7f7;
	border-color: #d9d9d9
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover>a:only-child,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty.disabled>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover>a:only-child,
.ant-search-input:hover .ant-search-btn-noempty[disabled]>a:only-child {
	color: currentColor
}

.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled.active>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:active>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:focus>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled:hover>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty.disabled>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled].active>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:active>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:focus>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]:hover>a:only-child:after,
.ant-search-input.ant-search-input-focus .ant-search-btn-noempty[disabled]>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled.active>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:active>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:focus>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled:hover>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty.disabled>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled].active>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:active>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:focus>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]:hover>a:only-child:after,
.ant-search-input:hover .ant-search-btn-noempty[disabled]>a:only-child:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent
}

.ant-search-input .ant-select-combobox .ant-select-selection__rendered {
	margin-right: 29px
}

.ant-input {
	position: relative;
	display: inline-block;
	padding: 4px 7px;
	width: 100%;
	height: 28px;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	background-image: none;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	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:focus,
.ant-input:hover {
	border-color: #49a9ee
}

.ant-input:focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgba(16, 142, 233, .2)
}

.ant-input-disabled {
	background-color: #f7f7f7;
	opacity: 1;
	cursor: not-allowed;
	color: rgba(0, 0, 0, .25)
}

.ant-input-disabled:hover {
	border-color: #e2e2e2
}

textarea.ant-input {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all .3s, height 0s
}

.ant-input-lg {
	padding: 6px 7px;
	height: 32px
}

.ant-input-sm {
	padding: 1px 7px;
	height: 22px
}

.ant-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%
}

.ant-input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 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
}

.ant-input-group .ant-input:focus {
	z-index: 1
}

.ant-input-group-addon {
	padding: 4px 7px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: rgba(0, 0, 0, .65);
	text-align: center;
	background-color: #eee;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	position: relative;
	transition: all .3s
}

.ant-input-group-addon .ant-select {
	margin: -5px -7px
}

.ant-input-group-addon .ant-select .ant-select-selection {
	background-color: inherit;
	margin: -1px;
	border: 1px solid transparent;
	box-shadow: none
}

.ant-input-group-addon .ant-select-focused .ant-select-selection,
.ant-input-group-addon .ant-select-open .ant-select-selection {
	color: #108ee9
}

.ant-input-group-addon>i:only-child:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

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

.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
	border-bottom-right-radius: 0;
	border-top-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-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.ant-input-group-lg .ant-input,
.ant-input-group-lg>.ant-input-group-addon {
	padding: 6px 7px;
	height: 32px
}

.ant-input-group-sm .ant-input,
.ant-input-group-sm>.ant-input-group-addon {
	padding: 1px 7px;
	height: 22px
}

.ant-input-group-lg .ant-select-selection--single {
	height: 32px
}

.ant-input-group-sm .ant-select-selection--single {
	height: 22px
}

.ant-input-group .ant-input-affix-wrapper {
	display: table-cell;
	width: 100%;
	float: left
}

.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 {
	content: " ";
	display: table
}

.ant-input-group.ant-input-group-compact:after {
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0
}

.ant-input-group.ant-input-group-compact>* {
	border-radius: 0;
	border-right-width: 0;
	vertical-align: top;
	float: none;
	display: inline-block
}

.ant-input-group.ant-input-group-compact .ant-input {
	float: none;
	z-index: auto
}

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

.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: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-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right-width: 1px
}

.ant-input-group-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 100%
}

.ant-input-affix-wrapper {
	position: relative;
	display: inline-block;
	width: 100%
}

.ant-input-affix-wrapper .ant-input {
	z-index: 1
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
	border-color: #49a9ee
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	line-height: 0;
	color: rgba(0, 0, 0, .65)
}

.ant-input-affix-wrapper .ant-input-prefix {
	left: 7px
}

.ant-input-affix-wrapper .ant-input-suffix {
	right: 7px
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
	padding-left: 24px
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
	padding-right: 24px
}

.ant-input-affix-wrapper .ant-input {
	min-height: 100%
}

.ant-message {
	font-size: 12px;
	position: fixed;
	z-index: 1010;
	width: 100%;
	top: 16px;
	left: 0;
	pointer-events: none
}

.ant-message-notice {
	padding: 8px;
	text-align: center
}

.ant-message-notice:first-child {
	margin-top: -8px
}

.ant-message-notice-content {
	padding: 8px 16px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	background: #fff;
	display: inline-block;
	pointer-events: all
}

.ant-message-success .anticon {
	color: #00a854
}

.ant-message-error .anticon {
	color: #f04134
}

.ant-message-warning .anticon {
	color: #ffbf00
}

.ant-message-info .anticon,
.ant-message-loading .anticon {
	color: #108ee9
}

.ant-message .anticon {
	margin-right: 8px;
	font-size: 14px;
	top: 1px;
	position: relative
}

.ant-message-notice.move-up-leave.move-up-leave-active {
	animation-name: MessageMoveOut;
	overflow: hidden;
	animation-duration: .3s
}

@keyframes MessageMoveOut {
	0% {
		opacity: 1;
		max-height: 150px;
		padding: 8px
	}
	to {
		opacity: 0;
		max-height: 0;
		padding: 0
	}
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: inherit;
	color: rgba(0, 0, 0, .43);
	border: 0;
	border-bottom: 1px solid #d9d9d9
}

label {
	font-size: 12px
}

input[type=search] {
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 15px;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(0, 0, 0, .65)
}

label {
	position: relative
}

label>.anticon {
	vertical-align: top;
	font-size: 12px
}

.ant-form-item-required:before {
	display: inline-block;
	margin-right: 4px;
	content: "*";
	font-family: SimSun;
	line-height: 1;
	font-size: 12px;
	color: #f04134
}

.ant-form-hide-required-mark .ant-form-item-required:before {
	display: none
}

.ant-checkbox-inline.disabled,
.ant-checkbox-vertical.disabled,
.ant-checkbox.disabled label,
.ant-radio-inline.disabled,
.ant-radio-vertical.disabled,
.ant-radio.disabled label,
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.ant-form-item {
	font-size: 12px;
	margin-bottom: 24px;
	color: rgba(0, 0, 0, .65);
	vertical-align: top
}

.ant-form-item-control>.ant-form-item:last-child,
.ant-form-item [class^=ant-col-]>.ant-form-item:only-child {
	margin-bottom: -24px
}

.ant-form-item-control {
	line-height: 31.9999px;
	position: relative;
	zoom: 1
}

.ant-form-item-control:after,
.ant-form-item-control:before {
	content: " ";
	display: table
}

.ant-form-item-control:after {
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0
}

.ant-form-item-with-help {
	margin-bottom: 6px
}

.ant-form-item-label {
	text-align: right;
	vertical-align: middle;
	line-height: 32px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ant-form-item-label label {
	color: rgba(0, 0, 0, .85)
}

.ant-form-item-label label:after {
	content: ":";
	margin: 0 8px 0 2px;
	position: relative;
	top: -.5px
}

.ant-form-item .ant-switch {
	margin: 4px 0
}

.ant-form-item-no-colon .ant-form-item-label label:after {
	content: " "
}

.ant-form-explain,
.ant-form-extra {
	color: rgba(0, 0, 0, .43);
	line-height: 1.5
}

.ant-form-extra {
	padding-top: 4px
}

.ant-form-text {
	display: inline-block;
	padding-right: 8px
}

.ant-form-split {
	display: block;
	text-align: center
}

form .has-feedback .ant-input {
	padding-right: 24px
}

form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear,
form .has-feedback>.ant-select .ant-select-arrow,
form .has-feedback>.ant-select .ant-select-selection__clear {
	right: 28px
}

form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,
form .has-feedback>.ant-select .ant-select-selection-selected-value {
	padding-right: 42px
}

form .has-feedback .ant-cascader-picker-arrow {
	margin-right: 21px
}

form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-cascader-picker-clear,
form .has-feedback .ant-input-search .ant-input-suffix,
form .has-feedback .ant-time-picker-clear,
form .has-feedback .ant-time-picker-icon {
	right: 28px
}

form textarea.ant-input {
	height: auto
}

form .ant-upload {
	background: transparent
}

form input[type=checkbox],
form input[type=radio] {
	width: 14px;
	height: 14px
}

form .ant-checkbox-inline,
form .ant-radio-inline {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer;
	margin-left: 8px
}

form .ant-checkbox-inline:first-child,
form .ant-radio-inline:first-child {
	margin-left: 0
}

form .ant-checkbox-vertical,
form .ant-radio-vertical {
	display: block
}

form .ant-checkbox-vertical+.ant-checkbox-vertical,
form .ant-radio-vertical+.ant-radio-vertical {
	margin-left: 0
}

form .ant-input-number {
	margin-right: 8px
}

form .ant-cascader-picker,
form .ant-select {
	width: 100%
}

form .ant-cascader-picker:only-child,
form .ant-select:only-child {
	display: block
}

form .ant-input-group .ant-cascader-picker,
form .ant-input-group .ant-select {
	width: auto
}

form .ant-input-group-addon .ant-cascader-picker:only-child,
form .ant-input-group-addon .ant-select:only-child {
	display: inline-block
}

form .ant-input-group-wrapper {
	position: relative;
	top: 2px
}

form .ant-input-group-wrapper.ant-input-group-wrapper-lg {
	top: 0
}

form .ant-input-group-wrapper.ant-input-group-wrapper-sm {
	top: 5px
}

.ant-input-group-wrap .ant-select-selection {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.ant-input-group-wrap .ant-select-selection:hover {
	border-color: #d9d9d9
}

.ant-input-group-wrap .ant-select-selection--single {
	margin-left: -1px;
	height: 32px;
	background-color: #eee
}

.ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered {
	padding-left: 8px;
	padding-right: 25px;
	line-height: 30px
}

.ant-input-group-wrap .ant-select-open .ant-select-selection {
	border-color: #d9d9d9;
	box-shadow: none
}

.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label,
.ant-form-vertical .ant-form-item-label {
	padding: 0 0 8px;
	margin: 0;
	display: block;
	text-align: left;
	line-height: 1.5
}

.ant-col-24.ant-form-item-label label:after,
.ant-col-xl-24.ant-form-item-label label:after,
.ant-form-vertical .ant-form-item-label label:after {
	display: none
}

@media (max-width:767px) {
	.ant-col-xs-24.ant-form-item-label {
		padding: 0 0 8px;
		margin: 0;
		display: block;
		text-align: left;
		line-height: 1.5
	}
	.ant-col-xs-24.ant-form-item-label label:after {
		display: none
	}
}

@media (max-width:991px) {
	.ant-col-sm-24.ant-form-item-label {
		padding: 0 0 8px;
		margin: 0;
		display: block;
		text-align: left;
		line-height: 1.5
	}
	.ant-col-sm-24.ant-form-item-label label:after {
		display: none
	}
}

@media (max-width:1199px) {
	.ant-col-md-24.ant-form-item-label {
		padding: 0 0 8px;
		margin: 0;
		display: block;
		text-align: left;
		line-height: 1.5
	}
	.ant-col-md-24.ant-form-item-label label:after {
		display: none
	}
}

@media (max-width:1599px) {
	.ant-col-lg-24.ant-form-item-label {
		padding: 0 0 8px;
		margin: 0;
		display: block;
		text-align: left;
		line-height: 1.5
	}
	.ant-col-lg-24.ant-form-item-label label:after {
		display: none
	}
}

.ant-form-inline .ant-form-item {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 0
}

.ant-form-inline .ant-form-item-with-help {
	margin-bottom: 24px
}

.ant-form-inline .ant-form-item>div {
	display: inline-block;
	vertical-align: middle
}

.ant-form-inline .ant-form-text,
.ant-form-inline .has-feedback {
	display: inline-block
}

.ant-form-inline .ant-form-explain {
	position: absolute
}

.has-error.has-feedback:after,
.has-success.has-feedback:after,
.has-warning.has-feedback:after,
.is-validating.has-feedback:after {
	position: absolute;
	top: 0;
	right: 0;
	visibility: visible;
	pointer-events: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
	font-family: anticon;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	z-index: 1
}

.has-success.has-feedback:after {
	animation-name: diffZoomIn1!important
}

.has-error.has-feedback:after {
	animation-name: diffZoomIn2!important
}

.has-warning.has-feedback:after {
	animation-name: diffZoomIn3!important
}

.has-success.has-feedback:after {
	content: "\E630";
	color: #00a854
}

.has-warning .ant-form-explain,
.has-warning .ant-form-split {
	color: #ffbf00
}

.has-warning .ant-input,
.has-warning .ant-input:hover {
	border-color: #ffbf00
}

.has-warning .ant-input:focus {
	border-color: #ffce3d;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(255, 191, 0, .2)
}

.has-warning .ant-input:not([disabled]):hover {
	border-color: #ffbf00
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
	border-color: #ffce3d;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(255, 191, 0, .2)
}

.has-warning .ant-input-prefix {
	color: #ffbf00
}

.has-warning .ant-input-group-addon {
	color: #ffbf00;
	border-color: #ffbf00;
	background-color: #fff
}

.has-warning .has-feedback {
	color: #ffbf00
}

.has-warning.has-feedback:after {
	content: "\E62C";
	color: #ffbf00
}

.has-warning .ant-select-selection {
	border-color: #ffbf00
}

.has-warning .ant-select-focused .ant-select-selection,
.has-warning .ant-select-open .ant-select-selection {
	border-color: #ffce3d;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(255, 191, 0, .2)
}

.has-warning .ant-calendar-picker-icon:after,
.has-warning .ant-cascader-picker-arrow,
.has-warning .ant-picker-icon:after,
.has-warning .ant-select-arrow,
.has-warning .ant-time-picker-icon:after {
	color: #ffbf00
}

.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
	border-color: #ffbf00
}

.has-warning .ant-input-number-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-time-picker-input:focus {
	border-color: #ffce3d;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(255, 191, 0, .2)
}

.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
	border-color: #ffbf00
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
	border-color: #ffce3d;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(255, 191, 0, .2)
}

.has-error .ant-form-explain,
.has-error .ant-form-split {
	color: #f04134
}

.has-error .ant-input,
.has-error .ant-input:hover {
	border-color: #f04134
}

.has-error .ant-input:focus {
	border-color: #f46e65;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(240, 65, 52, .2)
}

.has-error .ant-input:not([disabled]):hover {
	border-color: #f04134
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
	border-color: #f46e65;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(240, 65, 52, .2)
}

.has-error .ant-input-prefix {
	color: #f04134
}

.has-error .ant-input-group-addon {
	color: #f04134;
	border-color: #f04134;
	background-color: #fff
}

.has-error .has-feedback {
	color: #f04134
}

.has-error.has-feedback:after {
	content: "\E62E";
	color: #f04134
}

.has-error .ant-select-selection {
	border-color: #f04134
}

.has-error .ant-select-focused .ant-select-selection,
.has-error .ant-select-open .ant-select-selection {
	border-color: #f46e65;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(240, 65, 52, .2)
}

.has-error .ant-input-group-addon .ant-select-selection {
	border-color: transparent;
	box-shadow: none
}

.has-error .ant-calendar-picker-icon:after,
.has-error .ant-cascader-picker-arrow,
.has-error .ant-picker-icon:after,
.has-error .ant-select-arrow,
.has-error .ant-time-picker-icon:after {
	color: #f04134
}

.has-error .ant-input-number,
.has-error .ant-time-picker-input {
	border-color: #f04134
}

.has-error .ant-input-number-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input-focused,
.has-error .ant-time-picker-input:focus {
	border-color: #f46e65;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(240, 65, 52, .2)
}

.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
	border-color: #f04134
}

.has-error .ant-cascader-picker:focus .ant-cascader-input,
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
	border-color: #f46e65;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(240, 65, 52, .2)
}

.is-validating.has-feedback:after {
	display: inline-block;
	animation: loadingCircle 1s infinite linear;
	content: "\E64D";
	color: #108ee9
}

.ant-advanced-search-form .ant-form-item {
	margin-bottom: 16px
}

.ant-advanced-search-form .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input,
.ant-advanced-search-form .ant-input-group .ant-input-group-addon {
	height: 28px
}

@keyframes diffZoomIn1 {
	0% {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

@keyframes diffZoomIn2 {
	0% {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

@keyframes diffZoomIn3 {
	0% {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.ant-row {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	height: auto;
	zoom: 1;
	display: block
}

.ant-row:after,
.ant-row:before {
	content: " ";
	display: table
}

.ant-row:after {
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0
}

.ant-row-flex {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.ant-row-flex,
.ant-row-flex:after,
.ant-row-flex:before {
	display: -ms-flexbox;
	display: flex
}

.ant-row-flex-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.ant-row-flex-center {
	-ms-flex-pack: center;
	justify-content: center
}

.ant-row-flex-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.ant-row-flex-space-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.ant-row-flex-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.ant-row-flex-top {
	-ms-flex-align: start;
	align-items: flex-start
}

.ant-row-flex-middle {
	-ms-flex-align: center;
	align-items: center
}

.ant-row-flex-bottom {
	-ms-flex-align: end;
	align-items: flex-end
}

.ant-col {
	position: relative;
	display: block
}

.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24,
.ant-col-lg-1,
.ant-col-lg-2,
.ant-col-lg-3,
.ant-col-lg-4,
.ant-col-lg-5,
.ant-col-lg-6,
.ant-col-lg-7,
.ant-col-lg-8,
.ant-col-lg-9,
.ant-col-lg-10,
.ant-col-lg-11,
.ant-col-lg-12,
.ant-col-lg-13,
.ant-col-lg-14,
.ant-col-lg-15,
.ant-col-lg-16,
.ant-col-lg-17,
.ant-col-lg-18,
.ant-col-lg-19,
.ant-col-lg-20,
.ant-col-lg-21,
.ant-col-lg-22,
.ant-col-lg-23,
.ant-col-lg-24,
.ant-col-md-1,
.ant-col-md-2,
.ant-col-md-3,
.ant-col-md-4,
.ant-col-md-5,
.ant-col-md-6,
.ant-col-md-7,
.ant-col-md-8,
.ant-col-md-9,
.ant-col-md-10,
.ant-col-md-11,
.ant-col-md-12,
.ant-col-md-13,
.ant-col-md-14,
.ant-col-md-15,
.ant-col-md-16,
.ant-col-md-17,
.ant-col-md-18,
.ant-col-md-19,
.ant-col-md-20,
.ant-col-md-21,
.ant-col-md-22,
.ant-col-md-23,
.ant-col-md-24,
.ant-col-sm-1,
.ant-col-sm-2,
.ant-col-sm-3,
.ant-col-sm-4,
.ant-col-sm-5,
.ant-col-sm-6,
.ant-col-sm-7,
.ant-col-sm-8,
.ant-col-sm-9,
.ant-col-sm-10,
.ant-col-sm-11,
.ant-col-sm-12,
.ant-col-sm-13,
.ant-col-sm-14,
.ant-col-sm-15,
.ant-col-sm-16,
.ant-col-sm-17,
.ant-col-sm-18,
.ant-col-sm-19,
.ant-col-sm-20,
.ant-col-sm-21,
.ant-col-sm-22,
.ant-col-sm-23,
.ant-col-sm-24,
.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0
}

.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24 {
	float: left;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.ant-col-24 {
	display: block;
	width: 100%
}

.ant-col-push-24 {
	left: 100%
}

.ant-col-pull-24 {
	right: 100%
}

.ant-col-offset-24 {
	margin-left: 100%
}

.ant-col-order-24 {
	-ms-flex-order: 24;
	order: 24
}

.ant-col-23 {
	display: block;
	width: 95.83333333%
}

.ant-col-push-23 {
	left: 95.83333333%
}

.ant-col-pull-23 {
	right: 95.83333333%
}

.ant-col-offset-23 {
	margin-left: 95.83333333%
}

.ant-col-order-23 {
	-ms-flex-order: 23;
	order: 23
}

.ant-col-22 {
	display: block;
	width: 91.66666667%
}

.ant-col-push-22 {
	left: 91.66666667%
}

.ant-col-pull-22 {
	right: 91.66666667%
}

.ant-col-offset-22 {
	margin-left: 91.66666667%
}

.ant-col-order-22 {
	-ms-flex-order: 22;
	order: 22
}

.ant-col-21 {
	display: block;
	width: 87.5%
}

.ant-col-push-21 {
	left: 87.5%
}

.ant-col-pull-21 {
	right: 87.5%
}

.ant-col-offset-21 {
	margin-left: 87.5%
}

.ant-col-order-21 {
	-ms-flex-order: 21;
	order: 21
}

.ant-col-20 {
	display: block;
	width: 83.33333333%
}

.ant-col-push-20 {
	left: 83.33333333%
}

.ant-col-pull-20 {
	right: 83.33333333%
}

.ant-col-offset-20 {
	margin-left: 83.33333333%
}

.ant-col-order-20 {
	-ms-flex-order: 20;
	order: 20
}

.ant-col-19 {
	display: block;
	width: 79.16666667%
}

.ant-col-push-19 {
	left: 79.16666667%
}

.ant-col-pull-19 {
	right: 79.16666667%
}

.ant-col-offset-19 {
	margin-left: 79.16666667%
}

.ant-col-order-19 {
	-ms-flex-order: 19;
	order: 19
}

.ant-col-18 {
	display: block;
	width: 75%
}

.ant-col-push-18 {
	left: 75%
}

.ant-col-pull-18 {
	right: 75%
}

.ant-col-offset-18 {
	margin-left: 75%
}

.ant-col-order-18 {
	-ms-flex-order: 18;
	order: 18
}

.ant-col-17 {
	display: block;
	width: 70.83333333%
}

.ant-col-push-17 {
	left: 70.83333333%
}

.ant-col-pull-17 {
	right: 70.83333333%
}

.ant-col-offset-17 {
	margin-left: 70.83333333%
}

.ant-col-order-17 {
	-ms-flex-order: 17;
	order: 17
}

.ant-col-16 {
	display: block;
	width: 66.66666667%
}

.ant-col-push-16 {
	left: 66.66666667%
}

.ant-col-pull-16 {
	right: 66.66666667%
}

.ant-col-offset-16 {
	margin-left: 66.66666667%
}

.ant-col-order-16 {
	-ms-flex-order: 16;
	order: 16
}

.ant-col-15 {
	display: block;
	width: 62.5%
}

.ant-col-push-15 {
	left: 62.5%
}

.ant-col-pull-15 {
	right: 62.5%
}

.ant-col-offset-15 {
	margin-left: 62.5%
}

.ant-col-order-15 {
	-ms-flex-order: 15;
	order: 15
}

.ant-col-14 {
	display: block;
	width: 58.33333333%
}

.ant-col-push-14 {
	left: 58.33333333%
}

.ant-col-pull-14 {
	right: 58.33333333%
}

.ant-col-offset-14 {
	margin-left: 58.33333333%
}

.ant-col-order-14 {
	-ms-flex-order: 14;
	order: 14
}

.ant-col-13 {
	display: block;
	width: 54.16666667%
}

.ant-col-push-13 {
	left: 54.16666667%
}

.ant-col-pull-13 {
	right: 54.16666667%
}

.ant-col-offset-13 {
	margin-left: 54.16666667%
}

.ant-col-order-13 {
	-ms-flex-order: 13;
	order: 13
}

.ant-col-12 {
	display: block;
	width: 50%
}

.ant-col-push-12 {
	left: 50%
}

.ant-col-pull-12 {
	right: 50%
}

.ant-col-offset-12 {
	margin-left: 50%
}

.ant-col-order-12 {
	-ms-flex-order: 12;
	order: 12
}

.ant-col-11 {
	display: block;
	width: 45.83333333%
}

.ant-col-push-11 {
	left: 45.83333333%
}

.ant-col-pull-11 {
	right: 45.83333333%
}

.ant-col-offset-11 {
	margin-left: 45.83333333%
}

.ant-col-order-11 {
	-ms-flex-order: 11;
	order: 11
}

.ant-col-10 {
	display: block;
	width: 41.66666667%
}

.ant-col-push-10 {
	left: 41.66666667%
}

.ant-col-pull-10 {
	right: 41.66666667%
}

.ant-col-offset-10 {
	margin-left: 41.66666667%
}

.ant-col-order-10 {
	-ms-flex-order: 10;
	order: 10
}

.ant-col-9 {
	display: block;
	width: 37.5%
}

.ant-col-push-9 {
	left: 37.5%
}

.ant-col-pull-9 {
	right: 37.5%
}

.ant-col-offset-9 {
	margin-left: 37.5%
}

.ant-col-order-9 {
	-ms-flex-order: 9;
	order: 9
}

.ant-col-8 {
	display: block;
	width: 33.33333333%
}

.ant-col-push-8 {
	left: 33.33333333%
}

.ant-col-pull-8 {
	right: 33.33333333%
}

.ant-col-offset-8 {
	margin-left: 33.33333333%
}

.ant-col-order-8 {
	-ms-flex-order: 8;
	order: 8
}

.ant-col-7 {
	display: block;
	width: 29.16666667%
}

.ant-col-push-7 {
	left: 29.16666667%
}

.ant-col-pull-7 {
	right: 29.16666667%
}

.ant-col-offset-7 {
	margin-left: 29.16666667%
}

.ant-col-order-7 {
	-ms-flex-order: 7;
	order: 7
}

.ant-col-6 {
	display: block;
	width: 25%
}

.ant-col-push-6 {
	left: 25%
}

.ant-col-pull-6 {
	right: 25%
}

.ant-col-offset-6 {
	margin-left: 25%
}

.ant-col-order-6 {
	-ms-flex-order: 6;
	order: 6
}

.ant-col-5 {
	display: block;
	width: 20.83333333%
}

.ant-col-push-5 {
	left: 20.83333333%
}

.ant-col-pull-5 {
	right: 20.83333333%
}

.ant-col-offset-5 {
	margin-left: 20.83333333%
}

.ant-col-order-5 {
	-ms-flex-order: 5;
	order: 5
}

.ant-col-4 {
	display: block;
	width: 16.66666667%
}

.ant-col-push-4 {
	left: 16.66666667%
}

.ant-col-pull-4 {
	right: 16.66666667%
}

.ant-col-offset-4 {
	margin-left: 16.66666667%
}

.ant-col-order-4 {
	-ms-flex-order: 4;
	order: 4
}

.ant-col-3 {
	display: block;
	width: 12.5%
}

.ant-col-push-3 {
	left: 12.5%
}

.ant-col-pull-3 {
	right: 12.5%
}

.ant-col-offset-3 {
	margin-left: 12.5%
}

.ant-col-order-3 {
	-ms-flex-order: 3;
	order: 3
}

.ant-col-2 {
	display: block;
	width: 8.33333333%
}

.ant-col-push-2 {
	left: 8.33333333%
}

.ant-col-pull-2 {
	right: 8.33333333%
}

.ant-col-offset-2 {
	margin-left: 8.33333333%
}

.ant-col-order-2 {
	-ms-flex-order: 2;
	order: 2
}

.ant-col-1 {
	display: block;
	width: 4.16666667%
}

.ant-col-push-1 {
	left: 4.16666667%
}

.ant-col-pull-1 {
	right: 4.16666667%
}

.ant-col-offset-1 {
	margin-left: 4.16666667%
}

.ant-col-order-1 {
	-ms-flex-order: 1;
	order: 1
}

.ant-col-0 {
	display: none
}

.ant-col-offset-0 {
	margin-left: 0
}

.ant-col-order-0 {
	-ms-flex-order: 0;
	order: 0
}

.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
	float: left;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.ant-col-xs-24 {
	display: block;
	width: 100%
}

.ant-col-xs-push-24 {
	left: 100%
}

.ant-col-xs-pull-24 {
	right: 100%
}

.ant-col-xs-offset-24 {
	margin-left: 100%
}

.ant-col-xs-order-24 {
	-ms-flex-order: 24;
	order: 24
}

.ant-col-xs-23 {
	display: block;
	width: 95.83333333%
}

.ant-col-xs-push-23 {
	left: 95.83333333%
}

.ant-col-xs-pull-23 {
	right: 95.83333333%
}

.ant-col-xs-offset-23 {
	margin-left: 95.83333333%
}

.ant-col-xs-order-23 {
	-ms-flex-order: 23;
	order: 23
}

.ant-col-xs-22 {
	display: block;
	width: 91.66666667%
}

.ant-col-xs-push-22 {
	left: 91.66666667%
}

.ant-col-xs-pull-22 {
	right: 91.66666667%
}

.ant-col-xs-offset-22 {
	margin-left: 91.66666667%
}

.ant-col-xs-order-22 {
	-ms-flex-order: 22;
	order: 22
}

.ant-col-xs-21 {
	display: block;
	width: 87.5%
}

.ant-col-xs-push-21 {
	left: 87.5%
}

.ant-col-xs-pull-21 {
	right: 87.5%
}

.ant-col-xs-offset-21 {
	margin-left: 87.5%
}

.ant-col-xs-order-21 {
	-ms-flex-order: 21;
	order: 21
}

.ant-col-xs-20 {
	display: block;
	width: 83.33333333%
}

.ant-col-xs-push-20 {
	left: 83.33333333%
}

.ant-col-xs-pull-20 {
	right: 83.33333333%
}

.ant-col-xs-offset-20 {
	margin-left: 83.33333333%
}

.ant-col-xs-order-20 {
	-ms-flex-order: 20;
	order: 20
}

.ant-col-xs-19 {
	display: block;
	width: 79.16666667%
}

.ant-col-xs-push-19 {
	left: 79.16666667%
}

.ant-col-xs-pull-19 {
	right: 79.16666667%
}

.ant-col-xs-offset-19 {
	margin-left: 79.16666667%
}

.ant-col-xs-order-19 {
	-ms-flex-order: 19;
	order: 19
}

.ant-col-xs-18 {
	display: block;
	width: 75%
}

.ant-col-xs-push-18 {
	left: 75%
}

.ant-col-xs-pull-18 {
	right: 75%
}

.ant-col-xs-offset-18 {
	margin-left: 75%
}

.ant-col-xs-order-18 {
	-ms-flex-order: 18;
	order: 18
}

.ant-col-xs-17 {
	display: block;
	width: 70.83333333%
}

.ant-col-xs-push-17 {
	left: 70.83333333%
}

.ant-col-xs-pull-17 {
	right: 70.83333333%
}

.ant-col-xs-offset-17 {
	margin-left: 70.83333333%
}

.ant-col-xs-order-17 {
	-ms-flex-order: 17;
	order: 17
}

.ant-col-xs-16 {
	display: block;
	width: 66.66666667%
}

.ant-col-xs-push-16 {
	left: 66.66666667%
}

.ant-col-xs-pull-16 {
	right: 66.66666667%
}

.ant-col-xs-offset-16 {
	margin-left: 66.66666667%
}

.ant-col-xs-order-16 {
	-ms-flex-order: 16;
	order: 16
}

.ant-col-xs-15 {
	display: block;
	width: 62.5%
}

.ant-col-xs-push-15 {
	left: 62.5%
}

.ant-col-xs-pull-15 {
	right: 62.5%
}

.ant-col-xs-offset-15 {
	margin-left: 62.5%
}

.ant-col-xs-order-15 {
	-ms-flex-order: 15;
	order: 15
}

.ant-col-xs-14 {
	display: block;
	width: 58.33333333%
}

.ant-col-xs-push-14 {
	left: 58.33333333%
}

.ant-col-xs-pull-14 {
	right: 58.33333333%
}

.ant-col-xs-offset-14 {
	margin-left: 58.33333333%
}

.ant-col-xs-order-14 {
	-ms-flex-order: 14;
	order: 14
}

.ant-col-xs-13 {
	display: block;
	width: 54.16666667%
}

.ant-col-xs-push-13 {
	left: 54.16666667%
}

.ant-col-xs-pull-13 {
	right: 54.16666667%
}

.ant-col-xs-offset-13 {
	margin-left: 54.16666667%
}

.ant-col-xs-order-13 {
	-ms-flex-order: 13;
	order: 13
}

.ant-col-xs-12 {
	display: block;
	width: 50%
}

.ant-col-xs-push-12 {
	left: 50%
}

.ant-col-xs-pull-12 {
	right: 50%
}

.ant-col-xs-offset-12 {
	margin-left: 50%
}

.ant-col-xs-order-12 {
	-ms-flex-order: 12;
	order: 12
}

.ant-col-xs-11 {
	display: block;
	width: 45.83333333%
}

.ant-col-xs-push-11 {
	left: 45.83333333%
}

.ant-col-xs-pull-11 {
	right: 45.83333333%
}

.ant-col-xs-offset-11 {
	margin-left: 45.83333333%
}

.ant-col-xs-order-11 {
	-ms-flex-order: 11;
	order: 11
}

.ant-col-xs-10 {
	display: block;
	width: 41.66666667%
}

.ant-col-xs-push-10 {
	left: 41.66666667%
}

.ant-col-xs-pull-10 {
	right: 41.66666667%
}

.ant-col-xs-offset-10 {
	margin-left: 41.66666667%
}

.ant-col-xs-order-10 {
	-ms-flex-order: 10;
	order: 10
}

.ant-col-xs-9 {
	display: block;
	width: 37.5%
}

.ant-col-xs-push-9 {
	left: 37.5%
}

.ant-col-xs-pull-9 {
	right: 37.5%
}

.ant-col-xs-offset-9 {
	margin-left: 37.5%
}

.ant-col-xs-order-9 {
	-ms-flex-order: 9;
	order: 9
}

.ant-col-xs-8 {
	display: block;
	width: 33.33333333%
}

.ant-col-xs-push-8 {
	left: 33.33333333%
}

.ant-col-xs-pull-8 {
	right: 33.33333333%
}

.ant-col-xs-offset-8 {
	margin-left: 33.33333333%
}

.ant-col-xs-order-8 {
	-ms-flex-order: 8;
	order: 8
}

.ant-col-xs-7 {
	display: block;
	width: 29.16666667%
}

.ant-col-xs-push-7 {
	left: 29.16666667%
}

.ant-col-xs-pull-7 {
	right: 29.16666667%
}

.ant-col-xs-offset-7 {
	margin-left: 29.16666667%
}

.ant-col-xs-order-7 {
	-ms-flex-order: 7;
	order: 7
}

.ant-col-xs-6 {
	display: block;
	width: 25%
}

.ant-col-xs-push-6 {
	left: 25%
}

.ant-col-xs-pull-6 {
	right: 25%
}

.ant-col-xs-offset-6 {
	margin-left: 25%
}

.ant-col-xs-order-6 {
	-ms-flex-order: 6;
	order: 6
}

.ant-col-xs-5 {
	display: block;
	width: 20.83333333%
}

.ant-col-xs-push-5 {
	left: 20.83333333%
}

.ant-col-xs-pull-5 {
	right: 20.83333333%
}

.ant-col-xs-offset-5 {
	margin-left: 20.83333333%
}

.ant-col-xs-order-5 {
	-ms-flex-order: 5;
	order: 5
}

.ant-col-xs-4 {
	display: block;
	width: 16.66666667%
}

.ant-col-xs-push-4 {
	left: 16.66666667%
}

.ant-col-xs-pull-4 {
	right: 16.66666667%
}

.ant-col-xs-offset-4 {
	margin-left: 16.66666667%
}

.ant-col-xs-order-4 {
	-ms-flex-order: 4;
	order: 4
}

.ant-col-xs-3 {
	display: block;
	width: 12.5%
}

.ant-col-xs-push-3 {
	left: 12.5%
}

.ant-col-xs-pull-3 {
	right: 12.5%
}

.ant-col-xs-offset-3 {
	margin-left: 12.5%
}

.ant-col-xs-order-3 {
	-ms-flex-order: 3;
	order: 3
}

.ant-col-xs-2 {
	display: block;
	width: 8.33333333%
}

.ant-col-xs-push-2 {
	left: 8.33333333%
}

.ant-col-xs-pull-2 {
	right: 8.33333333%
}

.ant-col-xs-offset-2 {
	margin-left: 8.33333333%
}

.ant-col-xs-order-2 {
	-ms-flex-order: 2;
	order: 2
}

.ant-col-xs-1 {
	display: block;
	width: 4.16666667%
}

.ant-col-xs-push-1 {
	left: 4.16666667%
}

.ant-col-xs-pull-1 {
	right: 4.16666667%
}

.ant-col-xs-offset-1 {
	margin-left: 4.16666667%
}

.ant-col-xs-order-1 {
	-ms-flex-order: 1;
	order: 1
}

.ant-col-xs-0 {
	display: none
}

.ant-col-push-0 {
	left: auto
}

.ant-col-pull-0 {
	right: auto
}

.ant-col-xs-push-0 {
	left: auto
}

.ant-col-xs-pull-0 {
	right: auto
}

.ant-col-xs-offset-0 {
	margin-left: 0
}

.ant-col-xs-order-0 {
	-ms-flex-order: 0;
	order: 0
}

@media (min-width:768px) {
	.ant-col-sm-1,
	.ant-col-sm-2,
	.ant-col-sm-3,
	.ant-col-sm-4,
	.ant-col-sm-5,
	.ant-col-sm-6,
	.ant-col-sm-7,
	.ant-col-sm-8,
	.ant-col-sm-9,
	.ant-col-sm-10,
	.ant-col-sm-11,
	.ant-col-sm-12,
	.ant-col-sm-13,
	.ant-col-sm-14,
	.ant-col-sm-15,
	.ant-col-sm-16,
	.ant-col-sm-17,
	.ant-col-sm-18,
	.ant-col-sm-19,
	.ant-col-sm-20,
	.ant-col-sm-21,
	.ant-col-sm-22,
	.ant-col-sm-23,
	.ant-col-sm-24 {
		float: left;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.ant-col-sm-24 {
		display: block;
		width: 100%
	}
	.ant-col-sm-push-24 {
		left: 100%
	}
	.ant-col-sm-pull-24 {
		right: 100%
	}
	.ant-col-sm-offset-24 {
		margin-left: 100%
	}
	.ant-col-sm-order-24 {
		-ms-flex-order: 24;
		order: 24
	}
	.ant-col-sm-23 {
		display: block;
		width: 95.83333333%
	}
	.ant-col-sm-push-23 {
		left: 95.83333333%
	}
	.ant-col-sm-pull-23 {
		right: 95.83333333%
	}
	.ant-col-sm-offset-23 {
		margin-left: 95.83333333%
	}
	.ant-col-sm-order-23 {
		-ms-flex-order: 23;
		order: 23
	}
	.ant-col-sm-22 {
		display: block;
		width: 91.66666667%
	}
	.ant-col-sm-push-22 {
		left: 91.66666667%
	}
	.ant-col-sm-pull-22 {
		right: 91.66666667%
	}
	.ant-col-sm-offset-22 {
		margin-left: 91.66666667%
	}
	.ant-col-sm-order-22 {
		-ms-flex-order: 22;
		order: 22
	}
	.ant-col-sm-21 {
		display: block;
		width: 87.5%
	}
	.ant-col-sm-push-21 {
		left: 87.5%
	}
	.ant-col-sm-pull-21 {
		right: 87.5%
	}
	.ant-col-sm-offset-21 {
		margin-left: 87.5%
	}
	.ant-col-sm-order-21 {
		-ms-flex-order: 21;
		order: 21
	}
	.ant-col-sm-20 {
		display: block;
		width: 83.33333333%
	}
	.ant-col-sm-push-20 {
		left: 83.33333333%
	}
	.ant-col-sm-pull-20 {
		right: 83.33333333%
	}
	.ant-col-sm-offset-20 {
		margin-left: 83.33333333%
	}
	.ant-col-sm-order-20 {
		-ms-flex-order: 20;
		order: 20
	}
	.ant-col-sm-19 {
		display: block;
		width: 79.16666667%
	}
	.ant-col-sm-push-19 {
		left: 79.16666667%
	}
	.ant-col-sm-pull-19 {
		right: 79.16666667%
	}
	.ant-col-sm-offset-19 {
		margin-left: 79.16666667%
	}
	.ant-col-sm-order-19 {
		-ms-flex-order: 19;
		order: 19
	}
	.ant-col-sm-18 {
		display: block;
		width: 75%
	}
	.ant-col-sm-push-18 {
		left: 75%
	}
	.ant-col-sm-pull-18 {
		right: 75%
	}
	.ant-col-sm-offset-18 {
		margin-left: 75%
	}
	.ant-col-sm-order-18 {
		-ms-flex-order: 18;
		order: 18
	}
	.ant-col-sm-17 {
		display: block;
		width: 70.83333333%
	}
	.ant-col-sm-push-17 {
		left: 70.83333333%
	}
	.ant-col-sm-pull-17 {
		right: 70.83333333%
	}
	.ant-col-sm-offset-17 {
		margin-left: 70.83333333%
	}
	.ant-col-sm-order-17 {
		-ms-flex-order: 17;
		order: 17
	}
	.ant-col-sm-16 {
		display: block;
		width: 66.66666667%
	}
	.ant-col-sm-push-16 {
		left: 66.66666667%
	}
	.ant-col-sm-pull-16 {
		right: 66.66666667%
	}
	.ant-col-sm-offset-16 {
		margin-left: 66.66666667%
	}
	.ant-col-sm-order-16 {
		-ms-flex-order: 16;
		order: 16
	}
	.ant-col-sm-15 {
		display: block;
		width: 62.5%
	}
	.ant-col-sm-push-15 {
		left: 62.5%
	}
	.ant-col-sm-pull-15 {
		right: 62.5%
	}
	.ant-col-sm-offset-15 {
		margin-left: 62.5%
	}
	.ant-col-sm-order-15 {
		-ms-flex-order: 15;
		order: 15
	}
	.ant-col-sm-14 {
		display: block;
		width: 58.33333333%
	}
	.ant-col-sm-push-14 {
		left: 58.33333333%
	}
	.ant-col-sm-pull-14 {
		right: 58.33333333%
	}
	.ant-col-sm-offset-14 {
		margin-left: 58.33333333%
	}
	.ant-col-sm-order-14 {
		-ms-flex-order: 14;
		order: 14
	}
	.ant-col-sm-13 {
		display: block;
		width: 54.16666667%
	}
	.ant-col-sm-push-13 {
		left: 54.16666667%
	}
	.ant-col-sm-pull-13 {
		right: 54.16666667%
	}
	.ant-col-sm-offset-13 {
		margin-left: 54.16666667%
	}
	.ant-col-sm-order-13 {
		-ms-flex-order: 13;
		order: 13
	}
	.ant-col-sm-12 {
		display: block;
		width: 50%
	}
	.ant-col-sm-push-12 {
		left: 50%
	}
	.ant-col-sm-pull-12 {
		right: 50%
	}
	.ant-col-sm-offset-12 {
		margin-left: 50%
	}
	.ant-col-sm-order-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.ant-col-sm-11 {
		display: block;
		width: 45.83333333%
	}
	.ant-col-sm-push-11 {
		left: 45.83333333%
	}
	.ant-col-sm-pull-11 {
		right: 45.83333333%
	}
	.ant-col-sm-offset-11 {
		margin-left: 45.83333333%
	}
	.ant-col-sm-order-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.ant-col-sm-10 {
		display: block;
		width: 41.66666667%
	}
	.ant-col-sm-push-10 {
		left: 41.66666667%
	}
	.ant-col-sm-pull-10 {
		right: 41.66666667%
	}
	.ant-col-sm-offset-10 {
		margin-left: 41.66666667%
	}
	.ant-col-sm-order-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.ant-col-sm-9 {
		display: block;
		width: 37.5%
	}
	.ant-col-sm-push-9 {
		left: 37.5%
	}
	.ant-col-sm-pull-9 {
		right: 37.5%
	}
	.ant-col-sm-offset-9 {
		margin-left: 37.5%
	}
	.ant-col-sm-order-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.ant-col-sm-8 {
		display: block;
		width: 33.33333333%
	}
	.ant-col-sm-push-8 {
		left: 33.33333333%
	}
	.ant-col-sm-pull-8 {
		right: 33.33333333%
	}
	.ant-col-sm-offset-8 {
		margin-left: 33.33333333%
	}
	.ant-col-sm-order-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.ant-col-sm-7 {
		display: block;
		width: 29.16666667%
	}
	.ant-col-sm-push-7 {
		left: 29.16666667%
	}
	.ant-col-sm-pull-7 {
		right: 29.16666667%
	}
	.ant-col-sm-offset-7 {
		margin-left: 29.16666667%
	}
	.ant-col-sm-order-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.ant-col-sm-6 {
		display: block;
		width: 25%
	}
	.ant-col-sm-push-6 {
		left: 25%
	}
	.ant-col-sm-pull-6 {
		right: 25%
	}
	.ant-col-sm-offset-6 {
		margin-left: 25%
	}
	.ant-col-sm-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.ant-col-sm-5 {
		display: block;
		width: 20.83333333%
	}
	.ant-col-sm-push-5 {
		left: 20.83333333%
	}
	.ant-col-sm-pull-5 {
		right: 20.83333333%
	}
	.ant-col-sm-offset-5 {
		margin-left: 20.83333333%
	}
	.ant-col-sm-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.ant-col-sm-4 {
		display: block;
		width: 16.66666667%
	}
	.ant-col-sm-push-4 {
		left: 16.66666667%
	}
	.ant-col-sm-pull-4 {
		right: 16.66666667%
	}
	.ant-col-sm-offset-4 {
		margin-left: 16.66666667%
	}
	.ant-col-sm-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.ant-col-sm-3 {
		display: block;
		width: 12.5%
	}
	.ant-col-sm-push-3 {
		left: 12.5%
	}
	.ant-col-sm-pull-3 {
		right: 12.5%
	}
	.ant-col-sm-offset-3 {
		margin-left: 12.5%
	}
	.ant-col-sm-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.ant-col-sm-2 {
		display: block;
		width: 8.33333333%
	}
	.ant-col-sm-push-2 {
		left: 8.33333333%
	}
	.ant-col-sm-pull-2 {
		right: 8.33333333%
	}
	.ant-col-sm-offset-2 {
		margin-left: 8.33333333%
	}
	.ant-col-sm-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.ant-col-sm-1 {
		display: block;
		width: 4.16666667%
	}
	.ant-col-sm-push-1 {
		left: 4.16666667%
	}
	.ant-col-sm-pull-1 {
		right: 4.16666667%
	}
	.ant-col-sm-offset-1 {
		margin-left: 4.16666667%
	}
	.ant-col-sm-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.ant-col-sm-0 {
		display: none
	}
	.ant-col-push-0 {
		left: auto
	}
	.ant-col-pull-0 {
		right: auto
	}
	.ant-col-sm-push-0 {
		left: auto
	}
	.ant-col-sm-pull-0 {
		right: auto
	}
	.ant-col-sm-offset-0 {
		margin-left: 0
	}
	.ant-col-sm-order-0 {
		-ms-flex-order: 0;
		order: 0
	}
}

@media (min-width:992px) {
	.ant-col-md-1,
	.ant-col-md-2,
	.ant-col-md-3,
	.ant-col-md-4,
	.ant-col-md-5,
	.ant-col-md-6,
	.ant-col-md-7,
	.ant-col-md-8,
	.ant-col-md-9,
	.ant-col-md-10,
	.ant-col-md-11,
	.ant-col-md-12,
	.ant-col-md-13,
	.ant-col-md-14,
	.ant-col-md-15,
	.ant-col-md-16,
	.ant-col-md-17,
	.ant-col-md-18,
	.ant-col-md-19,
	.ant-col-md-20,
	.ant-col-md-21,
	.ant-col-md-22,
	.ant-col-md-23,
	.ant-col-md-24 {
		float: left;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.ant-col-md-24 {
		display: block;
		width: 100%
	}
	.ant-col-md-push-24 {
		left: 100%
	}
	.ant-col-md-pull-24 {
		right: 100%
	}
	.ant-col-md-offset-24 {
		margin-left: 100%
	}
	.ant-col-md-order-24 {
		-ms-flex-order: 24;
		order: 24
	}
	.ant-col-md-23 {
		display: block;
		width: 95.83333333%
	}
	.ant-col-md-push-23 {
		left: 95.83333333%
	}
	.ant-col-md-pull-23 {
		right: 95.83333333%
	}
	.ant-col-md-offset-23 {
		margin-left: 95.83333333%
	}
	.ant-col-md-order-23 {
		-ms-flex-order: 23;
		order: 23
	}
	.ant-col-md-22 {
		display: block;
		width: 91.66666667%
	}
	.ant-col-md-push-22 {
		left: 91.66666667%
	}
	.ant-col-md-pull-22 {
		right: 91.66666667%
	}
	.ant-col-md-offset-22 {
		margin-left: 91.66666667%
	}
	.ant-col-md-order-22 {
		-ms-flex-order: 22;
		order: 22
	}
	.ant-col-md-21 {
		display: block;
		width: 87.5%
	}
	.ant-col-md-push-21 {
		left: 87.5%
	}
	.ant-col-md-pull-21 {
		right: 87.5%
	}
	.ant-col-md-offset-21 {
		margin-left: 87.5%
	}
	.ant-col-md-order-21 {
		-ms-flex-order: 21;
		order: 21
	}
	.ant-col-md-20 {
		display: block;
		width: 83.33333333%
	}
	.ant-col-md-push-20 {
		left: 83.33333333%
	}
	.ant-col-md-pull-20 {
		right: 83.33333333%
	}
	.ant-col-md-offset-20 {
		margin-left: 83.33333333%
	}
	.ant-col-md-order-20 {
		-ms-flex-order: 20;
		order: 20
	}
	.ant-col-md-19 {
		display: block;
		width: 79.16666667%
	}
	.ant-col-md-push-19 {
		left: 79.16666667%
	}
	.ant-col-md-pull-19 {
		right: 79.16666667%
	}
	.ant-col-md-offset-19 {
		margin-left: 79.16666667%
	}
	.ant-col-md-order-19 {
		-ms-flex-order: 19;
		order: 19
	}
	.ant-col-md-18 {
		display: block;
		width: 75%
	}
	.ant-col-md-push-18 {
		left: 75%
	}
	.ant-col-md-pull-18 {
		right: 75%
	}
	.ant-col-md-offset-18 {
		margin-left: 75%
	}
	.ant-col-md-order-18 {
		-ms-flex-order: 18;
		order: 18
	}
	.ant-col-md-17 {
		display: block;
		width: 70.83333333%
	}
	.ant-col-md-push-17 {
		left: 70.83333333%
	}
	.ant-col-md-pull-17 {
		right: 70.83333333%
	}
	.ant-col-md-offset-17 {
		margin-left: 70.83333333%
	}
	.ant-col-md-order-17 {
		-ms-flex-order: 17;
		order: 17
	}
	.ant-col-md-16 {
		display: block;
		width: 66.66666667%
	}
	.ant-col-md-push-16 {
		left: 66.66666667%
	}
	.ant-col-md-pull-16 {
		right: 66.66666667%
	}
	.ant-col-md-offset-16 {
		margin-left: 66.66666667%
	}
	.ant-col-md-order-16 {
		-ms-flex-order: 16;
		order: 16
	}
	.ant-col-md-15 {
		display: block;
		width: 62.5%
	}
	.ant-col-md-push-15 {
		left: 62.5%
	}
	.ant-col-md-pull-15 {
		right: 62.5%
	}
	.ant-col-md-offset-15 {
		margin-left: 62.5%
	}
	.ant-col-md-order-15 {
		-ms-flex-order: 15;
		order: 15
	}
	.ant-col-md-14 {
		display: block;
		width: 58.33333333%
	}
	.ant-col-md-push-14 {
		left: 58.33333333%
	}
	.ant-col-md-pull-14 {
		right: 58.33333333%
	}
	.ant-col-md-offset-14 {
		margin-left: 58.33333333%
	}
	.ant-col-md-order-14 {
		-ms-flex-order: 14;
		order: 14
	}
	.ant-col-md-13 {
		display: block;
		width: 54.16666667%
	}
	.ant-col-md-push-13 {
		left: 54.16666667%
	}
	.ant-col-md-pull-13 {
		right: 54.16666667%
	}
	.ant-col-md-offset-13 {
		margin-left: 54.16666667%
	}
	.ant-col-md-order-13 {
		-ms-flex-order: 13;
		order: 13
	}
	.ant-col-md-12 {
		display: block;
		width: 50%
	}
	.ant-col-md-push-12 {
		left: 50%
	}
	.ant-col-md-pull-12 {
		right: 50%
	}
	.ant-col-md-offset-12 {
		margin-left: 50%
	}
	.ant-col-md-order-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.ant-col-md-11 {
		display: block;
		width: 45.83333333%
	}
	.ant-col-md-push-11 {
		left: 45.83333333%
	}
	.ant-col-md-pull-11 {
		right: 45.83333333%
	}
	.ant-col-md-offset-11 {
		margin-left: 45.83333333%
	}
	.ant-col-md-order-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.ant-col-md-10 {
		display: block;
		width: 41.66666667%
	}
	.ant-col-md-push-10 {
		left: 41.66666667%
	}
	.ant-col-md-pull-10 {
		right: 41.66666667%
	}
	.ant-col-md-offset-10 {
		margin-left: 41.66666667%
	}
	.ant-col-md-order-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.ant-col-md-9 {
		display: block;
		width: 37.5%
	}
	.ant-col-md-push-9 {
		left: 37.5%
	}
	.ant-col-md-pull-9 {
		right: 37.5%
	}
	.ant-col-md-offset-9 {
		margin-left: 37.5%
	}
	.ant-col-md-order-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.ant-col-md-8 {
		display: block;
		width: 33.33333333%
	}
	.ant-col-md-push-8 {
		left: 33.33333333%
	}
	.ant-col-md-pull-8 {
		right: 33.33333333%
	}
	.ant-col-md-offset-8 {
		margin-left: 33.33333333%
	}
	.ant-col-md-order-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.ant-col-md-7 {
		display: block;
		width: 29.16666667%
	}
	.ant-col-md-push-7 {
		left: 29.16666667%
	}
	.ant-col-md-pull-7 {
		right: 29.16666667%
	}
	.ant-col-md-offset-7 {
		margin-left: 29.16666667%
	}
	.ant-col-md-order-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.ant-col-md-6 {
		display: block;
		width: 25%
	}
	.ant-col-md-push-6 {
		left: 25%
	}
	.ant-col-md-pull-6 {
		right: 25%
	}
	.ant-col-md-offset-6 {
		margin-left: 25%
	}
	.ant-col-md-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.ant-col-md-5 {
		display: block;
		width: 20.83333333%
	}
	.ant-col-md-push-5 {
		left: 20.83333333%
	}
	.ant-col-md-pull-5 {
		right: 20.83333333%
	}
	.ant-col-md-offset-5 {
		margin-left: 20.83333333%
	}
	.ant-col-md-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.ant-col-md-4 {
		display: block;
		width: 16.66666667%
	}
	.ant-col-md-push-4 {
		left: 16.66666667%
	}
	.ant-col-md-pull-4 {
		right: 16.66666667%
	}
	.ant-col-md-offset-4 {
		margin-left: 16.66666667%
	}
	.ant-col-md-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.ant-col-md-3 {
		display: block;
		width: 12.5%
	}
	.ant-col-md-push-3 {
		left: 12.5%
	}
	.ant-col-md-pull-3 {
		right: 12.5%
	}
	.ant-col-md-offset-3 {
		margin-left: 12.5%
	}
	.ant-col-md-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.ant-col-md-2 {
		display: block;
		width: 8.33333333%
	}
	.ant-col-md-push-2 {
		left: 8.33333333%
	}
	.ant-col-md-pull-2 {
		right: 8.33333333%
	}
	.ant-col-md-offset-2 {
		margin-left: 8.33333333%
	}
	.ant-col-md-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.ant-col-md-1 {
		display: block;
		width: 4.16666667%
	}
	.ant-col-md-push-1 {
		left: 4.16666667%
	}
	.ant-col-md-pull-1 {
		right: 4.16666667%
	}
	.ant-col-md-offset-1 {
		margin-left: 4.16666667%
	}
	.ant-col-md-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.ant-col-md-0 {
		display: none
	}
	.ant-col-push-0 {
		left: auto
	}
	.ant-col-pull-0 {
		right: auto
	}
	.ant-col-md-push-0 {
		left: auto
	}
	.ant-col-md-pull-0 {
		right: auto
	}
	.ant-col-md-offset-0 {
		margin-left: 0
	}
	.ant-col-md-order-0 {
		-ms-flex-order: 0;
		order: 0
	}
}

@media (min-width:1200px) {
	.ant-col-lg-1,
	.ant-col-lg-2,
	.ant-col-lg-3,
	.ant-col-lg-4,
	.ant-col-lg-5,
	.ant-col-lg-6,
	.ant-col-lg-7,
	.ant-col-lg-8,
	.ant-col-lg-9,
	.ant-col-lg-10,
	.ant-col-lg-11,
	.ant-col-lg-12,
	.ant-col-lg-13,
	.ant-col-lg-14,
	.ant-col-lg-15,
	.ant-col-lg-16,
	.ant-col-lg-17,
	.ant-col-lg-18,
	.ant-col-lg-19,
	.ant-col-lg-20,
	.ant-col-lg-21,
	.ant-col-lg-22,
	.ant-col-lg-23,
	.ant-col-lg-24 {
		float: left;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.ant-col-lg-24 {
		display: block;
		width: 100%
	}
	.ant-col-lg-push-24 {
		left: 100%
	}
	.ant-col-lg-pull-24 {
		right: 100%
	}
	.ant-col-lg-offset-24 {
		margin-left: 100%
	}
	.ant-col-lg-order-24 {
		-ms-flex-order: 24;
		order: 24
	}
	.ant-col-lg-23 {
		display: block;
		width: 95.83333333%
	}
	.ant-col-lg-push-23 {
		left: 95.83333333%
	}
	.ant-col-lg-pull-23 {
		right: 95.83333333%
	}
	.ant-col-lg-offset-23 {
		margin-left: 95.83333333%
	}
	.ant-col-lg-order-23 {
		-ms-flex-order: 23;
		order: 23
	}
	.ant-col-lg-22 {
		display: block;
		width: 91.66666667%
	}
	.ant-col-lg-push-22 {
		left: 91.66666667%
	}
	.ant-col-lg-pull-22 {
		right: 91.66666667%
	}
	.ant-col-lg-offset-22 {
		margin-left: 91.66666667%
	}
	.ant-col-lg-order-22 {
		-ms-flex-order: 22;
		order: 22
	}
	.ant-col-lg-21 {
		display: block;
		width: 87.5%
	}
	.ant-col-lg-push-21 {
		left: 87.5%
	}
	.ant-col-lg-pull-21 {
		right: 87.5%
	}
	.ant-col-lg-offset-21 {
		margin-left: 87.5%
	}
	.ant-col-lg-order-21 {
		-ms-flex-order: 21;
		order: 21
	}
	.ant-col-lg-20 {
		display: block;
		width: 83.33333333%
	}
	.ant-col-lg-push-20 {
		left: 83.33333333%
	}
	.ant-col-lg-pull-20 {
		right: 83.33333333%
	}
	.ant-col-lg-offset-20 {
		margin-left: 83.33333333%
	}
	.ant-col-lg-order-20 {
		-ms-flex-order: 20;
		order: 20
	}
	.ant-col-lg-19 {
		display: block;
		width: 79.16666667%
	}
	.ant-col-lg-push-19 {
		left: 79.16666667%
	}
	.ant-col-lg-pull-19 {
		right: 79.16666667%
	}
	.ant-col-lg-offset-19 {
		margin-left: 79.16666667%
	}
	.ant-col-lg-order-19 {
		-ms-flex-order: 19;
		order: 19
	}
	.ant-col-lg-18 {
		display: block;
		width: 75%
	}
	.ant-col-lg-push-18 {
		left: 75%
	}
	.ant-col-lg-pull-18 {
		right: 75%
	}
	.ant-col-lg-offset-18 {
		margin-left: 75%
	}
	.ant-col-lg-order-18 {
		-ms-flex-order: 18;
		order: 18
	}
	.ant-col-lg-17 {
		display: block;
		width: 70.83333333%
	}
	.ant-col-lg-push-17 {
		left: 70.83333333%
	}
	.ant-col-lg-pull-17 {
		right: 70.83333333%
	}
	.ant-col-lg-offset-17 {
		margin-left: 70.83333333%
	}
	.ant-col-lg-order-17 {
		-ms-flex-order: 17;
		order: 17
	}
	.ant-col-lg-16 {
		display: block;
		width: 66.66666667%
	}
	.ant-col-lg-push-16 {
		left: 66.66666667%
	}
	.ant-col-lg-pull-16 {
		right: 66.66666667%
	}
	.ant-col-lg-offset-16 {
		margin-left: 66.66666667%
	}
	.ant-col-lg-order-16 {
		-ms-flex-order: 16;
		order: 16
	}
	.ant-col-lg-15 {
		display: block;
		width: 62.5%
	}
	.ant-col-lg-push-15 {
		left: 62.5%
	}
	.ant-col-lg-pull-15 {
		right: 62.5%
	}
	.ant-col-lg-offset-15 {
		margin-left: 62.5%
	}
	.ant-col-lg-order-15 {
		-ms-flex-order: 15;
		order: 15
	}
	.ant-col-lg-14 {
		display: block;
		width: 58.33333333%
	}
	.ant-col-lg-push-14 {
		left: 58.33333333%
	}
	.ant-col-lg-pull-14 {
		right: 58.33333333%
	}
	.ant-col-lg-offset-14 {
		margin-left: 58.33333333%
	}
	.ant-col-lg-order-14 {
		-ms-flex-order: 14;
		order: 14
	}
	.ant-col-lg-13 {
		display: block;
		width: 54.16666667%
	}
	.ant-col-lg-push-13 {
		left: 54.16666667%
	}
	.ant-col-lg-pull-13 {
		right: 54.16666667%
	}
	.ant-col-lg-offset-13 {
		margin-left: 54.16666667%
	}
	.ant-col-lg-order-13 {
		-ms-flex-order: 13;
		order: 13
	}
	.ant-col-lg-12 {
		display: block;
		width: 50%
	}
	.ant-col-lg-push-12 {
		left: 50%
	}
	.ant-col-lg-pull-12 {
		right: 50%
	}
	.ant-col-lg-offset-12 {
		margin-left: 50%
	}
	.ant-col-lg-order-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.ant-col-lg-11 {
		display: block;
		width: 45.83333333%
	}
	.ant-col-lg-push-11 {
		left: 45.83333333%
	}
	.ant-col-lg-pull-11 {
		right: 45.83333333%
	}
	.ant-col-lg-offset-11 {
		margin-left: 45.83333333%
	}
	.ant-col-lg-order-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.ant-col-lg-10 {
		display: block;
		width: 41.66666667%
	}
	.ant-col-lg-push-10 {
		left: 41.66666667%
	}
	.ant-col-lg-pull-10 {
		right: 41.66666667%
	}
	.ant-col-lg-offset-10 {
		margin-left: 41.66666667%
	}
	.ant-col-lg-order-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.ant-col-lg-9 {
		display: block;
		width: 37.5%
	}
	.ant-col-lg-push-9 {
		left: 37.5%
	}
	.ant-col-lg-pull-9 {
		right: 37.5%
	}
	.ant-col-lg-offset-9 {
		margin-left: 37.5%
	}
	.ant-col-lg-order-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.ant-col-lg-8 {
		display: block;
		width: 33.33333333%
	}
	.ant-col-lg-push-8 {
		left: 33.33333333%
	}
	.ant-col-lg-pull-8 {
		right: 33.33333333%
	}
	.ant-col-lg-offset-8 {
		margin-left: 33.33333333%
	}
	.ant-col-lg-order-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.ant-col-lg-7 {
		display: block;
		width: 29.16666667%
	}
	.ant-col-lg-push-7 {
		left: 29.16666667%
	}
	.ant-col-lg-pull-7 {
		right: 29.16666667%
	}
	.ant-col-lg-offset-7 {
		margin-left: 29.16666667%
	}
	.ant-col-lg-order-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.ant-col-lg-6 {
		display: block;
		width: 25%
	}
	.ant-col-lg-push-6 {
		left: 25%
	}
	.ant-col-lg-pull-6 {
		right: 25%
	}
	.ant-col-lg-offset-6 {
		margin-left: 25%
	}
	.ant-col-lg-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.ant-col-lg-5 {
		display: block;
		width: 20.83333333%
	}
	.ant-col-lg-push-5 {
		left: 20.83333333%
	}
	.ant-col-lg-pull-5 {
		right: 20.83333333%
	}
	.ant-col-lg-offset-5 {
		margin-left: 20.83333333%
	}
	.ant-col-lg-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.ant-col-lg-4 {
		display: block;
		width: 16.66666667%
	}
	.ant-col-lg-push-4 {
		left: 16.66666667%
	}
	.ant-col-lg-pull-4 {
		right: 16.66666667%
	}
	.ant-col-lg-offset-4 {
		margin-left: 16.66666667%
	}
	.ant-col-lg-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.ant-col-lg-3 {
		display: block;
		width: 12.5%
	}
	.ant-col-lg-push-3 {
		left: 12.5%
	}
	.ant-col-lg-pull-3 {
		right: 12.5%
	}
	.ant-col-lg-offset-3 {
		margin-left: 12.5%
	}
	.ant-col-lg-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.ant-col-lg-2 {
		display: block;
		width: 8.33333333%
	}
	.ant-col-lg-push-2 {
		left: 8.33333333%
	}
	.ant-col-lg-pull-2 {
		right: 8.33333333%
	}
	.ant-col-lg-offset-2 {
		margin-left: 8.33333333%
	}
	.ant-col-lg-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.ant-col-lg-1 {
		display: block;
		width: 4.16666667%
	}
	.ant-col-lg-push-1 {
		left: 4.16666667%
	}
	.ant-col-lg-pull-1 {
		right: 4.16666667%
	}
	.ant-col-lg-offset-1 {
		margin-left: 4.16666667%
	}
	.ant-col-lg-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.ant-col-lg-0 {
		display: none
	}
	.ant-col-push-0 {
		left: auto
	}
	.ant-col-pull-0 {
		right: auto
	}
	.ant-col-lg-push-0 {
		left: auto
	}
	.ant-col-lg-pull-0 {
		right: auto
	}
	.ant-col-lg-offset-0 {
		margin-left: 0
	}
	.ant-col-lg-order-0 {
		-ms-flex-order: 0;
		order: 0
	}
}

@media (min-width:1600px) {
	.ant-col-xl-1,
	.ant-col-xl-2,
	.ant-col-xl-3,
	.ant-col-xl-4,
	.ant-col-xl-5,
	.ant-col-xl-6,
	.ant-col-xl-7,
	.ant-col-xl-8,
	.ant-col-xl-9,
	.ant-col-xl-10,
	.ant-col-xl-11,
	.ant-col-xl-12,
	.ant-col-xl-13,
	.ant-col-xl-14,
	.ant-col-xl-15,
	.ant-col-xl-16,
	.ant-col-xl-17,
	.ant-col-xl-18,
	.ant-col-xl-19,
	.ant-col-xl-20,
	.ant-col-xl-21,
	.ant-col-xl-22,
	.ant-col-xl-23,
	.ant-col-xl-24 {
		float: left;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.ant-col-xl-24 {
		display: block;
		width: 100%
	}
	.ant-col-xl-push-24 {
		left: 100%
	}
	.ant-col-xl-pull-24 {
		right: 100%
	}
	.ant-col-xl-offset-24 {
		margin-left: 100%
	}
	.ant-col-xl-order-24 {
		-ms-flex-order: 24;
		order: 24
	}
	.ant-col-xl-23 {
		display: block;
		width: 95.83333333%
	}
	.ant-col-xl-push-23 {
		left: 95.83333333%
	}
	.ant-col-xl-pull-23 {
		right: 95.83333333%
	}
	.ant-col-xl-offset-23 {
		margin-left: 95.83333333%
	}
	.ant-col-xl-order-23 {
		-ms-flex-order: 23;
		order: 23
	}
	.ant-col-xl-22 {
		display: block;
		width: 91.66666667%
	}
	.ant-col-xl-push-22 {
		left: 91.66666667%
	}
	.ant-col-xl-pull-22 {
		right: 91.66666667%
	}
	.ant-col-xl-offset-22 {
		margin-left: 91.66666667%
	}
	.ant-col-xl-order-22 {
		-ms-flex-order: 22;
		order: 22
	}
	.ant-col-xl-21 {
		display: block;
		width: 87.5%
	}
	.ant-col-xl-push-21 {
		left: 87.5%
	}
	.ant-col-xl-pull-21 {
		right: 87.5%
	}
	.ant-col-xl-offset-21 {
		margin-left: 87.5%
	}
	.ant-col-xl-order-21 {
		-ms-flex-order: 21;
		order: 21
	}
	.ant-col-xl-20 {
		display: block;
		width: 83.33333333%
	}
	.ant-col-xl-push-20 {
		left: 83.33333333%
	}
	.ant-col-xl-pull-20 {
		right: 83.33333333%
	}
	.ant-col-xl-offset-20 {
		margin-left: 83.33333333%
	}
	.ant-col-xl-order-20 {
		-ms-flex-order: 20;
		order: 20
	}
	.ant-col-xl-19 {
		display: block;
		width: 79.16666667%
	}
	.ant-col-xl-push-19 {
		left: 79.16666667%
	}
	.ant-col-xl-pull-19 {
		right: 79.16666667%
	}
	.ant-col-xl-offset-19 {
		margin-left: 79.16666667%
	}
	.ant-col-xl-order-19 {
		-ms-flex-order: 19;
		order: 19
	}
	.ant-col-xl-18 {
		display: block;
		width: 75%
	}
	.ant-col-xl-push-18 {
		left: 75%
	}
	.ant-col-xl-pull-18 {
		right: 75%
	}
	.ant-col-xl-offset-18 {
		margin-left: 75%
	}
	.ant-col-xl-order-18 {
		-ms-flex-order: 18;
		order: 18
	}
	.ant-col-xl-17 {
		display: block;
		width: 70.83333333%
	}
	.ant-col-xl-push-17 {
		left: 70.83333333%
	}
	.ant-col-xl-pull-17 {
		right: 70.83333333%
	}
	.ant-col-xl-offset-17 {
		margin-left: 70.83333333%
	}
	.ant-col-xl-order-17 {
		-ms-flex-order: 17;
		order: 17
	}
	.ant-col-xl-16 {
		display: block;
		width: 66.66666667%
	}
	.ant-col-xl-push-16 {
		left: 66.66666667%
	}
	.ant-col-xl-pull-16 {
		right: 66.66666667%
	}
	.ant-col-xl-offset-16 {
		margin-left: 66.66666667%
	}
	.ant-col-xl-order-16 {
		-ms-flex-order: 16;
		order: 16
	}
	.ant-col-xl-15 {
		display: block;
		width: 62.5%
	}
	.ant-col-xl-push-15 {
		left: 62.5%
	}
	.ant-col-xl-pull-15 {
		right: 62.5%
	}
	.ant-col-xl-offset-15 {
		margin-left: 62.5%
	}
	.ant-col-xl-order-15 {
		-ms-flex-order: 15;
		order: 15
	}
	.ant-col-xl-14 {
		display: block;
		width: 58.33333333%
	}
	.ant-col-xl-push-14 {
		left: 58.33333333%
	}
	.ant-col-xl-pull-14 {
		right: 58.33333333%
	}
	.ant-col-xl-offset-14 {
		margin-left: 58.33333333%
	}
	.ant-col-xl-order-14 {
		-ms-flex-order: 14;
		order: 14
	}
	.ant-col-xl-13 {
		display: block;
		width: 54.16666667%
	}
	.ant-col-xl-push-13 {
		left: 54.16666667%
	}
	.ant-col-xl-pull-13 {
		right: 54.16666667%
	}
	.ant-col-xl-offset-13 {
		margin-left: 54.16666667%
	}
	.ant-col-xl-order-13 {
		-ms-flex-order: 13;
		order: 13
	}
	.ant-col-xl-12 {
		display: block;
		width: 50%
	}
	.ant-col-xl-push-12 {
		left: 50%
	}
	.ant-col-xl-pull-12 {
		right: 50%
	}
	.ant-col-xl-offset-12 {
		margin-left: 50%
	}
	.ant-col-xl-order-12 {
		-ms-flex-order: 12;
		order: 12
	}
	.ant-col-xl-11 {
		display: block;
		width: 45.83333333%
	}
	.ant-col-xl-push-11 {
		left: 45.83333333%
	}
	.ant-col-xl-pull-11 {
		right: 45.83333333%
	}
	.ant-col-xl-offset-11 {
		margin-left: 45.83333333%
	}
	.ant-col-xl-order-11 {
		-ms-flex-order: 11;
		order: 11
	}
	.ant-col-xl-10 {
		display: block;
		width: 41.66666667%
	}
	.ant-col-xl-push-10 {
		left: 41.66666667%
	}
	.ant-col-xl-pull-10 {
		right: 41.66666667%
	}
	.ant-col-xl-offset-10 {
		margin-left: 41.66666667%
	}
	.ant-col-xl-order-10 {
		-ms-flex-order: 10;
		order: 10
	}
	.ant-col-xl-9 {
		display: block;
		width: 37.5%
	}
	.ant-col-xl-push-9 {
		left: 37.5%
	}
	.ant-col-xl-pull-9 {
		right: 37.5%
	}
	.ant-col-xl-offset-9 {
		margin-left: 37.5%
	}
	.ant-col-xl-order-9 {
		-ms-flex-order: 9;
		order: 9
	}
	.ant-col-xl-8 {
		display: block;
		width: 33.33333333%
	}
	.ant-col-xl-push-8 {
		left: 33.33333333%
	}
	.ant-col-xl-pull-8 {
		right: 33.33333333%
	}
	.ant-col-xl-offset-8 {
		margin-left: 33.33333333%
	}
	.ant-col-xl-order-8 {
		-ms-flex-order: 8;
		order: 8
	}
	.ant-col-xl-7 {
		display: block;
		width: 29.16666667%
	}
	.ant-col-xl-push-7 {
		left: 29.16666667%
	}
	.ant-col-xl-pull-7 {
		right: 29.16666667%
	}
	.ant-col-xl-offset-7 {
		margin-left: 29.16666667%
	}
	.ant-col-xl-order-7 {
		-ms-flex-order: 7;
		order: 7
	}
	.ant-col-xl-6 {
		display: block;
		width: 25%
	}
	.ant-col-xl-push-6 {
		left: 25%
	}
	.ant-col-xl-pull-6 {
		right: 25%
	}
	.ant-col-xl-offset-6 {
		margin-left: 25%
	}
	.ant-col-xl-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
	.ant-col-xl-5 {
		display: block;
		width: 20.83333333%
	}
	.ant-col-xl-push-5 {
		left: 20.83333333%
	}
	.ant-col-xl-pull-5 {
		right: 20.83333333%
	}
	.ant-col-xl-offset-5 {
		margin-left: 20.83333333%
	}
	.ant-col-xl-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.ant-col-xl-4 {
		display: block;
		width: 16.66666667%
	}
	.ant-col-xl-push-4 {
		left: 16.66666667%
	}
	.ant-col-xl-pull-4 {
		right: 16.66666667%
	}
	.ant-col-xl-offset-4 {
		margin-left: 16.66666667%
	}
	.ant-col-xl-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.ant-col-xl-3 {
		display: block;
		width: 12.5%
	}
	.ant-col-xl-push-3 {
		left: 12.5%
	}
	.ant-col-xl-pull-3 {
		right: 12.5%
	}
	.ant-col-xl-offset-3 {
		margin-left: 12.5%
	}
	.ant-col-xl-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.ant-col-xl-2 {
		display: block;
		width: 8.33333333%
	}
	.ant-col-xl-push-2 {
		left: 8.33333333%
	}
	.ant-col-xl-pull-2 {
		right: 8.33333333%
	}
	.ant-col-xl-offset-2 {
		margin-left: 8.33333333%
	}
	.ant-col-xl-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.ant-col-xl-1 {
		display: block;
		width: 4.16666667%
	}
	.ant-col-xl-push-1 {
		left: 4.16666667%
	}
	.ant-col-xl-pull-1 {
		right: 4.16666667%
	}
	.ant-col-xl-offset-1 {
		margin-left: 4.16666667%
	}
	.ant-col-xl-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.ant-col-xl-0 {
		display: none
	}
	.ant-col-push-0 {
		left: auto
	}
	.ant-col-pull-0 {
		right: auto
	}
	.ant-col-xl-push-0 {
		left: auto
	}
	.ant-col-xl-pull-0 {
		right: auto
	}
	.ant-col-xl-offset-0 {
		margin-left: 0
	}
	.ant-col-xl-order-0 {
		-ms-flex-order: 0;
		order: 0
	}
}

.ant-progress {
	display: inline-block
}

.ant-progress-line {
	width: 100%;
	font-size: 12px;
	position: relative
}

.ant-progress-outer {
	display: inline-block;
	width: 100%;
	margin-right: 0;
	padding-right: 0
}

.ant-progress-show-info .ant-progress-outer {
	padding-right: 2.75em;
	margin-right: -2.75em
}

.ant-progress-inner {
	display: inline-block;
	width: 100%;
	background-color: #f7f7f7;
	border-radius: 100px;
	vertical-align: middle
}

.ant-progress-circle-trail {
	stroke: #f7f7f7
}

.ant-progress-circle-path {
	stroke: #108ee9;
	animation: ant-progress-appear .3s
}

.ant-progress-bg {
	border-radius: 100px;
	background-color: #108ee9;
	transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s;
	position: relative
}

.ant-progress-text {
	word-break: normal;
	width: 2em;
	text-align: left;
	font-size: 1em;
	margin-left: .75em;
	vertical-align: middle;
	display: inline-block
}

.ant-progress-text .anticon {
	font-size: 12px
}

.ant-progress-status-active .ant-progress-bg:before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 10px;
	animation: ant-progress-active 2.4s cubic-bezier(.23, 1, .32, 1) infinite
}

.ant-progress-status-exception .ant-progress-bg {
	background-color: #f04134
}

.ant-progress-status-exception .ant-progress-text {
	color: #f04134
}

.ant-progress-status-exception .ant-progress-circle-path {
	stroke: #f04134
}

.ant-progress-status-success .ant-progress-bg {
	background-color: #00a854
}

.ant-progress-status-success .ant-progress-text {
	color: #00a854
}

.ant-progress-status-success .ant-progress-circle-path {
	stroke: #00a854
}

.ant-progress-circle .ant-progress-inner {
	position: relative;
	line-height: 1;
	background-color: transparent
}

.ant-progress-circle .ant-progress-text {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-family: tahoma;
	margin: 0
}

.ant-progress-circle .ant-progress-text .anticon {
	font-size: 1.16666667em
}

.ant-progress-circle .ant-progress-status-exception .ant-progress-text {
	color: #f04134
}

.ant-progress-circle .ant-progress-status-success .ant-progress-text {
	color: #00a854
}

@keyframes ant-progress-appear {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes ant-progress-active {
	0% {
		opacity: .1;
		width: 0
	}
	20% {
		opacity: .5;
		width: 0
	}
	to {
		opacity: 0;
		width: 100%
	}
}

.ant-select-auto-complete.ant-select .ant-select-selection {
	border: 0;
	box-shadow: none
}

.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
	margin-left: 0;
	margin-right: 0;
	height: 100%;
	line-height: 28px
}

.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
	margin-left: 8px;
	margin-right: 8px
}

.ant-select-auto-complete.ant-select .ant-select-selection--single {
	height: auto
}

.ant-select-auto-complete.ant-select .ant-select-search--inline {
	position: static;
	float: left
}

.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
	margin-right: 0!important
}

.ant-select-auto-complete.ant-select .ant-input {
	background: transparent;
	border-width: 1px;
	line-height: 1.5;
	height: 28px
}

.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
	border-color: #49a9ee
}

.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
	line-height: 32px
}

.ant-select-auto-complete.ant-select-lg .ant-input {
	padding-top: 6px;
	padding-bottom: 6px;
	height: 32px
}

.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
	line-height: 22px
}

.ant-select-auto-complete.ant-select-sm .ant-input {
	padding-top: 1px;
	padding-bottom: 1px;
	height: 22px
}

.ant-upload {
	font-size: 12px;
	outline: 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-select-picture-card {
	border: 1px dashed #d9d9d9;
	width: 96px;
	height: 96px;
	border-radius: 4px;
	background-color: #fbfbfb;
	text-align: center;
	cursor: pointer;
	transition: border-color .3s ease;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-bottom: 8px
}

.ant-upload.ant-upload-select-picture-card>.ant-upload {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0
}

.ant-upload.ant-upload-select-picture-card:hover {
	border-color: #108ee9
}

.ant-upload.ant-upload-drag {
	border: 1px dashed #d9d9d9;
	transition: border-color .3s ease;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
	width: 100%;
	height: 100%;
	position: relative
}

.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
	border: 2px dashed #49a9ee
}

.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: #49a9ee
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
	height: 60px;
	margin-bottom: 24px
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
	font-size: 80px;
	margin-top: -5px;
	color: #49a9ee
}

.ant-upload.ant-upload-drag p.ant-upload-text {
	font-size: 14px
}

.ant-upload.ant-upload-drag p.ant-upload-hint {
	font-size: 12px;
	color: rgba(0, 0, 0, .43)
}

.ant-upload.ant-upload-drag .anticon-plus {
	font-size: 30px;
	transition: all .3s ease;
	color: rgba(0, 0, 0, .25)
}

.ant-upload.ant-upload-drag .anticon-plus:hover,
.ant-upload.ant-upload-drag:hover .anticon-plus {
	color: rgba(0, 0, 0, .43)
}

.ant-upload-list {
	overflow: hidden
}

.ant-upload-list-item {
	overflow: hidden;
	margin-top: 8px;
	font-size: 12px;
	position: relative;
	height: 24px
}

.ant-upload-list-item-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 16px;
	width: 100%;
	display: inline-block
}

.ant-upload-list-item-info {
	line-height: 24px;
	padding: 0 12px 0 4px;
	transition: background-color .3s
}

.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
	margin-right: 4px;
	font-size: 12px;
	color: rgba(0, 0, 0, .43);
	position: absolute;
	top: 5.5px
}

.ant-upload-list-item .anticon-cross {
	display: inline-block;
	font-size: 12px;
	font-size: 10px\9;
	transform: scale(.83333) rotate(0deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=0, M21=0, M22=1)";
	zoom: 1;
	transition: all .3s;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 4px;
	color: rgba(0, 0, 0, .43);
	line-height: 24px
}

:root .ant-upload-list-item .anticon-cross {
	filter: none;
	font-size: 12px
}

.ant-upload-list-item .anticon-cross:hover {
	color: rgba(0, 0, 0, .65)
}

.ant-upload-list-item:hover .ant-upload-list-item-info {
	background-color: #ecf6fd
}

.ant-upload-list-item:hover .anticon-cross {
	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: #f04134
}

.ant-upload-list-item-error .anticon-cross {
	opacity: 1;
	color: #f04134!important
}

.ant-upload-list-item-progress {
	line-height: 0;
	font-size: 12px;
	position: absolute;
	width: 100%;
	bottom: 0
}

.ant-upload-list-picture-card .ant-upload-list-item,
.ant-upload-list-picture .ant-upload-list-item {
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	height: 66px;
	position: relative
}

.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: #f04134
}

.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 {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 8px;
	left: 8px
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture .ant-upload-list-item-thumbnail img {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	border-radius: 4px
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail.anticon:before,
.ant-upload-list-picture .ant-upload-list-item-thumbnail.anticon:before {
	line-height: 48px;
	font-size: 24px;
	color: rgba(0, 0, 0, .43)
}

.ant-upload-list-picture-card .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 0 8px;
	line-height: 44px;
	transition: all .3s;
	padding-left: 48px;
	padding-right: 8px;
	max-width: 100%;
	display: inline-block;
	box-sizing: border-box
}

.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 {
	padding-left: 56px;
	margin-top: 0;
	bottom: 24px;
	width: calc(100% - 24px)
}

.ant-upload-list-picture-card .anticon-cross,
.ant-upload-list-picture .anticon-cross {
	position: absolute;
	right: 8px;
	top: 8px;
	line-height: 1
}

.ant-upload-list-picture-card {
	display: inline
}

.ant-upload-list-picture-card .ant-upload-list-item {
	float: left;
	width: 96px;
	height: 96px;
	margin: 0 8px 8px 0
}

.ant-upload-list-picture-card .ant-upload-list-item-info {
	height: 100%;
	position: relative;
	overflow: hidden
}

.ant-upload-list-picture-card .ant-upload-list-item-info:before {
	content: " ";
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s;
	width: 100%;
	height: 100%;
	opacity: 0
}

.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;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	white-space: nowrap;
	opacity: 0;
	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-eye-o {
	z-index: 10;
	transition: all .3s;
	cursor: pointer;
	font-size: 16px;
	width: 16px;
	color: hsla(0, 0%, 100%, .91);
	margin: 0 4px
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete: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 {
	display: block;
	width: 100%;
	height: 100%;
	position: static
}

.ant-upload-list-picture-card .ant-upload-list-item-name {
	display: none
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
	background-color: #fbfbfb
}

.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, .43)
}

.ant-upload-list-picture-card .ant-upload-list-item-progress {
	padding-left: 0;
	bottom: 32px
}

.ant-upload-list .ant-upload-success-icon {
	color: #00a854;
	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 {
	animation-duration: .3s;
	animation-fill-mode: cubic-bezier(.78, .14, .15, .86)
}

.ant-upload-list .ant-upload-animate-enter {
	animation-name: uploadAnimateIn
}

.ant-upload-list .ant-upload-animate-leave {
	animation-name: uploadAnimateOut
}

.ant-upload-list .ant-upload-animate-inline-enter {
	animation-name: uploadAnimateInlineIn
}

.ant-upload-list .ant-upload-animate-inline-leave {
	animation-name: uploadAnimateInlineOut
}

@keyframes uploadAnimateIn {
	0% {
		height: 0;
		margin: 0;
		opacity: 0;
		padding: 0
	}
}

@keyframes uploadAnimateOut {
	to {
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

@keyframes uploadAnimateInlineIn {
	0% {
		width: 0;
		height: 0;
		margin: 0;
		opacity: 0;
		padding: 0
	}
}

@keyframes uploadAnimateInlineOut {
	to {
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0
	}
}

.ant-tooltip {
	position: absolute;
	z-index: 1060;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.5
}

.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 {
	max-width: 250px;
	padding: 8px 10px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	min-height: 34px
}

.ant-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
	bottom: 3px;
	border-width: 5px 5px 0;
	border-top-color: rgba(0, 0, 0, .75)
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
	left: 16px
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
	right: 16px
}

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
	left: 3px;
	border-width: 5px 5px 5px 0;
	border-right-color: rgba(0, 0, 0, .75)
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
	top: 50%;
	margin-top: -5px
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
	top: 8px
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
	bottom: 8px
}

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
	right: 3px;
	border-width: 5px 0 5px 5px;
	border-left-color: rgba(0, 0, 0, .75)
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
	top: 50%;
	margin-top: -5px
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
	top: 8px
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
	bottom: 8px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
	top: 3px;
	border-width: 0 5px 5px;
	border-bottom-color: rgba(0, 0, 0, .75)
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
	left: 50%;
	margin-left: -5px
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
	left: 16px
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
	right: 16px
}