<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*所有模块通用*/

/* Survey Report */
.qf_sr_content {
    max-width: 500px;
}

.qf_sr_field {
    border: 1px solid #898989;
    padding: 15px;
    margin: 15px;
    background-color: white;
}

.qf_sr_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

.qf_sr_optionname {
    font-size: 14px;
    width: 50%;
}

.qf_sr_option_row1 {
    display: flex;
}

.qf_sr_optionvalue {
    width: 50%;
    text-align: right;
}

span.qf_sr_votecount {
    color: #898989;
}

span.qf_sr_percent {
    font-style: italic;
}

.qf_sr_option_row2 {
    height: 25px;
    border: 1px solid #898989;
    background-color: #ececec;
    padding: 2px;
    border-radius: 12px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.qf_sr_progress {
    height: 19px;
    background-color: #2059a6;
    border-radius: 12px;
}

.qf_sr_total {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

/* End Survey Report */

/* overlay */
.ds_overlay {
    position: absolute;
    top: 0px;
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    padding: 5px 0;
}

.ds_ajaxloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}
</pre></body></html>