<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	color: #000;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
.box-sizing-box {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	color: #000; font-size: 14px; font-family: \5FAE\8F6F\96C5\9ED1,\5B8B\4F53;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*height: 20000px;*/
	background: url("../images/loginbj.jpg") center top repeat-x ;



}

/*body,html{ width:100%; height:100%; }*/
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, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	list-style-type:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.fleft{ float: left; display: inline;}
a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	color: #333;
	/*-webkit-transition: all 0.5s linear;*/
	/*-moz-transition: all 0.5s linear;*/
	/*-ms-transition: all 0.5s linear;*/
	/*-o-transition: all 0.5s linear;*/
	/*transition: all 0.5s linear;*/
}
a:hover {
	text-decoration: none;
	color: #bc3b36;
}
.content{ width: 1200px; margin: 0px auto; }
.content1300{ width: 1300px; margin: 0px auto; }
.text-over {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-over-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.text-over-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.text-over-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.box-sizing-box {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}

.flex {

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
.flex1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.contleft {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.contright {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.contsx{
	-webkit-justify-content: center;
	align-items:center;
}

.contgu {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contzhong {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.contshu{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contwv{
justify-content: space-evenly;
}
.w100{ width: 100%;}
.fdc {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-flow-wrap {
	flex-flow: row wrap;
}
.height100{ height: 100vh;}
.heightf1{flex-grow: 1;}
.page{
	width: 100%;
	margin-top: 15px; padding-left:40px;
}

.page a,.page span{
	padding: 5px 12px;
	margin-left: 5px;
	display: inline-block;
	border: 1px #ddd solid;
	background: #f2f2f2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear ;
	-ms-transition: all 0.2s linear ;
	-o-transition: all 0.2s linear ;
	transition: all 0.2s linear ;
}
.page a:hover,.page span{
	color: #ff0000;
	border: 1px #ff0000 solid;
	background: #ffffff;
}


.wlxxnw{ width: 90%; margin: 5%;}
.wlxx2{ width: 100%; text-align: center; font-size: 36px; font-weight: bold; color: #000;}
.wlxx1{ width: 100%; text-align: left; font-size: 18px; color: #000; text-indent:2em; margin-top: 30px; line-height: 32px;}
.xxbd{ width: 78%; margin: 30px auto; }
.xxbd li{ width: 100%;}
.xxbd li span{ width: 18%; margin: 5px auto; padding: 10px; text-align: right; font-size: 16px;}
.xxbd li input.bmbm1{ width: 82%; margin: 5px auto; padding: 10px; font-size: 16px;}
.xxbd li textarea{ width: 82%; margin: 5px auto; padding: 10px; font-size: 16px; }
.xxbd li button{ width: 82%; margin: 5px auto; padding: 15px; font-size: 16px; background-color: #bc3b36; border: 0px; color: #fff;cursor:pointer}
.xxbd li button:hover{ width: 82%; margin: 5px auto; padding: 15px; font-size: 16px; background-color: #cc3b30; border: 0px; color: #fff;cursor:pointer}</pre></body></html>