div.zxf_pagediv {
    text-align: center;
    color: #999999;
    padding: 30px 0 0;
}

div.zxf_pagediv a {
    text-decoration: none;
    border: 1px solid #f5f5f5;
}

div.zxf_pagediv a:hover {
    color: #ffffff;
    border-color: #1073b7;
    background: #1073b7;
}

div.zxf_pagediv span,
div.zxf_pagediv a {
    display: inline-block;
    padding: 18px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 30px;
    color: #666;
    outline: none;
    color: #9e9e9e;
}

div.zxf_pagediv span.current {
    color: #ffffff;
    background: #1073b7;
}

div.zxf_pagediv span b {
    font-weight: 400;
}

.zxfPagenum {
    color: #666;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 3px;
}

.nextbtn,
.prebtn,
span.disabled {
    display: inline-block;
    padding: 18px 25px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 30px;
    color: #666;
    outline: none;
    color: #9e9e9e;
}

.zxfinput {
    width: 30px;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    margin: 0 10px;
    border-radius: 3px;
    color: #666;
}

.zxfokbtn {
    width: 53px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
}

.zxfokbtn:hover {
    color: #ffffff;
    border-color: #1073b7;
    background: #1073b7;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media (min-width: 320px) and (max-width: 750px) {
    div.zxf_pagediv span,
    div.zxf_pagediv a {
        font-size: .3rem;
        padding: .15rem .2rem;
        margin: 0 0.05rem;
    }
    .zxfPagenum {
        width: auto;
        height: auto;
        line-height: normal;
        margin-right: 0;
        border-radius: 0;
    }
}