﻿div.zxf_pagediv {
    text-align: center;
    color: #999;
    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 {
    color: #fff !important;
    background: #ad7957;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px
}

.zxfPagenum {
    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 {
    color: #666;
    background: #fff;
    width: 88px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px
}

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

.zxfokbtn {
    width: 48px;
    height: 32px;
    line-height: 32px;
    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
}

#pages {
    padding: 40px 0 80px;
    height: 36px;
    text-align: center
}

#pages a {
    width: auto;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    padding: 0 15px;
    margin-right: 5px;
    transition: background-color 0.2s ease-out
}

.prebtn {
    width: auto !important;
}

.nextbtn {
    width: auto !important;
}

#pages span {
    margin-right: 5px;
    padding: 10px;
}

#pages a i {
    font-size: 24px;
    top: 2px;
    position: relative
}

#pages a.active,#pages a:hover {
    background-color: #838383;
    color: #fff;
}
