.page-bar {
	width:100%;
	clear:both;
  text-align: center;

}

.page-bar a, .page-bar span {
  border: 1px solid #adadad;
  color: #777;
  width: 38px;
/*  height: 31px;
  line-height: 31px;*/
  display: inline-block;
  transition: all 0.5s;
  margin: 0px 2px;
  text-align: center;
}

.page-bar span {
}

.page-bar a.ellipsis {
  cursor: normal;
  border: none;
}

.page-bar .current, .page-bar a.active, .page-bar a:hover {
  /* border-color: #ffac13; */
  border-image-source: linear-gradient(to top, #4cc2fabb, #1172e450);
  border-image-slice: 1;
}

.page-bar .current, .page-bar a.active {
  color: #fff;
  /* background-color: #ffac13; */
  background: linear-gradient(to top right, #4cc2fabb, #1172e4bb);
}

.page-bar input.to-page-btn {
  border: none;
  /* background-color: #ffac13; */
  background: linear-gradient(to top right, #4cc2fabb, #1172e4bb);
  color: #fff;
  width: 4em;
  height: 31px;
  margin: 0px 0.5em;
}

.page-bar input.page-input {
  height: 31px;
  line-height: 31px;
  border: 1px solid #ebebeb;
  width: 3em;
  margin: 0px 0.5em;
  padding: 0px 0.5em;
  text-align: center;
}
