@font-face {
    font-family: 'PingFangSC';
    src: url('https://oss.qjzhuli.com/fonts/PingFangSC-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'PingFangBold';
    src: url('https://oss.qjzhuli.com/fonts/PingFangSC-Semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'dinBlack';
    src: url('https://oss.qjzhuli.com/fonts/DIN-BLACKALTERNATE.OTF') format('opentype');
}

@font-face {
    font-family: 'PingFangRegular';
    src: url('https://oss.qjzhuli.com/fonts/PingFangSC-Regular.woff2') format('woff2');
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    font-family: 'PingFangSC';
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

a {
    color: #333333;
    text-decoration: none;
    font-family: 'PingFangSC';
}
