html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  font-family: "微软雅黑", "Arial", Verdana, Arial, Helvetica, sans-serif;
  background: #fff;
  color: #333;
}

li,
ol {
  list-style: none;
}

ins {
  text-decoration: none;
}

i,
em {
  font-style: normal;
}

a {
  text-decoration: none;
  font-family: "微软雅黑";
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

:focus {
  outline: 0;
}

img {
  padding: 0;
  margin: 0;
}

a img {
  border: none;
}

input,
textarea {
  border: none;
  font-family: "微软雅黑";
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
}

body {
  max-width: 640px;
  margin: 0 auto!important;
}

*,
div,
a,
img {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

#app {
  height: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
