@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: microsoft yahei;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Microsoft YaHei";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #f30;
	text-decoration: underline;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

output {
	display: inline-block;
}

template, [hidden] {
	display: none;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
	background: inherit;
	border-radius: 0;
	padding: 0;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
	background: #fcf2f2;
	border-radius: .1rem;
	padding: .1rem .2rem;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

ul,ol,dl {
	margin: 0;
	padding: 0;
}

ul ul,ul ol,ol ul,ol ol {
	margin: .8rem 0 .8rem .8rem;
}

ul li,ol li {
	margin-top: .4rem;
}

ul {
	list-style: disc inside;
}

ul ul {
	list-style-type: circle;
}

ol {
	list-style: decimal inside;
}

ol ol {
	list-style-type: lower-alpha;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: .4rem 0 .8rem 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: .8rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

b,
strong {
	font-weight: bolder;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .2);
}

canvas {
	display: inline-block;
}

audio,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

small {
	font-size: 80%;
	font-weight: 400;
}

mark {
	padding: .2em;
	background-color: #fcf8e3;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

blockquote {
	border-left: .1rem solid #dadee4;
	margin-left: 0;
	padding: .4rem .8rem;
}

/**表格**/
.table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	width: 100%;
}

.table.table-striped tbody tr:nth-of-type(odd) {
	background: #f7f8f9;
}

.table tbody tr.active,
.table.table-striped tbody tr.active {
	background: #eef0f3;
}

.table.table-hover tbody tr:hover {
	background: #eef0f3;
}

.table.table-scroll {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}

.table.table-scroll td {
	width: 0.1%;
}

.table thead th {
	border-bottom: 2px solid #dadee4;
}

.table td,
.table th {
	border-top: 1px solid #dadee4;
	padding: .6rem .4rem;
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dadee4;
}

/**标签**/
.label {
	background: #eef0f3;
	border-radius: .1rem;
	color: #455060;
	display: inline-block;
	line-height: 1.25;
	padding: .1rem .2rem;
	margin-bottom: 0;
}

.label.label-rounded {
	border-radius: 5rem;
	padding-left: .4rem;
	padding-right: .4rem;
}

.label.label-primary {
	background: #007bff;
	color: #fff;
}

.label.label-secondary {
  background: #f1f1fc;
  color: #007bff;
}

.label.label-success {
	background: #28a745;
	color: #fff;
}

.label.label-error {
	background: #dc3545;
	color: #fff;
}

/**分页**/
.pagination {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.pagination .page-item {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.pagination .page-item a,
.pagination .page-item span {
	position: relative;
	display: block;
	margin-left: -1px;
	padding: .5rem .75rem;
	line-height: 1.25rem;
	text-decoration: none;
	color: #212529;
	background: #fff;
	border: 1px solid #d9d9d9;
}

.pagination .page-item:first-child a {
	margin-left: 0;
	border-radius: .25rem 0 0 .25rem;
}

.pagination .page-item:last-child a {
	border-radius: 0 .25rem .25rem 0;
}

.pagination .page-item a:hover {
	z-index: 2;
	background: #e9ecef;
}

.pagination .page-item a:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(217, 217, 217, .25);
}

.pagination .page-item.active a {
  z-index: 3;
  background: #e9ecef;
}

.pagination .page-item.disabled a,
.pagination .page-item a:not([href]),
.pagination .page-item span {
	cursor: default;
	color: rgba(33, 37, 41, .5);
	pointer-events: none;
}

/*primary*/
.pagination.page-primary .page-item a:hover,
.pagination.page-primary .page-item.active a {
	color: #fff;
	background: #007bff;
	border-color: #007bff;
}

.pagination.page-primary .page-item a:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

/*secondary*/
.pagination.page-secondary .page-item a:hover,
.pagination.page-secondary .page-item.active a {
	color: #fff;
	background: #6c757d;
	border-color: #6c757d;
}

.pagination.page-secondary .page-item a:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

/*success*/
.pagination.page-success .page-item a:hover,
.pagination.page-success .page-item.active a {
	color: #fff;
	background: #28a745;
	border-color: #28a745;
}

.pagination.page-success .page-item a:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

/*error*/
.pagination.page-error .page-item a:hover,
.pagination.page-error .page-item.active a {
	color: #fff;
	background: #dc3545;
	border-color: #dc3545;
}

.pagination.page-error .page-item a:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.pagination.page-left {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pagination.page-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination.page-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pagination.page-mid .page-item a,
.pagination.page-mid .page-item span {
	margin-left: .3rem;
	border-radius: .25rem;
}

.pagination.page-mid .page-item:first-child a,
.pagination.page-mid .page-item:last-child a {
	border-radius: .25rem;
}

/**徽章**/
.badge {
	position: relative;
	white-space: nowrap;
}

.badge[data-badge]::after,
.badge:not([data-badge])::after {
	background: #007bff;
	background-clip: padding-box;
	border-radius: .5rem;
	box-shadow: 0 0 0 .15rem #fff;
	color: #fff;
	content: attr(data-badge);
	display: inline-block;
	transform: translate(-.05rem, -.5rem);
}

.badge[data-badge]::after {
	font-size: .8rem;
	height: 1rem;
	line-height: 1;
	min-width: 1rem;
	padding: .1rem .2rem;
	text-align: center;
	white-space: nowrap;
}

.badge:not([data-badge])::after,
.badge[data-badge=""]::after {
	height: 6px;
	min-width: 6px;
	padding: 0;
	width: 6px;
}

.badge.btn::after {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
}

.badge.avatar::after {
	position: absolute;
	right: 14.64%;
	top: 14.64%;
	transform: translate(50%, -50%);
	z-index: 100;
}

.badge.badge-secondary::after {
	background: #545b62;
}

.badge.badge-success::after {
	background: #28a745;
}

.badge.badge-error::after {
	background: #dc3545;
}

/**按钮**/
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: .25rem;
	color: #595959;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;/* 16px*/
	line-height: 1.5;
	outline: none;
	padding: .375rem .75rem;/* 6px 12px*/
	text-align: center;
	text-decoration: none;
	transition: background .2s, border .2s, box-shadow .2s, color .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn:focus,
.btn:hover,
.btn:active,
.btn.active {
	color: #007bff;
	border-color: #007bff;
}

.btn[disabled],
.btn:disabled,
.btn.disabled {
	cursor: default;
	opacity: .5;
	pointer-events: none;
}

.btn.btn-primary {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
}

.btn.btn-primary:focus,
.btn.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
	background: #0069d9;
	border-color: #0062cc;
	color: #fff;
}

.btn.btn-primary:active,
.btn.btn-primary.active {
	background: #0062cc;
	border-color: #005cbf;
	color: #fff;
}

.btn.btn-secondary {
	background: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
	background: #5a6268;
	border-color: #545b62;
	color: #fff;
}

.btn.btn-secondary:active,
.btn.btn-secondary.active {
	background: #545b62;
	border-color: #4e555b;
	color: #fff;
}

.btn.btn-success {
	background: #28a745;
	border-color: #28a745;
	color: #fff;
}

.btn.btn-success:focus,
.btn.btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn.btn-success:focus,
.btn.btn-success:hover {
	background: #218838;
	border-color: #1e7e34;
	color: #fff;
}

.btn.btn-success:active,
.btn.btn-success.active {
	background: #1e7e34;
	border-color: #1c7430;
	color: #fff;
}

.btn.btn-error {
	background: #dc3545;
	border-color: #dc3545;
	color: #fff;
}

.btn.btn-error:focus,
.btn.btn-error.focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn.btn-error:focus,
.btn.btn-error:hover {
	background: #c82333;
	border-color: #bd2130;
	color: #fff;
}

.btn.btn-error:active,
.btn.btn-error.active {
	background: #bd2130;
	border-color: #b21f2d;
	color: #fff;
}

.btn.btn-link {
	background: transparent;
	border-color: transparent;
}

.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
	color: #007bff;
	text-decoration: underline;
	box-shadow: none;
}

.form-group-sm .btn,
.input-group-sm .btn,
.btn-group-sm > .btn,
.btn.btn-sm {
	font-size: .875rem;
	padding: .25rem .5rem;
	border-radius: .2rem;
}

.form-group-lg .btn,
.input-group-lg .btn,
.btn-group-lg > .btn,
.btn.btn-lg {
	font-size: 1.25rem;
	padding: .5rem 1rem;
	border-radius: .3rem;
}

.btn.btn-block {
	display: block;
	width: 100%;
}

.btn.btn-circle {
	overflow: hidden;
	padding: 0;
	border-radius: 50%;
	height: 2.375rem;
	width: 2.375rem;
}

.btn.btn-sm.btn-circle {
	height: 2rem;
	width: 2rem;
}

.btn.btn-lg.btn-circle {
	height: 3rem;
	width: 3rem;
}

/*-loading-*/
.btn.loading {
	position: relative;
	pointer-events: none;
	color: transparent !important;
}

.btn.btn-primary.loading::after,
.btn.btn-secondary.loading::after,
.btn.btn-success.loading::after,
.btn.btn-error.loading::after {
	border-top-color: #fff;
	border-left-color: #fff;
	border-bottom-color: #fff;
}

.btn.loading::after {
	position: absolute;
	display: block;
	height: 1rem;
	width: 1rem;
	border: .1rem solid #007bff;
	border-radius: 50%;
	border-right-color: transparent;
	left: 50%;
	top: 50%;
	margin-left: -.5rem;
	margin-top: -.5rem;
	padding: 0;
	content: "";
	opacity: 1;
	z-index: 1;
	-webkit-animation: loading .75s linear infinite;
	animation: loading .75s infinite linear;
}

.btn.btn-sm.loading::after {
	border-width: .0875em;
	height: .875rem;
	width: .875rem;
	margin-top: -.4375rem;
	margin-left: -.4375rem;
}

.btn.btn-lg.loading::after {
	border-width: .15rem;
	height: 1.6rem;
	width: 1.6rem;
	margin-top: -.8rem;
	margin-left: -.8rem;
}

@-webkit-keyframes loading {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*-按钮组-*/
.btn-group {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group .btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group .btn:not(:first-child) {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.btn-group .btn:focus,
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
	z-index: 1;
}

.btn-group.btn-group-block {
	display: -ms-flexbox;
	display: flex;
}

.btn-group.btn-group-block .btn {
	-ms-flex: 1 0 0;
	flex: 1 0 0;
}

/**表单**/
.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-radio,
.form-inline .form-checkbox,
.form-inline .form-switch {
	width: 100%;
}

.form-inline > * {
	margin-bottom: .5rem!important;
}

@media (min-width:576px) {
	.form-inline .form-label,
	.form-inline .form-input,
	.form-inline .form-select,
	.form-inline .form-radio,
	.form-inline .form-checkbox,
	.form-inline .form-switch,
	.form-inline .form-file {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.form-inline .input-group {
		width: auto;
	}
	.form-inline > *:not(:last-child) {
		margin-right: .5rem;
	}
}

.form-group {
	/*margin-bottom: 1rem;*/
	padding: .8rem 0;
	min-height: 1.5rem;
	line-height: 1.5rem;
}

.form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.form-group-sm .form-label,
.form-label.label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-group-lg .form-label,
.form-label.label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

/*-Input-*/
.form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	appearance: none;
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	color: #495057;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	outline: none;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-input:-ms-input-placeholder {
	color: #6c757d;
}

.form-input::-ms-input-placeholder {
	color: #6c757d;
}

.form-input::placeholder {
	color: #6c757d;
}

.form-group-sm .form-input,
.input-group-sm .form-input,
.form-input.input-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	height: calc(1.5em + .5rem + 2px);
	border-radius: .2rem;
}

.form-group-lg .form-input,
.input-group-lg .form-input,
.form-input.input-lg {
	font-size: 1.25rem;
	padding: .5rem 1rem;
	height: calc(1.5em + 1rem + 2px);
	border-radius: .3rem;
}

.form-input.input-inline {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.form-input[type="file"] {
	height: auto;
}

textarea.form-input {
	height: auto;
	resize: none;
}

/*-File Browser-*/
.form-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0;
}

.form-file input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0;
}

.form-file input:lang(cn) + span::after {
	content: "浏览";
}

.form-file input + span[data-browse]::after {
	content:attr(data-browse);
}

.form-file span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background: #fff;
	border:1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-file span::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

.form-group-sm .form-file,
.form-group-sm .form-file input,
.form-group-sm .form-file span,
.input-group-sm .form-file,
.input-group-sm .form-file input,
.input-group-sm .form-file span,
.form-file.input-sm,
.form-file.input-sm input,
.form-file.input-sm span {
	font-size: .875rem;
	height: calc(1.5em + .5rem + 2px);
}

.form-group-sm .form-file span,
.input-group-sm .form-file span,
.form-file.input-sm span {
	padding: .25rem .5rem;
	border-radius: .2rem;
}

.form-group-sm .form-file span::after,
.input-group-sm .form-file span::after,
.form-file.input-sm span::after {
	padding: .25rem .5rem;
	font-size: .875rem;
	height: calc(1.5em + .5rem);
	border-radius: 0 .2rem .2rem 0;
}

.form-group-lg .form-file,
.form-group-lg .form-file input,
.form-group-lg .form-file span,
.input-group-lg .form-file,
.input-group-lg .form-file input,
.input-group-lg .form-file span,
.form-file.input-lg,
.form-file.input-lg input,
.form-file.input-lg span {
	font-size: 1.25rem;
	height: calc(1.5em + 1rem + 2px);
}

.form-group-lg .form-file span,
.input-group-lg .form-file span,
.form-file.input-lg span {
	padding: .5rem 1rem;
	border-radius: .3rem;
}

.form-group-lg .form-file span::after,
.input-group-lg .form-file span::after,
.form-file.input-lg span::after {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	height: calc(1.5em + 1rem);
	border-radius: 0 .33rem .3rem 0;
}

/*-Select-*/
.form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat center right .75rem/.5rem .625rem;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	color: #495057;
	font-size: 1rem;
	height: calc(1.5em + .75rem + 2px);
	line-height: 1.5;
	outline: none;
	padding: .375rem 1.75rem .375rem .75rem;
	vertical-align: middle;
	width: 100%;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select::-ms-expand {
	display: none;
}

.form-group-sm .form-select,
.input-group-sm .form-select,
.form-select.select-sm {
	font-size: .875rem;
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
}

.form-group-lg .form-select,
.input-group-lg .form-select,
.form-select.select-lg {
	font-size: 1.25rem;
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
}

.form-select[size],
.form-select[multiple] {
	height: auto;
	padding-right: .75rem;
	background-image: none;
}

textarea.form-input::-webkit-scrollbar,
.form-select[size]::-webkit-scrollbar,
.form-select[multiple]::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: .5rem;     
	height: .5rem;
}

textarea.form-input::-webkit-scrollbar-thumb,
.form-select[size]::-webkit-scrollbar-thumb,
.form-select[multiple]::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: .2rem;
	background: rgba(0, 0, 0, .3);
}

textarea.form-input::-webkit-scrollbar-track,
.form-select[size]::-webkit-scrollbar-track,
.form-select[multiple]::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: .2rem;
	background: rgba(0, 0, 0, .1);
}

/*Radio、Checkbox、Switch*/
.form-radio,
.form-checkbox,
.form-switch {
	position: relative;
	display: block;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 1rem;
}

.form-radio input,
.form-checkbox input,
.form-switch input {
	position: absolute;
	/*top: .25rem;*/
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	height: 1rem;
	width: 1rem;
	opacity: 0;
	z-index: -1;
}

.form-radio input + span:empty,
.form-checkbox input + span:empty {
	padding-left: 1rem ;
}

.form-switch input + span:empty {
    padding-left: 1.75rem ;
}

.form-radio input + span,
.form-checkbox input + span,
.form-switch input + span {
	position: relative;
	display: block;
	padding-left: 1.5rem;
	min-height: 1rem;
}

.form-radio input + span::before,
.form-checkbox input + span::before,
.form-switch input + span::before {
	display: block;
	content: "";
	position: absolute;
	/*top: .25rem;*/
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	height: 1rem;
	width: 1rem;
	background: #fff;
	border: #adb5bd solid 1px;
	pointer-events: none;
	transition: all .15s ease;
}

/*checked 选中状态*/
.form-radio input:checked + span::before,
.form-checkbox input:checked + span::before,
.form-checkbox input:indeterminate + span::before,
.form-switch input:checked + span::before {
	border-color: #007bff;
	background: #007bff;
}

/*active 按压状态。*/
.form-radio input:active + span::before,
.form-checkbox input:active + span::before,
.form-switch input:active + span::before {
	border-color: #b3d7ff;
	background: #b3d7ff;
}

/*Radio And Checkbox*/
.form-radio input + span::after,
.form-checkbox input + span::after {
	display: block;
	content: "";
	position: absolute;
	/*top: .25rem;*/
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	height: 1rem;
	width: 1rem;
	background: no-repeat 50% / 50% 50%;
}

/*-Radio-*/
.form-radio input + span::before {
	border-radius: 50%;
}

.form-radio input:checked + span::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/*-Checkbox-*/
.form-checkbox input + span::before {
	border-radius: .25rem;
}

.form-checkbox input:checked + span::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.form-checkbox input:indeterminate + span::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/*-Switch-*/
.form-switch input + span {
	padding-left: 2.25rem;
}

.form-switch input + span::before {
	border-radius: .5rem;
	width: 1.75rem;
}

.form-switch input + span::after {
	display: block;
	content: "";
	position: absolute;
	/*top: calc(.25rem + 2px);*/
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: calc(0rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	border-radius: 50%;
	background: #adb5bd;
	transition: all .15s ease;
}

.form-switch input:checked + span::after {
	background: #fff;
	/*-webkit-transform: translateX(.75rem);transform: translateX(.75rem);*/
	left: calc(.75rem + 2px);
}

.form-group-sm .form-radio,
.form-group-sm .form-checkbox,
.form-group-sm .form-switch,
.input-group-sm .form-radio,
.input-group-sm .form-checkbox,
.input-group-sm .form-switch,
.form-radio.input-sm,
.form-checkbox.input-sm,
.form-switch.input-sm {
	font-size: .875rem;
}

.form-group-lg .form-radio,
.form-group-lg .form-checkbox,
.form-group-lg .form-switch,
.input-group-lg .form-radio,
.input-group-lg .form-checkbox,
.input-group-lg .form-switch,
.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
	font-size: 1.25rem;
}

/*focus (form-input、form-select、form-file、form-checkbox、form-radio、form-switch) 焦点状态*/
.form-input:focus,
.form-select:focus,
.form-file input:focus + span,
.form-checkbox input:focus + span::before,
.form-radio input:focus + span::before,
.form-switch input:focus + span::before {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

/*不可用*/
.form-input:disabled,
.form-input.disabled,
.form-select:disabled,
.form-select.disabled {
	background: #eef0f3;
	cursor: not-allowed;
	opacity: .5;
}

.form-input[readonly] {
	background: #f7f8f9;
}

input:disabled + span,
input.disabled + span {
	cursor: not-allowed;
	opacity: .5;
}

.input-inline {
	display: inline-block;
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-right: 1rem;
	width: auto;
}

/*-has icon-*/
.has-icon-left,
.has-icon-right {
	position: relative;
}

.has-icon-left .form-icon,
.has-icon-right .form-icon {
	position: absolute;
	font-size: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.has-icon-left .form-icon {
	left: .5rem;
}

.has-icon-left .form-input {
	padding-left: 2.2rem;
}

.has-icon-right .form-icon {
	right: .5rem;
}

.has-icon-right .form-input {
	padding-right: 2.2rem;
}

/*-has hint-*/
.form-hint {
	display: block;
	color: inherit;
	font-size: 80%;
	margin-top: .2rem;
	margin-bottom: 0;
}

.form-radio .form-hint,
.form-checkbox .form-hint {
	padding-left: 1.5rem;
}

.form-switch .form-hint {
	padding-left: 2.25rem;
}

.was-validate :valid ~ .form-hint,
.is-success .form-hint,
.is-success ~ .form-hint {
	color: #28a745;
}

.was-validate :invalid ~ .form-hint,
.is-error .form-hint,
.is-error ~ .form-hint {
	color: #dc3545;
}

.was-validate :valid ~ .form-hint {
	display: none;
}

/*-校验success-*/
.was-validate .form-input:valid,
.was-validate .form-select:valid,
.is-success .form-input,
.is-success .form-select,
.is-success.form-input,
.is-success.form-select {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/*new add file*/
.was-validate .form-file input:valid + span,
.is-success .form-file input + span,
.is-success.form-file input + span {
  border-color: #28a745;
}

.was-validate .form-select:valid,
.is-success .form-select,
.is-success.form-select {
	padding-right: calc(1.5em + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/calc(.75em + .375rem), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat center right .75rem/.5rem .625rem;
}

.was-validate .form-radio input:valid + span,
.was-validate .form-checkbox input:valid + span,
.was-validate .form-switch input:valid + span {
	color: #28a745;
}

/*valid 未选中状态*/
.was-validate .form-radio input:valid + span::before,
.was-validate .form-checkbox input:valid + span::before,
.was-validate .form-switch input:valid + span::before {
	border-color: #34ce57;
	background: #fff;
}

/*valid + checked 选中状态*/
.was-validate .form-radio input:valid:checked + span::before,
.was-validate .form-checkbox input:valid:checked + span::before,
.was-validate .form-switch input:valid:checked + span::before {
	border-color: #34ce57;
	background: #34ce57;
}

/*active 按压状态。*/
.was-validate .form-radio input:valid:active + span::before,
.was-validate .form-checkbox input:valid:active + span::before,
.was-validate .form-switch input:valid:active + span::before {
	border-color: #9fdead;
	background: #9fdead;
}

/*focus 焦点状态*/
.was-validate .form-input:valid:focus,
.was-validate .form-select:valid:focus,
.was-validate .form-file input:valid:focus + span,
.is-success .form-input:focus,
.is-success .form-select:focus,
.is-success .form-file input:focus + span,
.is-success.form-input:focus,
.is-success.form-select:focus,
.is-success.form-file input:focus + span,
.was-validate .form-radio input:valid:focus + span::before,
.was-validate .form-checkbox input:valid:focus + span::before,
.was-validate .form-switch input:valid:focus + span::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

/*-错误error-*/
.was-validate .form-input:invalid,
.was-validate .form-select:invalid,
.is-error .form-input,
.is-error .form-select,
.is-error.form-input,
.is-error.form-select {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/*new add file*/
.was-validate .form-file input:invalid + span,
.is-error .form-file input + span,
.is-error.form-file input + span {
	border-color: #dc3545;
}

.was-validate .form-select:invalid,
.is-error .form-select,
.is-error.form-select {
	padding-right: calc(1.5em + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") no-repeat center right 1.75rem/calc(.75em + .375rem), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat center right .75rem/.5rem .625rem;
}

.was-validate .form-radio input:invalid + span,
.was-validate .form-checkbox input:invalid + span,
.was-validate .form-switch input:invalid + span {
	color: #dc3545;
}

/*invalid 未选中状态*/
.was-validate .form-radio input:invalid + span::before,
.was-validate .form-checkbox input:invalid + span::before,
.was-validate .form-switch input:invalid + span::before {
	border-color: #dc3545;
}

/*active 按压状态。*/
.was-validate .form-radio input:invalid:active + span::before,
.was-validate .form-checkbox input:invalid:active + span::before,
.was-validate .form-switch input:invalid:active + span::before {
	border-color: #f0b4ba;
	background: #f0b4ba;
}

/*focus 焦点状态*/
.was-validate .form-input:invalid:focus,
.was-validate .form-select:invalid:focus,
.was-validate .form-file input:invalid:focus + span,
.is-error .form-input:focus,
.is-error .form-select:focus,
.is-error .form-file input:focus + span,
.is-error.form-input:focus,
.is-error.form-select:focus,
.is-error.form-file input:focus + span,
.was-validate .form-radio input:invalid:focus + span::before,
.was-validate .form-checkbox input:invalid:focus + span::before,
.was-validate .form-switch input:invalid:focus + span::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

/*select 形态*/
.was-validate .form-select[size],
.was-validate .form-select[multiple],
.is-success .form-select[size],
.is-success .form-select[multiple],
.is-error.form-select[size],
.is-error.form-select[multiple],
.is-success.form-select[size],
.is-success.form-select[multiple],
.is-error.form-select[size],
.is-error.form-select[multiple] {
	padding-right: .75rem;
	background-image: none;
}

/*textarea 形态*/
.was-validate textarea.form-input,
.is-success textarea.form-input,
.is-error textarea.form-input,
textarea.is-success.form-input,
textarea.is-error.form-input {
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem) !important;
}

/**下拉菜单**/
.dropdown {
	display: inline-block;
	position: relative;
}

.dropdown-menu.show,
.dropdown-menu:hover,
.dropdown-toggle:focus + .dropdown-menu {
	display: block;
}

.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	padding: .4rem;
	margin: .2rem 0 0;
	min-width: 12rem;
	max-height: 50vh;
	overflow-y: auto;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	-webkit-animation: slide-down .75s linear infinite;
	animation: slide-down .15s ease 1;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display:inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content:"";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem .5rem;
	text-decoration: none;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	background: #f5f5f5;
}

.dropdown-item.disabled {
	color: #6c757d;
	pointer-events: none;
}

a.dropdown-item {
	text-decoration: none;
}

a.dropdown-item:active,
a.dropdown-item.active {
	color: #fff;
	background: #007bff;
}

.dropdown-item-append {
	position: relative;
}

.dropdown-item-append .dropdown-item-badge {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100%;
  position: absolute;
  right: .5rem;
  top: 0;
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1.6rem);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-1.6rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/** 输入组（Input group） **/
.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group-addon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.form-group-lg .input-group-addon,
.input-group-lg .input-group-addon {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.form-group-sm .input-group-addon,
.input-group-sm .input-group-addon {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.input-group > .form-input,
.input-group > .form-select,
.input-group > .form-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group > .input-group-addon + .input-group-addon,
.input-group > .input-group-addon + .form-input,
.input-group > .input-group-addon + .form-select,
.input-group > .input-group-addon + .form-file,
.input-group > .input-group-addon + .btn,
.input-group > .input-group-addon + .dropdown,
.input-group > .form-input + .input-group-addon,
.input-group > .form-input + .form-input,
.input-group > .form-input + .form-select,
.input-group > .form-input + .form-file,
.input-group > .form-input + .btn,
.input-group > .form-input + .dropdown,
.input-group > .form-select + .input-group-addon,
.input-group > .form-select + .form-input,
.input-group > .form-select + .form-select,
.input-group > .form-select + .form-file,
.input-group > .form-select + .btn,
.input-group > .form-select + .dropdown,
.input-group > .form-file + .input-group-addon,
.input-group > .form-file + .form-input,
.input-group > .form-file + .form-select,
.input-group > .form-file + .form-file,
.input-group > .form-file + .btn,
.input-group > .form-file + .dropdown,
.input-group > .btn + .input-group-addon,
.input-group > .btn + .form-input,
.input-group > .btn + .form-select,
.input-group > .btn + .form-file,
.input-group > .btn + .btn,
.input-group > .btn + .dropdown,
.input-group > .dropdown + .input-group-addon,
.input-group > .dropdown + .form-input,
.input-group > .dropdown + .form-select,
.input-group > .dropdown + .form-file,
.input-group > .dropdown + .btn,
.input-group > .dropdown + .dropdown {
	margin-left: -1px;
}

.input-group > .input-group-addon:not(:last-child),
.input-group > .form-input:not(:last-child),
.input-group > .form-select:not(:last-child),
.input-group > .form-file:not(:last-child) > span,
.input-group > .form-file:not(:last-child) > span::after,
.input-group > .btn:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-addon:not(:first-child),
.input-group > .form-input:not(:first-child),
.input-group > .form-select:not(:first-child),
.input-group > .form-file:not(:first-child) > span,
.input-group > .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*输入组下拉*/
.input-group > .dropdown {
	display: -ms-flexbox;
	display: flex;
}

.input-group > .dropdown .btn + .btn {
	margin-left: -1px;
}

.input-group > .dropdown:not(:last-child) > .btn,
.input-group > .dropdown:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .dropdown:not(:first-child) > .btn,
.input-group > .dropdown:first-child > .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*输入组焦点突出*/
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .form-file .form-file > input:focus + span,
.input-group .btn:focus,
.input-group .btn:hover {
	z-index: 3;
}

/*提示*/
.tooltip {
	position: relative;
}

.tooltip::after {
	background: rgba(0, 0, 0, .8);
	border-radius: .25rem;
	bottom: 100%;
	color: #fff;
	content: attr(data-tooltip);
	display: block;
	font-size: 0.875rem;
	left: 50%;
	max-width: 320px;
	opacity: 0;
	overflow: hidden;
	padding: .2rem .4rem;
	pointer-events: none;
	position: absolute;
	text-overflow: ellipsis;
	transform: translate(-50%, .4rem);
	transition: opacity .2s, transform .2s;
	white-space: pre;
	z-index: 300;
}

.tooltip:focus::after,
.tooltip:hover::after {
	opacity: 1;
	transform: translate(-50%, -.25rem);
}

.tooltip[disabled],
.tooltip.disabled {
	pointer-events: auto;
}

.tooltip.tooltip-right::after {
	bottom: 50%;
	left: 100%;
	transform: translate(-.2rem, 50%);
}

.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
	transform: translate(.25rem, 50%);
}

.tooltip.tooltip-bottom::after {
	bottom: auto;
	top: 100%;
	transform: translate(-50%, -.4rem);
}

.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
	transform: translate(-50%, .25rem);
}

.tooltip.tooltip-left::after {
	bottom: 50%;
	left: auto;
	right: 100%;
	transform: translate(.4rem, 50%);
}

.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
	transform: translate(-.25rem, 50%);
}

/*****************************************/
/********          ***********************/
/*****************************************/

/**loading-rotate and loading-grow**/
.loading-rotate,
.loading-grow {
	display: inline-block;
	position: relative;
	font-size: 1rem;
	padding-left: 1.5rem;
}

.loading-rotate:empty:before,
.loading-grow:empty:before {
	content: "Loading";
}

/**loading-rotate**/
.loading-rotate::after {
	position: absolute;
	display: block;
	height: 1rem;
	width: 1rem;
	border: .1em solid currentColor;
	border-radius: 50%;
	border-right-color: transparent;
	top: 50%;
	left: 0;
	margin-top: -.5rem;
	padding: 0;
	content: "";
	opacity: 1;
	z-index: 1;
	-webkit-animation: loading-rotate .75s linear infinite;
	animation: loading-rotate .75s infinite linear;
}

.loading-rotate.loading-rotate-sm {
	font-size: .875rem;
	padding-left: 1.25rem;
}

.loading-rotate.loading-rotate-sm::after {
	border-width: .0875em;
	height: .875rem;
	width: .875rem;
	margin-top: -.4375rem;
}

.loading-rotate.loading-rotate-lg {
	font-size: 1.25rem;
	padding-left: 2rem;
}

.loading-rotate.loading-rotate-lg::after {
	border-width: .15em;
	height: 1.5rem;
	width: 1.5rem;
	margin-top: -.75rem;
}

@-webkit-keyframes loading-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loading-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/**loading-grow**/
.loading-grow::after {
	position: absolute;
	display: block;
	height: 1rem;
	width: 1rem;
	background: currentColor;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -.5rem;
	padding: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	-webkit-animation: loading-grow .75s linear infinite;
	animation: loading-grow .75s linear infinite;
}

.loading-grow.loading-grow-sm {
	font-size: .875rem;
	padding-left: 1rem;
}

.loading-grow.loading-grow-sm::after {
	height: .7rem;
	width: .7rem;
	margin-top: -.35rem;
}

.loading-grow.loading-grow-lg {
	font-size: 1.25rem;
	padding-left: 2rem;
}

.loading-grow.loading-grow-lg::after {
	height: 1.5rem;
	width: 1.5rem;
	margin-top: -.75rem;
}

@-webkit-keyframes loading-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes loading-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/** 分隔器 **/
.divider {
	display: block;
	position: relative;
	border-top: 1px solid #e9ecef;
	height: 1px;
	margin: .5rem 0;
}

.divider[data-content]::after {
	background: #fff;
	color: #bcc3ce;
	content: attr(data-content);
	display: inline-block;
	font-size: .8rem;
	padding: 0 .4rem;
	transform: translateY(-.9rem);
}

.divider[data-content] {
	margin: .8rem 0;
}

/*****************************************/
/********          ***********************/
/*****************************************/

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important;
}

.text-error {
	color: #dc3545 !important;
}

a.text-error:hover,
a.text-error:focus {
	color: #8f222d !important;
}

.bg-primary {
	background: #007bff !important;
	color: #fff;
}

.bg-secondary {
	background: #6c757d !important;
	color: #fff;
}

.bg-success {
	background: #28a745 !important;
	color: #fff;
}

.bg-error {
	background: #dc3545 !important;
	color: #fff;
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important;
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mr-3 {
	margin-right: 1rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.ml-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mr-4 {
	margin-right: 1.5rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mr-5 {
	margin-right: 3rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.ml-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pr-1 {
	padding-right: 0.25rem !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pr-2 {
	padding-right: 0.5rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pr-3 {
	padding-right: 1rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pl-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pr-4 {
	padding-right: 1.5rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pr-5 {
	padding-right: 3rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.pl-5 {
	padding-left: 3rem !important;
}

/*****************************************/
/******** Grid 栅格 **********************/
/*****************************************/
.container {width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px) {
.container {max-width:540px;}
}
@media (min-width:768px) {
.container {max-width:720px;}
}
@media (min-width:992px) {
.container {max-width:960px;}
}
@media (min-width:1200px) {
.container {max-width:1140px;}
}
.container-fluid,.container-sm,.container-md,.container-lg,.container-xl {width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px) {
.container,.container-sm {max-width:540px;}
}
@media (min-width:768px) {
.container,.container-sm,.container-md {max-width:720px;}
}
@media (min-width:992px) {
.container,.container-sm,.container-md,.container-lg {max-width:960px;}
}
@media (min-width:1200px) {
.container,.container-sm,.container-md,.container-lg,.container-xl {max-width:1140px;}
}
.row {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.no-gutters {margin-right:0;margin-left:0;}
.no-gutters > .col,.no-gutters > [class*="col-"] {padding-right:0;padding-left:0;}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {position:relative;width:100%;padding-right:15px;padding-left:15px;}
.col {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}
.row-cols-1 > * {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-2 > * {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-3 > * {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-4 > * {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-5 > * {-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-6 > * {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-auto {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-1 {-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-2 {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-3 {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-4 {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-5 {-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-6 {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-7 {-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-8 {-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-9 {-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-10 {-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-11 {-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-12 {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-first {-ms-flex-order:-1;order:-1;}
.order-last {-ms-flex-order:13;order:13;}
.order-0 {-ms-flex-order:0;order:0;}
.order-1 {-ms-flex-order:1;order:1;}
.order-2 {-ms-flex-order:2;order:2;}
.order-3 {-ms-flex-order:3;order:3;}
.order-4 {-ms-flex-order:4;order:4;}
.order-5 {-ms-flex-order:5;order:5;}
.order-6 {-ms-flex-order:6;order:6;}
.order-7 {-ms-flex-order:7;order:7;}
.order-8 {-ms-flex-order:8;order:8;}
.order-9 {-ms-flex-order:9;order:9;}
.order-10 {-ms-flex-order:10;order:10;}
.order-11 {-ms-flex-order:11;order:11;}
.order-12 {-ms-flex-order:12;order:12;}
.offset-1 {margin-left:8.333333%;}
.offset-2 {margin-left:16.666667%;}
.offset-3 {margin-left:25%;}
.offset-4 {margin-left:33.333333%;}
.offset-5 {margin-left:41.666667%;}
.offset-6 {margin-left:50%;}
.offset-7 {margin-left:58.333333%;}
.offset-8 {margin-left:66.666667%;}
.offset-9 {margin-left:75%;}
.offset-10 {margin-left:83.333333%;}
.offset-11 {margin-left:91.666667%;}
@media (min-width:576px) {
.col-sm {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}
.row-cols-sm-1 > * {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-sm-2 > * {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-sm-3 > * {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-sm-4 > * {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-sm-5 > * {-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-sm-6 > * {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-sm-auto {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-sm-1 {-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-sm-2 {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-sm-3 {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-sm-4 {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-sm-5 {-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-sm-6 {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-sm-7 {-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-sm-8 {-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-sm-9 {-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-sm-10 {-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-sm-11 {-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-sm-12 {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-sm-first {-ms-flex-order:-1;order:-1;}
.order-sm-last {-ms-flex-order:13;order:13;}
.order-sm-0 {-ms-flex-order:0;order:0;}
.order-sm-1 {-ms-flex-order:1;order:1;}
.order-sm-2 {-ms-flex-order:2;order:2;}
.order-sm-3 {-ms-flex-order:3;order:3;}
.order-sm-4 {-ms-flex-order:4;order:4;}
.order-sm-5 {-ms-flex-order:5;order:5;}
.order-sm-6 {-ms-flex-order:6;order:6;}
.order-sm-7 {-ms-flex-order:7;order:7;}
.order-sm-8 {-ms-flex-order:8;order:8;}
.order-sm-9 {-ms-flex-order:9;order:9;}
.order-sm-10 {-ms-flex-order:10;order:10;}
.order-sm-11 {-ms-flex-order:11;order:11;}
.order-sm-12 {-ms-flex-order:12;order:12;}
.offset-sm-0 {margin-left:0;}
.offset-sm-1 {margin-left:8.333333%;}
.offset-sm-2 {margin-left:16.666667%;}
.offset-sm-3 {margin-left:25%;}
.offset-sm-4 {margin-left:33.333333%;}
.offset-sm-5 {margin-left:41.666667%;}
.offset-sm-6 {margin-left:50%;}
.offset-sm-7 {margin-left:58.333333%;}
.offset-sm-8 {margin-left:66.666667%;}
.offset-sm-9 {margin-left:75%;}
.offset-sm-10 {margin-left:83.333333%;}
.offset-sm-11 {margin-left:91.666667%;}
}
@media (min-width:768px) {
.col-md {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}
.row-cols-md-1 > * {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-md-2 > * {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-md-3 > * {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-md-4 > * {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-md-5 > * {-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-md-6 > * {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-md-auto {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-md-1 {-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-md-2 {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-md-3 {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-md-4 {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-md-5 {-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-md-6 {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-md-7 {-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-md-8 {-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-md-9 {-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-md-10 {-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-md-11 {-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-md-12 {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-md-first {-ms-flex-order:-1;order:-1;}
.order-md-last {-ms-flex-order:13;order:13;}
.order-md-0 {-ms-flex-order:0;order:0;}
.order-md-1 {-ms-flex-order:1;order:1;}
.order-md-2 {-ms-flex-order:2;order:2;}
.order-md-3 {-ms-flex-order:3;order:3;}
.order-md-4 {-ms-flex-order:4;order:4;}
.order-md-5 {-ms-flex-order:5;order:5;}
.order-md-6 {-ms-flex-order:6;order:6;}
.order-md-7 {-ms-flex-order:7;order:7;}
.order-md-8 {-ms-flex-order:8;order:8;}
.order-md-9 {-ms-flex-order:9;order:9;}
.order-md-10 {-ms-flex-order:10;order:10;}
.order-md-11 {-ms-flex-order:11;order:11;}
.order-md-12 {-ms-flex-order:12;order:12;}
.offset-md-0 {margin-left:0;}
.offset-md-1 {margin-left:8.333333%;}
.offset-md-2 {margin-left:16.666667%;}
.offset-md-3 {margin-left:25%;}
.offset-md-4 {margin-left:33.333333%;}
.offset-md-5 {margin-left:41.666667%;}
.offset-md-6 {margin-left:50%;}
.offset-md-7 {margin-left:58.333333%;}
.offset-md-8 {margin-left:66.666667%;}
.offset-md-9 {margin-left:75%;}
.offset-md-10 {margin-left:83.333333%;}
.offset-md-11 {margin-left:91.666667%;}
}
@media (min-width:992px) {
.col-lg {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}
.row-cols-lg-1 > * {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-lg-2 > * {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-lg-3 > * {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-lg-4 > * {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-lg-5 > * {-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-lg-6 > * {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-auto {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-lg-1 {-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-lg-2 {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-3 {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-lg-4 {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-lg-5 {-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-lg-6 {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-lg-7 {-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-lg-8 {-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-lg-9 {-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-lg-10 {-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-lg-11 {-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-lg-12 {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-lg-first {-ms-flex-order:-1;order:-1;}
.order-lg-last {-ms-flex-order:13;order:13;}
.order-lg-0 {-ms-flex-order:0;order:0;}
.order-lg-1 {-ms-flex-order:1;order:1;}
.order-lg-2 {-ms-flex-order:2;order:2;}
.order-lg-3 {-ms-flex-order:3;order:3;}
.order-lg-4 {-ms-flex-order:4;order:4;}
.order-lg-5 {-ms-flex-order:5;order:5;}
.order-lg-6 {-ms-flex-order:6;order:6;}
.order-lg-7 {-ms-flex-order:7;order:7;}
.order-lg-8 {-ms-flex-order:8;order:8;}
.order-lg-9 {-ms-flex-order:9;order:9;}
.order-lg-10 {-ms-flex-order:10;order:10;}
.order-lg-11 {-ms-flex-order:11;order:11;}
.order-lg-12 {-ms-flex-order:12;order:12;}
.offset-lg-0 {margin-left:0;}
.offset-lg-1 {margin-left:8.333333%;}
.offset-lg-2 {margin-left:16.666667%;}
.offset-lg-3 {margin-left:25%;}
.offset-lg-4 {margin-left:33.333333%;}
.offset-lg-5 {margin-left:41.666667%;}
.offset-lg-6 {margin-left:50%;}
.offset-lg-7 {margin-left:58.333333%;}
.offset-lg-8 {margin-left:66.666667%;}
.offset-lg-9 {margin-left:75%;}
.offset-lg-10 {margin-left:83.333333%;}
.offset-lg-11 {margin-left:91.666667%;}
}
@media (min-width:1200px) {
.col-xl {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;}
.row-cols-xl-1 > * {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.row-cols-xl-2 > * {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.row-cols-xl-3 > * {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.row-cols-xl-4 > * {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.row-cols-xl-5 > * {-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;}
.row-cols-xl-6 > * {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-auto {-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%;}
.col-xl-1 {-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%;}
.col-xl-2 {-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-3 {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
.col-xl-4 {-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-xl-5 {-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}
.col-xl-6 {-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}
.col-xl-7 {-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%;}
.col-xl-8 {-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
.col-xl-9 {-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}
.col-xl-10 {-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;}
.col-xl-11 {-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%;}
.col-xl-12 {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-xl-first {-ms-flex-order:-1;order:-1;}
.order-xl-last {-ms-flex-order:13;order:13;}
.order-xl-0 {-ms-flex-order:0;order:0;}
.order-xl-1 {-ms-flex-order:1;order:1;}
.order-xl-2 {-ms-flex-order:2;order:2;}
.order-xl-3 {-ms-flex-order:3;order:3;}
.order-xl-4 {-ms-flex-order:4;order:4;}
.order-xl-5 {-ms-flex-order:5;order:5;}
.order-xl-6 {-ms-flex-order:6;order:6;}
.order-xl-7 {-ms-flex-order:7;order:7;}
.order-xl-8 {-ms-flex-order:8;order:8;}
.order-xl-9 {-ms-flex-order:9;order:9;}
.order-xl-10 {-ms-flex-order:10;order:10;}
.order-xl-11 {-ms-flex-order:11;order:11;}
.order-xl-12 {-ms-flex-order:12;order:12;}
.offset-xl-0 {margin-left:0;}
.offset-xl-1 {margin-left:8.333333%;}
.offset-xl-2 {margin-left:16.666667%;}
.offset-xl-3 {margin-left:25%;}
.offset-xl-4 {margin-left:33.333333%;}
.offset-xl-5 {margin-left:41.666667%;}
.offset-xl-6 {margin-left:50%;}
.offset-xl-7 {margin-left:58.333333%;}
.offset-xl-8 {margin-left:66.666667%;}
.offset-xl-9 {margin-left:75%;}
.offset-xl-10 {margin-left:83.333333%;}
.offset-xl-11 {margin-left:91.666667%;}
}

/*****************************************/
/******** 字体图标 ***********************/
/*****************************************/
@font-face {
	font-family:"iconfont";
	src:url("fonts/iconfont.eot");
	src:url("fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("fonts/iconfont.woff") format("woff"),url("fonts/iconfont.ttf") format("truetype"),url("fonts/iconfont.svg?#iconfont") format("svg");
}
[class*=ui-icon-],.ui-icon-font {
	font-family:"iconfont";
    display:inline-block;
    font:normal normal normal 14px/1 iconfont;
    font-size:inherit;
    font-weight:normal;
    font-style:normal;
    text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.icon-1x,.icon-2x,.icon-3x,.icon-4x,.icon-5x{vertical-align:middle;}
.icon-1x{font-size:1.3333333333333333rem;}
.icon-2x{font-size:2rem;}
.icon-3x{font-size:3rem;}
.icon-4x{font-size:4rem;}
.icon-5x{font-size:5rem;}

.ui-icon-cart:before{content:"\e6af";}
.ui-icon-rmb:before{content:"\e836";}
.ui-icon-weixin:before{content:"\e697";}
.ui-icon-qq:before{content:"\e601";}
.ui-icon-top:before{content:"\e61e";}
.ui-icon-list:before{content:"\e64b";}
.ui-icon-hao:before{content:"\e62c";}
.ui-icon-qi:before{content:"\e633";}
.ui-icon-sheng:before{content:"\e635";}
.ui-icon-kuai:before{content:"\e63e";}
.ui-icon-man:before{content:"\e63f";}
.ui-icon-mian:before{content:"\e640";}
.ui-icon-pei:before{content:"\e642";}
.ui-icon-you:before{content:"\e648";}
.ui-icon-zheng:before{content:"\e64a";}
.ui-icon-more:before{content:"\e628";}
.ui-icon-alipay:before{content:"\e67b";}
.ui-icon-weibo:before{content:"\e608";}
.ui-icon-tel:before{content:"\e6e8";}
.ui-icon-check-circle:before{content:"\e77d";}
.ui-icon-Dollar:before{content:"\e77f";}
.ui-icon-compass:before{content:"\e780";}
.ui-icon-close-circle:before{content:"\e781";}
.ui-icon-frown:before{content:"\e782";}
.ui-icon-info-circle:before{content:"\e783";}
.ui-icon-left-circle:before{content:"\e784";}
.ui-icon-down-circle:before{content:"\e785";}
.ui-icon-copyright:before{content:"\e786";}
.ui-icon-minus-circle:before{content:"\e787";}
.ui-icon-meh:before{content:"\e788";}
.ui-icon-plus-circle:before{content:"\e789";}
.ui-icon-play-circle:before{content:"\e78a";}
.ui-icon-question-circle:before{content:"\e78b";}
.ui-icon-right-circle:before{content:"\e78c";}
.ui-icon-smile:before{content:"\e78d";}
.ui-icon-trademark:before{content:"\e78e";}
.ui-icon-time-circle:before{content:"\e78f";}
.ui-icon-timeout:before{content:"\e790";}
.ui-icon-YUAN:before{content:"\e792";}
.ui-icon-up-circle:before{content:"\e793";}
.ui-icon-warning-circle:before{content:"\e794";}
.ui-icon-sync:before{content:"\e795";}
.ui-icon-transaction:before{content:"\e796";}
.ui-icon-undo:before{content:"\e797";}
.ui-icon-redo:before{content:"\e798";}
.ui-icon-reload:before{content:"\e799";}
.ui-icon-reloadtime:before{content:"\e79a";}
.ui-icon-message:before{content:"\e79b";}
.ui-icon-issuesclose:before{content:"\e79d";}
.ui-icon-poweroff:before{content:"\e79e";}
.ui-icon-logout:before{content:"\e79f";}
.ui-icon-piechart:before{content:"\e7a0";}
.ui-icon-setting:before{content:"\e7a1";}
.ui-icon-eye:before{content:"\e7a2";}
.ui-icon-location:before{content:"\e7a3";}
.ui-icon-export:before{content:"\e7a5";}
.ui-icon-save:before{content:"\e7a6";}
.ui-icon-Import:before{content:"\e7a7";}
.ui-icon-appstore:before{content:"\e7a8";}
.ui-icon-adduser:before{content:"\e7ae";}
.ui-icon-deleteteam:before{content:"\e7af";}
.ui-icon-deleteuser:before{content:"\e7b0";}
.ui-icon-addteam:before{content:"\e7b1";}
.ui-icon-user:before{content:"\e7b2";}
.ui-icon-team:before{content:"\e7b3";}
.ui-icon-areachart:before{content:"\e7b4";}
.ui-icon-linechart:before{content:"\e7b5";}
.ui-icon-barchart:before{content:"\e7b6";}
.ui-icon-pointmap:before{content:"\e7b7";}
.ui-icon-container:before{content:"\e7b8";}
.ui-icon-database:before{content:"\e7b9";}
.ui-icon-sever:before{content:"\e7ba";}
.ui-icon-mobile:before{content:"\e7bb";}
.ui-icon-tablet:before{content:"\e7bc";}
.ui-icon-redenvelope:before{content:"\e7bd";}
.ui-icon-book:before{content:"\e7be";}
.ui-icon-filedone:before{content:"\e7bf";}
.ui-icon-reconciliation:before{content:"\e7c0";}
.ui-icon-file-exception:before{content:"\e7c1";}
.ui-icon-filesync:before{content:"\e7c2";}
.ui-icon-filesearch:before{content:"\e7c3";}
.ui-icon-solution:before{content:"\e7c4";}
.ui-icon-fileprotect:before{content:"\e7c5";}
.ui-icon-file-add:before{content:"\e7c6";}
.ui-icon-file-excel:before{content:"\e7c7";}
.ui-icon-file-exclamation:before{content:"\e7c8";}
.ui-icon-file-pdf:before{content:"\e7c9";}
.ui-icon-file-image:before{content:"\e7ca";}
.ui-icon-file-markdown:before{content:"\e7cb";}
.ui-icon-file-unknown:before{content:"\e7cc";}
.ui-icon-file-ppt:before{content:"\e7cd";}
.ui-icon-file-word:before{content:"\e7ce";}
.ui-icon-file:before{content:"\e7cf";}
.ui-icon-file-zip:before{content:"\e7d0";}
.ui-icon-file-text:before{content:"\e7d1";}
.ui-icon-file-copy:before{content:"\e7d2";}
.ui-icon-snippets:before{content:"\e7d3";}
.ui-icon-audit:before{content:"\e7d4";}
.ui-icon-diff:before{content:"\e7d5";}
.ui-icon-Batchfolding:before{content:"\e7d6";}
.ui-icon-securityscan:before{content:"\e7d7";}
.ui-icon-propertysafety:before{content:"\e7d8";}
.ui-icon-safetycertificate:before{content:"\e7d9";}
.ui-icon-alert:before{content:"\e7db";}
.ui-icon-delete:before{content:"\e7dc";}
.ui-icon-bulb:before{content:"\e7de";}
.ui-icon-bell:before{content:"\e7e0";}
.ui-icon-trophy:before{content:"\e7e1";}
.ui-icon-rest:before{content:"\e7e2";}
.ui-icon-USB:before{content:"\e7e3";}
.ui-icon-skin:before{content:"\e7e4";}
.ui-icon-home:before{content:"\e7e5";}
.ui-icon-bank:before{content:"\e7e6";}
.ui-icon-filter:before{content:"\e7e7";}
.ui-icon-funnelplot:before{content:"\e7e8";}
.ui-icon-like:before{content:"\e7e9";}
.ui-icon-unlike:before{content:"\e7ea";}
.ui-icon-unlock:before{content:"\e7eb";}
.ui-icon-lock:before{content:"\e7ec";}
.ui-icon-customerservice:before{content:"\e7ed";}
.ui-icon-flag:before{content:"\e7ee";}
.ui-icon-moneycollect:before{content:"\e7ef";}
.ui-icon-medicinebox:before{content:"\e7f0";}
.ui-icon-shop:before{content:"\e7f1";}
.ui-icon-rocket:before{content:"\e7f2";}
.ui-icon-shopping:before{content:"\e7f3";}
.ui-icon-folder:before{content:"\e7f4";}
.ui-icon-folder-open:before{content:"\e7f5";}
.ui-icon-folder-add:before{content:"\e7f6";}
.ui-icon-deploymentunit:before{content:"\e7f7";}
.ui-icon-accountbook:before{content:"\e7f8";}
.ui-icon-contacts:before{content:"\e7f9";}
.ui-icon-carryout:before{content:"\e7fa";}
.ui-icon-calendar-check:before{content:"\e7fb";}
.ui-icon-calendar:before{content:"\e7fc";}
.ui-icon-scan:before{content:"\e7fd";}
.ui-icon-select:before{content:"\e7fe";}
.ui-icon-laptop:before{content:"\e7ff";}
.ui-icon-barcode:before{content:"\e800";}
.ui-icon-camera:before{content:"\e801";}
.ui-icon-cluster:before{content:"\e802";}
.ui-icon-car:before{content:"\e803";}
.ui-icon-printer:before{content:"\e804";}
.ui-icon-read:before{content:"\e805";}
.ui-icon-cloud-server:before{content:"\e806";}
.ui-icon-cloud-upload:before{content:"\e807";}
.ui-icon-cloud:before{content:"\e808";}
.ui-icon-cloud-download:before{content:"\e809";}
.ui-icon-cloud-sync:before{content:"\e80a";}
.ui-icon-video:before{content:"\e80b";}
.ui-icon-notification:before{content:"\e80c";}
.ui-icon-sound:before{content:"\e80d";}
.ui-icon-qrcode:before{content:"\e80f";}
.ui-icon-fund:before{content:"\e810";}
.ui-icon-image:before{content:"\e811";}
.ui-icon-mail:before{content:"\e812";}
.ui-icon-table:before{content:"\e813";}
.ui-icon-idcard:before{content:"\e814";}
.ui-icon-creditcard:before{content:"\e815";}
.ui-icon-heart:before{content:"\e816";}
.ui-icon-heart-fill:before{content:"\e849";}
.ui-icon-block:before{content:"\e817";}
.ui-icon-error:before{content:"\e818";}
.ui-icon-star:before{content:"\e819";}
.ui-icon-gold:before{content:"\e81a";}
.ui-icon-wifi:before{content:"\e81b";}
.ui-icon-attachment:before{content:"\e81c";}
.ui-icon-edit:before{content:"\e791";}
.ui-icon-key:before{content:"\e81e";}
.ui-icon-api:before{content:"\e81f";}
.ui-icon-disconnect:before{content:"\e820";}
.ui-icon-link:before{content:"\e822";}
.ui-icon-pushpin:before{content:"\e824";}
.ui-icon-shake:before{content:"\e826";}
.ui-icon-tag:before{content:"\e827";}
.ui-icon-tags:before{content:"\e829";}
.ui-icon-right:before{content:"\e82a";}
.ui-icon-left:before{content:"\e82b";}
.ui-icon-up:before{content:"\e82c";}
.ui-icon-down:before{content:"\e82d";}
.ui-icon-fullscreen:before{content:"\e82e";}
.ui-icon-fullscreen-exit:before{content:"\e82f";}
.ui-icon-check:before{content:"\e830";}
.ui-icon-close:before{content:"\e831";}
.ui-icon-line:before{content:"\e832";}
.ui-icon-question:before{content:"\e833";}
.ui-icon-rollback:before{content:"\e834";}
.ui-icon-pause:before{content:"\e835";}
.ui-icon-crown:before{content:"\e842";}
.ui-icon-drag:before{content:"\e843";}
.ui-icon-desktop:before{content:"\e844";}
.ui-icon-gift:before{content:"\e845";}
.ui-icon-stop:before{content:"\e846";}
.ui-icon-fire:before{content:"\e847";}
.ui-icon-thunderbolt:before{content:"\e848";}
.ui-icon-star-fill:before{content:"\e86a";}
.ui-icon-android:before{content:"\e887";}
.ui-icon-sketch:before{content:"\e888";}
.ui-icon-windows:before{content:"\e889";}
.ui-icon-zoomout:before{content:"\e897";}
.ui-icon-apartment:before{content:"\e898";}
.ui-icon-audio:before{content:"\e899";}
.ui-icon-robot:before{content:"\e89b";}
.ui-icon-zoomin:before{content:"\e89c";}
.ui-icon-bug:before{content:"\e8ea";}
.ui-icon-comment:before{content:"\e8eb";}
.ui-icon-videocameraadd:before{content:"\e8ee";}
.ui-icon-switchuser:before{content:"\e8ef";}
.ui-icon-whatsapp:before{content:"\e8f0";}
.ui-icon-search:before{content:"\e8f1";}
.ui-icon-retweet:before{content:"\e8f2";}
.ui-icon-login:before{content:"\e8f3";}
.ui-icon-coupons:before{content:"\e6ed";}
.ui-icon-plus:before{content:"\e8fe";}
.ui-icon-doubleleft:before{content:"\e80e";}
.ui-icon-doubleright:before{content:"\e821";}
.ui-icon-pay:before{content:"\e656";}
.ui-icon-refund:before{content:"\e631";}
.ui-icon-return:before{content:"\e6cf";}
.ui-icon-shipped:before{content:"\e708";}
.ui-icon-post:before{content:"\e62f";}
.ui-icon-receive:before{content:"\e62d";}
.ui-icon-evaluate:before{content:"\e61f";}
.ui-icon-tuan:before{content:"\e618";}
.ui-icon-limit:before{content:"\e6f8";}
.ui-icon-brand:before{content:"\e671";}
.ui-icon-coupon:before{content:"\e625";}
.ui-icon-share:before{content:"\e617";}
.ui-icon-long-arrow-right:before{content:"\e7da";}
.ui-icon-external:before{content:"\e622";}
.ui-icon-square:before{content:"\e839";}
.ui-icon-cube:before{content:"\e6b8";}
.ui-icon-box:before{content:"\e769";}
.ui-icon-html5:before{content:"\eb10";}