/*.paginationBox {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    list-style: none;*/
/*    padding: 0;*/
/*}*/
.m-style {
    position: relative;
    text-align: center;
    padding: 5rem 0 3.75rem 0;
}

/*.m-style span {*/
/*    margin: 0 2px;*/
/*    display: inline-block;*/
/*    width: 23px;*/
/*    height: 23px;*/
/*    line-height: 36px;*/

/*    font-size: 12px;*/
/*    user-select: none;*/
/*    border-radius: 3px;*/
/*}*/

.m-style .active {
    display: inline-block;
    margin: 0 .3125rem;
    height: 3.125rem ;
    line-height: 3.125rem ;
    width: 3.125rem ;
    color: white;
    font-size: 15px;
    user-select: none;
    background-color: #d53825;
    border-color: #d53825;
    border-radius: 3px;
    font-weight: bold;
}

.m-style a {
    display: inline-block;
    height: 3.125rem ;
    line-height: 3.125rem ;
    width: 3.125rem ;
    margin: 0 .3125rem;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 1.875rem;
    border-radius: .125rem;
    font-size: 15px ;
    font-weight: bold;
}

.m-style a:hover {
    color: white;
    border: 1px solid #d53825;
    background-color: #d53825;
}

.m-style .next,
.m-style .prev {
    /*float: right !important;*/
    font-size: 15px;
    line-height: 3.125rem;
    width: 1.125rem;
    height: 3.125rem;
    font-weight: bold;
}

/*.m-style .next {*/
/*    float: right !important;*/
/*}*/

.m-style .prev-point,
.m-style .next-point {
    /*float: right !important;*/
    font-size: 15px;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    font-weight: bold;
}


.now,
.count {
    padding: 0 5px;
    color: #f00;
}

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