/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-7-12, 11:59:23
    Author     : yjl
*/
.lm-home-page-goods-list .cell-box .cell:hover
{
    border: 2px solid #D41A1A;
    box-shadow: none;  
}
.lm-home-page-goods-list .cell-box .cell .merchants
{
    background: #D41A1A;
}
.lm-home-page-goods-list .cell-box .cell .title a:hover
{
    color: #D41A1A;
}
.lm-home-page-goods-list .cell-box .cell .price
{
    color: #D41A1A;
}
.lm-home-page-goods-list .sort .current
{
    background: #D41A1A;
}