@charset "utf-8";/* 公共样式 */
*html{background-image:url(about:blank);background-attachment:fixed;}
body {
	background:#fff;
	word-break:break-all;
	word-wrap:break-word;
	font:14px Microsoft YaHei,"宋体",Verdana;
	margin:0px;
	padding:0px;
	color:#333;
}
a , a:hover{
	text-decoration:none;
	color:#333;
	transition: all 0.2s ease 0s;
}
input,button {
	font-family:"Microsoft YaHei";
	border:medium none;
	overflow:visible
}
button {
	background:none;
	border:none;
	cursor:pointer;
}
input:-webkit-autofill {
	-webkit-box-shadow:0 0 0px 1000px white inset;
}
input,select,button {
	outline:medium none;
}
textarea {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	resize:none;
	outline:none;
}
div {
	margin:0 auto;
	padding:0;
}
tg,sg,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p,button,input {
	font-weight:normal;
	margin:0;
	padding:0;