/*分页*/
.fd-bottom-pagination {
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 2;
    width: 1216px;
    height: 100px;
    text-align: center;
    border-top: 2px solid rgba(226, 235, 241, 0);
}

#kkpager {
    /*padding-top: 30px;*/
}

.fd-bottom-pagination > div {
    display: inline-block;
    width: auto;
    /*overflow: hidden;*/
}
/*.zui-page  >span:last-child {*/
/*    display: none;*/
/*}*/

/*#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: rgb(83, 136, 224);
    border-color: rgb(83, 136, 224);
    background: #fff;
}
#kkpager .zui-page-curr,
#kkpager .zui-page-curr:hover {
    color: #fff;
    background-color: #4e7ac3;
    border-color: #4e7ac3;
}
/*#kkpager a[title="下一页"],*/
/*#kkpager a[title="上一页"],*/
/*#kkpager a[title="首页"],*/
/*#kkpager a[title="尾页"] {*/
    /*width: 82px;*/
/*}*/


#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;
    text-align: left;
    line-height: 40px;
    color: #7f7f7f;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid rgb(193, 193, 193);
}
.fd-jump-input input:hover {
    border-color: rgb(83, 136, 224);
}

.fd-btn-jump {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 5px;
    width: 82px;
    height: 40px;
    line-height: 40px;
    color: #7f7f7f;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid rgb(193, 193, 193);
    background-color: #fff;
    cursor: pointer;
}

.fd-btn-jump:hover {
    color: rgb(83, 136, 224);
    border-color: rgb(83, 136, 224);
}


