body {
    color:#101010;
    font-family: PingFangSC-Regular, sans-serif;
    font-size:30px;
    height:100%;
    margin:0 auto;
    padding:0;
    width:100%;
    -webkit-text-size-adjust:none;
    background: #FAFAFA;
}
a{
    color: #101010;
    text-decoration: none;
}
b{
    font-weight: 400;
}
html,body,div,dl,dt,dd,ul,ol,li,th,td, h3, p {
    margin:0;
    padding:0;
}

img,body,html {
    border:0;
    width: 100%;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:400;
}

ol li,ul li {
    list-style:none;
}
img{
    display: block;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
}
button:focus{outline: 0;}
