html{
	background-color: #f6f6f6;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	background-color: #f6f6f6;
	color: #555;
	padding-bottom: 60px;
}
img{
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	object-fit: contain;
}
body ul{
	display: inline-block;
	float: left;
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
body a{
	text-decoration: none;
	color: #555;
}
body a:hover{
	text-decoration: none;
	color: #555;
}
body a:link{
	text-decoration: none;
	color: #555;
}


/*底部*/
body .foot{
	position: fixed;
	bottom: 0px;
	float: left;
	width: 100%;
	height: 50px;
	background-color: #06A65E;
	z-index: 3;
}
body .foot a{
	float: left;
	text-align: center;
	color: black;
	font-size: 14px;
}
body .foot .a_left{
	width: 23.8%;
	height: 100%;
	background-color: #eee;
}
body .foot .a_left .left_icon{
	display: grid;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	margin-top: 10px;
}


body .foot .a_right{
	width: 30%;
	height: 100%;
	background-color: green;
	line-height: 50px;
}