.footer {
	height: 400px;
	background-color: #949292;
}
.footer .r1 {
	display: flex;
	padding-bottom: 58px;
	border-bottom: 2px solid #fff;
	margin-bottom: 11px;
}
.footer .r1 .l {
	padding-top: 149px;
	width: 428px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.footer .r1 .l img {
	width: 55px;
	height: 48px;
}
.footer .r1 .l span {
	padding-left: 16px;
	font-size: 38px;
	color: #fff;
}
.footer .r1 .c {
	padding-top: 149px;
	width: 428px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.footer .r1 .c img {
	width: 46px;
	height: 55px;
}
.footer .r1 .c .row {
	padding-left: 16px;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}
.footer .r1 .r {
	padding-top: 97px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	flex: 1;
}
.footer .r1 .r .share {
	display: flex;
	margin-bottom: 18px;
}
.footer .r1 .r .share a {
	display: flex;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.footer .r1 .r .share a img {
	width: 100%;
	height: 100%;
}
.footer .r1 .r .share a:last-child {
	margin-right: 0;
}
.footer .r1 .r .store {
	display: flex;
}
.footer .r1 .r .store a {
	display: flex;
	width: 134px;
	height: 40px;
	margin-right: 15px;
}
.footer .r1 .r .store a img {
	width: 100%;
	height: 100%;
}
.footer .r1 .r .store a:last-child {
	margin-right: 0;
}
.footer .r2 {
	display: flex;
	justify-content: space-between;
}
.footer .r2 .l,
.footer .r2 .l a {
	font-size: 16px;
	color: #fff;
}
.footer .r2 .l ul {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.footer .r2 .l ul li {
	padding-right: 40px;
	position: relative;
}
.footer .r2 .l ul li::after {
	content: " ";
	position: absolute;
	right: 20px;
	top: 4px;
	width: 1px;
	height: 20px;
	background: #fff;
}
.footer .r2 .l ul li:last-child {
	padding-right: 0;
}
.footer .r2 .l ul li:last-child::after {
	display: none;
}
.footer .r2 .l ul li a {
	font-size: 20px;
	color: #fff;
}
.footer .r2 .r .caring {
	width: 283px;
	height: 85px;
}
.footer .r2 .r .caring img {
	width: 100%;
	height: 100%;
}
