*{
	margin: 0;
	padding: 0;
}
table{
	margin: 0 auto;
	text-align: center;
	border-collapse:collapse ;
	background-color: #A6CAEA;
}

tbody{
	margin-top: 10px;
	border: 3px dashed #6633FF;
	border-top: 3px dashed #6633FF;
	background-color: #A6caea;
}
tbody th{
	width: 60px;
	border: 1px solid blue;
	/* border-radius: 30px; */
}

.w{border-radius: 30px;}
tbody tr td{
	border: 1px solid blue;
	/* border-radius: 30px; */
}
tbody tr:nth-child(n+2) td{
	width: 130px;
	height: 80px;
}
.a1{background-color: #FCf;}
.a2{background-color: #999;}
.a3{background-color: #F99;}
.a4{background-color: #C9C;}
.a5{background-color: #F96;}
.a6{background-color: #69F;}
.s1{color:#F30;}
.s2{color:#93C;}
	
thead{
	border: 2.9px solid white;

	
	/* color: white; */
	
	background-color:transparent;
	background-color:white; */
}
thead th{
	font-size: 24px;
	/* background-color:transparent;
	/* background-color: white; */
	 background-color:transparent;
	font-family:黑体;
	color: #36F;
	padding-bottom: 10px;
	text-shadow:-2px 2px 3px #666666;
}
