/*
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-18, 15:19:48
    Author     : yjl
*/
.lm-home-page-goods-search .crumbs-box
{
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
}
.lm-home-page-goods-search .crumbs-box i
{
    font-style: normal;
    padding: 0 5px;
}
.lm-home-page-goods-search .crumbs-box .select
{
    position: relative;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    vertical-align: top;
    margin: 4px 5px 0 0;
    padding: 0 28px 0 4px;
    cursor: pointer;
}
.lm-home-page-goods-search .crumbs-box .select b
{
    font-weight: 400;
}
.lm-home-page-goods-search .crumbs-box .select em 
{
    font-style: normal;
}
.lm-home-page-goods-search .crumbs-box .select i
{
    padding: 0;
    display: block;
    position: absolute;
    width: 25px;
    height: 22px;
    right: 0;
    top: 0;
    background-position: 8px 7px;
}
.lm-home-page-goods-search .crumbs-box .select:hover i
{
    background-position: 8px -11px;
}
.lm-home-page-goods-search .crumbs-box .current
{
    font-weight: bold;
}
.lm-home-page-goods-search .selector-box
{
    font-size: 12px;
    border: 1px solid #DDDDDD;
    padding: 0 15px;
}
.lm-home-page-goods-search .selector-box .selector-cell
{
    width: 100%;
    border-top: 1px #DDDDDD dashed;
    margin-top: -1px;
    padding: 10px 60px 10px 0;
    position: relative;
}
.lm-home-page-goods-search .selector-box .cell-more
{
    max-height: 93px;
    overflow: hidden;
}
.lm-home-page-goods-search .selector-box .selector-cell:first-child
{
    border-top: none;
}
.lm-home-page-goods-search .selector-box .selector-cell .more
{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 20px 5px;
    padding: 0 20px 0 0;
    cursor: pointer;
    display: none;
}
.lm-home-page-goods-search .selector-box .selector-cell .label-name
{
    display: table-cell;
    width: 50px;
    text-align: right;
    color: #999999;
    vertical-align: top;
    padding: 10px 0;
}
.lm-home-page-goods-search .selector-box .selector-cell .brand-box
{
    max-height: 100px;
    overflow: hidden;
}
.lm-home-page-goods-search .selector-box .selector-cell .brand-box::-webkit-scrollbar 
{
    width: 7px;
    height: 7px;
}
.lm-home-page-goods-search .selector-box .selector-cell .brand-box::-webkit-scrollbar-thumb 
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}
.lm-home-page-goods-search .selector-box .selector-cell .brand-box::-webkit-scrollbar-track 
{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    border-radius: 0;
    background: rgba(0,0,0,0);
}
.lm-home-page-goods-search .selector-box .selector-cell .classification
{
    display: table-cell;
}
.lm-home-page-goods-search .selector-box .selector-cell .classification span
{
    display: inline-block;
    float: left;
    padding: 10px;
}
.lm-home-page-goods-search .selector-box .selector-cell .classification .price
{
    padding: 3px 0;
    margin-left: 20px;
}
.lm-home-page-goods-search .selector-box .selector-cell .classification .price input
{
    width: 50px;
    height: 25px;
    float: left;
    text-indent: 3px;
}
.lm-home-page-goods-search .selector-box .selector-cell .classification .price em
{
    float: left;
    padding: 0 5px 0 2px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.lm-home-page-goods-search .selector-box .selector-cell .classification .price i
{
    display: inline-block;
    width: 45px;
    height: 29px;
    line-height: 29px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    text-align: center;
    margin-left: 10px;
    font-style: normal;
}

