/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, table, img {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Source Han Sans CN", Roboto, sans-serif;
    color: #000;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #6f7c82;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

em {
    font-style: normal;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

html {
    height: 100%;
}

body {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 40px;
    min-height: 100%;
}