@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    font-size:12px;color:#808080;
}

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

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

.m-style span {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
    display:inline-block;
}

.m-style .active {
    display:inline-block;
    margin: 0 5px;
    width: 20px;
    height: 23px;
    line-height: 23px;
    background: #f3f5f7;
    color: #f2241e;
    font-size: 12px;
}

.m-style a {
    display:inline-block;
    margin: 0 5px;
    width: 20px;
    height: 23px;
    line-height: 23px;
    color: #808080;
    font-size:12px;
}


.m-style .next,
.m-style .prev {
  width:30px;height:23px;display:inline-block;background:#f3f5f7;vertical-align:middle;margin-bottom:3px;
}
.m-style .prev{background:#f3f5f7 url('p_prev.png') no-repeat center center;}
.m-style .next{background:#f3f5f7 url('p_next.png') no-repeat center center;}
.now,
.count {
    padding: 0 5px;
    color: #f00;
}

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

input.jump-ipt{
    margin: 0 5px;
    width:29px;
    height: 23px;
    line-height:23px;
    text-align: center;
    background: #fff;
    border: 1px solid #b3b3b3;
    outline: none;
    color: #808080;
    font-size:12px;
}
a.jump-btn{width:40px;height:23px;line-height:21px;border:1px solid #b3b3b3;color:#808080;font-size:12px;}
.totalNum{color:#808080 !important;font-size:12px !important;margin-right:15px !important;width:auto !important;}