<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),url('font/iconfont.woff2') format('woff2'),url('font/iconfont.woff') format('woff'),url('font/iconfont.ttf') format('truetype'),url('font/iconfont.svg#iconfont') format('svg');
}
.c-iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*相关插件自定义样式--start*/
/*title提示插件修改样式*/
#powerTip {
	display: none;
	position: absolute;
	padding: 5px 10px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2147483647;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    cursor: default;
    border-radius: 6px;
}
#powerTip:before {
    content: "";
    position: absolute;
}
#powerTip.n:before,
#powerTip.s:before {
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
#powerTip.e:before,
#powerTip.w:before {
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
#powerTip.n:before {
	bottom: -8px;
    border-top: 8px solid #333;
    border-top: 8px solid rgba(0, 0, 0, 0.8);
}
#powerTip.e:before {
	left: -8px;
    border-right: 8px solid #333;
    border-right: 8px solid rgba(0, 0, 0, 0.8);
}
#powerTip.s:before {
	top: -8px;
    border-bottom: 8px solid #333;
    border-bottom: 8px solid rgba(0, 0, 0, 0.8);
}
#powerTip.w:before {
	right: -8px;
    border-left: 8px solid #333;
    border-left: 8px solid rgba(0, 0, 0, 0.8);
}
#powerTip.ne:before,
#powerTip.se:before {
	left: 10px;
	border-left: 0;
    border-right: 10px solid transparent;
}
#powerTip.nw:before,
#powerTip.sw:before {
	right: 10px;
    border-left: 10px solid transparent;
    border-right: 0;
}
#powerTip.ne:before,
#powerTip.nw:before {
	bottom: -10px;
    border-top: 10px solid #333;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
}
#powerTip.se:before,
#powerTip.sw:before {
	top: -10px;
    border-bottom: 10px solid #333;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}
#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
	left: 10px;
	bottom: -10px;
    border-top: 10px solid #333;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
	top: -10px;
	bottom: auto;
    border-top: none;
    border-bottom: 10px solid #333;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
}
#powerTip.ne-alt:before {
    left: auto;
    right: 10px;
}
#powerTip.se-alt:before {
    left: auto;
    right: 10px;
}
/*相关插件自定义样式--end*/

/*表格--start*/
.c-table{
	position: relative;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.c-table table{
	position: relative;
	background-color: #fff;
}
.c-table .ctable-cell{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 14px;
}
.c-table.ctable-noborder th,
.c-table.ctable-noborder td{
	border: 0;
}
/*表格内部和顶部操作图标样式*/
.ctable-operate-top li{
	float: left;
	height: 100%;
	overflow: hidden;
}
.ctable-link-list{
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: #333;
}
.ctable-operate{
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: #0080cc;
}
.ctable-link-list i,
.ctable-operate i{
	display: inline-block;
	width: 25px;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
}
.ctable-link-list:hover span,
.ctable-operate span:hover{
	text-decoration: underline;
}
/*表格排序和收缩图标样式*/
.ctable-sort{
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	vertical-align: middle;
}
.ctable-sort i{
	display: inline-block;
	width: 6px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px;
	vertical-align: middle;
}
.cicon-add{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
}
/*表格固定表头，表列样式*/
.c-table.c-table-fixed table{
	table-layout: fixed;
}
.ctable-main-box{
	width: 100%;
	overflow: hidden;
}
.ctable-fixed-top{
	overflow: hidden;
}
.ctable-fixed-body{
	overflow: auto;
}
.ctable-fixed-left,.ctable-fixed-right{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	box-shadow: -1px 0 8px #ccc;
	z-index: 999;
}
.ctable-fixed-right{
	left: auto;
	right: 0;
	box-shadow: 1px 0 8px #ccc;
}
.c-table-allfixed .ctable-fixed-right{
	right: 17px;
}
.c-table-allfixed .ctable-fixed-left .ctable-fixed-body,
.c-table-allfixed .ctable-fixed-right .ctable-fixed-body{
	overflow: hidden;
}
/*表格分页样式*/
.c-paging-box span,
.c-paging-box input,
.c-paging-box a,
.c-paging-box ul{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.cpaging-num li{
	float: left;
	margin-right: -1px;
	width: 32px;
	height: 30px;
	line-height: 29px;
	color: #606266;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 4px;
	font-size: 14px;
	border: 1px solid #dcdfe6;
}
.cpaging-num li:nth-last-of-type(1){
	border-radius: 0 4px 4px 0;
}
.cpaging-num li.cpaging-first,
.cpaging-num li.cpaging-prev,
.cpaging-num li.cpaging-next,
.cpaging-num li.cpaging-last{
	width: 30px;
	line-height: 35px;
}
.cpaging-num li.cpaging-prev{
	background-image: url(../images/cp-arrow-left.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
}
.cpaging-num li.cpaging-next{
	background-image: url(../images/cp-arrow-right.png) ;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.cpaging-input{
	width: 60px;
	height: 28px;
	line-height: 30px;
	border: 1px solid #D3DCE6;
	border-radius: 4px;
	text-align: center;
}
.cpaging-jump{
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
/*表格--end*/

/*表单--start*/
.c-form-item{
	
}
.c-form-item .c-form-name{
	
}
.c-form-item .c-form-info{
	position: relative;
	width: 100%;
	min-height: 32px;
	text-align: left;
}
.c-form-item .c-form-info .c-input{
	padding-right: 30px;
	width: 300px;
}
.c-form-item .c-form-info .c-textarea{
	padding: 10px;
	line-height: 20px;
	resize: none;
}
.c-form-item .c-form-name .c-form-nonull{
	font-size: 16px;
	color: #F9743C;
}
.c-form-item .c-form-info input[disabled]{
	background-color: #f7f7f7 !important;
	border-color: #ccc !important;
	cursor: not-allowed;
}
.c-form-item-md{
	padding-left: 115px;
}
.c-form-item-md .c-form-name{
	width: 105px;
}
.c-form-item-auto .c-form-name{
	text-align: right;
	overflow: inherit;
}
.cicon-form{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 34px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	z-index: 10;
}
.c-form-hint{
	position: absolute;
	right: 0;
	bottom: 34px;
	padding: 5px 10px;
	width: 100%;
	line-height: normal;
	border: 1px solid #F9743C;
	background-color: #fff;
	font-size: 12px;
	color: #F9743C;
	z-index: 9;
}
.c-form-hint:before{
	content: '';
	position: absolute;
	right: 7px;
	bottom: -13px;
	border: 6px solid transparent;
	border-top-color: #F9743C;
}
/*表单自定义复选框和单选框*/
.ctable-checkbox {
	width: 40px;
}
.c-checkbox,.c-radio{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.ctable-checkbox i,
.c-checkbox i,
.c-radio i{
	display: inline-block;
	width:20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	vertical-align: middle;
}
.c-checkbox span,
.c-radio span{
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
}
/*表单滑块选择*/
.c-slider{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
}
.c-slider span{
	float: left;
	padding: 0 20px;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
}
.c-slider span:nth-of-type(1){
	border-right: 0;
	border-radius: 5px 0 0 5px;
}
.c-slider span:nth-last-of-type(1){
	border-left: 0;
	border-radius: 0 5px 5px 0;
}
/*表单开关*/
.c-switch{
	position: relative;
	display: inline-block;
	min-width: 54px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 20px;
}
.c-switch-slide{
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background-color: #fff;
	border-radius: 50%;
}
.c-switch-name{
	display: block;
	padding-left: 27px;
	padding-right: 15px;
	font-size: 12px;
	color: #fff;
}
.c-switch.on{
	animation: switchBg .1s linear;
}
@keyframes switchBg{
	0%{opacity: 0.5;}
	100%{opacity: 1;}
}
.c-switch-xl{
	min-width: 64px;
	height: 28px;
	line-height: 28px;
}
.c-switch-xl .c-switch-slide{
	width: 20px;
	height: 20px;
}
.c-switch-xl .c-switch-name{
	padding-left: 35px;
	font-size: 14px;
}
/*表单下拉多选*/
.cform-multiselect-title{
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
}
.cform-multiselect-hidebox{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	border: 1px solid #ccc;
	z-index: 999;
}
.cform-multiselect-hidebox ul{
	max-height: 165px;
	overflow: auto;
}
.cform-multiselect-hidebox li{
	border-bottom: 1px dashed #ccc;
}
/*表单独立日期容器*/
.c-date-box{
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
/*表单文件上传*/
.cform-upload-operate{
	position: relative;
	display: inline-block;
	width: 210px;
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
	border: 1px solid #D3DCE6;
	vertical-align: middle;
	border-radius: 4px;
	overflow: hidden;
}
.cform-upload-operate input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
}
.cform-upload-operate i{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	border-left: 1px solid #D3DCE6;
	text-align: center;
	font-size: 20px;
	color: #c2c2c2;
	cursor: pointer;
	z-index: 3;
}
.cform-upload-operate p{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 30px 0 10px;
	background-color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cform-upload-list li{
	float: left;
	position: relative;
	margin: 5px 20px 0 0;
	line-height: 30px;
}
.cform-upload-list li i{
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
}
.cicon-upload-link{
	font-size: 20px;
	color: #6AC4E0;
}
.cicon-upload-del{
	font-size: 16px;
	color: #FFC36B;
}
.cform-upload-list li a{
	margin: 0 5px;
	color:#0080cc;
	text-decoration: underline;
}
.cform-upload-list li.upload .cform-upload-line{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #98DC98;
	opacity: 0;
	filter:alpha(opacity=0);
	border-radius: 5px;
	animation: upload-line 1s both;
}
@keyframes upload-line{
	0%{width: 0%;opacity: 1;}
	90%{width: 100%;opacity: 1;}
	100%{width: 100%;opacity: 0;}
}
/*表单文本域字数限制*/
.c-textarea-box{
	position: relative;
	width: 100%;
	height: 105px;
}
.c-textarea-box p{
	position: absolute;
	right: 10px;
	bottom: 10px;
	line-height: normal;
	color: #ccc;
}
/*表单--end*/

/*弹窗--start*/
.c-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	z-index: 1000;
}
.c-dialog{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 450px;
	height: 256px;
	margin-left: -225px;
	margin-top: -128px;
	overflow: hidden;
	z-index: 1001;
	border-radius: 3px;
	box-shadow: 0 0 50px 1px rgba(0,0,0,.3);
}
.c-dialog-body{
	height: 180px;
	background-color: #fff;
	overflow: auto;
}
.c-dialog-slide{
	position: fixed;
	right: -800px;
	top: 0;
	width: 800px;
	height: 100%;
	background-color: #fff;
	border-left: 1px solid #ddd;
	overflow: hidden;
	z-index: 1001;
}
.c-dialog-slide .c-dialog-body{
	padding-left: 30px;
	background: url(../c-images/c-bg/cbg-table-slide.png) repeat-y 10px 0;
}
.c-dialog-slide.slideLeft{
	right: 0;
	animation: slideLeft .5s ease;
}
@keyframes slideLeft{
	0%{right:-800px;}
	100%{right:0;}
}
.c-dialog-slide.slideRight{
	right: -800px;
	animation: slideRight .5s ease;
}
@keyframes slideRight{
	0%{right:0;}
	100%{right:-800px;}
}
.c-dialog-title,
.c-dialog-close{
	position: absolute;
	top: 8px;
	width: 20px;
	height: 20px;
	content: url('../../item/ui/images/cs-close.png');
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}
.c-dialog-title{
	left: 0;
	color: #FFCC66;
}
.c-dialog-close{
	right: 20px;
	color: #fff;
}
.c-dialog-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.c-dialog-loading{
	position: fixed;
	left: 50%;
	top: -100px;
	width: 240px;
	height: 60px;
	line-height: 60px;
	margin-left: -120px;
	background-color: rgba(0,0,0,.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	border-radius: 10px;
	overflow: hidden;
	z-index: 1001;
}
.loading-animate span{
	display: inline-block;
	width: 8px;
	height: 40px;
	margin: 0 2px;
	vertical-align: middle;
	border-radius: 2px;
	animation-name: load;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
}
@keyframes load{
	0%,40%,100%{transform: scaleY(1);}
	20%,60%{transform: scaleY(0.2);}
}
.loading1{
	background-color: #2ecc71;
	animation-delay: -1s;
}
.loading2{
	background-color: #3498db;
	animation-delay: -0.9s;
}
.loading3{
	background-color: #9b59b6;
	animation-delay: -0.8s;
}
.loading4{
	background-color: #e67e22;
	animation-delay: -0.7s;
}
.loading5{
	background-color: #c0392b;
	animation-delay: -0.6s;
}
.loading6{
	background-color: #e74c3c;
	animation-delay: -0.5s;
}
.loading7{
	background-color: #e74c8c;
	animation-delay: -0.4s;
}
/*弹窗--end*/

/*按钮--start*/
.c-btn-s,
.c-btn-l,
.c-btn-xl,
.c-btn-xxl{
	display: inline-block;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
}
.c-btn-disabled{
	background-color: #f0f0f0 !important;
	border: 1px solid #f0f0f0 !important;
	color: #c1c1c1 !important;
	cursor: not-allowed;
}
.c-btn-s.c-btn-icon{
	padding-left: 6px;
	padding-right: 6px;
}
.c-btn-s.c-btn-icon i{
	font-size: 16px;
}
.c-btn-l.c-btn-icon{
	padding-left: 10px;
	padding-right: 10px;
}
.c-btn-l.c-btn-icon i{
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	line-height: 22px;
	font-size: 18px;
	vertical-align: -2px;
}
.c-btn-xl.c-btn-icon{
	padding-left: 20px;
	padding-right: 20px;
}
.c-btn-xl.c-btn-icon i{
	display: inline-block;
	margin-right: 5px;
	height: 20px;
	line-height: 24px;
	font-size: 20px;
	vertical-align: -2px;
}
.c-btn-xxl.c-btn-icon{
	padding-left: 30px;
	padding-right: 30px;
}
.c-btn-xxl.c-btn-icon i{
	display: inline-block;
	margin-right: 10px;
	height: 22px;
	line-height: 26px;
	font-size: 22px;
	vertical-align: -2px;
}
/*按钮--end*/

/*目录树--end*/
.c-tree {
	padding-left: 15px;
	line-height: 26px;
	font-size: 14px;
	color: #0080cc;
}
.c-tree .c-tree {
	padding-left: 0;
}
.c-tree li {
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
li.c-subtree {
	height: auto;
	overflow: visible;
}
.c-tree dt {
	position: relative;
	cursor: pointer;
}
.c-tree dt:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	border: solid transparent;
	border-width: 4px 0 4px 5px;
	border-left-color: inherit;
	margin: -4px 0 0 2px;
}
.c-tree.active&gt;dt:before {
	border: solid transparent;
	border-width: 5px 4px 0 4px;
	border-top-color: inherit;
	margin: -2px 0 0 0;
}
.c-tree dd {
	padding-left: 1em;
	display: none;
}
.c-tree dd.active {
	display: block;
}
/*目录树--end*/</pre></body></html>