@charset "utf-8";

html {
	-webkit-tap-highlight-color: transparent
}

body {
	overflow-x: hidden;
	font-family: '微软雅黑',Arial,'Hiragino Sans GB','WenQuanYi Micro Hei','\5fae\8f6f\96c5\9ed1',SimSun,sans-serif;
	font-size: 14px;
	line-height: 1.7;
	min-width: 1200px;
	color: #282828;
	background: #fff
}

body,dd,dl,form,h1,h2,h3,h4,ol,p,ul {
	margin: 0
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	border: 0
}

ul {
	padding-left: 0;
	list-style-type: none
}

em,i {
	font-style: normal
}

big {
	font-size: 16px
}

small {
	font-size: 12px
}

a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
	color: inherit;
	outline: 0
}

a:hover {
	color: #ec443d
}

article,aside,audio,canvas,dialog,figure,footer,header,menu,nav,progress,section,video {
	display: block
}

input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	outline: 0
}

input[type=checkbox],input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],select[size] {
	height: auto
}

input[type=checkbox]:focus,input[type=radio]:focus,input[type=file]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input[type=submit] {
	cursor: pointer
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.5;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

table {
	border-spacing: 0;
	background-color: transparent
}

td,th {
	padding: 0
}

@-ms-viewport {
	width:device-width
}

::-moz-selection {
	color: #fff;
	background: #ec443d
}

::selection {
	color: #fff;
	background: #ec443d
}

::-webkit-input-placeholder {
	color: #aaa
}

.placeholder {
	color: #aaa
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	font-family: inherit;
	font-weight: 500;
	color: inherit
}

.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto
}

.fix:after,.fix:before {
	display: table;
	clear: both;
	content: ''
}

.oh {
	overflow: hidden
}

.l {
	float: left
}

.r {
	float: right
}

.dib {
	display: inline-block
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.el {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.justify {
	overflow: hidden;
	text-align: justify!important
}

.justify:after {
	content: ' 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888'
}

.hide {
	display: none
}

.hidetext {
	font: 0/0 a;
	letter-spacing: -9px
}

.arr {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0
}

.opc0 {
	opacity: 0;
	filter: alpha(opacity=0)
}

.scrollbar,.scrollbar-dark {
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch
}

.scrollbar::-webkit-scrollbar {
	position: absolute;
	width: 10px;
	margin-left: -10px;
	-webkit-appearance: none
}

.scrollbar::-webkit-scrollbar-track {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #eee
}

.scrollbar::-webkit-scrollbar-thumb {
	height: 50px;
	border-width: 1px 2px;
	border-style: solid;
	border-color: transparent;
	background-color: #ccc;
	background-clip: content-box
}

.scrollbar-dark::-webkit-scrollbar-track {
	border-right: 1px solid #2c3334;
	border-left: 1px solid #2c3334;
	background-color: #444d50
}

.scrollbar-dark::-webkit-scrollbar-thumb {
	background-color: #212526
}

.badge {
	display: inline-block;
	position: relative;
	line-height: 1;
	vertical-align: middle
}

.badge-count {
	position: absolute;
	z-index: 90;
	top: -10px;
	right: -18px;
	font-size: 12px;
	line-height: 18px;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border: 0;
	border-radius: 10px;
	background: #CB4042;
	box-shadow: 0 0 0 1px #fff
}

.badge-dot {
	position: absolute;
	z-index: 90;
	top: -4px;
	right: -4px;
	width: 8px;
	height: 8px;
	transform-origin: 0 center;
	border-radius: 100%;
	background: #CB4042;
	box-shadow: 0 0 0 1px #fff
}

.badge-count-alone {
	display: block;
	position: relative;
	top: auto;
	right: 0
}

.badge-primary .badge-count,.badge-primary .badge-dot {
	background: #ec443d
}

.badge-auxiliary .badge-count,.badge-auxiliary .badge-dot {
	background: #b10000
}

.badge-info .badge-count,.badge-info .badge-dot {
	background: #4fcbf0
}

.badge-success .badge-count,.badge-success .badge-dot {
	background: #25ae88
}

.badge-warning .badge-count,.badge-warning .badge-dot {
	background: #F05E1C
}

.bread {
	font-size: 14px;
	color: #333
}

.bread>.bread-sep {
	margin: 0 .5em;
	color: #dbdbdb
}

.bread>span.bread-link {
	font-weight: 700
}

.btn {
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	box-sizing: border-box;
	touch-action: manipulation;
	min-width: 4em;
	border-radius: 4px;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 0;
	padding: 0 1em
}

.btn>.ion {
	vertical-align: middle;
	font-size: 1.1em
}

.btn.active,.btn:active {
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=65)
}

.btn-default {
	color: #333;
	border-color: #e8e9eb;
	background-color: #eee
}

.btn-default.active,.btn-default:active {
	color: #fff;
	border-color: #eee;
	background-color: #dbdbdb
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active {
	border-color: #e8e9eb;
	background-color: #fff
}

.btn-primary,.btn-primary:hover {
	color: #fff;
	background-color: #ec443d
}

.btn-primary.active,.btn-primary:active {
	color: #fff;
	border-color: #c41a13;
	background-color: #c41a13
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active {
	border-color: #ec443d;
	background-color: #ec443d
}

.btn-auxiliary,.btn-auxiliary:hover {
	color: #fff;
	background-color: #b10000
}

.btn-auxiliary.active,.btn-auxiliary:active {
	color: #fff;
	border-color: #5f0000;
	background-color: #5f0000
}

.btn-auxiliary.disabled,.btn-auxiliary.disabled.active,.btn-auxiliary.disabled:active,.btn-auxiliary[disabled],.btn-auxiliary[disabled].active,.btn-auxiliary[disabled]:active,fieldset[disabled] .btn-auxiliary,fieldset[disabled] .btn-auxiliary.active,fieldset[disabled] .btn-auxiliary:active {
	border-color: #b10000;
	background-color: #b10000
}

.btn-success,.btn-success:hover {
	color: #fff;
	background-color: #25ae88
}

.btn-success.active,.btn-success:active {
	color: #fff;
	border-color: #176b53;
	background-color: #176b53
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active {
	border-color: #25ae88;
	background-color: #25ae88
}

.btn-info,.btn-info:hover {
	color: #fff;
	background-color: #4fcbf0
}

.btn-info.active,.btn-info:active {
	color: #fff;
	border-color: #13addb;
	background-color: #13addb
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active {
	border-color: #4fcbf0;
	background-color: #4fcbf0
}

.btn-warning,.btn-warning:hover {
	color: #fff;
	background-color: #F05E1C
}

.btn-warning.active,.btn-warning:active {
	color: #fff;
	border-color: #af3e0c;
	background-color: #af3e0c
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active {
	border-color: #e8e9eb;
	background-color: #F05E1C
}

.btn-danger,.btn-danger:hover {
	color: #fff;
	background-color: #CB4042
}

.btn-danger.active,.btn-danger:active {
	color: #fff;
	border-color: #922829;
	background-color: #922829
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active {
	border-color: #CB4042;
	background-color: #CB4042
}

.btn-link {
	background-color: transparent;
	font-weight: 400;
	color: #ec443d;
	padding: 0;
	white-space: normal
}

.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link.active,.btn-link:active {
	text-decoration: underline;
	color: #c41a13;
	border-color: transparent
}

.btn-lg {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	min-width: 7em
}

.btn-sm {
	font-size: 12px;
	height: 25px;
	line-height: 25px
}

.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0
}

.btn-block+.btn-block {
	margin-top: 7px
}

.btn .jon,.form-mark .jon {
	line-height: 1.2;
	margin: 0;
	vertical-align: baseline
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
	width: 100%
}

.btn-ghost,.btn-ghost:hover {
	background: 0 0;
	border-color: inherit;
	border: 1px solid transparent
}

.btn-ghost.btn-default {
	border-color: #eee
}

.btn-ghost.btn-primary {
	border-color: #ec443d
}

.btn-ghost.btn-primary:hover {
	background-color: #ec443d;
	color: #fff
}

.btn-ghost.btn-primary:active {
	background-color: #c41a13;
	border-color: #c41a13
}

.btn-ghost.btn-auxiliary {
	border-color: #b10000
}

.btn-ghost.btn-auxiliary:hover {
	background-color: #b10000;
	color: #fff
}

.btn-ghost.btn-auxiliary:active {
	background-color: #5f0000;
	border-color: #5f0000
}

.btn-ghost.btn-success {
	border-color: #25ae88
}

.btn-ghost.btn-success:hover {
	background-color: #25ae88;
	color: #fff
}

.btn-ghost.btn-success:active {
	background-color: #176b53;
	border-color: #176b53
}

.btn-ghost.btn-info {
	border-color: #4fcbf0
}

.btn-ghost.btn-info:hover {
	background-color: #4fcbf0;
	color: #fff
}

.btn-ghost.btn-info:active {
	background-color: #13addb;
	border-color: #13addb
}

.btn-ghost.btn-warning {
	border-color: #F05E1C
}

.btn-ghost.btn-warning:hover {
	background-color: #F05E1C;
	color: #fff
}

.btn-ghost.btn-warning:active {
	background-color: #af3e0c;
	border-color: #af3e0c
}

.btn-ghost.btn-danger {
	border-color: #CB4042
}

.btn-ghost.btn-danger:hover {
	background-color: #CB4042;
	color: #fff
}

.btn-ghost.btn-danger:active {
	background-color: #922829;
	border-color: #922829
}

.btn-link.btn-ghost {
	padding-left: 1em;
	padding-right: 1em
}

.btn-link.btn-ghost:hover {
	color: #c41a13;
	border-color: #c41a13
}

.btn-ghost.btn-sm,.btn-ghost.btn-sm:hover {
	line-height: 23px
}

.btn-ghost,.btn-ghost:hover {
	line-height: 30px
}

.btn-ghost.btn-lg,.btn-ghost.btn-lg:hover {
	line-height: 38px
}

.card {
	display: block;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	transition: all .2s ease-in-out;
	border-radius: 4px;
	background: #fff
}

.card:hover {
	border-color: #eee;
	box-shadow: 0 1px 6px rgba(0,0,0,.2)
}

.card-shadow {
	border-color: #eee;
	box-shadow: 0 1px 6px rgba(0,0,0,.2)
}

.card-bordered {
	border: 1px solid #e8e9eb
}

.card-head {
	position: relative;
	line-height: 1;
	line-height: 32px;
	height: 32px;
	padding: 4px 21px;
	border-bottom: 1px solid #e8e9eb;
	color: #555
}

.card-title {
	font-weight: 700;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis
}

.card-extra {
	position: absolute;
	top: 4px;
	right: 21px
}

.card-body {
	padding: 21px
}

.card-foot {
	padding: 4px 21px;
	background-color: #eee;
	border-top: 1px solid #e8e9eb;
	overflow: hidden
}

.card.card-primary .card-foot,.card.card-primary .card-head {
	background: #ec443d;
	color: #fff;
	border-color: #c41a13
}

.card.card-primary.card-inverse .card-foot,.card.card-primary.card-inverse .card-head {
	background: #c41a13;
	border-color: #ec443d
}

.card.card-primary.card-inverse .card-body {
	background: #ec443d;
	color: #fff
}

.card.card-auxiliary .card-foot,.card.card-auxiliary .card-head {
	background: #b10000;
	color: #fff;
	border-color: #5f0000
}

.card.card-auxiliary.card-inverse .card-foot,.card.card-auxiliary.card-inverse .card-head {
	background: #5f0000;
	border-color: #b10000
}

.card.card-auxiliary.card-inverse .card-body {
	background: #b10000;
	color: #fff
}

.card.card-info .card-foot,.card.card-info .card-head {
	background: #4fcbf0;
	color: #fff;
	border-color: #13addb
}

.card.card-info.card-inverse .card-foot,.card.card-info.card-inverse .card-head {
	background: #13addb;
	border-color: #4fcbf0
}

.card.card-info.card-inverse .card-body {
	background: #4fcbf0;
	color: #fff
}

.card.card-success .card-foot,.card.card-success .card-head {
	background: #25ae88;
	color: #fff;
	border-color: #176b53
}

.card.card-success.card-inverse .card-foot,.card.card-success.card-inverse .card-head {
	background: #176b53;
	border-color: #25ae88
}

.card.card-success.card-inverse .card-body {
	background: #25ae88;
	color: #fff
}

.card.card-warning .card-foot,.card.card-warning .card-head {
	background: #F05E1C;
	color: #fff;
	border-color: #af3e0c
}

.card.card-warning.card-inverse .card-foot,.card.card-warning.card-inverse .card-head {
	background: #af3e0c;
	border-color: #F05E1C
}

.card.card-warning.card-inverse .card-body {
	background: #F05E1C;
	color: #fff
}

.card.card-danger .card-foot,.card.card-danger .card-head {
	background: #CB4042;
	color: #fff;
	border-color: #922829
}

.card.card-danger.card-inverse .card-foot,.card.card-danger.card-inverse .card-head {
	background: #922829;
	border-color: #CB4042
}

.card.card-danger.card-inverse .card-body {
	background: #CB4042;
	color: #fff
}

.text-999 {
	color: #999
}

.text-666 {
	color: #666
}

.text-muted {
	color: #dbdbdb
}

.text-black {
	color: #000
}

.text-light {
	color: #fff
}

.btn-ghost.btn-primary,.text-primary {
	color: #ec443d
}

a.text-primary:hover {
	color: #c41a13
}

.btn-ghost.btn-auxiliary,.text-auxiliary {
	color: #b10000
}

a.text-auxiliary:hover {
	color: #5f0000
}

.btn-ghost.btn-success,.text-success {
	color: #25ae88
}

a.text-success:hover {
	color: #176b53
}

.btn-ghost.btn-info,.text-info {
	color: #4fcbf0
}

a.text-info:hover {
	color: #13addb
}

.btn-ghost.btn-warning,.text-warning {
	color: #F05E1C
}

a.text-warning:hover {
	color: #af3e0c
}

.btn-ghost.btn-danger,.text-danger {
	color: #CB4042
}

a.text-danger:hover {
	color: #922829
}

.bg-black {
	background-color: #000
}

.bg-light {
	background-color: #fff
}

.bg-gray-light {
	background-color: #dbdbdb
}

.bg-gray-lighter {
	background-color: #eee
}

.bg-primary {
	color: #fff;
	background-color: #ec443d
}

a.bg-primary:hover {
	background-color: #c41a13
}

.bg-auxiliary {
	color: #fff;
	background-color: #b10000
}

a.bg-auxiliary:hover {
	background-color: #5f0000
}

.bg-muted {
	background: #eee
}

.bg-success {
	color: #fff;
	background-color: #25ae88
}

a.bg-success:hover {
	background-color: #176b53
}

.bg-info {
	color: #fff;
	background-color: #4fcbf0
}

a.bg-info:hover {
	background-color: #13addb
}

.bg-warning {
	color: #fff;
	background-color: #F05E1C
}

a.bg-warning:hover {
	background-color: #af3e0c
}

.bg-danger {
	color: #fff;
	background-color: #CB4042
}

a.bg-danger:hover {
	background-color: #922829
}

.dl dt {
	font-weight: 700;
	padding: .2em .5em
}

.dl dd {
	padding: .2em .5em
}

.dl-table dt {
	float: left;
	clear: left;
	overflow: hidden;
	width: 10em;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	white-space: nowrap;
	text-overflow: ellipsis
}

.dl-table dd {
	margin-left: 11em;
	padding-left: 0;
	padding-right: 0
}

.flex-col {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column
}

.flex-row {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0
}

.flex-2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	min-width: 0
}

.flex-3 {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
	min-width: 0
}

.flex-4 {
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4;
	min-width: 0
}

.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.justify-center {
	-webkit-box-pack: center;
	-ms-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.form-control {
	line-height: 32px;
	height: 32px;
	padding: 0 8px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	transition: border-color ease-in-out .1s;
	color: #555;
	border: 1px solid #e8e9eb;
	background: #fff;
	border-radius: 4px
}

.form-control:focus {
	border-color: #ec443d;
	outline: 0
}

.form-control-blank {
	border-width: 0 0 1px 0;
	background: 0 0;
	border-radius: 0
}

.form-control-blank:focus {
	box-shadow: none
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	opacity: 1;
	background-color: #eee
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

select.form-control {
	min-width: 4em
}

input[type=search] {
	appearance: none
}

textarea.form-control {
	height: 119px;
	line-height: 1.7
}

textarea.input-lg {
	height: 217.6px;
	font-size: 16px
}

textarea.input-sm {
	height: 61.2px;
	font-size: 12px
}

.form-group {
	margin-bottom: 16.8px
}

.checkbox,.radio {
	position: relative;
	display: block;
	line-height: normal;
	padding-left: 20px;
	margin-top: 16.8px;
	margin-bottom: 16.8px;
	cursor: pointer
}

.checkbox+.checkbox,.radio+.radio {
	margin-top: -8.4px
}

.form-group .checkbox,.form-group .radio {
	margin-top: 0;
	margin-bottom: 0
}

.checkbox input[type=checkbox],.radio input[type=radio] {
	float: left;
	margin-left: -20px
}

.checkbox-inline,.form-inline .checkbox,.form-inline .radio,.radio-inline {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle
}

.checkbox-inline+.checkbox-inline,.form-inline .checkbox+.checkbox,.form-inline .radio+.radio,.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 8px
}

.checkbox.disabled,.radio.disabled,fieldset[disabled] .checkbox,fieldset[disabled] .radio,input[type=checkbox][disabled],input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox.runtime input[type=checkbox],.radio.runtime input[type=radio] {
	visibility: hidden
}

.checkbox.runtime:after,.checkbox.runtime:before,.radio.runtime:after,.radio.runtime:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0
}

.checkbox.runtime:before,.radio.runtime:before {
	top: 50%;
	width: 14px;
	height: 14px;
	margin: -8px 4px 0 0;
	border: 1px solid #d7dde4;
	border-radius: 2px;
	background: #fff
}

.checkbox.runtime:after {
	top: 50%;
	left: 5px;
	width: 4px;
	height: 8px;
	margin-top: -6px;
	transition: transform .2s ease-in-out;
	transform: rotate(0) scale(0);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.checkbox.checked.runtime:before {
	border-color: #ec443d;
	background-color: #ec443d
}

.checkbox.checked.runtime:after {
	transform: rotate(45deg) scale(1)
}

.radio.runtime:before {
	border-radius: 8px;
	border-color: #ec443d
}

.radio.disabled:before {
	border-color: #d7dde4
}

.radio.runtime:after {
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #ec443d;
	margin-top: -4px;
	transition: transform .2s ease-in-out;
	transform: rotate(0) scale(0);
	visibility: hidden
}

.radio.checked.runtime:after {
	transform: rotate(0) scale(1);
	visibility: visible
}

.form-control-static {
	height: 32px;
	line-height: 32px
}

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.help-block {
	display: block;
	margin-top: 8px;
	margin-bottom: 11.9px;
	color: #dbdbdb
}

.form-mark {
	display: inline-block;
	margin: 0 .3em;
	color: #CB4042;
	vertical-align: text-top;
	line-height: normal
}

big.form-mark {
	font-size: 1.5em
}

.input-sm {
	font-size: 12px;
	height: 25px;
	line-height: 25px
}

.form-group-sm .form-control {
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	padding: 5px 8px
}

.form-group-sm .form-control-static {
	font-size: 12px;
	line-height: 25px;
	height: 25px;
	min-height: 25px;
	padding: 5px 8px
}

.input-lg {
	font-size: 16px;
	line-height: 40px;
	height: 40px
}

.form-group-lg .form-control {
	font-size: 16px;
	height: 40px;
	padding: 4.33px 8px
}

.form-group-lg .form-control-static {
	font-size: 16px;
	line-height: 1.3333333;
	height: 40px;
	min-height: 32px;
	padding: 8px 16px
}

.form-group-lg textarea.form-control {
	height: inherit
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 32px
}

.has-feedback .input-group .form-control {
	padding-right: 0
}

.form-group .form-control-feedback {
	line-height: 32px;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none
}

.has-feedback .input-group .form-control {
	padding-left: 32px
}

.form-group-lg .form-control-feedback,.input-lg+.form-control-feedback {
	line-height: 40px;
	width: 40px;
	height: 40px
}

.form-group-sm .form-control-feedback,.input-sm+.form-control-feedback {
	line-height: 25px;
	width: 25px;
	height: 25px
}

.has-feedback .form-control-feedback {
	right: 2%
}

.has-primary .checkbox,.has-primary .control-label,.has-primary .help-block,.has-primary .radio {
	color: #ec443d
}

.has-primary .form-control {
	border-color: #ec443d
}

.has-primary .form-control:focus {
	border-color: #c41a13
}

.has-primary .input-group-addon {
	color: #fff;
	border-color: #ec443d;
	background-color: #ec443d
}

.has-primary .form-control-feedback {
	color: #ec443d
}

.has-auxiliary .checkbox,.has-auxiliary .control-label,.has-auxiliary .help-block,.has-auxiliary .radio {
	color: #b10000
}

.has-auxiliary .form-control {
	border-color: #b10000
}

.has-auxiliary .form-control:focus {
	border-color: #5f0000
}

.has-auxiliary .input-group-addon {
	color: #fff;
	border-color: #b10000;
	background-color: #b10000
}

.has-auxiliary .form-control-feedback {
	color: #b10000
}

.has-info .checkbox,.has-info .control-label,.has-info .help-block,.has-info .radio {
	color: #4fcbf0
}

.has-info .form-control {
	border-color: #4fcbf0
}

.has-info .form-control:focus {
	border-color: #13addb
}

.has-info .input-group-addon {
	color: #fff;
	border-color: #4fcbf0;
	background-color: #4fcbf0
}

.has-info .form-control-feedback {
	color: #4fcbf0
}

.has-success .checkbox,.has-success .control-label,.has-success .help-block,.has-success .radio {
	color: #25ae88
}

.has-success .form-control {
	border-color: #25ae88
}

.has-success .form-control:focus {
	border-color: #176b53
}

.has-success .input-group-addon {
	color: #fff;
	border-color: #25ae88;
	background-color: #25ae88
}

.has-success .form-control-feedback {
	color: #25ae88
}

.has-warning .checkbox,.has-warning .control-label,.has-warning .help-block,.has-warning .radio {
	color: #F05E1C
}

.has-warning .form-control {
	border-color: #F05E1C
}

.has-warning .form-control:focus {
	border-color: #af3e0c
}

.has-warning .input-group-addon {
	color: #F05E1C;
	border-color: #F05E1C;
	background-color: #F05E1C
}

.has-warning .form-control-feedback {
	color: #F05E1C
}

.has-danger .checkbox,.has-danger .control-label,.has-danger .help-block,.has-danger .radio {
	color: #CB4042
}

.has-danger .form-control {
	border-color: #CB4042
}

.has-danger .form-control:focus {
	border-color: #922829
}

.has-danger .input-group-addon {
	color: #CB4042;
	border-color: #CB4042;
	background-color: #CB4042
}

.has-danger .form-control-feedback {
	color: #CB4042
}

.form-inline .form-group .help-block {
	display: inline-block;
	margin: 0 1em;
	vertical-align: middle
}

.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle
}

.form-inline .form-control-static {
	display: inline-block;
	margin: 0 1em
}

.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
	width: auto
}

.form-inline .input-group .form-control,.form-inline .input-group .input-group-btn {
	width: auto
}

.form-inline .input-group>.form-control {
	width: 100%
}

.form-inline .control-label {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	min-width: 5em
}

.form-inline .has-feedback .form-control-feedback {
	top: 0
}

.control-label {
	margin-bottom: 0;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: right
}

.form-group-lg .control-label {
	font-size: 16px;
	height: 40px;
	line-height: 40px
}

.form-group-sm .control-label {
	font-size: 12px;
	height: 25px;
	line-height: 25px
}

.input-group {
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	font-size: 16px;
	line-height: 1.3333333;
	height: 40px;
	padding: 8px 16px
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	font-size: 12px;
	line-height: 1.5;
	height: 25px;
	padding: 0 8px
}

.input-group-sm>.input-group-addon {
	width: 25px;
	height: 23px;
	padding: 0
}

.input-group-lg>.input-group-addon {
	height: 38px;
	padding-top: 0;
	padding-bottom: 0
}

.input-group-addon {
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	background-color: #eee;
	color: #555;
	border: 1px solid #e8e9eb;
	border-left-width: 0;
	border-right-width: 0;
	min-width: 32px;
	box-sizing: content-box;
	height: 30px;
	line-height: 30px;
	border-right-width: 1px\9
}

.input-group-addon.noborder {
	border: 0
}

.input-group-lg>.input-group-addon.noborder {
	padding: 0
}

.input-group .form-control,.input-group-addon,.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon .btn {
	vertical-align: top
}

.input-group-addon,.input-group-btn {
	vertical-align: middle;
	white-space: nowrap
}

.input-group-addon.input-sm {
	font-size: 12px;
	padding: 5px 8px
}

.input-group-addon.input-lg {
	font-size: 16px;
	padding: 8px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn>.btn:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-left-width: 1px
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn>.btn:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-right-width: 1px
}

.input-group-addon:last-child .btn {
	border-radius: 0 4px 4px 0
}

.input-group-btn {
	font-size: 14px;
	position: relative;
	white-space: nowrap;
	font-size: 0
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn {
	margin-right: -1px
}

.input-group-btn:last-child>.btn {
	margin-left: -1px
}

.row {
	display: block;
	width: 102%;
	transition: .2s width ease
}

.row:after,.row:before {
	display: table;
	clear: both;
	content: ''
}

.row>[class*=span-] {
	float: left;
	margin-right: 2%
}

.row>.span-1 {
	width: 6.33333333%
}

.row>.span-2 {
	width: 14.66666667%
}

.row>.span-3 {
	width: 23%
}

.row>.span-4 {
	width: 31.33333333%
}

.row>.span-5 {
	width: 39.66666667%
}

.row>.span-6 {
	width: 48%
}

.row>.span-7 {
	width: 56.33333333%
}

.row>.span-8 {
	width: 64.66666667%
}

.row>.span-9 {
	width: 73%
}

.row>.span-10 {
	width: 81.33333333%
}

.row>.span-11 {
	width: 89.66666667%
}

.row>.span-12 {
	width: 98%
}

.full-row {
	width: 100%;
	transition: .2s width ease
}

.full-row:after,.full-row:before {
	display: table;
	clear: both;
	content: ''
}

.full-row>[class*=span] {
	float: left
}

.full-row>.span-1 {
	width: 8.33333333%
}

.full-row>.span-2 {
	width: 16.66666667%
}

.full-row>.span-3 {
	width: 25%
}

.full-row>.span-4 {
	width: 33.33333333%
}

.full-row>.span-5 {
	width: 41.66666667%
}

.full-row>.span-6 {
	width: 50%
}

.full-row>.span-7 {
	width: 58.33333333%
}

.full-row>.span-8 {
	width: 66.66666667%
}

.full-row>.span-9 {
	width: 75%
}

.full-row>.span-10 {
	width: 83.33333333%
}

.full-row>.span-11 {
	width: 91.66666667%
}

.full-row>.span-12 {
	width: 100%
}

.full-row>.pull-right,.row>.pull-right {
	float: right
}

.row>.center {
	position: relative;
	left: -1%;
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}

.full-row>.center {
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}

.pull-left-1 {
	position: relative;
	left: -8.33333333%
}

.pull-left-2 {
	position: relative;
	left: -16.66666667%
}

.pull-left-3 {
	position: relative;
	left: -25%
}

.pull-left-4 {
	position: relative;
	left: -33.33333333%
}

.pull-left-5 {
	position: relative;
	left: -41.66666667%
}

.pull-left-6 {
	position: relative;
	left: -50%
}

.pull-left-7 {
	position: relative;
	left: -58.33333333%
}

.pull-left-8 {
	position: relative;
	left: -66.66666667%
}

.pull-left-9 {
	position: relative;
	left: -75%
}

.pull-left-10 {
	position: relative;
	left: -83.33333333%
}

.pull-left-11 {
	position: relative;
	left: -91.66666667%
}

.pull-left-12 {
	position: relative;
	left: -100%
}

.pull-right-1 {
	position: relative;
	left: 8.33333333%
}

.pull-right-2 {
	position: relative;
	left: 16.66666667%
}

.pull-right-3 {
	position: relative;
	left: 25%
}

.pull-right-4 {
	position: relative;
	left: 33.33333333%
}

.pull-right-5 {
	position: relative;
	left: 41.66666667%
}

.pull-right-6 {
	position: relative;
	left: 50%
}

.pull-right-7 {
	position: relative;
	left: 58.33333333%
}

.pull-right-8 {
	position: relative;
	left: 66.66666667%
}

.pull-right-9 {
	position: relative;
	left: 75%
}

.pull-right-10 {
	position: relative;
	left: 83.33333333%
}

.pull-right-11 {
	position: relative;
	left: 91.66666667%
}

.pull-right-12 {
	position: relative;
	left: 100%
}

@media only screen and (max-device-width:1024px) {
	.row>.midd-1 {
		width: 6.33333333%
	}

	.row>.midd-2 {
		width: 14.66666667%
	}

	.row>.midd-3 {
		width: 23%
	}

	.row>.midd-4 {
		width: 31.33333333%
	}

	.row>.midd-5 {
		width: 39.66666667%
	}

	.row>.midd-6 {
		width: 48%
	}

	.row>.midd-7 {
		width: 56.33333333%
	}

	.row>.midd-8 {
		width: 64.66666667%
	}

	.row>.midd-9 {
		width: 73%
	}

	.row>.midd-10 {
		width: 81.33333333%
	}

	.row>.midd-11 {
		width: 89.66666667%
	}

	.row>.midd-12 {
		width: 98%
	}

	.midd-hide {
		display: none
	}

	.midd-center {
		position: relative;
		left: -1%;
		display: block;
		float: none;
		clear: both;
		margin-right: auto;
		margin-left: auto
	}

	.full-row>.midd-1 {
		width: 8.33333333%
	}

	.full-row>.midd-2 {
		width: 16.66666667%
	}

	.full-row>.midd-3 {
		width: 25%
	}

	.full-row>.midd-4 {
		width: 33.33333333%
	}

	.full-row>.midd-5 {
		width: 41.66666667%
	}

	.full-row>.midd-6 {
		width: 50%
	}

	.full-row>.midd-7 {
		width: 58.33333333%
	}

	.full-row>.midd-8 {
		width: 66.66666667%
	}

	.full-row>.midd-9 {
		width: 75%
	}

	.full-row>.midd-10 {
		width: 83.33333333%
	}

	.full-row>.midd-11 {
		width: 91.66666667%
	}

	.full-row>.midd-12 {
		width: 100%
	}
}

@media only screen and (max-device-width:640px) {
	.row>.smal-1 {
		width: 6.33333333%
	}

	.row>.smal-2 {
		width: 14.66666667%
	}

	.row>.smal-3 {
		width: 23%
	}

	.row>.smal-4 {
		width: 31.33333333%
	}

	.row>.smal-5 {
		width: 39.66666667%
	}

	.row>.smal-6 {
		width: 48%
	}

	.row>.smal-7 {
		width: 56.33333333%
	}

	.row>.smal-8 {
		width: 64.66666667%
	}

	.row>.smal-9 {
		width: 73%
	}

	.row>.smal-10 {
		width: 81.33333333%
	}

	.row>.smal-11 {
		width: 89.66666667%
	}

	.row>.smal-12 {
		width: 98%
	}

	.smal-hide {
		display: none
	}

	.smal-show {
		display: block
	}

	.smal-center {
		position: relative;
		left: -1%;
		display: block;
		float: none;
		clear: both;
		margin-right: auto;
		margin-left: auto
	}[	class*=pull-left-],[class*=pull-right-] {
		right: auto;
		left: auto
	}

	.full-row>.smal-1 {
		width: 8.33333333%
	}

	.full-row>.smal-2 {
		width: 16.66666667%
	}

	.full-row>.smal-3 {
		width: 25%
	}

	.full-row>.smal-4 {
		width: 33.33333333%
	}

	.full-row>.smal-5 {
		width: 41.66666667%
	}

	.full-row>.smal-6 {
		width: 50%
	}

	.full-row>.smal-7 {
		width: 58.33333333%
	}

	.full-row>.smal-8 {
		width: 66.66666667%
	}

	.full-row>.smal-9 {
		width: 75%
	}

	.full-row>.smal-10 {
		width: 83.33333333%
	}

	.full-row>.smal-11 {
		width: 91.66666667%
	}

	.full-row>.smal-12 {
		width: 100%
	}
}

@font-face {
	font-family:flow-icon;src:url(/buildzb/font/iconfont.eot);src:url(/buildzb/font/iconfont.eot?#iefix) format('embedded-opentype'),url(/buildzb/font/iconfont.woff) format('woff'),url(/buildzb/font/iconfont.ttf) format('truetype'),url(/buildzb/font/iconfont.svg#iconfont) format('svg')
}

.ion {
	font-family: flow-icon!important;
	display: inline-block;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle
}

.ico {
	display: inline-block;
	width: 25px;
	height: 25px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	background: url(/buildzb/img/ico.png)
}

.ico:before {
	content: '\3000'
}

.ico1_1 {
	background-position: 0 0
}

.ico1_2 {
	background-position: -25px 0
}

.ico1_3 {
	background-position: -50px 0
}

.ico1_4 {
	background-position: -75px 0
}

.ico1_5 {
	background-position: -100px 0
}

.ico2_1 {
	background-position: 0 -25px
}

.ico2_2 {
	background-position: -25px -25px
}

.ico2_3 {
	background-position: -50px -25px
}

.ico2_4 {
	background-position: -75px -25px
}

.ico2_5 {
	background-position: -100px -25px
}

.ico3_1 {
	background-position: 0 -50px
}

.ico3_2 {
	background-position: -25px -50px
}

.ico3_3 {
	background-position: -50px -50px
}

.ico3_4 {
	background-position: -75px -50px
}

.ico3_5 {
	background-position: -100px -50px
}

.ico4_1 {
	background-position: 0 -75px
}

.ico4_2 {
	background-position: -25px -75px
}

.ico4_3 {
	background-position: -50px -75px
}

.ico4_4 {
	background-position: -75px -75px
}

.ico4_5 {
	background-position: -100px -75px
}

.ico5_1 {
	background-position: 0 -100px
}

.ico5_2 {
	background-position: -25px -100px
}

.ico5_3 {
	background-position: -50px -100px
}

.ico5_4 {
	background-position: -75px -100px
}

.ico5_5 {
	background-position: -100px -100px
}

.items .item {
	display: block;
	position: relative;
	padding: 10px;
	background: #fff;
	border-radius: 4px
}

.item.item-divider {
	color: #dbdbdb
}

.items.bordered {
	border-bottom: 1px solid #e8e9eb
}

.items.bordered .item {
	border-top: 1px solid #e8e9eb;
	border-radius: 0
}

.items .item .ion:first-child {
	color: #555;
	margin-right: 6px
}

.items .item-extra {
	float: right
}

.items .item-extra .badge-count {
	background: #dbdbdb
}

.items .item:hover {
	background-color: #eee
}

.items .item.item-divider:hover {
	background-color: #fff
}

.items .active,.items .active:hover {
	color: #fff;
	background-color: #ec443d
}

.items .active .item-extra .badge-count {
	background: #fff;
	color: inherit
}

.items-inverse .item-extra {
	color: #fff
}

.items-primary .item {
	color: #ec443d
}

.items-inverse .active .item-extra,.items-inverse .item:hover .item-extra,.items-primary .item:hover {
	color: #c41a13
}

.items-primary .active,.items-primary .active:hover {
	color: #fff
}

.items-auxiliary .item {
	color: #b10000
}

.items-auxiliary .item:hover,.items-auxiliary .item:hover .item-extra,.items-auxiliary.items-inverse .active .item-extra {
	color: #5f0000
}

.items-auxiliary .active,.items-auxiliary .active:hover {
	color: #fff;
	background-color: #b10000
}

.items-auxiliary .active .item-extra .badge-count {
	color: #b10000
}

.items-info .item {
	color: #4fcbf0
}

.items-info .item:hover,.items-info .item:hover .item-extra,.items-info.items-inverse .active .item-extra {
	color: #13addb
}

.items-info .active,.items-info .active:hover {
	color: #fff;
	background-color: #4fcbf0
}

.items-info .active .item-extra .badge-count {
	color: #4fcbf0
}

.items-success .item {
	color: #25ae88
}

.items-success .item:hover,.items-success .item:hover .item-extra,.items-success.items-inverse .active .item-extra {
	color: #176b53
}

.items-success .active,.items-success .active:hover {
	color: #fff;
	background-color: #25ae88
}

.items-success .active .item-extra .badge-count {
	color: #25ae88
}

.items-warning .item {
	color: #F05E1C
}

.items-warning .item:hover,.items-warning .item:hover .item-extra,.items-warning.items-inverse .active .item-extra {
	color: #af3e0c
}

.items-warning .active,.items-warning .active:hover {
	color: #fff;
	background-color: #F05E1C
}

.items-warning .active .item-extra .badge-count {
	color: #F05E1C
}

.items-danger .item {
	color: #CB4042
}

.items-danger .item:hover,.items-danger .item:hover .item-extra,.items-danger.items-inverse .active .item-extra {
	color: #922829
}

.items-danger .active,.items-danger .active:hover {
	color: #fff;
	background-color: #CB4042
}

.items-danger .active .item-extra .badge-count {
	color: #CB4042
}

.label {
	display: inline-block;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 .2em .2em 0;
	padding: 0 .6em;
	cursor: default;
	user-select: none;
	color: #fff;
	border: 1px solid;
	border-radius: 4px;
	background: #ec443d
}

.label-sm {
	font-size: 12px;
	line-height: 1.6em
}

.label-lg {
	font-size: 16px;
	line-height: 2em
}

.label:first-child {
	margin-left: 0
}

.label.label-auxiliary {
	background: #b10000
}

.label.label-success {
	background: #25ae88
}

.label.label-info {
	background: #4fcbf0
}

.label.label-warning {
	background: #F05E1C
}

.label.label-danger {
	background: #CB4042
}

.label.label-bordered {
	color: #ec443d;
	background: #fff
}

.label-bordered.label-auxiliary {
	color: #b10000
}

.label-bordered.label-success {
	color: #25ae88
}

.label-bordered.label-info {
	color: #4fcbf0
}

.label-bordered.label-warning {
	color: #F05E1C
}

.label-bordered.label-danger {
	color: #CB4042
}

.label-closable {
	cursor: pointer
}

.label-closable .ion:last-child {
	font-size: 1em;
	margin-left: .4em;
	vertical-align: baseline;
	opacity: .7;
	transition: opacity ease .3s
}

.label-closable.label-bordered {
	position: relative;
	padding-right: .5em
}

.label-closable.label-bordered .ion:last-child {
	margin-left: .7em
}

.label-closable.label-bordered .ion:last-child:after {
	position: absolute;
	top: 0;
	right: 1.9em;
	width: 0;
	height: 100%;
	content: '';
	border-left: 1px solid
}

.label-closable:hover .ion {
	opacity: 1
}

.menu-ui {
	display: block;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	user-select: none;
	border-radius: 4px
}

.menu-item {
	display: block;
	position: relative;
	z-index: 1;
	cursor: pointer
}

.menu-item-title>.ion,.menu-item>.ion {
	vertical-align: middle
}

.menu-horizontal {
	line-height: 59px;
	height: 59px
}

.menu-horizontal .menu-item,.menu-horizontal .menu-submenu {
	float: left;
	position: relative;
	z-index: 3;
	padding: 0 21px;
	cursor: pointer
}

.menu-light {
	background: #fff
}

.menu-light .menu-item {
	border-bottom: 2px solid transparent
}

.menu-light.menu-horizontal .menu-item,.menu-light.menu-horizontal .menu-submenu {
	line-height: 57px;
	height: 57px
}

.menu-light.menu-horizontal .menu-item-active,.menu-light.menu-horizontal .menu-item:hover,.menu-light.menu-horizontal .menu-opened {
	color: #ec443d;
	border-bottom-color: #ec443d
}

.menu-horizontal.menu-light:after,.menu-vertical.menu-light:after {
	display: block;
	position: absolute;
	bottom: 0;
	content: '';
	background: #e8e9eb
}

.menu-horizontal.menu-light:after {
	left: 0;
	width: 100%;
	height: 1px
}

.menu-dark {
	background: #333
}

.menu-dark.menu-horizontal .menu-item,.menu-dark.menu-horizontal .menu-submenu {
	color: #dbdbdb
}

.menu-dark.menu-horizontal .menu-item-active,.menu-dark.menu-horizontal .menu-item:hover,.menu-dark.menu-horizontal .menu-opened,.menu-primary.menu-horizontal .menu-item {
	color: #fff
}

.menu-primary {
	background: #ec443d
}

.menu-primary.menu-horizontal .menu-item-active,.menu-primary.menu-horizontal .menu-item:hover {
	background: #c41a13
}

.menu-vertical {
	overflow-y: auto;
	height: 100%
}

.menu-vertical::-webkit-scrollbar {
	position: absolute;
	width: 10px;
	margin-left: -10px;
	-webkit-appearance: none
}

.menu-vertical::-webkit-scrollbar-track {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #eee
}

.menu-vertical::-webkit-scrollbar-thumb {
	height: 50px;
	border-width: 1px 2px;
	border-style: solid;
	border-color: transparent;
	background-color: #ccc;
	background-clip: content-box
}

.menu-vertical.menu-dark::-webkit-scrollbar-track {
	border-right: 1px solid #2c3334;
	border-left: 1px solid #2c3334;
	background-color: #444d50
}

.menu-vertical.menu-dark::-webkit-scrollbar-thumb {
	background-color: #212526
}

.menu-vertical.menu-light:after {
	z-index: 1;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%
}

.menu-vertical .menu-item,.menu-vertical .menu-item-title {
	position: relative;
	z-index: 1;
	padding: 11.2px 23.8px;
	cursor: pointer
}

.menu-sub-group .menu-item {
	padding-top: 5.6px;
	padding-bottom: 5.6px
}

.menu-vertical .menu-item-title:hover,.menu-vertical .menu-item:hover {
	background: #eee
}

.menu-vertical .menu-submenu .menu-item {
	padding-left: 39.2px
}

.menu-vertical .menu-sub-group {
	display: none
}

.menu-vertical .menu-opened .menu-sub-group {
	display: block
}

.menu-light.menu-vertical .menu-item {
	border-right: 2px solid transparent
}

.menu-light.menu-vertical .menu-item:hover {
	color: #ec443d
}

.menu-light.menu-vertical .menu-item-active {
	z-index: 2;
	color: #ec443d;
	border-right: 2px solid #ec443d
}

.menu-dark.menu-vertical .menu-item,.menu-dark.menu-vertical .menu-item-title {
	color: #dbdbdb
}

.menu-dark.menu-vertical .menu-item-title:hover,.menu-dark.menu-vertical .menu-item:hover {
	color: #fff;
	background: inherit
}

.menu-dark.menu-vertical .menu-item-active,.menu-dark.menu-vertical .menu-item-active a:hover,.menu-dark.menu-vertical .menu-item-active:hover {
	color: #fff;
	background: #ec443d
}

.menu-dark.menu-vertical .menu-opened {
	background: #222
}

.menu-dark.menu-vertical .menu-opened .menu-item-title {
	color: #fff;
	background: #333
}

.menu-primary.menu-vertical .menu-item,.menu-primary.menu-vertical .menu-item-title {
	color: #eee
}

.menu-primary.menu-vertical .menu-item-title:hover,.menu-primary.menu-vertical .menu-item:hover {
	color: #fff;
	background: #c41a13
}

.menu-primary.menu-vertical .menu-sub-group .menu-item:hover {
	color: #c41a13;
	background: inherit
}

.menu-primary.menu-vertical .menu-item-active,.menu-primary.menu-vertical .menu-item-active:hover,.menu-primary.menu-vertical .menu-sub-group .menu-item-active,.menu-primary.menu-vertical .menu-sub-group .menu-item-active:hover {
	color: #fff;
	background: #c41a13
}

.menu-primary.menu-vertical .menu-opened {
	background: #f59e9a
}

.menu-primary.menu-vertical .menu-opened .menu-item-title {
	color: #fff;
	background: #ec443d
}

.menu-sub-ion {
	font-size: .9em;
	margin: 0 .5em;
	transition: transform .2s ease-in-out
}

.menu-vertical .menu-sub-ion {
	float: right;
	position: relative;
	top: 4px;
	margin-right: 0
}

.menu-opened .menu-sub-ion {
	transform: rotate(180deg)
}

.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
	font-size: 14px
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	line-height: 1.42857143;
	position: relative;
	float: left;
	margin-left: -1px;
	padding: 8px 15px;
	text-decoration: none;
	color: #ec443d;
	border: 1px solid #e8e9eb;
	background-color: #fff
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	color: #ec443d;
	background-color: #eee
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 2;
	cursor: default;
	color: #fff;
	border-color: #ec443d;
	background-color: #ec443d
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	cursor: not-allowed;
	color: #777;
	border-color: #ddd;
	background-color: #fff
}

.pagination-lg>li>a,.pagination-lg>li>span {
	font-size: 16px;
	line-height: 1.3333333;
	padding: 10px 16px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pagination>.unable:hover,.pagination>li>.unable {
	cursor: default;
	color: #ccc;
	background: #fff
}

.progress {
	display: block;
	position: relative;
	font-size: 12px
}

.progress-show-info {
	padding-right: 3.5em
}

.progress-inner {
	display: block;
	border-radius: 100px;
	background-color: #dbdbdb
}

.progress-bg {
	overflow: hidden;
	position: relative;
	height: 10px;
	transition: all .2s linear;
	border-radius: 100px;
	background-color: #fff
}

.progress-text {
	position: absolute;
	top: 50%;
	right: 0;
	line-height: 1;
	width: 3em;
	height: 1em;
	margin-top: -.5em;
	text-align: left
}

.progress-active .progress-bg:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	animation: progress-active 2s ease-in-out infinite
}

.progress-auxiliary .progress-inner,.progress-danger .progress-inner,.progress-info .progress-inner,.progress-primary .progress-inner,.progress-success .progress-inner,.progress-warning .progress-inner {
	background-color: #eee
}

.progress-primary .progress-bg {
	background-color: #ec443d
}

.progress-primary {
	color: #ec443d
}

.progress-auxiliary .progress-bg {
	background-color: #b10000
}

.progress-auxiliary {
	color: #b10000
}

.progress-info .progress-bg {
	background-color: #4fcbf0
}

.progress-info {
	color: #4fcbf0
}

.progress-success .progress-bg {
	background-color: #25ae88
}

.progress-success {
	color: #25ae88
}

.progress-warning .progress-bg {
	background-color: #F05E1C
}

.progress-warning {
	color: #F05E1C
}

.progress-danger .progress-bg {
	background-color: #CB4042
}

.progress-danger {
	color: #CB4042
}

@keyframes progress-active {
	0% {
		width: 0;
		background: #fff;
		opacity: .3
	}

	to {
		width: 100%;
		background: #fff;
		opacity: 0
	}
}[class*=rect-] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden
}[class*=rect-] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.rect-4854 {
	padding-bottom: 48.54%
}

.rect-50 {
	padding-bottom: 50%
}

.rect-5263 {
	padding-bottom: 52.63%;
}

.rect-5699 {
	padding-bottom: 56.99%
}

.rect-5625 {
	padding-bottom: 56.25%
}

.rect-60 {
	padding-bottom: 60%
}

.rect-618 {
	padding-bottom: 61.8%
}

.rect-70 {
	padding-bottom: 70%
}

.rect-75 {
	padding-bottom: 75%
}

.rect-80 {
	padding-bottom: 80%
}

.rect-90 {
	padding-bottom: 90%
}

.rect-100 {
	padding-bottom: 100%
}

.m {
	margin: 21px
}

.m-0 {
	margin: 0
}

.m-l {
	margin-left: 21px
}

.m-t {
	margin-top: 21px
}

.m-r {
	margin-right: 21px
}

.m-b {
	margin-bottom: 21px
}

.m-lr {
	margin-left: 21px;
	margin-right: 21px
}

.m-tb {
	margin-top: 21px;
	margin-bottom: 21px
}

.m-sm {
	margin: 16.8px
}

.m-l-sm {
	margin-left: 16.8px
}

.m-t-sm {
	margin-top: 16.8px
}

.m-r-sm {
	margin-right: 16.8px
}

.m-b-sm {
	margin-bottom: 16.8px
}

.m-lr-sm {
	margin-left: 16.8px;
	margin-right: 16.8px
}

.m-tb-sm {
	margin-top: 16.8px;
	margin-bottom: 16.8px
}

.m-lg {
	margin: 33.6px
}

.m-l-lg {
	margin-left: 33.6px
}

.m-t-lg {
	margin-top: 33.6px
}

.m-r-lg {
	margin-right: 33.6px
}

.m-b-lg {
	margin-bottom: 33.6px
}

.m-lr-lg {
	margin-left: 33.6px;
	margin-right: 33.6px
}

.m-tb-lg {
	margin-top: 33.6px;
	margin-bottom: 33.6px
}

.p {
	padding: 21px
}

.p-0 {
	padding: 0
}

.p-l {
	padding-left: 21px
}

.p-t {
	padding-top: 21px
}

.p-r {
	padding-right: 21px
}

.p-b {
	padding-bottom: 21px
}

.p-lr {
	padding-left: 21px;
	padding-right: 21px
}

.p-tb {
	padding-top: 21px;
	padding-bottom: 21px
}

.p-sm {
	padding: 16.8px
}

.p-l-sm {
	padding-left: 16.8px
}

.p-t-sm {
	padding-top: 16.8px
}

.p-r-sm {
	padding-right: 16.8px
}

.p-b-sm {
	padding-bottom: 16.8px
}

.p-lr-sm {
	padding-left: 16.8px;
	padding-right: 16.8px
}

.p-tb-sm {
	padding-top: 16.8px;
	padding-bottom: 16.8px
}

.p-lg {
	padding: 33.6px
}

.p-l-lg {
	padding-left: 33.6px
}

.p-t-lg {
	padding-top: 33.6px
}

.p-r-lg {
	padding-right: 33.6px
}

.p-b-lg {
	padding-bottom: 33.6px
}

.p-lr-lg {
	padding-left: 33.6px;
	padding-right: 33.6px
}

.p-tb-lg {
	padding-top: 33.6px;
	padding-bottom: 33.6px
}

.spin-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 14px
}

.spin-main {
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle
}

.spin-text .ion {
	font-size: 2.5em
}

.spin-icon-load {
	-webkit-animation: ani-spin-load 1s linear infinite;
	animation: ani-spin-load 1s linear infinite
}

.spin-size-sm {
	font-size: 12px
}

.spin-size-lg {
	font-size: 16px
}

@-webkit-keyframes ani-spin-load {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes ani-spin-load {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.switch {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px
}

.switch .track {
	display: block;
	overflow: hidden;
	position: relative;
	width: 64px;
	height: 28px;
	content: ' ';
	transition-timing-function: ease-in-out;
	transition-duration: .3s;
	transition-property: background-color border;
	border: solid 2px #d5d5d5;
	border-radius: 4px;
	background-color: #eee
}

.switch .handle {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	transition: .3s cubic-bezier(0,1.1,1,1.1);
	transition-property: background-color,left;
	background-color: #fff
}

.switch .handle:after,.switch .handle:before {
	position: absolute;
	height: 28px;
	line-height: 28px;
	width: 36px;
	text-align: center;
	overflow: hidden
}

.switch .handle:before {
	content: "ON";
	left: -36px;
	color: #fff
}

.switch .handle:after {
	content: "OFF";
	left: 100%;
	color: #d5d5d5
}

.switch-on .track {
	border-color: #dbdbdb;
	background-color: #dbdbdb
}

.switch-on .handle {
	left: 36px
}

.switch-disabled {
	cursor: not-allowed
}

.switch-disabled .track {
	opacity: .6
}

.switch-round .track {
	border-radius: 32px
}

.switch-round .handle {
	border-radius: 32px;
	box-shadow: 0 2px .56em rgba(0,0,0,.35),0 1px 1px rgba(0,0,0,.15)
}

.switch-sm {
	font-size: 12px
}

.switch-sm .track {
	width: 50px;
	height: 21px
}

.switch-sm .handle {
	width: 21px;
	height: 21px
}

.switch-sm.switch-on .handle {
	left: 29px
}

.switch-sm .handle:after,.switch-sm .handle:before {
	width: 29px;
	height: 21px;
	line-height: 21px
}

.switch-sm .handle:before {
	left: -29px
}

.switch-lg {
	font-size: 16px
}

.switch-lg .track {
	width: 80px;
	height: 36px
}

.switch-lg .handle {
	width: 36px;
	height: 36px
}

.switch-lg.switch-on .handle {
	left: 44px
}

.switch-lg .handle:after,.switch-lg .handle:before {
	width: 44px;
	height: 36px;
	line-height: 36px
}

.switch-lg .handle:before {
	left: -44px
}

.switch-primary.switch-on .track {
	border-color: #ec443d;
	background-color: #ec443d
}

.switch-auxiliary.switch-on .track {
	border-color: #b10000;
	background-color: #b10000
}

.switch-success.switch-on .track {
	border-color: #25ae88;
	background-color: #25ae88
}

.switch-info.switch-on .track {
	border-color: #4fcbf0;
	background-color: #4fcbf0
}

.switch-warning.switch-on .track {
	border-color: #F05E1C;
	background-color: #F05E1C
}

.switch-danger.switch-on .track {
	border-color: #CB4042;
	background-color: #CB4042
}

.table {
	font-size: 14px;
	width: 100%;
	max-width: 100%;
	border: 1px solid #e8e9eb;
	border-radius: 4px;
	background: #fff
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	font-weight: 400;
	line-height: 1.42857143;
	height: 48px;
	padding: 0 18px;
	vertical-align: inherit;
	border-top: 1px solid #e8e9eb
}

.table>thead>tr>td,.table>thead>tr>th {
	font-weight: 400;
	line-height: 40px;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: bottom;
	background: #eee
}

.table>tbody>tr:first-child>td,.table>tbody>tr:first-child>th {
	border-top: 0
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #e8e9eb
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-right: 1px solid #e8e9eb
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #eee
}

.table-hover>tbody>tr:hover,.table-tr-hover {
	background-color: #eee
}

table col[class*=col-] {
	display: table-column;
	float: none;
	position: static
}

table td[class*=col-],table th[class*=col-] {
	display: table-cell;
	float: none;
	position: static
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-device-width:640px) {
	.table-responsive {
		overflow-y: hidden;
		width: 100%;
		border: 1px solid #e8e9eb;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

.table-wrapper {
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	box-sizing: border-box;
	cursor: default;
	border: 1px solid #e8e9eb;
	border-radius: 4px
}

.table-wrapper .table>tbody>tr>td,.table-wrapper .table>tbody>tr>th,.table-wrapper .table>tfoot>tr>td,.table-wrapper .table>tfoot>tr>th,.table-wrapper .table>thead>tr>td,.table-wrapper .table>thead>tr>th {
	padding: 0
}

.table-wrapper .table-cell {
	overflow: hidden;
	padding: 0 15px;
	white-space: normal;
	word-break: break-all
}

.table-scroll-x {
	overflow-x: auto;
	overflow-y: hidden
}

.table-body .table,.table-header .table {
	border: 0
}

.table-body {
	overflow-x: hidden;
	overflow-y: auto
}

.table-body .table .table-cell {
	line-height: 1.7
}

.table-body .table .table-cell-dirty,.table-body .table .table-cell-editable {
	position: relative
}

.table-body .table .table-cell-dirty:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border: 4px solid;
	border-color: #ec443d transparent transparent #ec443d
}

.table-highlight,.table-hover>tbody>.table-highlight:hover {
	color: #fff;
	background: #ec443d
}

.table-filter,.table-sort {
	display: inline-block;
	overflow: hidden;
	position: relative;
	line-height: 1.4em;
	width: 1.4em;
	height: 1.6em;
	margin: -1px 0 0 4px;
	cursor: pointer;
	vertical-align: middle;
	color: #c3cbd6
}

.table-sort .ion {
	display: block;
	overflow: hidden;
	position: absolute;
	font-size: 1.3em;
	line-height: .7em;
	height: .7em;
	transition: color .2s ease-in-out
}

.table-sort .table-sort-up {
	top: 0
}

.table-sort .table-sort-down {
	bottom: 0
}

.table-sort .ion.on {
	color: #ec443d
}

.table-fixed {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 2px 0 6px -2px rgba(0,0,0,.2)
}

.table-fixed .table-body,.table-fixed .table-header {
	overflow: hidden
}

.table-wrapper .table-cell-editer {
	position: absolute;
	z-index: 9;
	top: 0;
	line-height: 1.7;
	height: 100%;
	padding-top: 8px;
	padding-bottom: 8px
}

.ztree {
	font-size: 14px
}

.ztree li {
	list-style-type: none;
	white-space: nowrap;
	outline: 0
}

.ztree li ul {
	position: relative;
	padding: 0 0 0 20px
}

.ztree li ul.line:before {
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	content: '';
	border-right: 1px dotted #dbdbdb
}

.ztree li .bottom_docu:after,.ztree li .bottom_docu:before,.ztree li .center_docu:after,.ztree li .center_docu:before {
	position: absolute;
	content: '';
	border: 0 dotted #dbdbdb
}

.ztree li .center_docu:before {
	left: 10px;
	height: 100%;
	border-left-width: 1px
}

.ztree li .center_docu:after {
	top: 50%;
	left: 11px;
	width: 50%;
	border-top-width: 1px
}

.ztree li .bottom_docu:before {
	left: 10px;
	height: 50%;
	border-left-width: 1px
}

.ztree li .bottom_docu:after {
	top: 50%;
	left: 11px;
	width: 50%;
	border-top-width: 1px
}

.ztree li a {
	display: inline-block;
	line-height: 22px;
	height: 22px;
	margin: 0;
	padding: 0 3px;
	cursor: pointer;
	transition: none;
	vertical-align: middle;
	color: #333
}

.ztree li a.curSelectedNode {
	color: #000;
	border-radius: 4px;
	background-color: #fce1e0
}

.ztree li a.curSelectedNode_Edit {
	height: 20px;
	opacity: .8;
	color: #000;
	border: 1px #f2837e solid;
	background-color: #f7b4b1
}

.ztree li a.tmpTargetNode_inner {
	opacity: .8;
	color: #fff;
	background-color: #4fcbf0;
	filter: alpha(opacity=80)
}

.ztree li a input.rename {
	font-size: 12px;
	line-height: 22px;
	width: 80px;
	height: 22px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	background: 0 0
}

.ztree li span {
	display: inline-block;
	line-height: 22px;
	height: 22px;
	margin-right: 2px
}

.ztree li span.button {
	position: relative;
	width: 22px;
	margin: 0;
	cursor: pointer;
	text-align: center;
	vertical-align: middle
}

.ztree li span.button.edit {
	color: #25ae88
}

.ztree li span.button.remove {
	color: #CB4042
}

.ztree li span.button.chk {
	position: relative;
	width: 14px;
	height: 14px;
	margin: 0 4px 0 0;
	border: 1px solid #d7dde4;
	border-radius: 2px;
	background: #fff
}

.ztree li span.chk.radio_false_disable,.ztree li span.chk.radio_false_full,.ztree li span.chk.radio_false_full_focus,.ztree li span.chk.radio_false_part,.ztree li span.chk.radio_false_part_focus,.ztree li span.chk.radio_true_disable,.ztree li span.chk.radio_true_full,.ztree li span.chk.radio_true_full_focus,.ztree li span.chk.radio_true_part,.ztree li span.chk.radio_true_part_focus {
	border-radius: 8px
}

.ztree li span.button.chk:after {
	position: absolute;
	top: 1px;
	left: 4px;
	width: 4px;
	height: 8px;
	content: '';
	transition: transform .2s ease-in-out;
	transform: rotate(0) scale(0);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.ztree li span.button.checkbox_false_full_focus {
	border-color: #ccc
}

.ztree li span.button.checkbox_true_disable,.ztree li span.button.checkbox_true_full,.ztree li span.button.checkbox_true_full_focus,.ztree li span.button.checkbox_true_part,.ztree li span.button.checkbox_true_part_focus {
	border-color: #39f;
	background-color: #39f
}

.ztree li span.button.checkbox_true_disable:after,.ztree li span.button.checkbox_true_full:after,.ztree li span.button.checkbox_true_full_focus:after {
	transform: rotate(45deg) scale(1)
}

.ztree li span.button.checkbox_true_part:after,.ztree li span.button.checkbox_true_part_focus:after {
	top: 5px;
	left: 2px;
	width: 10px;
	height: 1px;
	transform: rotate(0) scale(1);
	border-right: 0
}

.ztree li span.button.radio_true_full,.ztree li span.chk.radio_true_full_focus,.ztree li span.chk.radio_true_part,.ztree li span.chk.radio_true_part_focus {
	border-color: #39f
}

.ztree li span.button.radio_true_full:after,.ztree li span.chk.radio_true_full_focus:after,.ztree li span.chk.radio_true_part:after,.ztree li span.chk.radio_true_part_focus:after {
	top: 3px;
	left: 3px;
	width: 8px;
	transform: rotate(0) scale(1);
	border: 0;
	border-radius: 4px;
	background: #39f
}

.ztree li span.button.checkbox_false_disable,.ztree li span.button.checkbox_true_disable,.ztree li span.chk.radio_false_disable,.ztree li span.chk.radio_true_disable {
	cursor: not-allowed
}

.ztree li span.button.checkbox_false_disable {
	background-color: #f3f3f3
}

.ztree li span.button.bottom_close:before,.ztree li span.button.bottom_open:before,.ztree li span.button.center_close:before,.ztree li span.button.center_open:before,.ztree li span.button.noline_close:before,.ztree li span.button.noline_open:before,.ztree li span.button.roots_close:before,.ztree li span.button.roots_open:before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: '';
	transition: transform ease .3s;
	transform: rotateZ(0);
	transform-origin: 25% 50%;
	border: 6px solid;
	border-color: transparent transparent transparent #666
}

.ztree li span.button.bottom_open:before,.ztree li span.button.center_open:before,.ztree li span.button.noline_open:before,.ztree li span.button.roots_open:before {
	transform: rotateZ(90deg)
}

.ztree li span.button.ico_loading {
	margin-right: 2px;
	background: url(data:image/gif;
	base64,R0lGODlhEAAQAKIGAMLY8YSx5HOm4Mjc88/g9Ofw+v///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAGACwAAAAAEAAQAAADMGi6RbUwGjKIXCAA016PgRBElAVlG/RdLOO0X9nK61W39qvqiwz5Ls/rRqrggsdkAgAh+QQFCgAGACwCAAAABwAFAAADD2hqELAmiFBIYY4MAutdCQAh+QQFCgAGACwGAAAABwAFAAADD1hU1kaDOKMYCGAGEeYFCQAh+QQFCgAGACwKAAIABQAHAAADEFhUZjSkKdZqBQG0IELDQAIAIfkEBQoABgAsCgAGAAUABwAAAxBoVlRKgyjmlAIBqCDCzUoCACH5BAUKAAYALAYACgAHAAUAAAMPaGpFtYYMAgJgLogA610JACH5BAUKAAYALAIACgAHAAUAAAMPCAHWFiI4o1ghZZJB5i0JACH5BAUKAAYALAAABgAFAAcAAAMQCAFmIaEp1motpDQySMNFAgA7) 0 center no-repeat
}

ul.tmpTargetzTree {
	opacity: .8;
	background-color: #ec443d;
	filter: alpha(opacity=80)
}

span.tmpzTreeMove_arrow {
	position: absolute;
	width: 18px;
	height: 18px;
	color: #4fcbf0
}

ul.ztree.zTreeDragUL {
	overflow: hidden;
	position: absolute;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: .8;
	border: 1px #176b53 dotted;
	background-color: #dbdbdb;
	filter: alpha(opacity=80)
}

.zTreeMask {
	position: absolute;
	z-index: 10000;
	opacity: 0;
	background-color: #cfcfcf;
	filter: alpha(opacity=0)
}