<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.zxf_pagediv{
    text-align: center;
    color: #999999;
    padding: 20px 20px 40px 0;
}
div.zxf_pagediv a{
    text-decoration: none;

}
div.zxf_pagediv span,div.zxf_pagediv a{
    display: inline-block;
    box-sizing: border-box;
}
.current{
	display: inline-block;
    color: #ffffff;
    background: #257295;
    width: 40px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
}
.zxfPagenum{
	display: inline-block;
    color: #666;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 3px;
}
.nextpage{
    margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	display: inline-block;
    color: #666;
    background: #fff;
    width: 66px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
}
.zxfinput{
    width: 50px;
    height: 25px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin: 0 12px;
    border-radius: 3px;
    color: #666;
}
.zxfokbtn{
	display: inline-block;
    width: 48px;
    height: 25px;
    line-height: 25px;
    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;
}
</pre></body></html>