.searchTop,.searchType,.search-order{
    border: 1px solid #eeeeee;
}
.searchTop>span.condition:last-child{
    color:#3eb4fa;
}
.searchTop .supplier{
    margin-top:4px;
    line-height:18px;
    border:1px solid #3eb4fa;
}
.searchTop .supplier>.remove{
    width:7px;
    height:7px;
    top:6px;
    right:5px;
    background:url(../img/close.png) no-repeat 95% center;
    background-size:7px;
}
.searchType .activeBg{
    border-radius:25px;
}
/*.searchTop>span:first-child{*/
    /*background:none;*/
/*}*/
/*.searchTop>span{*/
    /*height:28px;*/
    /*background:url(../img/search_arrow.png) no-repeat left center;*/
    /*background-size:20px 28px;*/
/*}*/
.searchType{
    box-shadow:0 2px 3px rgba(0,0,0,.1);
}
.searchType .moreType{
    width:100px;
    bottom:-30px;
    left:calc(50% - 50px);
    box-shadow:0 2px 3px rgba(0,0,0,.1);
    background:#fff url(../img/arrow_bottom.png) no-repeat 20px center;
}
.searchType .moreType.show{
    background:#fff url(../img/arrow_top.png) no-repeat 20px center;
}
.dimension-wrapper{
    padding-left:100px;
}
.dimension-wrapper>div.dimension-inner{
    max-height:190px;
}
.more-supplier{
    position:absolute;
    right:20px;
    bottom:0;
}
.searchType .type-title{
    width:60px;
    top:0;
    left:0;
}
/*.searchType>div{*/
    /*border-top:1px dashed #e8e8e8;*/
/*}*/
.searchType>div:first-child{
    border-top:none;
    border-bottom:1px solid #e8e8e8;
 }
/*.searchType>div:nth-child(2){*/
    /*border-top:none;*/
/*}*/
.search-order{
    background:#f8f8f8;
}
.search-order>span{
    width:100px;
    height:33px;
    border-right: 1px solid #eeeeee;
}
.product-paved{
    width:1220px;
}
.product-paved>li{
    width: 24%;
    padding: 0 !important;
    margin-right: 1% !important;
    border-radius: 5px;
    height: 250px;
    box-shadow: 0 2px 4px 0 rgba(7,17,27,.2);
    float: left;
    text-align: center;
    overflow: hidden;
    transition: box-shadow 0.3s;
    border: 1px solid #eeeeee;
}
/*.product-paved>li>.list-icon{*/
    /*width:190px;*/
    /*height:160px;*/
    /*background-repeat: no-repeat;*/
    /*background-position:center center;*/
    /*!*background-size:190px 120px;*!*/
/*}*/
.product-paved>li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #dddddd;
}
.index .featured-product .featured-product-body .product li:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.product-paved>li img{
    width: 100%;
    height: 130px;
}
.product li h6{
    line-height: 25px;
    color: #999999;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
}
.product h6{
    color: #ff6900 !important;
}
.product li h5{
    line-height: 25px;
    color: #666;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
}
/*.product-paved>li:hover img{*/
    /*-webkit-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
/*}*/
.hide-mes{
    width:100%;
    height:100px;
    background:#ff6900;
    position:absolute;
    left:0;
    bottom:-100px;
    display:none;
}
.noData {
    width: 100%;
    height: 100%;
    font-size: 150px;
    text-align: center;
    padding: 80px;
    /* color: #3eb4fa; */
    color: #999;
    display: none;
}
.noData span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    float: left;
    margin-top: 20px;
}

.product-list>li{
    border-bottom:1px solid #eeeeee;
}
.toggle-wrapper{
    border:1px solid #eee;
}
.list{
    width:26px;
    height:30px;
    border-right:1px solid #eeeeee;
    background:url(../img/list.png) no-repeat left center;
    background-size:16px;
}
.list:hover,.list.active{
    width:26px;
    height:30px;
    background:url(../img/list_hover.png) no-repeat left center;
    background-size:16px;
}
.paved{
    width:16px;
    height:30px;
    background:url(../img/paved.png) no-repeat center center;
    background-size:16px;
}
.paved:hover,.paved.active{
    width:16px;
    height:30px;
    background:url(../img/paved_hover.png) no-repeat center center;
    background-size:16px;
}