/*计算器*/
.table>thead>tr>th{
	vertical-align:top; 
}
th,td{
	text-align:center;
}
.table>tbody>tr>td.c_center{
	vertical-align:middle;
}
.table>thead>tr>th{
	background:#f2f2f2;
}
.table>thead:first-child>tr:first-child>th,.table>tbody>tr>td span{
	color:#333; 
}
.table>thead:first-child>tr:first-child>th{
	font-size:18px; 
	font-weight:normal;
	padding:20px 0;
	font-weight:500;
	color:#ff6000;
}
.shebaoCount_detail_hd p{
	font-size:20px;
	padding:20px 0 0px;
	color:#ff6000;
	font-weight:500;
}
.shebaoCount_detail{
	width:100%;
	border-bottom:3px solid #ff6000;
	color:#333;
}
.shebaoCount_detail_from{
	margin-top:20px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
}

