
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: "Microsoft YaHei", "宋体", "Arial Narrow";
    background-color: #E9EEF2;
}

body { /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

ul, ol {
    list-style-type: none;
    list-style: none;
}

select, input, img, select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

div {
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

.base-scroll::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0
}

.base-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.base-scroll::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #b8b8b8;
    -webkit-border-radius: 6px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5
}

.base-scroll::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #878987;
    -webkit-border-radius: 6px
}

.czkj-res {
    border-bottom: 1px dashed #f5f5f5;;
    margin-bottom: 5px;
    padding-bottom: 5px;
    word-break: break-word !important;
}

.czkj-msg {
    word-break: break-word !important;
}

.czkj-file-item img {
    width: 100%;
}
