.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #3b3b3b;
	padding: 0.6rem 0 0.3rem;
}

.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: #848484;
	/* float: left; */
	/* width: 33.3333%; */
	font-size: 0.14rem;
	line-height: 0.36rem;
}

.footerContent .item.last-item {
	flex: 0 0 2.5rem;
	display: flex;
	justify-content: space-between;
	color: #848484;
	/* float: left; */
	/* width: 33.3333%; */
	font-size: 0.14rem;
	line-height: 0.36rem;
}

.footerContent .item .qr_code {
	/* float: left; */
	/* margin-left: 0.4rem; */
	text-align: center;
}

.footerContent .item .qr_code p {
	display: block;
}

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

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

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

.footerContent .local_icon {
	display: inline-block;
	width: 0.13rem;
	height: 0.19rem;
	background: url('../image/footer/local_icon.png') no-repeat center/cover;
	vertical-align: middle;
	margin-right: 0.1rem;
}

.footerContent .gh_icon {
	display: inline-block;
	width: 0.15rem;
	height: 0.16rem;
	margin-right: 0.05rem;
	background: url('../image/footer/gh_icon.png') no-repeat center/cover;
}

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

.back-top {
	position: absolute;
	top: 0;
	right: -0.3rem;
	width: 0.4rem;
	height: 0.4rem;
	background: url(../image/footer/back-top1.png) no-repeat center/cover;
	cursor: pointer;
}
