@import url(/css/global.css);
.footer {
	color: #fff;
}

.bg-footer {
	background: url(/images/bg02.png) no-repeat center center;
}

.footer .fot-top {
	position: relative;
	padding: 20px 0;
	height: 129px;
	background-color: var(--blue-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	/* padding-right: 140px;
	padding-left: 20px; */
}

.footer .fot-top .link .text {
	display: inline-block;
	padding: 0 7px;
	margin-bottom: 5px;
	padding: 0 7px;
	border-right: 1px solid #fff;
}

.footer .fot-top .link .text:last-child {
	border-right: none;
}

.footer .fot-top .code {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	display: flex;
	flex-direction: column;
}

.footer .fot-top .code .code-img {
	width: 80px;
	margin-bottom: 5px;
}

.footer .copyright {
	width: 100%;
	background-color: #006ddc;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.footer .fot-top {
		align-items: flex-start;
		padding-left: 18px;
		padding-right: 80px;
	}
	.footer .fot-top .code .code-img {
		width: 60px;
	}
	.footer .fot-top .code {
		right: 18px;
		font-size: 12px;
	}
	.footer .copyright {
		padding: 10px 18px;
		line-height: 1.5;
	}
}
