html,
body {
  margin : 0;
  padding: 0;
  width  : 100%;
  height : 100%;
}

#app {
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
  text-align : center;
  width      : 100%;
  height     : 100%;
}

ol,
ul,
li {
  list-style: none;
  margin    : 0;
  padding   : 0;
}

a {
  text-decoration : none;
  background-color: transparent;
  outline         : none;
  cursor          : pointer;
}

h1,
h2,
h3,
h4,
h5 {
  margin : 0;
  padding: 0;
}