.pager-box {
  text-align: center;
  margin: 26px 0;
}

.pager {
}

.pager-box .pager li {
  display: inline-block;
  margin: 0 2px;
}

.pager-box .pager li.num a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 100px;
  display: block;
  height: 35px;
  min-width: 35px;
  padding: 8px;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
}
.pager-box .pager li.num a.active {
  color: #000;
  background: #e5e5e5;
}

.pager-box .pager li.dot {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  position: relative;
  top: -4px;
  padding: 0 5px 0;
}

.pager-box .pager-detail-text {
  font-size: 1.2rem;
  color: #999;
  margin: 15px 0 0 0;
}
