@charset "utf-8";
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, Arial, sans-serif;
}
*,
*:before,
*:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit !important;
    text-decoration: none !important;
}

div:focus {
    outline: none;
}

ul,
ol,
li {
    list-style: none;
}

.code{
    display: none !important;
}

/*引入字体包*/
@font-face {
    font-family: 'D-DIN';
    src: url("../font/D-DIN.ttf");
}

@font-face {
    font-family: 'D-DIN-Bold';
    src: url("../font/D-DIN-Bold.ttf");
}

@font-face {
    font-family: 'D-DIN-Italic';
    src: url("../font/D-DIN-Italic.ttf");
}

@font-face {
    font-family: 'D-DINCondensed-Bold';
    src: url("../font/D-DINCondensed-Bold.ttf");
}

@font-face {
    font-family: 'D-DINCondensed';
    src: url("../font/D-DINCondensed.ttf");
}
