div.zxf_pagediv {
  text-align: center;
  color: #999999;
  padding: 20px 20px 40px 0;
}
div.zxf_pagediv a {
  text-decoration: none;
}
div.zxf_pagediv span,
div.zxf_pagediv a {
  display: inline-block;
  box-sizing: border-box;
}
.current {
  color: #ffffff;
  background: #57bfe9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
.zxfPagenum {
  color: #666;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  border-radius: 3px;
}
.nextpage {
  margin: 0 5px;
}
.nextbtn,
.prebtn,
span.disabled {
  color: #666;
  background: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 3px;
  vertical-align: middle;
}
span.disabled{
  background: none;
}
.zxfinput {
  width: 50px;
  height: 42px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  margin: 0 12px;
  border-radius: 3px;
  color: #666;
}
.zxfokbtn {
  width: 48px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.zxf_pagediv span {
  margin: 0 5px;
}
.prebtn {
  width: 30px;
  height: 30px;
  background: url("/img/l2.png") no-repeat;
  background-size: 16px, 16px;
  margin-right: 30px;
  background-color: #ffffff;
  background-position: center;
}

.nextbtn {
  width: 30px;
  height: 30px;
  background: url("/img/r2.png") no-repeat;
  background-size: 16px, 16px;
  margin-left: 30px;
  background-color: #ffffff;
  background-position: center;
}
