@charset 'utf-8';
html,
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    /* Fix for webkit minFont size */
    -webkit-tap-highlight-color :rgba(0, 0, 0, 0);
    /* Remove highlight on tap event*/
    -moz-tap-highlight-color :rgba(0, 0, 0, 0);
    -ms-tap-highlight-color :rgba(0, 0, 0, 0);
    tap-highlight-color :rgba(0, 0, 0, 0);
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    /* 上面的css是用来禁止用户选中 */
}
a {
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content: none;
}
/*20160520*/

/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    float:none !important;
}
table, th, td {
    vertical-align: middle;
}
em, i {
    font-style:normal;
}
/* Remove annoying border on linked images. */
a img {
    border: none;
    text-decoration:none;
}
/* Remember to define your own focus styles! */
:focus {
    outline: 0;
}
/* #Clearing
================================================== */

.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.clearfix { *zoom:1; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #3b3a3f; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #3b3a3f; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #3b3a3f; }
/*chrome浏览器下 input框黄色背景*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
body {
  width: 100%;
  font-family: "微软雅黑";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.img {
  border: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
li {
  list-style-type: none;
}

