@charset "utf-8";
/* CSS Document */

.top_div{
	margin-bottom:8%;
	width:100%;
	height:30px;
	text-align:center;
	color:#FFF;
}

.main_div{
	width:480px;
	margin: 0 auto;
}

.outer_div{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.inner_con{
	height:112px;
	width:112px;
}
			
.inner_div{
	display:inline-flex;
	flex-direction:column;
	justify-content:space-between;
	width:80px;
	height:50px;
	margin-right:40px;
	margin-left:16px;	
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
	place-items: center; /* 水平和垂直居中 */

}

.inner_div img{
	margin-top: 1px;
	width: 48px;
	height: 48px;
}

.inner_div_a{
	color:#FFF;
}

.inner_div_a:hover{
	color:#F66;
	background-color:rgb(80,80,80,1);
}

.footer_div{
	width:100%;
	height:80px;
  	bottom: 0;
	text-align:center;
	color:#FFF;
	margin-top:4%;
}

.view{
				
}