/**!
 * [搜索页面分页插件修改]
 */

/* 2024 1203 */

.pager {
    padding-left: 0px;
}

.m-pagination-jump {
    padding-left: 39px;
    position: relative;
}

.m-pagination-jump::after {
    content: "跳至";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 14px;
    line-height: 28px;
}