@media screen and (min-width:1200px) {
    .pageList {
        margin-top: 60px;
    }

    .pageList .page {
        margin: 0;
        width: 100%;
        height: 55px;
    }

    .tcdPageCode {
        padding: 0;
        width: 100%;
    }

    .tcdPageCode a {
        padding: 5px !important;
        margin: 0 6px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        color: #666;
        text-align: center;
        border: 0;
        border-radius: 27.5px;
        background: #fff;
    }

    .tcdPageCode a:hover {
        border: 0;
        background: #99262A !important;
        color: #fff !important;
    }

    .tcdPageCode a.current {
        background: #99262A !important;
        color: #fff !important;
    }

    .tcdPageCode a.prevPage,
    .tcdPageCode a.nextPage {
        width: 110px;
    }

    .tcdPageCode a.disabled {
        width: 110px;
        border: 0 !important;
    }

    .tcdPageCode a.disabled:hover {
        color: #bfbfbf !important;
        background: #f2f2f2 !important;
        border: 0 !important;
        cursor: default;
    }

}

@media screen and (max-width:1200px) {
    .pageList {
        margin-top: 0.35rem;
    }

    .pageList .page {
        margin: 0;
        width: 100%;
        height: 0.5rem;
    }

    .tcdPageCode {
        padding: 0;
        width: 100%;
    }

    .tcdPageCode a {
        padding: 0 !important;
        margin: 0 0.06rem;
        width: 0.5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.26rem;
        color: #666;
        text-align: center;
        border: 0;
        border-radius: 0.25rem;
        background: #fff;
    }

    .tcdPageCode a:hover {
        border: 0;
        background: #99262A !important;
        color: #fff !important;
    }

    .tcdPageCode a.current {
        background: #99262A !important;
        color: #fff !important;
    }

    .tcdPageCode a.prevPage,
    .tcdPageCode a.nextPage {
        width: 1.2rem;
    }

    .tcdPageCode a.disabled {
        width: 1.2rem;
        border: 0 !important;
    }

    .tcdPageCode a.disabled:hover {
        color: #bfbfbf !important;
        background: #f2f2f2 !important;
        border: 0 !important;
        cursor: default;
    }
}