
/*询价详情*/
.info-panel{
	border:1px solid #dfdfdf ;
	margin-bottom:50px;
}
.info-panel .panel-header{
	width:100%;
	height: 87px;
	background: #f8f8f8;
	border-bottom:1px solid #dfdfdf ;
}
.info-panel .panel-header .header-left p{
	color: #3c3c3c;	
	padding-left: 55px;
}
.info-panel .panel-header .header-left p:first-child{
	font-size: 20px;
	padding-top:20px;
	padding-left: 24px;
	margin-bottom:10px;
}
.info-panel .panel-header .header-left p .num{
	color: #ff4200;
}
.info-panel .panel-header .header-left p .inquirer{
	color:#028e8d;
}
.info-panel .panel-header .header-left p .publish{
	color:#888585;
}
.info-panel .panel-header .header-right{
	padding-top:20px;
	margin-right: 30px;
	font-size: 13px;
}
.info-panel .panel-header .header-right span{
	display: inline-block;
	vertical-align: middle;
	width:20px;
	height: 20px;
	background: url(../img/icon/qiugou.png) no-repeat 0px 0px;
	margin-right: 2px;
}
.info-panel .panel-header .header-right .jubao{
	background-position:-26px 0px ;
}
.info-panel .panel-content{
	padding:0 40px 50px;
	position: relative;
}
.info-panel .panel-header .header-right a{
	color:#515151;
	display: inline-block;
	margin-right: 15px;
}
.info-panel .panel-content .member-aut{
	color:#ff9900;
	font-size: 14px;
	width:1031px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #fbeed5;
	margin:20px auto;
}
.info-panel .panel-content ul{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top:30px;
}
.info-panel .panel-content ul li{
	line-height: 30px;
}
.info-panel .panel-content ul li .needlogin{
	color:#ff4200;
}
.info-panel .panel-content .need-info{
	margin-right: 223px;
}

/*立即报名*/
.baoming-box{
	position: absolute;
	right: -6px;
	top:129px;
}
.baoming-box p{
	font-size: 14px;
	color:#8b8b8b;
}
.baoming-box p .icon-countdown{
	display: inline-block;
	vertical-align: middle;
	width:20px;
	height: 20px;
	background: url(../img/icon/qiugou.png) no-repeat -52px 0;
	margin-right: 10px;
}
.baoming-box p .countdown{
	color:#f72862;
}
.baoming-box .baojia{
	width:370px;
	height: 68px;
	line-height: 68px;
	background: #f72862;
	color:#fff;
	font-size: 15px;
	letter-spacing: 2px;
	position: relative;
	margin-top:20px;
}

.baoming-box .baojia a{
	display: inline-block;
	width:120px;
	height: 37px;
	line-height: 37px;
	background: #fee97d;
	color: #ff4200;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	margin: 0 30px;
}
.baoming-box .baojia .icon-num{
	display: inline-block;
	vertical-align: middle;
	width:20px;
	height: 30px;
	background: url(../img/icon/qiugou.png) no-repeat -84px 0;
	margin-right: 15px;
}
.baoming-box .baojia:before{
	content:"";
	position: absolute;
	left:-25px;
	top:0;
	width: 0;
    height: 0;
    border-top:33px solid transparent;
    border-right: 25px solid #f72862;
    border-bottom:35px solid transparent;
}
.baoming-box .baojia:after{
	content:"";
	position: absolute;
	right: 0;
	bottom:-8px;
	width: 0;
    height: 0;
    border-top: 8px solid #9b042f;
    border-right: 6px solid transparent;
}
/*采购详情*/
.info-panel .panel-content .need-des{
	margin-top: 98px;
}
.info-panel .panel-content .need-des .des-title{
	color:#303030;
	font-size: 20px;
	position: relative;
	padding-left: 15px;
}
.info-panel .panel-content .need-des .des-title:before{
	content: "";
	width:4px;
	height: 27px;
	background: #f72862;
	position: absolute;
	top:0;
	left:0;
}
.info-panel .panel-content .need-des p{
	color:#303030;
	font-size: 14px;
	line-height: 24px;
	margin-top:28px;
}
/*报价记录*/
.price-box{
	margin-top:48px;
}
.price-box .price-title{
	color:#303030;
	font-size: 20px;
	position: relative;
	padding-left: 15px;
}
.price-box .price-title:before{
	content: "";
	width:4px;
	height: 27px;
	background: #f72862;
	position: absolute;
	top:0;
	left:0;
}
.price-box table{
	width:100%;
	border:1px solid #dfdfdf ;
	border-bottom: 0;
	text-align: center;
	font-size: 13px;
	color:#303030;
	border-collapse: collapse;
	margin-top:22px;
}
.price-box table thead tr{
	height: 37px;
	text-align: center;
	background: #f8f8f8;
}
.price-box table tr{
	border-bottom:1px solid #dfdfdf ;
}
.price-box table .linkman{
	width:190px;
}
.price-box table .des{
	width:362px;
}
.price-box table .baojia{
	width: 300px;
}
.price-box table tr .green{
	color:#028E8D;
}
.price-box table tr .red{
	color:#ff5424;
}
.price-box table tbody td{
	vertical-align: top;
	padding:26px 0 40px;
	line-height: 22px;
}

