body {
    background: #E8E8E8;
}

/* 面包屑 */
.shop-bread-nav-wrapper {
    margin: 0;
}

.shop-bread-nav {
    background: transparent;
}

.shop-bread-nav-item, .shop-bread-nav-separator {
    color: #999;
}

.shop-bread-nav {
    padding: 0;
}

/*文章新闻*/
.shop-product-list {
    background: #FFFFFF;
    margin-top: 2.667vw;
}

.shop-product-link {
    display: block;
    padding: 4.267vw 3.7333%;
    overflow: visible;
    position: relative;
}

.shop-product-link:before {
    content: "";
    display: block;
    width: 200%;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.shop-product-item:first-child .shop-product-link:before {
    display: none;
}

.shop-product-cover {
    width: 23.733vw;
    height: 16vw;
    margin: 0.533vw 3.733vw 0.533vw 0;
    border-radius: 0.8vw;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 3.733vw;
    top: 4.267vw;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.shop-product-overview {
    min-height: 17.067vw;
    overflow: hidden;
    width: 100%;
    padding-left: 27.467vw;
    box-sizing: border-box;
}

.shop-product-title {
    font-size: 3.733vw;
    line-height: 5.333vw;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    margin-top: 3.2vw;
}

.shop-product-intro {
    font-size: 3.733vw;
    line-height: 4.8vw;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3.733vw;
}