.hp {
    margin-top: 0.4rem;
    text-align: center;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 0.18rem;
}

.honor-title {
    margin-top: 1rem;

}

.product-box {
    margin: 0 auto;
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pb-k {
    margin-top: 0.35rem;
    width: 3.65rem;
    height: 3.35rem;
    cursor: pointer;
    margin-right: 0.2rem;
    padding: 0.1rem 0.09rem 0.25rem 0.11rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.18rem;
    text-align: center;
    background: #FFFFFF;
    border: 0.01rem solid;
    border-image: linear-gradient(180deg, rgba(110, 185, 41, 1), rgba(1, 89, 170, 1)) 10;
}

.pbk-img {
    width: 100%;
    height: 2.6rem;
    object-fit: cover;
    margin-bottom: 0.22rem;
}

.pb-k:hover {
    background: linear-gradient(90deg, #6EB929 0%, #0159AA 100%);
    font-weight: bold;
    color: #FFFFFF;
}
.pb-k:nth-child(4n) {
    margin-right: 0;
}
