html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input {
  margin: 0px;
  padding: 0px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

input {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}

html {
  width: 100%;
  font-family: "SourceHanSansCN-Normal";
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "SourceHanSansCN-Normal";
}

canvas {
  display: block;
  position: relative;
}

img {
  border: 0 none;
  outline: 0 none;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}

button {
  outline: none;
  border: none;
  font-size: inherit;
  font-family: inherit;
}

* {
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  padding: 0;
  list-style: none;
}

body,
h1,
ul,
ol,
h2,
p,
figure,
h3 {
  margin: 0;
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
  -webkit-appearance: none;
}
