/* 动画库 */
@import "/static/css/skanimate.min.css";

/* 图标 */
@import "/static/css/sk-icon.css";
@import "/static/css/zibo-icon.css";

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
	font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/* 通用 */
.sk-table td,
.sk-table th,
.sk-table-col-set,
.sk-table-fixed-r,
.sk-table-grid-down,
.sk-table-header,
.sk-table-page,
.sk-table-tips-main,
.sk-table-tool,
.sk-table-total,
.sk-table-view,
.sk-table[sk-skin=line],
.sk-table[sk-skin=row] {
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
}

.sk-table tbody tr:hover,
.sk-table thead tr,
.sk-table-click,
.sk-table-header,
.sk-table-hover,
.sk-table-mend,
.sk-table-patch,
.sk-table-tool,
.sk-table-total,
.sk-table-total tr,
.sk-table[sk-even] tr:nth-child(even) {
	background-color: #f2f2f2;
}

.sk-show {
	display: block !important
}

.sk-hide {
	display: none !important
}

.sk-badge-rim,
.sk-colla-content,
.sk-colla-item,
.sk-collapse,
.sk-elem-field,
.sk-form-pane .sk-form-item[pane],
.sk-form-pane .sk-form-label,
.sk-input,
.sk-layedit,
.sk-layedit-tool,
.sk-quote-nm,
.sk-select,
.sk-tab-bar,
.sk-tab-card,
.sk-tab-title,
.sk-tab-title .sk-this:after,
.sk-textarea {
	border-color: #e6e6e6;
}

.sk-timeline-item:before,
hr {
	background-color: #e6e6e6
}

/* 栅格化布局 */
.sk-container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.sk-fluid {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
}

.sk-row:after,
.sk-row:before {
	content: '';
	display: block;
	clear: both;
}

.sk-col-lg1,
.sk-col-lg10,
.sk-col-lg11,
.sk-col-lg12,
.sk-col-lg2,
.sk-col-lg3,
.sk-col-lg4,
.sk-col-lg5,
.sk-col-lg6,
.sk-col-lg7,
.sk-col-lg8,
.sk-col-lg9,
.sk-col-md1,
.sk-col-md10,
.sk-col-md11,
.sk-col-md12,
.sk-col-md2,
.sk-col-md3,
.sk-col-md4,
.sk-col-md5,
.sk-col-md6,
.sk-col-md7,
.sk-col-md8,
.sk-col-md9,
.sk-col-sm1,
.sk-col-sm10,
.sk-col-sm11,
.sk-col-sm12,
.sk-col-sm2,
.sk-col-sm3,
.sk-col-sm4,
.sk-col-sm5,
.sk-col-sm6,
.sk-col-sm7,
.sk-col-sm8,
.sk-col-sm9,
.sk-col-xs1,
.sk-col-xs10,
.sk-col-xs11,
.sk-col-xs12,
.sk-col-xs2,
.sk-col-xs3,
.sk-col-xs4,
.sk-col-xs5,
.sk-col-xs6,
.sk-col-xs7,
.sk-col-xs8,
.sk-col-xs9 {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.sk-col-xs1,
.sk-col-xs10,
.sk-col-xs11,
.sk-col-xs12,
.sk-col-xs2,
.sk-col-xs3,
.sk-col-xs4,
.sk-col-xs5,
.sk-col-xs6,
.sk-col-xs7,
.sk-col-xs8,
.sk-col-xs9 {
	float: left;
}

.sk-col-xs1 {
	width: 8.33333333%;
}

.sk-col-xs2 {
	width: 16.66666667%;
}

.sk-col-xs3 {
	width: 25%;
}

.sk-col-xs4 {
	width: 33.33333333%;
}

.sk-col-xs5 {
	width: 41.66666667%;
}

.sk-col-xs6 {
	width: 50%;
}

.sk-col-xs7 {
	width: 58.33333333%;
}

.sk-col-xs8 {
	width: 66.66666667%;
}

.sk-col-xs9 {
	width: 75%;
}

.sk-col-xs10 {
	width: 83.33333333%;
}

.sk-col-xs11 {
	width: 91.66666667%;
}

.sk-col-xs12 {
	width: 100%;
}

.sk-col-xs-offset1 {
	margin-left: 8.33333333%;
}

.sk-col-xs-offset2 {
	margin-left: 16.66666667%;
}

.sk-col-xs-offset3 {
	margin-left: 25%;
}

.sk-col-xs-offset4 {
	margin-left: 33.33333333%;
}

.sk-col-xs-offset5 {
	margin-left: 41.66666667%;
}

.sk-col-xs-offset6 {
	margin-left: 50%;
}

.sk-col-xs-offset7 {
	margin-left: 58.33333333%;
}

.sk-col-xs-offset8 {
	margin-left: 66.66666667%;
}

.sk-col-xs-offset9 {
	margin-left: 75%;
}

.sk-col-xs-offset10 {
	margin-left: 83.33333333%;
}

.sk-col-xs-offset11 {
	margin-left: 91.66666667%;
}

.sk-col-xs-offset12 {
	margin-left: 100%;
}

@media screen and (max-width:768px) {
	.sk-hide-xs {
		display: none !important;
	}

	.sk-show-xs-block {
		display: block !important;
	}

	.sk-show-xs-inline {
		display: inline !important;
	}

	.sk-show-xs-inline-block {
		display: inline-block !important;
	}
}

@media screen and (min-width:768px) {
	.sk-container {
		width: 750px;
	}

	.sk-hide-sm {
		display: none !important;
	}

	.sk-show-sm-block {
		display: block !important;
	}

	.sk-show-sm-inline {
		display: inline !important;
	}

	.sk-show-sm-inline-block {
		display: inline-block !important;
	}

	.sk-col-sm1,
	.sk-col-sm10,
	.sk-col-sm11,
	.sk-col-sm12,
	.sk-col-sm2,
	.sk-col-sm3,
	.sk-col-sm4,
	.sk-col-sm5,
	.sk-col-sm6,
	.sk-col-sm7,
	.sk-col-sm8,
	.sk-col-sm9 {
		float: left;
	}

	.sk-col-sm1 {
		width: 8.33333333%;
	}

	.sk-col-sm2 {
		width: 16.66666667%;
	}

	.sk-col-sm3 {
		width: 25%;
	}

	.sk-col-sm4 {
		width: 33.33333333%;
	}

	.sk-col-sm5 {
		width: 41.66666667%;
	}

	.sk-col-sm6 {
		width: 50%;
	}

	.sk-col-sm7 {
		width: 58.33333333%;
	}

	.sk-col-sm8 {
		width: 66.66666667%;
	}

	.sk-col-sm9 {
		width: 75%;
	}

	.sk-col-sm10 {
		width: 83.33333333%;
	}

	.sk-col-sm11 {
		width: 91.66666667%;
	}

	.sk-col-sm12 {
		width: 100%;
	}

	.sk-col-sm-offset1 {
		margin-left: 8.33333333%;
	}

	.sk-col-sm-offset2 {
		margin-left: 16.66666667%;
	}

	.sk-col-sm-offset3 {
		margin-left: 25%;
	}

	.sk-col-sm-offset4 {
		margin-left: 33.33333333%;
	}

	.sk-col-sm-offset5 {
		margin-left: 41.66666667%;
	}

	.sk-col-sm-offset6 {
		margin-left: 50%;
	}

	.sk-col-sm-offset7 {
		margin-left: 58.33333333%;
	}

	.sk-col-sm-offset8 {
		margin-left: 66.66666667%;
	}

	.sk-col-sm-offset9 {
		margin-left: 75%;
	}

	.sk-col-sm-offset10 {
		margin-left: 83.33333333%;
	}

	.sk-col-sm-offset11 {
		margin-left: 91.66666667%;
	}

	.sk-col-sm-offset12 {
		margin-left: 100%;
	}
}

@media screen and (min-width:992px) {
	.sk-container {
		width: 970px;
	}

	.sk-hide-md {
		display: none !important;
	}

	.sk-show-md-block {
		display: block !important;
	}

	.sk-show-md-inline {
		display: inline !important;
	}

	.sk-show-md-inline-block {
		display: inline-block !important;
	}

	.sk-col-md1,
	.sk-col-md10,
	.sk-col-md11,
	.sk-col-md12,
	.sk-col-md2,
	.sk-col-md3,
	.sk-col-md4,
	.sk-col-md5,
	.sk-col-md6,
	.sk-col-md7,
	.sk-col-md8,
	.sk-col-md9 {
		float: left;
	}

	.sk-col-md1 {
		width: 8.33333333%;
	}

	.sk-col-md2 {
		width: 16.66666667%;
	}

	.sk-col-md3 {
		width: 25%;
	}

	.sk-col-md4 {
		width: 33.33333333%;
	}

	.sk-col-md5 {
		width: 41.66666667%;
	}

	.sk-col-md6 {
		width: 50%;
	}

	.sk-col-md7 {
		width: 58.33333333%;
	}

	.sk-col-md8 {
		width: 66.66666667%;
	}

	.sk-col-md9 {
		width: 75%;
	}

	.sk-col-md10 {
		width: 83.33333333%;
	}

	.sk-col-md11 {
		width: 91.66666667%;
	}

	.sk-col-md12 {
		width: 100%;
	}

	.sk-col-md-offset1 {
		margin-left: 8.33333333%;
	}

	.sk-col-md-offset2 {
		margin-left: 16.66666667%;
	}

	.sk-col-md-offset3 {
		margin-left: 25%;
	}

	.sk-col-md-offset4 {
		margin-left: 33.33333333%;
	}

	.sk-col-md-offset5 {
		margin-left: 41.66666667%;
	}

	.sk-col-md-offset6 {
		margin-left: 50%;
	}

	.sk-col-md-offset7 {
		margin-left: 58.33333333%;
	}

	.sk-col-md-offset8 {
		margin-left: 66.66666667%;
	}

	.sk-col-md-offset9 {
		margin-left: 75%;
	}

	.sk-col-md-offset10 {
		margin-left: 83.33333333%;
	}

	.sk-col-md-offset11 {
		margin-left: 91.66666667%;
	}

	.sk-col-md-offset12 {
		margin-left: 100%;
	}
}

@media screen and (min-width:1200px) {
	.sk-container {
		width: 1170px;
	}
	
	.sk-container2 {
		width: 1200px !important;
	}
	
	.sk-hide-lg {
		display: none !important;
	}

	.sk-show-lg-block {
		display: block !important;
	}

	.sk-show-lg-inline {
		display: inline !important;
	}

	.sk-show-lg-inline-block {
		display: inline-block !important;
	}

	.sk-col-lg1,
	.sk-col-lg10,
	.sk-col-lg11,
	.sk-col-lg12,
	.sk-col-lg2,
	.sk-col-lg3,
	.sk-col-lg4,
	.sk-col-lg5,
	.sk-col-lg6,
	.sk-col-lg7,
	.sk-col-lg8,
	.sk-col-lg9 {
		float: left;
	}

	.sk-col-lg1 {
		width: 8.33333333%;
	}

	.sk-col-lg2 {
		width: 16.66666667%;
	}

	.sk-col-lg3 {
		width: 25%;
	}

	.sk-col-lg4 {
		width: 33.33333333%;
	}

	.sk-col-lg5 {
		width: 41.66666667%;
	}

	.sk-col-lg6 {
		width: 50%;
	}

	.sk-col-lg7 {
		width: 58.33333333%;
	}

	.sk-col-lg8 {
		width: 66.66666667%;
	}

	.sk-col-lg9 {
		width: 75%;
	}

	.sk-col-lg10 {
		width: 83.33333333%;
	}

	.sk-col-lg11 {
		width: 91.66666667%;
	}

	.sk-col-lg12 {
		width: 100%;
	}

	.sk-col-lg-offset1 {
		margin-left: 8.33333333%;
	}

	.sk-col-lg-offset2 {
		margin-left: 16.66666667%;
	}

	.sk-col-lg-offset3 {
		margin-left: 25%;
	}

	.sk-col-lg-offset4 {
		margin-left: 33.33333333%;
	}

	.sk-col-lg-offset5 {
		margin-left: 41.66666667%;
	}

	.sk-col-lg-offset6 {
		margin-left: 50%;
	}

	.sk-col-lg-offset7 {
		margin-left: 58.33333333%;
	}

	.sk-col-lg-offset8 {
		margin-left: 66.66666667%;
	}

	.sk-col-lg-offset9 {
		margin-left: 75%;
	}

	.sk-col-lg-offset10 {
		margin-left: 83.33333333%;
	}

	.sk-col-lg-offset11 {
		margin-left: 91.66666667%;
	}

	.sk-col-lg-offset12 {
		margin-left: 100%;
	}
}

.sk-col-space1 {
	margin: -.5px;
}

.sk-col-space1>* {
	padding: .5px;
}

.sk-col-space2 {
	margin: -1px;
}

.sk-col-space2>* {
	padding: 1px;
}

.sk-col-space4 {
	margin: -2px;
}

.sk-col-space4>* {
	padding: 2px;
}

.sk-col-space5 {
	margin: -2.5px;
}

.sk-col-space5>* {
	padding: 2.5px;
}

.sk-col-space6 {
	margin: -3px;
}

.sk-col-space6>* {
	padding: 3px;
}

.sk-col-space8 {
	margin: -4px;
}

.sk-col-space8>* {
	padding: 4px;
}

.sk-col-space10 {
	margin: -5px;
}

.sk-col-space10>* {
	padding: 5px;
}

.sk-col-space12 {
	margin: -6px;
}

.sk-col-space12>* {
	padding: 6px;
}

.sk-col-space14 {
	margin: -7px;
}

.sk-col-space14>* {
	padding: 7px;
}

.sk-col-space15 {
	margin: -7.5px;
}

.sk-col-space15>* {
	padding: 7.5px;
}

.sk-col-space16 {
	margin: -8px;
}

.sk-col-space16>* {
	padding: 8px;
}

.sk-col-space18 {
	margin: -9px;
}

.sk-col-space18>* {
	padding: 9px;
}

.sk-col-space20 {
	margin: -10px;
}

.sk-col-space20>* {
	padding: 10px;
}

.sk-col-space22 {
	margin: -11px;
}

.sk-col-space22>* {
	padding: 11px;
}

.sk-col-space24 {
	margin: -12px;
}

.sk-col-space24>* {
	padding: 12px;
}

.sk-col-space25 {
	margin: -12.5px;
}

.sk-col-space25>* {
	padding: 12.5px;
}

.sk-col-space26 {
	margin: -13px;
}

.sk-col-space26>* {
	padding: 13px;
}

.sk-col-space28 {
	margin: -14px;
}

.sk-col-space28>* {
	padding: 14px;
}

.sk-col-space30 {
	margin: -15px;
}

.sk-col-space30>* {
	padding: 15px;
}

/* 颜色 */
.sk-bg-red {
	background-color: #FF5722 !important;
}

.sk-bg-orange {
	background-color: #FFB800 !important;
}

.sk-bg-green {
	background-color: #009688 !important;
}

.sk-bg-cyan {
	background-color: #2F4056 !important;
}

.sk-bg-blue {
	background-color: #1E9FFF !important;
}

.sk-bg-black {
	background-color: #393D49 !important;
}

.sk-bg-gray {
	background-color: #eee !important;
	color: #666 !important;
}

.sk-bg-black,
.sk-bg-blue,
.sk-bg-cyan,
.sk-bg-green,
.sk-bg-orange,
.sk-bg-red {
	color: #fff !important;
}

/* 按钮 */
.sk-icon {
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sk-btn+.sk-btn {
	margin-left: 10px;
}

.sk-btn .sk-icon {
	margin-right: 3px;
	font-size: 18px;
	vertical-align: bottom;
	vertical-align: middle\9
}

.sk-btn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #0E6EB8;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.sk-btn-primary {
	border: 1px solid #C9C9C9;
	background-color: #fff;
	color: #555
}

.sk-btn-primary:hover {
	border-color: #0E6EB8;
	color: #333
}

.sk-btn-normal {
	background-color: #1E9FFF
}

.sk-btn-warm {
	background-color: #FFB800
}

.sk-btn-danger {
	background-color: #FF5722
}

.sk-btn-checked {
	background-color: #5FB878
}

.sk-btn-disabled,
.sk-btn-disabled:active,
.sk-btn-disabled:hover {
	border: 1px solid #e6e6e6;
	background-color: #FBFBFB;
	color: #C9C9C9;
	cursor: not-allowed;
	opacity: 1
}

.sk-btn-lg {
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	font-size: 16px
}

.sk-btn-sm {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px
}

.sk-btn-sm i {
	font-size: 16px !important
}

.sk-btn-xs {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	font-size: 12px
}

.sk-btn-xs i {
	font-size: 14px !important
}

.sk-btn-radius {
	border-radius: 100px;
}

/* 表格 */
.sk-table {
	width: 100%;
	background-color: #fff;
	color: #666;
}

.sk-table tr {
	transition: all .3s;
	-webkit-transition: all .3s;
}

.sk-table td,
.sk-table th {
	position: relative;
	padding: 9px 15px;
	min-height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.sk-table th {
	text-align: left;
	font-weight: 400;
}

/* 按钮 */
.sk-btn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer
}

.sk-btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	color: #fff
}

.sk-btn:active {
	opacity: 1;
	filter: alpha(opacity=100)
}

.sk-btn+.sk-btn {
	margin-left: 10px
}

.sk-btn-container {
	font-size: 0
}

.sk-btn-container .sk-btn {
	margin-right: 10px;
	margin-bottom: 10px
}

.sk-btn-container .sk-btn+.sk-btn {
	margin-left: 0
}

.sk-table .sk-btn-container .sk-btn {
	margin-bottom: 9px
}

.sk-btn-radius {
	border-radius: 100px
}

.sk-btn .sk-icon {
	margin-right: 3px;
	font-size: 18px;
	vertical-align: bottom;
	vertical-align: middle\9
}

.sk-btn-primary {
	border: 1px solid #C9C9C9;
	background-color: #fff;
	color: #555
}

.sk-btn-primary:hover {
	border-color: #009688;
	color: #333
}

.sk-btn-normal {
	background-color: #1E9FFF
}

.sk-btn-warm {
	background-color: #FFB800
}

.sk-btn-danger {
	background-color: #FF5722
}

.sk-btn-checked {
	background-color: #5FB878
}

.sk-btn-disabled,
.sk-btn-disabled:active,
.sk-btn-disabled:hover {
	border: 1px solid #e6e6e6;
	background-color: #FBFBFB;
	color: #C9C9C9;
	cursor: not-allowed;
	opacity: 1
}

.sk-btn-lg {
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	font-size: 16px
}

.sk-btn-sm {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px
}

.sk-btn-sm i {
	font-size: 16px !important
}

.sk-btn-xs {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	font-size: 12px
}

.sk-btn-xs i {
	font-size: 14px !important
}

.sk-btn-group {
	display: inline-block;
	vertical-align: middle;
	font-size: 0
}

.sk-btn-group .sk-btn {
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-radius: 0
}

.sk-btn-group .sk-btn-primary {
	border-left: none
}

.sk-btn-group .sk-btn-primary:hover {
	border-color: #C9C9C9;
	color: #009688
}

.sk-btn-group .sk-btn:first-child {
	border-left: none;
	border-radius: 2px 0 0 2px
}

.sk-btn-group .sk-btn-primary:first-child {
	border-left: 1px solid #c9c9c9
}

.sk-btn-group .sk-btn:last-child {
	border-radius: 0 2px 2px 0
}

.sk-btn-group .sk-btn+.sk-btn {
	margin-left: 0
}

.sk-btn-group+.sk-btn-group {
	margin-left: 10px
}

.sk-btn-fluid {
	width: 100%
}

/* 选项卡 */

.sk-tab {
	margin: 10px 0;
	text-align: left !important
}

.sk-tab[overflow]>.sk-tab-title {
	overflow: hidden
}

.sk-table-shrinkage {
	height: auto !important;
	white-space: initial !important;
}

.sk-tab-title {
	position: relative;
	left: 0;
	height: 40px;
	white-space: nowrap;
	font-size: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	transition: all .2s;
	-webkit-transition: all .2s;
	overflow: hidden;
}

.sk-tab-title li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 14px;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	line-height: 40px;
	min-width: 65px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer
}

.sk-tab-title li a {
	display: block
}

.sk-tab-title .sk-this {
	color: #000
}

.sk-tab-title .sk-this:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 41px;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #fff;
	border-radius: 2px 2px 0 0;
	box-sizing: border-box;
	pointer-events: none
}

.sk-tab-bar {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 30px;
	height: 39px;
	line-height: 39px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	background-color: #fff;
	cursor: pointer
}

.sk-tab-bar .sk-icon {
	position: relative;
	display: inline-block;
	top: 3px;
	transition: all .3s;
	-webkit-transition: all .3s
}

.sk-tab-item {
	display: none
}

.sk-tab-more {
	padding-right: 30px;
	height: auto !important;
	white-space: normal !important
}

.sk-tab-more li.sk-this:after {
	border-bottom-color: #e2e2e2;
	border-radius: 2px
}

.sk-tab-more .sk-tab-bar .sk-icon {
	top: -2px;
	top: 3px\9;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

:root .sk-tab-more .sk-tab-bar .sk-icon {
	top: -2px\0/IE9
}

.sk-tab-content {
	padding: 10px
}

.sk-tab-title li .icon-close {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 20px;
	margin-left: 8px;
	top: 1px;
	text-align: center;
	font-size: 14px;
	color: #c2c2c2;
	transition: all .2s;
	-webkit-transition: all .2s
}

.sk-tab-title li .icon-close:hover {
	border-radius: 2px;
	background-color: #FF5722;
	color: #fff
}

.sk-tab-brief>.sk-tab-title .sk-this {
	color: #009688
}

.sk-tab-brief>.sk-tab-more li.sk-this:after,
.sk-tab-brief>.sk-tab-title .sk-this:after {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #5FB878
}

.sk-tab-brief[overflow]>.sk-tab-title .sk-this:after {
	top: -1px
}

.sk-tab-card {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.sk-tab-card>.sk-tab-title {
	background-color: #f2f2f2
}

.sk-tab-card>.sk-tab-title li {
	margin-right: -1px;
	margin-left: -1px
}

.sk-tab-card>.sk-tab-title .sk-this {
	background-color: #fff
}

.sk-tab-card>.sk-tab-title .sk-this:after {
	border-top: none;
	border-width: 1px;
	border-bottom-color: #fff
}

.sk-tab-card>.sk-tab-title .sk-tab-bar {
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border-top: none;
	border-right: none
}

.sk-tab-card>.sk-tab-more .sk-this {
	background: 0 0;
	color: #5FB878
}

.sk-tab-card>.sk-tab-more .sk-this:after {
	border: none
}

/* 时间线 */
.sk-timeline {
	padding-left: 5px
}

.sk-timeline-item {
	position: relative;
	padding-bottom: 20px
}

.sk-timeline-item .icon-yuan {
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	color: #5FB878;
	border-radius: 50%;
	text-align: center;
	cursor: pointer
}

.sk-timeline-item .icon-yuan:hover {
	color: #FF5722
}

.sk-timeline-item:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 0;
	width: 1px;
	height: 100%
}

.sk-timeline-item:last-child:before {
	display: none
}

.sk-timeline-item:first-child:before {
	display: block
}

.sk-timeline-content {
	padding-left: 25px
}

.sk-timeline-title {
	position: relative;
	margin-bottom: 10px
}

/* carousel 轮播 */
.sk-carousel {
	position: relative;
	left: 0;
	top: 0;
	background-color: #f8f8f8;
}

.sk-carousel>*[carousel-item] {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sk-carousel>*[carousel-item]:before {
	position: absolute;
	content: '\e63d';
	left: 50%;
	top: 50%;
	width: 100px;
	line-height: 20px;
	margin: -10px 0 0 -50px;
	text-align: center;
	color: #c2c2c2;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sk-carousel>*[carousel-item]>* {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.sk-carousel-updown>* {
	-webkit-transition: .3s ease-in-out up;
	transition: .3s ease-in-out up;
}

.sk-carousel-arrow {
	display: none\0;
	opacity: 0;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	border: none 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	cursor: pointer;
	outline: none;
}

.sk-carousel-arrow[sk-type="add"] {
	left: auto !important;
	right: 10px;
}

.sk-carousel[sk-arrow="always"] .sk-carousel-arrow {
	opacity: 1;
	left: 20px;
}

.sk-carousel[sk-arrow="always"] .sk-carousel-arrow[sk-type="add"] {
	right: 20px;
}

.sk-carousel[sk-arrow="none"] .sk-carousel-arrow {
	display: none;
}

.sk-carousel-arrow:hover,
.sk-carousel-ind ul:hover {
	background-color: rgba(0, 0, 0, .35);
}

.sk-carousel:hover .sk-carousel-arrow {
	display: block\0;
	opacity: 1;
	left: 20px;
}

.sk-carousel:hover .sk-carousel-arrow[sk-type="add"] {
	right: 20px;
}

.sk-carousel-ind {
	position: relative;
	top: -35px;
	width: 100%;
	line-height: 0 !important;
	text-align: center;
	font-size: 0;
}

.sk-carousel[sk-indicator="outside"] {
	margin-bottom: 30px;
}

.sk-carousel[sk-indicator="outside"] .sk-carousel-ind {
	top: 10px;
}

.sk-carousel[sk-indicator="outside"] .sk-carousel-ind ul {
	background-color: rgba(0, 0, 0, .5);
}

.sk-carousel[sk-indicator="none"] .sk-carousel-ind {
	display: none;
}

.sk-carousel-ind ul {
	display: inline-block;
	padding: 5px;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.sk-carousel-ind li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	font-size: 14px;
	background-color: #e2e2e2;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.sk-carousel-ind li:hover {
	background-color: rgba(255, 255, 255, .7);
}

.sk-carousel-ind li.sk-this {
	background-color: #fff;
}

.sk-carousel>*[carousel-item]>.sk-this,
.sk-carousel>*[carousel-item]>.sk-carousel-prev,
.sk-carousel>*[carousel-item]>.sk-carousel-next {
	display: block
}

.sk-carousel>*[carousel-item]>.sk-this {
	left: 0;
}

.sk-carousel>*[carousel-item]>.sk-carousel-prev {
	left: -100%;
}

.sk-carousel>*[carousel-item]>.sk-carousel-next {
	left: 100%;
}

.sk-carousel>*[carousel-item]>.sk-carousel-prev.sk-carousel-right,
.sk-carousel>*[carousel-item]>.sk-carousel-next.sk-carousel-left {
	left: 0;
}

.sk-carousel>*[carousel-item]>.sk-this.sk-carousel-left {
	left: -100%;
}

.sk-carousel>*[carousel-item]>.sk-this.sk-carousel-right {
	left: 100%;
}

/* 上下切换 */
.sk-carousel[sk-anim="updown"] .sk-carousel-arrow {
	left: 50% !important;
	top: 20px;
	margin: 0 0 0 -18px;
}

.sk-carousel[sk-anim="updown"] .sk-carousel-arrow[sk-type="add"] {
	top: auto !important;
	bottom: 20px;
}

.sk-carousel[sk-anim="updown"] .sk-carousel-ind {
	position: absolute;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
}

.sk-carousel[sk-anim="updown"] .sk-carousel-ind ul {
	padding: 3px 5px;
}

.sk-carousel[sk-anim="updown"] .sk-carousel-ind li {
	display: block;
	margin: 6px 0;
}

.sk-carousel[sk-anim="updown"]>*[carousel-item]>* {
	left: 0 !important;
}

.sk-carousel[sk-anim="updown"]>*[carousel-item]>.sk-this {
	top: 0;
}

.sk-carousel[sk-anim="updown"]>*[carousel-item]>.sk-carousel-prev {
	top: -100%;
}

.sk-carousel[sk-anim="updown"]>*[carousel-item]>.sk-carousel-next {
	top: 100%;
}

.sk-carousel[sk-anim="updown"]>*[carousel-item]>.sk-carousel-prev.sk-carousel-right,
.sk-carousel[sk-anim="updown"]>*[carousel-item]>.sk-carousel-next.sk-carousel-left {
	top: 0;
}

.sk-carousel[sk-anim="updown"]>*[carousel-item]>.sk-this.sk-carousel-left {
	top: -100%;
}

.sk-carousel[sk-anim="updown"]>*[carousel-item]>.sk-this.sk-carousel-right {
	top: 100%;
}

/* 渐显切换 */
.sk-carousel[sk-anim="fade"]>*[carousel-item]>* {
	left: 0 !important;
}

.sk-carousel[sk-anim="fade"]>*[carousel-item]>.sk-carousel-prev,
.sk-carousel[sk-anim="fade"]>*[carousel-item]>.sk-carousel-next {
	opacity: 0;
}

.sk-carousel[sk-anim="fade"]>*[carousel-item]>.sk-carousel-prev.sk-carousel-right,
.sk-carousel[sk-anim="fade"]>*[carousel-item]>.sk-carousel-next.sk-carousel-left {
	opacity: 1;
}

.sk-carousel[sk-anim="fade"]>*[carousel-item]>.sk-this.sk-carousel-left,
.sk-carousel[sk-anim="fade"]>*[carousel-item]>.sk-this.sk-carousel-right {
	opacity: 0
}

/* 弹出层 */
.sk-layer {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	border-radius: 2px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	position: fixed;
	_position: absolute;
	pointer-events: auto;
}

.sk-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #F8F8F8;
	border-radius: 2px 2px 0 0;
}

.sk-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto;
}

.sk-layer-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: initial;
}

.sk-layer-msg {
	min-width: 100px;
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: none;
	text-align: center;
	color: #fff;
}

.sk-layer-btn {
	padding: 0 15px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none;
}

.sk-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}


/** 表单 **/
.sk-input,
.sk-textarea,
.sk-select {
	height: 38px;
	line-height: 1.3;
	line-height: 38px\9;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
}

.sk-input::-webkit-input-placeholder,
.sk-textarea::-webkit-input-placeholder,
.sk-select::-webkit-input-placeholder {
	line-height: 1.3;
}

.sk-input,
.sk-textarea {
	display: block;
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
}

/* .sk-input:hover,
.sk-textarea:hover {
	border-color: #D2D2D2 !important;
} */

/* .sk-input:focus,
.sk-textarea:focus {
	border-color: #C9C9C9 !important;
} */

.sk-textarea {
	position: relative;
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
	box-sizing: border-box;
}

.sk-select {
	padding: 0 10px;
}

.sk-form select,
.sk-form input[type=checkbox],
.sk-form input[type=radio],
.sk-form *[sk-ignore] {
	display: none;
}

.sk-form-item {
	margin-bottom: 15px;
	clear: both;
	*zoom: 1;
}

.sk-form-item:after {
	content: '\20';
	clear: both;
	*zoom: 1;
	display: block;
	height: 0;
}

.sk-form-label {
	position: relative;
	float: left;
	display: block;
	padding: 9px 15px;
	width: 80px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
}

.sk-form-label-col {
	display: block;
	float: none;
	padding: 9px 0;
	line-height: 20px;
	text-align: left;
}

.sk-form-item .sk-inline {
	margin-bottom: 5px;
	margin-right: 10px;
}

.sk-input-block,
.sk-input-inline {
	position: relative;
}

.sk-input-block {
	margin-left: 110px;
	min-height: 36px;
}

.sk-input-inline {
	display: inline-block;
	vertical-align: middle;
}

.sk-form-item .sk-input-inline {
	float: left;
	width: 190px;
	margin-right: 10px;
}

.sk-form-text .sk-input-inline {
	width: auto;
}

/* 分割块 */
.sk-form-mid {
	position: relative;
	float: left;
	display: block;
	padding: 9px 0 !important;
	line-height: 20px;
	margin-right: 10px;
}

/* 警告域 */
.sk-form-danger:focus,
.sk-form-danger+.sk-form-select .sk-input {
	border-color: #FF5722 !important;
}


/* 下拉选择 */
.sk-form-select {
	position: relative;
}

.sk-form-select .sk-input {
	padding-right: 30px;
	cursor: pointer;
}

/* 三角形 */
.sk-edge {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: dashed;
	border-color: transparent;
	overflow: hidden;
}

.sk-edge-top {
	top: -4px;
	border-bottom-color: #999;
	border-bottom-style: solid;
}

.sk-edge-right {
	border-left-color: #999;
	border-left-style: solid;
}

.sk-edge-bottom {
	top: 2px;
	border-top-color: #999;
	border-top-style: solid;
}

.sk-edge-left {
	border-right-color: #999;
	border-right-style: solid;
}

.sk-form-select .sk-edge {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	cursor: pointer;
	border-width: 6px;
	border-top-color: #c2c2c2;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.sk-form-select dl {
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	padding: 5px 0;
	z-index: 899;
	min-width: 100%;
	border: 1px solid #d2d2d2;
	max-height: 300px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	box-sizing: border-box;
}

.sk-form-select dl dt,
.sk-form-select dl dd {
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sk-form-select dl dt {
	font-size: 12px;
	color: #999;
}

.sk-form-select dl dd {
	cursor: pointer;
}

.sk-form-select dl dd:hover {
	background-color: #f2f2f2;
	-webkit-transition: .5s all;
	transition: .5s all;
}

.sk-form-select .sk-select-group dd {
	padding-left: 20px;
}

.sk-form-select dl dd.sk-select-tips {
	padding-left: 10px !important;
	color: #999;
}

.sk-form-select dl dd.sk-this {
	background-color: #245399;
	color: #fff;
}

.sk-form-select dl dd.sk-disabled {
	background-color: #fff;
}

.sk-form-selected dl {
	display: block;
}

.sk-form-selected .sk-edge {
	margin-top: -9px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-form-selected .sk-edge {
	margin-top: -3px\0;
}

:root .sk-form-selected .sk-edge {
	margin-top: -9px\0/IE9;
}

.sk-form-selectup dl {
	top: auto;
	bottom: 42px;
}

.sk-select-none {
	margin: 5px 0;
	text-align: center;
	color: #999;
}

.sk-select-disabled .sk-disabled {
	border-color: #eee !important;
}

.sk-select-disabled .sk-edge {
	border-top-color: #d2d2d2
}

/* 复选框 */
.sk-form-checkbox {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	padding-right: 30px;
	background-color: #fff;
	cursor: pointer;
	font-size: 0;
	-webkit-transition: .1s linear;
	transition: .1s linear;
	box-sizing: border-box;
}

.sk-form-checkbox:hover {}

.sk-form-checkbox * {
	display: inline-block;
	vertical-align: middle;
}

.sk-form-checkbox span {
	padding: 0 10px;
	height: 100%;
	font-size: 14px;
	border-radius: 2px 0 0 2px;
	background-color: #d2d2d2;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sk-form-checkbox:hover span {
	background-color: #c2c2c2;
}

.sk-form-checkbox i {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 28px;
	border: 1px solid #d2d2d2;
	border-left: none;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.sk-form-checkbox:hover i {
	border-color: #c2c2c2;
	color: #c2c2c2;
}

.sk-form-checked,
.sk-form-checked:hover {
	border-color: #5FB878;
}

.sk-form-checked span,
.sk-form-checked:hover span {
	background-color: #5FB878;
}

.sk-form-checked i,
.sk-form-checked:hover i {
	color: #5FB878;
}

.sk-form-item .sk-form-checkbox {
	margin-top: 4px;
}

/* 复选框-原始风格 */
.sk-form-checkbox[sk-skin="primary"] {
	height: auto !important;
	line-height: normal !important;
	min-width: 18px;
	min-height: 18px;
	border: none !important;
	margin-right: 0;
	padding-left: 28px;
	padding-right: 0;
	background: none;
}

.sk-form-checkbox[sk-skin="primary"] span {
	padding-left: 0;
	padding-right: 15px;
	line-height: 18px;
	background: none;
	color: #666;
}

.sk-form-checkbox[sk-skin="primary"] i {
	right: auto;
	left: 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transition: .1s linear;
	transition: .1s linear;
}

.sk-form-checkbox[sk-skin="primary"]:hover i {
	border-color: #5FB878;
	color: #fff;
}

.sk-form-checked[sk-skin="primary"] i {
	border-color: #5FB878 !important;
	background-color: #5FB878;
	color: #fff;
}

.sk-checkbox-disbaled[sk-skin="primary"] span {
	background: none !important;
	color: #c2c2c2;
}

.sk-checkbox-disbaled[sk-skin="primary"]:hover i {
	border-color: #d2d2d2;
}

.sk-form-item .sk-form-checkbox[sk-skin="primary"] {
	margin-top: 10px;
}

/* 复选框-开关风格 */
.sk-form-switch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	line-height: 22px;
	min-width: 35px;
	padding: 0 5px;
	margin-top: 8px;
	border: 1px solid #d2d2d2;
	border-radius: 20px;
	cursor: pointer;
	background-color: #fff;
	-webkit-transition: .1s linear;
	transition: .1s linear;
}

.sk-form-switch i {
	position: absolute;
	left: 5px;
	top: 3px;
	width: 16px;
	height: 16px;
	border-radius: 20px;
	background-color: #d2d2d2;
	-webkit-transition: .1s linear;
	transition: .1s linear;
}

.sk-form-switch em {
	position: relative;
	top: 0;
	width: 25px;
	margin-left: 21px;
	padding: 0 !important;
	text-align: center !important;
	color: #999 !important;
	font-style: normal !important;
	font-size: 12px;
}

.sk-form-onswitch {
	border-color: #5FB878;
	background-color: #5FB878;
}

.sk-form-onswitch i {
	left: 100%;
	margin-left: -21px;
	background-color: #fff;
}

.sk-form-onswitch em {
	margin-left: 5px;
	margin-right: 21px;
	color: #fff !important;
}

.sk-checkbox-disbaled {
	border-color: #e2e2e2 !important;
}

.sk-checkbox-disbaled span {
	background-color: #e2e2e2 !important;
}

.sk-checkbox-disbaled i {
	border-color: #e2e2e2 !important;
}

.sk-checkbox-disbaled:hover i {
	color: #fff !important;
}

/* 单选框 */
*[sk-radio] {
	display: none;
}

.sk-form-radio {
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	margin: 6px 10px 0 0;
	padding-right: 10px;
	cursor: pointer;
	font-size: 0;
}

.sk-form-radio * {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.sk-form-radio>i {
	margin-right: 8px;
	font-size: 22px;
	color: #c2c2c2;
}

.sk-form-radioed>i,
.sk-form-radio>i:hover {
	color: #5FB878;
}

.sk-radio-disbaled>i {
	color: #e2e2e2 !important;
}

/* 表单方框风格 */
.sk-form-pane .sk-form-label {
	width: 110px;
	padding: 8px 15px;
	height: 40px;
	line-height: 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px 0 0 2px;
	text-align: center;
	background-color: #FBFBFB;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.sk-form-pane .sk-input-inline {
	margin-left: -1px;
}

.sk-form-pane .sk-input-block {
	margin-left: 110px;
	left: -1px;
}

.sk-form-pane .sk-input {
	border-radius: 0 2px 2px 0;
}

.sk-form-pane .sk-form-text .sk-form-label {
	float: none;
	width: 100%;
	border-radius: 2px;
	box-sizing: border-box;
	text-align: left;
}

.sk-form-pane .sk-form-text .sk-input-inline {
	display: block;
	margin: 0;
	top: -1px;
	clear: both;
}

.sk-form-pane .sk-form-text .sk-input-block {
	margin: 0;
	left: 0;
	top: -1px;
}

.sk-form-pane .sk-form-text .sk-textarea {
	min-height: 100px;
	border-radius: 0 0 2px 2px;
}

.sk-form-pane .sk-form-checkbox {
	margin: 4px 0 4px 10px;
}

.sk-form-pane .sk-form-switch,
.sk-form-pane .sk-form-radio {
	margin-top: 6px;
	margin-left: 10px;
}

.sk-form-pane .sk-form-item[pane] {
	position: relative;
	border-width: 1px;
	border-style: solid;
}

.sk-form-pane .sk-form-item[pane] .sk-form-label {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-width: 0px;
	border-right-width: 1px;
}

.sk-form-pane .sk-form-item[pane] .sk-input-inline {
	margin-left: 110px;
}

/** 表单响应式 **/
@media screen and (max-width: 450px) {
	.sk-form-item .sk-form-label {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.sk-form-item .sk-inline {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
		clear: both;
	}

	.sk-form-item .sk-inline:after {
		content: '\20';
		clear: both;
		display: block;
		height: 0;
	}

	.sk-form-item .sk-input-inline {
		display: block;
		float: none;
		left: -3px;
		width: auto;
		margin: 0 0 10px 112px;
	}

	.sk-form-item .sk-input-inline+.sk-form-mid {
		margin-left: 110px;
		top: -5px;
		padding: 0;
	}

	.sk-form-item .sk-form-checkbox {
		margin-right: 5px;
		margin-bottom: 5px;
	}
}

/* 进度条 */
.sk-progress {
	position: relative;
	height: 6px;
	border-radius: 20px;
	background-color: #e2e2e2
}

.sk-progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	max-width: 100%;
	height: 6px;
	border-radius: 20px;
	text-align: right;
	background-color: #5FB878;
	transition: all .3s;
	-webkit-transition: all .3s
}

.sk-progress-big,
.sk-progress-big .sk-progress-bar {
	height: 18px;
	line-height: 18px
}

.sk-progress-text {
	position: relative;
	top: -20px;
	line-height: 18px;
	font-size: 12px;
	color: #666
}

.sk-progress-big .sk-progress-text {
	position: static;
	padding: 0 10px;
	color: #fff
}

/* 面包屑 */
.sk-breadcrumb {
	font-size: 0
}

.sk-breadcrumb>* {
	font-size: 14px
}

.sk-breadcrumb a {
	color: #999 !important;
}

.sk-breadcrumb a:hover {
	color: #666 !important
}

.sk-breadcrumb a cite {
	color: #666;
	font-style: normal
}

.sk-breadcrumb span[sk-separator] {
	margin: 0 10px;
	color: #999
}


/* 导航下拉组件 */
.sk-nav {
	position: relative;
	padding: 0 20px;
	background-color: #393D49;
	color: #fff;
	border-radius: 2px;
	font-size: 0;
	box-sizing: border-box
}

.sk-nav * {
	font-size: 14px
}

.sk-nav .sk-nav-item {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	line-height: 60px
}

.sk-nav .sk-nav-item a {
	display: block;
	padding: 0 20px;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	transition: all .3s;
	-webkit-transition: all .3s
}

.sk-nav .sk-this:after,
.sk-nav-bar,
.sk-nav-tree .sk-nav-itemed:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #5FB878;
	transition: all .2s;
	-webkit-transition: all .2s
}

.sk-nav-bar {
	z-index: 1000
}

.sk-nav .sk-nav-item a:hover,
.sk-nav .sk-this a {
	color: #fff
}

.sk-nav .sk-this:after {
	content: '';
	top: auto;
	bottom: 0;
	width: 100%
}

.sk-nav-img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%
}

.sk-nav .sk-nav-more {
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -3px;
	border-width: 6px;
	border-top-color: rgba(255, 255, 255, .7)
}

.sk-nav .sk-nav-mored,
.sk-nav-itemed>a .sk-nav-more {
	margin-top: -9px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff
}

.sk-nav-child {
	display: none;
	position: absolute;
	left: 0;
	top: 65px;
	min-width: 100%;
	line-height: 36px;
	padding: 5px 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	border: 1px solid #d2d2d2;
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
	overflow: auto;
}

.sk-nav .sk-nav-child a {
	color: #333
}

.sk-nav .sk-nav-child a:hover {
	background-color: #f2f2f2;
	color: #000
}

.sk-nav-child dd {
	position: relative
}

.sk-nav .sk-nav-child>dd.sk-this>a,
.sk-nav-child>dd.sk-this {
	background-color: #5FB878;
	color: #fff
}

/* .sk-nav .sk-nav-child dd.sk-this a,
.sk-nav-child dd.sk-this {
    background-color: #5FB878;
    color: #fff
} */

.sk-nav-child dd.sk-this:after {
	display: none
}

.sk-navs i {
	display: none;
}

.sk-nav-tree {
	width: 200px;
	padding: 0
}

.sk-nav-tree .sk-nav-item {
	display: block;
	width: 100%;
	line-height: 45px
}

.sk-nav-tree .sk-nav-item a {
	position: relative;
	height: 45px;
	line-height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.sk-nav-tree .sk-nav-item a:hover {
	background-color: #4E5465
}

.sk-nav-tree .sk-nav-bar {
	width: 5px;
	height: 0;
	background-color: #009688
}

/* .sk-nav-tree .sk-nav-child dd.sk-this {
	background-color: #009688;
	color: #fff;
} */

.sk-nav-tree .sk-nav-child dd.sk-this,
.sk-nav-tree .sk-nav-child dd.sk-this>a,
.sk-nav-tree .sk-this,
.sk-nav-tree .sk-this>a,
.sk-nav-tree .sk-this>a:hover {
	background-color: #009688;
	color: #fff
}

.sk-nav-tree .sk-this:after {
	display: none
}

.sk-nav-itemed>a,
.sk-nav-tree .sk-nav-title a,
.sk-nav-tree .sk-nav-title a:hover {
	color: #fff !important
}

.sk-nav-tree .sk-nav-child {
	position: relative;
	z-index: 0;
	top: 0;
	border: none;
	box-shadow: none
}

.sk-nav-tree i {
	display: block;
	position: absolute;
	right: 17px;
	top: 3px;
	width: 40px;
	text-align: center;
	cursor: pointer;
}

.icon-bottom {
	display: none !important;
}

.sk-nav-itemed>.icon-bottom {
	display: block !important;
}

.sk-nav-itemed>.icon-right {
	display: none;
}

.sk-nav-tree .sk-nav-child a {
	height: 40px;
	line-height: 40px;
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

.sk-nav-tree .sk-nav-child,
.sk-nav-tree .sk-nav-child a:hover {
	background: 0 0;
	color: #fff
}

.sk-nav-tree .sk-nav-more {
	display: none;
}


.sk-nav-itemed>.sk-nav-child {
	display: block;
	padding: 0;
	background-color: rgba(0, 0, 0, .3) !important
}

.sk-nav-itemed>.sk-nav-child>.sk-this>.sk-nav-child {
	display: block
}


/** 分页 **/
.sk-laypage {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 10px 0;
	font-size: 0;
}

.sk-laypage>a:first-child,
.sk-laypage>a:first-child em {
	border-radius: 2px 0 0 2px;
}

.sk-laypage>a:last-child,
.sk-laypage>a:last-child em {
	border-radius: 0 2px 2px 0;
}

.sk-laypage>*:first-child {
	margin-left: 0 !important;
}

.sk-laypage>*:last-child {
	margin-right: 0 !important;
}

.sk-laypage a,
.sk-laypage span,
.sk-laypage input,
.sk-laypage button,
.sk-laypage select {
	border: 1px solid #e2e2e2;
}

.sk-laypage a,
.sk-laypage span {
	display: inline-block;
	padding: 0 11px;
	height: 32px;
	line-height: 32px;
	margin: 0 4px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	border-radius: 4px;
}

.sk-laypage a:hover {
	color: #245399;
}

.sk-laypage em {
	font-style: normal;
}

.sk-laypage .sk-laypage-spr {
	color: #999;
	font-weight: 700;
}

.sk-laypage a {
	text-decoration: none;
}

.sk-laypage .sk-laypage-curr {
	position: relative;
	border: 1px solid #245399;
}

.sk-laypage .sk-laypage-curr em {
	position: relative;
	color: #245399;
}

.sk-laypage-em {
	border-radius: 2px;
}

.sk-laypage-prev em,
.sk-laypage-next em {
	font-family: Sim sun;
	font-size: 16px;
}

.sk-laypage .sk-laypage-count,
.sk-laypage .sk-laypage-limits,
.sk-laypage .sk-laypage-refresh,
.sk-laypage .sk-laypage-skip {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	border: none;
}

.sk-laypage .sk-laypage-limits,
.sk-laypage .sk-laypage-refresh {
	vertical-align: top;
}

.sk-laypage .sk-laypage-refresh i {
	font-size: 18px;
	cursor: pointer;
}

.sk-laypage select {
	height: 100%;
	padding: 3px;
	border-radius: 2px;
	cursor: pointer;
}

.sk-laypage .sk-laypage-skip {
	height: 30px;
	line-height: 30px;
	color: #999;
}

.sk-laypage input,
.sk-laypage button {
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	vertical-align: top;
	background-color: #fff;
	box-sizing: border-box;
}

.sk-laypage input {
	display: inline-block;
	width: 40px;
	margin: 0 10px;
	padding: 0 3px;
	text-align: center;
}

.sk-laypage input:focus,
.sk-laypage select:focus {
	border-color: #245399 !important;
}

.sk-laypage button {
	margin-left: 10px;
	padding: 0 10px;
	cursor: pointer;
}

/* 文章超出省略 */
.sk-ellipsis {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}