.honor-wrap {
    /* width: 12.2rem; */
    flex: 1;
    margin-left: 0.25rem;
    float: right;
    background: #fff;
    padding: 0.5rem;
    margin-bottom: 0.85rem;
}

.honor-page {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.honor-page-left,
.honor-page-right {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A9A9A9;
    margin: 0 0.075rem;
    cursor: pointer;
}

.honor-page-p {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A9A9A9;
    margin: 0 0.075rem;
    cursor: pointer;
}

.honor-page .active {
    background: #C6030C;
    color: #fff;
}

.honor-list {
    display: flex;
    flex-wrap: wrap;
}

.honor-item {
    width: 2.45rem;
    margin-right: 0.46666666rem;
    margin-bottom: 0.3rem;
}

.honor-item:nth-child(4n) {
    margin-right: 0;
}

.honor-img {
    width: 2.45rem;
    height: 2.45rem;
    /*border: 1px dashed #bbb;*/
}

.honor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honor-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303030;
    margin: 0.2rem 0;
    text-align: center;
}