@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
        display: flex;
    justify-content: center;
}
a{text-decoration: none;}

.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: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 38px;
    line-height: 38px;
    background: #f72500;
    color: #fff;
    
    font-size: 14px;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    color: #000;
    font-size: 14px;
     background: #dddddd;
}

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

.m-style .next,
.m-style .prev {
   
    font-size: 14px;
background: #dddddd;
    width: 60px;
}

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

.eg img {
    max-width: 800px;
    min-height: 500px;
}
.jump-ipt{
    width: 30px;
    font-size: 12px;
    height: 33px;
    line-height: 30px;
    margin: 0;
}

/*input {*/
/*    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;*/
/*}*/