@charset "UTF-8";

.m-style {
    width: 800px;
    position: relative;
    text-align: center;
    padding: 37px 0 75px;
    margin: 0 auto;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    /* float: left; */
    display: inline-block;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: red;
    font-size: 20px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #C52C20;
    color: #fff;
    font-size: 20px;
    /* border: 1px solid #e91e63; */
}

.m-style a {
    /* float: left; */
    display: inline-block;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f8f8f8;
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); */
    border-radius: 2px;
    color: #666666;
    font-size: 20px;
    font-weight: 400;
}

.m-style a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.m-style .next {
    background: url(../image/next_page.png) no-repeat center center;
    background-color: #f8f8f8;
}

.m-style .prev {
    background: url(../image/prev_page.png) no-repeat center center;
    background-color: #f8f8f8;
}

.m-style .home {
    background: url(../image/first_page.png) no-repeat center center;
    background-color: #f8f8f8;
}
.m-style .end {
    background: url(../image/last_page.png) no-repeat center center;
    background-color: #f8f8f8;
}

.m-style .now,
.m-style .count {
    padding: 0 5px;
    color: #f00;
}

.m-style .eg img {
    max-width: 800px;
    min-height: 500px;
}

.m-style input {
    float: left;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 20px;
}