.footer-bg {
	width: 100%;
	text-align: center;
	font-size: 0;
	background-color: #fafafa;
	margin-top: 24px;
}

.footer-bg img {
	width: 1220px;
}

.dc-copyright {
	position: relative;
	padding: 36px 36px 16px;
	color: #555555;
	opacity: 0.8;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.dc-copyright a {
	color: #555555;
}

.dc-copyright a:hover {
	text-decoration: underline;
}

.login-footer .dc-copyright {
	color: #FFFFFF;
}

.qr-scan {
	position: absolute;
	left: 20%;
	top: 50px;
	text-align: center;
}

.qr-scan img {
	width: 127px;
	height: 127px;
	display: block;
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
}

/* .qr-scan img:hover {
	transform: scale(2) translateY(-24px);
} */

.qr-scan span {
	display: block;
	margin-top: 6px;
	color: #555555;
	font-size: 12px;
}
