.nav_in{
	width: 1200px;
	padding: 10px 0;
}
.nav_in a{
	color: #535353;
	font-weight: 400;
}
#content{
	background: #F2F2F2;
}
.need_list_in{
	width: 1200px;
	margin: 0 auto;
	clear: both;
}
.filter_sort{
	height: 40px;
	line-height: 40px;
	color: #333;
	margin: 20px 0;
}
.filter_sort >*{
	display: block;
	float: left;
	width: 80px;
	height: 40px;
}
.filter_sort a{
	text-align: center;
	border: 1px solid #EEE;
	border-right: none;
}
.filter_sort a:hover{
	color: #FF7300;
}
.filter_sort a:last-child{
	border-right: 1px solid #EEE;
}
.filter_sort a.current{
	background: #FF7300;
	color: #FFF;
}
.filter_sort a.baojia{
	position: relative;
	width: 100px;
}
.filter_sort a.baojia:after{
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border: 1px solid #CCC;
	border-top: none;
	border-right: none;
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
	left: 80%;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.filter_sort a.baojia:hover:after{
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 20px;
}
.filter_sort a.baojia:hover span{
	display: block;
}
.filter_sort a.baojia span{
	position: absolute;
	top: 42px;
	z-index: 10;
	width: 100px;
	display: none;
	left: 0;
	color: #333;
	background: #FFF;
	border: 1px solid #EEE;
	border-top: none;
}
.filter_sort a.baojia span em{
	display: block;
	position: relative;
}
.filter_sort a.baojia span em.current:after{
	position: absolute;
	display: block;
	content: "√";
	top: 0;
	left: 80%;
	width: 10px;
	height: 40px;
	color: #F60;
}
.filter_sort a.baojia span em:hover{
	color: #FF7300;
}
.need_list_in table.need_table{
	width: 100%;
	border: 1px solid #EEE;
	border-spacing: 0;
}
.need_list_in table.need_table thead td{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.need_list_in table.need_table thead td:first-child{
	width: 180px;
}
.need_list_in table.need_table thead td:nth-child(2), thead td:nth-child(3){
	width: 300px;
}
.need_list_in table.need_table thead td:nth-child(4){
	width: 120px;
}
.need_list_in table.need_table thead td:nth-child(5), .need_list_in table.need_table thead td:last-child{
	width: 150px;
}
.need_list_in table.need_table tbody tr:nth-of-type(even){
	background-color: #F3F3F3;
}
.need_list_in table.need_table td{
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	text-align: center;
}
.need_list_in table.need_table tbody td{
	height: 120px;
	font-size: 12px;
	line-height: 20px;
}
.need_list_in table.need_table tbody td a{
	color: #183e6b;
}
.need_list_in table.need_table tbody td a:hover{
	color: #FF7300;
}
.need_list_in table.need_table tbody td img{
	border: 1px solid #e2e2e2;
	width: 98px;
	height: 98px;
}
.need_list_in table.need_table tbody td:nth-child(2), .need_list_in table.need_table tbody td:nth-child(3){
	padding: 0 30px;
}
.need_list_in table.need_table td:last-child{
	border-right: none;
}
.buy_detail_main{
	width: 1185px;
	padding-left: 15px;
	padding-top: 15px;
	background: #FFF;
	padding-bottom: 50px;
	margin-top: 10px;
	overflow: hidden;
}
.detail_left{
	width: 362px;
	position: relative;
	z-index: 1;
}
.detail_left .img_big{
	width: 360px;
	height: 360px;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	position: relative;
}
.detail_left .img_big img{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.detail_left .img_small{
	overflow: hidden;
	margin: 10px auto 0;
	text-align: center;
}
.detail_left .img_small ul li{
	display: inline-block;
	padding-right: 3px;
	cursor: pointer;
}
.detail_left .img_small ul li img{
	width: 60px;
	height: 60px;
	vertical-align: middle;
}
.ab_im{
	padding: 2px;
	border: 1px solid #C0C0C0;
	margin: 0;
}
.ab_on{
	border: 1px solid #FF7300;
	padding: 2px;
	background: none;
	margin: 0;
}
.f_big{
	width: 360px;
	height: 360px;
	border: 1px solid #e6e6e6;
	position: absolute;
	top: 0;
	left: 361px;
	display: none;
	overflow: hidden;
	z-index: 1;
	background: white;
}
.detail_left_l{
	width: 938px;
	overflow: hidden;
	border-right: 1px solid #ddd;
}
.buy_detail_l{
	width: 535px;
	/*border-right: 1px solid #ddd;*/
	padding: 5px 20px 0;
}
.buy_detail_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
}
.buy_detail_info{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #A0A0A0;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	overflow: hidden;
}
.buy_detail_info:nth-child(even){
	background: #F8F8F8;
}
.buy_detail_info p{
	padding-left: 10px;
}
.buy_detail_info p span:nth-child(odd){
	display: inline-block;
	vertical-align: top;
	width: 75px;
	height: 100%;
	float: left;
}
.buy_detail_info p span:nth-child(even){
	display: inline-block;
	width: 185px;
	color: #000;
	float: left;
}
.buy_offer_step{
	width: 535px;
	margin-top: 30px;
	float: left;
}
.offer_step_header{
	width: 505px;
	float: left;
	margin: 0px 15px;
	height: 50px;
	line-height: 50px;
	background: #524e4d;
}
.offer_step_header li{
	text-align: center;
	width: 33.33%;
	float: left;
	line-height: 20px;
	border-top: 2px solid #ff9720;
	padding-top: 15px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	font-weight: 600;
	position: relative;
	color: #FFF;
	opacity: .8;
	filter: alpha(opacity=80);
}
.offer_step_header li .step_desc{
	position: absolute;
	background: url("images/task_step.png") no-repeat 0px -17px;
	width: 10px;
	height: 10px;
	left: 50%;
	top: -5px;
	margin-left: -5px;
}
.offer_step_header li .step_num{
	padding-right: 5px;
	font-family: Arial;
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;
}
.offer_step_header li.current .step_desc{
	width: 13px;
	height: 13px;
	top: -7px;
	background-position: 0px -2px;
}
.offer_step_header li.current{
	border-top-color: #FF7300;
	font-weight: bold;
	opacity: 1;
}
.offer_step_header li::after{
	position: absolute;
	display: block;
	content: "";
	top: 17px;
	left: 100%;
	width: 10px;
	height: 15px;
	background: url("images/progress_arrow.png") no-repeat;
}
.offer_step_header li:last-child::after{
	background: none;
}
.offer_step_detail{
	width: 463px;
	margin: 0px 15px;
	float: left;
	clear: both;
	line-height: 180%;
	border-top: none;
	border: 1px solid #DDD;
	padding: 10px 20px;
	position: relative;
	min-height: 80px;
}
.offer_step_detail .text_msg{
	text-indent: 2em;
	display: block;
}
.text_msg p{
	height: 25px;
	line-height: 25px;
}
.text_msg p a{
	color: #F60;
}
.text_msg p a:hover{
	color: #FF7300;
}
.offer_step_detail .btn-warning{
	color: #FFF;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.buy_detail_r{
	width: 230px;
	padding-top: 5px;
}
.buy_detail_r_img{
	width: 130px;
	height: 130px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.buy_detail_r_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.buy_detail_r p{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	margin-top: 10px;
}

.clearfix{
	clear: both;
}
.clearfix:before{
	display: table;
	content: " ";
}
.notice{
	width: 917px;
	overflow: hidden;
	margin-top: 20px;
	float: left;
}
.notice-header{
	position: relative;
	height: 45px;
	line-height: 45px;
	background: #F5F5F5;
}
.notice-header ul{
	width: 936px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 2px solid #FF7300;
	border-left: 1px solid #e5e5e5;
	float: left;
}
.notice-header ul li{
	float: left;
	width: 115px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #F5F5F5;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
	cursor: pointer;
}
.notice-header ul li.current{
	background: #FF7300;
}
.notice-header ul li a{
	display: block;
}
.notice-header ul li.current a{
	color: #FFF;
	font-weight: 600;
	font-size: 16px;
}

.tier_main{
	position: relative;
	height: 100%;
	background: #FFF;
}
.tier_main_detail{
	width: 100%;
	float: left;
	overflow: hidden;
}
.tier_detail_l{
	width: 280px;
	border-right: 1px solid #eee;
	padding: 20px 19px 0px 20px;
	float: left;
}
.tier_detail_l header h1{
	font-size: 20px;
	color: #ed5565;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
.tier_detail_l header em{
	font-size: 12px;
	color: #999;
	font-style: normal;
}
.tier_detail_l section{
	margin-top: 10px;
}
.tier_detail_l section ul li{
	width: 100%;
	margin-bottom: 10px;
}
.tier_detail_l section ul li h3{
	font-size: 14px;
	color: #999;
	height: 25px;
	line-height: 25px;
	font-weight: 600;
}
.oper_loading{
	width: 32px;
	height: 32px;
	margin-top: 1px;
	background: url('newbuy/images/buy_loading.gif') no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.tier_detail_r{
	width: 280px;
	float: right;
	padding-top: 20px;
}
.tier_detail_r header{
	padding-left: 20px;
}
.tier_detail_r header h2{
	font-size: 20px;
	color: #ed5565;
	font-weight: bold;
}
.tier_detail_r header em{
	font-size: 12px;
	color: #999;
	font-style: normal;
}
.tier_detail_r section{
	width: 200px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}
.tier_detail_r section img{
	width: 100%;
	height: 200px;
}
.tier_detail_r section p{
	margin-top: 10px;
	text-align: center;
}
.tier_detail_r section p a{
	color: #5bc0de;
	margin-left: 5px;
}
.w256{
	width: 256px;
}
.dialog-close{
	display: block;
}

.offer-wapper{
	width: 350px;
	margin: 10px auto 20px;
	overflow: hidden;
}
.offer-wapper .my-offer{
	padding-bottom: 10px;
	/*margin-bottom: 10px;*/
	border-bottom: 1px dashed #DDD;
	width: 100%;
	float: left;
}
.offer-wapper .my-offer .offer-item{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.offer-wapper .my-offer .offer-item:last-child{
	margin-bottom: 0px;
}
.offer-wapper .my-offer .item-left{
	width: 120px;
	margin-right: 10px;
	float: left;
	height: 34px;
	line-height: 34px;
	text-align: right;
}
.offer-wapper .my-offer .item-right{
	width: 220px;
	height: 34px;
	line-height: 34px;
	float: left;
}
.offer-wapper .my-offer .item-right input{
	height: 34px;
}
.offer-wapper .my-info{
	width: 100%;
	float: left;
	margin-top: 5px;
}
.my-info-hang{
	width: 100%;
	height: 34px;
	line-height: 34px;
	float: left;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	font-weight: 500;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.my-info-hang:nth-child(1), .my-info-hang:nth-child(2), .my-info-hang:nth-child(3), .my-info-hang:nth-child(4){
	height: 25px;
	line-height: 25px;
	margin-bottom: 0px;
}
.my-info-hang span{
	font-size: 14px;
}
.layui-form-label, .layui-form-label *{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.layui-form-label{
	margin: 0px 0px 10px 0px;
	white-space: nowrap;
	font-size: 0;
}
.layui-form-checkbox{
	cursor: pointer;
}
.layui-form-label label{
	width: 60px;
	padding: 0 10px;
	line-height: 32px;
	border: 1px solid #DFDFDF;
	background-color: #F8F8F8;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
}
.layui-form-checkbox label{
	width: auto;
	background-color: #DFDFDF;
	color: #FFF;
	cursor: pointer;
}
.layui-form-checked label{
	border: 1px solid #5FB878;
	background-color: #5FB878;
}
.layui-form-label input{
	left: -1px;
	padding-left: 8px;
}
.layui-form-label input[type=checkbox], .layui-form-checkbox input{
	display: none;
}
.layui-form-sure{
	left: -1px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #DFDFDF;
	text-align: center;
	font-size: 18px;
	color: #5FB878;
}
.layui-form-checked .layui-form-sure{
	border: 1px solid #5FB878;
}


/* newbuy */
.container{
	width: 1200px;
	margin: 0 auto 30px;
	clear: both;
	overflow: hidden;
}
.breadcrumb,.widget-box{
	border-bottom: 2px solid #ff7300;
	height: 40px;
	line-height: 40px;
	color: #333;
}
.breadcrumb a{
	color: #333;
}
.breadcrumb a:hover{
	color: #f60;
}
.widget-box{
	border-bottom: none;
	margin: 20px 0;
}
.widget-box ul li{ float: left;		 } 
.widget-box ul li a{
	text-align: center;
	border: 1px solid #eee;
	border-right:none;
	display: block;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
}
.widget-box ul li a:last-child{
	border-right: 1px solid #eee;
}
.widget-box ul li a:hover{
	background: #F60;
	color: #FFF;
}
.widget-box ul li a.selected{
	background-color: #f60;
	color: #fff;
}
.widget-box ul li a.btn-buy{
	float: right;
	background-color: #f60;
	color: #fff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.widget-box ul li a.btn-buy i{
	display: inline;
	float: left;
	width: 16px;
	height: 17px;
	background: url("images/tb_img_07.png") no-repeat -136px -465px;
	margin: 8px 8px 7px 10px;
}
.widget-box ul li a.btn-start,
.widget-box ul li a.btn-end{
	width: 90px;
}
.widget-box a.btn-end{
	border-right:1px solid #eee;
}
.table{
	border-spacing: 0;
	border-collapse: 0;
	width: 100%;
	border: 1px solid #eee;	
	width: 900px;
}
.table thead tr{
	background-color: #f60;
	color: #fff;
}
.table thead tr td{
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 120px;
	border-right:none;
	font-size: 16px;
}
.table td:last-child{
	border-right: none;
}
/*.table thead td:nth-child(2),thead td:nth-child(3){
	width: 210px!important;
}*/
.table tbody tr:nth-of-type(even){
	background-color: #f3f3f3;
}
.table tbody td:nth-child(2){
	padding: 0 30px;
}
.table tbody td:nth-child(3){
	padding: 0 15px;
}
.table tbody td{
	height: 120px;
	font-size: 12px;	
	line-height: 20px;
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.table tbody td img{
	border: 1px solid #e2e2e2;
	width: 98px;
	height: 98px;
}
.qg-content{
	/*overflow: hidden;*/
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.table-container{
	width: 900px;
	float: left;
}
.express-box{
	float: left;
	width: 270px;
	margin-left: 30px;
}
.index-right-box-siteinfo{ overflow: hidden;float:left;width:190px; height:28px; line-height:28px;color:#666;text-overflow: ellipsis;white-space: nowrap; font-size:16px;font-family: "Microsoft Yahei";} 	
	
.index-right-box-siteinfo .f_yellow{ font-size:16px; color:#FF6600;}
.jinzhu h5{
	font-size: 18px;
	color: #333;
	font-family: "Microsoft Yahei";
}
.jinzhu .count{
	margin: 10px 10px 10px 0px;
	clear: both;
    overflow: hidden;
    zoom: 1;
}
.jinzhu .count .bit{
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	margin-right: 10px;
	background: #5bc0de;
	color: #fff;
	font-size: 30px;
	font-family: "Microsoft Yahei";
}
.express-box .block{
	overflow: hidden;
	margin-bottom: 30px;
}
.express-box .block .block_title{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #f60;
	background: url("images/tb_img_07.png") no-repeat;
}
.express-box .block .hot-list{
	background-position: 0 -694px;
}
.express-box .block .news-list{
	/*background-position: 0 -725px ;*/
	background: url("images/news.png") no-repeat;
}
.express-box .block .company-list{
	background: url("images/company.png") no-repeat;
}
.express-box .block .sales-list{
	background: url("images/qiugou_sales.png") no-repeat;
}
.express-box .block .made-list{
	background-position: 0 -728px;
}
.express-box .block .cases{
	background-position: 0 -762px;
}
.express-box .block .other-list{
	background-position: -34px -562px;
}
.express-box .block .succeed-list{
	background-position: -34px -598px;
}
.scroll_div {
	overflow: hidden;
	width:100%;
	height:579px;
/*	border:1px solid red;*/
}

.h483{	
	max-height: 483px;
}
.h485{	
	max-height: 600px;
}
.h400{
	max-height: 400px;
}
.h400 ul li{
	height: 99px;
}
.h400 ul li a{
	height: 59px;
}
.scroll_div ul li{
	width: 100%;
	border-bottom: 1px dashed #ddd;
}
.scroll_div ul li a{
	display: block;
	padding: 20px;
	width: 230px;
}
.scroll_div ul li:last-child{
	border-bottom:none;
}
.scroll_div ul li img{
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

em.core{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #666;
	display: block;
	width: 135px;
}
.sales_limit{
	width:137px;height:56px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	/*white-space:nowrap;*/
}
.h483 li{
	height: 99px;
}
.h483 ul li a{
	height: 59px;
}
.h483 ul li span{	
	display: block;
	margin-left: 15px;
	width: 135px;
	overflow: hidden;
	margin-bottom: 5px;
}
.h485 li{
	height: 115px;
}
.h485 ul li a{
	height: 65px;
}
.h485 ul li span{	
	display: block;
	margin-left: 15px;
	width: 135px;
	overflow: hidden;
	/*margin-bottom: 5px;*/
	margin-top: -15px;
}
.deal-time{
	float: right;
}
.factory{
	width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.subtitle,.factory{
	height: 24px;
	line-height: 24px;
}
.subtitle span i{
	margin-left: 5px;
}
.group {
	border: 1px solid #e8e8e8;
	border-top: 2px solid #FF7300;
	margin-top: -1px;
}
.group .row_left {
	position: absolute;
	left: 11px;
	top: 9px;
	color: #999;
}
.group .row {
	position: relative;
	border-top: 1px dashed #dedede;
	margin: 0 18px;
	/*height: 36px;*/
	overflow: hidden;
}
.fenlei{
	height: 30px;

	/*float:left;*/
}

.m_194{
	margin-left:-87px;
	float: left;
}
.m_195{
	margin-left:-43px;
	float:left;
}
.row:first-child {
	border-top: none;
}
.group .row_left h4 {
	font-weight: 500;
	float: left;
	max-width: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.group .row_main {
	padding: 0 40px 0 112px;
}
.group .row_main{
	max-height:110px;
}
.expand-mode{
	height: auto!important;
	max-height: 110px;
	overflow: auto;
}
.group .row_main a{
	float: left;
	/*margin: 9px 40px 9px 0;*/
	margin: 9px 20px 9px 0;
	height: 18px;
	color: #333;
	text-decoration: none;
}
.group .row_main a.orange{
	color: #f60;
}
.group .row_main a:hover{
	color: #F60;
}
.group .row_right {
	position: absolute;
	right: 0;
	top: 8px;
}
.group .row_right .show-less,
.group .row_right .show-more {
	position: absolute;
	right: 10px;
	height: 18px;
	padding-right: 10px;
	line-height: 18px;
	cursor: pointer;
	white-space: nowrap;
}
.icon-down, .icon-up {
	display: inline-block;
	width: 6px;
	height: 6px;
	overflow: hidden;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-left:1px solid #333;
	border-top: 1px solid #333;
}
.icon-down{
	transform:rotate(-135deg);
}
.icon-up{
	transform:rotate(45deg);
}
a.qg-title{
	color: #183e6b;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
a.qg-title:hover{
	color: #f60;
}
.subhead{	
	font-size: 14px;
	color: #333;
	width: 135px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.short-desc{
	color: #666;
}
.cases a.more{
	float: right;
	color: #333;
	font-size: 12px;
}
.cases a.more:hover,.show-more:hover,.show-less:hover{
	color: #f60;
}
.h391{
	height: 391px;
}
.h391 ul li{
	height: 99px;
}
.h391 ul li a{
	height: 60px;
}

/*xiangqing*/
.no-border{
	border:none;
}
.qg-detail-bd .detail-left{
	float: left;
	width: 900px;
}
.qg-detail-bd  .detail-right{
	float: right;
	width: 300px;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.region-custom {
	float: left;
	width: 320px;
	margin-right: 50px;
}
.tab-pane {
	position: relative;
	width: 320px;
	height: 320px;
	overflow: hidden;
	display: block;
	border: 1px solid #eee;
}
#mid_pic_box {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.region-custom .tab-pane img {
	max-width: 100%;
}
.tc-contain {
	float: left;
	width: 321px;
	height: 62px;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	position: relative;
}
.tc-contain .nav-tabs {
	margin: 0 auto;
	height: 65px;
}
.nav-tabs li {
	display: inline-block;
	padding-right: 1px;
	cursor: pointer;
}
.nav-tabs .ab_on {
	border: #FF6600 1px solid;
	padding: 2px;
	background: none!important;
	margin: 0!important;
}
.nav-tabs li img {
	width: 54px;
	height: 54px;
}
.ab_on {
	padding: 2px;
	margin: 10px 0 10px 13px;
	border: #FF6600 1px solid;
	background: #FF6600;
}
.qg-detail-bd{
	/*overflow: hidden;*/
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.region-content {
	float: left;
	width: 530px;
	position: relative;
}
.overdue, .buy_success{
	width: 80px;
	height: 80px;
	background: url("../../../member/image/buy_offer_icon.png") no-repeat;
	background-position: -9px -12px;
	display: block;
	position: absolute;
	z-index: 1;
	transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-webkit-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	/*top: 0;*/
	right: -30px;
}
.overdue{
	background-position: -110px -12px;
}
.region-content .p-name{
	padding: 10px 20px;
	border: 1px dashed #9FCBF7;
	border-radius: 8px;
	font-size: 18px;
	color: #f60;
}
.items-box{	
	font-size: 14px;
	margin: 10px 0;
	overflow: hidden;
}
.items-box .item-left{
	float: left;
	width: 75px;
	color: #999;
}
.items-box .item-right{
	float: left;
	width: 455px;
}
.region-container{
	/*overflow: hidden;*/
	width: 100%;
	float: left;
	clear: both;
}
.top-com-info{
	text-align: center;
}
.top-com-info span.com-logo{
	display: block;
	width: 96px;
	height: 96px;
	margin:0 auto;
}
.top-com-info span.com-logo img{
	width: 100%;
	height: 100%;
}
.top-com-info .qy-name{
	font-weight: 400;
	color: #f60;
	font-size: 16px;
	margin:20px 0;
}
.top-com-info .btn-view-detail{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #f60;
	margin: 0 auto;
}
.middle-com-info{
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 10px 20px;
	text-align: center;
	/*height: 75px;*/
}
.middle-com-info,.bottom-com-info{
	display: none;
}
.middle-com-info h5, .bottom-com-info h5{
	font-weight: bold;
	font-size: 14px;
}
.middle-com-info p,.bottom-com-info p{
	text-align: left;
	/*height: 22px;*/
	line-height: 22px;
}
.bottom-com-info{
	padding: 10px 20px;
	text-align: center;
	border-top: 1px dashed #ddd;
}
.item-right .more-text{
	border:1px solid #ddd;
	padding: 13px;
}
.quotation-box{
	width: 530px;
	height: 130px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	border:1px solid #ddd;
}
.quotation-box .step-one .step-icon{
	background: url("images/qiugou-step-1.png") no-repeat;
}
.quotation-box .step-two .step-icon{
	background: url("images/qiugou-step-2.png") no-repeat;
}
.quotation-box .step-three .step-icon{
	background: url("images/qiugou-step-3.png") no-repeat;
}
.quotation-box .step-icon{
	width: 530px;
	height: 40px;
	background-size: 100%!important;
}
.step-one .step-con .btn-offer{
	width: 100px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #f60;
	line-height: 30px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 2px;
}
.quotation-box .step-con{
	margin: 30px 0;
	text-align: center;
	height: 30px;
}
.offers-list-box{
	margin-top: 10px;
}
.offers-list-box h2{
	font-size: 16px;
	height:36px;
	line-height:36px;
	color: #f60;
	text-indent: 15px;
	border-left:5px solid #f60;
}
.offers-list-box table{
	margin-top: 10px;
	width: 900px;
	border-spacing: 0;
	border-collapse: 0;
	border: 1px solid #ddd;
}
.offers-list-box table td{
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.offers-list-box table thead td{
	background: #e8e8e8;
	font-size: 14px;
	width: 25%;
}
.offers-list-box table tbody td.price,
.offers-list-box table tbody td.quantity{
	color: #f60;
}
.offers-list-box table tbody tr td {
	border-top: 1px solid #ddd;
}
.offer-popup{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	overflow: hidden;
	display: none;
}
.popup-inner{
	width: 400px;
	height: 405px;
	background-color: #fff;
	margin:250px auto 0;
}
.popup-inner .bar{
	height: 26px;
	padding: 12px 30px;
	border-bottom: 1px solid #ddd
}
.popup-inner .bar .bar-title{
	float: left;
	width: 100px;
	height: 25px;
	background: url("images/tb_img_07.png") -34px -634px;
}
.popup-inner .bar .close{
	float: right;
	width: 18px;
	height: 18px;
	background: url("images/tb_img_07.png") -164px -669px;
	margin-top: 5px;
	cursor: pointer;
}
.offer-main{
	padding: 30px 20px;
}
.offer-main .data-info {
	overflow: hidden;
}
.offer-main .data-info .unit{	
	float: left;
	width: 200px;
	font-size: 14px;
	text-align: left;
}
.offer-main .data-info .amount{	
	float:right;
	width: 140px;
	font-size: 14px;
	text-align: left;
}
.offer-main .data-info p{
	margin-bottom: 10px;
}
.offer-main .data-info .unit p em{
	color: #f00;
	font-weight: bold;
	margin-left: 5px;
}
.offer-main .data-info input:focus,.offer-main .remarks textarea:focus{
	border-color: #f60;
}
.offer-main .data-info .unit input, .offer-main .data-info .amount input{
	width: 90px;
}
.offer-main .remarks{
	margin:10px 0;
	text-align: left;	
}
.offer-main .remarks h6,.offer-main .news-push h6{
	font-size: 14px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	margin: 0;
}
.offer-main .remarks textarea{
	border-color: #e8e8e8;
	background: #FFF!important;
	border-radius: 8px;
	width: 100%;
	outline: none;
	padding: 10px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.offer-main .news-push{
	text-align: left;	
}
.offer-main .news-push ul{
	overflow: hidden;
}
.offer-main .news-push ul li{
	float: left;
	margin-right: 10px;
}
.offer-main .news-push ul li:last-child{
	margin-right: 0;
}
.offer-main .news-push ul li a{
	display: block;
	width: 75px;
	height: 30px;
	line-height: 30px;
	border:1px solid #ddd;
	position: relative;
}
.offer-main .news-push ul li a i{
	display: inline;
	width: 20px;
	height: 20px;
	background: url("images/tb_img_07.png") no-repeat;
	float: left;
	margin: 6px 6px 3px;
}
.offer-main .news-push ul li a.mail i{
	background-position: -33px -668px;
	margin-top: 4px;
}
.offer-main .news-push ul li a.email i{
	background-position: 1px -803px;
}
.offer-main .news-push ul li a.wechat i{
	background-position: -100px -668px;
}
.offer-main .news-push ul li a.message i{
	background-position: -134px -668px;
}

.offer-main .news-push ul li a.no-checked{
	border-color: #AAA;
}
.offer-main .news-push ul li a.email.no-checked i{
	background-position: -65px -668px;
}
.offer-main .news-push ul li a.wechat.no-checked i{
	background-position: -32px -803px;
}
.offer-main .news-push ul li a.message.no-checked i{
	background-position: -62px -804px;
}
/*.offer-main .news-push ul li a.no-checked em{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15px;
	height: 15px;
	background: url("images/tb_img_07.png") no-repeat -224px -668px;
	display: block;
}*/
.offer-main .news-push ul li a.way-checked{
	border-color: #f60;
}
.offer-main .news-push ul li a.way-checked em{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15px;
	height: 15px;
	background:url("images/tb_img_07.png") no-repeat -193px -668px;
	display: block;
}
.offer-main .btn-yes{
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	display: block;
	background-color: #f60;
	margin: 0 auto;
	cursor: pointer;
}
.btn-yes-box{
	overflow: hidden;
}
.long-term{
	color: #f60;
}
.buy-base-info-box{
	width: 898px;
	float: left;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #CCC;
}
.buy-base-info-box h3{
	width: 878px;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	background: url("images/title_bar.gif") repeat-x;
	text-shadow: 0 1px 3px rgba(36, 36, 36, .3);
	color: #444;
	font-weight: normal;
}
.buy-base-info-table{
	float: left;
	width: 897px;
	background: #F0F0F0;
	border:1px solid #ccc;
}
.buy-base-info-table .buy-border-1{
	border:1px solid #ccc;
	width:299;height:30px;
	float:left;
}
.buy-base-info-table .buy-border-2{
	float:left;
	width:102px;height:30px;
	text-align:center;
	background:#DDD;
	line-height:30px;
}
.buy-base-info-table .buy-border-3{
	float:left;width:195px;height:30px;
	text-align:center;line-height:30px
}
.buy-base-info-table tbody tr td{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	color: #777;
}
.buy-base-info-table tbody tr:last-child td{
	border-bottom: none;
}
.buy-base-info-table tbody tr td.left_info{
	text-align: center;
	width: 110px;
}
.buy-base-info-table tbody tr td.right_info{
	color: #333;
	background: #FFF;
	width: 190px;
}
.buy-base-info-box .other_info{
	padding: 20px;
	float: left;
	line-height: 30px;
	width: 860px;
}
.notice-detail h1{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin: 50px 0;
	color: #999;
}
.offer-success{
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	clear: both;
}
.Offer-Loading{
	width: 32px;
	height: 32px;
	margin-top: 1px;
	background: url("newbuy/images/buy_loading.gif") no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.offer-before{
	width:100%;
}
.offer-before h2{
    color: #F60;
    font-size: 20px;
    text-align: center;
}
.offer-before .offer-line{
	float: left;
	margin-top:20px;
}
.offer-before .offer-wx{
	background: url("images/index/bind_wx.png") no-repeat;
	width:50px;
	height:50px;
	margin-left: 40px;
	float:left;
}
.offer-before .offer-company{
	background: url("images/index/bind_company.png") no-repeat;
	width:50px;
	height:50px;
	margin-left: 40px;
	float:left;
}
.offer-before .offer-info{
	background: url("images/index/bind_info.png") no-repeat;
	width:50px;
	height:50px;
	margin-left: 40px;
	float:left;
}
.offer-before .offer-ok{
	background: url("images/index/bind_ok.png") no-repeat;
	width:50px;
	height:50px;
	margin-left: 20px;
	float:left;
}
.offer-before .offer-span{
	width:170px;
	height:50px;
	line-height: 50px;
	margin-left: 20px;
	float:left;
	font-size: 15px;
}
.offer-before .offer-go{
	float:left;
	width:100px;
	height:50px;
	line-height: 50px;
}
.offer-before .offer-go a{
	text-decoration:none;
	display: block;
	text-align: center;
	width:80px;
	height:30px;
	line-height:30px;
	border-radius: 5px;
	background-color:#ff950b; 
	color: #FFF;
	font-size: 16px;
	border: none;
	outline: none;
	cursor: pointer;
	margin:10px 0 0 0px;
}








.breadcrumb div.f_l{
	margin-right: 10px;
}
.breadcrumb li{
	border: 1px solid #ffbb7f;
	/*float: left;*/
	display: inline;
	background: #fff2e7;
	white-space: nowrap;
	margin-right: 10px;
}
.breadcrumb li span{
	padding-left: 4px;
}
.breadcrumb li a{
	color: #fff;
	background: #ffb172;
	font-size: 12px;
	width: 14px;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin: 0 0 0 4px;
}
.form_box{
	padding: 10px;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.form_box .form_box_item{
	float: left;
	width: 100%;
	border-bottom: 1px solid #F3F3F3;
	padding: 5px 0;
}
.form_box .form_box_item:hover{
	background-color: #FFFDDF;
}
.form_box_item .form_item_left{
	width: 100px;
	float: left;
	padding-right: 10px;
	text-align: right;
	color: #666;
	line-height: 50px;
}
.form_box_item .form_item_right{
	width: 270px;
	float: left;
}
.form_box_item .form_item_right input[type=radio], .form_box_item .form_item_right input[type=checkbox]{
	vertical-align: middle;
}
.form_box_item .form_item_right span{
	line-height: 50px;
	float: left;
	margin-right: 10px;
}
.form_box_item .form_item_right label{
	margin-right: 10px;
}
.qt-buy-lists{
	position: relative;
}
.qt-buy-lists .overdue, .qt-buy-lists .buy_success{
	bottom: 10px;
	right: -25px;
	transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
}
.tags-pdo h1{
	height: 35px;
	background: #bcd9e5;
	padding: 0 15px;
	color: #FFF;
	font: 16px/35px "Microsoft YaHei";
	text-shadow: 0 2px 5px rgba(51, 51, 51, .5);
}
.tags-pdo ul{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
}
.tags-pdo ul li{
	width: 20%;
	height: 260px;
	float: left;
	/*margin-right: 10px;*/
	padding: 10px;
	box-sizing: border-box;
}
.tags-pdo ul li:last-child{
	margin-right: 0;
}
.tags-pdo ul li .tags-pdo-thumb{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.tags-pdo ul li .tags-pdo-thumb a{
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: middle;
	-webkit-transition: color .3s ease 0s;
	-moz-transition: color .3s ease 0s;
	-o-transition: color .3s ease 0s;
	transition: color .3s ease 0s;
}
.tags-pdo ul li .tags-pdo-thumb a img{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	vertical-align: middle;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.tags-pdo ul li .tags-pdo-thumb a img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.tags-pdo ul li .tags-pdo-title{
	width: 100%;
	display: block;
	padding: 10px 5px;
	text-align: center;
	/*margin-top: 10px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}
.tags-pdo ul li a:hover{
	color: #F60;
}
.tags-pdo ul li .tags-pdo-price{
	padding: 5px 0;
	color: #999;
}
.tags-pdo ul li .tags-pdo-price span{
	color: #e74c3c;
}
.errorPage_container{
	width: 900px;
}
/* newbuy */