.findPwd-title{
	font-size: 30px;
	line-height: 130px;
	color: #333333;
	text-align: center;
}
.findPwd-content{
	height: 640px;
	background-color: #ffffff;
	padding-top: 76px;
	box-sizing: border-box;
}
.findPwd-content .process{
	width: 846px;
	margin: 0 auto 90px;
}
.findPwd-content .process>div{
	float: left;
}
.findPwd-content .process .node{
	width: 84px;
}
.findPwd-content .process .node dt{
	width: 24px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	background-color: #ccd2dc;
	font-size: 14px;
	color: #ffffff;
	margin: 0 auto;
}
.findPwd-content .process .node dd{
	color: #ccd2dc;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
}
.findPwd-content .process .line{
	width: 170px;
	height: 2px;
	background-color: #ccd2dc;
	border-radius: 1px;
	margin-top: 10px;
}
.findPwd-content .process .line:nth-child(1){
	margin-left: -10px;
	margin-right: -6px;
}
.findPwd-content .process .node.active dt{
	background-color: #2798f5;
}
.findPwd-content .process .node.active dd{
	color: #2798f5;
}
.findPwd-content .process .line.active{
	background-color: #2798f5;
}
.findPwd-content .findPwd-main form{
	margin-left: 300px;
}
.findPwd-content .findPwd-main form .form-item{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
	align-items: center;
	margin-bottom: 30px;
}
.findPwd-content .findPwd-main form .form-item .item-border{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
	align-items: center;
	width: 400px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
}
.findPwd-content .findPwd-main form .form-item .item-border .form-title{
	width: 90px;
	line-height: 48px;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.findPwd-content .findPwd-main form .form-item .item-border .form-control{
	border: none;
	font-size: 14px;
	color: #333333;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	width: 308px;
	box-sizing: border-box;
}
.findPwd-content .findPwd-main form .btn-findPwd{
	width: 400px;
	height: 50px;
	border: none;
	background-color: #2798f5;
	border-radius: 4px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 24px;
}
.findPwd-content .findPwd-main form .form-item .tip{
	margin-left: 10px;
}
.findPwd-content .findPwd-main form .form-item .error{
	color: #ff4d4f;
	font-size: 14px;
}
.findPwd-content .findPwd-main .form-item .getCode{
	width: 106px;
	text-align: center;
	border: none;
	background-color: transparent;
	color: #2c82ff;
	font-size: 14px;
	cursor: pointer;
}
.layui-layer.code_popup{
	background-color: transparent !important;
	box-shadow: none;
}
.code_popup .layui-layer-title{
	height: 0 !important;
	border: none;
}
.code_popup .layui-layer-move{
	background-color: transparent;
}

.findPwd-content .findPwd-main #step1Form .form-item .item-border #account{
	width: 398px;
}
.findPwd-content .findPwd-main #step2Form .form-item .item-border #vCode{
	width: 202px;
}
.findPwd-content .findPwd-main .step4 .pic{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.findPwd-content .findPwd-main .step4 .pic{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.findPwd-content .findPwd-main .step4 p{
	text-align: center;
}
.findPwd-content .findPwd-main .step4 .text{
	color: #333333;
	font-size: 18px;
	margin: 30px 0;
}
.findPwd-content .findPwd-main .step4 .return-login{
	color: #999999;
	font-size: 14px;
	display: inline-block;
}
