.retrievepassword{
    background: #F9F9F9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.findpassword{
    background-color: #fff;
    border-radius: 6px 6px 6px 6px;
    padding-top: 31px;
    text-align: center;
    position: relative;
}
.findpassword .title{
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1685FC;
    line-height: 50px;
    margin-bottom: 50px;
}
.passwordinfo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.infolabel{
    display: inline-block;
    width: 150px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: end;
    margin-right: 8px;
}
.mustinfo{
    font-size: 14px;
    color: #EF3129;
}
.findpassword  .phoneinput{
    display: block;
    width: 534px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #D6D6D6;
    /* margin: 0 auto; */
}
.findpassword .errorMessage{
    opacity: 0;
    transition: opacity 0.5s;
    color: red;
    font-size: 10px;
    text-align: left;
    margin-top: 2px;
    padding-left: 5px;
    position: absolute;
    left: 35%;
}
.findpassword .getcode{
    width: 534px;
    height: auto;
    border: none;
    margin-top: 0;
}
.findpassword .getcode input{
    width: 391px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #D6D6D6;
}
.findpassword .getcode .login-code {
    width: 150px;
    height: 50px;
    margin-left: 20px;
    border-radius: 4px 4px 4px 4px;
}
.findpassword .getcode .login-code  img{
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 4px 4px;
}
.findpassword  .getcodes{
    display: flex;
    width: 534px;
    height: auto;
    height: 50px;
    border: 1px solid #D6D6D6;
    border-radius: 4px 4px 4px 4px;
    margin-top: 0!important;
}
.findpassword .getcodes input {
    width: 391px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: none;
    padding: 10px;
}
.findpassword .getcodes button {
    width: 180px;
    color: #1685FC;
    height: 48px;
    background-color: transparent;
    border: none;
}
.findpassword  .sure{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 241px;
    height: 50px;
    line-height: 50px;
    background: #1685FC;
    border-radius: 4px 4px 4px 4px;
    margin:71px auto ;
    cursor: pointer;
}

/* 完成页面 */
.completepassword{
    background: #F9F9F9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.complete{
    background-color: #fff;
    border-radius: 6px 6px 6px 6px;
    padding-top: 31px;
    text-align: center;
    position: relative;
    height: 590px;
}
.complete .title{
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1685FC;
    line-height: 50px;
    margin-bottom: 50px;
}
.completepassword .completebtn{
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    width: 241px;
    height: 50px;
    background: #1685FC;
    border-radius: 4px 4px 4px 4px;
    margin: 103px auto;
}