.share {
    width: 32px;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -664px;
    top: 200px;
}
.sharetit {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 0 auto;
    color: #bbb;
    background: #fafafa;
    border: 1px solid #eeeeed;
    border-radius: 2px;
}
.social_group {
    margin-top: 5px;
    position: relative;
}
.social_group a {
    cursor: pointer;
    margin: 0 auto 5px auto;
}
.social_group a:hover {
    opacity: .8
}
.social_group a:hover span{
    opacity: 1 !important;
}
    .social_group a.weixin {
        display: block;
        width: 32px;
        height: 32px;
        background: url(/Index_Img/social.png) 222px 135px;
        position: relative;
    }
    .social_group a.sina {
        display: block;
        width: 32px;
        height: 32px;
        background: url(/Index_Img/social.png) 110px 135px;
    }
    .social_group a.tQQ {
        display: block;
        width: 32px;
        height: 32px;
        background: url(/Index_Img/social.png) -425px -18px;
    }
    .social_group a.qZone {
        display: block;
        width: 32px;
        height: 32px;
        background: url(/Index_Img/social.png) 167px -19px;
    }
    .social_group a.douban {
        display: block;
        width: 32px;
        height: 32px;
        background: url(/Index_Img/social.png) 110px 72px;
    }
.enter1 {
    width: 108px;
    height: 100px;
    right: -125px;
    background: url(/Index_Img/enter1.png) no-repeat;
    display: none;
    padding-top: 8px;
    padding-left: 16px;
    top: 0px;
    position: absolute;
}