* {
	 margin: 0;
	 box-sizing: border-box;
}
 html {
	 -moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 html {
	 height: 100%;
}
 body {
	 font-family: Microsoft YaHei;
	 background: black;
	 color: white;
	 overflow-x: hidden;
}
 h1, h2, h3, h4, h5, h6 {
	 padding: 0;
	 margin: 0;
	 color: inherit;
	 text-wrap: balance;
}
 a {
	 color: inherit;
	 text-decoration: none;
}
 ul {
	 list-style: none;
	 padding: 0;
}
 img {
	 display: block;
}
 