/*css manu style pagination*/

.manu {
    padding: 10px;
    text-align: center;
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
}

.manu a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 2px;
    padding: 5px 10px;
    background: #f3f3f3;
    text-align: center;
}

.manu a:hover {
    color: #fff;
    background: #000;
}

.manu .current {
    color: #fff;
    display: inline-block;
    margin: 2px;
    padding: 5px 10px;
    background: #000;
    text-align: center;
}

.manu .disabled {
    margin: 2px;
    color: #fff;
}

.manu .page {
    display: inline-block;
    border-radius: 10px;
    margin: 2px;
    border: 1px dotted #2e1f22;
    background: #f3f3f3;
    width: 100px;
    height: 42px;
    text-align: center;
    line-height: 42px;
}