﻿body,
html {
	margin: 0;
	padding: 0;
	border: none;
	background-color: white;
	height: auto;
	position: relative;
	font-family: "microsoft yahei";
	font-size: 14px;
	background: url(images/back.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
* {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	border: none;
}
a {
	text-decoration: none;
}
.header {
	width: 100%;
	display: block;
}
.section {
	width: 100%;
}
.section img {
	width: 100%;
}
.table-section {
	width: 90%;
	margin: 0 auto;
}
.table-section {
	background: rgba(49, 117, 205, 0.5);
	border-radius: 15px;
	margin-top: 50px;
}
.table-section table {
	text-align: center;
	color: white;
	width: 100%;
	
}
.table-section table th {
	padding: 15px 0;
}
.table-section table tr td {
	padding: 15px 0;
	border: 2px solid #46a6e5;
}
.table-section table tr td p {
	width: 100%;
}
.table-section table tr td a {
	display: block;
	color: white;
	background-color: #1d50dd;
	width: 70%;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: 25px;
}
.table-section table .td-boder {
	border-right: 2px solid #46a6e5;
}
.table-section table .td-boder-none {
	border-bottom: none;
}
.table-section table .td-boder-none-left {
	border-left: none;
}
.table-section table .td-boder-none-right {
	border-right: none;
	border-left: none;
}