.container-footer {
	background: #1F2329;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	clear: both;
	position: relative;
	z-index: 9999999;
}

.menu-box {
	width: 1300px;
	box-sizing: border-box;
	padding: 30px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/* gap: 30px; */
}

.logo {
	width: 100px;
	height: 100px;
	padding: 10px;
}

.list-wrap {
	width: 1000px;
	padding: 0 30px;
	padding-right: 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}

.list-wrap ::after {
	content: '';
	display: block;
	width: 1px;
	height: 130px;
	background: #434343;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0;
}

.list-item {}

.nav-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.nav-item-wrap .text {
	margin-bottom: 8px;
	color: #ccc;
	font-size: 15px;
}

.nav-icon {
	opacity: 0;
}

.nav-text {
	margin-bottom: 8px;
	color: #ccc;
	font-size: 15px;
}

.nav-text:hover {
	.icon {
		opacity: 1;
	}
}

.kefu-wrap {
	flex-shrink: 0;
}

.kefu-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.kefu-tel {
	font-size: 18px;
	margin-bottom: 5px;
}

.week {
	margin-bottom: 10px;
	font-size: 12px;
}

.address-wrap {}

/* .img {
		width: 260px;
		height: 125px;
		border: 1px solid #000;
	} */

.title {
	font-size: 18px;
	/* margin: 10px 0 6px; */
}

.link-box {
	width: 1300px;
	padding: 10px 30px;
	position: relative;
	color: #999;
	margin: 0 auto;
	box-sizing: border-box;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
}

.linkTitle {
	position: absolute;
	left: 0;
}

.link-item {
	cursor: pointer;
	color: #fff;
}

.link-title {
	cursor: pointer;
	color: #fff;
}

.linkCon {
	display: flex;
	justify-content: center;
	width: 1300px;
	box-sizing: border-box;
}

.line {
	padding: 0 10px;
	color: rgba(#fff, 0.5);
}

.copyright-box {
	width: 100%;
	color: #ccc;
	font-size: 14px;
	line-height: 26px;
	padding: 10px 0 15px;
	font-family: none;
	text-align: center;
	// background: rgba(0, 0, 0, 0.2);


}

.company-title {
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-left: 10px;
}

.copyright {
	font-size: 12px;
	margin-top: 10px;
	cursor: pointer;

	&:hover {
		text-decoration: underline;
	}
}

a {
	text-decoration: none;
	color: #ccc;
}

.qrcode {
	display: flex;
	gap: 20px;


}
.qrcode-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.qrcode-title {
	margin-bottom: 20px;
}

.qrcode-img {
	width: 90px;
	height: 90px;
	border: 1px solid #000;
}

.qrcode-text {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}