.quick-check-mask{
    position: fixed;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: auto;
    font-size: 14px;
    min-height: 168px;
    background: rgba(20,24,46,.9);
    border-radius: 5px;
}
.quick-check-submit{
    width: 259px;
    height: 32px;
    line-height: 32px;
    margin: 5px auto 20px;
}
.quick-check-mask label{
    padding: 5px 0;
    margin-left: 84px;
}