@import "ft.css";
@import "header.css";
@import "../fonts/font.css";
* {
    font-family: "Product Sans Regular", "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%;
}
