.account-safe-page .account-page-title {
    color: #1D1D1F;
    font-size: 24px;
}
.auth-page.lostpwd-page .auth-container{
    flex-direction: row-reverse;
}
.auth-page.resetpwd-page .auth-container{
    flex-direction: row-reverse;
}
.user-information-box .form-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.user-information-box .form-item .form-item-title{
    width: 200px;
}
.user-information-box .form-item input{
    flex: 1;
    width: 100%;
    max-width: 600px;
}
.user-information-box .form-item .item-submit-btn{
    margin: 120px 0 0 ;
    width:210px;
}
@media screen and (max-width:768px){
    .auth-page.lostpwd-page .auth-container{
        flex-direction: column;
    }
    .auth-page.resetpwd-page .auth-container{
        flex-direction: column;
    }
    .account-center-page .right-content{
        margin: 0;
    }
    .user-information-box .form-item .form-item-title{
        max-width: 80px;
        text-align: right;
        margin-right: 20px;
    }
    .user-information-box .form-item .item-submit-btn{
        margin: 80px auto 0;
        width: 100%;
    }
}