.fenye{
    width: 5.625rem;
height: 2.5rem;
background: #EAEAEA;
border-radius: 2px;
font-size: 1.125rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #999999;
line-height: 2.5rem;
text-align: center;
}
.fenyenum{
    width: 2.625rem;
height: 2.5rem;
background: #EAEAEA;
border-radius: 2px;
font-size: 1.125rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: 2.5;
text-align: center;

}

/* 分页 */
.adisab{
    pointer-events:none;
    cursor: not-allowed
}
.d-fenye{
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
  display: inline-block;
}
.d-current{
    background-color: #037EDB;
    color: #fff;
}
.d-num{
    display: inline-block;
    margin: 0 5px;
}
/* 分页end */
.fenye-m{
    margin-right: 0.625rem;
}

.fenyebox{
    margin: 1.25rem auto 0;
    text-align: center;
    width: 100%;
}
.page {
    padding-right: 0px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    box-sizing: border-box;
    padding-top: 0px;
    flex-direction: row;
    display: flex;
    width: 100%;
    margin-top: 1.875rem;
}
.page .el-pagination.is-background .el-pager li:not(.disabled).active {
    background: #037EDB;
}
.page .el-pagination.is-background .el-pager li{
    width: 2.625rem;
    height: 2.5rem;
    background: #EAEAEA;
    border-radius: 2px;
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 2.5;
    text-align: center;
}
.page .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev{
    width: 5.625rem;
    height: 2.5rem;
    background: #EAEAEA;
    border-radius: 2px;
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    /*line-height: 2.5rem;*/
    text-align: center;
}

.page .el-pagination span:not([class*=suffix]){
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}


@media (max-width: 750px){
    .fenye{
        width: 1.3rem !important; 
    height: 0.6rem !important;
    font-size: 0.26rem !important;
    line-height: 0.6rem !important;
    }
    .fenyenum{
        width:0.6rem !important;
    height: 0.6rem !important;
    font-size: 0.26rem !important;
    line-height: 0.6rem !important;
    
    }
}