<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; /* -webkit-user-select: none; */
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100% !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Helvetica Neue', Helvetica, STHeiTi, 'Microsoft Yahei', sans-serif;
  color: #666666;
  background-color: #fff;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
textarea {
  resize: none;
}
input[type='button'],
input[type='submit'] {
  cursor: pointer;
}
input[type='button'] {
  -webkit-appearance: none;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #f0f0f0;
}
textarea::-webkit-input-placeholder {
  color: #f0f0f0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0 none;
}
img {
  vertical-align: middle;
}
abbr,
acronym {
  border: none;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
hr {
  border: 0;
  height: 1px;
  background-color: #d9d9d9;
}
ul,
li,
ol {
  list-style: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
button,
input {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  outline: 0;
}
a {
  -webkit-touch-callout: none;
  text-decoration: none;
  color: #666666;
  outline: 0;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
label {
  cursor: pointer;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word; /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
</pre></body></html>