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;
  font-size: 14px;
}


@media screen and (max-width: 1000px) {
  body {
    background-color: #fff;
  }
}

@media screen and (min-width: 1001px) {
  body {
    background-color: #fff;
    /*font-size: 13px!important;*/
    background-size: cover;
  }
}

a {
  text-decoration: none;
  color: #323232;
}

a:hover {
  text-decoration: none !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;
}

.fr {
  float: right;
}

.fl {
  float: left;
}