/* 查询页样式 */
.searchMain {
	padding-top: 15px;
}
/* 名片样式调整 */
.supplierHoverCard .floating_Box_left {
	height: 20px;
    padding-left: 45px;
}
/* 面包屑+展开收起区域样式 */
.search_title {
	display: flex;
    align-items: center;
    justify-content: space-between;
	font-size:12px;
    line-height: 20px;
    margin-bottom: 15px;
}
.search_title .page_nav_location{
	padding:0 !important;
}
.search_title .searchResult{
	margin-right:43px;
}
.search_title .searchScreenPull{
	display: inline-flex;
	align-items: center;
	color:#666666;
	cursor: pointer;
}
.search_title .searchScreenPull::after{
	font-family: 'iconfont';
    content: '\e6bf';
    display: inline-block;
    margin-left: 5px;
    font-size: 7px !important;
    color: #999999;
    transform: rotate(180deg);
    position: relative;
    top: 1px;
}
.search_title .searchScreenPull.screen_down_item::after{
    transform: rotate(0deg);
}

/* 筛选区域样式 */
.search_screen_container .sup-filtrate-title{
	color:#666666;
}
.search_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;
}


/* 型号比价样式 */
.model_comparison_container{
	display: flex;
	align-items: center;
	padding:11px 15px;
	margin-bottom:15px;
	font-size:12px;
	color:#666666;
	background:#ffffff;
}
.model_comparison_container .model_comparison_title{
	font-weight: bold;
}
.model_comparison_container .model_comparison_line{
	display: inline-flex;
	align-items: center;
	margin-left:15px;
	line-height:26px;
}
.model_comparison_line .comparison_line_title{
	margin-right:10px;
}
.model_comparison_line .comparison_line_input{
	width: 117px;
    height: 26px;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #dddddd;
    text-indent: 10px;
    color: #333;
}
.model_comparison_line .comparison_line_input:hover,
.model_comparison_line .comparison_line_input:focus{
	box-shadow: none;
}
.model_comparison_line .screen_select_item{
	width: 204px;
    height: 26px;
    padding-left: 0px;
    border-radius: 2px;
}
.model_comparison_line .screen_select_item .Order_placement_time{
	width:204px;
	box-shadow: 0px 2px 12px #E8E8E8;
}
.gys_item_width.model_comparison_line .screen_select_item,
.gys_item_width.model_comparison_line .screen_select_item .Order_placement_time{
	width:160px;
}
.brand_item_width.model_comparison_line .screen_select_item,
.brand_item_width.model_comparison_line .screen_select_item .Order_placement_time{
	width:148px;
}
/* 搜索+复选 */
.model_comparison_line .screen_select_item .screen_checkbox_box{
    width: 204px;
    box-sizing: border-box;
    padding: 15px 0;
    border-radius: 2px;
    background: #fff;
}
.model_comparison_line .screen_select_item .screen_select_input{
	flex: unset;
    width: 100%;
}
.model_comparison_line .screen_select_item .select_input_text{
	width: calc(100% - 10px);
    height: auto;
    line-height: unset;
    vertical-align: unset;
}
.screen_select_item .screen_checkbox_box .screen_checkbox_search{
    display: flex;
    align-items: center;
    height: 26px;
	margin:0 12px;
    box-sizing: border-box;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    background: #F6F6F6;
}
.screen_select_item .screen_checkbox_box .screen_checkbox_search input{
    flex: 1;
    border: none;
    font-size: 12px;
    color: #333;
    box-shadow: none !important;
    background: #F6F6F6;
}
.screen_select_item .screen_checkbox_box .screen_checkbox_search .iconfont{
    margin-right: 10px;
    color: #777777;
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
}
.screen_select_item .screen_checkbox_box .screen_checkbox_list{
	margin: 10px 2px;
    max-height: 320px;
    overflow: hidden;
    overflow-y: auto;
}
.screen_select_item .screen_checkbox_box .screen_checkbox_list .checkbox_list_item{
    display: block;
    min-height: 32px;
    line-height: 32px;
    color: #333333;
}
#modelCheckboxList .checkbox_list_item,
#brandCheckboxList .checkbox_list_item{
	display: flex;
    align-items: flex-start;
}
#modelCheckboxList .checkbox_list_item .checkbox_multiple,
#brandCheckboxList .checkbox_list_item .checkbox_multiple{
	position: relative;
	top:8px;
}
.checkbox_list_item .checkbox_label_text{
    display: inline-block;
    width: calc(100% - 35px);
    text-align: left;
    word-break: break-all;
}
.screen_checkbox_list .checkbox_list_item .checkbox_multiple{
    position: relative;
    top: -2px;
}
.screen_select_item .screen_checkbox_box .screen_checkbox_btn{
	height: 36px;
	padding-top:10px;
	box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #E4E4E4;
	text-align: center;
}
.screen_select_item .screen_checkbox_box .screen_checkbox_btn .checkbox_btn_item{
    display: inline-block;
    width: 60px;
    height: 26px;
    line-height: 26px;
	cursor: pointer;
}
.model_comparison_container #modelComparisonSubmit{
	width:60px;
	height:26px;
	margin-left:10px;
	line-height:24px;
	cursor: pointer;
}
.purchaser_undefined_box{
	padding:100px 0;
	background:#fff;
}
.rate_exchange_null{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 365px;
    background: #fff;
}
.rate_exchange_null img{
	margin-right:20px;
}
.rate_exchange_null .rate_exchange_hint{
	font-size:13px;
	color:#666666;
}
.rate_exchange_null .rate_exchange_hint .exchange_hint_text{
	margin-bottom:10px;
	font-size:16px;
	color:#444444;
}
.model_comparison_sort{
	display: inline-flex;
	align-items: center;
}
.model_comparison_sort .comparison_sort_item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 8px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    font-size: 12px;
    /* color: #444444; */
	color:#333333;
    cursor: pointer;
}
.model_comparison_sort .comparison_sort_item.active,
.model_comparison_sort .comparison_sort_item.active_rise,
.model_comparison_sort .comparison_sort_item.active_down{
	color:#fff;
	/* border:1px solid #00A0E8;
	background:#00A0E8; */
	border:1px solid #0070BC;
	background:#0070BC;
}
.model_comparison_sort .comparison_sort_item.active_rise .sort_item_rise::before,
.model_comparison_sort .comparison_sort_item.active_down .sort_item_down::before{
	color:#fff;
}
.model_comparison_sort .comparison_sort_item.active_rise .sort_item_down::before,
.model_comparison_sort .comparison_sort_item.active_down .sort_item_rise::before{
	color:#60CAFA;
}
.model_comparison_sort .comparison_sort_item.active span::before{
	color:#fff;
}
.model_comparison_sort .comparison_sort_item:first-child{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.model_comparison_sort .comparison_sort_item:not(:last-child){
	border-right:none;
}
.model_comparison_sort .comparison_sort_item:last-child{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.comparison_sort_item .sort_item_rise::before,
.comparison_sort_item .sort_item_down::before{
    content: "\e6dd";
    display: inline-block;
    font-family: 'iconfont';
    font-size: 12px !important;
    vertical-align: middle;
    color: #C5C5C5;
}
.comparison_sort_item .sort_item_down::before{
	transform: rotate(180deg);
}
/* 搜索页-排序方式样式 */
.search_sort_item.model_comparison_sort .comparison_sort_item:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search_sort_item.model_comparison_sort .comparison_sort_item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search_sort_item.model_comparison_sort .comparison_sort_item{
	color:#333;
}
.search_sort_item.model_comparison_sort .comparison_sort_item.active,
.search_sort_item.model_comparison_sort .comparison_sort_item.active_rise,
.search_sort_item.model_comparison_sort .comparison_sort_item.active_down{
	color:#fff;
	border:1px solid #0070BC;
	background:#0070BC;
}

/* 型号比价结果 */
.model_comparison_result{
	display: flex;
	align-items: flex-start;
	padding:20px 15px;
	font-size:14px;
	color:#0070BC;
	background:#fff;
}
.model_comparison_result .comparison_result_title{
	margin-right: 20px;
	font-weight: bold;
	color:#444444;
}

/* 查询页显示的供应商样式 */
.searchTable_list .product_supplier_detail{
	display: flex;
	align-items: flex-end;
}
.product_supplier_detail .supplier_detail_photo{
    width: 60px;
    height: 60px;
    margin: 0 10px;
    border-radius: 10px;
}
.product_supplier_detail .supplier_detail_info{
	display: inline-flex;
	flex-wrap: wrap;
	padding-left: 7px;
}
.product_supplier_detail .supplier_detail_name{
    display: block;
    width: 140px;
    height: auto;
    text-align: left;
    line-height: 20px;
    margin-bottom: 5px;
}
.product_supplier_detail .icon_bjimg{
	margin-right:12px;
}
.product_supplier_detail .supplier_detail_info .Information_Floating_Box{
	top: 40px!important;
}
/* 查询页显示的子级tr样式 */
.result_son{
    border-bottom: none !important;
}














.searchAdvertisement {
	margin-bottom: 10px;
}

.searchAdvertisement li {
	width: 493px;
    height: 100px;
    overflow: hidden;
    float: left;
}
.searchAdvertisement li:not(:last-child){
	margin-right:10px;
}

.searchAdvertisement .advertisement-last {
	margin-right: 0;
}
.divTit{
	height: 46px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #dcdcdc;
	margin-bottom: 11px;
}
.divTit_lf{
	width: 94px;
	height: 46px;
	background-color: #ebebeb;
	border-radius: 2px 0px 0px 2px;
	font-size: 14px;
	line-height: 46px;
	color: #333333;
	text-align: center;
}
.divTit_rt{
	overflow: hidden;
}
.divTit_txtBox{
	width: 153px;
	height: 25px;
	background-color: #ffffff;
	border: solid 1px #e4e4e4;
	padding:0 5px;
	margin-left: 10px;
	margin-top: 11px;
	float: left;
}
.divTit_txtBox1{
	width: 179px;
}
.divTit_txtBoxs1{
	width: 115px;
	height: 27px;
}
.divTit_txtBoxs2{
	width: 165px;
	height: 27px;
}
.divTit_txtBoxs3{
	width: 165px;
	height: 27px;	
}
.divTit_txtBtn{
	width: 60px;
	height: 25px;
	background-color: #0080ff;
	border-radius: 2px;
	margin-left: 11px;
	margin-top: 11px;
	color: #fffefe;
}
.search_resultName,
.right_fixed_infoMainx th {
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 14px;
	background-color: #ebebeb;
}
.search_resultName th{
	font-weight: bold;
}

.result-w1_1,
.result-w1_2,
.result-w2,
.result-w2_1,
.result-w2_2,
.result-w2_3,
.result-w3,
.result-w4,
.result-w5,
.result-w6 {
	padding: 0 5px;
	text-align: center;  /* 2023-03-23 liusm 新加*/
}

.result-w1 {
	width: 140px;
	text-align: left;
	padding: 0 5px 0 15px;
}
.result-w1_1 {
	width: 60px;
}
.result-rosh {
	width: 50px;
	text-align: center;
}
/* 2023-10-31 liusm 新加 */
.result-width60 {
	width: 60px!important;
}

.result-w1_2 {
	padding-left: 20px;
	width: 280px;
	float: left;
}

.result-w2 {
	width: 120px;
	text-align: left;
}

.result-w2_1 {
	width: 70px;
	word-break: break-word;
	word-wrap: break-word;
}

.result-w2_2 {
	width: 70px;
	word-break: break-word;
	word-wrap: break-word;
}

.result-w2_3 {
	width: 80px;
	word-break: break-word;
	word-wrap: break-word;
}

.result-w3 {
	width: 176px;
	padding: 0px;
}
.result-w4 {
	width: 84px;
}
.result-w5 {
	width: 195px;
	overflow: initial;
}
.result-w6 {
	width: 200px !important;
	text-align: left;
	padding-left: 20px;
}

td.result-w6 {
	width: 155px;
	padding-right: 5px;
}
.order-a {
	display: block;
}
.order-a:hover {
	text-decoration: none;
}

.result-stock-order {
	padding: 0 5px;
}

.result-stock-order {
	padding-left: 0;
}

.search_resultLi ol {
	width: auto;
}

.search_resultLi li span {
	position: relative;
	display: inline-block;
}

.search_resultLi li span.fr {
	overflow: hidden;
}

.search_resultLi li b {
	font-weight: inherit;
}

.search_resultLi:hover,
.result_son:hover{
	background: #FFFBF3;
}

.liLast {
	border: 0;
}

.result-priceSpl-show {
	display: inline-block;
	width: 32px;
	height: 13px;
	cursor: pointer;
}

.result-supplierSave {
	line-height: 18px;
	cursor: pointer;
	font-size: 12px;
}

.result-supplierSave:hover {
	color: #0070bb;
}

.result-supplierSave .icon {
	position: relative;
	top: 2px;
}

.result-num-mult {
	line-height: 16px;
	text-align: left;
	padding-top: 10px;
}

.result-num-mult .result-num-min {
	/* margin-right: 20px; */
	width: 80px;
	display: inline-block;
}

.result-num-min b {
	font-weight: 400;
}

.search_resultLi a {
	display: inline-block;
	max-width: 100%;
	word-break: break-word;
	word-wrap: break-word;
	position: relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.result_son a {
	display: inline-block;
	max-width: 100%;
	word-break: break-word;
	word-wrap: break-word;
	position: relative;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 25px;
}

.search_resultLi a b {
	font-weight: 400;
	line-height: 25px;
}
.result_son a b {
	font-weight: 400;
	line-height: 25px;
}

.search_resultLi a:hover {
	text-decoration: none;
	color: #333;
}

.page_num {
	text-align: right;
	margin-bottom: 30px;
}

.page_sp {
	display: inline-block;
    height: 24px;
    line-height: 24px;
    border: solid 1px #e3e3e3;
    padding: 0 7px;
    cursor: pointer;
    margin: 0 3px;
    background-color: #fff;
}

.page_active {
	border: solid 1px #ff5a00;
    background-color: #ff5a00;
    color: #fff;
}

.searchAdvertisement-under li {
	width: 585px;
	height: 100px;
	overflow: hidden;
	float: left;
}

.searchAdvertisement-under {
	margin-bottom: 25px;
}

.wave-price {
	padding: 0px 3px;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	position: absolute;
	left: -20px;
	top: -4px;
}

.searchHeader {
	line-height: 32px;
    /* text-align: center; */
    margin-bottom: 10px;
}
.productHeader_spl{
	padding-left: 80px;
	color: #666;
}

.searchNav {
	line-height: 49px;
	margin: 10px 0;
	font-size: 14px;
}

.searchNav dt,
.searchNav dd {
	display: inline-block;
}

.searchNav dt {
	padding-left: 20px;
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
}

.searchNav dl {
	border-bottom: 1px solid #bbb;
	position: relative;
	padding-left: 125px;
	padding-right: 100px;
}

.searchNav dl:last-child {
	border: 0;
}

.searchNav dd {
	padding: 4px 10px;
	line-height: 1;
	margin-right: 10px;
	cursor: pointer;
}

.searchNav dd input[type="checkbox"] {
	position: relative;
	top: -1px;
	margin-right: 10px;
}

.searchNavMore {
	cursor: pointer;
	position: absolute;
	right: 40px;
	bottom: 0;
	display: none;
}

.searchNavMore b {
	width: 16px;
	position: absolute;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border: 1px solid #bbb;
	display: inline-block;
	top: 16px;
	right: -22px;
	cursor: pointer;
}

.searchHidden {
	height: 50px;
	overflow: hidden;
}

.searchM_tital {
	font-size: 16px;
	color: #555555;
	line-height: 35px;
}

.ViewMore {
	display: block;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
}

.ViewMore:hover {
	text-decoration: underline;
}

.searchHeaderHome a,
.searchHeader {
	font-size: 14px;
}

/* .searchHeaderHome a {
	font-weight: bold;
} 
.searchHeaderHome{
	color: #ccc;
}*/
.searchHeader .red1 {
	font-weight: bold;
}

.searchM_replace .searchM_tital {
	line-height: 40px;
	padding: 0 10px;
	font-size: 18px;
	border-bottom: 1px solid #bbb;
}

.searchM_replace {
	border: 1px solid #bbb;
	margin-bottom: 20px;
}

.searchM_replace .result-w1 {
	width: 150px;
	padding: 0;
	text-align: center;
}

.searchM_replace .result-w1_2 {
	width: 220px;
	margin: 0;
	text-align: center;
}

.searchM_replace .result-w2 {
	width: 200px;
	padding: 0;
	text-align: center;
}

.searchM_replace .result-w3 {
	width: 155px;
	padding: 0;
	text-align: center;
}

.searchM_replace .result-w4 {
	width: 70px;
	padding: 0;
	text-align: center;
}

.searchM_replace .result-w5 {
	width: 200px;
	padding: 0;
	text-align: center;
}

.searchM_replace .result-w6 {
	width: 185px;
	text-align: center;
}

.searchM_replace .search_resultName div {
	border-left: 1px solid #bbb;
}

.searchM_replace .search_resultName .result-w1 {
	border: 0;
}

.searchM_replace td {
	float: inherit;
	border-left: 1px solid #bbb;
}

.searchM_replace .result-w1 {
	border: 0;
}

.searchM_replace .result-w3 ol {
	text-align: left;
	padding: 0 20px;
}

.searchM_replace td {
	padding: 10px 0;
}

.searchM_replace .result_qty_box {
	padding: 0 20px;
}

.searchM_replace .result-w6 .result-supplierinquiry {
	cursor: pointer;
}

.searchM_replace .result-w6 span {
	border: 1px solid #bbb;
	width: 74px;
	border-radius: 5px;
	margin: 0 5px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
}

td {
	height: 80px;
}

.result-w7 {
	width: 50px;
	padding-right: 20px;
}

.invalid {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-bottom: 30px;
	min-height: 200px;
}
.invalid.searchWrap h6{
	font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}
.invalid.searchWrap h6 strong{
	color: #ff4200;
}
.invalid.searchWrap span{
	font-size: 14px;
}

.result-price-pt {
	padding: 5px 0px;
}

.result-price-pt li {
	font-size: 0;
}

.numPriceSpan {
	display: inline-block;
	width: 80px;
	height: auto!important;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
}
.numPriceSpan_w109{
	max-width: 109px!important;
}

.numPriceSpan b {
	/* font-weight: 400; */
	font-weight: bold;
}

.numPriceSpan_n {
	text-align: right;
}

tr ol li span.numPriceSpan {
	margin: 0;
}

.numPriceSpan_p {
	padding-left: 10px;
	vertical-align: sub;
}
/*
.result-num-p {
	width: 145px;
	z-index: 2;
	left: -10px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.result-num-p.nodata_span{
	text-align: left;
}
.nodata_span span {
	border: 1px solid #ccc;
	line-height: 26px;
	height: 26px;
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	border-radius: 6px;
	cursor: pointer;
	margin: 4px 0;
}

.nodata_span span:hover {
	background-color: #0070bb;
	color: #ffffff;
}

.nodata_span .nodata_xu {
	background-color: #00a0e6;
	color: #ffffff;
}

.nodata_span .nodata_xu.icon-xunjia:before {
	font-size: 18px;
	position: relative;
	top: 2px;
}*/

.result-plusTips {
	position: absolute;
	top: -29px;
	padding-left: 10px;
	min-width: 130px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #ee9799;
	background-color: #ffffff;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
	padding-right: 10px;
	z-index: 3;
}

.result-price-360 {
	width: 190px;
}

.searchTable_list {
	table-layout: fixed;
	border:1px solid #e4e4e4;
}

.public-partBox {
	position: relative;
	display: inline-block;
}

.icon-priceMore {
	width: 70px;
	margin: 2px auto;
	font-size: 12px;
	color: #0070bb;
}

.icon-priceMore .icon-xiala {
	font-size: 18px;
	font-weight: bold;
}

.search-supplieSign {
	position: relative;
	margin-left: 10px;
	top: 8px;
}

.result-w-200 {
	width: 200px;
}

.result-w-90 {
	width: 90px;
}

.result-price ol {
	font-size: 0;
}

.search-partInquiry {
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-bottom: 60px;
}

.searchWrap .searchInquiry-aGo {
	display: inline-block !important;
	width: auto;
	margin: 0 5px;
	min-width: 70px;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #0070ba;
	color: #fff;
	line-height: 36px;
	top: 0;
	font-weight: 400;
	font-size: 16px;
}

.searchWrap .searchInquiry-aGo:hover {
	color: #fff !important;
}

.search-cont {
	/* overflow-x: hidden; */
}

#comparePartNo {
	
}

.search_comparison {
	position: relative;
	z-index: 4;
}

.search_comparison ul li {
	float: left;
	height: 30px;
	margin-right: 10px;
	position: relative;
	margin-bottom: 15px;
	line-height: 30px;
}

.search_com_t {
	float: right;
	height: 30px;
	margin-top: 9px;
	position: relative;
}

.search_com_t p {
	width: 230px;
	border: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.search_com_t .icon-xiala {
	position: absolute;
	right: 2px;
	line-height: 30px;
	height: 30px;
}

.search_com_c,
.search_com_b {
	border: 1px solid #ccc;
	width: 198px;
	margin-left: 0;
	margin-top: 0;
	background-color: #fff;
}

.search_com_c {
	height: auto;
	max-height: 300px;
	position: relative;
	overflow-y: auto;
	top: 0;
}

.search_com_c b {
	font-weight: 400;
	padding-left: 12px;
	line-height: 24px;
	display: block;
	height: 23px;
}

.search_com_c b span {
	display: inline-block;
	height: 22px;
	width: 150px;
}

.search_com_b p.blue {
	color: #0070bb;
	font-weight: 600;
}

.search_com_c b:hover {
	background-color: #b3d5ef;
	cursor: pointer;
}

.search_com_c input {
	position: relative;
	top: -1px;
	margin-right: 5px;
}

.search_com_b {
	margin-top: -1px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

.search_com_b input {
	padding: 2px 8px;
	margin: 0 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.search_com_b input:hover {
	background-color: #ccc;
}

.search_com_b .search_confrim {
	background-color: #0070bb;
	color: #FFFFFF;
}

.search_com_b .search_confrim:hover,
.search_com_b_but:hover {
	background-color: #008ce6;
}

.search_com_b p {
	float: left;
	margin-left: 7px;
	cursor: pointer;
}

.search_comparison_num {
	height: 28px;
	line-height: 28px;
	width: 55px;
	padding: 0 10px;
	border: 1px solid #ccc;
	margin-left: 5px;
}

.search_com_b_but {
	padding: 0 12px;
	height: 30px;
	border: 0;
	background-color: #0070bb;
	color: #fff;
}

#selectMfg_compare {
	padding:10px;
	line-height: 30px;
}
.searchNav #selectMfg_compare dd{
	padding:0px 10px;
}
.search_comparison ul li{
	 margin-bottom: 0;
}
.compare_div .result-num-mult {
	text-align: center;
}

.compare_div .result-num-min {
	margin: 0;
}

.compare_h3 {
	font-size: 16px;
}
.search_com_body {
	width: 257px;
}
.search_compar_no {
	text-align: center;
}
.search_compar_no h3 {
	font-size: 24px;
	color: #333333;
}.search_compar_no span {
	font-size: 14px;
	color: #666666;
}

.stockHousepl{
	color: #999;
}
.numPrice_DealsP{
	width: 300px;/* 2023-10-31 liusm 修改*/
	/* width: 275px; */
	/* min-height: 90px; */
	min-height: 50px;
	position: absolute;
	/* left: 20%; */
	left:-10px;
	top: 20%;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(108, 108, 108, 0.35);
	z-index: 99;
	background-color:#fffff3;
}
.numPrice{
	padding:5px 0;
	font-size: 12px;
	line-height: 18px;

}
.numPrice .icon-rmb,.numPrice .icon-usd{
	font-size: 12px;
}
.numPrice li{
	height: 18px;
	line-height: 18px;
}
.numPrice:hover ~ .numPrice_DealsP {
	display: block !important;
}
.numPrice_DealsP:hover {
	display: block !important;
}
.numPrice_DealsP .numPrice_DealsP_tit{
	height: 22px;
	line-height: 22px;
}
.searchList_zixun{
	width: 55px;
	height: 28px;
	background-color: #eaf4ff;
	border-radius: 2px;
	border: solid 1px #0080ff;
	color: #0080ff;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
}

.search_com_bj_but{
	padding: 0;
	width: 60px;
	height: 30px;
}
.search_com_bj_num{
	width: 64px;
	border: 1px solid #ccc;
}
.search_com_bj_select{
	margin-top: 0;
}
.search_com_bj_selected{
	width: 200px;
	border: 1px solid #ccc;
}
.search_com_bj_selectp{
	width: 190px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
	top: -1px;
}
.search_com_bj_selectp[type="text"]:hover{
	border: 0px;
	box-shadow:none;

}


.searchBox_yijiaL{
	width: 530px;
	/* height: 420px; */
	height: auto;
    padding-bottom: 20px;
	background-color: #ffffff;
	box-shadow: 0px 5px 13px 0px 
		rgba(0, 0, 0, 0.11);
	border-radius: 4px;
}
.searchBox_yijiaLtit{
	height: 35px;
	line-height: 35px;
	background-color: #ebebeb;
	border-radius: 4px 4px 0px 0;
	font-size: 14px;
	padding: 0px 15px;
}
.searchBox_yijiaLtit .c1{
	color: #ff5a00;
}
.searchBox_yijiaLboxc{
	padding: 10px 15px;
}
.searchBox_yijiali{
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
}
.searchBox_yijiali .apply_statistics{
	position: absolute;
    right: 41px;
    bottom: -23px;
}
.yijia_words_right{
	right:15px !important;
}
.searchBox_yijiali .apply_statistics i{
	font-size: 14px;
	color: #333;
}
.searchBox_yijiaSpl{
	display: inline-block;
	width: 50px;
	text-align: right;
	padding-right: 5px;
}
.searchBox_yijiaInput{
	width: 148px;
	padding:0px 5px;
	height: 28px;
	border: solid 1px #cccccc;
}
.searchBox_yijiaSe{
	width: 158px;
}
.searchBox_yijiaPrice{
	width: 133px;
}
.searchBox_yijiaTextarea{
	width: 393px;
	height: 55px;
	margin-left:3px;
	border: solid 1px #cccccc;
	resize: none;
	padding:5px;
}
.btnDiv{
	text-align: center;
	padding-top: 10px;
}
.search_yjlbtnInput{
	width: 70px;
	height: 35px;
	background-color: #ededed;
	border-radius: 2px;
	border: solid 1px #bcbcbc;
	font-size: 14px;
	color: #333333;
	margin:0 20px;
}
.search_yjlbtnInput1{
	background-color: #ff5a00;
	border: solid 1px #ff5a00;
	color: #fff;
}

/* 2023-11-22 zhangyp 议价新样式添加 */
.searchBox_yijiaInputBox{
	display: inline-block;
    width: 158px;
    height: 28px;
	vertical-align: middle;
    border: solid 1px #cccccc;
}
.child_leftInput{
	width: 138px;
    height: 28px;
    text-indent: 6px;
    float: left;
}
.child_priceInput{
	width: 138px;
    height: 27px;
    text-indent: 6px;
    float: right;
}
.child_rightSpan{
	display: inline-block;
    width: 20px !important;
    height: 28px !important;
    text-align: center;
    vertical-align: top;
    background: #f3f3f3;
}
/* 2024-03-18 liusm 议价货期现货样式 */
.child_prompt_goods{
	width: 100% !important;
    background: rgba(239, 239, 239, 0.3) !important;
    text-align: left;
    padding: 0 5px;
    box-sizing: border-box;
}



.searchBox_selectBg{
	width: 160px;
    height: 30px;
	background:#fff;
}
.yijiaSpl_w72{
	width:72px !important;
}
.price_mark{
	position: relative;
    color: rgba(191, 191, 191, 1);
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
	margin-left:1px;
    line-height: 16px;
    text-align: center;
}
.price_mark:hover .price_mark_tip{
	display: block;
}
.price_mark_tip{
	position: absolute;
    top: -37px;
    left: -40px;
    background-color: rgba(55, 55, 55, 1);
    color: #fff;
    font-size: 12px;
    height: 28px;
    width: 100px;
    text-align: center;
    line-height: 28px;
    display: none;
    border-radius: 2px;
}
.price_mark_tip::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: rgba(51, 51, 51, 1);
    transform: rotateZ(45deg);
    bottom: -4px;
    left: 42px;
}



/* 添加产品 */
.searchBox_jycart{
	width: 450px;
	height: 472px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}
.searchBox_jycartit{
	height: 35px;
	line-height: 35px;
	background-color: #ebebeb;
	border-radius: 4px 4px 0px 0;
	font-size: 14px;
	padding: 0px 15px;
	font-weight: 700;
}
.searchBox_jycartM{
	box-sizing: border-box;
	background-color: #fff;

}
.searchBox_jycartM_top{
	border-bottom: 1px dashed #e4e4e4;
	padding: 10px 18px;
}
.searchBox_jy_spl{
	display: inline-block;
	width: 80px;
	text-align: right;
}
.searchBox_jyDiv{
	line-height: 32px;
}
.searchBox_jyDivf2{
	width: 200px;
}
.labelcart_lsearch{
	display: inline-block;
	width: 110px;
}
input[name='addressCart']{
	margin-right: 5px;
}
.searchp_c{
	font-weight: 700;
	color: #ff5a00;
}
.searchBox_jycartM_bt{
	padding: 5px 0px;
}
.searchBox_jycartM_bt .searchBox_jyDiv{
	padding: 3px 0px;
}
.btnDiv_2{
	padding-top: 30px;
}
.btnDiv_2 .search_yjlbtnInput1{
	width: 100px;
}
.s_bd{
	color: #e5e5e5;
	padding: 0px 5px;
}
#shopcartForm .result-input-price{
	margin-top: -5px;
}
.cart_w190{
	width: 190px;
	margin:0px auto;
}
.layer_ctri {
    background-color: #fffbe6;
    border: 1px solid #ffeaa4;
    height: 20px;
    padding: 0 15px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}
.osplAL_ctrid{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	/* background-color: #faad14; */
	/* margin-right: 5px; */
	line-height: 16px;
}

/* guoxu 分类产品列表页面样式 */
.search_label {
	padding: 20px;
	padding-bottom: 15px;
	background-color: #fff;
	margin-bottom: 11px;
}

.search_label_title {
	font-weight: 700;
	display: flex;
	justify-content: space-between;
}
.search_label_title_border{
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.search_label_item_box {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.ellipsis {
	animation: width-change 4s infinite;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: inherit;
	overflow: hidden;
	word-break: keep-all;
}

.search_label_item {
	margin-right: 30px;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
	font-size:12px;
}
/* 2024-04-01 liusm 鼠标划过的样式 */
.search_label_item:hover{
	color: #FF5A00;
}

.develop,
.pack_up {
	color: #0080ff;
	cursor: pointer;
}
.pack_up {
	transform: rotate(180deg);
	display: inline-block;
}

/* 2023-5-10 zhangyp 添加单价提示框类型居中 */
.numPriceSpan_center{
	text-align: center;
	margin:0 5px;
}
/* 2023-05-12  liusm 添加名称的行间距*/
.result-supplierp{
	line-height: 25px;
}
/* 2023-07-20 zhangyp 增加宽度限制 */
.model_w1{
	width:100px;
}
/* 2023-08-14 zhangyp 处理禁用input统一样式 */
.searchBox_yijiaInput[disabled]{
	background-color: rgba(239, 239, 239, 0.3) !important;
	color: rgb(84,84,84);
}

/* 2023-10-27 liusm  */

/* 购物车被拉黑输入框和按钮样式 */
.block-forbid-set .result_qty_price{
	pointer-events:none;
}
.block-forbid-set .result-qty-cart{
	pointer-events:none;
	background-color: #e3e3e3 !important;
}
/* 购物车被拉黑提示 */
.no-cart-hint{
	font-size:12px;
	color:#ff2626;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	margin-top:5px;
}
.cart-hint-icon{
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:4px;
	border-radius: 50%;
	font-size:12px;
	text-align:center;
	line-height:15px;
	color:#ff2626;
	border:1px solid #ff2626;
}