/* ============================================
   public.css - Header & Footer Styles
   Red-House Christmas Decorations Theme
   ============================================ */

/* --- Reset & Base --- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #0a3d20;
	font-family: Arial, sans-serif;
	color: #fff;
}

a {
	color: #ddd;
	text-decoration: none;
	transition: color 0.3s;
}

a:hover {
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}
.top-spacer {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/* --- Header Area --- */
.header-area {
	padding: 15px 0;
	background-color: #0a3d20;
}

.header-area .row {
	display: flex;
	align-items: center;
}

.header-area .col-md-4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

.header-area .col-md-5 {
	flex: 0 0 41.667%;
	max-width: 41.667%;
	text-align: center;
}

.header-area .col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
	text-align: right;
	padding-right: 15px;
}

.header-logo img {
	max-width: 312px;
	width: 100%;
	height: auto;
}

.header-slogan img {
	max-width: 390px;
	width: 100%;
	height: auto;
}

.header-contact .contact-item {
	font-size: 13px;
	color: #eee;
	line-height: 1.8;
	letter-spacing: 0.5px;
}

.header-contact .contact-item a {
	color: #eee;
}

.header-contact .contact-item a:hover {
	color: #fff;
}

/* --- Product Search --- */
.prodsearch-styles-wrap {
	display: flex;
	align-items: stretch;
	max-width: 100%;
	margin-left: auto;
	margin-top: 8px;
}

.prodsearch-styles-wrap form {
	display: flex;
	width: 100%;
	position: relative;
	align-items: center;
}

.prodsearch-input {
	flex: 1;
	min-width: 0;
}

.prodsearch-input input {
	width: 100%;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 0 42px 0 16px;
	font-size: 13px;
	outline: none;
	transition: border-color 0.3s, background 0.3s;
	box-sizing: border-box;
}

.prodsearch-input input:focus {
	border-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.15);
}

.prodsearch-input input::placeholder {
	color: #999;
}

.prodsearch-button {
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.prodsearch-button button {
	width: 30px;
	height: 30px;
	padding: 0;
	background: transparent;
	color: #ccc;
	border: none;
	font-size: 16px;
	cursor: pointer;
	transition: color 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.prodsearch-button button:hover {
	color: #fff;
}

/* Search icon (SVG magnifier) */
.prodsearch-button button::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid currentColor;
	border-radius: 50%;
	position: relative;
}

.prodsearch-button button::after {
	content: "";
	display: block;
	width: 2px;
	height: 6px;
	background: currentColor;
	position: absolute;
	right: 8px;
	bottom: 7px;
	transform: rotate(-45deg);
	border-radius: 1px;
}

/* --- Top Snow Image --- */
.top-snow-img {
	width: 100%;
	overflow: hidden;
	height: 40px;
	line-height: 0;
}

.top-snow-img img {
	width: 2000px;
	max-width: 2000px;
	height: auto;
	display: block;
}

/* --- Navigation --- */
.main-navigation {
	background-color: #0a3d20;
	border-top: 3px solid #188d4b;
}

.main-navigation ul {
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.main-navigation ul li {
	position: relative;
}

.main-navigation ul li a {
	display: block;
	color: #fff;
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a {
	background-color: #188d4b;
}

.main-navigation ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #0a3d20;
	border-top: 2px solid #188d4b;
	min-width: 180px;
	z-index: 1000;
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-navigation ul li:hover ul.sub-menu {
	display: block;
}

.main-navigation ul li ul.sub-menu li a {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 18px;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.main-navigation ul li ul.sub-menu li a:hover {
	background-color: #188d4b;
}
/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb-wrap {
	background-color: #0a3d20;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
}
.breadcrumb-wrap span,
.breadcrumb-wrap a {
	padding-right: 10px;
}
.breadcrumb-icon {
	padding-left: 20px;
	min-height: 16px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNFNjc5MUM1QjBENzExRTQ4NzBBRjQ4NUI5NkU4MDQ1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNFNjc5MUM2QjBENzExRTQ4NzBBRjQ4NUI5NkU4MDQ1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0U2NzkxQzNCMEQ3MTFFNDg3MEFGNDg1Qjk2RTgwNDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0U2NzkxQzRCMEQ3MTFFNDg3MEFGNDg1Qjk2RTgwNDUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zTdGJAAABFUlEQVR42oTSMUvDQBTA8UtT0kkcHKRYcKjgouDiJP0CdqlDcHEolEKmdnMSRBfFzmod2o4ddCh0KE7ioB9DUYdOmeyg0Jr+D95BOBN98IODu/fevVycIAhUSlRxgy/s4x5jLKOFQ30ok5J8ih7eEWKEc7iy75mDWStxAR34GOIJHzgyHSV+kgoU0cc2upjgREZo4xW7cnZqkswIJTxjE2dyxQZyWJTuev47RNjDlilQxyO+cYEyDqzRHNSQxxXWpGFFj7CBBwxwjCWVHjtYxa0UWdcFmtLh+p9kEwW8yNNG5iNGUiQeb7iUtW6yEtvzJOfXM9oFWrL2rQLKfgUV+0mU/bMkNHKTCnxah2Z/3C40i7kAAwDc1zHBSPWCxAAAAABJRU5ErkJggg==) left center no-repeat;
}
.detail-wrap {
	max-width: 80%;
	margin: 0 auto 40px;
	padding: 0 20px;
}
/* --- Footer --- */
.site-footer {
	background-color: #0f592f
}

/* Footer Top Line */
.footer-top-line {
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.footer-top-line img {
	width: 2000px;
	max-width: 2000px;
	display: block;
}

/* Footer Content */
.footer-content {
	padding: 20px 0;
}

.footer-content .row {
	display: flex;
	flex-wrap: wrap;
}

.footer-content .col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
}

.footer-content .col-md-9 {
	flex: 0 0 75%;
	max-width: 75%;
	padding: 0 15px;
}

/* Follow Us */
.footer-follow-us h3,
.footer-products h3,
.footer-information h3,
.footer-message h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #a9a9a9;
	margin-bottom: 10px;
}

.footer-follow-us .footer-logo-img {
	max-width: 107px;
	width: 100%;
	margin-bottom: 15px;
}

.social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 14px;
	transition: background-color 0.3s, transform 0.3s;
}

.social-icons a:hover {
	background-color: #188d4b;
	transform: scale(1.1);
}

.social-icons a .social-icon {
	width: 32px;
	height: 32px;
	display: inline-block;
}

/* Footer Links */
.footer-information li {
	list-style: none;
}
.footer-products a,
.footer-information a {
	display: block;
	color: #a9a9a9;
	font-size: 13px;
	line-height: 2;
	transition: color 0.3s;
}

.footer-products a:hover,
.footer-information a:hover {
	color: #fff;
}

/* Footer Form */
.footer-message {
	margin-top: 5px;
}

.footer-message h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #a9a9a9;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 1.9em;
}

/* Form - Inquire Style (bottom border) */
.footer-message form {
	margin-top: 5px;
}

.footer-message form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.footer-message form legend {
	display: none;
}

.fm-control-group {
	margin-bottom: 10px;
}

.nf-form-content input {
	width: 100%;
	height: 36px;
	padding: 0 12px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: transparent;
	color: #fff;
	font-size: 13px;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.3s;
}

.nf-form-content input:focus {
	border-bottom-color: #4a90d9;
}

.nf-form-content input::placeholder {
	color: #888;
}

.nf-form-content textarea {
	width: 100%;
	height: 70px !important;
	padding: 10px 12px;
	background: transparent;
	color: #333;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d9dde3;
	font-size: 13px;
	outline: none;
	resize: none;
	box-sizing: border-box;
	transition: border-color 0.3s;
}

.nf-form-content textarea:focus {
	border-bottom-color: #4a90d9;
}

.nf-form-content textarea::placeholder {
	color: #888;
}

.fm-submit-group {
	margin-bottom: 0;
	margin-top: 15px;
}

.fm-btn-submit {
	display: inline-block;
	padding: 8px 28px;
	background-color: #188d4b;
	color: #fff;
	border: 1px solid #0a3f8f;
	font-size: 13px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	border-radius: 3px;
	transition: background-color 0.3s, transform 0.2s;
	letter-spacing: 0.5px;
}

.fm-btn-submit:hover {
	background-color: #0d4aa0;
	transform: translateY(-1px);
}

/* Footer Bottom Line */
.footer-bottom-line {
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.footer-bottom-line img {
	width: 100%;
	height: 21px;
	object-fit: cover;
	display: block;
}

/* Copyright */
.site-copyright {
	text-align: center;
	padding: 15px 0;
	color: #a9a9a9;
	font-size: 12px;
	line-height: 2;
}

.site-copyright a {
	color: #a9a9a9;
}

.site-copyright a:hover {
	color: #fff;
}
/* ---------- Product Action Buttons ---------- */
.prod-btn-basket,
.prod-btn-inquire {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 20px;
	height: 40px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s;
	border: none;
}
.prod-btn-icon.basket {
	position: relative;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAADICAMAAACtZFPdAAAASFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////neHiwAAAAF3RSTlMAxIDvKpYhFQjc1U/Nt66djHJoWUE54G4TrAMAAADISURBVGje7dXbCoMwEEXRGWM03u+d///TNmCJFhxSFKH0rAc1uEniiyH4TyLG+VtEWmSRIS8k3no91lZhxrRUQjuGMEmUcPuyTJVwtOTpK3tVu51csTCRrFItzAqK4ySgizCHW2QIAHAPlh0+DEUbbkmSh4EblLAz/TudiiZVls6ssf44nOt6JlL3mPemq5rHRKSHPk3M4MiL/uqfDll2cNQAwC049s8jn4Pz4Ykj7rqQ5UUPw2NkKJHhN3vEgQQAAAAAAABwsScpUBBB9zbp6AAAAABJRU5ErkJggg==) 0 -40px;
}
.prod-card-btn-blue .prod-btn-basket:hover {
	background-color: #15508a;
}

.prod-card-actions {
	margin-top: 8px;
	padding-bottom: 10px;
}
.prod-card-btn-blue .prod-btn-basket {
	background-color: #0f592f;
}
.prod-btn-text {
	font-size: 14px;
	white-space: nowrap;
}
.prod-btn-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 4px;
	flex-shrink: 0;
}
/* --- Online Service Sidebar --- */
.online-service-sidebar {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	background-color: #0f592f
	padding: 5px 0;
}

.online-service-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.online-service-sidebar ul li {
	position: relative;
	margin: 3px 0;
}

.online-service-sidebar ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	transition: background 0.3s;
}

.online-service-sidebar ul li a:hover {
	background-color: #188d4b;
}

.online-service-sidebar .service-tooltip {
	display: none;
	position: absolute;
	right: 70px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	background-color: #0f592f;
	padding: 6px 12px;
	white-space: nowrap;
	border-radius: 3px 0 0 3px;
	font-size: 16px;
	color: #fff;
}

.online-service-sidebar ul li:hover .service-tooltip {
	display: block;
}

.online-service-sidebar .wechat-qr {
	width: 240px;
	/* height: auto; */
	max-width: 240px;
	padding: 5px;
	background: #fff;
}

/* --- Bootstrap Grid Helper (minimal) --- */
.container {
	max-width: 80%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.container-opened {
	width: 100%;
	max-width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
}

/* 列间距用 padding 实现，不再使用负边距方案 */
.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%;
	padding: 0 15px;
	box-sizing: border-box;
}
.col-md-7 {
	flex: 0 0 58.333%;
	max-width: 58.333%;
	padding: 0 15px;
	box-sizing: border-box;
}
.col-md-5 {
	flex: 0 0 41.667%;
	max-width: 41.667%;
	padding: 0 15px;
	box-sizing: border-box;
}
.col-md-4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: 0 15px;
	box-sizing: border-box;
}
.col-md-8 {
	flex: 0 0 66.666%;
	max-width: 66.666%;
	padding: 0 15px;
	box-sizing: border-box;
}
.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
}

/* --- Utility --- */
.fix::after {
	content: "";
	display: table;
	clear: both;
}

/* 移动端搜索按钮 — 桌面端隐藏 */
.mobile-search-btn {
	display: none;
}

/* 移动端搜索遮罩 — 桌面端隐藏 */
.mobile-search-overlay {
	display: none;
}

.text-right {
	text-align: right;
}

.hide {
	display: none !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}
form input[type="submit"] {
	padding: 6px 22px;
	background: #5ebace;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s;
}
form input[type="submit"]:hover {
	background-color: #1558a0;
}

/* ============================================================
   MOBILE HAMBURGER MENU
   ============================================================ */

/* 汉堡按钮 — 默认隐藏，移动端显示 */
.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	gap: 5px;
}

.mobile-menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	transition: transform 0.3s, opacity 0.3s;
}

/* 激活态 — 变成 X */
.mobile-menu-toggle.active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}
.mobile-menu-toggle.active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* 点击遮罩 */
.mobile-nav-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 8888;
}

/* ============================================================
   RESPONSIVE — 768px 以下
   ============================================================ */
@media (max-width: 768px) {
	/* --- Header 区域 --- */
	.header-area .row {
		position: relative;
		flex-wrap: nowrap;
		align-items: center;
		padding: 10px 0;
	}

	/* 只保留 Logo，隐藏 Slogan 和联系信息 */
	.header-area .col-md-4 {
		flex: 1 1 auto;
		max-width: calc(100% - 55px);
	}

	.header-slogan-col,
	.header-contact-col {
		display: none !important;
	}

	/* Logo 图片缩小 */
	.header-logo img {
		max-width: 180px;
	}

	/* 移动端搜索按钮 */
	.mobile-search-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		cursor: pointer;
		flex-shrink: 0;
	}

	.header-logo {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	/* 搜索遮罩弹窗 */
	.mobile-search-overlay {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 10000;
		justify-content: center;
		align-items: flex-start;
		padding-top: 25%;
	}

	.mobile-search-overlay.active {
		display: flex;
	}

	.mobile-search-box {
		width: 85%;
		max-width: 400px;
		background: #fff;
		border-radius: 24px;
		overflow: hidden;
	}

	.mobile-search-box form {
		display: block;
		position: relative;
		width: 100%;
	}

	.mobile-search-box input {
		width: 100%;
		height: 48px;
		border: none;
		background: transparent;
		padding: 0 50px 0 20px;
		font-size: 15px;
		color: #333;
		outline: none;
	}

	.mobile-search-box input::placeholder {
		color: #999;
	}

	.mobile-search-submit {
		position: absolute;
		right: 2px;
		top: 50%;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		background: transparent;
		color: #188d4b;
		cursor: pointer;
	}

	.mobile-search-close {
		position: absolute;
		top: -50px;
		right: 0;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		background: transparent;
		border: none;
		color: #fff;
		font-size: 24px;
	}

	/* 汉堡按钮显示 */
	.mobile-menu-toggle {
		display: flex;
	}

	/* --- 导航抽屉 --- */
	.main-navigation {
		position: fixed;
		top: 0;
		right: -280px;
		width: 280px;
		height: 100%;
		background-color: #0a3d20;
		border-top: none;
		border-left: 3px solid #188d4b;
		z-index: 9000;
		overflow-y: auto;
		transition: right 0.3s ease;
		padding-top: 60px;
	}

	.main-navigation.mobile-open {
		right: 0;
	}

	.main-navigation.mobile-open ~ .mobile-nav-overlay,
	.main-navigation.mobile-open .mobile-nav-overlay {
		display: block;
	}

	/* 菜单列表竖排 */
	.main-navigation ul.nav-menu {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.main-navigation ul.nav-menu > li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	}

	.main-navigation ul.nav-menu > li > a {
		font-size: 15px;
		padding: 14px 20px;
		text-align: left;
		letter-spacing: 0;
	}

	/* 子菜单 — 默认隐藏，点击父项展开 */
	.main-navigation ul.nav-menu li ul.sub-menu {
		display: none;
		position: static;
		border-top: none;
		border-left: 3px solid #188d4b;
		background-color: #041838;
		min-width: auto;
		width: 100%;
	}

	.main-navigation ul.nav-menu li.mobile-sub-open > ul.sub-menu {
		display: block;
	}

	.main-navigation ul.nav-menu li ul.sub-menu li a {
		padding: 10px 20px 10px 30px;
		font-size: 13px;
	}

	/* 遮罩显示（通过 nav 的 mobile-open 状态控制） */
	.mobile-nav-overlay {
		display: none;
	}
	.main-navigation.mobile-open + .mobile-nav-overlay {
		display: block;
	}

	/* body 锁定滚动 */
	body.mobile-nav-active {
		overflow: hidden;
	}

	/* --- 侧边栏隐藏（所有页面的左/右 sidebar） --- */
	.news-sidebar,
	.products-sidebar,
	.about-sidebar,
	.category-sidebar,
	[class*="sidebar"] {
		display: none !important;
	}

	/* 侧边栏隐藏后，主内容区占满 */
	.news-content-row > .col-md-3,
	.products-content-row > .col-md-3,
	.about-content-row > .col-md-3 {
		display: none !important;
	}

	.news-content-row > .col-md-9,
	.products-content-row > .col-md-9,
	.about-content-row > .col-md-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* --- 在线服务侧边栏缩小 --- */
	.online-service-sidebar {
		display: none;
	}

	/* --- Footer 布局 --- */
	.footer-content .col-md-3,
	.footer-content .col-md-9 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	/* Footer 内三个 col-md-4：前两个各 50% 一行，第三个独占 */
	.footer-content .row > .col-md-4:nth-child(1) {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-content .row > .col-md-4:nth-child(2) {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-content .row > .col-md-4:nth-child(3) {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* --- Container 宽度调整 --- */
	.container {
		max-width: 100%;
		padding: 0 15px;
	}

	/* --- .detail-wrap 宽度 --- */
	.detail-wrap {
		max-width: 100%;
	}
}
/* ==================== FAQ Section (GEO) ==================== */
.faq-section {
	padding: 40px 0 60px;
}

.faq-list {
	max-width: 900px;
	margin: 0 auto;
}

.faq-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
}

.faq-item:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item dt {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.5;
	cursor: default;
}

.faq-item dd {
	font-size: 14px;
	color: #bbb;
	line-height: 1.8;
	margin: 0;
}
