.ppage{
    margin: 30px 0;
    display: flex;
    gap: 0.09rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ppage a{
    /* padding:0 15px; */
    background-color: #fff;
    color: #000;
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    border: 1px solid #eee;
    margin-left: -1px;
    white-space: nowrap;
}
.ppage span{
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    background-color: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}