@charset "UTF-8";

/*样式重置*/
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav,
ol, p, pre, section, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

i, em {
  font-style: normal;
}

input, textarea, button, select, a {
  outline: none;
  border: 0;
}

table {
  /* 边框合并 */
  border-collapse: collapse;
  /* 单元格间的距离 */
  border-spacing: 0;
}

img {
  border: none;
  /* 底部是否会多出来像素 */
  vertical-align: middle;
}