body {
	font-size: 12px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
form{margin:0px;padding:0px;}

.login_top{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 400px;
	background-color: #0060A9;
	background-image: url('../images/login_top_bg.jpg');
	background-repeat: no-repeat;  /*不重复*/
	background-size: 100% 100%;     /*满屏*/
}

.login_title{
	position: relative;
	z-index: 999;
	margin: 0 auto; /*水平居中*/
	width: 486px;
	height: 50px;
	display:block;
	margin: auto;
	text-align: center;
	color:#fff;
	margin-top: 100px;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 5px;
	line-height: 60px;
	justify-content: center;
}

.login_main{
	background-color: #FFFFFF;
	top: 10px;
	width:423px;
	height:366px;
	display: block;
	margin:auto;
	margin-top:30px;
	border-radius: 20px;
	-moz-box-shadow: 1px 2px 3px #ccc; /* 老的 Firefox */
	box-shadow: 1px 2px 3px #ccc;
}
.login_main_top{
	width:133px;
	height:36px;
	background: url("../images/member_title.png");
	float:left;
	display:blcok;
	margin:25px 0 0 135px;
	color: #3C3C3C;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 60px;
	justify-content: center;
}
.login_main_errortip{
	float:left;display:blcok;clear: both;width:100%;padding-left:95px;padding-top:5px; color: red;font-size: 12px;
	}
.login_main_ln{width:100%;height:45px;float:left;display:blcok;margin-top:5px;}
.login_main_ln input{
	width:230px;height: 45px;margin-left: 95px;text-indent: 30px;border:1px solid #bbb;font-size:17px;
	background: url("../images/ln.png");background-repeat: no-repeat;background-position: left;line-height: 45px;
	}
.login_main_pw{width:100%;height:45px;float:left;display:blcok;margin-top:10px;}
.login_main_pw input{width:230px;height: 45px;margin-left: 95px;text-indent: 30px;border:1px solid #bbb;font-size:14px;
	background: url("../images/pw.png");background-repeat: no-repeat;background-position: left;;line-height: 45px;
	}
.login_main_yzm{width:100%;height:45px;float:left;display:blcok;margin-top:10px;}
.login_main_yzm input{
	width:133px;height: 45px;margin-left: 95px;text-indent: 10px;border:1px solid #bbb;font-size:17px;
	;line-height: 45px;
	}
.login_main_remb{width:100%;height:25px;float:left;display:blcok;margin-top:8px;color: #bbb;font-size: 12px;}
.login_main_remb input{display: block;float:left;margin-left: 95px;}
.login_main_remb span{display: block;float:left;line-height: 20px;}
.login_main_submit{width:100%;height:45px;float:left;display:blcok;}
.login_main_submit input{
	width:150px;height:55px;display:block;background: url("../images/button.png");border: none;
	margin-left: 135px;margin-top:35px;outline: none; cursor: pointer;
	}

