* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	text-align: center;
}

body {
	font-family: arial, "microsoft yahei";
	text-align: center;
}

a {
	text-decoration: none;
	outline: none;
	color: white;
}

.clear {
	clear: both;
}

header {
	width: 100%;
	height: 10.1852vh;
	background: white url(../images/1.png) 2.6rem bottom no-repeat;
	background-size: auto 4.5833rem;
}

.main {
	width: 100%;
	height: auto;
}

footer {
	position: fixed;
	width: 100%;
	height: 4.6875rem;
	bottom: 0;
	font-size: 1.041667rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	background: black;
	background-size: auto;
}

footer div {
	width: 100%;
	height: auto;
}

footer div p {
	width: 100%;
	line-height: 1.8rem;
}