blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul,
img,
section,
a,
span,
code {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
[hidefocus],
abbr,
body,
button,
fieldset,
html,
iframe,
img,
input,
keygen,
legend,
select,
summary,
textarea {
  border: 0 none;
  outline: 0 none;
}
cite,
dfn,
em,
i,
var,
z_address {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
sub,
sup {
  font-size: inherit;
}
code,
kbd,
pre,
samp {
  font-family: inherit;
}
q:after,
q:before {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
html {
  font-size: calc(100vw/7.5);
}
html {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  height: 100%;
  overflow-x: hidden;
  background: #ffffff;
}
body {
  font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
body {
  position: relative;
  width: 100%;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 750px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
  overflow-y: auto;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
a {
  display: block;
}
a,
a:hover,
button {
  cursor: pointer;
  text-decoration: none;
  background: transparent;
}
button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
button:focus {
  background: transparent;
}
li {
  list-style: none;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4875080 */
  src: url('../fonts/iconfont.woff2?t=1743216271637') format('woff2'), url('../fonts/iconfont.woff?t=1743216271637') format('woff'), url('../fonts/iconfont.ttf?t=1743216271637') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-jiantou2:before {
  content: "\e600";
}
.clear {
  clear: both;
}
.ovh {
  overflow: hidden;
}
.f-hide {
  display: none;
}
.f-show-o {
  -o-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: opacity(1);
}
.f-show {
  display: block;
}
/* 隐藏滚动条 */
.scroller-wrapper,
.wl-quicklinks-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroller-wrapper::-webkit-scrollbar,
.wl-quicklinks-list::-webkit-scrollbar {
  display: none;
}
.posa {
  position: absolute;
}
.posr {
  position: relative;
}
.posacenter {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.posavc {
  top: 0;
  bottom: 0;
  margin: auto;
}
.posv {
  left: 0;
  right: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
