* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
html,
body {
    margin: 0px;
    height: 100%;
}
a {
    text-decoration: none;
}
@font-face {
    font-family: 'DingTalk';
    src: url('../font/DingTalkJinBuTi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CHANEY';
    src: url('../font/CHANEY.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}