@charset"utf-8";
 @font-face {
    font-family:"D-DINExp";
    src:url(./fonts/D-DINExp.ttf)
}
@font-face {
    font-family:"D-DINExp-Bold";
    src: url(./fonts/D-DINExp-Bold.ttf);
}
@font-face {
    font-family:"D-DIN";
    src: url(./fonts/D-DIN.ttf);
}
@font-face {
    font-family:"D-DIN-Bold";
    src: url(./fonts/D-DIN-Bold.ttf);
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
    border: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
input, textarea, select {
    border-radius: 0;
}
ul, li, ol {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea {
    font-family: PingFangSC, PingFang SC;
}
html {
    font-size: 14px;
}
html, body {
    position: relative;
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
}
.body {
    /* height: 100%; */
}
a {
    text-decoration: none;
    color: #333;
}