﻿/*分页  */
.M-box3 {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    display: block;
    padding: 0 15px;
    border: 1px solid #0762d5;
    margin: 0 5px;
    line-height: 35px;
}

.m-style .active {
    display: block;
    padding: 0 15px;
    border: 1px solid #0762d5;
    margin: 0 5px;
    line-height: 35px;
    background: #00A09E;
    color: white !important;
}

.m-style a {
    display: block;
    padding: 0 15px;
    border: 1px solid #eee;
    margin: 0 5px;
    text-align: center;
    line-height: 35px;
    font-color: white !important;
}

    .m-style a:hover, .m-style .active:hover a {
        border: 1px solid #0762d5;
        text-decoration: none;
    }

#bp-3-element-test {
    display: flex;
    flex-direction: row;
}

    #bp-3-element-test > li {
        line-height: 30px;
        margin: 0 5px;
    }

.jump-ipt {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
