article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

fieldset,
img {
    border: 0
}

del,
ins {
    text-decoration: none
}

caption,
th {
    text-align: left
}

html {
    color: #000;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

    ::-webkit-scrollbar {
        width: 8px;
        height: 12px !important
    }

    ::-webkit-scrollbar,
    ::-webkit-scrollbar-track {
        background-color: #eee
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background: #ddd;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

a {
    outline: none
}

button,
input,
select,
textarea {
    border: 0px;
    outline: none;
    background-color: transparent;
}

input::placeholder,
textarea::placeholder {
    color: #9b9b9b;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -moz-appearance: button;
    appearance: button;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    appearance: none;
    -webkit-appearance: none
}

input {
    outline: none
}

textarea {
    overflow: auto
}

q:after,
q:before {
    content: ""
}

del {
    text-decoration: line-through
}

mark {
    background: #ff0
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

table {
    /* border-collapse: collapse; */
    border-spacing: 0
}

th {
    text-align: inherit
}

iframe {
    display: block
}

pre {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    height: 1%;
    display: block
}

body,
button,
html,
input,
select,
textarea {
    font: Microsoft YaHei, u5faeu8f6fu96c5u9ed1, "\5FAE\8F6F\96C5\9ED1", tahoma, arial, "\5B8B\4F53", sans-serif;
    height: 100%
}

body,
html {
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    -webkit-tap-highlight-color: transparent;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

img {
    pointer-events: none;
    user-select: none;
}

body,
html {
    height: 100%;
    width: 100%;
    min-height: 100%;
    background-color: #000000;
    overflow: hidden;
}

body {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    -webkit-overflow-scrolling: touch
}

body,
header,
main,
div,
p,
h4,
h5,
span {
    box-sizing: content-box;
}

a {
    text-decoration: none;
}
/* 游览器不让复制 */
/* * {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */