<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
.footers{
	width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    color: #fff;
    z-index: 999;
    overflow: hidden;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.footbtn{
	text-align: center;
	width: 33%;
	height: 40px;
	font-size: 16px;
}
.footbtn a{
	color:white;
}
.left{
	float: left;
	border-right: 1px;
	border-right-color: #555;
	border-right-style: solid;
}
.mid{
	float: left;
	border-right: 1px;
	border-right-color: #555;
	border-right-style: solid;
}
.right{
	float: left;
}
.setheight{
	height:40px;
	width:100%;
}</pre></body></html>