.page_box .cur {
  background: red;
  color: white;
  cursor: pointer;
}

.page {
  width: auto;
  margin: 0 5px 10px 5px;
  border-radius: 5px;
  line-height: 30px;
  padding: 0 13px;
}