/* 页脚二维码 */
.region-footer .gap-8 .bg-white img {
	max-width: 100%;
}

/* AI馆员 */
#fixed-lili {
	bottom: 88px;
	max-width: clamp(138px, 36vmin, 268px);
	position: fixed;
	right: 20px;
	width: 268px;
	z-index: 9999;
}

/* 调整检索框按钮位置，避让AI馆员图标 */
@media (min-width: 1024px) {
	.homepage-search-wrapper .search-button-group { right: 98px; }
}