.pager {
    position: relative;
    font-size: 0;
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0 !important;
    padding-bottom: 0.8rem !important;
}

.pager .bg-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}

.pager a,
.pager input,
.pager button,
.pager span {
    display: inline-block;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.04rem;
    font-size: 0.16rem;
    color: #333333;
    margin-right: 0.1rem;
    box-sizing: border-box;
    vertical-align: top;
}

.pager span {
    width: 0.5rem;
}

.pager a {
    width: 0.5rem;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2;
}

.pager a.on {
    background-color: #4a937a;
    border-color: #4a937a;
    color: #fff;
}

.pager a.pager-prev,
.pager a.pager-next {
    width: 0.88rem;
}

.pager a.disabled {
    color: #d7d7d7 !important;
    cursor: default;
}

.pager input {
    width: 1rem;
    padding: 0 0 0 0.15rem;
    line-height: 0.5rem;
    height: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #AAAAAA;
}

.pager input::-webkit-input-placeholder {
    color: #d7d7d7;
}

.pager button {
    width: 0.8rem;
    color: #fff;
    background-color: #4a937a;
    cursor: pointer;
}

.pager button:hover {
    background-color: #12635A;
}

.pager .choose-page {
    display: none;
    width: 0.9rem;
    height: 0.3rem;
    border: 1px solid #AAA;
    color: #D7D7D7;
    border-radius: 0.04rem;
    margin-right: 0.06rem;
}

.pager .choose-page option {
    color: #333;
}

@media (max-width: 960px) {
    .pager {
        margin-top: 10px;
        padding-bottom: 40px !important;
    }

    .pager input {
        display: none;
    }

    .pager .choose-page {
        display: inline-block;
    }

    .pager a,
    .pager input,
    .pager button,
    .pager span {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 6px;
    }

    .pager a {
        width: 30px;
        margin-bottom: 10px;
    }

    .pager a.pager-prev,
    .pager a.pager-next,
    .pager button {
        width: 50px;
    }
}

/*# sourceMappingURL=pagination.css.map */