.footer{
	padding: 1rem 0;	
	width: 18.75rem;
	background-color: #142A4E;
}
.footer ul{
	width: 14.25rem;
	height: 1.575rem;
	margin:0 auto 0;
	display: flex;
	justify-content: space-between;
}
.footer ul li img{
	width: 1.6rem;
	height: 1.575rem;
}
.footer ul li .attention{
	height: 1.575rem;
	width: 4.475rem;
}
.footer p{
	width:100%;
	height:0.475rem;
	font-size:0.475rem;
	font-family:MicrosoftYaHeiLight;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:0.475rem;
	opacity:0.75;
	text-align: center;
	margin-top: 0.5rem;
}