 /*分页器*/
    
    .page{
        display: none;
    }
    
    .tcdPageCode-add,
    .tcdPageCode {
        font-size: 0px;
        text-align: center;
        margin-top: 2%;
        margin-bottom:3%;
    }
    
    .tcdPageCode-add a,
    .tcdPageCode a {
        font-size: 12px;
        color: #fff;
        padding: 6px 12px;
        margin-right: 10px;
        background: #b4b4b4;
        transition: color .6s, border-color .6s, background-color .6s, border .6s;
    }
    
    .tcdPageCode-add a:hover,
    .tcdPageCode a:hover {
        background: #d2110a;
        color: #fff;
        transition: color .6s, border-color .6s, background-color .6s, border .6s;
    }
    
    .tcdPageCode-add span.current,
    .tcdPageCode span.current {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        margin-right: 10px;
        background: #00a651;
        font-weight: bold;
        padding: 6px 12px;
        background: #2f80dd;
        color: #fff;
    }
    
    .tcdPageCode-add span.disabled,
    .tcdPageCode span.disabled {
        font-size: 12px;
        color: #fff;
        padding: 6px 12px;
        margin-right: 10px;
        background: #b4b4b4;
        transition: color .6s, border-color .6s, background-color .6s, border .6s;
    }