html{
    font-family: 
        -apple-system, "PingFang SC", /* Mac 系统先显示苹方 */
        "Microsoft YaHei",            /* Windows 系统显示微软雅黑 */
        "Helvetica Neue", Arial, sans-serif;
    font-size: 62.5%;
}
html,body,h1,h2,h3,h6,p,img,ul,li,input,select{
    margin: 0;
	font-family: "FZLTHJW"; /* 加上 FZLTHJW，加载完成后会自动替换 */
    padding:0;
    color:#000;
    font-weight: 400;
}
ul,ol{
    list-style: none;
}
a,a:hover,a:active,a:link{
    text-decoration: none;
}

img{
    border: none;
}
.clearfix{
    zoom: 1;
}
.clearfix::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

