.ppage {
    margin: 30px 0;
    display: flex;
    gap: 0.12rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ppage a {
    /* padding:0 15px; */
    background-color: #fff;
    color: #333333;
    /* width: 0.42rem; */
    padding: 0 0.14rem;
    height: 0.42rem;
    line-height: 0.42rem;
    margin-left: -1px;
    white-space: nowrap;
    border-radius: 0.04rem;
    border: 1px solid #E0E0E0;
}

.ppage .colorh {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.ppage span {
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    background-color: #C80A14;
    color: #fff;
    border: 1px solid #C80A14;
}