html, body, div, a, ul, li, h4, h5, h6, pre, p, i, span, img, input, select, form, label,iframe {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  color: #323232;
}

body {
  background-color: #F3F3F3;
  font-size: 14px!important;
}

a {
  text-decoration: none;
  color: #323232;
}

a:hover{text-decoration: none!important;color: #07A2CE!important;}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfloat {
  zoom: 1;
}

img {
  border: 0;
}

input, button {
  outline-style: none;
}

