body,
dd,
div,
dl,
dt,
form,
h2,
h3,
h4,
html,
img,
li,
ol,
p,
table,
td,
tr,
ul {
  margin: 0;
  padding: 0
}

body,
button,
input,
select,
textarea {
  font-family: Microsoft YaHei, 微软雅黑, SimSun, 宋体, Heiti, 黑体, sans-serif;
  color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,


input,
textarea {
  outline: none
}

textarea {
  resize: none
}

a {
  text-decoration: none;
  color: inherit
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent
}



