body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  color: #000;
  font-family: "PingFangSC-Regular", "PingFangSC-Medium", "Microsoft YaHei", "sans-serif", "Arial Narrow";
  font-weight: 400;
}
ul,
ol {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #202020;
}
a:hover {
  color: #F1422F !important;
}
a:hover, a:focus {
  text-decoration: none !important;

}
html,
body {
  width: 100%;
  height: 100%;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 0;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background-color: #D2D2D2;
  -webkit-border-radius: 4px;
  outline: #D2D2D2 solid 1px;
  outline-offset: -2px;
  border: 1px solid #D2D2D2;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #9f9f9f;
  -webkit-border-radius: 4px;
}
