.page {
  position: relative;
}

.custom-pagination{
	font-size: 0.0625rem;
}

.page .custom-pagination,
.page.custom-pagination ul,
.page .custom-pagination ul li,
.page .custom-pagination .page-to input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  
}
.page .custom-pagination {
  color: #606060;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  position: absolute;
  top: 0;
  left: 50%;
}
.page .custom-pagination ul {
  float: left;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  overflow: hidden;
  white-space: no-wrap;
}
.page .custom-pagination ul li {
  display: inline-block;
  font-size: 1rem;
  border: 0.0625rem solid #aeb1b5;
  padding: 0 1rem 0 1rem;
  border-radius: 1rem;
  cursor: pointer;
  margin: 0 0.625rem;
}

.page .custom-pagination ul li.current-page {
  border-color: #ffb31f;
  color: #ffb31f;
}
.page .custom-pagination ul li:hover {
  border-color: #ffb31f;
  color: #ffb31f;
}
.page .custom-pagination a.prev-page,
.custom-pagination a.next-page {
  display: block;
  float: left;

  color: #606060;

  font-size: 1rem;
  border: 0.0625rem solid #aeb1b5;
  padding: 0 1rem 0 1rem;
  border-radius: 1rem;
  cursor: pointer;
  margin: 0 0.625rem;
  text-decoration: none;
}
/* .page .custom-pagination a.prev-page {
  margin-right: 10px;
}
.page .custom-pagination a.next-page {
  margin-left: 10px;
} */
.page .custom-pagination a.prev-page:hover,
.page .custom-pagination a.next-page:hover {
  border-color: #ffb31f;
  color: #ffb31f;
}
.page .custom-pagination ul li.ellipsis {
  background-color: transparent;
  border: 0;
  cursor: default;
  line-height: 18px;
  font-size: 20px;
}
.page .custom-pagination ul li.ellipsis:hover {
  background-color: transparent;
  border: 0;
  cursor: default;
  line-height: 18px;
  font-size: 20px;
  color: #666;
}
.page .custom-pagination .page-to {
  width: 166px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 20px;
}
.page .custom-pagination .page-to input {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 28px;
  background-color: #fafafa;
  border: 0;
  border: 1px solid #f0f0f0;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0 5px;
}
.page .custom-pagination .page-to input:focus {
  outline: 0;
}
.page .custom-pagination .page-to span {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 28px;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  margin-left: 10px;
}
.page .custom-pagination .page-to span:hover {
  border-color: #ffb31f;
  color: #ffb31f;
}
