.found_pwd_top{
	width: 100%;
	height: 92px;
}
.cloud_1{
	position: absolute;
	top: 50px;
	left: 60px;
	z-index: 1;
}
.cloud_2{
	position: absolute;
	top: 10px;
	left: 250px;
	z-index: 1;
}
.found_pwd_title{
	font-size: 30px;
	color: #34495e;
	margin-top: 20px;
	display: inline-block;
}
.found_pwd_msg{
	font-size: 16px;
	color: #34495e;
	margin-left: 200px;
}
.steps span{
	font-size: 14px;
	color: #bac1c7;
}
.steps .current span{
	color: #2684d1;
}
.step_info{
	height: 65px;
	display: inline-block;
	position: relative;
}
.step_name{
	position: absolute;
	width: 100px;
	display: inline-block;
	height: 16px;
	bottom: 0px;
	left: -30px;
}
.found_pwd_body{
	text-align: center;
	padding-top: 20px;
	width: 100%;
	height: auto;
	min-height: 390px;
	background: url(images/login_form.png) no-repeat;
	background-size: cover;
}
/*第一步*/
.step_1,.code_info,.input_info,.step_4,.step_5{
	width: 382px;
	height:auto;
	display: inline-block;
}
.step_1{
	margin-top: 50px;
}
.input_info{
	margin-bottom: 30px;
}
.found_input{
	width: 360px;
	height: 48px;
	border: 1px solid #eceef0;
	padding-left: 20px;
	display: inline-block;
	
}
.code_info{
	text-align: left;
}
.found_code{
	width: 180px;
	height: 48px;
	padding-left: 20px;
	float: left;
	border: 1px solid #eceef0;
	display: inline-block;
}
.code{
	width: 130px;
	height: 50px;
	display: inline-block;
	float: right;
}
.next_button{
	margin-top: 55px;
}

/*第二步*/
.step_2{
	width: 700px;
	height: auto;
	display: inline-block;
	margin-top: 60px;
}
.email_check,.phone_bind{
	width: 658px;
	height: 90px;
	border: 1px solid #cccccc;
	/*display: inline-block;*/
}
.email_check:hover,.phone_bind:hover{
	border: 1px solid #2696fc;
	background: #f6fbff;
}
.email_check{
	margin-bottom: 30px;
}
.min_button_right{
	float: right;
	margin-top: 8px;
	margin-right: 10px;
}
.check_button{
	float: right;
	margin-right: 20px;
	margin-top: 40px;
}
.left_img{
	float: left;
	margin-top: 19px;
	margin-left: 20px;
	margin-right: 20px;
}
.phone_bind .left_img{
	margin-top: 16px;
}
.step_2_center{
	float: left;
	text-align: left;
	margin-top: 23px;
}
.step_2_title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.step_2_content{
	font-size: 12px;
	color: #999;
}
.no_bind{
	font-size: 12px;
	color: #fe4800;
	float: right;
	margin-top: 45px;
	margin-right: 60px;
}

/*第三步*/
.step_3,.phone_bind_1{
	width: 670px;
	height: 320px;
	border: 1px solid #cccccc;
	display: inline-block;
}
.step_3{
	margin-top: 25px;
}
.step_3_header{
	color: #2684d1;
	height: 58px;
	line-height: 58px;
	width: 610px;
	display: inline-block;
	margin: 0 30px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.step_3_type{
	color: #ee6c30;
	font-size: 18px;
}
.type_code{
	width: 382px;
	text-align: left;
	display: inline-block;
	margin-top: 25px;
}
.choose_new,.check_type,.change_second{
	color: #2684d1;
	
}
.choose_new{
	display: block;
	margin-top: 15px;
}
.type_code_input{
	width: 236px;
	height: 48px;
	border: 1px solid #cccccc;
}
.get_code,.gray_button{
	width: 144px;
	float: left;
}
.gray_button{
	background:#e7e8ea;
	color: #666666;
}
.change_second{
	margin-right: 15px;
	font-size: 18px;
}
/*第四步*/
.step_4{
	margin-top: 50px;
}
.step_4_input{
	margin-bottom: 25px;
	display: inline-block;
}
.reset_button{
	margin-top: 25px;
}
/*第五步*/
.step_5,.phone_bind_2{
	margin-top: 90px;

}
.success_info{
	font-size: 20px;
	color: #5d6d7e;
	display: inline-block;
	
}

.login_now{
	color: #2684d1;
	font-size: 18px;
	display: block;
}
.step_5_success{
	text-align: left;
	margin-left: 20px;
	height: 95px;
	display: inline-block;
}


/*绑定手机*/
.phone_bind_1{
	margin-top: 40px;
}
.phone_bind_success{
	text-align: left;
	margin-left: 20px;
	height: 95px;
	line-height: 95px;
	display: inline-block;
}