@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    width: 14px;
    height: 36px;
    /* line-height: 34px; */
    color: #bdbdbd;
    font-size: 14px;
    border-left: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-style span img {
    width: 8px;
    height: 2px;
}

.m-style .page-num-current {
    float: left;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #FA063A;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ebebeb;
    margin-right: -1px;
}

.m-style a {
    float: left;
    width: 44px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-right: 0;
    color: #6F7579;
    font-size: 13px;
    text-decoration: none;
}
.m-style a:last-child  {
    border-right: 1px solid #ebebeb;
}

.m-style a:hover {
    color: #fff;
    background: #FA063A;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.m-style .next img,
.m-style .prev img{
    width: 7px;
    height: 12px;
}
.m-style .next:hover,
.m-style .prev:hover{
    background: #ffffff;
    opacity: 0.8;
}
.m-style .next  {
    border-right: 1px solid #ebebeb;
    border-radius: 0 8px 8px 0;
}
.m-style .prev  {
    border-radius: 8px 0 0 8px;
}

.now,
.count {
    padding: 0 5px;
    color: #FA063A;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.m-style .txt {
    float: left;
    line-height: 40px;
    font-size: 13px;
    color: #6F7579;
    margin-left: 20px;
}
.m-style .txt1 {
    margin-left: 0;
}
.m-style input {
    float: left;
    margin: 0 5px;
    margin-right: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #6F7579;
    font-size: 14px;
    padding: 0;
    border-radius: 8px;
    margin-left: 6px;
    margin-right: 6px;
}

.m-style .jump-btn{
    border-radius: 8px;
    border-left: 0;
    background: #FA063A;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    width: auto;
}