@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";
}

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;}
.mb30{margin-bottom: 30px;}

.c9{color: #999;}


.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;
	display: none;
	background: rgba(0,0,0,0.7);
}
.pup .pup_box{
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2);
    position: relative;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    border-radius:4px;
	min-width: 400px;
	min-height:100px;
}

.pup .pup_box .pup_title{
	padding: 0 10px;
	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;
	display: flex;
}

.pup .pup_box .pup_title h3{
	flex: 1;
}
.pup .pup_box .pup_nr{
	padding: 10px;
}
.pup .pup_box .pup_footer{
	padding:6px;
	border-top: 1px #eee solid;
	background: #f2f2f2;
}

.pup .pup_box .pup_footer .btn{
	float: right;
}
.pup .pup_box .pup_footer .layui-btn{
	margin-left:6px;
}

.main_bg{
	background: #f6f6f6;
}

@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');
}
.iconfont{
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 6px;
}