.site-request-password-reset{
	width: 1200px;
	margin: 0 auto;
	margin-top: 180px;
	margin-bottom: 45%;
}
.site-request-password-reset .speed {
	overflow: hidden;
}
.site-request-password-reset .speed .lis{
	float: left;
	width: 25%;
	margin: 0 auto;
}

.site-request-password-reset .speed .lis .li_con{
	text-align: center;
}
.site-request-password-reset .speed .lis .li_con .num{
	width: 20px;
	height: 20px;
	color: #fff;
	display: inline-block;
	background-color: rgb(218,218,218);
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	position: relative;
}
.site-request-password-reset .speed .lis .li_con .num::after{
	width: 250px;
	display: inline-block;
	height: 1px;
	background-color: #ededed;
	content: '';
	position: absolute;
	left: 35px;
	top: 10px;
}
.site-request-password-reset .speed .lis:last-child .li_con .num::after{
	background-color: unset;
}
.site-request-password-reset .speed .lis.ac .li_con .num{
	background-color: #006ed2;
}
.site-request-password-reset .speed .lis.ac .li_con .num::after{
	background: url(../images/index/common.png);
	background-position: center;
}
.site-request-password-reset .speed .lis.ad .li_con .num{
	background-color: #006ed2;
}
.site-request-password-reset .speed .lis.ad .li_con .num::after{
	background-color: #006ed2;
}
.site-request-password-reset .speed .lis .li_con .txt{
	display: block;
	margin-top: 20px;
}
.site-request-password-reset .mains{
	margin: 0 auto;
	width: 200px;
	margin-top: 100px;
}
.site-request-password-reset .mains .li{
	display: none;
}
.site-request-password-reset .mains .li.ac{
	display: block;
}
.site-request-password-reset .mains .li p{
	font-size: 20px;
	color: #333;
	line-height: 30px;
}
.site-request-password-reset .mains .li input{
	width: 200px;
	height: 30px;
	padding-left: 10px;
}
.site-request-password-reset .mains .li .btns{
	margin-top: 20px;
	color: #fff;
	background-color: #0071fc;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	cursor: pointer;
}
.site-request-password-reset .ok{
	width: 50px;
	height: 50px;
	background: url(../images/index/common3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}