.commonPage {
  margin: 80px 0 80px;
  display: flex;
  align-items: center;
}
.commonPage .left,
.commonPage .right {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.commonPage .left img,
.commonPage .right img {
  width: 32px;
  height: 32px;
  opacity: 0.65;
}
.commonPage .paginationList {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.commonPage .paginationList .paginationItem {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #000000A6;
}
.commonPage .paginationList .pagingActive {
  background: #09925A !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
}
