/* PC端主要分享 */
.share-tools-360che{position: fixed;left:50%;top:30%;margin-left:-535px;width:24px; z-index: 1001;}
.share-tools-360che.hidden{display: none;}
.share-tools-360che.bbs{position: fixed;right:50%;top:inherit;margin-right:-528px;width:24px; z-index: 1001;display: block;left: inherit;bottom: 110px;}
.share-tools-360che a,.share-tools-360che span{margin-top:10px;width: 24px;height: 24px;text-indent: -48px;cursor:pointer; overflow: hidden; display: block; background: url(../images/share-tools-360che.png) no-repeat}
.share-tools-360che .weibo{background-position:0 0}
.share-tools-360che .qzone{background-position:0 -25px}
.share-tools-360che .wechat{position: relative;z-index:1;background-position:0 -50px}
#page_qrcode{position: absolute;left:25px;top:78px;line-height: initial; padding:10px;width:120px;height:150px;left: initial !important;right:-143px; display: none;background: #fff;border:1px solid #ccc;}
#page_qrcode p{text-align: center;font-size: 14px; line-height: 42px; color:#666;}
#page_qrcode.visible{display: block;text-indent: initial; animation: qrcode-animation .3s ease-out forwards;}
@keyframes qrcode-animation{
	0%{opacity: 0;transform:translate3d(-50px,0,0);}
	100%{opacity: 1;transform:translate3d(0,0,0);}	
}