/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link,.page-index a,.page-pre a,.page-next a,.page-last a {
	position: relative;
	display: block;
	padding: .85rem 1.25rem;
	margin-left: -1px;
	float:left;
	line-height: 1.25;
	color: #484848;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
span.page-status{ display:none}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
a.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #e60e38;
	border-color: #e60e38;
}
a.page-num-current{
	color: #fff;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
.page-numbar a,span.page-num{
	display: none;
}
.page-numbar a.page-num-current{ display:block}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}



.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}


.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}


.page-num {
  position: relative;
  display: block;
  /* padding: 0.5rem 0.75rem; */
  margin-left: -1px;
  line-height: 1.25;
  /*color: #e60e38;*/
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-num:hover {
  z-index: 2;
  color: #e60e38;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-num:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 14, 56, 0.25);
}

.page-num:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e60e38;
  border-color: #e60e38;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}