.J_module[module-name=icbu-pc-detailSellerRecommend] .header {
    height: 30px;
    line-height: 30px
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .header>a {
    float: right;
    marginRight: 10px
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .header>span {
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
    display: inline-block
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .seller-recommend-content {
    width: 25%;
    float: left;
    padding: 0 10px 10px;
    box-sizing: border-box
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .seller-recommend-content.clear-left {
    clear: left
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .seller-recommend-content.column-3 {
    width: 33.33%
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .seller-recommend-content>a {
    text-decoration: none;
    display: block
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .seller-recommend-content>a>div {
    height: 167px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .seller-recommend-content>a>div.column-3 {
    height: 200px
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .seller-recommend-content>a>h3 {
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
    font-weight: 400
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .seller-recommend-content>a>h3 .price {
    color: #ff7519;
    font-weight: 700
}

.J_module[module-name=icbu-pc-detailSellerRecommend] .seller-recommend-content>a>h3 .unit {
    color: #999
}