/* CSS Document */
/* 全局CSS定义 */
body,
div,
form,
ul,
ol,
li,
dl,
dt,
dd,
span,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Microsoft YaHei";
}
img,
a img {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
table,
td,
input {
  font-size: 12px;
  padding: 0;
}
p {
  text-align: justify;
  text-justify: inter-word;
}
/* 默认链接颜色 */
a {
  outline-style: none;
  color: #333;
  text-decoration: none;
}
/*清除链接虚框*/
a,
area {
  blr: expression(this.onFocus=this.blur());
}
input {
  vertical-align: middle;
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
::-webkit-scrollbar-thumb:hover {
  box-shadow: 0 0 0 5px rgba(40, 188, 250, 0.5) inset;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
