﻿/*loadmore*/
.loadtipsBox{
    width:100%;text-align:center;padding:30px 0px;
}
.loadimg{
    width:20px;height:20px; vertical-align:middle;
}
.loadtext{
    margin-left:5px;
}
.nodata{
  width:100%;padding: 60px 0px;
  text-align: center;color:#aaa;
  font-size:16px;
}
.endBox{
  width:85%;text-align: center;
  margin: 8px auto 10px auto;
  position: relative;
  height: 25px;
}
.endLine{
  position: absolute;
  z-index: 10;
  top:12px;
  width: 100%;
  border-top: 0.5px #e9e9e9 solid;
  height: 1px;
}
.endText{
  display: inline-block;
  z-index: 11;
  position: relative;
  padding: 0px 5px;
  width: 90px;
  height:100%;
  background-color: #f3f3f3;
}
.endWord{
  display: inline-block;
  line-height: 25px;
  /*background-color:#fff;*/
  font-size:13px;
  color:#aaa;
}
.loadNextPage{
    width:100%;text-align:center;padding:20px 0px;
}
.loadNextPage a{
    display:inline-block;padding:8px 15px;border:1px solid #ddd;
}