/* v1.0 | 20190606 */
@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
	legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	/*overflow:hidden !important;*/
	font-family: "微软雅黑" !important;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

p {
	margin: 0px !important;
}
a {
	text-decoration: none;
	color: black;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ft {
	float: left;
}

.fu {
	float: right;
}

.nof {
	border: 0px;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.hand:hover {
	cursor: pointer;
}

.hand-line:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* override */
fieldset {
	border: none;
	padding: 32px;
	margin: 32px 0px;
}



#nav a {
	color: #fff;
}

#nav a:link {
	text-decoration: none;
	color: #fff;
}

#nav a:visited {
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	text-decoration: none;
	color: #fff;
}

#nav a:active {
	text-decoration: none;
	color: #fff;
}

#xuank {
	display: none;
}

#font-14 {
	font-size: 14px;
}

.font-bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.center-text {
	text-align: center;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

.container p {
	margin: 0px 0px 5px;
}

.middle-block {
	position: relative;
	top: 50%;
	margin-top: -150px;
}

.hang {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.huan {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	white-space:normal;
	word-break:break-all;
}

.highlight {
	color: blue;
	font-weight:bold;
}

.hint {
    color: #bfbfbf;
    font-size: 11px;
}
.ovfHiden{
	overflow: hidden;
}
.layui-layer-molv .layui-layer-btn .layui-layer-btn1{background:#009f95;color: white;}

