@charset 'utf-8';

/* CSS reset */

* {
  font-family: "Microsoft Yahei", "微软雅黑", "STHeiti", "华文细黑", sans-serif;
  font-size: .22rem;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;

  /* inherit 继承 */
  font: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

img {
  display: block;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}
input {
  outline:none;
}
legend {
  color: #000;
}

*:link, *:visited, *:hover, *:active {
  -webkit-tap-highlight-color: transparent;
}
.clearfix:before,.clearfix:after{
  content: '';
  display: table;
}
.clearfix:after{
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.block{
  display: block;
}
.none{
  display:none;
}
