@charset "UTF-8";
.m-style {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #999999;
    padding: 20px 0px 40px;
    left: 50%;
    transform: translateX(-50%);
}

.m-style:before, .m-style:after {
    content: "";
    display: table
}

.m-style:after {
    clear: both;
    overflow: hidden
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #848181;
    font-size: 14px
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #295DE5;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #848181;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.m-style a:hover {
    color: #fff;
    background: #295DE5
}

.m-style .next, .m-style .prev {
    width: 90px;
}

.now, .count {
    padding: 0 5px;
    color: #295DE5
}

.eg img {
    max-width: 800px;
    min-height: 500px
}

input.jump-ipt {
    float: left;
    width: 50px;
    height: 42px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin: 0 5px;
    border-radius: 3px;
    color: #666;
    vertical-align: 0;
}

.m-style a.jump-btn {
    width: 64px;
    height: 42px;
    line-height: 42px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    background: #295DE5;
    color: #fff;
    border: 1px solid transparent;
}

.m-style a.jump-btn:hover {
    color: #295DE5;
    border: 1px solid #295DE5;
    background: transparent;
}