.banner{
	height: 702px;
	background: url(../img/login_slices/banner.png) no-repeat center;
	position: relative;
}
.ad{
	width: 660px;
	height: 537px;
	border-radius: 10px;
	background-color: #FFFFFF;
	position: absolute;
	top: 81px;
	left: 50%;
	margin-left: -600px;
}
.login{
	width: 496px;
	height: 537px;
	border-radius: 10px;
	background-color: #FFFFFF;
	position: absolute;
	top: 81px;
	left: 50%;
	margin-left: 110px;
}
.register{
	width: 566px;
	height: 537px;
	border-radius: 10px;
	background-color: #FFFFFF;
	position: absolute;
	top: 81px;
	left: 50%;
	margin-left: -283px;
}
.l-title{
	font-size: 28px;
	color: #333333;
	text-align: center;
	margin-top: 61px;
}
.login>input{
	display: block;
	width: 430px;
	height: 48px;
	margin: 0 auto;
	border-radius: 4px;
	position: relative;
	text-indent: 15px;
}
.cantsee{
	position: absolute;
	left: 415px;
	top: 272px;
}
.on{
	position: absolute;
	left: 455px;
	top: 265px;
}
.forget{
	font-size: 12px;
	color: #999999;
	margin: 19px auto auto 444px;
}
.noandregist{
	text-align: center;
	font-size: 14px;
	margin-top: 45px;
}
.havent{
	color: #999999;
}
.regist{
	color: #00E7D2;
}
