﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
}
.header {
	width: 100%;
	float: left;
	padding: 33px 0;
	border-bottom: 1px #eee solid;
}
.welcome {
	width: 27%;
	float: left;
}
.logo img {
	float: left;
}
.header span {
	width: 1px;
	height: 30px;
	background-color: #eee;
	float: left;
	margin-top: 10px;
	margin-left: 7.168%;
	margin-right: 7.168%;
}
.welcome h5 {
	font-size: 22px;
	line-height: 29px;
	color: #666;
	margin-top: 10px;
	float: left;
}
/*找回密码*/
.font {
	width: 41.8%;
    margin:0 auto;
	margin-top: 80px;
}
.username {
	margin-top: 20px;
}
.username h5 {
	font-size: 14px;
	line-height: 46px;
	color: #666;
	float: left;
	width: 56px;
}
.user-text {
	width: 80.8%;
	border: 1px #ccc solid;
	font-size: 14px;
	color: #333;
	float: left;
	margin-left: 20px;
}
.user-text input {
	margin-left: 20px;
	line-height: 46px;
	width: 93%;
}
.user-text button
{
    cursor: pointer;
}
.error-message{
	position: absolute;
    top:3px;
    left:422px;
	margin-top:14px;
    display:none;
    width:280px;
}
.error-message img{
    display: inline-block;
	margin-top:4px;
}
.error-message p{
	font-size:14px;
	line-height: 19px;
	color:#f43531 !important;
    display: inline-block;
	margin-left:6px;
    white-space: nowrap;
}
.error_password{
	position: absolute;
    top:3px;
    left:422px;
	margin-top:14px;
    display:none;
    width: 300px;
}
.error_password img{
    display: inline-block;
	margin-top:4px;
}
.error_password p{
	font-size:14px;
	line-height: 19px;
	color:#f43531 !important;
    display: inline-block;
	margin-left:6px;
    white-space: nowrap;
}
.code input {
	width: 60.6%;
	float: left;
}
.code button {
	width: 100px;
	float: right;
	line-height: 46px;
	border: none;
	border-left: 1px #ccc solid;
	background-color: #fff;
}
.code-pic {
	width: 100px;
	height: 46px;
	float: left;
	margin-left: 10px;
}
.code-pic img {
	width: 100%;
	height: 46px;
}
.account-numbe {
	width: 53.8%;
}
/*下一步按钮*/
.next {
	width: 41.5%;
	margin: 0 auto;
	margin-top: 50px;
}
.next button {
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	background-color: #2b4079;
	width: 100%;
	border-radius: 4px;
    cursor: pointer;
}
.change {
	float: left;
	margin-left: 29.3%;
	margin-top: 20px;
	font-size: 14px;
	line-height: 19px;
    color:#999;
}
.change a {
	color: #2b4079;
}
/*底部栏*/
.footer {
	width: 100%;
	padding-top: 30px;
	float: left;
	border-top: 1px #eee solid;
}
.footer li {
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
/*重置成功*/
.win {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-top:20px;
}
.font p {
	font-size: #333;
	font-size: 14px;
	line-height: 19px;
	color: #333;
	text-align: center;
}
.sucess {
    	margin-top: 15px;
}
.login {
	width: 49%;
	margin: 0 auto;
	margin-top: 30px;
}
.login button {
	width: 100%;
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	background-color: #2b4079;
	border-radius: 4px;
    cursor: pointer;
}

