table {
	width: 100%;
	font-size: .938em;
	border-collapse: collapse; /*边框合并*/
	align-self: center;
}

th {
	text-align: center;
	padding: .5em .5em;
	font-weight: bold;
	background: #66677c;
	color: #fff;
}

td {
	padding: .5em .5em;
	border-bottom: solid 1px #ccc;
	height:50px;width:25%;
	text-align: center;
}

table, table tr th, table tr td {
	border: 1px solid #0094ff;
} /*设置边框*/