@charset "utf-8";
/* CSS Document */
body,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,img,form,input,button,texterea,iframe{
	margin:0;
	padding:0;
}
body{
	
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#FFF;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
/*table{
	border-collapse:collapse;
	border-spacing:0;
}*/
img{
	border:0 none;
}
a{
	outline:0 none;
}
a:link,a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}
input{
	border:0 none;
	background:none;
}
input[type="text"]:focus,input[type="password"]:focus,texterea:focus{
	outline:0 none;
}
textarea{
	resize:none;
}
ul,li{
	list-style:none;
}
.pnt{
	cursor:pointer;
}