/* 普通翻页器-默认居中 */
.m-page {
  margin-top: 0.265rem;
  padding-bottom: 0.159rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-page a.pageBtn {
  background-color: #fff;
  margin: 0 0.011rem;
  color: #000;
  font-size: 0.074rem;
  cursor: pointer;
  padding: 0.8em 1.6em;
  min-width: 1em;
  text-align: center;
}
.m-page a.pageBtn:hover {
  text-decoration: none;
}
/* 居左 */
.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 {
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  min-width: 0.169rem;
  height: 0.169rem;
  line-height: 0.159rem;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-family: Arial;
  border-radius: 0.021rem;
  transition: all 0.2s ease-in-out;
  border: 0;
}
.m-page .active {
  background-color: #4579ba !important;
  color: #fff !important;
  border: none;
}
/* .pageNum {
  width: 50px;
  height: 28px;
  margin: 0 2px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
} */
/* @media screen and (max-width: 767px) {
  .m-page {
    line-height: 32px !important;
    white-space: normal !important;
  }
  .m-page span {
    margin-right: 0.3rem;
  }
} */
