.jf_wares {
    padding: 0 40px;
    margin-top: 30px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.jf_wares_top {
    padding: 20px 0;
    border-bottom: 1px dashed #F5F5F5;
}

.jf_wares_top:last-child{
    border-bottom: 0;
}

.jf_wares .left {
    margin-right: 20px;
    width: 70px;
}

.jf_wares .right {
    width: 1010px;
}

.jf_wares_top .left {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.jf_wares_top .left.tit {
    color: #333;
    font-weight: 700;
}

.jf_wares_top .right {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333;

}
.jf_wares_top.jf .right {
    margin-bottom: -18px;
}
.jf_wares_top .right span {
    color: #0091FF;
}

.jf_wares_top li {
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.jf_wares_top li:hover {
    color: #0091FF;
}

.jf_wares_top li.active {
    color: #0091FF;
}

.jf_wares .right.jf_wares_tag {
    position: relative;
    width: 930px;
}

.jf_wares_tag .m_n {
    margin-bottom: -20px;
    width: 930px;
    max-height: 80px;
    overflow: hidden;
}

.jf_wares_tag li {
    margin-bottom: 20px;
}

.jf_wares_tag .iconfont {
    position: absolute;
    right: -12px;
    bottom: -10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: #999;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.jf_wares_tag .iconfont.down {
    transform: rotate(-180deg);
}

.jf_wares_tag .iconfont:hover {
    color: #0091FF;
}

.jf_wares_top .sort {
    display: inline-block;
    width: 12px;
    vertical-align: middle;
    vertical-align: -2px;
}


.jf_wares_top .sort .top {
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #666;
    font-size: 0;
    line-height: 0
}



.jf_wares_top .sort .bot {
    margin-top: 3px;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    font-size: 0;
    line-height: 0
}

.jf_wares_top .sort .top.on, .jf_wares_top .sort .top:hover {
    border-bottom: 5px solid #0091ff
}

.jf_wares_top .sort .bot.on, .jf_wares_top .sort .bot:hover {
    border-top: 5px solid #0091ff
}
.jf_wares_top .sxjf li{
    margin-bottom: 15px !important;
}

.list_content {
    margin-top: 30px;
}

.list_content li {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 16px 16px 0;
    float: left;
    width: 220px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.list_content li:hover {
    box-shadow: 0 0 8px 0 #E8E8E8;
}


.list_content li:nth-child(5n) {
    margin-right: 0;
}

.list_content li img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.list_content li .photo {
    position: relative;
    display: block;
    width: 188px;
    height: 188px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.list_content li .jp {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 30px;
    height: 30px;
}

.list_content li .jp1 {
    background: url("../img/jp1.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.list_content li .jp2 {
    background: url("../img/jp2.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.list_content li .jp3 {
    background: url("../img/jp3.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.list_content li img:hover {
    transform: scale(1.1);
}


.list_content li .content {
    padding: 20px 0;
}

.list_content li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;

}

.list_content li p a {
    display: block;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list_content li:hover p a {
    color: #0091FF
}

.list_content li .text {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #999;
}

.goods_tit {
    margin: 20px 0 30px;
    font-size: 26px;
    font-weight: 700;
    line-height: 37px;
    color: #333;
    text-align: center;
}

.goods_tit p {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #999;
}

.goods_tit p:before {
    content: '-';
    position: absolute;
    left: -20px;
    display: block;
}


.goods_tit p:after {
    content: '-';
    position: absolute;
    right: -20px;
    top: 0;
    display: block;
}







