* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fl {
  float: left;
}

.page-fy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  width: 100%;
  /* position: absolute;
  bottom: 100px;
  right: 160px; */
}

.box {
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  text-align: center;
  margin-left: 265px;
}

.box button {
  padding: 0 10px;
  margin: 0 10px;
  height: 40px;
  float: left;
  cursor: pointer;
  border: 1px solid #653931;
  background-color: #ffffff;
  outline: none;
}

.box .first-page,
.box .last-page {
  margin: 0;
}

.box .pageWrap {
  height: 40px;
  float: left;
  overflow: hidden;
}

.box .pageWrap ul {
  width: 100000px;
  height: 40px;
  float: left;
}

.box .pageWrap ul li {
  width: 60px;
  height: 40px;
  border: 1px solid #653931;
  line-height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
}

.box .pageWrap ul .sel-page {
  background-color: #653931;
  color: #ffffff;
}

.box .jump-text {
  width: 60px;
  height: 40px;
  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;
}