.indexBannerDiv{
	width: 1190px;
	height:412px;
	position: relative;
}
.sortBox{
	width:260px;
	height:412px;
	background-color:#fefefe;
	position: absolute;
	left:0;
	top:0;
}
.helpBox{
	width:230px;
	height:412px;
	background-color:#fefefe;
	position: absolute;
	left:960px;
	top:0;
}
.stock_classify{
	padding-bottom:20px;
	border-bottom:1px solid #e3e3e3;
}
.sortBox .title,.member_center .title{
	height: 20px;
	margin:25px 15px 15px;
    font: bold 14px/20px 微软雅黑;
}
.sortBox .title:before{
	content: '';
    width: 19px;
    height: 19px;
    float: left;
    margin-right:5px;
    background: url(../images/index_icon.png) no-repeat;
}
.stock_classify .title:before{
	background-position:left top;
}
.stock_address .title:before{
	background-position:-23px top;
}
.sortBox .more{
	position: relative;
}
.sortBox .more:after{
	content: '';
	float:right;
    width: 8px;
    height: 12px;
    margin:0 0 0 3px;
	position: absolute;
    top: 12px;
    background: url(../images/arrow.png) no-repeat left top;
}

.classify_a{
	padding-left:20px;
}
.classify_a a{
	float:left;
	width:70px;
	height:35px;
	line-height:35px;
	text-align:left;
	margin-right:10px;
	color:#333;
}
.classify_a a.on{
	color:#ec0012;
}
.classify_a a:hover{
	color:#ec0012;
	text-decoration:none;
}

.helpBox .introduce{
	padding-left:10px;
	height:97px;
	border-bottom:1px solid #e3e3e3;
}
.helpBox .intText{
	float: left;
	width: 50px;
	margin: 17px 10px 0;
	text-align: center;
	line-height: 26px;
}
.helpBox .intText:before{
	content: '';
	width: 41px;
	height: 41px;
	float: left;
	margin-left: 4px;
}
.helpBox .int01:before{
    background: url(../images/index_icon.png?v=1) no-repeat left -105px;
}
.helpBox .int02:before{
    background: url(../images/index_icon.png?v=1) no-repeat left -146px;
}
.helpBox .int03:before{
    background: url(../images/index_icon.png?v=1) no-repeat left -187px;
}
.helpBox .tel{
	font-size: 12px;
	text-align: center;
	height: 58px;
	line-height: 20px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding: 8px 0;
}
.helpBox .tel i{
	font-size: 13px;
	font-weight: bold;
}
.helpBox .supplierLink{
	height:66px;
	font: bold 16px/66px 微软雅黑;
}
.helpBox .supplierLink a{
	color:#d8000f;
}
.helpBox .supplierLink a:hover{
	text-decoration: none;
}
.helpBox .supplierLink a:before{
	content: '';
	width: 36px;
    height: 36px;
    float: left;
	margin:15px 10px 0 50px;
	background: url(../images/index_icon.png) no-repeat left -230px;
}
.helpDiv{
	height:173px;
	padding-top:15px;
}
.helpDiv .title{
	height: 19px;
	margin:0 15px 15px;
    font: bold 14px/20px 微软雅黑;
}
.helpDiv .title:before{
	content: '';
    width: 19px;
    height: 19px;
    float: left;
    margin-right:5px;
    background: url(../images/index_icon.png) no-repeat left -86px;
}
.helpDiv .helpLink{
	float:left;
	width:72px;
	height:20px;
	line-height:20px;
	border:1px solid #e3e3e3;
	text-align:center;
	margin:0 0 10px 25px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border-radius:10px;
	color:#444;
}
.helpDiv .helpLink:hover{
	color:#d8000f;
	text-decoration:none;
}
.helpDiv .helpLink.on{
	color:#d8000f;
}
.helpDiv .helpLink.noBorder{
	margin-top:10px;
	border:0;
}
/*banenr*/
.advBanner_box{
	width:700px;
	height:412px;
	position: absolute;
	left:260px;
	top:0;
}
#owl-demo{
	position:relative;
	width:700px;
	height:412px;
}
#owl-demo .item{
	position:relative;
	display:block;
}
#owl-demo img{
	display:block;
	width:700px;
	height:412px;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-pagination{
	position:absolute;
	left:0;
	bottom:14px;
	width:100%;
	height:10px;
	text-align:center;
}
.owl-page{
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:10px;
	border-radius:6px;
	background:rgba(255, 255, 255, 0.6)!important;
	filter:Alpha(opacity=60);
	background-color:#fff;
	cursor: pointer;
}
.owl-pagination .active{
	width:30px
	;border-radius: 6px;
    -webkit-transition: width .5s;
    transition: width .5s;
	background:rgba(255, 255, 255, 1.0)!important;
	filter:Alpha(opacity=100);
}
.owl-buttons{display:block;}
.owl-buttons div{
	position:absolute;
	top:50%;
	width:25px;
	height:46px;
	margin-top:-40px;
	text-indent:-9999px;
	cursor: pointer;
}
.owl-prev{
	left:0;
	background: url(../images/left.png) no-repeat left top;
}
.owl-next{
	right:0;
	background: url(../images/right.png) no-repeat left top;
}
.owl-prev:hover{
	background: url(../images/left.png) no-repeat left -46px;
}
.owl-next:hover{
	background: url(../images/right.png) no-repeat left -46px;
}

.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{
	float: left;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
/*banner*/

/*proList_index*/
.proList_index .listTit{
	width: 100%;
	height:58px;
	line-height:58px;
	border-bottom:1px solid #eb0045;
	margin-bottom:18px;
}
.listTit .title{
	float:left;
	font:bold 22px/58px "微软雅黑";
}
.listTit .auctionTit:before{
	content: '';
    width: 28px;
    height: 28px;
    float: left;
	margin-top:15px;
    margin-right:10px;
    background: url(../images/index_icon.png) no-repeat left -23px;
}
.listTit .hotTit:before{
	content: '';
    width: 28px;
    height: 28px;
    float: left;
	margin-top:15px;
    margin-right:10px;
    background: url(../images/index_icon.png) no-repeat left -55px;
}
.proList_index .listTit .more{
	position: relative;
	color:#333;
	margin-right:23px;
	margin-top:23px;
	font:normal 16px/22px "微软雅黑";
}
.proList_index .listTit .more:hover{
	text-decoration: none;
	color:#d8000f;
}
.proList_index .listTit .more:after {
    content: '';
    float: right;
    width: 8px;
    height: 12px;
    margin: 0 0 0 7px;
    position: absolute;
    top: 6px;
    background: url(../images/arrow.png) no-repeat left top;
}
.listTit .numBox{
	font:normal 16px/22px "微软雅黑";
	color:#d8000f;
	text-align: left;
    padding-left: 150px;
    padding-top: 20px;
}
.listTit .numBox i{
	display:inline-block;
	width:16px;
	text-align:center;
	font-style:normal;
	font:bold 18px/22px 微软雅黑;
	background-color:#d01514;
	margin-right:1px;
	color:#fff;
}
/*竞拍产品*/
.auctionList_box{
	width:1190px;
}
.auctionListA{
	display:block;
	width: 284px;
    height: 400px;
	color:#333;
}
.auctionListA:hover{
	text-decoration:none;
}
.auctionList{
	float: left;
    width: 284px;
    height: 400px;
    margin-right: 18px;
    margin-bottom: 22px;
    background-color: #fff;
    position: relative;
}
.auctionList:hover{
	 -webkit-box-shadow: 0px 0px 10px rgba(216,0,15,.6);
	-moz-box-shadow: 0px 0px 10px rgba(216,0,15,.6);
	box-shadow: 0px 0px 10px rgba(216,0,15,.6);
}
.auctionList:nth-child(4n) { 
    margin-right:0px;
} 
.auctionList .label{
	float:right;
	width:40px;
	height:25px;
	position: absolute;
	right:-5px;
	bottom:150px;
}
.auctionList .label.tiaoliao{
	background: url(../images/label.png) no-repeat left top;
}
.auctionList .label.dabao{
	background: url(../images/label.png) no-repeat left -25px;
}
.auctionList .proImg{
	width: 284px;
    height: 200px;
	text-align: center;
    align-items: center;
    display: flex;
}
.auctionList .proImg img{
	width:100%;
	height:100%;
}
.auctionList .proImg img.img150{
	width: 150px;
    height: 150px;
    align-items: center;
    margin: 0 auto;
}
.auctionList .proTit{
	padding-left: 10px;
    font: bold 16px/50px "微软雅黑";
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 230px;
    margin-top: 10px;
}
.auctionList .proIn{
	padding-left:10px;
	color:#666;
	line-height:28px;
}
.auctionList .proIn .top{
	width: 265px;
	height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	
}
.auctionList .proIn .td{
	float: left;
    width: 127px;
    height: 28px;
    overflow: hidden;
    word-break: break-all;
    margin-right: 5px;
}
.auctionList .proData{
	width:265px;
	height:36px;
	margin-left:10px;
	margin-top:8px;
	line-height:36px;
	color:#666;
	border:1px solid #eaeaea;
}
.auctionList .proData .data{
	margin-left: 10px;
	color:#666;	
}
.auctionList .data .num{
	margin-right:2px;
}
.auctionList .enterBOM{
	float: right;
	width:89px;
	font-size:14px;
	font-weight:bold;
	color:#d8000f;
	border-left:1px solid #eaeaea;
}
.auctionList .enterBOM:before{
	content: '';
	float:left;
    width: 14px;
    height: 14px;
    margin: 12px 4px 0 10px;
    background: url(../images/zoom.png) no-repeat;
}
.auctionList .trading{
	float: right;
	width:89px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#666;
	border-left:1px solid #eaeaea;
}
.auctionList .traded{
	float: right;
	width:89px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#888;
	background-color:#eeeeee;
}
/*捡漏产品*/
.hotList_box{
	width:1200px;
	margin-bottom:10px;
}
.hotList_index{
	float:left;
	width:284px;
	height:280px;
	margin-right:18px;
	margin-bottom:10px;
	background-color:#fff;
}
.hotList_index:hover{
	 -webkit-box-shadow: 0px 0px 10px rgba(216,0,15,.6);
	-moz-box-shadow: 0px 0px 10px rgba(216,0,15,.6);
	box-shadow: 0px 0px 10px rgba(216,0,15,.6);
}
.hotList_index:nth-child(4n) { 
    margin-right:0px;
} 
.hotList_indexA{
	display:block;
	width:234px;
	height:246px;
	padding:19px 25px 15px 25px;
}
.hotList_indexA:hover{
	text-decoration:none;
}
.hotList_index .proImg{
	width:234px;
	height:150px;
	margin-bottom:5px;
	text-align: center;
}
.hotList_index .proImg img{
	width:100%;
	height:100%;
}
.hotList_index .proImg img.img150{
	width: 150px;
    height: 150px;
    align-items: center;
    margin: 0 auto;
}
.hotList_index .proTit,.hotList_index .pro_int,.hotList_index .batchNum,.hotList_index .unitPrice{
	color:#666;
	height: 22px;
	line-height:22px;
	overflow: hidden;
    word-break: break-all;
}
.hotList_index .proTit{
	font-weight:bold;
	height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.hotList_index .factory{
	float:left;
	width:110px;
}
.hotList_index .num{
	float:right;
	width:110px;
}

.hotList_index .batchNum{
	float:left;
	width:110px;
}
.hotList_index .pointUnitPrice{
	float:right;
	width:110px;
	/*margin-right:10px;*/
	height:22px;
	line-height:22px;
	color:#d8000f;
	font-size:18px;
	font-weight:bold;
	overflow: hidden;
	word-break: break-all;
}

.hotList_index .pointUnitPrice i{
	font-size:12px;
	position: relative;
	top: -2px;
	color: #666;
	font-weight:normal;
}

.hotList_index .unitPrice{
	float:right;
	width:110px;
}
.hotList_index .priceBox{
	height:22px;
	margin-top:3px;
}
.hotList_index .priceBox .priceNum{
	float:left;
	width:165px;
	margin-right:10px;
	height:22px;
	line-height:22px;
	color:#d8000f;
	font-size:18px;
	font-weight:bold;
	overflow: hidden;
    word-break: break-all;
}
.hotList_index .priceBox .priceNum i{
	font-size:12px;
	position: relative;
	top: -2px;
	color: #666;
	font-weight:normal;
}
.buyLabel,.sellOutLabel{
	display: block;
	margin: 3px auto;
	width:56px;
	height:22px;
	font-weight:bold;
	line-height:22px;
	color:#fff;
	background-color:#d8000f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border-radius:10px;
}
.buyLabel,.sellOutLabel{
	background-color:#d8000f;
}
.buyLabel:before{
	content: '';
	float:left;
    width: 11px;
    height: 15px;
	margin:3px 4px 0 8px;
    background: url(../images/clock.png) no-repeat;
}
.sellOutLabel{
	text-align:center;
	background-color:#bbb;
}









































/*旧样式begin——index的未动,用到的已挪到相应的页面，后期删掉此段代码*/
.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;
}
.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;
}
.searchStock-tit{
    font-size:20px;
    color:#333;
    line-height: 45px;
    margin-bottom:10px;
}
.dabaoIcon,.tiaoliaoIcon{
	display:inline-block;
	padding:0 6px;
	height:17px;
	color:#fff;
	font:normal 12px/17px 宋体;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 
	border-radius:3px;
	margin-left:10px;
	position: relative;
    top: -3px;
}
.dabaoIcon{
	background-color:#d30e17;
	font-weight:bold;
}
.tiaoliaoIcon{
	background-color:#ff7802;
	font-weight:bold;
}
.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;
}
.stockList-introduce{
    height: 72px;
}
.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;
}
.stockNamelist-p{
    display: inline-block;
    min-width: 130px;
    margin-right: 35px;
    line-height: 32px;
    *zoom:1;
    *display: inline;
}
.search-numList{
    padding:13px 30px;
}
.search-check-leftw{
    max-width: 820px;
}
.serachResult_dabao .search-check-leftw{
    max-width: 600px;
}
.stockNum-inb{
    display: inline-block;
    min-width: 70px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 14px;
    *zoom:1;
    *display: inline;
}
.stockNum-inb a .search-num-ts{
    color: #999;
    margin-left: 6px;
}
.stockNum-inb a:hover{
    text-decoration: none;
}
.serachResult_dabao{
	float:left;
	width:920px!important;
}
.searchTable—dabao{
	width:880px!important;
}
.searchTable{
    width: 1150px;
    margin: 0 auto;
}
.searchTable_jg{
    border-top:1px solid #ececec;
}
.searchTable th,.searchTable td{
    height: 52px;
    border-bottom: 1px dotted #ececec;
    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;
}
.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:290px;
	margin-left:-145px;
	margin-top:-190px;
}
#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;
}
.quote-layer-main .ID{
	padding-left: 10px;
	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;
}
#quote-layer-div .quote-layer-main .ID span{
	width:190px;
}
.quote-layer-main .price{
	border:1px solid #e3e3e3;
	padding-left:14px;
	width:230px;
	height:46px;
	line-height:46px;
	margin:20px auto 15px;
	font-size:14px;
	font-weight:bold;
}
.quote-layer-main .numPrice{
	width:205px;
	height:42px;
	line-height:42px;
	color:#999;
	font-weight:normal;
}
.price-sm{
	padding-left:10px;
}
.price-sm dt,.price-sm dd{
	height:20px;
	line-height:20px;
}
.price-sm dt{
	width:150px;
	margin-right:10px;
}
.quote-layer-main .priceBtn{
	width:115px;
	height:34px;
	line-height:34px;
	margin:10px 0 10px 65px;
}
.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;
}
.fullBag_info{
	width:250px;
	position: relative;
}
.fullBagFixed{
	position: fixed;
    top: 0;
    left: 50%;
    margin-left: 345px;
}
.fullBag_info .quote-layer-main .price{
	width:190px;
	margin-top:0;
}
.fullBag_info .numPrice{
	width:165px;
}
.fullBag_info dt{
	width:120px;
}
.fullBag_info .query-explain{
	left: 125px;
    top: 100px;
}
.fullBag_info .priceBtn{
	margin:10px 0 10px 50px;
}
.quote-layer-main .unableQuote-btn{
	background-color:#cccdcc;
}
.fullBag_info .unableQuote-explain,#quote-layer-div .unableQuote-explain{
	bottom:60px;
    left: 25px;
    width: 190px;
}
			.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:250px;
    height:30px;
    background:#fff;
    border:1px solid #cccccc;
    border-radius:15px;
    overflow: hidden;
}
.stockresult-search>input{
    border: 0;
}
.textInput-searchstock{
    padding:0 15px;
    width:175px;
    height: 30px;
    color: #999;
    line-height: 30px;
}
.textbtn-search{
    width: 42px;
    height: 30px;
    background: url(../images/search.png) no-repeat center;
}
.iconorder-a{
    display: inline-block;
    width:80px;
    height:26px;
    line-height: 26px;
    text-align: center;
    background:#F2FFCF;
    border:1px solid #bade5a;
    border-radius:13px;
    color: #82AB15;
    margin-left: 8px;
}
.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;
}
