.page {
    font-size: 14px;
    background-color: transparent;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: none;
}

.page .page-l select {
    width: 60px;
    height: 30px;
}


.page .page-l .page-size-box {
    display: inline-block;
    margin-left: 20px;
}


.page .page-r {
    float: right;
    padding-top: 10px;
}


.page .page-r ul {
    float: left;
    list-style: none;
    margin: 0;
    height: 30px;
    box-sizing: border-box;
    padding: 0;
}


.page .page-r ul li {
    float: left;
    list-style: none;
    height: 100%;
    line-height: 30px;
    border: 1px solid #ccc;
    border-right: 0 none;
    box-sizing: border-box;
}


.page .page-r ul li a:hover {
    background-color: #f5f2f2;
}


.page .page-r ul li:last-child {
    border-right: 1px solid #ccc;
}


.page .page-r ul li a {
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0 10px;
    color: #777;
}


.page .page-r ul li a.active {
    background-color: #09aeb0;
    color: #fff;
}


.page .page-r ul li span {
    display: block;
    height: 100%;
    padding: 0 10px;
    color: #ccc;
    cursor: not-allowed;
}


.page .page-r ul li span.ellipsis {
    cursor: default;
}