@charset "utf-8";
/* CSS Document */

body {
  font-family: 'Microsoft YaHei', arial;
  margin: 0px;
  color: #313232;
  background: none;
}
img {
  border: 0px;
}
a {
  text-decoration: none;
  color: black;
}

ul,
li,
ol,
ul {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.clear {
  height: 1%;
}
