div.zxf_pagediv {
    text-align:center;
    color:#666;
    padding:30px 20px 0px 0
}
div.zxf_pagediv a {
    text-decoration:none
}
div.zxf_pagediv span, div.zxf_pagediv a {
    display:inline-block;
    box-sizing:border-box
}
.current {
    color:#fff;
    background:#b72222;
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:3px
}
.zxfPagenum {
    color:#333;
    background:#f9f9f9;
    border: 1px solid #e7e7e7;
    width:30px;
    height:30px;
    line-height:30px;
    margin:0 5px;
    border-radius:3px
}
.nextpage {
    margin:0 5px
}
.nextbtn, .prebtn, span.disabled {
    color:transparent !important;
    border: 1px solid #e7e7e7;
    width:60px;
    height:30px;
    margin: 0 3px;
    line-height:30px;
    background-size: 9px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.prebtn{
    background-image: url('/img/组7拷贝3.png');
}
.nextbtn{
    background-image: url('/img/组7拷贝3_64.png');
}
.zxfinput {
    width:50px;
    height:30px;
    text-align:center;
    box-sizing:border-box;
    border:1px solid #e6e6e6;
    margin:0 12px;
    border-radius:3px;
    color:#333
}
.zxfokbtn {
    width:48px;
    height:30px;
    line-height:30px;
    border:1px solid #e6e6e6;
    margin-left:10px;
    cursor:pointer;
    border-radius:3px;
    background:#fff
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance:none
}
input[type=number] {
    -moz-appearance:textfield
}