/* 更简单的现代重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: PingFang SC;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1.5;
}

a {
    background-color: transparent;
    text-decoration: none;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
