/* 分页 */
.tcdPageCode {
    padding: 30px 10px;
    text-align: left;
    color: #ccc;
    text-align: center;
}

.tcdPageCode span {
    margin-right: 10px;
}

.tcdPageCode a {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*text-align: center;*/
    /*line-height: 40px;*/
    /*background: rgba(245, 245, 245, 1);*/
    /*border: 1px solid rgba(204, 204, 204, 1);*/
    /*border-radius: 5px;*/
    /*opacity: 1;*/
    /*margin-right: 20px;*/
    /*color: #333;*/

    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    opacity: 1;
    margin-right: 10px;
    color: #333;
}

.tcdPageCode span.current {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*text-align: center;*/
    /*line-height: 40px;*/
    /*background: rgba(226, 35, 45, 1);*/
    /*border-radius: 50%;*/
    /*color: #fff;*/

    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background: #09F;
    border-radius: 3px;
    color: #fff;
}

.tcdPageCode span.disabled {
    /*display: inline-block;*/
    /*font-size: 0;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*background: url("/static/home/img/shang.png") no-repeat;*/
    /*background-size: contain;*/
    /*border-radius: 50%;*/
    /*border: 1px solid rgba(238, 238, 238, 1);*/
    /*vertical-align: middle;*/
    /*background-size: 50%;*/
    /*background-position: 50% 50%;   */

    display: inline-block;
    font-size: 12px;
    color: #333;
    width: 50px;
    height: 29px;
    line-height: 29px;
    /*background: url("/static/home/img/shang.png") no-repeat;*/
    background-size: contain;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    /*background-size: 50%;*/
    /*background-position: 50% 50%;*/
}

.tcdPageCode span.disabled:nth-last-of-type(1) {
    /*background: url("/static/home/img/xia.png") no-repeat;*/
    background-size: 50%;
    background-position: 50% 50%;
}

.tcdPageCode .prevPage {
    /*display: inline-block;*/
    /*font-size: 0;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*background: url("/static/home/img/shang.png") no-repeat;*/
    /*background-size: 70%;*/
    /*border-radius: 50%;*/
    /*border: 1px solid rgba(204, 204, 204, 1);*/
    /*padding: 0;*/
    /*background-size: 50%;*/
    /*background-position: 50% 50%;*/

    display: inline-block;
    font-size: 12px;
    color: #333;
    width: 50px;
    height: 29px;
    line-height: 29px;
    background-size: contain;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    vertical-align: middle;

}

.tcdPageCode .nextPage {
    /*display: inline-block;*/
    /*font-size: 0;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*background: url("/static/home/img/xia.png") no-repeat;*/
    /*background-size: 70%;*/
    /*border-radius: 50%;*/
    /*border: 1px solid rgba(204, 204, 204, 1);*/
    /*padding: 0;*/
    /*background-size: 50%;*/
    /*background-position: 50% 50%;*/

    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: 50px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #333;
    opacity: 1;
}
