@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1
}

.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: 38px;
    height: 38px;
    line-height: 38px;
    background: #FF5860!important;
    color: #fff;
    font-size: 14px;
    border: 1px solid #FF5860 !important;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px
}

.m-style a:hover {
    color: #fff;
    background: #FF5860
}

.m-style .next, .m-style .prev {
    font-family: simsun;
    font-size: 16px;
    font-weight: 700
}

.now, .count {
    padding: 0 5px;
    color: red
}

.eg img {
    max-width: 800px;
    min-height: 500px
}

.m-style 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
}

@media screen and (max-width:960px) {
    .m-style span {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .m-style .active {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .m-style a {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    #pageInfo #totalSpan{
        display: none;
    }
    .m-style .next, .m-style .prev {
        display: none !important;
    }
    .m-style span {
        margin: 0 1px!important;
    }
    #pageJumpSpan{
        display: none!important;
    }
    .jump-btn{
        display: none!important;
    }
}

