html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

html,
body {
  width: 100%;
  font-size: 14px;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica , "Microsoft Yahei", Arial,sans-serif, "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB";
  font-family: PingFangSC-Regular,PingFang SC;;
  font-weight: normal;
  color: #333;
  background-color: #fff;
}

body {
  line-height: 1;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

img {
  outline: none;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  object-fit: cover !important;
}

input,
textarea {
  outline: 0;
  font-size: 14px;
  color: #999;
  -webkit-appearance: none
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}

a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
