/* 返回顶部 */
.go-top-back {
  position: fixed;
  bottom: -50px;
  right: 60px;
  width: 50px;
  height: 50px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .85);
  cursor: pointer;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  box-shadow: #666 0px 0px 10px;
  -webkit-box-shadow: #666 0px 0px 10px;
  -moz-box-shadow: #666 0px 0px 10px;
}
.go-top-back:hover {
  background-color: rgba(255, 255, 255, .95);
}
.go-top-back .glyphicon-menu-up {
  font-size: 36px;
  font-weight: 600;
  color: #999;
}
.is-top-active {
  bottom: 100px
}
/*以下为分页样式*/
.pagination{
  margin-top: 15px;
  margin-right: 30px;
  float: left;
}
a.num,a.prev,a.next,a.end,a.first{
  padding: 2px 6px;
  margin: 2px;
  font-size: 12px;
}
/*a.num{
  border:1px solid #999;
}*/
span.current{
  padding: 2px 2px;
  margin: 2px;
  font-size: 12px;
  color: red;
  font-weight: bold;
}
span.count{
  font-size: 12px;
  color: #999;
}
.fengg{
  color: #999;
  margin: 0 5px;
}

/*以上为分页样式*/