@import "ft.css";
@import "header.css";

*{
    font-family:"PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}
::-webkit-scrollbar{width:0;}
body,ul,li,p,a,*{
    margin: 0;
    padding: 0;
    list-style: none;
}
::-webkit-scrollbar{width:0;}
a{
    text-decoration: none;
    color:inherit;
}
*{
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0) ;
    box-sizing: border-box;
}
img{
    vertical-align: middle;
    max-width: 100%;
}
@media screen and (max-width: 1024px) {
    .foot .dom1 .r .share .icons a svg, .foot .dom1 .r .share .icons a img{width:20px;height:auto;}
}