@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family:"microsoft yahei", "宋体", Arial;
	color:#666;
}
img, ul, li, h1, h2, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
table, tr, td {
	padding-top: 5px;
	padding-bottom: 5px;
	}
.table_canshu {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0;
}
.table_canshu table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.table_canshu table th{
	font-size:1.2em;
	}
.table_canshu table td {
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;
	line-height: 22px;
	border: #ccc 1px solid;
	font-size:1.2em;
}
.whiteFonts {
	color: #ec590d;
}
.table_canshu table td .btn{
	text-align:center;
	display:block;
	background: #f3f3f3;
	cursor: pointer;
	color: #191919;
	border-radius: 3px;
	border: 1px solid #a6a6a6;
	line-height:26px;
	height:26px;
	width:68px;
	font-size:1em;
	text-decoration:none;
}
.table_canshu table td strong{
	color:#000;
	font-weight:400;
	font-size:1.1em;
	}