/*现在登录*/
.loginLogo a{
	display: block;
	width: 100px;
	height: 40px;
	margin: 150px auto 40px;
	background: url(../img/new_logo2.png) no-repeat center;
}
.loginNowBox{
	width: 480px;
	height: 510px;
	background: #FFFFFF;
	box-shadow:0 0 20px rgba(140,176,233,.8);
	/*box-shadow：0 4px 8px rgba(147,180,234,.5);*/
	padding: 0 80px;
	margin: 0 auto;
}
.loginNowBox h6{
	line-height: 170px;
	font-size: 22px;
	color: #2b91f1;
	text-align: center;
}
.loginNowBox .spanBox{
	border-bottom: 1px solid #eff3f6;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 50px;
}
.loginNowBox .spanBox span{
	width: 120px;
	text-align: center;
	color: #333333;
	cursor: pointer;
}
.loginNowBox .spanBox span.active{
	color: #2b91f1;
	border-bottom: 3px solid #2b91f1;
	height: 40px;
	box-sizing: border-box;
}
.loginNowBox .spanBox span.spanLeft{
	float: left;
}
.loginNowBox .spanBox span.spanRight{
	float: right;
}
.loginNowBox .aBox {
	display: none;
}
.loginNowBox .aBox a{
	display: block;
	width: 330px;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin-top: 25px;
	background: #2b91f1;
	box-shadow:0px 4px 8px rgba(30,62,124,.15);
	-webkit-box-shadow:0px 4px 8px rgba(30,62,124,.15);
	-moz-box-shadow:0px 4px 8px rgba(30,62,124,.15);
	-o-box-shadow:0px 4px 8px rgba(30,62,124,.15);
	/*box-shadow：0 4px 8px 0 rgba(30,62,124,.15);
	-webkit-box-shadow：0 4px 8px 0 rgba(30,62,124,.15);*/
	color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
