/*分页*/
.fd-bottom-pagination {
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 2;
    width: 1216px;
    height: 100px;
    text-align: center;
    border-top: 2px solid rgb(226, 235, 241);
}

#kkpager {
    padding-top: 30px;
}

.fd-bottom-pagination > div {
    display: inline-block;
    width: auto;
    /*overflow: hidden;*/
}

#kkpager .pageBtnWrap {
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

#kkpager a {
    margin-right: 10px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #7f7f7f;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid rgb(193, 193, 193);
    background-color: rgb(255, 255, 255);
}
#kkpager a:hover {
    color: #AF070D;
    border-color: #AF070D;
    background: #fff;
}
#kkpager .zui-page-curr,
#kkpager .zui-page-curr:hover {
    color: #fff;
    background-color: #AF070D;
    border-color: #AF070D;
}

#kkpager .fd-firstPage-button,
#kkpager .fd-prevPage-button,
#kkpager .fd-nextPage-button,
#kkpager .fd-endPage-button {
    width: 82px;
}

.fd-total-page {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #7f7f7f;
    font-size: 16px;
}

.fd-jump-input {
    display: inline-block;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #7f7f7f;
    font-size: 16px;
}

.fd-jump-input input {
    position: relative;
    top: -2px;
    padding: 5px;
    width: 82px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #7f7f7f;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid rgb(193, 193, 193);
}
.fd-jump-input input:hover {
    border-color: #AF070D;
}

.fd-btn-jump {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 5px;
    width: 82px;
    height: 40px;
    line-height: 40px;
    color: #7f7f7f;
    border-radius: 3px;
    border: 1px solid rgb(193, 193, 193);
    background-color: #fff;
    cursor: pointer;
}

.fd-btn-jump:hover {
    color: #AF070D;
    border-color: #AF070D;
}


/*蓝色版本样式*/
.fd-blue-container #kkpager a:hover {
    color: #0A65AC;
    border-color: #0A65AC;
}
.fd-blue-container #kkpager .zui-page-curr,
.fd-blue-container #kkpager .zui-page-curr:hover {
    color: #fff;
    background-color: #0A65AC;
    border-color: #0A65AC;
}

.fd-blue-container .fd-jump-input input:hover {
    border-color: #0A65AC;
}

.fd-blue-container .fd-btn-jump:hover {
    color: #0A65AC;
    border-color: #0A65AC;
}

