.product{
    margin-top: 1rem;
    width: 7.7rem;
}
.product img{
    width: 7rem;
    height: 7rem;
    border-radius: 0.5rem;
}
.product div{
    height: 1rem;
    font-size:0.7rem;
    font-family:PingFang-SC-Regular;
    color:rgba(0,0,0,1);
    line-height: 1rem;
    text-align: center;
}
.products{
    padding-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.honor{
    width: 4.5rem
}
.photo{
    width: 9rem;
    height: 5rem;
    border-radius: 0.5rem;
    margin: 2rem;
}
.bordClass{
    margin-top: 1rem;
    width:14rem;
    height:9rem;
    background:rgba(252,245,245,1);
    border-radius: 0.5rem ;
    line-height: 9rem;
    text-align: center;
}
.honorText{
    width: 14rem;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    font-size:0.8rem;
    color:rgba(67,67,67,1);
}
.lunbo{
    margin-left: 1rem;
    margin-right: 1rem;
}
