@charset "utf-8";
/**/
/* CSS -- reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ul, li{list-style:none;}

/*去掉iPhone、iPad的默認按钮样式*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;border-radius: 0;}
textarea {-webkit-appearance: none;border-radius: 0; }
.button{border-radius: 0; }
/**/

/* CSS -- common */
body {
    background: #000;
    color: #888;
    font-size: .9375rem;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-family: 'DINPro-Regular', Arial, Verdana, Geneva, sans-serif;
}

a {color: #fff }
a:hover,
a[href='']:hover,
a[href='#']:hover {
    color: inherit;
    color: red
}

a:hover,a:focus {
    color: #fff;
    text-decoration: none
}

*,::after,::before {
    box-sizing: border-box
}

[tabindex='-1']:focus {
    outline: 0!important
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}



