.paging_wap {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging_wap .pag {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-right: 5px;
}
.paging_wap .pag:last-child {
  margin-right: 0;
}
.paging_wap .pag:hover {
  color: #fff;
  background: #F37A00;
}
.paging_wap .pag img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=paging.css.map */