﻿/*全局样式，应该到所有共有部分（如登录、注册、页头、页尾），谨慎修改*/
@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, fieldset, button, input, textarea, th, td {
	margin:0;
	padding:0
}
body, button, input, select, textarea, fieldset, label {
	font:14px/1.5 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
	color:#666;
	/*background:#f1f1f1;*/
}
ul, ol, li {
	list-style:none;
	list-style-type:none;
}
fieldset, img {
	border:0 none
}
img {
	-ms-interpolation-mode:bicubic
}
table {
	border-collapse:collapse;
	border-spacing:0
}
div, dl, dt, dd, ul, ol, li, a {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input, select, textarea, button {
	font-size:100%;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	vertical-align:middle;
}
button, input[type=button], input[type=submit] {
	cursor:pointer
}
input[type=search] {
	-webkit-appearance:textfield
}
textarea {
	overflow-y:auto;
	resize:vertical
}
h1 {
	font-size:36px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:22px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:16px;
}
h1, h2, h3, h4, h5, h6 {
	color:#333333;
	line-height:1.8em;
	letter-spacing:0.1em;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#000;
}