.paginate {
    color #666;
    text-align right;
}
.paginate a.disabled {
    background-color: #e6e6e6!important;
    color: #bbb!important;
    cursor: no-drop;
}
.paginate a.cur, .paginate a.cur:hover {
    background-color: #3a8ff9;
    color: #fff;
    border-color: #3a8ff9;
    margin-right: 1px;
}
.paginate .goto, .paginate a, .paginate button, .paginate input, .paginate span {
    vertical-align: middle;
}
.paginate .prev.disabled::before {
    background-position: 0 -30px;
}
.paginate .dotted {
    display: inline-block;
    width: 14px;
    text-align: center;
}
.paginate .next {
    border-radius: 0 5px 5px 0;
}
.paginate .next::after {
    margin-left: 5px;
}
.paginate .next::after, .paginate .prev::before {
    width: 10px;
    height: 10px;
    vertical-align: -1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAA1CAYAAAB4HnrFAAAAXElEQVR42tWS0QkAIAhEm631GskNWqoQ6udADSHwHgip70Po2jN9zKWFPaNcUkojIksLe0a5ppSHP4+ccgx/HqnkQpykxNKtUIK3LeHMTTTuzAXOft8IODf6H7AB3pH82Oy83msAAAAASUVORK5CYII=) no-repeat;
    display: inline-block;
    content: " ";
}
.paginate input {
    padding: 6px 0;
    line-height: 16px;
    width: 40px;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
}
paginate .goto {
    width: 0;
    height: 31px;
    margin-right: 5px;
    background-color: #428bca;
    padding: 0;
    border: none;
    color: #fff;
    text-align: center;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    visibility: hidden;
}
.paginate .goto, .paginate a, .paginate button, .paginate input, .paginate span {
    vertical-align: middle;
}
.paginate a {
    display: inline-block;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #428bca;
    border: 1px solid #ddd;
    background: #fff;
}