.qh-p-10 {
    font-size: 10px;
    line-height: 15px;
}

.qh-p-11 {
    font-size: 11px;
    line-height: 16px;
}

.qh-p-12 {
    font-size: 12px;
    line-height: 17px;
}

.qh-p-13 {
    font-size: 13px;
    line-height: 18px;
}

.qh-p-14 {
    font-size: 14px;
    line-height: 20px;
}

.qh-p-15 {
    font-size: 15px;
    line-height: 21px;
}

.qh-p-16 {
    font-size: 16px;
    line-height: 24px;
}

.qh-c3 {
    color: #333333 !important;
}

.qh-c6 {
    color: #666666 !important;
}

.qh-c9 {
    color: #999999 !important;
}

.qh-f-b {
    font-weight: bold;
}

.qh-p-center {
    text-align: center;
}

.word-keep {
    white-space: nowrap;
    word-break: keep-all;
}

.word-wrap {
    white-space: pre-wrap;
    word-break: break-all;
}

.pointer {
    cursor: pointer;
}