*{
	padding: 0;
	margin: 0;
}
body{
	margin: 0 auto;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	display: inline-block;
	color: #000000;
}
li {
	list-style: none;
}
/*goolge fonts*/
			@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");

			/*header*/
			#header {
				background: #f6be45;
				width: 100%;
			}
			
			
			/* 版权开始 */
			#footer {
				background: #f6be45;
				width: 100%;
				height: 120px;
			}

			#copyright {
				width: 1200px;
				margin: 0 auto;
			}

			#copyright p {
				color: #000;
				text-align: center;
				padding-top: 30px;
			}

			#copyright .last {
				padding-top: 15px;
			}