@charset "utf-8";
/* CSS Document */


/* QQ悬浮窗*/
.suspend{
width:40px;
height:198px;
position:fixed;top:200px;
right:0;overflow:hidden;
z-index:9999;
}
.suspend dl{
width:120px;
height:198px;
border-radius:25px 0 0 25px;
padding-left:40px;
box-shadow:0 0 5px #e4e8ec;
}
.suspend dl dt{
width:40px;
height:198px;
background:url(../images/suspend.png);
position:absolute;
top:0;
left:0;
cursor:pointer;
}
.suspend dl dd.suspendQQ1{
width:120px;
height:99px;
}
.suspend dl dd.suspendQQ1 a{
width:120px;
height:99px;
display:block;
background:url(../images/suspend.png) -40px 0px;
overflow:hidden;
}
.suspend dl dd.suspendQQ2{
width:120p;
height:99px;}
.suspend dl dd.suspendQQ2 a{
width:120px;
height:99px;
display:block;
background:url(../images/suspend.png) 120px 100px;
overflow:hidden;}
* html .suspend{
position:absolute;
left:expression(eval(document.documentElement.scrollRight));
top:expression(eval(document.documentElement.scrollTop+200))
}