<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

html {
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

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

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

li {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom;
	overflow: hidden
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	resize: none;
	outline: 0
}

input[type=text]::-ms-clear {
	display: none
}

legend {
	color: #fff
}

table {
	font-size: inherit
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	line-height: 100%
}

em {
	font-style: italic
}

strong {
	font-weight: 700
}


h1 {
	font-size: 28px;
	line-height: 1.1em;
	text-shadow: 0 1px rgba(255, 255, 255, .9)
}

h2 {
	padding: 0 0 8px;
	font-size: 21px
}

h1,
h2 {
	letter-spacing: -.0125em;
	font-weight: 700
}

h3 {
	font-size:14px;
	font-weight: 700
}

p {
	
}

a {
	text-decoration: none;
	outline: 0
}

a.text-meta .invisible {
	visibility: visible;
	font-size: 0;
	line-height: 0
}

a:hover {

}

textarea {
	overflow: auto
}

textarea {
	display: inline-block;
	padding: 6px 10px;
	color: #221919;
	background: #fff;
	border: 1px solid #CCC;
	box-shadow: inset 0 1px rgba(34, 25, 25, .15), 0 1px rgba(255, 255, 255, .8);
	width: 250px
}

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr
}

.ir br {
	display: none
}

.hidden {
	display: none!important;
	visibility: hidden
}


.invisible {
	visibility: hidden
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	*zoom: 1
}

.clear {
	clear: both
}

.nf {
	float: none!important
}

.fr {
	float: right!important
}

.fl {
	float: left!important
}

.nb {
	border-width: 0!important
}

.nbt {
	border-top-width: 0!important
}

.nbb {
	border-bottom-width: 0!important
}

.nbr {
	border-right-width: 0!important
}

.nm {
	margin: 0!important
}

.nmt {
	margin-top: 0!important
}

.nmb {
	margin-bottom: 0!important
}

.nmr {
	margin-right: 0!important
}

.fixed {
	position: fixed!important
}

.hide {
	display: none
}

.show {
	display: block
}

.no-select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@font-face {
	font-family: "danox";
	src: url("https://hbfile.b0.upaiyun.com/font/danox.ttf")
}

a.img {
	display: block;
	background-color: #fff
}

a.img:active {
	background-color: #221919
}

a.img img {
	display: block;
	margin: 0 auto
}

a.img:hover img,
a.img:active img {
	opacity: .9
}

.img{overflow: hidden;text-align: center;line-height: 1;}
.img img{width: 100%;}


.flex{
	display: flex;
	display: -webkit-flex;
}
.flex_auto{flex: 1;}
.flex_lc{
	display: flex;
	display: -webkit-flex;
	align-items:center;
}

.flex_ycc{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
}

.flex_1{flex: 1;}
.flex_2{flex: 2;}
.flex_3{flex: 3;}


.clear{position:relative;}
.clear:after{
	content:"";
	clear: both;
	display: block;
	overflow: hidden;
}

.clear:before{
	content:"";
	clear: both;
	display: block;
	overflow: hidden;
}


.tc{text-align: center;}
.tr{text-align: right;}

.fr{float: right;}

.w1200{width: 1200px;margin: auto;box-sizing: border-box;}
.w100{width: 100%;}
h3{font-size: 14px;}

.ml20{margin-left: 20px;}
.ml10{margin-left: 10px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mr10{margin-right: 20px;}

.c9{color: #999;}
.ac1{color: #1777ff;}
.ac1:hover{color: #1777ff;text-decoration: underline;}



.f-item{width:100%;display:flex;line-height:32px;}
.f-item:not(:last-child){margin-bottom: 10px}
.f-item .f-label{display:block;margin-right:10px;line-height:32px;}
.f-item .f-label .f_icon img{width:36px;height:36px;}
.f-item .f-label p{text-align:right;width:80px;}
.f-item .f-label p span{color:#e13335;margin-right:4px;margin-left:-6px;}
.f-item .f-block{flex:1;}
.f-item .f-btn{margin-left:10px;}
.f-item .f-btn a{display:inline-block;float:left;}
.f-item .f-btn a:not(:last-child){margin-right:10px;}
.f-item .f-btn a:hover{text-decoration:underline;}
.f-item .f-btn a.more{color:#007dff}
.f-item .layui-btn {min-width:100px;}

.f-item .f-item{width: auto;margin-bottom: 0px;}
.f-item .f-item:not(:last-child){margin-right:10px;}

.f-item .layui-input{height:32px;}


.pup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.1);
	visibility: hidden;
}

.pup .pup_box {
	box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 9999;
	background: #fff;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	max-width: 80%;
	max-height: 80%;
	overflow: hidden;
}

.pup .pup_box .pup_title {
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #E2E2E2;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	border-radius: 2px 2px 0 0;
	display: flex;
	align-items: center;
	background: linear-gradient(to top, #EEEEEE 0%, #ffffff 100%);
}

.pup .pup_box .pup_title h3 {
	flex: 1;
	display: flex;
	align-items: center;
}

.pup .pup_box .pup_title .pup_btn {
	margin-left: 10px;
}

.pup .pup_box .pup_title .bz_btn {
	color: #DCDFE6;
	margin-left: 10px;
	height: 16px;
	position: relative;
	overflow: hidden;
	line-height: 16px;
	background: #fff;
	border-radius: 10px;
}

.pup .pup_box .pup_title .bz_btn:hover {
	color: #1777ff;
}

.pup .pup_box .pup_nr {
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
}
.pup .pup_box .pup_nr .layui-form-item:last-child{
	margin-bottom: 0;
}


.pup .pup_box .pup_footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 6px;
	border-top: 1px #eee solid;
	border-radius: 0 0 2px 2px;
	background: #fafafa;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content:center;
}
.pup .pup_box .pup_footer a{


}

.iconfont{
	margin-right: 6px;
}

/*定义滚动条*/
/* 滚动条整体部分，其中的属性有width,height,background,border（就和一个块级元素一样）等*/
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
/*滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。*/
::-webkit-scrollbar-button {
	height: 0px;
}
/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}
/*内层轨道，滚动条中间部分（除去）*/
::-webkit-scrollbar-track-piece {}
/*滚动条里面可以拖动的那部分*/
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}
/*边角*/
::-webkit-scrollbar-corner {
	background: rgba(0, 0, 0, 0.2);
}
/*定义右下角拖动块的样式*/
::-webkit-scrollbar-resizer {
	background: rgba(0, 0, 0, 0.2);
}

.element::-webkit-scrollbar { width: 0 !important }</pre></body></html>