.pagination{
    display: flex;
    justify-content: center;
}
.pagination li{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
}

.pagination li:last-child,.pagination li:first-child{
    font-size: 30px;
    line-height: 22px;
}

.pagination li:first-child{
    font-size: 30px;
    line-height: 22px;
}

.pagination .disabled{

    opacity: 0.4;
}

.pagination .active{

    border: 1px solid #fff;
    color: #fff;
}

.pagination .page-item .page-link{
    width: 28px;
    height: 28px;
    display: inline-block;
}
