﻿div.zxf_pagediv {
    text-align: center;
    color: #999999;
    padding: 10px 0 40px;
}

div.zxf_pagediv a {
    text-decoration: none;
    border: 1px solid #f5f5f5;
}

div.zxf_pagediv span,
div.zxf_pagediv a {
    display: inline-block;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 14px;
    color: #7d7d7d;
}

div.zxf_pagediv span.current {
    color: #ffffff;
    background: #005497;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    margin-right: 10px;
}

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,
.ShouYe,
.WeiYe {
    color: #666;
    background: #fff;
    width: 53px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
}

.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;
}

div.zxf_pagediv a:hover,
.zxfokbtn:hover {
    transition: .2s;
    background-color: #005497;
    border: 1px solid #005497;
    color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}