.section-block {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: #fff;
}

.section-title {
    display: none;
}

.product-grid {
    display: block;
    background: #fff;
}

.product-card {
    display: flex;
    flex-direction: row-reverse;
    gap: 1.3rem;
    min-height: 9.2rem;
    margin: 0 1rem;
    padding: 1.1rem 0;
    border-bottom: 0.08rem solid #e4e4e4;
    background: #fff;
}

.product-card img {
    flex: 0 0 10rem;
    width: 10rem;
    height: 6.7rem;
    border-radius: 0.4rem;
    object-fit: cover;
    background: #f1f1f1;
}

.product-info {
    flex: 1;
    min-width: 0;
    padding: 0;
}

.product-title {
    color: var(--text);
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-meta {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 1.1rem;
    color: #888;
    font-size: 1.364rem;
    line-height: 1.91rem;
}

.product-meta span {
    margin-right: 0.62rem;
}

.comment-icon {
    display: inline-block;
    width: 1.712rem;
    height: 1.612rem;
    margin-right: 0;
    padding-left: 0.1rem;
    color: #888;
    font-family: "SinaHomeFont";
    font-size: 1.612rem;
    line-height: 1.612rem;
    vertical-align: middle;
}

.comment-icon::before {
    content: "\e90d";
}
