/* 样式重置 */

* {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font: 16px/1 "Microsoft YaHei", Tahoma, Helvetica, Arial, SimSun, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

input[type="button"],
input[type="submit"],
button {
  text-align: center;
  cursor: pointer;
  border: none;
}

input[type="text"],
select {
  outline: none;
}
