html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    font-family: '微软雅黑';
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ol,
ul,
figure,
blockquote,
fieldset,
legend,
input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

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

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

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

button,
input,
textarea,
select {
    font: inherit;
    color: inherit;
    background: transparent;
    border: 0;
    outline: none;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}
