@charset "utf-8";

* {
    box-sizing: border-box
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
img,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    border: medium none;
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-family: 'Microsoft YaHei', Helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 160%;
    font-weight: 400
}

em {
    font-style: normal
}

ol,
ul {
    list-style: none
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

img {
    display: block;
    border: 0;
    max-width: 100%
}

button {
    background: 0 0
}

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

input,
textarea {
    outline: 0;
    resize: none !important
}

.pointer,
a[href],
button,
input[type=image],
input[type=submit],
label[for],
select {
    cursor: pointer;
    outline: 0
}

label {
    cursor: pointer
}