@charset "utf-8";
/* CSS reset */

/*======CSS reset star======*/
body {
	font-family:"Microsoft YaHei";
	background:#fff;
}
html{
	height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	font-size:12px;
	margin:0;
	padding:0;
	color:#333;
}
p{
	color:#333;
}
input{
	cursor:pointer;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,dfn,em,strong,th,var{
	font-style:normal;
	font-wight:normal;
}
ol,ul,li{
	list-style-type:none;
}
caption,th,td{
	text-align:center;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	
}
a{
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
img{
	vertical-align:middle;
}
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-weight: normal; font-style: normal; }

/*input{border:none;}*/
/*======CSS reset end======*/