@charset "utf-8";
.Fymax,.pagin{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin: 15px auto;
    /* background: #eee;
    padding: 9px 0px;
    border-radius: 6px; */
}
.Fymax a,.pagin a{
    font-size: 17px;
    color: #444;
    display: block;
    margin: 0px 3px;
    width: 25px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 2px;
}
.FymaxA {
    color: #fff!important;
    background: #648ade;
    border: 1px solid #648ade;
    border-radius: 4px;
    padding: 3px;
}
.Fymax a:nth-child(1),.pagin a:nth-child(1) {
    margin-left: 0;
    width: 100px!important;
    border: none;
}
.Fymax a:last-child,.pagin a:last-child {
    margin-right: 0;
    width: 90px!important;
    border: none;
}

.Efa {
    width: 100px!important;
    border: none!important;
}
.Efa:last-child {
    min-width: 140px!important;
    text-align: left!important;
}