footer{
	background: #323238;
}
footer .footMsg{
	width: 100%;
	margin: 0 auto;
	font-size:13px;
	font-weight:400;
	color:rgba(131,131,132,1);
	text-align: center;
	padding: 30px 0;
	border-top: 1px rgba(131,131,132,1) solid;
}
footer .footMsg a,
footer .footMsg span{
	font-size:13px;
	font-weight:400;
	color:rgba(131,131,132,1);
	line-height: 1.5;
}
footer .footMsg a:hover{
	text-decoration: underline;
}
#layui-layer1{
	width: 0px !important;
	min-width: 120px;
	top: 447px !important;
}
@media (max-width: 1130px){
	footer .footMsg{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	footer .footMsg {
		font-size: 10px;
	}
}
@media (max-width: 414px){
	footer .footMsg {
		font-size: 11px;
	}
}