@charset "UTF-8";

/*分享*/
.pc-share-splite{background-image:url(../images/pc-share.png);background-repeat:no-repeat;}
.pc-share{ display:none;
	width: 36px; height: 279px;position: fixed;right: 0;top: 50%;margin-top: -139px; z-index:100;
    _margin-top: 0;
    _position: absolute;
    /*中部*/
    _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight/2 -139));
    /*顶部*/
    /*_top:expression(eval(document.documentElement.scrollTop));}*/
    /*底部*/
    /*_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}*/
}
.pc-share .back-top{display:block; width:36px; height:36px; background-position: 0 0;}
.pc-share .back-top:hover{background-position:-45px 0;}
.pc-share #bdshare-right.bdsharebuttonbox{ width:36px; height:76px;}
.pc-share #bdshare-right.bdsharebuttonbox a.bds_more{display:block; margin-top:14px; width:100%; height:100%; background-position: 0 -50px;}
.pc-share #bdshare-right.bdsharebuttonbox a.bds_more:hover{background-position: -45px -50px;}
.pc-share .weixin-wrap{display:block; position: relative; _overflow: hidden; width:36px; height:139px; background-position:0 -140px; margin-top:14px;}
.pc-share .weixin-wrap .qr-code{position: absolute;top: 0;left: -148px; width: 148px; height:148px;
	background: url(../images/gongzhonghao.png) no-repeat center;
	display: none; /*_filter:alpha(opacity=0);*/ visibility: hidden;
}
.pc-share .weixin-wrap:hover{_overflow: visible; background-position:-45px -140px;}
.pc-share .weixin-wrap:hover .qr-code{display: block; /*_filter:alpha(opacity=100);*/ visibility: visible;}