/**
 * 联系我们页（contact-us.html）内联样式的主题化版本，仅在选择「泊为 · 联系我们」模板时加载。
 */
.contactbox-sec1 .item .list .f_qrcode-wrap {
	margin-top: 20px !important;
	display: flex !important;
	justify-content: center !important;
}
.contactbox-sec1 .item .list .f_qrcode-wrap img {
	width: 120px !important;
	height: 120px !important;
}
.contactbox-sec1 .item .list .f_note-box {
	background: #fff9ef !important;
	border-radius: 8px !important;
	padding: 20px 25px !important;
	margin-top: 20px !important;
	display: flex !important;
	align-items: flex-start !important;
	gap: 12px !important;
}
.contactbox-sec1 .item .list .f_note-box .tips-icon {
	width: 16px !important;
	height: 16px !important;
	flex-shrink: 0 !important;
	margin-top: 2px !important;
}
.contactbox-sec1 .item .list .f_note-box span {
	font-size: 12px !important;
	color: #6a7282 !important;
	line-height: 1.6 !important;
}
