.undfotter {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #1D202C;
	padding: 50px 0 9px 0;
}
.fottercont {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.fotterleft {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 25%;
	
	color: #999999;
	font-size: 14px;
}
.fotterleftlogo {
	width: 40%;
	height: auto;
	object-fit: cover;
}
.fotterright {
	width: 72%;
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #43454F;
	padding-left: 4%;
}
.fotterrightcont {
	display: flex;
	flex-direction: column;
	width: 20%;
	align-items: center;
}
.fotterrightconttitle {
	color: #DDDDDD;
	font-size: 14px;
	margin-bottom: 8px;
}
.fotterrightconttext {
	color: #999999;
	font-size: 12px;
	margin-top: 6px;
	display: flex;
	align-items: flex-start;
}
.fotterhenxian {
	width: 100%;
	background: #41434D;
	height: 1px;
	margin-top: 30px;
}
.Links {
	width: 100%;
	display: flex;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
}
.Linkstext {
	width: 94%;
}
.Linkstext span {
	cursor: pointer;
}
.Linkstext a {
	color: #666666;
	margin-top: 10px;
}
.links-content:hover {
	color: #1e7df4 !important;
}
.beian {
	width: 100%;
	color: #666666;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	cursor: pointer;
}
.beian a {
	color: #666666;
	margin: 0 5px;
}
