@CHARSET "UTF-8";
.tabtit{
	/* width: 974px; */
	background: #f3f3f3;
	border: 1px solid #dddddd;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 20px auto;
}
.tableL{
	margin-top: 20px;
	border: 1px solid #ddd;
	font-size: 12px;
}
.tableL tr th{
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	background: #f3f3f3;
	height: 38px;
	padding-left: 12px;
	
}
.tableL tr th .posDiv{
	position: relative;
	display: inline-block;
	width: 100%;
}
.tableL tr th.pay{
	padding-left: 39px;
}
.tableL tr th.new{
	padding-left: 28px;
}
.th85{
	width: 75%;
}
.th15{
	width: 15%;
}
.th17{
	width: 17%;
}
.tableL tr th p{
	display: inline-block;
	min-width:205px;
	float: left;
}
.tableL tr th p span{
	
}
.tableL tr th p.tableL_p{
	margin-left: 30px;
}
.tableL tr th.new p.tableL_p{
	margin-left:54px;
}
.tableL tr td{
	padding: 10px 12px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	border-right: 1px solid #e9e9e9;
	line-height: 20px;
}
.tableL tr td.tdName{
	width: 65%;
}
.exNote{
	margin-top:5px;
	width: 100%;
}
.tableL tr td.tdNamePay{
	padding-left:36px
}
.tableL tr td.tdName .tdNameA{
	text-align: left;
	float: left;
	max-width: 90%;
	display: inline-block;
	color: #3388cc;
	font-size: 14px;
}
.marginApre{
	width: auto;
	text-align: left;
	float: left;
	display: inline-block;
	color: #3388cc;
	font-size: 12px;
	margin-left:5px;
}
.tdNameA:hover,.marginApre:hover{
	text-decoration: underline;
}
.tableL tr td.tdName span{
	float: right;
}
.tableL tr td a.tdA{
	display: inline-block;
	color: #3388cc;
	text-decoration: underline;
	font-size: 12px
}
.tableL tr th i{
	display: inline-block;
	position: absolute;
	*top:50%;
	*margin-top:-8px
}
.tableL tr th i.icon_pay{
	left: -33px;
}
.tableL tr th i.icon_new{
	left: -22px;
	top:-2px;
}
.tabtit span{
	font-size:14px;
	font-weight: normal;
	color: #333;
	float: left;
	text-align: center;
	display:inline-block;
}
.span_lg{
	width:65%;
}
.span_md{
	width:17%;
}
.span_md_market{
	width:16%;
}
.tabcon{
	margin: 0 auto;
}
.oList{
	background: #f3f3f3;
	border: 1px solid #dddddd;
	height: 38px;
	line-height: 38px;
	width: 972px;
	color: #777;
}

.oLi_timed{
	width: 25%;
	text-indent: 26px;
	position: relative;
}
.oLi_timed i{
	top: 50%;
	margin-top: -7px;
	left: 6px;
	position: absolute;
}
.oLi_compd{
	text-align: left;
	width: 35%;
	padding-left: 55px;
}
.oLi_deald{
	margin-right: 12px;	
}
.btnchg{
	/* width: 46px; */
	line-height: 18px;
	background: #69b153;
	color: #fff;
	border: 1px solid #69b153;
	font-size: 12px;
	float: right;
	margin-right: 12px;
	text-align: center;
	padding:0 5px;
}
.btnchgversion{
	/* width: 46px; */
	background: #69b153;
	color: #fff;
	border: 1px solid #69b153;
	font-size: 12px;
	text-align: center;
	padding:0 5px;
}
.oInner{
	margin-bottom: 20px;
	width: 972px;
	display: inline-block;
	font-size: 14px;
	color: #333;
	display: table;
	border: 1px solid #e9e9e9;
	border-top:none;
}
.oInner div{
	display: table-cell;
	height: 100%;
	padding: 25px 0;
	border-right: 1px solid #e9e9e9;
}
.oInner div:last-child{
	border-right: none;
}
.oIn_timed{
	width: 60%;
}
.oIn_timed span{
	cursor: pointer;
	margin-left: 26px;
	display: inline-block;
	width: 80%;
}
.oIn_timed span:hover{
	color: #ad0101;
	text-decoration: underline;
}

.oIn_compd{
	width: 19.5%;
	text-align: center;
}
.oIn_deald{
	width: 20%;
	text-align: center;
	
}
.cueSpan{
	color: #ce2626;
	font-size:12px;
	float: right;
}
.oIn_deald a{
	display: inline-block;
	width: 100%;
	color: #3388cc;
	text-decoration: underline;
}
/*报价进度提示框 str*/
.sche_fa{
	position: relative;
}
.sche_box{
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -111px;
	top: 30px;
	z-index: 100;
}
.sche_box_{
	display:none;
	position: absolute;
	z-index: 100;
}
.sche_arrow{
	position: absolute;
	display: inline-block;
	width: 11px;
	height: 6px;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	background-image: url(../img/icon/arrow.gif);
}
.sche_cont{
	background: #fff;
	line-height: 18px;
	padding: 10px;
	text-align: left;
	width: 200px;
	border: 1px solid #cfcbcf;
	color: #666;
	-moz-box-shadow:0 0 2px 2px #eee;
	-webkit-box-shadow: 0 0 2px 2px #eee;
	box-shadow: 0 0 2px 2px #eee;
	word-break:break-all;
	word-wrap:break-word; 
}

/*新增table 样式2*/
.tableL tr td.tdName .tdNameA2{
	text-align: left;
	float: left;
	max-width: 95%;
	display: inline-block;
	color: #333;
	font-size: 14px;
}
.tableL tr td.tdName .tdNameA2:hover{
    text-decoration: none;
	color:#FEBB08
}
/*报价进度提示框 end*/
