.pagediv{ font-size:14px; color: #666; text-align: center;}
/*div.pagediv a{ text-decoration: none;}*/
.pagediv span, .pagediv a{ line-height: 24px; display: inline-block; box-sizing: border-box;}
.pagediv span { margin-left: 5px;}
.pagediv span.disabled{ width: 65px; height: 26px; margin: 0 5px; line-height: 24px; background: #f2f2f2;}
.current{ width: 26px; height: 26px; margin: 0 5px 0 0; color: #ffffff; line-height: 26px !important; background: #467cd4;}
.zxfPagenum{ width: 26px; height: 26px; margin: 0 5px; color: #666; line-height: 24px; border: 1px solid #dfdfdf; background: #fff;}
.nextpage{ margin: 0 5px; color: #467cd4; border: 1px solid #467cd4;}
.nextbtn,.prebtn{ width: 65px; height: 26px; color: #666; line-height: 24px; border: 1px solid #dfdfdf; background: #fff;}
.zxfinput{ width: 26px; height: 26px; margin: 0 5px; text-align: center; box-sizing: border-box; border: 1px solid #dfdfdf;}
.zxfokbtn{ width: 45px; height: 26px; margin: 0 0 0 5px; line-height: 26px; border: 1px solid #dfdfdf; background: #fff; cursor: pointer;}


.pagediv a {
    min-width: 0.32rem;
    line-height: 0.32rem;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    background: #f0f2f5;
    border-radius: 0.03rem;
    margin: 0 0.06rem;
    cursor: pointer;
    color: #333;
    border: none;
    font-size: 0.14rem;
}

.pagediv a.active {
    background: #3961b9;
    color: #fff;
}

.pagediv a:hover {
    background: #3961b9;
    color: #fff;
    cursor: pointer;
}
.ye{width:60px;}