#user-header {
	background: #fafafa;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #cccccc;
}
#user-header .nav-box{
	height: 30px;
	line-height: 30px;
	margin-top: 60px;
	color:#777;
}
#user-header .nav-box a{
	display: inline-block;
	vertical-align: top;
	color:#777;
	font-size: 13px;
	margin:0 22px;
}
.forget-box{
	width: 580px;
	height: 600px;
	margin:0 auto;
}
.forget-box .forget-header{
	margin-top:105px;
}
.forget-box .forget-header li{
	float: left;
	width: 190px;
}
.forget-box .forget-header li span{
	display: block;
	font-size: 15px;
	text-align: center;
	color: #b1b0b0;
}
.forget-box .forget-header li .num{
	width:35px;
	height: 35px;
	line-height: 35px;
	background: #dcdcdc;
	color:#fdfdfd;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	margin:16px auto;
	position: relative;
}
.forget-box .forget-header li:not(:last-child) .num:after{
	content: "";
	width: 137px;
	height: 2px;
	background: #cccccc;
	position: absolute;
	left: 40px;
	top:20px;
}
.forget-box .forget-header li.on .num{
	background: #ff552e;
	color:#fff;
}
.forget-box .forget-header li.on span{
	color:#ff552e;
}
/*确认账号*/
.forget-box .forget-content ul{
	width: 436px;
	margin:86px auto;
}
.forget-box .forget-content li{
	width: 436px;
	color:#b1b0b0;
	margin-bottom: 15px;
}
.forget-box .forget-content li p:first-child{
	border: 2px solid #dcdbdb;
}
.forget-box .forget-content li .change-code{
	font-size:14px;
	text-align: right;
	margin-top:15px;
	
}
.forget-box .forget-content li .change-code a{
	color:#ff4400;
}
.forget-box .sure-account li input[name="account"]{
	width: 406px;
	height: 46px;
	line-height:46px;
	font-size: 16px;
	padding-left: 26px;
	border: none;
}
.forget-box .sure-account li input[name="pic-code"]{
	width: 300px;
	height: 46px;
	line-height:46px;
	font-size: 16px;
	padding-left: 26px;
	border: none;
}
.forget-box .sure-account li .getimg{
	display: inline-block;
	vertical-align: top;
	width: 73px;
	height: 32px;
	padding: 8px;
	margin-left: 10px;
}
.forget-box .forget-content .text{
	color:#ff4400;
	width: 333px;
	text-align:left;
}
.forget-box .forget-content .tip{
	display: none;
	border: none;
	height: 30px;
	line-height: 30px;
	color:#ff4400;
	font-size: 14px;
}
.forget-box .forget-content .tip .icon-error{
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url(../img/icon/erroricon.png) no-repeat;
	margin-right: 10px;
}
.forget-box .forget-content .submit{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #ff4400;
	text-align: center;
	color:rgba(255,255,255,0.6);
	border: none;
	font-size: 16px;
	cursor: default;
	margin-top:20px;
}
.forget-box .forget-content .submit-on{
	color:#fff;
	cursor: pointer;
}
/*验证账户*/
.forget-box .test-account .current-account{
	text-align: center;
	color:#363636;
	font-size: 18px;
	margin-top:65px;
}
.forget-box .test-account ul li p{
	width: 100%;
	height: 52px;
	border: 2px solid #dcdbdb;
}
.forget-box .test-account ul li input[name="account"]{
	width: 300px;
	height: 46px;
	padding-left: 26px;
	font-size: 16px;
	border: none;
}
.forget-box .test-account ul li .getpiccode{
	display: inline-block;
	vertical-align: middle;
	width: 96px;
	height: 27px;
	line-height: 27px;
	background: #f6f6f6;
	color:#363636;
	text-align: center;
	cursor: pointer;
}
.forget-box .test-account ul li input[name="code"]{
	width: 400px;
	height: 46px;
	padding-left: 26px;
	font-size: 16px;
	border: none;
}
.shade-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top:0;
	background: rgba(0,0,0,0.5);
	z-index: 20;
	display: none;
}
.shade-bg .cancel{
	font-size: 60px;
	color:#fff;
	position: absolute;
	right: 20px;
	top:20px;
	cursor: pointer;
}
.shade-bg .shade-box{
	width: 520px;
	height: 310px;
	margin: 320px auto;
	background: #fff;
}
.shade-bg .shade-box .shade-header{
	text-align: center;
	color:#363636;
	font-size: 20px;
	padding-top:40px
}
.shade-bg .shade-box ul{
	margin-top: 42px;
}
.shade-bg .shade-box li{
	width: 436px;
	color:#b1b0b0;
	border: 2px solid #dcdbdb;
	margin:0 auto;
}
.shade-bg .shade-box li input[name="pic-code"]{
	width: 300px;
	height: 46px;
	line-height:46px;
	font-size: 16px;
	padding-left: 26px;
	border: none;
}
.shade-bg .shade-box li .getimg{
	display: inline-block;
	vertical-align: top;
	width: 73px;
	height: 32px;
	padding: 8px;
	margin-left: 10px;
	cursor: pointer;
}
.shade-bg .shade-box li:last-child{
	border: 0;
}
.shade-bg .shade-box li .submit{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #ff4400;
	text-align: center;
	color:#fff;
	border: none;
	font-size: 16px;
	cursor: default;
	margin-top:42px;
}
/*重置密码*/
.resetpwd  ul li input[type="password"]{
	width: 400px;
	height: 46px;
	padding-left: 26px;
	font-size: 16px;
	border: none;
}
/*重置密码成功*/
.resetsuccess{
	text-align: center;
	color: #292929;
}
.resetsuccess p{
	font-size: 18px;
}
.resetsuccess .success{
	font-size: 28px;
	margin:75px 0 18px 0;
}
