* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.5;
}
body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
html,body{
}
input {
    background-color: transparent;
    border: 0;
}
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}
a {
    text-decoration: none;
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
}
@font-face {
    font-family: 'AliMaMa';
    src: url('../fonts/FZZDHJW.TTF') format('truetype'); /* 支持现代浏览器 */
    font-weight: normal;
}
i {
    font-style: normal;
}