/* 普通翻页器-默认居中 */
.m-page {
  display: flex;
  margin: 10px 0 0;
  text-align: center;
  height: 32px;
  font-size: 14px;
  *letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  color: #999;
  justify-content: center;
  align-items: center;
}
.m-page a,
.m-page i {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #2034b7;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.m-page i {
  background: none;
}
.m-page a {
  border: 1px solid #2034b7;
  color: #2034b7;
  border: solid 1px #d2d7db;
}
.m-page a:hover {
  text-decoration: none;
}
.m-page a.first {
  margin-left: 0;
}
/* .m-page a.pageLast {
  margin-right: 0;
} */
.m-page a .pagearr {
  font-weight: bold;
  font-family: \5b8b\4f53;
  vertical-align: middle;
  *vertical-align: middle;
}
/* .m-page a.pageprv .pagearr {
  margin-right: 2px;
}
.m-page a.pagenxt .pagearr {
  margin-left: 2px;
} */
.m-page a:hover {
  border: 1px solid #2034b7;
}
.m-page a:active {
  color: #2034b7;
  background: #2034b7;
}
.m-page a.z-crt,
.m-page a.z-dis {
  color: #fff;
  border: none;
}
.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
  background: #2034b7;
}
.m-page a.z-dis,
.m-page a.z-dis:hover,
.m-page a.z-dis:active {
  cursor: pointer;
  border: 1px solid #2034b7;
  background: #2034b7;
}
/* 居左 */
.m-page-lt {
  text-align: left;
}
/* 居右 */
.m-page-rt {
  text-align: right;
}
/* 较小 */
.m-page-sm {
  line-height: 1;
}
.m-page-sm a,
.m-page-sm i {
  padding: 4px 6px;
}
/* 分离 */
/* .m-page-sr a,
.m-page-sr i {
  margin: 0 2px;
} */
.m-page-sr i {
  border: 0;
}
.pageNum {
  text-align: center;
  width: 38px;
  border: 1px solid #2034b7;
  margin: 0 2px;
}

@media screen and (max-width: 768px) {
  .m-page-sm a,
  .m-page-sm i {
    padding: 0.04rem 0.06rem;
    width: 0.48rem;
    height: 0.48rem;
    font-size: 0.24rem;
    line-height: 0.48rem;
    margin-right: 0.08rem;
  }
}
