* {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fl {
  float: left;
}
.box {
  height: 32px;
  line-height: 32px;
  text-align: center;
  display:inline-block;
}
.box button {
  margin: 0 6px;
  height: 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  background: none;
  display: block;
}
.box button span{
  color: #006699;
}
.box .first-page,
.box .last-page {
  margin: 0;
}
.box .pageWrap {
  height: 28px;
  float: left;
  overflow: hidden;
}
.box .pageWrap ul {
  /*width: 100000px;*/
  height: 28px;
  float: left;
}
.box .pageWrap ul li {
  width: 28px;
  height: 28px;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin: 0 9px;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  border: 1px solid #eeeeee;
}
.box .pageWrap ul li:last-child{
  margin: 0 5px;
}
.box .pageWrap ul .sel-page {
  color: white;
  background: #ff6600;
}
.box .jump-text {
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 5px;
  float: left;
}
.box .jump-button {
  margin: 0;
  float: left;
}
.box .total-pages,
.box .total-count {
  margin-left: 10px;
  float: left;
  font-size: 14px;
}