/* 供应商优选 */
.supplier-preference-box{
    margin-bottom:20px;
}
.supplier-preference-search{
    margin:20px 0;
    display: flex;
    justify-content: space-between;
}
.supplier-preference-search .new-right-message{
    display: flex;
    align-items: center;
}
.supplier-preference-search .tips-message{
    margin-left: 15px;
    font-size: 12px;
    color: #666666;
}
.supplier-preference-search .tips-message span{
    margin: 0 3px;
    color: #0070BC;
}

/* 供应商优选列表-样式 */
.supplier_preference_list{
    overflow: hidden;
}
.supplier_list_item{
    display: flex;
    justify-content: space-between;
    height:254px;
    box-sizing: border-box;
    padding:20px;
    margin-bottom:20px;
    border-radius: 10px;
    box-sizing: border-box;
    background:#fff;
}
.supplier_list_item .supplier_info_container{
    display: inline-flex;
}
.supplier_info_container .supplier_info_photo{
    width: 170px;
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 25px;
}
.supplier_info_container .supplier_info_photo .photo_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width:170px;
    height:170px;
    overflow: hidden;
    margin-bottom:20px;
    box-sizing: border-box;
    border-radius: 10px;
    border:1px solid #ECECEC;
    text-align: center;
    position: relative;
}
.supplier_info_container .supplier_info_photo .photo_logo img{
    width: 130px;
    height: 130px;
    object-fit: contain;
    border-radius: 5px;
}

.btn_operation_item{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_operation_fn{
    margin-top: 20px;
    justify-content: flex-start;
}
.enter_supplier_btn,
.attention_supplier_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:85px;
    height:21px;
    margin-right:10px;
    box-sizing: border-box;
    border:1px solid #E4E4E4;
    border-radius: 50px;
    font-size:12px;
    color:#666666;
    cursor: pointer;
}
.enter_supplier_btn .iconfont{
    margin-right:3px;
    color:#0070BC;
}
.attention_supplier_btn .iconfont{
    margin-right:3px;
    color:#999999;
}
.attention_supplier_btn.attention_active,
.attention_supplier_btn.attention_active .iconfont{
    color:#FF3939;
}
.supplier_info_photo .im_supplier_btn{
    display: inline-block;
    width: 73px;
    height: 22px;
    margin-left: 15px;
    box-sizing: border-box;
    border: 1px solid #FFCF86;
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #C20000;
    background: linear-gradient(to bottom, #FFE9B4, #FFF3E6, #FFE9B4);
    position: relative;
    cursor: pointer;
}
.supplier_info_photo .im_supplier_btn img{
    width: 25px;
    height: 25px;
    position: absolute;
    left: -15px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.supplier_info_container .supplier_info_basics{
    width:370px;
}
.supplier_info_basics .supplier_basics_name{
    max-width: 250px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    height: 20px;
    line-height: 22px;
}
.supplier_basics_detail p{
    display: block;
    height: auto;
    margin-bottom:10px;
    font-size: 12px;
    color: #333333;
}
.supplier_basics_detail p .basics_detail_title{
    color:#999999;
}
.supplier_list_item .supplier_type_container{
    width:755px;
}
.supplier_type_container .type_list_tab{
    display: inline-flex;
}
.type_list_tab .type_tab_btn{
    display: inline-block;
    width: 52px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    color: #333333;
    cursor: pointer;
}
.type_list_tab .type_tab_btn.active{
    border: 1px solid #0070BC;
    color: #0070BC;
}
.type_list_tab .type_tab_btn:nth-child(1){
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.type_list_tab .type_tab_btn:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.type_list_tab .type_tab_btn:nth-child(1):not(.active){
    border-right:none;
}
.type_list_tab .type_tab_btn:nth-child(3):not(.active){
    border-left:none;
}
.supplier_type_container .type_page_box{
    display: inline-flex;
    align-items: center;
}
.type_page_box .type_page_index{
    margin-right: 20px;
    font-size: 12px;
    color: #666666;
}
.type_page_index .page_number {
    color: #0070BC;
}
.type_page_box  .type_page_btn{
    display: inline-flex;
}
.type_page_btn .page_btn_item{
    display: inline-block;
    width: 37px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    color: #333333;
    cursor: pointer;
}
.type_page_btn .page_btn_item:first-child{
    border-right:none;
    border-top-left-radius:3px;
    border-bottom-left-radius: 3px;
}
.type_page_btn .page_btn_item:last-child{
    border-top-right-radius:3px;
    border-bottom-right-radius: 3px;
}
.type_page_btn .page_btn_item.active{
    color: #999999;
    background: #F3F3F3;
}
.supplier_type_container .supplier_product_list{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.supplier_product_list .supplier_product_item{
    display: inline-block;
    width:135px;
    height:169px;
    box-sizing: border-box;
    padding-top:15px;
    text-align: center;
}
.supplier_product_list .supplier_product_item:not(:last-child){
    margin-right:20px;
}
.supplier_product_item img{
    width: 103px;
    height: 90px;
    margin-bottom:20px;
    object-fit: cover;
    border-radius: 5px;
}
.supplier_product_item .product_item_price{
    font-size: 14px;
    color:#FF303A;
}
.supplier_product_item .product_item_text{
    font-size:12px;
    color:#666666;
}
.supplier_type_container .supplier_product_null{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    font-size: 12px;
    color: #999999;
}

/* 方案商产品样式 */
.supplier_list_item.supplier_item_fn{
    height:245px;
}
.supplier_list_item.supplier_item_fn .supplier_info_photo{
    width:277px;
}
.supplier_list_item.supplier_item_fn .supplier_info_photo .photo_logo{
    width: 277px;
    height: 205px;
    margin-bottom: 0;
}
.scheme_product_list{
    display: flex;
    align-items: center;
    margin-top:10px;
}
.scheme_product_list .scheme_product_item{
    display: inline-block;
    width:140px;
}
.scheme_product_list .scheme_product_item:not(:last-child){
    margin-right:15px;
}
.scheme_product_item img{
    width:140px;
    height:140px;
    border-radius: 5px;
}
.scheme_product_item .product_item_text{
    height:40px;
    margin-top:5px;
    font-size:12px;
    line-height:20px;
    word-break: break-all;
    color:#666666;
}
/* 供应商优选列表-暂无数据 */
.supplier-no-list{
    margin:135px auto 295px auto;
    font-size:14px;
    text-align:center;
    color:#9D9D9D;
}









.preference-tag-item{
    display: flex;
    align-items: baseline;
}
.tag-item-title{
    display: inline-block;
    width:60px;
    font-size:12px;
    text-align:right;
    color:#333333;
}
.tag-flex1{
    flex:1;
}
.item-list-select{
    display: inline-block;
    /* padding:7px 14px; */
    margin-right:10px;
    margin-bottom:10px;
    font-size:12px;
    color:#333333;
    border:1px solid #DDDDDD;
    cursor: pointer;
}
.item-list-select:has(a){
    padding:0;
}
.item-list-select span{
    display: block;
    padding:7px 14px;
    font-size:12px;
    color:#333333;
}
.active-select-btn.item-active-select,.option-active-select{
    border:1px solid #FF5A00;
    font-weight: 700;
    color: rgba(255, 90, 0, 1);
    background:#FFFBEF;
    background:rgba(255, 90, 0, 0.08);
    position: relative;
}
.active-indexes-btn.item-active-select span{
    font-weight: 700;
    color: rgba(255, 90, 0, 1);
    cursor: pointer;
}
.active-select-btn.item-active-select::after,.option-active-select::after{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -242px -1095px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.active-select-btn.item-active-select span,.option-active-select span{
    color: rgba(255, 90, 0, 1);
}
.item-list-more{
    cursor: pointer;
    font-style: normal;
    color: #2192fe;
    font-size: 12px;
    display: block;
}


.supplier-list-left{
    float: left;
    width:200px;
    margin-right:20px;
}
.supplier-list-right{
    float: left;
    width:480px;
}
.supplier-list-left img{
    width:200px;
    height:100px;
    margin-bottom:25px;
}
.supplier-list-im{
    width:115px;
    height:29px;
    margin:0 auto;
    background:url(../images/contact_biger.png) no-repeat center/cover;
    cursor: pointer;
}
.supplier-name{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    display: flex;
}
.supplier-detail{
    font-size:12px;
    color:#333333;
}
.supplier-detail p{
    width: 100%;
    line-height: 28px;
    height: auto;
}
.supplier-detail span{
    color:#999999;
}

/* 搜索页-结果筛选 */
.result-screen-tag{
    margin-bottom:20px;
}
.result-tag-hint{
    display: flex;
    align-items: center;
    width:14px;
    padding:15px 20px;
    font-size:14px;
    font-weight: 700;
    color:#333333;
    background:#eeeeee;
}
.result-tag-hint span{
    display: block;
    width:14px;
}
.result-tag-con{
    width:1446px;
    padding:20px 20px 10px;
    box-sizing: border-box;
    background:#fff;
}
.result-tag-con .tag-item-title,.result-tag-con .item-list-select span{
    color:#666;
}


.select_tag_height{
    height:43px;
    overflow: hidden;
}




.supplierTopads{
	height: 334px;
	background:url(../images/supplier_topimg.jpg) no-repeat center;
}
.supplierasd{
	padding-top: 180px;
}
.supplierasd_a{
	display: block;
	width: 230px;
	height: 46px;
	margin:0px auto;
	text-indent: -9999999px;
}
.supplierSearch{
	width: 360px;
	height: 40px;
	margin: 40px auto 30px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.supplierNamebtncheck{
	width: 75px;
	height: 40px;
	border:0px;
	background-color:#ff5a00 ;
	color: #fff;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
}
.supplierNames{
	height: 38px;
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	border:1px solid #cccccc;
	border-radius: 3px;
}
.supplierNamesLogo{
	border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 1190px;
}
.supplierNamesLogo li{
	width: 236px;
    /* height: 122px; */
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #fff;
    text-align: center;
    padding-top: 16px;
    cursor: pointer;
}
.supplierNamesLogo li .splTxt{
	display: block;
	line-height: 36px;
	width: 200px;
	height: 36px;
}
.supplierNamesLogo .supplierNamesLogoList a{
	display:inline-block;
}
.supplierNamesLogo .supplierNamesLogoList p {
	width: 200px;
    height: 100px;
    border-radius: 6px;
    display: flex;
    align-items: center;
	overflow: hidden;
}
.supplierNamesLogo .supplierNamesLogoList p img{
	width: 200px;
	height: 100px;
	border-radius: 6px;
}

/* 品牌新交互样式 */
.brand_select_box{
    display: flex;
    align-items: flex-start;
}
.brand_indexes_box{
    display: flex;
    font-size:12px;
    color:#000000;
}
.brand_indexes_item.active-select-btn.item-active-select{
    margin-right:14px;
}
.brand_indexes_item{
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px;
    cursor: pointer
}
.brand_indexes_item:first-child a{
    padding:6px 16px;
}
.brand_indexes_item a{
    display: block;
    padding: 6px 0;
    font-size: 12px;
}
.brand_option_border{
    padding: 20px 20px 10px;
    margin-right: 24px;
    border: 1px solid #EFEFF0;
}
.brand_option_hidden{
    max-height: 87px;
    overflow: hidden;
}
.brand_option_scroll{
    max-height:132px;
    overflow-y: auto;
}
.brand_option_list{
    position: relative;
}
/* 经营品牌筛选样式-start */
.jybrand_screen_container .filtrate-more-container{
	border:none;
	background:#F6F8FA;
}
.search_screen_options{
    padding: 5px 40px 15px;
    display: flex;
    flex-wrap: wrap;
}
.search_screen_options .screen_options_item{
	display: inline-flex;
	align-items: center;
	width:188px;
	margin-top:10px;
	font-size:12px;
	color:#666666;
	cursor: pointer;
}
.search_screen_options .screen_options_item:not(:nth-child(6n)){
	margin-right:30px;
}
.search_screen_options .screen_options_item .options_item_width{
    display: inline-flex;
    max-width:100%;
}
.screen_options_item .options_item_width .checkbox_multiple{
	display: none;
}
.search_screen_options .screen_options_item .options_item_name{
	flex:1;
	margin-right:3px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	word-break: break-all;
}
.sup-filtrate-operation .filtrate-checkbox-operation{
	display: none;
	width:100%;
	padding-bottom:15px;
	text-align: center;
	background:#F6F8FA;
}
.sup-filtrate-operation .filtrate-checkbox-operation .checkbox-operation-btn{
	display: inline-block;
    width: 52px;
    height: 26px;
    line-height: 26px;
	cursor: pointer;
}
/* 经营品牌筛选样式-end */