body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
}

/** 设置默认字体 **/
body, table, td, input, option, div, textarea {
    font-size: 14px;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif, 宋体;
}

li {
    list-style-type: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}