<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul,li,a,p{
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.bottom-nav{
	width: 1200px;
	height: 100px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	background-color: #3d3d3d;
	box-shadow: 0px 3px 6px 0px 
		rgba(0, 0, 0, 0.16);
	border-radius: 18px;
	border-top: 1px solid #e2e2e2;
}
.bottom-nav .left-fd{
	float: left;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #fff;
	margin-top: 20px;
	padding: 0 20px;
	height: 70px;
    line-height: 70px;
}
.bottom-nav li{
	float: left;
	padding:0 30px;
	margin-top: 8px;
}
.bottom-nav li a{
	color: #fff;
}
.bottom-nav li p{
	font-size: 14px;
	text-align: center;
}
.bottom-nav li img{
	display:block;
	width: 48px;
	height: 48px;
	margin: 8px auto;
}
.right-postion{
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 217px;
	height: 139px;
	background: url('../img/left-pai.png') no-repeat;
}
.right-postion p{
	font-size: 14px;
	color: #3d3d3d;
	text-align: center;
}
.right-postion i{
	display:block;
	width: 48px;
	height: 48px;
	margin: 8px auto;
	background: url('../img/positon.png') no-repeat;
}
.right-postion span{
	font-size: 20px;
	font-weight: bold;
}</pre></body></html>