@charset "gb2312";
.bshare-custom a.share_weimi, .bshare-custom a.share_laiwang{ padding-left: 0;}
.bshare-custom.icon-medium a.share_weimi, .bshare-custom.icon-medium a.share_laiwang{ padding-left: 0;}
.bshare-custom a.share_weimi, .bshare-custom a.a.share_weimi:visited, .bshare-custom a.share_laiwang, .bshare-custom a.share_laiwang:visited{ display: inline-block; width:25px; height:24px; margin-right:5px; background:url(http://i1.sinaimg.cn/dy/deco/2014/0208/images/weimi.png) 0 0 no-repeat; cursor:pointer;}
.bshare-custom a.share_laiwang, .bshare-custom a.share_laiwang:visited{ width: 24px; background: url(http://i1.sinaimg.cn/dy/deco/2014/0208/images/laiwang.png) 0 0 no-repeat;}
.bshare-custom a.share_weimi:hover, .bshare-custom a.share_laiwang:hover{ opacity: 0.7; filter:alpha(opacity=70);}

.popup_share_w{ display: none; visibility: hidden; position: absolute; z-index: 9990; left: 0; width: 560px; height: 560px; background-color: #fff; border: none;}
.popup_share{ position: relative;}
.popup_share_close{ position: absolute; top: -19px; right: -19px; z-index: 9991; width: 38px; height: 38px; cursor: pointer; background: url(http://i0.sinaimg.cn/IT/2014/0124/U586P2DT20140124155612.png) 0 0 no-repeat;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='http://i0.sinaimg.cn/IT/2014/0124/U586P2DT20140124155612.png'); _background: none;}
.popup_share_tt{ height:60px; line-height:60px; border-bottom: 1px solid #ddd;}
.popup_share_tt h4{ float:left; display:inline; margin-left:20px; width:120px; font-size: 24px; font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", "SimSun", "ËÎÌå"; color:#656565;}
.popup_share_tt p{ text-align: right; padding-right: 25px; font-size: 18px; line-height: 60px; color: #656565;}
.popup_share_tt p a, .popup_share_tt p a:visited{ color: #129DFF; text-decoration: underline;}
.popup_share_tt p a:hover{ color: #8ECFFF;}
.popup_share_bg{ margin-top: 35px; height: 455px; background: url(http://i3.sinaimg.cn/dy/deco/2014/0208/images/weimi_share_bg.png) 0 0 no-repeat;}
.popup_share_bg img{ position: relative; display: block; margin-left: 60px; width: 180px; height: 180px;}
.popup_share_lw_bg{ background: url(http://i3.sinaimg.cn/dy/deco/2014/0208/images/laiwang_share_bg.png) 37px 0 no-repeat;}

.share_weixin_w{ position: relative; display: inline-block; width:24px; height:24px; margin-right:5px; vertical-align: top;}
.share_weixin{ display:block; width:24px; height:24px; background:url(http://i3.sinaimg.cn/dy/deco/2014/0208/images/share_icons_v2.png) 0 0px no-repeat; cursor:pointer;}
.share_weixin:hover{ opacity: 0.7; filter:alpha(opacity=70);}
.tip_weixin{ display: none; visibility: hidden; position: absolute; z-index: 99; left: -105px; top: -120px; width: 232px; height: 115px; background: url(http://i0.sinaimg.cn/dy/deco/2014/0208/images/share_weixin_bg_v3.png) 0 0 no-repeat; _background: url(http://i0.sinaimg.cn/dy/deco/2014/0208/images/share_weixin_bg_v3.png) 0 0 no-repeat;}
.tip_weixin img.weixin_qr{ float: left; display: inline; width: 90px; height: 90px; margin-top: 8px !important; margin-left: 8px !important;}
.tip_weixin p.weixin_qr_intro{ width: auto !important; height: auto !important; float: none !important; background: none !important; border: none !important; margin-top: 28px !important; margin-left: 105px !important; line-height: 24px !important; font-size: 12px !important; color: #656565 !important;}
.tip_weixin_close{ float: right; display: inline; width: 15px; height: 15px; margin-top: 6px; margin-right: 6px; cursor: pointer;}
.weixinPullUp{visibility: visible !important;animation-name:weixinPullUp;-webkit-animation-name:weixinPullUp;animation-duration:0.6s;-webkit-animation-duration:0.6s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%}@keyframes weixinPullUp{0%{transform:scaleY(0.1)}40%{transform:scaleY(1.02)}60%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(0.98)}80%{transform:scaleY(1.01)}100%{transform:scaleY(1)}}@-webkit-keyframes weixinPullUp{0%{-webkit-transform:scaleY(0.1)}40%{-webkit-transform:scaleY(1.02)}60%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(0.98)}80%{-webkit-transform:scaleY(1.01)}100%{-webkit-transform:scaleY(1)}}

.bigEntrance{
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;    

    animation-duration: 0.2s;   
    -webkit-animation-duration: 0.2s;

    animation-timing-function: ease-out;    
    -webkit-animation-timing-function: ease-out;    

    visibility: visible !important;         
}
@keyframes bigEntrance {
    0% {
        transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }  
    100% {
        transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }       
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: 0.2;
    }  
    100% {
        -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
        opacity: 1;
    }               
}