@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}
.jump-font{
    font-size: 1rem;
    color: #373737;
    letter-spacing: 0.07rem;
    line-height: 1.5rem;
    float: left;
    padding-left: 1rem;
}
.jump-font:nth-of-type(1){
    margin-left: 1.5rem;
}
.m-style span:not(.jump-font) {
    float: left;
    margin: 0 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #fff;
}

.m-style .active {
    float: left;
    margin: 0 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #E60213;
    color: #fff;
    font-size: 1rem;
   /* border: 1px solid #e91e63;*/
}

.m-style a {
    float: left;
    margin: 0 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #fff;
   /* border: 1px solid #ebebeb;*/
    color: #373737;
    font-size: 1rem;
}

.m-style a:hover {
    color: #fff;
    background: #E60213;
    text-decoration:none
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 1rem;
    font-weight: bold;
    /*margin-left: 1rem;*/
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

input {
    float: left;
    margin: 0 5px;
    width: 2.88rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 1rem;
}

