* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
legend,
button,
input,
textarea,
label,
th,
td,
a,
img {
    margin: 0;
    padding: 0;
    border: 1;
    outline: 0;
    list-style: none;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
}

a {
    display: block;
    text-decoration: none;
    color: #fff;
}

html,
body {
    font: 16px/1 "Microsoft YaHei";
    height: 100%;
    color: #333;
}

html {
    height: 100%;
    min-width: 1200px;

    font-family: Microsoft YaHei;
    font-size: 100px;
}

body {
    font-size: 0.16rem;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #efeff1;
    width: 100%;
    min-width: 1200px;
}

ul,
li {
    list-style: none;
}

button {
    outline: none;
    background-color: none;
    border: none;
}

a {
    text-decoration: none;
}