     /*分页器*/
     
     .page {
         display: none;
     }
     
     .pageCurr {
         display: block;
     }
     
     .tcdPageCode-add,
     .tcdPageCode {
        text-align: right;
         font-size: 0px;
         margin-top: 50px;
         margin-bottom: 40px;
     }
     
     .tcdPageCode-add a,
     .tcdPageCode a {
         display:none;
         text-align: center;
         font-size: 14px;
         line-height:38px;
         color: #fff;
         width: 112px;
         height: 38px;
         background: #7f7f7f;
         -webkit-transition: all ease-in-out 0.3s;
         -o-transition: all ease-in-out 0.3s;
         transition: all ease-in-out 0.3s;
     }

     .prevPage,.nextPage {
        display: inline-block !important;
     }
        .nextPage{
            margin-left:10px;
        }
     .tcdPageCode-add a:hover,
     .tcdPageCode a:hover {
         background-color: #db6c0b;
     }
     
     .tcdPageCode-add span.current,
     .tcdPageCode span.current {
        display: none;
        text-align: center;
          font-size: 14px;
         line-height:38px;
         color: #fff;
         width: 112px;
         height: 38px;
         background: #db6c0b;
         cursor: pointer;
         margin-right: 10px;
         -webkit-transition: all ease-in-out 0.3s;
         -o-transition: all ease-in-out 0.3s;
         transition: all ease-in-out 0.3s;
     }
     
     .tcdPageCode-add span.disabled,
     .tcdPageCode span.disabled {
        cursor: pointer;
         display: inline-block;
         font-size: 14px;
         line-height:38px;
         color: #fff;
         text-align: center;
         width: 112px;
         height: 38px;
         background: #db6c0b;
         -webkit-transition: all ease-in-out 0.3s;
         -o-transition: all ease-in-out 0.3s;
         transition: all ease-in-out 0.3s;
     }
