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

.fl {
    float: left;
}

.box {
    width: 700px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 59%;
    /*top: 50%;*/
    top: 94%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .box button {
        padding: 0 10px;
        margin: 0 10px;
        height: 30px;
        float: left;
        cursor: pointer;
        border: 1px solid #F1E5E9;
        background-color: #ffffff;
        border-radius: 3px;
    }

    .box .first-page,
    .box .last-page {
        margin: 0;
    }

    .box .pageWrap {
        height: 30px;
        float: left;
        overflow: hidden;
    }

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

            .box .pageWrap ul li {
                width: 60px;
                height: 30px;
                border: 1px solid #F1E5E9;
                line-height: 30px;
                box-sizing: border-box;
                cursor: pointer;
                float: left;
            }

            .box .pageWrap ul .sel-page {
                background-color: #2d8cf0;
                color: #fff;
                border-radius: 3px;
            }

    .box .jump-text {
        width: 60px;
        height: 30px;
        box-sizing: border-box;
        text-align: center;
        margin: 0 5px;
        float: left;
        border: 1px solid #F1E5E9;
        border-radius: 3px;
    }

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

    .box .total-pages,
    .box .total-count {
        margin-left: 10px;
        float: left;
        font-size: 14px;
    }
