.recommend p {
    font-size: 14px;
}

.category {
    padding: 40px 0;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}

.category-menus li {
    display: inline-block;
    margin: 4px;
}

.goods-buy {
    line-height: 40px;
    font-size: 13px;
}


.goods-introduction-cate {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.buy-form label {
    font-size: 16px;
}


/* 商品列表 */
.goods-list {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

/* 单行商品 */
.goods-item {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
}

.goods-item:last-child {
    border-bottom: none;
}

.goods-item:hover {
    background-color: #f7f9fb;
}

/* 图片 */
.goods-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
}

/* 信息区 */
.goods-info {
    padding-left: 15px;
}

.goods-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.goods-meta {
    font-size: 13px;
    color: #888;
}

/* 价格 & 按钮 */
.goods-action {
    min-width: 120px;
}

.goods-price {
    font-size: 16px;
    font-weight: bold;
    color: #e5533d;
}

/* 手机优化 */
@media (max-width: 768px) {
    .goods-thumb img {
        width: 60px;
        height: 60px;
    }
    .goods-price {
        font-size: 15px;
    }
}
