@charset "utf-8";
/*基础部分*/
div,ul, ol, dl,dt,dd, li {list-style: none; }
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,img,form,table,input,ul,ol,dl,dt,dd,li {margin:0px; padding:0px; border:0px;}
a.footer{
	text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
footer{
	width: 100%;
	height: 180px;
	background-color: #d3b98c;
	color: #fff;
	font-size: 1em;
	line-height: 42px;
	text-align: center;
	padding-top: 25px;
}