body>#BASE_FOOTER_COM{
	width: 100%;
}
#footer {
	width: 100%;
	height: 380px;
	background-color: #1e1f26;
	margin: 0;
	position: relative;
}

#footer>div {
	width: 1200px;
	margin: 0 auto;
	color: #FFFFFF;
}

#connect_info {
	padding-top: 62px;
	padding-bottom: 47px;
}

#connect_info::after {
	content: '';
	width: 100vw;
	right: 0;
	bottom: 50%;
	position: absolute;
	height: 1px;
	border-bottom: #FFFFFF dashed 1px;
	opacity: 0.1;
}

#connect_info>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

#connect_info>ul>li>p:first-child {
	margin-bottom: 16px;
	font-size: 14px;
	color: #666976;
}

#en_cn {
	position: relative;
	border: rgba(255, 255, 255, .1) solid .5px;
	border-radius: 50px;
	padding: 12px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#en_cn>p {
	margin-right: 10px;
}

#en_cn>p:after {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFFFFF;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
}

#en_cn>img {
	margin-right: 10px;
}


#footer_nav>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	text-align: center;
}

#footer_nav>ul>li>a {
	color: #666976;
	font-size: 14px;
}

.footer_logo>a>img {
	width: 90px;
	height: 46px;
}


.footer_qr>img {
	width: 95px;
	height: 95px;
	margin-bottom: 10px;
}

.bei_an {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #666976;
}

.bei_an img {
	width: 17px;
	height: 17px;
}

.off_la {
	display: none;
}

#en_cn:hover .off_la {
	display: block;
}

#change_la {
	position: absolute;
	top: 2.9rem;
	border: rgba(255, 255, 255, .1) solid .5px;
	padding: .5rem 1.5rem .5rem 1.5rem;
	border-radius: 5px;
}
#change_la>a{
	display: block;
}
#change_la>a:first-child {
	padding-bottom: .2rem;
	border-bottom: rgba(255, 255, 255, .1) solid .5px;
}

#change_la>a:hover {
	/* background-color: #333333; */
}

@media screen and (max-width:512px) {
	#connect_info>ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
	}
	
	#connect_info>ul>li>p:first-child {
		margin-bottom: 16px;
		font-size: 14px;
		padding-right: 10px;
		color: #666976;
	}
	#BASE_FOOTER_COM {
		font-size: 65%;
	}

	#footer>div {
		width: 100%;
	}

	#connect_info {
		padding-top: 40px;
		padding-bottom: 10px;
		pointer-events: none;
	}
	#connect_info>ul>li{
		display: flex;
		margin-bottom: 10px;
	}
	#connect_info>ul {
		width: 95%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: start;
	}

	#connect_info>ul>li:last-child {
		margin-top: 0;
	}

	#connect_info>ul>li>p:first-child {
		padding-bottom: 5px;
		margin-bottom: 0;
		margin-top: 0;
	}

	#connect_info::after {
		display: none;
	}

	#footer {
		height: 100%;
	}

	#connect_info>ul {
		font-size: 14px;
	}

	#connect_info>ul>li>p:first-child {
		font-size:14px;
	}

	#footer_nav {
		display: none;
	}

	#en_cn {
		display: none;
	}

	.bei_an {
		width: 95%;
		margin: 0 auto;
		font-size: 12px;
		padding-bottom: 20px;
		text-align: start;
	}
}
