.retpassmain{
	background-color:#fff;
	text-align: center;
	padding:0 0 50px 0;
}
.retpassWordBox{
	display: inline-block;
	margin:0 auto;
}
.stepBox{
	font-size:18px;
	position: relative;
	width:750px;
	height:2px;
	color:#909090;
	margin:100px 0 110px 0;
	background-color:#eaeaea;
}
.stepBox>div{
	position: absolute;
	color:#909090;
}
.stepBox .step01{
	left:-11px;
	top:-25px;
}
.stepBox .step02{
	top:-25px;
	left:50%;
	margin-left:-25px;
}
.stepBox .step03{
	right:0;
	top:-25px;
}
.stepBox span{
	font-size:24px;
	display: inline-block;
	width:50px;
	height:50px;
	text-align: center;
	line-height: 50px;
	background-color: #eeeeee;
	border-radius: 100%;
}
.stepBox .stepFinish{
	color:#2F48BD;
}
.stepBox .stepFinish span{
	color:#fff;
	background-color:#2F48BD;
}
.formBox{
	margin:30px 0;
	font-size:16px;
}
.retItem{
	margin-bottom:20px;
}
.retItem label{
	display: inline-block;
	width:200px;
}
.retItem input{
	display: inline-block;
	width:393px;
	height:53px;
	border:1px solid #efefef;
	padding:0 10px;
}
.retItem input::-webkit-input-placeholder{
	color:#bbbbbb;
	font-size:16px;
}
.retItem input::-moz-placeholder{
	color:#bbbbbb;
	font-size:16px;
}
.retItem input::-ms-placeholder{
	color:#bbbbbb;
	font-size:16px;
}
.retItem.verificationCode input{
	width:242px;
}
.retItem.verificationCode span{
	display: inline-block;
	width:148px;
	height:53px;
	border:1px solid #2F48BD;
	text-align: center;
	line-height: 53px;
	vertical-align: top;
	color:#2F48BD;
	cursor: pointer;
}
.retButton button {
    display: block;
    border: 0 none;
    background-color: #2F48BD;
    width: 394px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-left: 188px;
    margin-top:50px;
    cursor: pointer;
}
/*重置密码*/
.passwordReset{
	font-size:24px;
}
.passwordReset img{
	margin-bottom:15px;
}
.passwordReset p:last-child{
	font-size:18px;
	color:#909090;
}
