@charset "UTF-8";
.container{
	width: 980px;
}
.login-head {
  padding: 30px 0;
  margin: 0 auto;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  line-height: 40px;
  color: #999;
}
.login-head a{
	color: #999;
}
.login-head a:hover{
	color: #333;
}
.login-copyright {
	padding: 40px 0;
  color: #8a8a8a;
  text-align: center;
}


.forget-main{
	padding: 80px 0;
}
.forget-hd{
	margin-bottom: 80px;
	height: 50px;
}
.forget-hd ul{
	margin: 0 -80px;
}
.forget-hd li{
	position: relative;
	float: left;
	width: 220px;
	margin: 0 80px;
	font-size: 16px;
	color: #999;
	line-height: 1;
	text-align: center;
}
.forget-hd .num{
	position: relative;
	display: inline-block;
	font-size: 44px;
	margin-right: 10px;
	line-height: 44px;
	vertical-align: bottom;
	font-weight: normal;
}
.forget-hd li:after{
	content: '';
	position: absolute;
	width: 160px;
	height: 1px;
	left: 100%;
	top: 30px;
	background-color: #999;

}
.forget-hd .num::after{
	position: absolute;
	content: '';
	display: block;
	width: 52px;
	height: 1px;
	top: 35px;
	left: -5px;
	background-color: #999;
	overflow: hidden;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.forget-hd li.cur{
	color: #333;
}
.forget-hd li.cur:after{
	background-color: #333;
}
.forget-hd li.cur .num::after{
	background-color: #333;
}

.forget-bd{
	min-height: 380px;
}
.forget-form{
	width: 470px;
	margin: 0 auto;
}
.forget-label{
	display: inline-block;
	width: 70px;
	padding-right: 20px;
	text-align: right;
	font-size: 14px;
	color: #333;
}
.forget-group{
	padding: 10px;
	line-height: 44px;
}

.input-group{
	width: 298px;
	height: 42px;
	line-height: 20px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
}	
.input-group input{
	float: left;
	width: 140px;
	height: 20px;
	line-height: 20px;
	border: none;
	padding: 11px 15px;
	background:none;
	color: #666;
}
.input-group .forget-control{
	width: 268px;
}
.form-btn{
	width: 160px;
	height: 46px;
	border: none;
	background-color: #333333;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 26px;
	cursor: pointer;
	transition:all 0.3s;
}
.form-btn:hover{
	background-color: #000;

}
.getcode{
	float: right;
	position: relative;
	text-align: center;
	width: 125px;
	line-height: 42px;
	cursor: pointer;
	color: #333;
	transition:all 0.3s;
}
.getcode:hover{
	color: #000;
}
.getcode::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #e1e1e1;
	width: 1px;
	height: 20px;
	overflow: hidden;
}


.ok{
	display: inline-block;
	width: 92px;
	height: 90px;
	background: url(../img/ico-ok.png) no-repeat;
}
.forget-succ p{
	padding: 30px 0;
}