body{
    /*background: #F2F3F5;*/
}


.bg{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    height: auto;
}
.list-wrapper{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    margin:0 auto;
}

.factory-list-header{
    width: 100%;
    height: 128px;
}


/*列表*/

.list-content{
    width: 1200px;
    /*overflow: hidden;*/
    margin:0 auto;
}
.list-content.overflow{
    overflow: hidden;
}
.list-content-left{
    width: 72%;
    float: left;
    overflow:hidden;
    /*background: #fff;*/
}
.content-list{
    /*background: #fff;*/
    overflow: hidden;
    position: relative;
    /*z-index:99;*/
}
.list-title{
    margin:0 ;
    overflow: hidden;
    padding-top:25px;
    border-bottom: 1px solid #ededed;
}
.list-title-left{
    height: 40px;
    float: left;
    width: 45%;
    overflow: hidden;
}
.list-title-left li{
    float: left;
    width: 73px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.list-title-left li:hover{
    color: #d50000;
}
.list-title-left li.active{
    color: #d50000;
}
.list-title-left li img{
    width: 7px;
    height: 9px;
    margin-left: 7px;
    position: relative;
    top: 0px;
    _margin-top:16px;
}
.list-title-right{
    /*float: right;*/
    width: 45%;
    /*text-align: right;*/
    height: 40px;
    line-height: 40px;
    font-size:16px;
    color: #0d0d0d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-title-right span{
    color: #d50000;
    padding:0 5px;
    font-weight: 600;
}




.list{

}
.list li{
    width: 886px;
    overflow: hidden;
    padding:30px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    margin-bottom: 2px;
}
.list.business li{
    width: 886px;
    height: 157px;
    overflow: hidden;
    padding:29px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    margin-bottom: 2px;
}
.list.business li.border-bottom-none,.list li.border-bottom-none{
    border-bottom: none;
}
.list li:hover{
    /*background: #f9f9f9;*/
}
.product-img{
    width: 204px;
    height: 153px;
    float: left;
    margin-right: 32px;
    border:1px solid #ededed;
}
.product-img img{
    width: auto;
    display: block;
    margin:0 auto;
    max-width: 204px;
    height: 153px;
}

.product-intro{
    float: left;
    width: 640px;
    overflow: hidden;
}
.carrier-product-intro{
    margin-top: 12px;
}
.land-product-intro.product-intro{
    width:753px;
}
.business .product-intro{
    float: left;
    overflow: hidden;
    width: 586px;
    padding-right:0px;
}
/* 列表发布人信息开始 */
.carrier-sender-info{
    position: relative;
    float: left;
    width: 886px;
    margin-top: 20px;
    background-color: #f1f3f7;
}
.carrier-target-space{
    position: absolute;
    left: 0;
    display: block;
    width: 886px;
    height: 118px;
}
.carrier-sender-padding{
    float: left;
    width: 850px;
    padding: 16px 20px 16px 16px;
}
.sender-pic{
    position: relative;
    float: left;
}
.sender-pic span{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color:#fff;
}
.sender-pic .iron-icon{
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: -4px;
    left: 40px;
}
.sender-logo{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    object-fit: cover;
    object-position: top;
}
.sender-verify-status{
    position: absolute;
    width: 24px;
    height: 26px;
    right: 0;
    bottom: 0;
}
.sender-company{
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
    padding-top: 8px;
    width: calc(100% - 60px - 12px - 128px - 26px - 198px)
}
.sender-user-info{
    color: #333333;
    overflow: hidden;
}
.sender-user-info span{
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    max-width: 40%;
}
.sender-user-info .position{
    color: #999;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin-left: 10px;
    max-width: 55%;
    display: inline-block;
}
.sender-user-info span:hover{
    color: #D50000;
}
.single-line-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.carrier-sender-info .sender-user-info.default-sender-color{
    color: #17233D;
}
.sender-user-info .sender-company-name{
    margin-top: 4px;
}
.sender-company-name{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.sender-company-name:hover{
    color: #D50000;
}
.company-no-hover:hover{
    color: #666666;
}
.sender-online-chat{
    position: relative;
    z-index: 2;
    float: right;
    width: 128px;
    height: 44px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    margin-top: 8px;
    background-color: #D50000;
    cursor: pointer;
}
.sender-online-chat:hover {
    background-color: #B60E0E;
}
.sender-qrcode{
    display: none;
    position: absolute;
    z-index: 1;
    top: -178px;
    right: 148px;
    width: 194px;
    height: 240px;
    text-align: left;
}
.sender-online-chat:hover .sender-qrcode{
    display: block;
}
.sender-qrcode-bg{
    position: absolute;
    width: 194px;
    height: 240px;
}
.sender-qrcode-title{
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 30px 0 18px 26px;
    text-shadow: 1px 2px 0px rgba(3, 29, 117, 0.6);
}
.sender-qrcode-pic{
    position: relative;
    display: block;
    width: 128px;
    height: 128px;
    margin:auto;
}
/* 列表发布人信息结束 */

/* 商业品牌列表开始 */
.list.business li.brand-intro{
    height: auto;
}
.brand-intro .product-intro{
    width: 100%;
}
.brand-intro .product-intro .product-info-content{
    overflow: hidden;
}
.brand-intro .product-intro .product-info-content .product-info{
    float: left;
    width: 260px;
    margin-right: 60px;
}
/* 商业品牌列表结束 */
.product-intro.no-img{
    width: 698px;
}
.quality-park {
    position: absolute;
    z-index: 999;
    background: #FFF4E4;
    padding: 3px 6px;
    font-weight: 400;
    font-size: 12px;
}
.land-quality-park {
    position: absolute;
    z-index: 999;
    background: #FFF4E4;
    padding: 3px 6px;
    font-weight: 400;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 10px;
}
.product-tit{
    font-size: 22px;
    color: #333333;
    height:30px;
    padding-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 浏览量 */
.see-browse{
    position: absolute;
    right: 0;
    top: 33px;
}
.see-browse img{
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 2px;
    float: left;
}
.browse-number{
    font-size: 14px;
    color: #666666;
    line-height: 14px;

}
.product-tit p.pro-name{
    max-width: 85%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
}
.product-tit p.pro-name a{
    font-size: 22px;
    color: #333333;
}
.product-tit p.pro-name a:hover{
    color: #d50000;
}
.product-tit span.label{
    padding:0 9px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #d50000;
    border: 1px solid #d50000;
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    margin-right:12px;
    vertical-align: top;
}
.product-tit span.card{
    padding:0 9px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    color: #ff881f;
    border: 1px solid #ff881f;
    margin-left: 5px;
    *margin-top:-27px;
    vertical-align: top;
}
.title-p{
    font-size: 22px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    height: 30px;
    max-width: 100%;
}
.product-tit .title-p:hover{
    color: #d50000;
    cursor: pointer;
}
.product-info{
    width:68%;
    font-size: 14px;
    color: #666666;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-info img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top:-2px;
}
.product-labels{
    width:100%;
    margin-top: 12px;
    overflow: hidden;
    height: 24px;
}
.blue{
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding:0 10px;
    color: #5e98d3;
    background: #ecf4fc;
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-right: 10px;
}

.list-no-img .product-tit,
.list-no-img .product-info,
.list-no-img .product-labels{
    width: 100%;
}
.money-box{
    position: absolute;
    right: 26px;
    top: 80px;
    overflow: hidden;
    max-width: 30%;
}
.rent-price-box {
    top:95px;
}
.money{
    font-size: 14px;
    color: #d50000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    margin-bottom:14px;
}
.moeny-sale{
}
.money-to-face{
    font-size: 14px;
    font-weight: normal;
    color: #d50000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top:20px;
    text-align: right;
}
.money span{
    font-size: 28px;
    font-weight: bold;
    padding:0 5px;
}
.delete{
    float: right;
}






.list-tips{
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    margin-top: 26px;
}
.list-tips a{
    color: #d50000;
}
.list-tips a:hover{
    text-decoration: underline;
}


.list-content-right{
    position: relative;
    width: 286px;
    float: right;
    padding-top: 39px;
    z-index: 99;
}
.interaction-code-wrapper {
    overflow: hidden;
    margin-top: 15px;
    width: 278px;
    height: 112px;
    border: 1px solid #ededed;
}
.interaction-code-img {
    padding: 5px;
    float: left;
    margin: 13px 21px 0 20px;
    box-shadow: 2px 6px 20px 0px rgba(215,224,230,0.3);
}
.interaction-code-img img {
    width: 74px;
    height: 74px;
}
.interaction-code-box {
    float: left;
    width: 100px;
    overflow: hidden;
    margin-top: 30px;
}
.interaction-code-text {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.fixed-active{
    position: fixed;
    width: 286px;
    left: 50%;
    top: 0;
    height: 472px;
    margin-left: 314px;
    z-index: 80;
}
.product-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset !important;
    height: 70px;
}
/*载体列表推荐标识*/
.recommend-sign {
    float: left;
    height: 22px;
    background: red;
    color: #fff;
    width: 24px;
    text-align: center;
    margin-right: 10px;
    line-height: 22px;
}
