@charset"utf-8";

/*base style*/
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	font-family: "微软雅黑", arial, verdana;
	height: 100%;
	color: #111;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}

fieldset,
img,
a img {
	border: 0;
}

img {
	vertical-align: top;
}

legend {
	display: none;
}

i,
em,
strong,
cite,
th {
	font-style: normal;
	font-weight: normal;
}

input,
textarea,
select,
button,
label {
	font-size: 12px;
	outline: 0;
	vertical-align: middle
}

button {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table tr td {
	empty-cells: show;
}

samp {
	color: #0066cc;
}

/*link style*/
a {
	color: #111;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0066cc;
	text-decoration: underline;
}

a:focus {
	outline-style: none;
}

a.ublue {
	color: #008bcc;
	text-decoration: underline;
}