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 .box {
	max-width: 1120px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: -92px;
	position: relative;
	z-index: 2;
}

.footer-box-pc .left-box {
	margin-right: 30px;
}

.footer-box-pc .left-box .link {
	display: inline-block;
}

.footer-box-pc .left-box .logo {
	width: 188px;
	height: 36px;
}

.footer-box-pc .left-box .app-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 34px 0;
}

.footer-box-pc .left-box .app-link .icon {
	width: 140px;
	height: 48px;
	margin-right: 10px;
}

.footer-box-pc .left-box .icp-link {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.footer-box-pc .right-box {
	display: flex;
	flex-direction: row;
	margin-top: 14px;
}

.footer-box-pc .right-box .column {
	width: 100px;
	display: flex;
	flex-direction: column;
}

.footer-box-pc .right-box .column span {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 30px;
}

.footer-box-pc .right-box .column a {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}

.footer-box-mobile {
	display: none;
}


.footer-box-mobile .link .logo-name {
	width: 144px;
	height: 24px;
	margin-left: 20px;
}

.footer-box-mobile .app-link {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0 46px 20px;
}

.footer-box-mobile .app-link .icon {
	width: 100px;
	height: 60px;
	margin-right: 15px;
}

.footer-box-mobile .sitemap {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.footer-box-mobile .sitemap .column {
	display: flex;
	flex-direction: column;
}

.footer-box-mobile .sitemap .column span {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #33CC8D;
	margin-bottom: 18px;
}

.footer-box-mobile .sitemap .column a {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
}

.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;
}

.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;
	}
}