﻿/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #1a1a1a;
}

h2,
h3 {}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	vertical-align: baseline;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-wrap: break-word;
	word-break: break-all;
	_height: 100%;
}