<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
html {
	color: #000;
	background-color: #353535;
}
html, body {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif; }
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  outline: none; }
.clear {
  clear: both;
  font-size: 0px; }
ul, li, ol {
  list-style: none; }
img {
  border: none; }
/*一般链接*/
a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent; }
/*# sourceMappingURL=reset.css.map */
</pre></body></html>