@charset "utf-8";


/*body  a{*/
	/*text-decoration: underline;*/
/*}*/

.login{
	width: 100%;
	/* height: 471px; */
	height: 513px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6f6f6;
	/* background-image:url("../images/bg1.jpg"); */
	background-image:url("../images/bg4.jpg");
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
.login_re{
	background-color: #960506;
	display: block;
	width: 80px;
	height: 25px;
	color: white;
	text-align: center;
	margin-top: 30px;
	margin-left: 920px;

}
.login .login_info{
	width: 755px;
	height: 370px;
	background-color: rgba(255,255,255,0.8);
	margin-left: auto;
	margin-right: auto;
}
.login .login_title{
	text-align: center;
	font-size: 28px;
	margin-bottom: 10px;

}
.login .line{
	background-image:url("../images/blackline.png");
	background-position: 50% 0;
	height: 10px;

}
.login .loginmain{
	width: 400px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.login .login_title1{
	float: left;
	width: 90px;
	height: 40px;
	margin-top: 15px;
	line-height: 40px;
	font-size: 20px;
}
.login .login_name{
	float: left;
	width: 265px;
	height: 40px;
	margin-top: 15px;
	border: 1px solid#e5e5e5;
}
.login .login_name input,.login .login_pwd input,.login .login_verify input{
	width: 245px;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding:0 10px;
	color: #505050;
}
.login .login_verify input{
	width: 108px;
}
.login .login_pwd{
	float: left;
	width: 265px;
	height: 40px;
	margin-top: 15px;
	border: 1px solid#e5e5e5;

}
.login .login_verify{
	float: left;
	width: 128px;
	height: 40px;
	margin-top: 15px;
	border: 1px solid#e5e5e5;
}

.login .showverify{
	float: left;
	width: 128px;
	height: 40px;
	margin-top: 15px;
	text-align: center;
	background-color: white;
	margin-left: 11px;
	border: 1px solid#e5e5e5;
}
.login .login_but input{
	float: left;
	width: 265px;
	height: 40px;
	background-color: #960506;
	margin-left: 90px;
	color: white;
	text-align: center;
	font-size: 25px;
	margin-top: 15px;

}
.login .fogetpwd{
	float: left;
	margin-left: 295px;
	margin-top: 15px;
}
.login .fogetpwd a,.login .tishi a{
	color: #0337ad;
	text-decoration: underline;

	display: block;
}

.login .tishi{
	color: #0337ad;
	display: block;
	height: 40px;
	left: 359px;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 15px;
	position: absolute;
	width: 220px;
	font-size: 12px;

}