/* 页脚四栏布局与 Contact 样式 */

@media (min-width: 992px) {
	.footer-adv-overlay.hp7Section11 > .container > .row {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.footer-adv-overlay .customWidth30 {
		width: 30% !important;
		max-width: 30% !important;
		flex: 0 0 30% !important;
		float: none !important;
	}

	.footer-adv-overlay .customWidth20 {
		width: 20% !important;
		max-width: 20% !important;
		flex: 0 0 20% !important;
		float: none !important;
	}
}

/* 栏目标题统一顶对齐（h2 均在 widget 上，不再受 ul.menu margin 影响） */
.footer-adv-overlay .widget > .widget-title {
	margin-top: 0 !important;
}

.footer-adv-overlay ul.menu {
	margin-top: 0 !important;
}

.hp7Section11 ul.footerDetails {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.hp7Section11 ul.footerDetails li {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	padding: 2px 0 2px 40px !important;
	margin: 0 0 10px;
	color: #fff;
}

.hp7Section11 ul.footerDetails li:last-child {
	margin-bottom: 0;
}

.hp7Section11 ul.footerDetails li:empty {
	display: none !important;
}

.hp7Section11 ul.footerDetails li a {
	color: #fff;
	text-decoration: none;
}

.hp7Section11 ul.footerDetails li a:hover {
	opacity: .8;
}

.hp7Section11 ul.footerDetails li:before {
	position: absolute !important;
	content: '';
	top: 0;
	left: 0;
	width: 28px !important;
	height: 28px !important;
	margin: 0;
	flex: none;
	background: no-repeat center / 22px 22px !important;
}

.hp7Section11 ul.footerDetails li.email:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E") !important;
}

.hp7Section11 ul.footerDetails li.phone:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") !important;
}

.hp7Section11 ul.footerDetails li.mobile:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='2' width='10' height='20' rx='2'/%3E%3Cpath d='M11 18h2'/%3E%3C/svg%3E") !important;
}

.hp7Section11 ul.footerDetails li.address:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.2 7-11a7 7 0 1 0-14 0c0 4.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E") !important;
}
