.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.contact-section {
	width: 100vw;
	height: 7.02vw;
	background: rgba(37, 37, 37, 1);
	padding-left: 14.2vw;
	padding-right: 13.36vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-title {
	height: 1.46vw;
	overflow-wrap: break-word;
	color: rgba(244, 244, 244, 1);
	font-size: 1.52vw;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
}

.contact-info-area {
	gap: 0.5vw;
}

.contact-info {
	overflow-wrap: break-word;
	color: rgba(101, 101, 101, 1);
	font-size: 0.86vw;
	font-family: Adobe Heiti Std R;
	font-weight: normal;
	text-align: left;
	margin-left: 1.87vw;
}

.qr-code-img {
	width: 11.6vw;
	height: 3.41vw;
	/* margin: 1.77vw 0 0 41.9vw; */
}


@media (max-width: 768px) {
	.contact-section {
		height: 15.02vw;
	}
}