@charset "utf-8";
/* CSS Document */
#index_video {position:fixed;bottom:0px;top:auto;right:0px;left:auto;width:380px;background:#fff;
border:solid 2px #c30801; 
z-index:1000000;}
*html,*html body{background-image:url(about:blank);background-attachment:fixed;}
*html #index_video {
position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#index_video .tit { background:#c30801; clear:both; height:30px;padding:0px 10px; }
#index_video .tit h3 {line-height:30px; font-size:14px; color:#FFF; float:left;}
#index_video .tit span { color:#FF0; font-size:12px; line-height:30px; float:right; cursor:pointer;}