﻿/**新增分页样式***/
.my_pages {
    padding: 20px 0 0 0;
    color: #505050;
    text-align: left;
    font-size: 12px;
    height: 26px;
    border-top: #e3e3e3 1px solid;
    line-height: 26px;
}

    .my_pages a {
        float: left;
        display: block;
        height: 24px;
        line-height: 24px;
        padding: 0 9px;
        color: #0681df;
        margin-right: 4px;
        text-decoration: none;
        border: 1px solid #d9d9d9;
        color: #505050;
    }

        .my_pages a:hover {
            color: #fff;
            background: #3074d1;
            border: 1px solid #3074d1;
            text-decoration: none;
        }

        .my_pages a:active {
            border: #3074d1 1px solid;
            background: #3074d1;
            color: #ffffff;
        }

    .my_pages span.current {
        float: left;
        display: block;
        height: 24px;
        line-height: 24px;
        padding: 0 9px;
        margin-right: 4px;
        border: 1px solid #0681df;
        background: #0681df;
        color: #ffffff;
    }

    .my_pages SPAN.disabled {
        float: left;
        display: block;
        height: 24px;
        line-height: 24px;
        padding: 0 9px;
        color: #ffffff;
        margin-right: 4px;
        border: 1px solid #0681df;
        background: #0681df;
    }

    .my_pages span.slh {
        float: left;
        display: block;
        height: 26px;
        line-height: 26px;
        padding: 0 5px;
    }

    .my_pages input.tzk {
        float: left;
        border: 1px solid #d9d9d9;
        width: 34px;
        height: 24px;
        line-height: 24px;
        margin-right: 4px;
        outline: none;
        color: #505050;
        padding: 0px 4px;
    }

    .my_pages .reallydo {
        color: #505050 !important;
        cursor: pointer;
    }

        .my_pages .reallydo:hover {
            color: #fff !important;
            cursor: pointer;
        }

    .my_pages input {
        *vertical-align: middle;
    }
/**新增分页样式***/
span.cpb {
    /*float: left;*/
}

span.cpb {
    /*float: left;*/
    padding: 5px;
    font-weight: 700;
    color: #3074d1;
    padding: 0px 5px;
}

.my_pagessleft {
    line-height: 26px;
    font-size: 14px;
    float: left;
    /* padding: 0 40px; */
    width: 40%;
    text-align: center;
}


span.cpb {
    float: inherit;
}

.my_pages {
}

    .my_pages .pages {
        width: 100%;
        display: flex;
    }

        .my_pages .pages .pagesleft {
            float: inherit;
            flex: 2;
            text-align: center;
        }

        .my_pages .pages .pages {
            float: inherit;
            flex: 3;
            text-align: center;
            display: block;
        }

.my_pages {
    display: table;
    width: 100%;
}

    .my_pages a, span.cpb {
        float: inherit;
        float: initial;
        display: inline-table;
    }

/*手机端样式*/
@media (max-width:980px) {
    .pages {
        text-align: center !important;
        margin: 0 auto !important;
    }

        .pages .pagesleft {
            width: auto !important;
            float: inherit !important;
            text-align: center !important;
        }

        .pages .pages {
            width: auto !important;
            float: inherit !important;
            text-align: center !important;
        }

    .my_pages {
        padding-bottom: 20px;
    }
}
