@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;
}

@media only screen and (max-width: 430px) {
	footer{
		font-size: .9em;
		height: 180px;
		line-height: 30px;
		color: #ffffff;
		background-color: #a88b5a;
		text-align: center;
		margin: 0 auto;
		padding-top: 18px;
	}
}

@media only screen and (min-width: 430px) and (max-width: 576px) {
	footer{
		font-size: .9em;
		height: 180px;
		line-height: 30px;
		color: #ffffff;
		background-color: #a88b5a;
		text-align: center;
		margin: 0 auto;
		padding-top: 20px;
	}
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
	footer{
		font-size: .9em;
		height: 180px;
		line-height: 30px;
		color: #ffffff;
		background-color: #a88b5a;
		text-align: center;
		margin: 0 auto;
		padding-top: 22px;
	}
}

@media only screen and (min-width: 768px) {
	footer{
		font-size: 1em;
		height: 170px;
		line-height: 40px;
		color: #ffffff;
		background-color: #a88b5a;
		text-align: center;
		margin: 0 auto;
		padding-top: 26px;
	}
}