html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, article,
aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-family: "微软雅黑";
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
    display: block;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    vertical-align: middle;
}


/**
    下拉多选样式
 */
.multiselect {
     width: 200px;
 }

.selectbox {
    position: relative;
    width: 103%;
}

.selectbox select {
    width: 100%;
    font-weight: bold;
}

.overselect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.checkboxes {
    display: none;
    border: 1px #dadada solid;
    z-index: 9;
    width: 100%;
    position: absolute;
    background-color: white;
}

.checkboxes label {
    display: block;
}

.checkboxes label:hover {
    background-color: #3982d1;
}
.checkboxes label input {
    width: 10%;
    height: 15px;
}

.personfilter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:  repeat;
}

.sloading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 10;
}