/* ── Footer ── */

.footer {
	background: #161616;
	color: #FFFFFF;
}

/* 与正文 .container 一致：由 responsive.css 控制左右内边距，不再单独限制 max-width，避免与首屏/模块错位 */

.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.8rem 0;
}

.footer-top .footer-title {
	font-weight: 250;
	font-size: 0.64rem;
	color: #FFFFFF;
}

.footer-top .footer-contact .footer-phone {
	font-weight: 380;
	font-size: 0.4rem;
	color: #FFFFFF;
	line-height: 1.2;
}

.footer-top .footer-contact .footer-phone-desc {
	font-weight: 250;
	font-size: 0.22rem;
	color: #FFFFFF;
	margin-top: 0.04rem;
}

.footer .footer-content {
	padding: 0.6rem 0;
	border-top: 0.01rem solid #333333;
}

.footer .footer-list {
	display: flex;
	justify-content: space-between;
}

.footer .footer-list .footer-item .footer-item-city {
	font-weight: 250;
	font-size: 0.26rem;
	color: #F4F4F4;
}

.footer .footer-list .footer-item .footer-item-text {
	font-weight: 250;
	font-size: 0.16rem;
	color: #F4F4F4;
	margin-top: 0.08rem;
	line-height: 1.4;
}

.footer .footer-bottom {
	padding: 0.4rem 0;
	border-top: 0.01rem solid #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .footer-bottom .copyright {
	font-weight: 250;
	font-size: 0.16rem;
	color: #F4F4F4;
}

.footer .footer-bottom .footer-bottom-right {
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

.footer .footer-bottom .footer-sitemap {
	font-weight: 250;
	font-size: 0.16rem;
	color: #F4F4F4;
}

.footer .footer-bottom .footer-icp {
	font-weight: 250;
	font-size: 0.16rem;
	color: #F4F4F4;
}

/* ── Sidebar ── */

.sidebar {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	z-index: 999;
}

.sidebar-btn {
	width: 1rem;
	height: 1rem;
	position: relative;
	cursor: pointer;
	margin-bottom: 0.01rem;
}

.sidebar-btn img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sidebar-btn .name {
	width: 100%;
	font-weight: normal;
	font-size: 0.18rem;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.09rem;
}

.sidebar-content {
	width: 2.5rem;
	height: auto;
	position: absolute;
	left: -2.5rem;
	display: none;
}

.sidebar-btn:hover .sidebar-content {
	display: block;
}

.sidebar-content .title {
	height: 0.375rem;
	line-height: 0.375rem;
	background: #FE0000;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.1625rem;
}

.sidebar-content .content {
	min-height: 0.3125rem;
	background: #FFFFFF;
	padding: 0.3125rem;
	color: #000000;
	font-weight: normal;
	text-align: center;
	font-size: 0.1625rem;
}

.sidebar-content .content img {
	width: 2.5rem;
	height: auto;
	margin-top: 0.375rem;
}
