﻿@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    margin:0 auto;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 0.125rem;
    width: 2rem;
    height: 1.75rem;
    line-height: 1.75rem;
    color: #999999;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.m-style .copy {
    width: 1rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: #666666;
}

.m-style .total {
    width: 4rem;
}

.m-style .page {
    width: 1rem;
}


.m-style .active {
    background: #0072ff;
    color: #fff;
    border: 1px solid #0072ff;
}

.m-style a {
    float: left;
    margin: 0 0.125rem;
    width: 2rem;
    height: 1.75rem;
    line-height: 1.75rem;
    background: #fff;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.m-style a:hover {
    color: #fff;
    background: #0072ff;
    border: 1px solid #0072ff;
}

.m-style .next,.m-style .prev {
    font-family: "Simsun";
     font-size: 1rem;
    font-weight: bold;
}

.now,.count {
    padding: 0 0.25rem;
    color: #f00;
}

.jump-ipt {
    float: left;
    margin: 0 0.125rem;
    width: 2rem;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    background: #fff;
    border: 1px solid #cccccc;
    outline: none;
    color: #999999;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.m-style .jump-btn {
    background-color: #0072ff;
    color: #ffffff;
}

.m-style .jump-btn:hover {
    background-color: #0061e6;
}