div.zxf_pagediv {
  text-align: center;
  color: #999999;
  padding: 20px 20px 40px 0;
}
div.zxf_pagediv a {
  text-decoration: none;
  border: 1px solid #d0d0d7;
}
div.zxf_pagediv span,
div.zxf_pagediv a {
  display: inline-block;
  box-sizing: border-box;
}

.current {
  color: #ffffff;
  background: #f15a30;
  width: 40px;
  height: 40px;
  line-height: 36px;

  border-radius: 3px;
  border: 1px solid transparent;
  margin: 0 5px;
}
.zxfPagenum {
  color: #666;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin: 0 5px;
  border-radius: 3px;
}
.nextpage {
  margin: 0 5px;
}
.nextbtn,
.prebtn,
span.disabled {
  color: #666;
  background: #fff;
  width: 88px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  border: none !important;
}
.zxfinput {
  width: 40px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 5px;
  border-radius: 3px;
  color: #f4f4f8;
  background-color: #f4f4f8;
  color: #232328;
  border: none;
  outline: none;
}
.zxfinput:focus {
  border: none;
}
.zxfokbtn {
  width: 60px;
  height: 32px;
  line-height: 29px;
  border: 1px solid #e6e6e6;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  position: relative;
  top: -2px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}

.sandian {
  width: 40px;
  height: 40px;
  border: 1px solid #d0d0d7;
  margin: 0px 5px;
  border-radius: 3px;
  line-height: 36px;
}

.tiaozhuan {
  margin-left: 20px;
  position: relative;
  top: -2px;
}

.disabled {
  border: none !important;
}
