.content{
	width: 100%;
	min-height: 100vh;
	position: relative;
}
.header{
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 176px;
}
.header img{
	width: 100%;
	height: 100%;
}
.menu-list{
	width: 100%;
	min-height: calc(100vh - 176px);
	z-index: 2;
	position: absolute;
	top: 176px;
	left: 0;
	padding: 0 32px 212px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background: url(../image/index/bg.png);
	background-size: 100% 100%;
}
.menu-item{
	width: 50%;
	height: auto;
	margin-top: 25px;
}
.menu-item:nth-child(-n+2):nth-child(n+1){
	margin-top: 0;
}
.menu-item:nth-child(-n+4):nth-child(n+3){
	margin-top: 10px;
}
.menu-item:nth-child(-n+6):nth-child(n+5){
	margin-top: 15px;
}
.menu-item:nth-child(-n+8):nth-child(n+7){
	margin-top: 20px;
}
.menu-item a{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
	justify-content: flex-start;
}
.menu-img{
	width: 87.5px;
	height: 87.5px;
	margin: 0 auto;
}
.menu-img img{
	width: 100%;
	height: 100%;
}
.menu-title{
	width: 8em;
	height: auto;
	margin: 0 auto;
	color: white;
	font-size: 16px;
	margin-top: 14px;
}
.bottom{
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 212px;
}
.bottom img{
	width: 100%;
	height: 100%;
}