@charset "UTF-8";
a{
    text-decoration: none;
}
.btn_disabled{color: #d3d3d3 !important;}
.m-style {text-align: center;zoom: 1;padding: 30px 0 30px;float: right;}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    /*margin: 0 5px;*/
    width: 38px;
    height: 40px;
    line-height: 40px;
    color: #bdbdbd;
    font-size: 14px;
    border-left: 1px solid  #ebebeb;
}

.m-style .active {
    float: left;
    /*margin: 0 5px;*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 4px;
}

.m-style a {
    float: left;
    /*margin: 0 5px;*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-right:none;
    color: #333;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 4px;
}

.m-style a:hover {
    color: #333;
    background: rgb(245, 245, 245);
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
}
.m-style .prev {
    border-right: none;
}

.m-style .next:hover,
.m-style .prev:hover{
    background: #f5f5f5;
}
.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    float: left;
    margin: 0 10px 0 20px;
    width: 55px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #333;
    font-size: 14px;
    border-radius: 6px;
}
.m-style .jump-btn {
    width: 55px;
    border-right: 1px solid #ebebeb;
}
.m-style .jump-btn:hover {border: 1px solid #f08327;}
.total-page{font-weight: normal;color:#666;}
.jump-des,.page-count{float: left;display: inline;height: 40px;line-height: 40px;font-weight: normal;color:#666;margin-left: 20px;}
.jump-des{margin-left: 15px;}
