.fenye-more #loadNextPageBtn {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ddd;
  background: #f2f2f2;
  color: #555;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.fenye-more #loadNextPageBtn span {
  width: 15rem;
  font-size: 1.2rem;
}
.fenye-more #loadNextPageBtn small {
  margin: 0;
  color: #999;
}
.fenye-more hr {
  margin: 0;
  border: none;
  display: none;
}
.fenye-more small.pageNum {
  padding: 2px 5px;
  border-radius: 0 0 5px 5px;
  background: #d33;
  color: #fff;
  font-size: 80%;
}
.fenye-more #displaypagenum {
  position: relative;
  /*background: red;*/
  text-align: center;
  padding: 0 !important;
  /*visibility: hidden;*/
  margin: 30px auto;
}
.fenye-more #displaypagenum {
  overflow: hidden;
  padding-top: 30px;
  line-height: 22px;
}
.fenye-more #displaypagenum p {
  padding-bottom: 0;
}

.fenye-more #displaypagenum a,
.fenye-more #displaypagenum span {
  margin: 0 3px;
}
.fenye-more #displaypagenum span.page,
.fenye-more #displaypagenum a,
.fenye-more #displaypagenum a.next {
  padding: 6px 12px;
  height: 28px;
  background: #036;
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
  line-height: 28px;
}
.fenye-more #displaypagenum a,
.fenye-more #displaypagenum a.next {
  background: #f3f3f3;
  color: #333;
  font-weight: normal;
}
.fenye-more #displaypagenum a:hover {
  background: #036;
  color: #fff;
}
.fenye-more #displaypagenum {
  display: block;
}
.fenye-more #loadNextPageBtn {
  display: none;
}

.scroll-more #displaypagenum {
  display: none;
}
.scroll-more #loadNextPageBtn {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  color: #555;
  text-align: center;
  display: block;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.scroll-more #loadNextPageBtn span {
  width: 15rem;
  font-size: 1.2rem;
}
.scroll-more #loadNextPageBtn small {
  margin: 0;
  color: #999;
}

@media (max-width: 992px) {
  .fenye-more #displaypagenum {
    display: none;
  }
  .fenye-more #loadNextPageBtn {
    display: block;
  }
}
