.footerView{
			width: 100%;
			height: 9.375rem;
			background: #D40001;
			display: flex;
			font-size: 1.5625rem;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #FFFFFF;
			align-items: center;
			position: fixed;
			bottom: 0;
		}
		.footerView>div{
			width: 33%;
			text-align: center;
		}
		.footerView img{
			display: block;
			width: 3.125rem;
			height: 3.125rem;
			text-align: center;
			margin: 0 auto;
			margin-bottom: 0.5rem;
		}