.login-wrap h3{
    text-align: center;
    font-size: 18px;
    line-height: 43px;
}
.login-tit{
    width: 140px;
    height: 50px;
    margin-top: 45px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background-color: #ffba00;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 500;
    margin-left: 117px;
}
.login-box{
    padding: 20px 60px 40px;
    border-radius: 8px;
    background-color: #f3f4f7;
    width: 255px;
    margin: 0 auto;
}
.login-box input{
    display: block;
    width: 206px;
    padding-left: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    outline: none;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    background-color: #fff;
    padding-right: 8px;
    margin-bottom: 16px;
}
.martb15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.bottom-p{
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    /* width: 490px; */
}
.bottom-p p{
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.code-wrap{
    width: 250px;
    position: relative;
}
.code-wrap img{
    position: absolute;
}
.login-box .blue-btn{
    margin: 20px auto 0 auto;
}
.login-tips{
    font-size: 14px;
    line-height: 24px;
    color: #9a9a9a;
    margin-bottom: 15px;
}
.toforget-wrap{
    justify-content: flex-end;
}
.toforget{
    cursor: pointer;
}
.find-wrap{
    margin-top: 20px;
}
.form-item{
    margin-bottom: 20px;
}
.form-item label{
    display: block;
    line-height: 16px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: bold;
}
.form-item input{
    display: block;
    width: 402px;
    height: 44px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 44px;
    text-align: left;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
}
.message-wrap{
    justify-content: space-between;
}
.message-wrap input{
    width: 208px;
}
.getmsg{
    width: 175px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}
.find-page .blue-btn{
    margin: 0 auto;
}
.tishi{
    opacity: 0;
    color: #FF5D9E;
}