﻿.content .search-cate{
    margin-bottom: 30px;
}
.content .search-cate ul{border:1px solid #DDDDDD;border-bottom: 0px;}
.content .search-cate ul a {
    color: #666666;
    font-size: 12px;
    padding: 3px 9px;
}
.content .search-cate ul a.curr{
    color: #ffffff;
    background-color:#ff6700;
}
.content .search-cate ul li{border-bottom: 1px solid #DDDDDD;line-height: 48px;}
.content .search-cate ul li .tit {
    background-color: #EEEEEE;
    width: 100px;
    padding: 0px 30px 0px 10px;
    text-align: right;
    margin-right: 10px;
    color: #666666;
}
.content .search-cate ul li .sl {
    position: relative;
    z-index: 3;
    line-height: 20px;
    margin-top: 10px;
    margin-right: 20px;
}
.content .search-cate ul li .sl .other-list {
    position: absolute;
    border: 1px solid #DDDDDD;
    top: 26px;
    left: 0px;
    z-index: 2;
    display: block;
    width: 600px;
    line-height: 40px;
    background-color: #fff;
    padding: 0px 15px;
    display: none;
}
.content .search-cate ul .other a {
    color: #666666;
    font-size: 12px;
    padding: 0px 5px;
}
.content .search-cate ul .other a.curr {
    padding: 4px 5px;
    color: #ffffff;
    background-color: #ff6700;
}
.content .search-cate ul .other .other-tit {
    padding: 3px 10px;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    color: #666666;
    font-size: 12px;
    position: relative;
    z-index: 6;
    cursor: pointer;
}
.content .search-cate ul .other .sl:hover .other-tit{
    border-bottom: 0px;
}
.content .search-cate ul .other .sl:hover .other-list{
    display: block;
}
.content .search-cate ul .other .sl:hover .ico {
    background-position: 0px -31px;
}
.content .search-cate ul .other .sl .ico {
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-image: url(../images/icon3.png);
    width: 15px;
    height: 15px;
    margin-left: 13px;
}
.content .g-desc{line-height: 40px;background-color: #F8F8FA;}
.content .g-desc a{margin-right: 30px;
    display: inline-block;}
.content .g-desc a.s0 {
    padding: 0 15px;
}
.content .g-desc a.s0.curr {
    color: #FF6600;
    border-bottom: 2px solid #FF6600;
}
.content .g-desc a .ico{
    background-repeat: no-repeat;
    background-position: -16px -14px;
    background-image: url(../images/icon3.png);
    width: 15px;
    height: 15px;
    margin-left: 2px;
}
.content .g-desc a.s1.curr .ico{
    background-position: -15px -31px
}
.content .g-desc a.s2.curr .ico{
    background-position: -15px -31px
}
.content .g-desc a.s3 .ss1{
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-image: url(../images/icon3.png);
    width: 15px;
    height: 15px;
    margin-left: 2px;
}
.content .g-desc a.s3 .s3-sn{
    position: relative;
    top: 6px;
    right: -1px;
    display: inline-block;
}
.content .g-desc a.s3 .s3-sn .ss1{
    background-position: 0px -33px;
    background-image: url(../images/icon3.png);
    width: 15px;
    height: 9px;
}

.content .g-desc a.s3 .s3-sn .ss2{
    background-position: 2px 2px;
    background-image: url(../images/icon3.png);
    width: 15px;
    height: 12px;
}
.content .g-desc a.s3 .s3-sn .ss1.curr{
    background-position: 0px -50px;
}
.content .g-desc a.s3 .s3-sn .ss2.curr{
    background-position: 2px -15px;
}

.search-cate .chose-con .tit{
    display: inline-block;
}
.search-cate .chose-con a{
    border: 1px dashed #DDDDDD;
    color: #666666;
}
.search-cate .chose-con a:hover{border: 1px dashed #f42424;}
.search-cate .chose-con a{margin-right: 10px;padding-right: 5px}
.search-cate .chose-con a span{color: #f42424;}
.search-cate .chose-con a span.del{padding: 1px 4px;}
.search-cate .chose-con a:hover span.del{background-color: #f42424;color: #ffffff;}


/*产品列表*/
.content .goods_list{
    margin-top: 30px;
    text-align: center;
}
.content .goods_list .g-l{
    width: 293px;
    height: 360px;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #ffffff;
    background-color: #fff;
    margin-left: 2px;
}
.content .goods_list .g-l:hover{
    border-color:#DDDDDD;
    box-shadow: 0 0 4px 0 rgba(85,85,85,.4);
    -webkit-box-shadow: 0 0 4px 0 rgba(85,85,85,.4);
    -moz-box-shadow: 0 0 4px 0 rgba(85,85,85,.4);
}
.content .goods_list .g-l .img{position: relative;
    width: 275px;
    padding-top: 275px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 8px;}
.content .goods_list .g-l .img img{display: block;width: 100%;position: absolute;top:0px;right: 0px}

.content .goods_list .g-l .g-info {
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0px 10px;
    margin-top: 10px;
}
.content .goods_list .g-l .goods_price{
    font-size: 20px;
    color: #f42424;
}
.content .goods_list .g-l .sales{
    color: #8c8c8c;
    margin-right: 10px;
}

.content .goods_list .g-l .sales .num{
    font-weight: 700;
    font-style: normal;
    color: #8c8c8c;
}
.content .goods_list .g-l .cailiao {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #000000;
    text-align: left;
    padding: 0px 10px;
    margin-top: 8px;
}
.content .goods_list .g-l .cailiao:hover{
    color: #f42424;
}

