








.com-pag-1 {
    display: flex;
    justify-content: center;
}

.com-pag-1.bgfff .p_a {
    background-color: #fff;
}

.com-pag-1 .p_a {
    width: 0.5rem;
    height: 0.5rem;
    min-width: 30px;
    min-height: 30px;
    margin: 0 0.05rem;
    line-height: 1;
    color: #666;
    box-shadow: 0 0 0 1px #dbdbdb inset;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.com-pag-1 .btn {
    padding: 0 0.23rem;
    width: auto;
    background-size: auto 20%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}

.com-pag-1 .btn span {
    display: block;
    text-align: center;
}

.com-pag-1 .btn:hover {
    background-color: #1a46c4;
    color: #fff;
    transition: all 0.3s;
}

.com-pag-1 .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.com-pag-1 .num:hover,
.com-pag-1 .num.on {
    background-color: #1a46c4;
    color: #fff;
    transition: all 0.3s;
}

.com-pag-1 .te {
    width: auto;
    padding: 0 0.2rem;
}

@media screen and (max-width: 900px) {
    .com-pag-1 .p_a {
        margin-right: 0.1rem;
    }
}
