
html {
    overflow-y: scroll
}

* {
    box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    outline: 0
}

:focus {
    outline: 0 none;
    font-weight: 400
}

body {
    min-width: 1002px;
    min-height: 100%;
    color: #333
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, "Microsoft YaHei", arial, sans-serif
}

b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: 400
}

iframe,
img {
    border: 0 none
}

em,
i,
ins {
    font-style: normal;
    text-decoration: none
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace
}

small {
    font-size: 12px
}

li,
ol,
ul {
    list-style: none
}

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

a {
    text-decoration: none;
    outline: 0;
    color: #333;
    cursor: pointer
}

a:hover {
    color: #fff
}

[data-theme=red] a:hover {
    color: #ee4b4c
}

[data-theme=blue] a:hover {
    color: #378eef
}

a:focus {
    font-weight: inherit
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help
}

q:after,
q:before {
    content: ''
}

input {
    outline: 0
}

input::-ms-clear {
    display: none
}

legend {
    color: #333
}

fieldset,
img {
    border: none
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

textarea {
    overflow: auto;
    resize: vertical
}

label {
    cursor: pointer
}

hr {
    border: none;
    height: 1px;
    background-color: #eee
}

html a {
    outline: 0
}

button {
    cursor: pointer
}