/*登录头部*/
.date{
	font-size: 13px;
	float: right;
	height: 78px;
	width: 200px;
	padding-top: 40px;
}
/*登录部分*/
.login_body{
	height:438px; 
	/* width: 100%; */
}
.login_block{
	min-height: 270px;
	width: 325px;
	border-radius: 5px;
	/*background: #fff;*/
	float: right;
	margin-top: 54px;
	overflow: hidden;
	margin-right:165px;
}
.login_user{
	height: 50px;
	width: 325px;
}
.user{
	height: 50px;
	width: 100%;
	float: left;
	text-align: center;
	line-height: 50px;
	color:rgba(109,127,120,1);
	font-size: 18px;
	background: rgba(255,255,255,1);
	cursor: pointer;
}
.user_sel{
	background: #fff;
	font-weight: bold;
	color: rgba(0,121,190,1);
}
.login_cell{
	min-height: 270px;
	width: 100%;
	background: #fff;
	padding:15px 40px;
}
.group_style{
 	/*margin-top: 10px;*/
 	overflow: hidden;
}
.login_block .form-group{
	margin-bottom: 0px;
}
.input_tips{
	min-height:20px;
	min-width:20px;
	line-height: 20px;
	color:rgba(204,0,1,1); 
	margin:5px 0;
}
.yzm{
	float: right;
	height: 34px;
	border:1px solid #ddd;
	border-radius: 2px;
}
.yzm img{
	height: 100%;
	width: 100%;
}
.group_style2{
 	/*margin-top: -10px;*/
 	overflow: hidden;
}
.boxword{
	color:rgba(153,153,153,1);
	font-size: 13px;
}
.tips{
	color:rgba(204,0,1,1);
	font-size: 12px;
}
/*底部信息*/
.login_footer{
	height:100px;
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
}
.foot{
	height: 33px;
	text-align: center;
	color: #99999B;
	background: #F3F4F6;
	line-height: 33px;
	font-size: 12px;
}