.foot-pager {
    padding: 20px 0;
    font-size: 12px;
    color: #6a6a6a;
    border-top: 1px solid #eaeceb;

    .pager {
        float: right;

        a {
            height: 24px;
            padding: 0 9px;
            line-height: 24px;
            display: inline-block;
            text-align: center;
            margin-right: 8px;
            color: #222;

            > .iconfont {
                position: relative;
            }
        }

        .cur {
            color: #fff;
            background-color: #222;
        }
    }
}