html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, sub, sup, ul, li, form, label, article, aside, footer, header, hgroup, menu, nav, output, section, time, audio, video {
font-family: 微软雅黑,宋体, "Microsoft Yahei", "Source han serif", Arial, Helvetica, sans-serif !important;
}
.input-wrapper-checkbox > label:first-of-type {
        margin-bottom: 10px;
    }
 
    /* Checkbox options */
    .input-wrapper-checkbox > label:not(:first-of-type) {
        display: flex !important;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
        margin-bottom: 10px;
        text-align: left !important;
    }
 
    .input-wrapper-checkbox > label:not(:first-of-type) input[type="checkbox"] {
        margin: 2px 0 0 0 !important;
        width: auto !important;
        flex: 0 0 auto;
    }
@import url(font.css);