/* 初始代码 */
body,
i,
a,
p,
em,
ul,
ol,
li,
img,
span,
input,
h1,
h2,
h3,
h4,
strong,
div {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #999;
}

a:hover {
  color: #f10215;
}

input {
  border: 0 none;
  outline: 0 none;
}

img {
  border: 0 none;
  vertical-align: middle;
}

i,
em {
  font-style: normal;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
strong {
  font-weight: normal;
}

body {
  font: 12px/100% "微软雅黑";
  background-color: #f6f6f6;
}
