.pager {
  width: 1200px;
  height: 42px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.pager .pageCount {
  display: flex;
  font-family: PingFang SC, serif;
  font-size: 18px;
  font-weight: normal;
  color: #3D3D3D;
  margin-right: 11px;
}
.pager .pageCount .now {
  color: #BD0C0C;
}
.pager .pagePre {
  width: 70px;
  height: 30px;
  border: 1px solid #A7A4A4;
  font-family: PingFang SC, serif;
  font-size: 14px;
  font-weight: normal;
  color: #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.pager .pagePre img {
  width: 7px;
  height: 12px;
  display: none;
}
.pager .pagePre .img_active {
  display: block!important;
}
.pager .pagePre_active {
  color: #3D3D3D;
}
.pager .countItem {
  width: 30px;
  height: 30px;
  border: 1px solid #A7A4A4;
  text-align: center;
  line-height: 30px;
  font-family: PingFang SC, serif;
  font-size: 16px;
  font-weight: normal;
  color: #3D3D3D;
}
.pager .countItem_active {
  color: #ffffff;
  background-color: #BD0C0C;
  border: 1px solid #BD0C0C;
}
.pager .points {
  line-height: unset;
}
/*# sourceMappingURL=pager.css.map */