/* 布局与 pc/footer.css 一致，在此叠加深色主题背景与文字色 */

.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), #060d20;
	padding: 0.6rem 0 0.3rem;
}

.main-yxlt.footer {
	background: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), #060d20;
}

.main-qszt.footer {
	background: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), #0f071c;
}

.main-jggt.footer {
	background: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), #140b07;
}

.main-qszq.footer {
	background: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), #0f0d1a;
}

.footerContent {
	position: relative;
	max-width: 13rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	padding-left: .2rem;
}

.footerContent .item {
	flex: 1;
	color: #48506c;
	font-size: 0.14rem;
	line-height: 0.36rem;
}

.footerContent .item.last-item {
	flex: 0 0 2.5rem;
	display: flex;
	justify-content: space-between;
	color: #48506c;
	font-size: 0.14rem;
	line-height: 0.36rem;
}

.footerContent .item .qr_code {
	text-align: center;
}

.footerContent .item .qr_code p {
	display: block;
	color: #48506c;
}

.footerContent .item .qr_code img {
	display: block;
	width: 1.09rem;
	height: 1.09rem;
	margin-bottom: 0.1rem;
}

.footerContent .item a {
	color: #48506c;
	transition: color 0.3s;
	text-decoration: double !important;
}

.footerContent .item a:hover {
	color: #e2e3e4;
}

.location-wrapper, .gh-wrapper {
	display: flex;
	align-items: flex-start;
}
.footerContent .local_icon {
    width: 0.16rem;
    height: 0.16rem;
	background-image: url('../image/footer/local_icon.png?v=001');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: calc((0.36rem - 0.16rem) / 2);
	margin-right: 0.08rem;
}

.footerContent .gh_icon {
    width: 0.16rem;
    height: 0.16rem;
	margin-top: calc((0.36rem - 0.16rem) / 2);
	margin-right: 0.08rem;
	background-image: url('../image/footer/gh_icon.png?v=001');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.footer_tips {
	margin-top: 0.3rem;
	background: transparent;
	color: #3d4358;
	text-align: center;
}
