/* CSS Document */

#footer{
	
	
	width: 100%;
	height: 200px;
  #background:#0A00FF;
  
  overflow: hidden;
	background-image: url("../image/脚注.png");
	
	background-repeat:no-repeat;
	background-size: cover;
	
	background-position: center -50px; /* 向上移动20px */
}

#footer h1{
  text-align: center; /* 仅水平居中 */
  padding: 80px;
	
  font-size: 18px; /* 直接使用像素值设置字号 */
  margin: 0;
}