.footer {
	/* width: 19.2rem; */
	width: 100vw;
	min-height: 1.36rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.4rem 2.5rem;
	background: rgba(248, 248, 248, 1);
	max-width: 25.6rem;
	margin-left: 0;
	margin-right: 0;
}

.footer_left {
	font-size: 0.12rem;
	line-height: 0.2rem;
	color: rgba(0, 0, 0, 0.4);
}

.footer_ul {
	display: flex;
	align-items: center;
}

.footer_ul a {
	margin-right: 0.32rem;
}

.footer_ul a:hover {
	color: rgba(100, 59, 235, 1);
}

.footer_ul a:last-of-type {
	margin-right: 0;
}

.footer_ul .footer_view {
	margin: 0 0.2rem;
}

.footer_left .footer_address {
	display: flex;
	align-items: center;
	margin-top: 0.16rem;
}

.footer_left .footer_address img {
	width: 0.18rem;
	height: 0.2rem;
	margin-left: 0.14rem;
	margin-right: 0.04rem;
}

.footer_left .footer_address_a {
	display: flex;
	align-items: center;
}

.footer_right {
	display: flex;
	align-items: center;
	height: 100%;
}

.footer_right img {
	height: 0.28rem;
}
.footer_right a {
	position: relative;
	margin-right: 0.3rem;
}
.footer_right a:last-child {
	margin-right: 0;
}

.footer30 {
	margin-right: 0.3rem;
}

.xiaohongshu,
.weibo,
.video,
.weixin {
	display: flex;
	cursor: pointer;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.weixin_popup {
	width: 2rem;
	height: 2.35rem;
	/* padding: .2rem; */
	position: absolute;
	top: -2.89rem;
	left: -0.86rem;
	z-index: 999;
	display: none;
}
.footer_right .xiaohongshu>img{
	width: 0.42rem;
}
.footer_right .xiaohongshu .weixin_popup {
	left: -0.79rem;
}

.weixin_popup .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.weixin_popup .weixin_popup_item {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: rgba(0, 0, 0, 0.6);
	z-index: 1111;

}
.weixin_popup_item img {
	width: 1.6rem;
	height: 1.6rem;
	background: rgba(217, 217, 217, 1);
}

.weixin_popup_item div {
	font-size: 0.12rem;
	line-height: 0.2rem;
	margin-top: 0.08rem;
}
