@charset "utf-8";
/* LESS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a,
header,
section {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", DengXian, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif;
  font-size:14px;
  font-weight: normal;
}
/*table {*/
  /*border-collapse: collapse;*/
  /*border-spacing: 0;*/
/*}*/
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
abbr,
acronym {
  border: 0;
}
a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none !important;
  vertical-align: middle;
}
/*input {-webkit-appearance:none; !*去除input默认样式*!}*/
.clear{
  clear: both;
}
/*select,textarea,option,input {*/
  /*-webkit-tap-highlight-color: transparent;*/
  /*outline: none;*/
/*}*/
img {
  vertical-align: middle;
}
i {
  font-style: normal;
}
dt,
dd,b{
  font-weight: normal;
}


