.footer {
	width: 100%;
	height: 280px;
	color: #B5B6B7;
	background: #1B1F25 url("../images/bg_footer.png");
}

.footer-container {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.footer-content {
	width: 100%;
	display: flex;
}

.footer-block {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.footer-block.line::before {
	position: absolute;
	top: calc(50% - 36px);
	left: 0;
	display: block;
	content: "";
	width: 2px;
	height: 72px;
	background: rgba(255, 255, 255, 0.2);
}

.footer-block.line::after {
	position: absolute;
	top: calc(50% - 36px);
	right: 0;
	display: block;
	content: "";
	width: 2px;
	height: 72px;
	background: rgba(255, 255, 255, 0.2);
}

.footer-block-logo {
	width: 220px;
}

.footer-block-title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight:500;
}

.footer-block-box {
	margin-bottom: 20px;
	font-size: 14px;
	display: flex;
	font-weight:400;
}

.footer-block-box-name {
	width: 56px;
}

.footer-block-box:nth-last-child(1) {
	margin-bottom: 0;
}

.footer-block-item {
	font-size: 14px;
}

.footer-block-qrcode {
	width: 100px;
    margin-bottom: 8px;
    margin-top: 43px;
}

.footer-block-box-desc {
	width: 240px;
	color: #B5B6B7;
}