.page-bar {
  text-align: center;
  margin: 15px 0;
}

.page-bar a, .page-bar span {
  border: 1px solid #ebebeb;
  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;
}

.page-bar .current, .page-bar a.active {
  color: #fff;
  background-color: #ffac13;
}

.page-bar input.to-page-btn {
  border: none;
  background-color: #ffac13;
  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;
}
