@charset "utf-8";

.finance-footer {
	background: #002b5e;
	color: #fff;
	border-top: 0.5px solid rgba(83, 83, 83, 0.03);
	font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

.finance-footer__main {
	padding: 48px 0 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.finance-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 70px;
	display: grid;
	grid-template-columns: 1.35fr 1fr 0.85fr 0.85fr 1.15fr;
	gap: 0;
	align-items: start;
}

.finance-footer__col {
	padding: 0 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.finance-footer__col:first-child {
	padding-left: 0;
}

.finance-footer__col:last-child {
	border-right: 0;
	padding-right: 0;
}

/* 左侧品牌 */
.finance-footer__logo-wrap {
	margin-bottom: 12px;
}

.finance-footer__logo {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.finance-footer__school {
	margin: 0 0 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.92);
	letter-spacing: 0.04em;
}

.finance-footer__dept-cn {
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.finance-footer__dept-en {
	margin: 0;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.finance-footer__title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.08em;
}

.finance-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.finance-footer__list li {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.82);
}

.finance-footer__list li:last-child {
	margin-bottom: 0;
}

.finance-footer__list a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	transition: color 0.2s ease;
}

.finance-footer__list a:hover {
	color: #fff;
	text-decoration: underline;
}

/* 二维码 */
.finance-footer__qrcodes {
	display: flex;
	gap: 16px;
	justify-content: flex-end;
	padding-top: 4px;
}

.finance-footer__qr-item {
	text-align: center;
}

.finance-footer__qr-item img {
	display: block;
	width: 88px;
	height: 88px;
	background: #fff;
	padding: 4px;
	border-radius: 4px;
	object-fit: contain;
}

.finance-footer__qr-item p {
	margin: 8px 0 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
}

/* 底部版权条 */
.finance-footer__bottom {
	padding: 18px 0;
}

.finance-footer__bottom-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.finance-footer__copy,
.finance-footer__support {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1100px) {
	.finance-footer__inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 20px;
		padding: 0 20px;
	}

	.finance-footer__col {
		border-right: 0;
		padding: 0;
	}

	.finance-footer__qrcodes {
		justify-content: flex-start;
	}

	.finance-footer__bottom-inner {
		padding: 0 20px;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.finance-footer__main {
		padding: 36px 0 28px;
	}

	.finance-footer__inner {
		grid-template-columns: 1fr;
	}
}
