@import url(//at.alicdn.com/t/font_1468465241_0655324.css);
input {
  padding: 0;
}
.pagination {
  height: 28px;
  font-size: 12px;
  font-family: Tahoma;
  margin: 3px;
  float: left;
  left: 50%;
  position: relative;
}
.page-bottom {
  left: -50%;
  position: relative;
}
.page-top:after,
.page-bottom:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pagination a,
.page-info,
.page-prev,
.page-cur,
.page-next,
.page-start,
.page-end,
.page-break {
  float: left;
  margin: 0 5px 0 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dcdee3;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-break {
  cursor: default;
}

.page-of-all {
  float: left;
  margin: 0 8px;
  width: auto;
  height: 38px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  background-color: #fff;
  color: #999;
}
.page-of-all .page-cur-index {
  color: #000;
}

.page-fly {
  float: left;
  margin: 0;
  width: auto;
  height: 38px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  background-color: #fff;
  color: #999;
  letter-spacing: 1px;
}
.page-fly .page-fly-num {
  text-align: center;
  background: #ffffff;
  margin: 0 3px;
  border: 1px solid #c4c6cf;
  box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  width: 34px;
  height: 24px;
  line-height: 24px;
  color: #999;
  margin-bottom: 3px;
}
.page-fly .page-fly-num:focus {
  outline: none;
  color: #000;
}
.page-fly .page-fly-comfirm {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dcdee3;
  border-radius: 3px;
  width: 42px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  

  margin-left: 20px;
  float: right;
}

.pagination .page-bottom .page-cur {
  color: #ff6a00;
  background: #ffffff;
  border: 1px solid #ff6a00;
}


.pagination .page-bottom a:hover,
.pagination .page-bottom .page-info:hover,
.pagination .page-bottom .page-prev:hover,
.pagination .page-bottom .page-cur:hover,
.pagination .page-bottom .page-next:hover {
  background: #ffffff;
  border: 1px solid #ff6a00;
  border-radius: 3px;
  color: #ff6a00;
}
.pagination .page-100 {
  width: 38px;
}
.page-mini .page-100 {
  width: auto;
}
.pagination a:link {
  text-decoration: none;
}
.pagination a:visited {
  color: #333;
  text-decoration: none;
}
.pagination a:hover,
.pagination a:active {
  text-decoration: none;
}
.pagination .page-cur {
  font-weight: 700;
  color: #666;
}
.page-break {
  width: 22px;
  height: 22px;
  border-width: 0;
  font-family: SimSun;
}
.pagination .page-trigger {
  background-position: -300px 0px;
}
.pagination .page-trigger:hover,
.pagination .page-trigger:active {
  background-position: -300px 0px;
}
.page-prev,
.page-next,
.page-start,
.page-end,
.page-skip button,
.page-trigger {
  background-image: none!important;
  background-color: #fff;
  background-repeat: no-repeat;
}
.page-prev .iconfont,
.page-next .iconfont,
.page-start .iconfont,
.page-end .iconfont,
.page-skip button .iconfont,
.page-trigger .iconfont {
  vertical-align: bottom;
  font-size: 13px;
}
.page-info {
  width: auto;
  color: #a0a0a4;
  letter-spacing: 1px;
}
.pagination .page-prev {
  border: 1px solid #ccc;
  background-position: 6px 5px;
  padding: 0 10px 0 10px;
  width: auto;
}
.pagination .page-start,
.pagination .page-end {
  border: 1px solid #ccc;
  background-position: 6px -11px;
  background-color: #fafafa;
  color: #999;
  cursor: not-allowed;
}
.pagination .page-next {
  padding: 0 10px 0 10px;
  width: auto;
  border: 1px solid #ccc;
}
.pagination .page-next {
  background-position: -4px 5px;
}
.pagination .page-end {
  background-position: -4px -11px;
  color: #ccc;
}
.page-skip {
  float: left;
  padding: 0 8px 0 8px;
}
.page-skip input {
  margin: 0 2px;
  padding: 0;
  width: 24px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  vertical-align: text-bottom;
}
.page-skip button {
  margin: 0 0 0 8px;
  width: 31px;
  height: 15px;
  border: none;
  background-position: 0 -293px;
  vertical-align: text-bottom;
  cursor: pointer;
}
.page-skip em {
  font-weight: 700;
  color: #ff7700;
}
.page-start span,
.page-skip button span {
  display: none;
}
