/**auther:zhangzimao
   date:2019/12/3
**/
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
ul,
li,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0
}

body {
  font-family: ' -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,PingFang SC,Noto Sans,Noto Sans CJK SC,Microsoft YaHei,微软雅黑,sans-serif';
  background: #eee;
  font-size: 0.73vw;
}

a {
  color: #28282d;
  text-decoration: none
}

a:hover {
  color: #28282d;
  text-decoration: none
}

a :visited {
  color: #28282d;
}

em {
  font-style: normal
}

li {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

p {
  word-wrap: break-word
}