@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, abbr, address, cite, code, del, dfn, em, img, sub, sup, var, i, dl, dd, dt, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
menu,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #474747;
}
a:active,
a:visited {
}
input,
select {
  vertical-align: middle;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
a {
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
  display: none;
}
body {
  font-family:MicrosoftYaHei,Arial,Impact;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.clearfix {
  zoom: 1;
  _height: 1px
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.float_r,
.float_l {
  _display: inline;
}
.wrap {
  padding: 0 0.22rem;
}
@charset "UTF-8";
html, body {
  overflow-x: hidden;
}
body{
  background: #E7F1FD;
}
*{-webkit-tap-highlight-color:transparent;}