<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">thead{
	border-top:3px solid #333;
	font-weight: bold;
}
td a,td a:hover{
	color: #428bca;

}
thead tr td,thead tr th{
	text-align: center;
}
body {
	line-height: 24px;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1,Tahoma, Arial, sans-serif;
    font-family: "Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
input.layui-disabled, textarea.layui-disabled {
	background-color: #fbfbfb !important;
},

.layui-side {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999;
	width: 180px;
	overflow-x: hidden
}

.layui-side-scroll {
	/* width: 220px; */
	height: 100%;
	overflow-x: hidden
}

.layui-body {
	position: absolute;
	left: 180px;
	right: 0;
	top: 0;
	bottom: 0!important;
	z-index: 998;
	width: auto;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box
}
.layui-layout-admin .layui-header {
	/* background-image: linear-gradient(90deg,#4574f1 0,#00abf3); */
	box-shadow: 0 0 7px rgba(0,0,0,.2);
    background-color: #527EFA;
    width: 180px;
    margin-top: 10px;
    height: 85px;
}

.layui-layout-admin .layui-side {
	top: 0px !important;
	width: 180px;
	overflow-x: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.layui-layout-admin .layui-body {
	top: 0px !important;
}

.layui-layout-admin .layui-main {
	width: auto;
	margin: 0 15px
}

.layui-layout-admin .layui-footer {
	position: fixed;
	left: 180px;
	right: 0;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	background-color: #eee
}

.layui-layout-admin .layui-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 302px;
	height: 100%;
	/* line-height: 60px; */
	text-align: center;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
    background-image: -webkit-gradient(linear,left top,right top,from(#1674d2),to(#3b7cf1));
    background-image: linear-gradient(90deg,#1674d2 0,#3b7cf1);
}
.layui-header {
	height: 60px;	
}
.layui-nav .layui-nav-item {
	line-height: 60px;
}
.layui-layout-left {
	position: absolute !important;
	left: 330px;
	top: 0
}

.layui-layout-right {
	position: absolute !important;
	right: 0;
	top: 0;
	background-color: #1B72B9;
}

@media screen and (min-width:1200px) {
	.layui-container {
		/* width: 1170px */
		width: 1232px
	}
	.layui-hide-lg {
		display: none !important
	}
	.layui-show-lg-block {
		display: block !important
	}
	.layui-show-lg-inline {
		display: inline !important
	}
	.layui-show-lg-inline-block {
		display: inline-block !important
	}
	.layui-col-lg1,.layui-col-lg10,.layui-col-lg11,.layui-col-lg12,.layui-col-lg2,.layui-col-lg3,.layui-col-lg4,.layui-col-lg5,.layui-col-lg6,.layui-col-lg7,.layui-col-lg8,.layui-col-lg9
		{
		float: left
	}
	.layui-col-lg1 {
		width: 8.33333333%
	}
	.layui-col-lg2 {
		width: 16.66666667%
	}
	.layui-col-lg3 {
		width: 25%
	}
	.layui-col-lg4 {
		width: 33.33333333%
	}
	.layui-col-lg5 {
		width: 41.66666667%
	}
	.layui-col-lg6 {
		width: 50%
	}
	.layui-col-lg7 {
		width: 58.33333333%
	}
	.layui-col-lg8 {
		width: 66.66666667%
	}
	.layui-col-lg9 {
		width: 75%
	}
	.layui-col-lg10 {
		width: 83.33333333%
	}
	.layui-col-lg11 {
		width: 91.66666667%
	}
	.layui-col-lg12 {
		width: 100%
	}
	.layui-col-lg-offset1 {
		margin-left: 8.33333333%
	}
	.layui-col-lg-offset2 {
		margin-left: 16.66666667%
	}
	.layui-col-lg-offset3 {
		margin-left: 25%
	}
	.layui-col-lg-offset4 {
		margin-left: 33.33333333%
	}
	.layui-col-lg-offset5 {
		margin-left: 41.66666667%
	}
	.layui-col-lg-offset6 {
		margin-left: 50%
	}
	.layui-col-lg-offset7 {
		margin-left: 58.33333333%
	}
	.layui-col-lg-offset8 {
		margin-left: 66.66666667%
	}
	.layui-col-lg-offset9 {
		margin-left: 75%
	}
	.layui-col-lg-offset10 {
		margin-left: 83.33333333%
	}
	.layui-col-lg-offset11 {
		margin-left: 91.66666667%
	}
	.layui-col-lg-offset12 {
		margin-left: 100%
	}
}
.layui-bg-green {
	background-color: #5FB878 !important /*#009688*/
}
.layui-bg-f5 {
	background-color: #F5F5F5 !important;
}
.layui-bg-success {
    background-color: #5cb85c !important;
}
td.text-left {
    text-align: left!important;
}
td.text-right {
    text-align: right!important;
}
td.text-center {
    text-align: center!important;
}
.w100{
	width: 100px;
}
.layui-icon-edit{
	color: blue;
}
.mt_5{
	margin-top: 5px;
}
.layui-btn-primary:hover {
	/* border-color: #009688;
	color: #333 */
	border-color: #3089dc;
    color: #3089dc;
}

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

.layui-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.layui-btn-info {
    background-color: #5bc0de;
}
.layui-btn-group .layui-btn-primary:hover {
	border-color: #C9C9C9;
	color: #1e9fff
}
.layui-input,.layui-select,.layui-textarea {
	height: 34px;
	line-height: 1.3;
	line-height: 34px\9;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px
}
.layui-form-label {
	float: left;
	display: block;
	padding: 7px 15px;
	width: 80px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
	color: #333;
}
.layui-form-mid {
	float: left;
	display: block;
	padding: 7px 0 !important;
	line-height: 20px;
	margin-right: 10px
}

.layui-form-select {
	font-size:12px;
}


.layui-form-select dl dd.layui-this {
	background-color: #1E9FFF; /*pyd*/
	color: #fff
}
.layui-form-checked,.layui-form-checked:hover {
	border-color: #1e9fff
}

.layui-form-checked span,.layui-form-checked:hover span {
	background-color: #1e9fff
}
.layui-form-checkbox[lay-skin=primary] span {
    float: right;
     padding: 0 10px;
    line-height: 18px;
    background: 0 0;
    color: #666;
}
.layui-form-checked i,.layui-form-checked:hover i {
	color: #1e9fff
}
.layui-form-checkbox[lay-skin=primary] i {
	position: relative;
	top: 0;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transition: .1s linear;
	transition: .1s linear
}

.layui-form-checkbox[lay-skin=primary]:hover i {
	/* border-color: #5FB878; */
	border-color: #4cb9fc;
	color: #fff
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #28a3ef;;
	background-color: #28a3ef;;
	/* border-color: #226da5;
    background-color: #0288d1; */
	color: #fff
}
.layui-form-checked.layui-checkbox-disbaled[lay-skin=primary] i {
	border-color: #e2e2e2 !important;
    background-color: #e2e2e2 !important;
}
.layui-form-onswitch {
	border-color: #1e9fff;
	background-color: #1e9fff
}
.layui-form-radio&gt;i {
	margin-right: 8px;
	font-size: 16px;
	color: #c2c2c2
}

.layui-form-radio&gt;i:hover,.layui-form-radioed&gt;i {
	color: #28a3ef;/* #1E9FFF */
}
.layui-form-pane .layui-form-label {
	width: 110px;
	padding: 6px 15px;
	height: 34px;
	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
}
.layui-laypage .layui-laypage-skip {
/* 	height: 30px;
	line-height: 30px; */
	color: #999
}
.layui-table {
	width: 100%!important;
	background-color: #fff;
	color: #50545b
}
.layui-table td,.layui-table th {
	position: relative;
	padding: 9px 10px; /* 15px; */
	min-height: 20px;
	line-height: 20px;
	font-size: 13px
}

.layui-table[lay-skin=line] td,.layui-table[lay-skin=line] th {
	border-width: 0 0 1px;
	font-size: 13px;
}

.layui-table[lay-skin=row] td,.layui-table[lay-skin=row] th {
	border-width: 0 1px 0 0;
	font-size: 13px
}

.layui-table[lay-skin=nob] td,.layui-table[lay-skin=nob] th {
	border: none;
	font-size: 13px
}


/* .layui-table td {
	font-size: 12px;
}
.layui-table[lay-skin=line] td,.layui-table[lay-skin=row] td,.layui-table[lay-skin=nob] td {
	font-size: 12px;
} */

.layui-nav {
	position: relative;
	padding: 0 20px;
	background-color: #F5F5F5;
	color: #fff;
	border-radius: 2px;
	font-size: 0;
	box-sizing: border-box
}
.layui-nav-item:hover {
	background-color: #0e6bc7;
} 

.layui-nav-item:LINK {
	background-color: red;
} 
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0px;
    /* */
    transition: all .2s;
    -webkit-transition: all .2s;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    background-color: #fff;
    color: #000;
}
.layui-header .layui-nav .layui-nav-item * {
	font-size: 15px;
}
.layui-nav .layui-nav-item a {
	display: block;
	padding: 0 20px;
	transition: all .3s;
	-webkit-transition: all .3s
}
.layui-nav-tree .layui-nav-item a {
	color: #333;
}

/* .layui-nav .layui-this:after,.layui-nav-bar,.layui-nav-tree .layui-nav-itemed:after
	{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #1B72B9;
	transition: all .2s;
	-webkit-transition: all .2s
} */
.layui-nav-bar {
	z-index: -1000
}

.layui-nav .layui-nav-item a:hover,.layui-nav .layui-this a {
	/* color: #fff */
}

.layui-nav .layui-nav-more2 {
	border-top-color: #333;
}

.layui-nav .layui-nav-more3 {
	border-top-color:"";
	border-color: transparent transparent !important;
	border-right-color: #ed4e2a !important;
	border-width: 9px !important;
	top:10px !important;
	right:0px !important;
}

.layui-nav .layui-nav-more4 {
	border-top-color:"";
	border-color: transparent transparent !important;
	border-right-color: #ed4e2a !important;
	border-width: 9px !important;
	right:0px !important;
	top: 15px !important;
}
.layui-nav-tree .layui-nav-child, .layui-nav-tree .layui-nav-child a:hover {
    background: 0 0;
    color: #000;
}
.layui-nav .layui-nav-mored2,.layui-nav-itemed .layui-nav-more2 {
	border-color: transparent transparent #333!important;
}
.layui-nav-tree .layui-nav-item a:hover {
     background-color: #fff;
}
.layui-nav-child dd:hover {
	background-color: #E7EAEF;
}
/* #head_nick{
	font-size: 14px;color: #fff;padding: 0 2px;
} */

.layui-nav-child dd.layui-this:after {
	display: none;
}
.layui-header .layui-nav-child dd{
	cursor: pointer;
}
.layui-nav-tree {
	width: 180px;
	padding: 0
}

.layui-nav-tree .layui-nav-item {
	display: block;
	width: 100%;
	line-height: 45px;
	/* background-color: #E7EAEF; */
	background-color: #fff;
    border-top: 1px solid #f3f3f3;
}
.layui-nav-tree .layui-nav-itemed {
	/* background-color: #E7EAEF */
}

.layui-nav-tree .layui-nav-item a:hover {
	/* background-color: #fff ; *//*#E7EAEF*/
}

.layui-nav-tree .layui-nav-bar {
	width: 5px;
	height: 0;
	background-color: #3089DC
}

.layui-nav-tree .layui-nav-child dd.layui-this,.layui-nav-tree .layui-nav-child dd.layui-this a,.layui-nav-tree .layui-this,.layui-nav-tree .layui-this&gt;a,.layui-nav-tree .layui-this&gt;a:hover
	{
	background-color: #E7EAEF;
	color: #4879e9
}

.layui-nav-tree .layui-nav-child dd.layui-this,.layui-nav-tree .layui-nav-child dd.layui-this a,.layui-nav-tree .layui-this,.layui-nav-tree .layui-this&gt;a,.layui-nav-tree .layui-this&gt;a:hover:before  {
	color: #1B72B9;
	text-decoration: none
}

.layui-nav-tree .layui-nav-child dd.layui-this { /* ,.layui-nav-tree .layui-nav-child dd:hover */
	border-left: 3px solid #ed4e2a;
}
.layui-nav-tree .layui-nav-child dd.layui-this cite {
	margin-left: -3px;
}

.layui-nav-tree .layui-nav-child dd.layui-this a,.layui-nav-tree .layui-this&gt;a:before{	
	/* background-color: #1B72B9;
    content: "";
    position: absolute;
    top: 0;
    left: -10px; 
    display: block;
    width: 4px;
    height: 40px; #4879e9 #09c*/
    color: #4879e9;
	text-decoration: none
}
.layui-nav-itemed&gt;a,.layui-nav-tree .layui-nav-title a,.layui-nav-tree .layui-nav-title a:hover
	{
	color: #333 !important
}

.layui-nav-tree .layui-nav-child a {
	height: 35px;
	line-height: 35px;
	color: #333;
	/* color: rgba(255, 255, 255, .7) */
	margin-left: 20px;
}
.layui-nav-tree .layui-nav-child,.layui-nav-tree .layui-nav-child a:hover
	{
	background: 0 0;
	/* color: #fff */
}
.layui-nav-tree .layui-nav-child cite {
	font-size: 13px 
}
.layui-nav-itemed .layui-nav-child {
	display: block;
	padding: 0;
	background-color: #F5F5F5 !important;
	/* box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1) */
	border-top:1px solid #f3f3f3;
}

.layui-tab-title .layui-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;
	/* border-top: 3px solid #1e9fff; */
	box-sizing: border-box;
	pointer-events: none
}
.layui-tab-brief&gt;.layui-tab-title .layui-this {
	color: #1E9FFF
}

.layui-tab-brief&gt;.layui-tab-more li.layui-this:after,.layui-tab-brief&gt;.layui-tab-title .layui-this:after
	{
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #1E9FFF
}

/****jQueryï¿½ï¿½ï¿½ï¿½Í·ï¿½ï¿½Ê¾ï¿½ï¿½ï¿½ï¿½****/
@CHARSET "UTF-8";
.pt {
	position: absolute;
	text-align:left;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	z-index: 2209;
	width: auto;
	height:auto;
	display:none;
}
.pt .cont {
	height: auto;
	overflow-y: auto;
	background-color: #FFFFFF;
	padding: 10px;
}
.pt .out, .pt .in {
    display: block;
    font-family: simsun;
    font-size: 0;
    height: 0;
    overflow: visible;
    position: absolute;
    width: 0;
}
/*************up*******************/
.pt-up .out, .pt-up .in{
    border-style: dashed dashed solid;
}
.pt-up .out {
    border-color: transparent transparent #CFCFCF;
    border-width: 0 7px 8px;
    left: 28px;
    top: -8px;
}
.pt-up .in {
    border-color: transparent transparent #FFFFFF;
    border-width: 0 6px 7px;
    left: 29px;
    top: -7px;
}
/*************right****************/
.pt-right .out, .pt-right .in {
    border-style: dashed dashed dashed solid;
}
.pt-right .out {
    border-color: transparent transparent transparent #CFCFCF;
    border-width: 8px 0 7px 7px;
    right: -7px;
    top: 28px;
}
.pt-right .in {
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 7px 0 6px 6px;
    right: -6px;
    top: 29px;
}
/*************down*****************/
.pt-down .out, .pt-down .in {
    border-style: solid dashed dashed;
}
.pt-down .out {
    border-color: #CFCFCF transparent transparent;
    border-width: 8px 7px 0;
    bottom: -8px;
    left: 28px;
    top: auto;
}
.pt-down .in {
    border-color: #FFFFFF transparent transparent;
    border-width: 7px 6px 0;
    bottom: -7px;
    left: 29px;
    top: auto;
}
/*************left*****************/
.pt-left .out, .pt-left .in {
    border-style: dashed solid dashed dashed;
}
.pt-left .out {
    border-color: transparent #CFCFCF transparent transparent;
    border-width: 7px 8px 7px 0;
    left: -8px;
    top: 28px;
}
.pt-left .in {
    border-color: transparent #FFFFFF transparent transparent;
    border-width: 6px 7px 6px 0;
    left: -7px;
    top: 29px;
}

/*************update by pyd*****************/
::-webkit-scrollbar {
    background: transparent;
    width: 12px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e1e1e1;
    width: 6px;
    height: 6px;
    border: 0px solid transparent;
    background-clip: content-box;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #fafafa;
}
::-webkit-scrollbar-track-piece {
    display: none;
}	

.module-wrap {
    margin-right: 10px; 
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 10px 24px;
    /* border:1px solid red; */
    float: left;
}
.module-hd {
    font-size: 16px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 10px 5px 0;
    line-height:18px !important;
    color: #999;
}

.module-bd a {
    /* padding: 0 0 19px; */
    display: block;
    font-size: 14px !important;
    color: #333;
    position: relative;
    /* border:1px solid red; */
    padding: 0 0px !important;
    text-decoration: none;
    background-color: transparent;
}

.module-bd a:HOVER {
	/* background-color: #3089DC !important; */
	background:none !important;
	color: #3089DC  !important;
}


.layui-header .layui-nav {
	padding: 0;
}
.layui-header .layui-nav .layui-nav-item a {
	padding: 0 15px;
}
.layui-header .layui-layout-left .layui-nav-item a {
	color: #fff;
}
a {
    text-decoration: none !important;
}
.layui-laypage .layui-laypage-skip {padding-left:10px;}
.layui-laypage .layui-input, .layui-laypage .layui-laypage-btn {margin-top: -1px;}
.layui-laypage .layui-laypage-count {padding: 0 10px;}
.sm_border {
	border:1px solid #ddd;
	-webkit -box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.layui-laypage-em{
	background: #1e9fff!important;
}
.layui-btn {
    height: 34px;
    line-height: 34px;
    padding: 0 18px;
}

.layui-btn-lg {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px;
}
.layui-btn-sm {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}
.layui-btn-xs {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
}

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

.layui-form-checkbox[lay-skin=primary] {
    height: auto !important;
    line-height: normal !important;
    border: none !important;
    margin-right: 0;
    padding-right: 0;
    background: 0 0;
    padding-left: 2px;
}

#userinfo_div{
	position: fixed;
    left: 0px;
    bottom: 2px;
    text-align: left;
    width: 180px;
    bottom: 30px;
    font-size: 13px;
    color: #333;
    padding-left:20px;
}</pre></body></html>