@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
        display: flex;
    justify-content: center;
        padding: 30px 0px;
}
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;
     padding: 10px 15px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
   padding: 10px 15px;
   
 
    color: #fff;
   
    font-size: 14px;
   
}

.m-style a {
    float: left;
    margin: 0 5px;
   padding: 10px 15px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border: 1px solid  #f2f2f2;
}

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

.m-style .next,
.m-style .prev {

    color:#254985;
}

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

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