#section5 {
    background-image: url('/images/about/组 46 (1).png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 12.525rem;
    overflow: hidden;
}

.title{
    font-size: 0.375rem;
    font-weight: bold;
    color: #0066EC;
    text-align: center;
    margin-top: 1.1rem;
}


.honor-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.125rem;
    max-width: 19rem;
    margin: 0.625rem auto 0;
    text-align: center;
    margin-top: 1.275rem;
}

.honor-item img {
    background: white;
    width: 100%;
    height: auto;
    border: 0.05rem solid #393939;
    box-sizing: border-box;
}

.honor-item p {
    margin-top: 0.25rem;
    font-size: 0.275rem;
    color: #333;
    margin-bottom: 0.625rem;
}

.bottom-icon5 {
    display: flex;
    justify-content: center;
    margin-top: 0.875rem;
}

.bottom-icon5 img {
    width: 0.5rem; /* 图片大小可按需调整 */
    height: auto;
}