#kkpager {
    font-size: 16px;
    text-align: center;
}

#kkpager span.disabled,
#kkpager a {
    display: inline-block;
    width: auto;
    height: 26px;
    background: #fff;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
}



#kkpager span.curr {
    border: 1px solid #55AD37;
    background: #55AD37;
    padding: 0 10px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

#kkpager a:hover {
    background: #55AD37;
    border-color: #55AD37;
    color: #fff !important;
}

#kkpager_gopage_wrap {
    position: relative;
    left: 0;
    top: 0
}

#kkpager .pageBtnWrap {
    text-align: center;
}

#kkpager .spanDot {
    margin-right: 18px
}