* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "微软雅黑";
}
img {
  max-width: 100%;
  outline: none;
  border: 0;
  vertical-align: middle;
}
input {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
a {
  text-decoration: none;
  /* -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; */
}
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
  padding: 0;
}
a,
router-link,
.router-link-active,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
i {
  font-style: normal;
}
.clearfn:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
