@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
iframe,
input,
select,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
	width:800px;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial,sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td,.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: center;
    vertical-align: bottom;
}

.pure-table td {
    background-color: transparent;
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0;
}



ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}

i,
em {
	font-style: normal;
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}

input[type=text],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	/*去除iPhone input默认样式}*/
}

input {
	outline: none;
	background: none;
}

img {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear {
	zoom: 1;
}