.pageTest{
  display: flex;
}
.pagingUl{
  float:right;
  padding:0;
  margin:0;
  list-style: none;
}
.pagingUl li{
  float: left;
  width: 0.44rem;
  height: 0.44rem;
  text-align: center;
  margin-left: 0.1rem;
  display: flex;
}
.pagingUl li:last-child{
  margin-right: 0.1rem;
}
.pagingUl li a{
  text-decoration: none;
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  /*line-height: 28px;*/
  padding: 0;
  background: #fafafa;
  color: #4D4F5C;
  font-size: 12px;
  border: 1px solid #ddd;
}

.prv, .next {
  width: 0.44rem;
  height: 0.44rem;
  float: left;
  text-align: center;
  line-height: 0.44rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  /*color:#4D4F5C;*/
  font-size: 14px;
  color: #999999;
}
.first, .last {
  width: 45px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
    color:#4D4F5C;
}
.activP{
  background-color: #922020 !important;
  color: #ffffff !important;
}