/*==============================*/
.login_box{
	margin: 65px auto;
	width: 830px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.login_box .pull-right{
	width: 230px;
	height: 430px;
	background: #12a2fd;
	color: #fff;
}
.login_box .pull-right img{
	display: block;
	width: 90%;
	margin: 0 auto;
	margin-top:160px;
}
.login_box .pull-right span{
	display: block;
	text-align: center;
	width: 100%;
}
.login-item{
	width: 600px;
}
.login_box .title{
	margin-top: 50px;
	padding-left: 40px;
	position: relative;
	color: #aaa;
}
.login_box .title:after{
	width: 10px;
	height: 45px;
	border-radius: 10px;
	background: #3e9fff;
	content: "";
	position: absolute;
	top: 5px;
	left: 20px;
	display: block;
}
.login_box .title span{
	font-size: 24px;
	color: #666;
}
.input-list{
	margin-top: 5px;
	padding-left: 40px;
}
.input-list input{
	margin-top: 30px;
	width: 495px;
	height: 48px;
	border-radius: 10px;
	padding:0 15px;
	border: 1px solid #ccc;
	outline: none;
	font-size: 20px;
}
.other{
	height: 45px;
	line-height: 45px;
	text-align: right;
	color: #666;
}
.other a{
	display: inline-block;
	color: #3e9fff;
}
.login-btn,.next-btn{
	width: 280px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	margin: 50px auto 60px;
	background: #3e9fff;
}
.two{display: none;}
/*=========*/
.user-yzm{
	clear: both;
	overflow: auto;
}
.user-yzm input{
	width: 250px;
	float: left;
}
.yzm-btn{
	float: right;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	width: 200px;
	background: #12a2fd;
	color: #fff;
	border-radius: 10px;
	text-align: center;
}
