@charset "utf-8";
.banner{
	position: relative;
}
.l-contain{
	position: absolute;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	text-align: center;
	z-index: 100;
}
.l-form{
	padding: 30px 35px 0;
}
.tit{ 
	text-align: center;
}
.tit a{
	color: #fff;
	display: inline-block;
	line-height: 20px;
	padding: 0 20px;
	font-size: 18px; 
}
.tit a:first-child{
	border-right:1px solid #fff;
}
.tit a:hover,
.tit a.active{
	color: #ff6700;
}
.l-form input{
	width: 100%;
	height: 42px;
	line-height:42px;
	color: #333;
	margin-top: 18px;
	padding-left: 10px;
	box-sizing: border-box;
}
.l-form .iPwd{
	display: none;
}
.l-form .login-item input{
	width: 200px;
}
.agree{
	margin-top: 30px;
	text-align: left;
}
.agree a{
	color: #ff6700;
}
.l-form input[type=checkbox]{
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.obtain{
	width: 114px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	background: #ff6700;
	margin-top: 18px;
}
.graph-img{
	width: 114px;
	height: 42px;
	margin-top: 18px;
}
input.sub{
	background: #ff6700;
	font-size: 16px;
	color: #fff;
}
.pwd{
	margin-top: 12px;
}
.get-yzm{
	line-height: 30px;
}
.pwd,
.pwd>a,
.get-yzm{ 
	color: #fff;
} 
.pwd p a{
	color: #ff6700
} 
.agree a:hover,
.pwd a:hover,
.get-yzm:hover{
	color: #f90;
}
.hint{
	line-height: 18px;
	font-size: 16px;
	color: #f00;
	text-align: center;
	margin: 5px 0;
	height: 18px;
}
.other-tit{
	color: #999;
	line-height: 20px; 
}
.other-tit:after,
.other-tit:before{
	display: inline-block;
	content: '';
	height: 1px;
	vertical-align: middle;
	background: #999;
	width: 80px;
	margin: 0 10px;
}
.other li{
	display: inline-block;
	margin: 20px 18px;
}