* {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    outline: none;
}

.fl {
    float: left;
}

#boxlll {
    margin-top: 20px;
}

.box button {
    display: inline-block;
    color: #666;
    font-size: 13px;
    margin-right: 5px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding: 0px 8px;
    height: 26px;
    line-height: 26px;
    float: left;
}

.box .pageWrap {
    color: #666;
    height: 26px;
    line-height: 26px;
    float: left;
    overflow: hidden;
    padding: 0px 8px;
    margin-right: 5px;
    box-sizing: border-box;
}

.box .pageWrap ul {
    width: 100000px;
    height: 40px;
    float: left;
}

.box .pageWrap ul li {
    padding: 0px 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    background-color: #fff;
}

.box .pageWrap ul .sel-page {
    background-color: #e23435;
    color: #fff
}

.box .jump-text {
    box-sizing: border-box;
    text-align: center;
    margin: 0 5px;
    float: left;
}

.box .jump-button {
    margin: 0;
    float: left;
}

.box .total-pages,
.box .total-count {
    margin-right: 5px;
    float: left;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 0px 8px;
    font-size: 13px;
    color: #666;
    height: 26px;
    line-height: 26px;
}

.pageWrap #pageSelect li {
    float: left!important;
}