/*产品公示列表页*/
.fabric_index .fabric_index_adview {
    width: 100%;
    height: 100px;
}

.fabric_index .fabric_index_adview img {
    height: 100px;
    width: 100%;
}


.fabric_index .fabric_index_warp {
    width: 860px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
    margin: 20px auto;
    margin-bottom: 80px;
    min-height: 800px;
    padding-bottom: 40px;
}


.fabric_index .fabric_index_warp > ul {
    padding-left: 20px;
    display: block;
}

.fabric_index .fabric_index_warp > ul > li {
    background: #ffffff;
    float: left;
    width: 190px;
    margin: 20px 44px;
    cursor: pointer;
}

.fabric_index .fabric_index_warp > ul > li .state {
    position: absolute;
}

.fabric_index .fabric_index_warp > ul > li div.img {
    width: 190px;
    height: 158px;
    border-radius: 3px;
    object-fit: cover;
}

.fabric_index .fabric_index_warp > ul > li div.img > img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.fabric_index .fabric_index_warp > ul > li p.con {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding-top: 15px;
    font-weight: 600;
    color: #4A4A4A;
    font-family: PingFangSC-Semibold, PingFang SC;
    text-align: center;
}




/*交易师产品海报页*/
.fabric_proImg .fabric_index_adview{width: 100%;height: 200px;}
.fabric_proImg .fabric_index_adview>img{height: 200px;width: 100%;}
.fabric_proImg .fabric-product-img{overflow: hidden;width: 1200px;margin: 40px auto;}
.fabric_proImg .fabric-product-img>img{width: 100%;height: 100%;display: block;margin: 0 auto;}