.footer {
	width: 100%;
	background-color: #0551A9;
}
.footer-content {
	width: 16rem;
	margin: 0 auto;
	height: 3.2rem;
	padding: 0.4rem 0;
	box-sizing: border-box;
	color: #fff;
	line-height: 2.6rem;
	display: flex;
	justify-content: space-between;
}
.footer-content .foot-left {
	width: 9.6rem;
}
.footer-content .foot-left > .foot-left__title {
	font-size: 0.24rem;
	line-height: 0.3rem;
	display: flex;
}
.footer-content .foot-left > .foot-left__title .footer-logo {
	padding-top: 0.05rem;
	margin-right: 0.1rem;
}
.footer-content .foot-left > .foot-left__title .footer-logo img {
	width: 0.5rem; 
	height: 0.5rem;
}
.footer-content .foot-left .foot-left-list .foot-left__title {
	font-size: 0.18rem;
	line-height: 0.3rem;
	width: 3.2rem;
}
.footer-content .foot-left .foot-left__title div:last-child {
	font-size: 0.16rem;
}
.footer-content .foot-left .foot-left__title div {
	color: rgba(255, 255, 255, 0.9);
}
.footer-content .foot-left .foot-left-list {
	margin-top: 0.2rem;
	display: flex; 
	justify-content: space-between;
}
.footer-content .foot-right {
	display: flex;
}
.footer-content .foot-right .foot-right__code1,
.footer-content .foot-right .foot-right__code2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 0.24rem;
	font-size: 0.18rem;
	line-height: 0.3rem;
}
.footer-content .foot-right .foot-right__code2 {
	margin: 0;
}
.footer-content .foot-right .foot-right__code1 img,
.footer-content .foot-right .foot-right__code2 img {
	width: 1.7rem;
	margin-bottom: 0.1rem;
}
.footer .bottom {
	width: 100%;
	background-color: #8B929B;
	height: 0.48rem;
	color: #fff;
	text-align: center;
	line-height: 0.48rem;
	font-size: 0.16rem;
}
.footer-flex {
	display: flex;
	align-items: center;
}
.footer-flex img {
	margin-right: 0.1rem;
	width: 0.2rem;
}