.fl {
  float: left;
}
.box {
  height: 0.51rem;
  line-height: 0.51rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 0.64rem;
  display: inline-block;
}
.box button {
  padding: 0 0.1rem;
  margin: 0 0.1rem;
  height: 0.51rem;
  float: left;
  cursor: pointer;
  border: 0.01rem solid #ebebeb;
  background-color: #ffffff;
  
}

#firstPage,#lastPage,#jumpBtn{
  width: 0.64rem;
  height: 0.51rem;
  background-color: #1f1f1f;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
}

#prePage,#nextPage{
  width: 0.82rem;
  height: 0.51rem;
  background-color: #1f1f1f;
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
}

#nextPage{
  margin-left: 0.04rem;
}

#jumpText{
  border: 0.01rem solid #1f1f1f;
}

.box .first-page,
.box .last-page {
  margin: 0;
}
.box .pageWrap {
  height: 0.51rem;
  float: left;
  overflow: hidden;
}
.box .pageWrap ul {
  width: 100000px;
  height: 40px;
  float: left;
}
.box .pageWrap ul li {
  width: 0.52rem;
  height: 0.51rem;
  border: 0.01rem solid #1f1f1f;
  line-height: 0.51rem;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  margin-right: 0.10rem;
  font-size: 0.21rem;
}
.box .pageWrap ul .sel-page {
  border: 0.01rem solid #00a09b;
  background-color: #00A09B;
  color: #fff;
}
.box .jump-text {
  width: 0.52rem;
  height: 0.51rem;
  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: 0.1rem;
  float: left;
  font-size: 0.21rem;
  line-height: 0.51rem;
}
