.content {
	padding: 10px 0;
}

.w700 {
	width: 700px;
	margin: 0 auto;
	color: #000000;
}

.w800 {
	width: 800px;
	margin: 0 auto;
	color: #000000;
}

.w900 {
	width: 900px;
	margin: 0 auto;
	color: #000000;
}

.ft16 {
	font-size: 16px;
}

.lh2 {
	line-height: 2;
}

.lh3 {
	line-height: 3;
}

.tsbg-table {
	text-align: center;
}

.tsbg-table tr th,
.wbck-table tr th {
	background: #2c95df;
	color: #fff;
	font-weight: bold;
}

.tsbg-table th,
.tsbg-table td {
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
}

.wbck-table th,
.wbck-table td {
	width: 12.5%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
}

.ftw {
	font-weight: bold;
}

.ti2 {
	text-indent: 2em;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.mrt8 {
	margin-top: 8px;
}

.mrt32 {
	margin-top: 32px;
}

.mrb0 {
	margin-bottom: 0;
}

@media screen and (max-width:700px) {

	.w700,
	.w800 {
		width: 100%;
	}
}