body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    height: 100%;
    background: #fff;
    color: #333;
    font-family: Arial,"宋体", Source Han Sans, Helvetica;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: normal;
}

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

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

address,
cite,
code,
em,
th {
    font-weight: normal;
    font-style: normal;
}

a, a:active{color: inherit;text-decoration: none;cursor:pointer;}
a{border:0;}


@font-face {
    font-family: 'SOURCEHANSANSCN-LIGHT_0';
    src: url('../fonts/SOURCEHANSANSCN-LIGHT_0.otf'),
    url('../fonts/SOURCEHANSANSCN-LIGHT_0.woff') format('woff'),
    url('../fonts/SOURCEHANSANSCN-LIGHT_0.eot?#iefix') format('embedded-opentype'),    
    url('../fonts/SOURCEHANSANSCN-LIGHT_0.woff2') format('woff2'),
    url('../fonts/SOURCEHANSANSCN-LIGHT_0.ttf') format('truetype'),
    url('../fonts/SOURCEHANSANSCN-LIGHT_0.svg#svgFontName') format('svg');
    font-weight: lighter;
}

