.forget{
	height: 500px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 85px;
	padding-top: 58px;
	background-color: #fff;
}
.forgetTop{
	display: block;
	width: 704px;
	height: 120px;
	position: relative;
	font-size: 0;
	margin: 0 auto;
	text-align: center;
}
.forgetTop>div{
	display: inline-block;
	width: 198px;
	height: 120px;
	text-align: center;
	position: relative;
	font-size: 16px;
	color: #7a7a7a;
	line-height: 28px;
}
.forgetTop>div:first-child{
	width : 253px;
}
.forgetTop>div:first-child p{
	padding-left: 55px;
}
.forgetTop>div:last-child{
	width : 253px;
}
.forgetTop>div:last-child p{
	padding-right: 55px;
}
.forgetTop-in{
	display: block;
	width: 100%;
	height: 42px;
	margin-bottom: 10px;
	position: relative;
	padding-top: 19px;
}
.forgetTop-in>i{
	display: block;
	width: 100%;
	height: 4px;
	background-color: #d2d2d2;
}
.forgetTop-in>span{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	background-color: #d2d2d2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	z-index: 9;
}
.forgetTop-in>em{
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: rgba(195,24,33,0.6);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -21px;
	z-index: 8;
}
.forgetTop>div:first-child .forgetTop-in>span{
	margin-left: 8px;
}
.forgetTop>div:first-child .forgetTop-in>em{
	margin-left: 2px;
}
.forgetTop>div:last-child .forgetTop-in>span{
	margin-left: -42px;
}
.forgetTop>div:last-child .forgetTop-in>em{
	margin-left: -48px;
}
.forgetTop>div.active{
	color: #c31821;
}
.forgetTop>div.active .forgetTop-in>i{
	background-color: #c31821;
}
.forgetTop>div.active .forgetTop-in>span{
	background-color: #c31821;
}
.forgetTop>div.active .forgetTop-in>em{
	display: block;
}
.forgetForm{
	display: block;
	width: 435px;
	height: auto;
	margin: 0 auto;
}
.forgetForm>div{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 15px;
	height: 80px;
}
.forgetForm>div h3{
	font-size: 16px;
	line-height: 38px;
	color: #000000;
}
.forgetForm>div h3 span{
	color: #c0141d;
}
.forgetForm>div input{
	display: block;
	width: 100%;
	height: 42px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	padding: 0 20px;
	font-size: 15px;
	color: #000;
}
.forgetForm>div input:focus{
	border: 1px solid #70d0e6;
	box-shadow: 0 0 16px 0 rgba(28, 181, 216, 0.1);
}
.forget-but{
	display: block;
	width: 132px;
	height: 40px;
	border-radius: 2px;
	background: #c31821;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	border: none;
	margin-top: 25px;
}
.forgetForm>div input.forgetYZM{
	width: 320px;
}
.forgetForm>div button{
	display: block;
	width: 105px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #c31821;
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
	font-size: 15px;
	color: #c31821;
}
.forget-end{
	font-size: 0;
	text-align: center;
	display: block;
	padding-top: 60px;
}
.forget-end>div{
	vertical-align: top;
	display: inline-block;
	width: auto;
	height: 80px;
	padding: 1px 0;
	margin: 0 10px;
}
.forget-end>div h3{
	font-size: 24px;
	color: #c31821;
	line-height: 32px;
	margin: 6px 0 8px;
	text-align: left;
}
.forget-end>div p{
	font-size: 16px;
	color: #7e7e7e;
	line-height: 24px;
	text-align: left;
}
.forget-end>div a{
	color: #c31821;
}
.forget-end>div img{
	display: block;
}
#BtnGet{
	display: block;
	width: 105px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #c31821;
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
	font-size: 15px;
	color: #c31821;
	padding: 0;
	text-align: center;
}






