<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=========脚注菜单===========*/
div#bottommenu{
margin: 0;
padding:0;
border: 0;
height: 28px;
text-align:center;
}


div#bottommenu a:link,div#bottommenu a:visited,div#bottommenu a:active{
margin:0px 6px 0px 2px;
color:#505050;
font:14px/28px Verdana,microsoft yahei,Arial, Helvetica, sans-serif;
text-decoration: none;
}

div#bottommenu a:hover{
margin:0px 6px 0px 2px;
color:#ff0000;
font:14px/28px Verdana,microsoft yahei,Arial, Helvetica, sans-serif;
text-decoration: underline;
}
</pre></body></html>