﻿@charset "utf-8";
/* CSS Document */

/* CSS Document */
/*
#chat_f1{
  display:none;
  
  }
	*/
#chat_f1,#chat_f2{font-size:12px; z-index:1; }
#chat_f1{position:fixed;right:0px;top:90px;width:126px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+100))}
#chat_f1_main{height:166px;background:url(../images/top_01.gif) no-repeat}
#close{display:block;width:17px;height:17px;margin-left:109px;cursor:pointer;}

#chat_f1_bottom{
   height:103px;
   width:126px;
   overflow:hidden;
   }

#chat_f1 .chat_f1_expr{
   width:126px;
  height:184px;
  background:url(../images/middle.png) no-repeat;
   }
#chat_f1 .list{
   height:46px;
   line-height:40px;
   overflow:hidden;
   color:#fffefe;
   }
   
#chat_f1 .list h5{ 
   height:46px;
   line-height:40px;
   width:126px;
   display:block;
   text-align:center;
   }   
   
#chat_f1 .list h5 a{
  
   font-size:14px;
   font-family:"微软雅黑";
  
   color:#fffefe;
   }  
   
#chat_f1 .list h5 a:hover{
   color:#fffbbf;
   }   


#chat_f2{   
   position:fixed;
   right:1px;
   top:320px;
   background:#e61a1f;
   padding:8px 10px;
   width:1em;
   _position:absolute;
   _top:expression(eval(document.documentElement.scrollTop+220));
   color:#fff;cursor:pointer; 
   font-size:14px;}

#uptop{
	margin-left:45px;
  }