
    /* 商品卡片 */
    body .ly_products_6 .box,body .ly_products_7 .box {
        background: #FCFCFC;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, .04);
        box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
    }
    /* 标题区域 */
    body .ly_products_6 .box .t1,
    body .ly_products_7 .box .t1 {
        display: block;
        padding: 16px 10px 8px;
    }
    /* 价格区域 */
    body .ly_products_6 .box .t2,
    body .ly_products_7 .box .t2 {
        padding: 0 10px 12px;
    }
    /* 商品标题（统一 h3 / h4） */
    body .ly_products_6 .box h3,
    body .ly_products_7 .box h3,
    body .ly_products_6 .box h4,
    body .ly_products_7 .box h4 {
        margin: 0;
        color: #222;
        line-height: 1.7;
        letter-spacing: .2px;
        word-break: break-word;
        font-size: 15px;
        font-weight: 500;
    }
    /* 原价 */
    body .ly_products_6 .box .themes_products_origin_price,
    body .ly_products_7 .box .themes_products_origin_price {
        color: #999;
        margin-left: 8px;
    }
    /* 商品列表间距 */
    body .ly_products_6 .boxWrap,
    body .ly_products_7 .boxWrap,
    body .ly_products_6 .themes_prod,
    body .ly_products_7 .themes_prod,
    body .ly_products_6 .products_list .item,
    body .ly_products_7 .products_list .item,
    body .ly_products_6 .products_list li,
    body .ly_products_7 .products_list li,
    body .ly_products_6 .columns_item,
    body .ly_products_7 .columns_item {
        padding: 4px !important;
        box-sizing: border-box;
    }
    /* 手机端 */
    @media(max-width:768px) {
        body .ly_products_6 .box,
        body .ly_products_7 .box {
            border-radius: 18px;
        }
        body .ly_products_6 .box .t1,
        body .ly_products_7 .box .t1 {
            padding: 12px 8px 6px;
        }
        body .ly_products_6 .box .t2,
        body .ly_products_7 .box .t2 {
            padding: 0 8px 10px;
        }
        body .ly_products_6 .box h3,
        body .ly_products_7 .box h3,
        body .ly_products_6 .box h4,
        body .ly_products_7 .box h4 {
            font-size: 14px;
            line-height: 1.6;
        }
    }
    /* 商品标题hover */
    body .ly_products_6 .box .t1:hover,
    body .ly_products_7 .box .t1:hover,
    body .ly_products_6 .box .t1:hover h3,
    body .ly_products_7 .box .t1:hover h3,
    body .ly_products_6 .box .t1:hover h4,
    body .ly_products_7 .box .t1:hover h4 {
        color: #9F2A2A !important;
        text-decoration: none !important;
    }
    /* 链接hover */
    body .ly_products_6 .box .t1 a:hover,
    body .ly_products_7 .box .t1 a:hover,
    body .ly_products_6 .box a:hover,
    body .ly_products_7 .box a:hover {
        text-decoration: none !important;
    }
