* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei";
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

input {
  outline-style: none;
  border: 0px;
}
select {
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*去除高亮*/
  -webkit-tap-highlight-color: #fff;
  /*去除边框样式*/
  outline: none;
  border: 0;
  background-color: transparent;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

/* 分页 start */
.pagenumber {
  margin: 20px auto;
  clear: both;
  font-size: 12px;
  text-align: center;
  color: #666;
  padding-top: 15px;
}
.pagenumber A {
  color: #666;
  text-decoration: none;
  margin: 3px;
  border: solid 1px #ddd;
  padding: 4px 6px;
  width: 22px;
  white-space: nowrap;
}
.pagenumber A:link {
  color: #666;
  text-decoration: none;
}
.pagenumber A:visited {
  color: #666;
  text-decoration: none;
}
.pagenumber A:hover {
  color: #fff;
  text-decoration: none;
  border: solid 1px #1555c0;
  background: #1555c0;
}
.pagenumber A.currpagenum {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px #1555c0;
  background: #1555c0;
}
/* 分页 end */
