.container {
	width: 1200px;
	margin: auto;
}

.container h2 {
	margin: 10px 0;
	font-size: 24px;
	color: #333;
}

.container .size_nav {
	overflow: hidden;
	margin: 15px 0;
}

.container .size_nav a {
	display: block;
	padding: 2px 5px;
	margin-right: 15px;
	color: #666;
	text-decoration: none;
	float: left;
	font-size: 15px;
}

.container .size_nav .active,
.container .size_nav a:hover {
	color: #4a7ce5;
}

.container .size_nav .active::after,
.container .size_nav a:hover::after {
	content: '';
	display: block;
	border-radius: 2px;
	height: 4px;
	background-color: #4a7ce5;
	position: relative;
	top: 2px;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}

table td,
table th {
	border: 1px solid #cad9ea;
	color: #666;
	height: 35px;
}

table thead th {
	background-color: #CCE8EB;
	width: 100px;
}

table tr:nth-child(odd) {
	background: #fff;
}

table tr:nth-child(even) {
	background: #F5FAFA;
}

table caption {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #111;
	background: #cad9ea;
}

ul {
	background: #f1f2f3;
	margin-bottom: 20px;
	padding: 15px;
}

ul li {
	list-style: none;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
