<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  margin:0px;
  font:14px Arial,"宋体","Times New Roman";
  background:#ffffff;
}
/*默认链接样式*/
a:link {
  font-size:14px;
  color: #000000;
  line-height:18px;
  text-decoration: none;
}
a:hover {
  font-size:14px;
  color: #990000;
  line-height:18px;
  text-decoration: underline;
}
a:visited {
  font-size:14px;
  color: #000000;
  line-height:18px;
  text-decoration: none;
}
.tipinfo{
   font:14px "宋体","Arial","Times New Roman";
}
.smltip{
   font:11px "宋体","Arial","Times New Roman";
   color:#CCCCCC;
   font-weight:bold;
}
.bigtip{
   font:35px "宋体","Arial","Times New Roman";
   color:#CCCCCC;
   font-weight:bold;
}
/*页面底部白色文字*/
.botfont{
  font-size:14px;
  color: #000000;
}
/*底部黑色正常链接*/
.botlink:link {
  font-size:14px;
  color: #000000;
  text-decoration: none;
  line-height:23px;    
}
.botlink:hover {
  font-size:14px;
  color: #000000;
  text-decoration: underline;
  line-height:23px;
}
.botlink:visited {
  font-size:14px;
  color: #000000;
  text-decoration: none;
  line-height:23px;
}
/*底部蓝色正常链接*/
.bluelink:link {
  font-size:14px;
  color: #0000FF;
  text-decoration: none;
  line-height:23px;    
}
.bluelink:hover {
  font-size:14px;
  color: #0000FF;
  text-decoration: underline;
  line-height:23px;
}
.bluelink:visited {
  font-size:14px;
  color: #0000FF;
  text-decoration: none;
  line-height:23px;
}
.vcimg{
   cursor:hand;padding:2px 8px 0pt 3px;
}
.msgfont{
   font-size:11px;
   color: #ff0000;
}
.loginbtn{
 height:25px;
 font-size:14px;
 background-color:#FF9900;
 border-bottom:#E34A00 2px solid;
 border-right:#E34A00 2px solid; 
 border-top:#FFB693 2px solid;
 border-left:#FFB693 2px solid; color:#FFFFFF;
 font-weight:bold;
}

.txtTitle{
 font-size:14px;
 color: #000000;
 font-weight:bold;
}
.bigTitle{
 font-size:18px;
 color: #000000;
 font-weight:bold;
}
.txtContent{
 font-size:12px;
 color: #000000;
 line-height:30px;
}</pre></body></html>