.product-category {
    z-index: 100;
    left: 0;
    right: 0;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    color: #909ca4;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .07);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .07);
}

.product-category a{
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
    float: left;
}

.product-category div{
    display: inline;
}

.product-subcategory {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: block;
    text-align: left;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-imgs
{
    display: block;
    position: relative;
}

.product-imgs img
{
    width: 100%;
    margin: 0 auto;
}

.img-back
{
    height: 25px;
}



