#footer {
	background: #27156b;
	width: 100%;
	margin-top: 250px;
	padding-top: 60px;
	/* padding-bottom: 26px; */
	/* 活动领取 */
	padding-bottom: 120px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

#footer::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 1013px;
	background: center/cover url(../static/images/footer-bg.png) no-repeat;
}

#footer::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -173px;
	left: 50%;
	transform: translateX(-50%);
	width: 368px;
	height: 173px;
	background: center/cover url(../static/images/footer-ip.png) no-repeat;
}

#footer .footer_main,
#footer .footer_info {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
}

#footer .left,
#footer a {
	font-size: 12px;
	font-weight: 500;
	color: #9b8bd1;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
}

#footer .left_top {
	display: flex;
	align-items: flex-end;
}

#footer .logo {
	width: 84px;
	height: 82px;
	margin-right: 31px;
}

#footer .tel p {
	font-weight: 700;
	font-size: 26px;
	margin: 10px 0 0;
	/* font-family: ArialBlack, sans-serif; */
}

#footer .tel span {
	font-size: 16px;
}

#footer .tel img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

#footer .link_info {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 56px;
	grid-row-gap: 20px;
}

#footer .footer_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	color: #9b8bd1;
	line-height: 22px;
	text-decoration: none;
	margin-top: 40px;
}

#footer .footer_info a {
	color: #9b8bd1;
}

#footer .footer_info p {
	margin: 0;
}

#footer .right {
	position: relative;
	display: flex;
}

#footer .right dl {
	text-align: center;
	margin: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	align-items: center;
}

#footer .right span {
	margin-top: 5px;
	color: #9b8bd1;
	font-size: 12px;
	font-weight: 500;
}

#footer .right .right_img {
	width: 76px;
	height: 76px;
}

#footer .ld {
	background-color: #fff;
	padding: 20px;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	position: absolute;
	top: -270px;
	left: -80px;
	opacity: 0;
	transition: opacity 0.5s ease;
}

#footer .ld img {
	width: 100%;
	height: 100%;
}

#footer .ld::after {
	position: absolute;
	content: '';
	width: 45px;
	height: 45px;
	transform: rotate(45deg);
	bottom: -23px;
	left: 96px;
	background-color: #fff;
}

/* #footer .wx:hover .ld {
    opacity: 1;
} */

@media screen and (max-width: 768px) {
	#footer {
		padding: 40px 20px 20px;
		margin-top: 180px;
	}

	#footer .footer_main {
		flex-direction: column;
		padding: 0;
	}

	#footer .left {
		margin-bottom: 30px;
	}

	#footer .left_top {
		flex-direction: column;
		align-items: flex-start;
	}

	#footer .logo {
		width: 70px;
		height: 68px;
		margin: 0 0 20px;
	}

	#footer .tel {
		width: 100%;
		display: flex;
		align-items: center;
	}

	#footer .tel span {
		font-size: 14px;
	}

	#footer .tel p {
		font-size: 24px;
		margin: 5px 0 0 10px;
	}

	#footer .tel img {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	#footer .right {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		justify-items: center;
	}

	#footer .right dl {
		margin: 0;
	}

	#footer .right .right_img {
		width: 60px;
		height: 60px;
	}

	#footer .right span {
		font-size: 11px;
		margin-top: 8px;
	}

	#footer .footer_info {
		margin-top: 30px;
		padding: 0;
	}

	#footer .footer_info .flex {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	#footer .footer_info a,
	#footer .footer_info span {
		font-size: 11px;
		line-height: 1.8;
	}

	#footer .footer_info p {
		text-align: center;
		margin: 5px 0;
	}

	#footer .footer_info img.im {
		margin: 5px auto !important;
		display: block;
	}

	/* 调整二维码弹出层 */
	#footer .ld {
		width: 160px;
		height: 160px;
		padding: 15px;
		top: -220px;
		left: 50%;
		transform: translateX(-50%);
	}

	#footer .ld::after {
		width: 30px;
		height: 30px;
		bottom: -15px;
		left: 50%;
		margin-left: -15px;
	}
}
