@charset "UTF-8";
.m-pagination {
    position: relative;
    text-align: center;
    zoom: 1;
}

.m-pagination:before,
.m-pagination:after {
    content: "";
    display: table;
}

.m-pagination:after {
    clear: both;
    overflow: hidden;
}

.m-pagination span {
    float: left;
    /*margin: 0 5px;*/
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-pagination .active {
    float: left;
    /*margin: 0 5px;*/
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #5cafd7 !important;
    color: #fff;
    font-size: 14px;
    border: 1px solid #5cafd7 !important;
}

.m-pagination a {
    padding: .5rem .75rem;
    float: left;
    /*margin: 0 5px;*/
    width: 38px;
    height: 38px;
    /*line-height: 38px;*/
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.m-pagination a:hover {
    color: #fff;
    background: #5cafd7 !important;
}

.m-pagination .next,
.m-pagination .prev {
    /*font-family: "Simsun";*/
    width: auto;
    min-width: 38px;
    font-size: 12px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #5cafd7 !important;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.m-pagination input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
