html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
em,
img,
strong,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
footer,
header,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
}

body {
	background-color: #f8f8f8;
}
.clearfix:after{
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
}
table {
	width: 100%;
	text-align: center;
	border-radius: 4px;
	font-weight: normal;
	padding-top: 83px;
	padding-right: 50px;
}

thead {
	height: 60px;
	background: #F6F5F5;
	border: 1px solid rgba(207, 207, 207, 1);
	line-height: 60px;
	font-size: 18px;
	color: #434343;
}

thead th {
	border: 1px solid #cfcfcf;
}

tbody {
	background: #FFFFFF;
	font-size: 16px;
	color: rgba(122, 132, 137, 1);
}

tbody tr {
	height: 50px;
}

tbody tr td {
	word-wrap: break-word;
	border: 1px solid #cfcfcf;
	vertical-align: middle;
	font-size:16px;
}
table a{
	background:#0099CC;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 4px;
}


