/*筛选*/
.filter-box{
	width: 1150px;
	position: relative;
	margin:0 auto 30px;
	padding-top:30px;
	overflow: hidden;
}
.filter-box .tit{
	font-size:14px;
    padding-right:10px;
    font-size: 14px;
    width: 75px;
    text-align: left;
	line-height:30px;
	position: absolute;
    left: 0;
    top: 29px;
}
.filter-box ul{
    display: inline-block;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 0;
    margin-left: 80px;
}
.filter-box ul li{
    float:left;
	height:30px;
	line-height:30px;
    padding:0 14px;
    margin: 0 4px 10px 4px;
    cursor: pointer;
	font-size: 14px;
}
.filter-box ul .all,.filter-box ul li.on{
    background-color: #d8000f;
    color: #fff;
    font-weight:bold;
}
.filter-box ul .all a,.filter-box ul li.on a{
	color:#fff;
}
.filter-box .show-more{
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 33px;
    font-style: normal;
    color: #666;
    font-size: 14px;
    float: right;
	padding-right: 15px;
	display:none;
}
.filter-box .icon-down:after{
	content: '';
	float:right;
    width: 11px;
    height: 8px;
    margin:0 0 0 3px;
	position: absolute;
    top: 8px;
    background: url(../images/arrow.png) no-repeat -8px top;
}
.filter-box .icon-up:after{
	content: '';
	float:right;
    width: 11px;
    height: 8px;
    margin:0 0 0 3px;
	position: absolute;
    top: 8px;
    background: url(../images/arrow.png) no-repeat -19px top;
}
.buyNow_btn{
	display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: left;
    background: #d8000f;
    border-radius: 13px;
    color: #fff;
    margin-left: 8px;
}
.buyNow_btn:before{
	content: '';
	float:left;
    width: 11px;
    height: 15px;
	margin:5px 4px 0 20px;
    background: url(../images/clock.png) no-repeat;
}
.buyNow_btn:hover{
	color:#fff;
}

/*料单详情*/
.os_detailBox{
	width: 900px;
	height:200px;
	float: left;
	margin-bottom:20px;
}
.detailImg{
	float:left;
	width:284px;
	height:200px;
	background-color:#fff;
	text-align: center;
    align-items: center;
    display: flex;
}
.detailImg img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.detailImg img.img150{
	width: 150px;
    height: 150px;
    align-items: center;
    margin: 0 auto;
}


.os_detail_tex{
	float: left;
    width: 585px;
    padding-left: 30px;
    background: #fff;
    padding-top: 20px;
    position: relative;
    height: 180px;
}
.searchStock-tit {
    font-size: 20px;
    color: #333;
    line-height: 65px;
    margin-bottom: 10px;
}
.stockNamelist-p {
    display: inline-block;
    width: 115px;
    margin-right: 20px;
    line-height: 45px;
    *zoom: 1;
    *display: inline;
}
.stockNamelist-p.chengnuo{
	width:100%;
}
.stockNamelist-p.brandNames{
	width: 410px;
    line-height: 22px;
    margin-top: 8px;
	height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.stockNamelist-p .brandTex{
	margin-right:15px;
}
.zpbz_icon,.yjc_icon,.shwy_icon{
    padding-left: 26px;
}
.zdtxt_sp{
    display: inline-block;
    margin-right: 15px;
    color: #333;
}
.zpbz_icon{
    background: url(../images/zpbz_icon.png) no-repeat left;
}
.yjc_icon{
    background: url(../images/yjc_icon.png) no-repeat left;
}
.shwy_icon{
    background: url(../images/shwy_icon.png) no-repeat left;
}
.os_detail_tex .markText{
	float:right;
	padding:0 10px;
	height:30px;
	line-height:30px;
	position: absolute;
	bottom:25px;
	right:35px;
	border:1px solid #ffbcbc;
	background-color:#fff5f5;
}
/*出价*/
.fullBag_info {
    width: 270px;
    background-color: #fff;
    position: relative;
}
.layerBox .fullBag_info{
	width:320px;
}
.fullBagFixed{
	position: fixed;
    top: 0px;
    left: 50%;
	margin-left:325px;
}
.quote-layer-main{
	padding:0 20px;
}
.quote-layer-main .topTitle{
    height: 54px;
    line-height: 54px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
}
.quote-layer-main .ID{
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
}
.quote-layer-main .ID span{
	display: inline-block;
    width: 149px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    word-break: break-all;
    position: relative;
    top: 5px;
	font-weight:noraml;
}
#quote-layer-div .quote-layer-main .ID span{
	width:230px;
}
.quote-layer-main .price{
	border:1px solid #e3e3e3;
	padding-left:10px;
	height:48px;
	line-height:48px;
	margin:0 auto 15px;
	font-size:16px;
}
.quote-layer-main .numPrice{
	width:200px;
	height:46px;
	line-height:46px;
	color:#999;
	font-weight:normal;
	margin-top: -3px;
}
.fullBag_info .quote-layer-main .price{
	width:218px;
	margin-top:0;
}
.fullBag_info .numPrice{
	width:200px;
}
.price-sm li{
	height:30px;
	line-height:30px;
	font-size:14px;
}
.price-sm dt{
	width:150px;
	margin-right:10px;
}
.viewBidRecord{
	margin-left:10px;
}
.viewBidRecord a{
	color: #0184ff !important;
	padding-right:10px;
	background:url(../images/arrowR.gif) no-repeat right 5px;
}

.fullBag_info .priceBtn{
	margin:30px 0;
}
.quote-layer-main .unableQuote-btn{
	background-color:#cccdcc;
}
.fullBag_info .query-explain{
	left: 130px;
    top: 105px;
}
.unableQuote-explain{
	display:none;
	width: 255px;
	position:absolute;
	bottom:42px;
	left:-105px;
	height:26px;
    border:1px solid #ccc;
    color:#666;
	background:#f9f9f9;
	font:normal 12px/26px 宋体;
}
.unableQuote-explain .icon{
	float:left;
	width:14px;
	height:14px;
	margin: 5px 5px 0 5px;
	background:url(../images/tip_icon.png) no-repeat left top;
}
#quote-layer-div{
	width:320px;
	margin-left:-160px;
	margin-top:-230px;
}
.fullBag_info .unableQuote-explain,#quote-layer-div .unableQuote-explain{
	bottom:60px;
    left: 25px;
    width: 190px;
}
.contactText{
	margin-top: 10px;
}
.contactText .reqRed{
	font-weight:bold;
}
.contactText input{
	width: 162px;
	height: 34px;
    border: 1px solid #e3e3e3;  
}
.quote-layer-main .priceBtn{
	width: 100%;
    height: 40px;
    line-height: 40px;
	margin:20px 0;
	font-size: 14px;
}
.queryIcon{
	display:inline-block;
	width:14px;
	height:14px;
	margin-left:5px;
	background: url(../images/tip_icon.png) no-repeat left -14px;
	position:relative;
	top:2px;
	cursor: pointer;
}
.query-explain{
	display:none;
	width:195px;
	position:absolute;
	background-color:#f8f8f8;
	border:1px solid #ccc;
	border-radius:5px;
	color:#666;
	padding:6px;
	font:normal 12px/20px 宋体;
	left: 130px;
    top: 147px;
    z-index: 1000;
}
.query-explain .a{
	display:block;
	width:7px;
	height:11px;
	position:absolute;
	left:-6px;
	top:21px;
	border-radius:5px;
	background: url(../images/a.png) no-repeat center;
}

.mainTip_info{
    width: 250px;
    height: 200px;
    padding-left: 20px;
    background: #fff url(../images/info_bg.png) no-repeat 145px bottom;
}
.mainTip_infop{
    line-height: 22px;
    margin-top: 15px;
}
.mainTip_infop1{
    position: relative;
	margin-top: 10px;
}
.mainTip_infop1 a{
    display: inline-block;
    padding-left: 20px;
    background: url(../images/qq.png) no-repeat left 5px;
    left: 0px;
    color: #333;
}
.mainTip_infop1 .tel{
    display: inline-block;
    padding-left: 20px;
    background: url(../images/tel.png) no-repeat left 5px;
    left: 0px;
    color: #333;
}









/*旧样式begin*/
.top-personCenter{
	float:right;
	width:106px;
	height:34px;
	margin:38px 36px 0 34px;
	padding-left:12px;
	font:bold 16px/34px 微软雅黑;
	color:#ff5a00;
	background-color:#fff9f3;
	border:1px solid #ffc3a2;
}
.top-personCenter:hover{
	text-decoration:none;
}
.top-personCenter:before{
	content: "";
	float: left;
	clear: both;
	width:19px;
	height: 19px;
	background:url(../images/icon.png) no-repeat -40px top;
	margin-top:8px;
	margin-right:6px;
}

.main_div_top {
    margin-bottom: 20px;
}
.info-kf-sp{
    margin-right: 32px;
    font-size: 14px;
    font-weight: bold;
}

.serachResult{
	width:1190px;
	min-height: 400px;
	background-color:#fff;
	margin-bottom:30px;
}
.serachResult_index{
	width:930px;
	min-height: 400px;
	background-color: #f9f9f9;
}
.searchIndex_div .ahover{
    color: #333;
}
.serach_title{
	padding-right:20px;
	margin-bottom:15px;
}
.serach_title .title{
	padding-left:50px;
	font:bold 22px/30px 微软雅黑;
	color:#333;
	background: url(../images/iconIndex.png) no-repeat 12px 0;
}
.serach_title .dataNum i{
	float:left;
	width:14px;
	text-align:center;
	font-style:normal;
	font:bold 18px/22px 微软雅黑;
	background-color:#d60000;
	margin-right:1px;
	color:#fff;
}
.searchIndex_div li{
    padding:20px 30px 20px 25px;
	background-color:#fff;
}
.searchIndex_div li:last-child{
    border: 0;
}
.searchStock-divleft{
    width: 700px;
}
.stockLookorder_a,.stockTrading_a{
	display: inline-block;
    width: 102px;
    height: 32px;
    line-height: 32px;
	text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-indent: 14px;
}
.stockLookorder_a{   
    border: 1px solid #ffc09e;
    background: #fffaee url(../images/search-icon.png) no-repeat 12px center;
    color: #ff5a00;    
}
.stockLookorder_a:hover,.stockTrading_a:hover{
    text-decoration: none;
}
.stockTrading_a{    
    border: 1px solid #cbcbcb;
    background:#ededed;
    color:#686868;
}
.active .searchStock-tit,.active .searchStock-tit>.ahover{
    color:#ff5a00;
}
.active{
    background-color: #fffef1;
}
.highlight_line{
    background-color: #fffaee;
    color: #FF5A00;
}

.search_txtp{
    display: inline-block;
    min-width: 120px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    overflow: hidden;
    color: #666;
    word-break: break-all;
    *zoom:1;
    *display: inline;
}
.search_txtp2{
    max-width: 820px;
}
.stock_divLeft{
    width: 920px;
    height: 150px;
	position:relative;
}
.topExplainTit{
	color:#0095ee;
	position:absolute;
	right:45px;
	top:40px;
	z-index: 10;
}
.stockList-top{
    padding-left: 42px;
    background: #fff;
    padding-top: 23px;
}



.search-numList{
    padding:12px 20px;
}
.search-check-leftw{
    max-width: 820px;
	position: relative;
    padding-left: 80px;
}
.serachResult_dabao .search-check-leftw{
    max-width: 600px;
	padding-left:0;
}
.stockNum-inb{
    display: inline-block;
    min-width: 70px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 14px;
    *zoom:1;
    *display: inline;
}
.stockNum-inb.All{
	position: absolute;
    left: 0;
    top: 0;
}
.stockNum-inb a .search-num-ts{
    color: #999;
    margin-left: 6px;
}
.stockNum-inb a:hover{
    text-decoration: none;
}
.serachResult_dabao{
	float:left;
	width:900px!important;
}
.searchTable—dabao{
	width:860px!important;
}
.searchTable{
    width: 1150px;
    margin: 0 auto;
}
.searchTable_jg{
    border-top:1px solid #ccc;
}
.searchTable th,.searchTable td{
    height: 52px;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
}
.searchTable th{
    background-color: #f9f9f9;
    color: #666666;
}
.stockListBtn-yellow{
	display: inline-block;
    width:70px;
    height:26px;
    line-height: 26px;
	background:#fffaee;
    border:1px solid #ffb172;
    color:#ff5a00;
    text-align: center;
	cursor: pointer;
}
.stockListBtn-gray{
	display: inline-block;
    width:70px;
    height:26px;
    line-height: 26px;
	background:#ededed;
    border:1px solid #ccc;
    color:#666;
    text-align: center;
}
.operation-div{
	position:relative;
}

#error-layer-div{
	width: 200px;
    margin-left: -105px;
    margin-top: -60px;
}
.error-layer-main{
	text-align:center;
	padding:20px 0;
	padding: 30px 0;
    font-size: 14px;
}
.bidding-btn{
	background-color: #fff;
    text-align: center;
	padding-bottom: 10px;
}
.bidding-btn .button{
	padding: 2px 10px;
	margin:0 5px;
}
.bidding-btn .confirm-bidding{
	background-color: #ff5a00;
    color: #fff;
}







			.qqiconInquiry{
			    display: inline-block;
			    width:70px;
			    height:26px;
			    line-height: 26px;
			    background:#FFFAEE;
			    border:1px solid #ffc09e;
			    border-radius:13px;
			    color:#ff5a00;
			    text-align: center;
			}
.stockresult-search{
    width:248px;
    height:28px;
    background:#fff;
    border:1px solid #cccccc;
    border-radius:15px;
    overflow: hidden;
}
.stockresult-search>input{
    border: 0;
}
.textInput-searchstock{
    padding:0 15px;
    width:190px;
    height: 30px;
    color: #999;
    line-height: 30px;
}
.textbtn-search{
    width: 15px;
    height: 28px;
    background: url(../images/search_icon.png) no-repeat -33px center;
}
.searchTable_jg .active td:nth-child(2){
    color: #FF5A00;
}
.stockNum-inb-dn{
    display: none;
}
.overStock-more{
    color: #0095ee;
    padding-left: 15px;
}
.aboutStock{
    padding: 30px;
    background: #fff;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}
.aboutStock_downBtn {
    display: block;
    height: 42px;
    width: 201px;
    line-height: 42px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background-color: #3e6dc7;
    margin: 20px 0;
}
.aboutStock_flowchartImg{
    display: block;
}
.search_errorDiv{
    padding: 80px 0 50px;
    background: #FFF;
    text-align: center;
}
.search_errorTips{
    font-size: 18px;
    text-align: center;
    color: #ff7800;
    line-height: 36px;
    margin-bottom: 30px;
    vertical-align: middle;
}
.search_error_icon {
    display: inline-block;
    margin-right: 10px;
    width: 57px;
    height: 27px;
    background: url(../images/angry_icon.gif) no-repeat left center;
}
.searcherror-text{
    padding: 0 15px;
    width: 60px;
    height: 26px;
}
#imgCode{
    vertical-align: middle;
    margin:0 15px;
}
.changeoneImg{
    line-height: 26px;
    color: #2267b6;
    height: 26px;
    font-size: 14px;
    text-decoration: underline;
}
.searcherror-textCode{
    line-height: 26px;
    margin-bottom: 30px;
}
.search-orangeBtn{
    height: 32px;
    width: 92px;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    background: #ff7900;
    border: 1px solid #ff7900;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

.overstock_flowMain{
	padding:10px 50px 100px 50px;
	background-color: #fff;
}
.flow_title{
	font:bold 16px/36px 微软雅黑;
	margin:10px 0;
	color:#ff5a00;
	border-bottom:1px dotted #e5e5e5;
}
.flowText{
	color:#666;
	font-size:14px;
	padding-left:15px;
	line-height:24px;
}
.flowImg_box{
	width:100%;
	text-align: center;
	margin:30px auto 60px;
}
.flowText li{
	line-height: 30px;
	margin-bottom:10px;
}
.overstock_flowMain .dowmBtn{
	display:inline-block;
	width:200px;
	height:42px;
	font:bold 14px/42px 微软雅黑;
	text-align: center;
	color:#fff;
	background-color:#3e6dc7;
	margin:20px 0;
}
.flow_title_kefu{
	padding:0;
	font-weight:bold;
	color:#ff5a00;
	margin:10px 0;
}
.flow_kefuText{
	line-height:30px;
}
.fuzzyBg{
	-webkit-filter:blur(2px);
	filter:blur(2px);
}
.jiaoyi_img,.chengjiao_img{
	width:129px;
	height:83px;
	position:absolute;
	left:60px;
	top:125px;
	/* display:none; */
	filter:blur(0);
}
.jiaoyi_img{
	background: url(../images/jiaoyi.png) no-repeat;
}
.chengjiao_img{
	background: url(../images/chengjiao.png) no-repeat;
}



