#app{
    background: url(../images/login.png) center bottom no-repeat;
    overflow: hidden;
}
#container{
    background: url(../images/login_people.png) center bottom no-repeat;
    background-size: 1300px auto;
    overflow: hidden;
}
.wrapper{
    width: 500px;
    margin: 40px auto 50px;
    padding: 15px 20px;
    height: auto;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}
.findPwd-header{
    overflow: hidden;
}
.findPwd-header dt{
    width: 187px;
    height: 50px;
    margin-right: 196px;
    overflow: hidden;
}
.findPwd-header dt a{
    display: block;
}
.findPwd-header dt img{
    width: 187px;
    height: 50px;
    overflow: hidden;
}
.findPwd-header .links{
    height: 26px;
    line-height: 26px;
    margin: 18px 0 0;
    font-size: 12px;
    overflow: hidden;
}
.findPwd-header .links a{
    display: block;
    color: #8099aa;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.findPwd-step{
    margin: 15px 0 5px;
    width: 500px;
}
.findPwd-step-tips{
    overflow: hidden;
    margin-bottom: 20px;
}
.findPwd-step-tips li{
    width: 33.3%;
    text-align: center;
    overflow: hidden;
}
.findPwd-step-tips li.curr{
    color: #0f64e3;
}
.findPwd-name{
    position: relative;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #8099aa;
    margin: 10px 0;
}
.findPwd-name::before{
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    background: rgba(128,153,170,.25);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.findPwd-name::after{
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    background: rgba(128,153,170,.25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}
.findPwd-item{
    margin-bottom: 15px;
    overflow: hidden;
}
.findPwd-item dt{
    width: 107px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    overflow: hidden;
}
.findPwd-item dt b{
    color: #FF0000;
    margin-right: 2px;
}
.findPwd-item dd .text{
    display: block;
    width: 360px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 15px;
    border-radius: 5px;
    border: 1px solid #DCDFE6;
    background: #f5f8fa;
    overflow: hidden;
}
.findPwd-item dd .el-select{
    width: 390px;
}
.findPwd-item dd .el-select .el-input.el-input--suffix .el-input__inner{
    background: #f5f8fa !important;
}
.findPwd-item dd .text:focus{
    border: 1px solid #409EFF;
}
.findPwd-item dd .text.short{
    width: 220px;
}
.findPwd-item dd .getMobileCode{
    margin-left: 10px;
    display: block;
    width: 130px;
    border: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #0f64e3;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
}
.findPwd-item dd .getMobileCode.disabled{
    background: #9bbbd0;
}
.findPwd-item dd .verifyCode{
    margin: 0 10px;
    height: 40px;
}
.findPwd-item dd .el-icon-refresh{
    font-size: 24px;
    cursor: pointer;
    margin-top: 8px;
}
.findPwdNow{
    display: block;
    width: 100%;
    border: 0;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    background: #0f64e3;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
}
.findPwdSuccess{
    width: 180px;
    margin: 0 auto 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 120px;
    height: 50px;
    background: url(../images/submit_success.png) center left no-repeat;
    background-size: 105px 103px;
}
.findPwdSuccess dt{
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
}
.findPwdSuccess dd{
    color: #8099aa;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}