<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-family: "Microsoft YaHei";
  background: #f5f5f5;
  font-size: 0.18rem;
  overflow-x: hidden;
}

img {
  border: none;
  display: block;
}

ul {
  list-style: none;
}

a {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  color: #034391;
  text-decoration: underline;
}

article,
aside,
details,
footer,
header,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  *zoom: 1;
  clear: both;
  content: ".";
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}</pre></body></html>