#kkpager{
    clear:both;
    color: #353535;
    padding:44px 0 0;
    font-size: 15px;
    text-align: center;
}
#kkpager>div{
    display: inline-block;
}
#kkpager a{
    display: inline-block;
    min-width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-right: 7px;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 16px;
    background-color: #ffffff;
    text-decoration: none;
    color: #353535;
    transition: all 0.2s;
    box-sizing: border-box;
}

#kkpager span.disabled{
    display: inline-block;
    min-width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-right: 7px;
    padding: 0 11px;
    background-color: #ffffff;
    color: #c1c1c1;
    vertical-align: middle;
    box-sizing: border-box;
    min-width:44px;
}
#kkpager span.curr{
    margin-right: 7px;
    background-color: #00a3e7;
    color: #fff;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 11px;
    min-width:44px;
    box-sizing: border-box;
}
#kkpager a:hover{
    background-color:#00a3e7;
    color:#fff;
}

#kkpager .spanDot{
    margin-right: 10px;
    vertical-align: middle;
    line-height: 8px;
    margin-left: 7px;
}