div.pagebox {
    text-align: center;
    color: #999999;
    padding: 20px 20px 40px 0;
}

div.pagebox a {
    text-decoration: none;
}

div.pagebox span, div.pagebox a {
    display: inline-block;
    box-sizing: border-box;
}
div.pagebox span.likea {
    width:40px;
    margin: 5px;
}

div.pagebox .current {
    color: #ffffff;
    background: #999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
}

div.pagebox .zxfPagenum {
    color: #666;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 3px;
}

div.pagebox .nextpage {
    margin: 0 5px;
}

div.pagebox .nextbtn,
div.pagebox .prebtn,
div.pagebox span.disabled {
    color: #666;
    background: #fff;
    width: 88px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
}

div.pagebox .zxfinput {
    width: 50px;
    height: 42px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin: 0 12px;
    border-radius: 3px;
    color: #666;
}

div.pagebox .zxfokbtn {
    width: 48px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #E6E6E6;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
}

div.pagebox input::-webkit-outer-spin-button,
div.pagebox input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

div.pagebox input[type="number"] {
    -moz-appearance: textfield;
}