html,
body {
  /* font-family:  "Microsoft YaHei","Arial"; */
  font-family: Microsoft YaHei;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #333;
}

*,
*:hover,
*:active,
::before,
::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

p,
ol {
  line-height: 1.7;
}

ul {
  margin: 0;
  padding: 0;
  text-align: justify;
  list-style: none;
  cursor: default;
}
