/* PCB/SMT 频道页 */
.channel_com{
    background: none;
    margin-top: 20px;
}
.channel_com .channel_com_ul{
    width: 100%;
    height: 56px;
    text-align: center;
    padding-top: 7px;
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid #EFEFEF; */
    margin-bottom: 9px;
}
.channel_com .channel_com_ul li{
    height: 56px;
    line-height: 56px;
    padding: 0 13px;
    font-size: 14px;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin-right: 44px;
}
.channel_com .channel_com_ul li:last-child{
    margin-right: 0;
}
.channel_com .channel_com_ul li:hover,
.channel_com .channel_com_ul li.active{
    font-weight: 700;
    border-bottom: 2px  solid #FF5A00;
    color: #FF5A00;
}

.channel_com_list{
    margin-top: 16px;
}
.channel_factory_list{
    width: 49.4%;
    margin-bottom: 16px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.channel_factory_list_left{
    width: 120px;
    height: 120px;
    margin-right: 14px;
    background: #F6F6F6;
    padding: 10px;
    box-sizing: border-box;
}
.channel_factory_list_left img{
    max-width: 100%;
    max-height: 100%;
}
.channel_factory_list_right{
    position: relative;
    width: calc(100% - 120px);
}
.channel_factory_list_right .attention_supplier_btn{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.channel_factory_list_right .attention_supplier_btn .iconfont{
    margin-right:3px;
    color:#999999;
}
.channel_factory_list_right .attention_supplier_btn.attention_active .iconfont{
    color:#FF3939;
}


.channel_factory_list_right .listTag{
    margin-top: 3px;
    margin-bottom: 9px;
}
.channel_factory_list_right  .listTag .time{
        border: 2px solid #CFA574;
    background: linear-gradient(to bottom, #ffffff, #F8E3CB);
    color: #CFA574;
    font-size: 12px;
    border-radius: 2px;
    padding: 0 3px;
    display: inline-block;
    box-sizing: border-box;
}
.channel_factory_list_right .title{
    color: #333;
    font-size: 14px;
}
.channel_factory_list_right .title .text{
    color: #999999;
    font-size: 12px;
}
.channel_factory_list_right .title .text .iconfont{
    font-size: 12px;
    color: #D7D7D7;
}
.channel_factory_list_right .listTag>span{
    color: #C4732C;
    font-size: 12px;
    position: relative;
    margin-right: 20px;
    display: inline-block;
}
.channel_factory_list_right .listTag>span:not(:last-child)::after{
     position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    right: -11px;
    top: 4px;
    display: inline-block;
    background: #E5E5E5;
}
.seller_type_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.seller_type_item {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    font-size: 12px;
    color: #666666;
    background: #F2F2F2;
}
