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-color: #fff;
    color: #333;
    font-size: 12px;
    /*margin-top: 5px;*/
    /*font-family: "SimSun", "宋体", "Arial Narrow";*/
    font-family: 'PingFang SC';}

ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:visited, a:link,a:hover, a:active, a:focus {
    /* color: #c00; */
    /* text-decoration: underline; */
    text-decoration: none;
}