.product_cate li {
    float: left;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    cursor: pointer;
    line-height: 42px;
    padding: 0 25px;
}

.product_cate {
    border-bottom: 1px solid #dfdfdf;
    color: #7c7c7c;
}

.fcate:hover >.scate {
    visibility: visible;
    min-height: 110px;
}

.scate {
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0;
    height: 0px;
    visibility: hidden;
    background: #f1f1f1;
    border-bottom: 1px solid #eee;
    transition: height ease 0.5s;
}

.scate .content{
    padding: 10px 10px 0 10px;
}

.scate span {
    display: inline-block;
    font-size: 14px;
    margin: 0 20px 10px 0;
    cursor: pointer;
    line-height: 26px;
    padding: 0 5px;
    min-width: 80px;
    text-align: center;
    color: #797878;
    border-radius: 4px;
    border: 1px solid #aaa;
}

.product_list {
    margin-top: 32px;
}

.product_list li {
    display: inline-block;
    width: 272px;
    margin: 0 28px 28px 0;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
}

.product_list li:nth-child(4n) {
    margin-right: 0;
}

.product_list li:hover {
    border-color: #e9e9e9;
    -webkit-box-shadow: 0 0 2px 2px #f8f8f8;
    -moz-box-shadow: 0 0 2px 2px #f8f8f8;
    box-shadow: 0 0 2px 2px #f8f8f8;
}

.product_img {
    height: 272px;
    width: 272px;
    overflow: hidden;
    position: relative;
}

.product_img img{
    width:100%;
}

.product_info {
    padding: 0 10px;
}

.pprice {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #F40;
    font-size: 16px;
    background-color: rgba(256,256,256,0.7);
    padding: 2px 6px;
}

.pname {
    font-size: 15px;
    height: 24px;
    margin: 3px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.pname a{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pcate,
.plabel {
    min-height: 23px;
    color: #736c6c;
    font-size: 13px;
}
.pcate span{
    margin-right: 10px;
    display: inline-block;
    margin-left: -5px;
}

.plabel span {
    margin-right: 10px;
    display: inline-block;
    margin-left: -10px;
}

.pcate i {
    display: inline-block;
    background-image: url(../../img/cate.png);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    float: left;
    margin-right: 8px;
}

.plabel i {
    display: inline-block;
    background-image: url(../../img/label.png);
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    float: left;
    margin-right: 8px;
}