@charset "utf-8";
*{padding:0px;margin:0px;list-style-type:none;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
#code,#code_hover,#gotop{width:39px;height:252px;cursor:pointer;_position:absolute;_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)));}
#code{/*background-position:-132px 2px;*/ background:url(../images/right.png) no-repeat; width:41px; height:248px;_margin-bottom:120px; /*_z-index:99999;*/}
#code span{ width:25px; height:85px; display:block; color:#fff; float:left; margin-top:8px; font-size:13px; padding-left:10px; text-indent:-9999px;}
#code .weixin{ margin-top:70px;}
#code_wrapper.oldside1,
#code_wrapper.oldside2,
#code_wrapper.oldside3,
#code_wrapper.oldside4,
#code_wrapper.oldside5{
    transform-origin: right bottom;
    -ms-transform-origin: right bottom;
}
#code_wrapper.oldside1{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
#code_wrapper.oldside2{
    transform: scale(1.4);
    -ms-transform: scale(1.4);
}
#code_wrapper.oldside3{
    transform: scale(1.6);
    -ms-transform: scale(1.6);
}
#code_wrapper.oldside4{
    transform: scale(1.8);
    -ms-transform: scale(1.8);
}
#code_wrapper.oldside5{
    transform: scale(2.0);
    -ms-transform: scale(2.0);
}
#gotop{bottom:88px;_margin-bottom:100px; color:#970110; height:24px;  font-family:"微软雅黑"; text-align:center;_z-index:9999; }
/*a:link,a:visited{ color:#666; text-decoration:none;}*/
/*a:hover{ color:#970110;}*/ 