/* --- 底部组件样式（第二个脚部 qlbd-footer-2）--- */

.qlbd-footer-2 {
	background-color: #333333;
	color: #ffffff;
	font-size: 14px;
	line-height: var(--ql-line-height-base);
	padding: 40px 0 32px;
}

.qlbd-footer-2__container {
	max-width: var(--ql-container-width);
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
}

/* 顶部：Logo + 导航 + 社交 */
.qlbd-footer-2__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.qlbd-footer-2__logo a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-decoration: none;
	color: #ffffff;
	transition: opacity 0.2s ease;
}

.qlbd-footer-2__logo a:hover {
	opacity: 0.85;
}

.qlbd-footer-2__logo-img {
	display: block;
	width: 136px;
	height: auto;
}

.qlbd-footer-2__logo-text {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.04em;
}

.qlbd-footer-2__logo-sub {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.18em;
	margin-top: 4px;
	opacity: 0.9;
}

.qlbd-footer-2__nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}

.qlbd-footer-2__nav-link {
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0;
	transition: opacity 0.2s ease;
	white-space: nowrap;
}

.qlbd-footer-2__nav-link:hover {
	opacity: 0.75;
}

.qlbd-footer-2__sep {
	color: rgba(255, 255, 255, 0.55);
	margin: 0 14px;
	user-select: none;
}

.qlbd-footer-2__social {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.qlbd-footer-2__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #ffffff;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.qlbd-footer-2__social-link:hover {
	opacity: 0.75;
	transform: translateY(-1px);
}

.qlbd-footer-2__social-icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

/* 底部：公司信息 + 备案号 */
.qlbd-footer-2__bottom {
	padding-top: 24px;
	text-align: center;
}

.qlbd-footer-2__info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.92);
}

.qlbd-footer-2__info-item {
	white-space: nowrap;
}

.qlbd-footer-2__icp {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
}

/* 响应式 */
@media (max-width: 992px) {
	.qlbd-footer-2__top {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.qlbd-footer-2__logo a {
		align-items: center;
	}

	.qlbd-footer-2__nav {
		justify-content: center;
	}

	.qlbd-footer-2__social {
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.qlbd-footer-2 {
		padding: 32px 0 24px;
	}

	.qlbd-footer-2__top {
		gap: 20px;
		padding-bottom: 28px;
	}

	.qlbd-footer-2__sep {
		margin: 0 8px;
	}

	.qlbd-footer-2__info {
		flex-direction: column;
		gap: 6px;
	}

	.qlbd-footer-2__info .qlbd-footer-2__sep {
		display: none;
	}

	.qlbd-footer-2__nav {
		row-gap: 8px;
	}
}
