#v-footer {
	width: 100%;
	min-width: 1360px;
	height: auto;
	margin-top: 0;
	background:
		radial-gradient(circle at 50% 0, rgba(116, 31, 255, 0.16), transparent 42%),
		linear-gradient(180deg, rgba(8, 12, 25, 0.96), rgba(4, 7, 16, 0.98));
	border-top: 0;
	box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.24);
	color: rgba(225, 230, 245, 0.62);
}

body#nv_portal.pg_index #v-footer {
	margin-top: 0;
	border-top: 0;
}

#v-footer .footer-wrapper {
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
	min-height: 86px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: transparent;
}

body#nv_portal.pg_index #v-footer .footer-wrapper {
	width: auto;
	max-width: none;
	margin: 0;
}

#v-footer .artg-footer-info {
	position: absolute;
	left: max(90px, calc((100vw - 1600px) / 2));
	top: 50%;
	min-width: 0;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	transform: translateY(-50%);
}

#v-footer .artg-footer-records {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	color: rgba(217, 224, 242, 0.52);
}

#v-footer .artg-footer-records a,
#v-footer .artg-footer-records span {
	color: rgba(217, 224, 242, 0.52);
}

#v-footer .artg-footer-sep {
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 18px;
	background: rgba(151, 162, 204, 0.34);
	vertical-align: middle;
}

#v-footer .artg-footer-actions {
	position: absolute;
	right: max(90px, calc((100vw - 1600px) / 2));
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 38px;
	margin-left: auto;
	min-width: 0;
	transform: translateY(-50%);
}

#v-footer .artg-footer-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 34px;
	min-width: 0;
}

#v-footer .artg-footer-links a[href*="mobile=yes"],
#v-footer .artg-footer-links a[href*="mobile"] {
	display: none;
}

#v-footer .artg-footer-links a,
#v-footer .artg-footer-extra a {
	color: rgba(232, 237, 252, 0.58);
	font-size: 14px;
	line-height: 22px;
	transition: color .18s ease, text-shadow .18s ease;
}

#v-footer .artg-footer-links a:hover,
#v-footer .artg-footer-extra a:hover,
#v-footer .artg-footer-records a:hover {
	color: #fff;
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.5), 0 0 20px rgba(195, 55, 255, 0.72);
}

#v-footer .artg-footer-social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
}

#v-footer .artg-footer-social .weixin {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: 0;
	border: 1px solid rgba(118, 132, 174, 0.24);
	border-radius: 8px;
	background: rgba(15, 21, 40, 0.72);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

#v-footer .artg-footer-social .weixin:before {
	content: "";
	display: block;
	width: 21px;
	height: 18px;
	background: url("../images/svg/footer-share-weixin.svg?v=1") center / contain no-repeat;
	opacity: .68;
	filter: drop-shadow(0 0 8px rgba(148, 73, 255, 0.24));
	transition: opacity .18s ease, filter .18s ease;
}

#v-footer .artg-footer-social .weixin:hover {
	border-color: rgba(204, 70, 255, 0.72);
	background: rgba(22, 18, 48, 0.86);
	box-shadow: 0 0 22px rgba(147, 57, 255, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

#v-footer .artg-footer-social .weixin:hover:before {
	opacity: 1;
	filter: drop-shadow(0 0 12px rgba(204, 70, 255, 0.72));
}

#v-footer .artg-footer-social .weixin i {
	position: absolute;
	right: -38px;
	bottom: 46px;
	z-index: 10;
	display: none;
	width: 110px;
	height: 110px;
	border: 1px solid rgba(118, 132, 174, 0.24);
	border-radius: 8px;
	background: #fff url("../images/footer-weixin-code.jpg") center / 110px 110px no-repeat;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.36), 0 0 24px rgba(147, 57, 255, 0.22);
}

#v-footer .artg-footer-social .weixin i:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 14px;
	height: 14px;
	margin-left: -7px;
	background: #fff;
	transform: rotate(45deg);
}

#v-footer .artg-footer-social .weixin:hover i {
	display: block;
}

#v-footer .artg-footer-extra {
	display: none;
}

@media (max-width: 1500px) {
	#v-footer .artg-footer-info {
		left: 32px;
	}

	#v-footer .artg-footer-actions {
		right: 32px;
	}
}
