﻿@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    margin-top:10px;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    height: 26px;
    line-height: 26px;
    color: #bdbdbd;
    font-size: 14px;
    display: inline-block;
}

.m-style .showMsg {
    clear: both; 
    float: left; 
    padding-top:5px;
    font-size: 14px;
    color: #666;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    height: 26px;
    line-height: 26px;
    background: #5a98de;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 9px;
}

.m-style a {
    float: left;
    margin: 0 5px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 0 9px;
}

.m-style a:hover {
    color: #fff;
    background: #5a98de;
}

.m-style .next,
.m-style .prev {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    color: #666;
    height: 26px;
    line-height: 26px;
    margin: 0 5px 5px 5px;
    padding: 0 10px;
    font-size: 14px;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    float: left;
    margin: 0 5px 0 13px;
    width: 38px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    outline: none;
    color: #5a98de;
    font-size: 14px;
}