/*分页样式*/
/*分页new_page*/
.ht-page {
    padding: 30px;
    text-align: center;
    font-size: 14px;
}

.ht-page span {
    vertical-align: middle;
}

.ht-page a {
    text-decoration: none;
    color: #555;
    outline: none;
}

.ht-page .pagebtn {
    width: 52px;
    height: 30px;
    background: #005bac;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.ht-page .pagebtn:hover {
    background: #005bac;
}

.ht-page .previous {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: url("/res/plugins/pagination/images/page_left_img.png") no-repeat center;
}

.ht-page .previous.disable {
    display: inline-block;
    padding: 0 15px;
    background: url("/res/plugins/pagination/images/page_left_disabled.png") no-repeat center;
    cursor: default;
}

.ht-page .previous.disable:hover {
    background: url("/res/plugins/pagination/images/page_left_disabled.png") no-repeat center;
}

.ht-page .previous:hover {
    background: url("/res/plugins/pagination/images/page_left_hover_img.png") no-repeat center;
}

.ht-page .previous a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.ht-page .next {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: url("/res/plugins/pagination/images/page_right_img.png") no-repeat center;
}

.ht-page .next:hover {
    background: url("/res/plugins/pagination/images/page_right_hover_img.png") no-repeat center;
}

.ht-page .next.disable {
    display: inline-block;
    padding: 0 15px;
    cursor: default;
    background: url("/res/plugins/pagination/images/page_right_disabled.png") no-repeat center;
}

.ht-page .next.disable:hover {
    background: url("/res/plugins/pagination/images/page_right_disabled.png") no-repeat center;
}

.ht-page .next a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.ht-page .num {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
    border-left: 0;
}

.ht-page .num.current {
    padding: 0 15px;
    background: #f1f1f1;
}

.ht-page .num a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.ht-page .num a:hover {
    color: #555;
    background: #f1f1f1;
}

.ht-page .dots {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    padding: 0 15px;
}

.ht-page .total {
    margin-left: 20px;
    margin-right: 10px;
}

.ht-page .total.total_page {
    margin-left: 5px;
    margin-right: 5px;
}

.ht-page .page_jump {
    margin: 0 10px;
}

.ht-page .pageInput {
    width: 50px;
    height: 30px;
    border: 1px solid #e9e9e9;
    outline: none;
    border-radius: 4px;
    text-align: center;
}

.ht-page .pageInput:focus {
    border: 1px solid #1875f0;
}

@media screen and (max-width: 799px) {
    .ht-page {
        padding: 10px 0;
        font-size: 12px;
    }

    .ht-page .num,
    .ht-page .dots,
    .ht-page .total {
        display: none;
    }

    .ht-page .num.current {
        display: inline-block;
        padding: 0 10px;
    }

    .ht-page .total.total_page {
        display: inline-block;
    }

    .ht-page .pageInput,
    .ht-page .pagebtn {
        width: 46px;
        font-size: 12px;
    }

    .ht-page .page_jump {
        margin: 0 5px;
    }
}

@media(min-width: 3840px) {
    /*分页样式*/
    /*分页new_page*/
    .ht-page {
        padding: 60px;
        font-size: 28px;
    }

    .ht-page .pagebtn {
        width: 104px;
        height: 60px;
        border-radius: 8px;
        font-size: 28px;
    }

    .ht-page .previous {
        height: 60px;
        line-height: 60px;
        border: 2px solid #e9e9e9;
        border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
    }

    .ht-page .previous.disable {
        padding: 0 30px;
    }

    .ht-page .previous a {
        height: 60px;
        line-height: 60px;
        padding: 0 30px;
    }

    .ht-page .next {
        height: 60px;
        line-height: 60px;
        border: 2px solid #e9e9e9;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }

    .ht-page .next.disable {
        padding: 0 30px;
    }

    .ht-page .next a {
        height: 60px;
        line-height: 60px;
        padding: 0 30px;
    }

    .ht-page .num {
        height: 60px;
        line-height: 60px;
        border: 2px solid #e9e9e9;
    }

    .ht-page .num.current {
        padding: 0 30px;
    }

    .ht-page .num a {
        height: 60px;
        line-height: 60px;
        padding: 0 30px;
    }

    .ht-page .dots {
        height: 60px;
        line-height: 60px;
        border: 2px solid #e9e9e9;
        padding: 0 30px;
    }

    .ht-page .total {
        margin-left: 40px;
        margin-right: 20px;
    }

    .ht-page .total.total_page {
        margin-left: 10px;
        margin-right: 10px;
    }

    .ht-page .page_jump {
        margin: 0 20px;
    }

    .ht-page .pageInput {
        width: 100px;
        height: 60px;
        border: 2px solid #e9e9e9;
        border-radius: 8px;
    }

    .ht-page .pageInput:focus {
        border: 2px solid #1875f0;
    }
}
