@charset "UTF-8";

/**
 * @version: v1.8
 * @author: xgc-whj
 * @date: 2019-05-29 00:00:00
 * @license: MIT license release
 * @jq22 address: http://www.jq22.com/jquery-info17548
 * @GitHub: https://github.com/w0624/jquery-pagination
 * @description: jQuery分页插件，可自定义样式，默认有五套样式，可自定义插件选项，简单方便，兼容IE8
 */

/*ccs-1*/
.whj_jqueryPaginationCss-1 {
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.whj_jqueryPaginationCss-1 div {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.whj_jqueryPaginationCss-1 .whj_padding {
    padding: 0.02rem 0.1rem;
    border-radius: 0.02rem;
}

.whj_jqueryPaginationCss-1 .whj_bgc {
    background-color: #fff;
    color: #111111;
}

.whj_jqueryPaginationCss-1 .whj_border {
    border: 1px solid #f5d850;
}

.whj_jqueryPaginationCss-1 .whj_color {
    color: #111111;
}

.whj_jqueryPaginationCss-1 .whj_hover:hover {
    background-color: #f5d850;
    color: #491414;
    cursor: pointer;
}

.whj_jqueryPaginationCss-1 .whj_checked {
    background-color: #f5d850;
    color: #491414;
    cursor: pointer;
}

.whj_jqueryPaginationCss-1 .whj_hoverDisable {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.whj_jqueryPaginationCss-1 select {
    height: 0.3rem;
    vertical-align: middle;
    padding: 0rem 0.04rem;
    outline: none;
    border-radius: 0.02rem;
}

.whj_jqueryPaginationCss-1 select:hover {
    background-color: #ffffff !important;
    color: #111111 !important;
    cursor: pointer;
}

.whj_jqueryPaginationCss-1 input {
    padding: 0px;
    width: 0.6rem;
    height: 0.3rem;
    border-radius: 0.02rem;
    outline: none;
    text-align: center;
    vertical-align: middle;
}

.whj_jqueryPaginationCss-1 div,
.whj_jqueryPaginationCss-1 input,
.whj_jqueryPaginationCss-1 select {
    margin: 0.02rem;
}

/*只有设置显示总页数时，该样式才生效*/
.whj_jqueryPaginationCss-1 .whj_totalSizeSingle {
    margin-left: -0.08rem;
}