html,
body,
header,
footer,
div,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
blockquote,
fieldset {
  margin: 0px;
  padding: 0px;
  font-family: PingFangSC-Regular, SourceHanSansCN-Normal, "Source Han Sans CN", "Microsoft YaHei", 微软雅黑, "Microsoft YaHei UI", Helvetica, Tahoma, Arial, sans-serif;
}

img {
  border: 0 none;
  vertical-align: top;
}

ul,
ol,
li {
  list-style-type: none;
}

html {
  font-family: PingFangSC-Regular, SourceHanSansCN-Normal, "Source Han Sans CN", "Microsoft YaHei", 微软雅黑, "Microsoft YaHei UI", Helvetica, Tahoma, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
p,
span,
label,
del,
a,
strong,
li,
dt,
dd {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}


button {
  cursor: pointer;
}


a,
a:link {
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  text-decoration: none;
}

a:focus,
input,
textarea {
  outline: none;
}
