body {
	margin: 0;
	font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft Yahei", \5b8b\4f53, sans-serif;
}
input {
	outline: none
}
ul {
	padding: 0;
	margin: 0;
}
.login_masklayer {
	background: #fff url(../images/topbg.jpg) no-repeat center top;
	width: 100%;
	height: 1010px;
}
.login_masklayer.tspeed {
	height: auto;
}
.login_masklayer_pt {
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 20;
}
.login_masklayer_pt .login_logo {
	width: 160px;
	height: 50px;
	background: url(../images/nw_logo.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -135px;
	opacity: 0.8;
}
.login_masklayer_pt .login_logo h1 {
	width: 150px;
	border-left: 1px solid #ccc;
	height: 22px;
	line-height: 22px;
	position: absolute;
	right: -175px;
	top: 4px;
	font-size: 20px;
	color: #f2e400;
	padding-left: 10px;
}
.login_logo {
	width: 200px;
	height: 200px;
	background: url(../images/logo.gif) no-repeat left;
	background-size: 95%;
	position: absolute;
	top: 10px;
	left: 50px;
	margin-left: 0px;
}
.login {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.login_logoform {
	width: auto;
	position: absolute;
	right: 0;
	margin-top: 270px;
	padding: 10px;
	background: rgba(234, 192, 98, 0.3);
	border-radius: 20px;
	text-align: center;
}
.logoform {
	display: block;
	background: #fcf9f9;
	border-radius: 20px;
	padding: 10px;
}
.login_logoform li {
	width: 268px;
	border: 1px solid #dab75a;
	height: 33px;
	line-height: 33px;
	margin: 10px auto;
	list-style-type: none;
	border-radius: 5px;
}
.login_logoform li:hover {
	border: 1px solid #18a9a9;
}
.login_logoform li.nbr {
	width: 200px;
	height: 35px;
	margin: 20px auto 10px;
	background: url(/images/login.png) top left repeat-x;
	background: -moz-linear-gradient(top, #f0bc21 0, #be9006 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0bc21), color-stop(100%, #be9006));
	background: -webkit-linear-gradient(top, #f0bc21 0, #be9006 100%);
	background: -o-linear-gradient(top, #f0bc21 0, #be9006 100%);
	background: -ms-linear-gradient(top, #f0bc21 0, #be9006 100%);
	background: linear-gradient(to bottom, #f0bc21 0, #be9006 100%);
	border: none;
	box-shadow: 0px 2px 2px #888888;
	border-radius: 10px;	
}
.login_logoform li.nbr:hover {
	background: #118f8f url(../images/nw_topmenu_bg.jpg) no-repeat;
	background-size: 0% 220%;
}
.login_logoform li label {
	display: block;
	float: left;
	font-size: 14px;
	width: 85px;
	text-align: right;
	font-weight: bold;
	color: #bd8f06;
}
.login_logoform li span {
	font-weight: normal;
	padding: 0px 5px;
	display: inline-block;
}
.login_logoform li input {
	background: none;
	color: #000;
	border: none;
	height: 33px;
	line-height: 33px;
	padding-left: 0;
	float: left;
	width: 180px;
	font-size: 14px;
}
.login_logoform li input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
height: 31px;
line-height: 31px;
}
.login_logoform li .yzm_div input {
	width: 80px;
}
.login_logoform .yzm {
	float: right;
	border: 1px solid rgba(255,255,255,0.5);
	width: 100px;
	height: 33px;
	overflow: hidden;
	cursor: pointer;
	margin: 10px auto;
}
.login_logoform .yzm img {
	width: 100px;
	height: 33px;
}
.login_logoform li .login_btn {
	width: 100%;
	height: 35px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}