footer {
	width: 100%;
	position: relative;
}

.footer-box-pc {
	width: 100%;
	position: relative;
}

.footer-box-pc .bg {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.footer-box-pc .icp-link {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 0 20px;
}

.footer-box-mobile {
	display: none;
}

.footer-box-mobile .icp-link {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 5px;
	padding: 0 20px;
}

.footer-box-mobile .bg {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	footer {
		width: 100%;
	}
	
	.footer-box-pc {
		display: none;
	}
	
	.footer-box-mobile {
		display: block;
	}
}