<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 */
*{margin:0; padding:0;font-family:"微软雅黑";}

body {
	width:100%;
	height:100%;
	background:url(bck.jpg) no-repeat 0 0 scroll;
}
.main {
	width:470px;
	margin:100px auto 0;
}
.logo {
	margin:25px 0 60px 0;
}
.login {
	width:470px;
	/*height:165px;*/
	overflow:hidden;
	background-color:#fff;
	border-radius:5px;
}
.login div {
	width:470px;
	height:55px;
	overflow:hidden;
}
.bd{
	border-bottom:1px solid #ebebeb;
}
.login img {
	margin:20px 20px 0;
	float:left;
}
.login input {
	width:250px;
	height:25px;
	float:left;
	margin-top:17px;
	border:0;
	outline:none;
	font:14px/25px "微软雅黑";
}
.denglu input {
	width:470px;
	height:55px;
	font-size:24px;
	color:#fff;
	background-color:#127bc6;
	border-radius:5px;
	border:0;
	outline:none;
	cursor:pointer;
	margin-top:50px;
}
.jszc {
	width:470px;
	height:30px;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	bottom:10px;
	margin-top:100px;
	text-align:center;
	vertical-align:bottom;
}
.jszc a {
	color:#fff;
	text-decoration:none;
}
.jszc a:hover {
	text-decoration:underline;
}
.jszc span {
	margin:0 20px;
}</pre></body></html>