.out {
    padding: 0 25px;
}

.out .topTitle {
    padding-top: 144px;
    font-size: 22px;
    color: #303133;
    line-height: 26px;
    text-align: left;
    font-weight: 600;
}
.out .tip {
    color: #4E5969;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 400;
    padding-top: 15px;
}
.out .inputArea .accountInputArea .accountInput {
    width: 100%;
    margin-top: 60px;
    border: 0px;
    font-size: 15px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 7px;
}
.out .inputArea .passwordInputArea .passwordInput {
    width: 100%;
    margin-top: 32px;
    border: 0px;
    font-size: 15px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 7px;
}
.out .bottomBtnArea {
    color: #fff;
    margin-top: 44px;
    width: 100%;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background: #C3C3C3;
}

.out .active {
    background: #409EFF;
}