

.pjax_loading {
  position: fixed;
  top: 45%;
  left: 45%;
  display: none;
  z-index: 999999;
  width: 124px;
  height: 124px;
  background: url('../images/pjax_loading.gif') 50% 50% no-repeat;
}

.pjax_loading1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #4c4c4c;
  opacity: .2
}


.rttm_pagination > a ,.rttm_pagination > b{
  display: inline-block;
    position: relative;
    float: left;
    padding: 6px 9px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 3px 5px 0px 0px;
    border-radius: 8px;
}

.rttm_pagination > a:hover ,.rttm_pagination > b{
  background-color: #448ef6;
  color: #fff;
  border-color: transparent;
}


@media(max-width:760px)
{
/*
white-space: nowrap;
overflow-x: scroll;
display: flex;
*/
/*
横向滚动条
*/

.rttm_pagination{
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  display: flex;
}

.top-bar-right, .rttm_side, b.rttm_shan{
  display: block;
}



} 