@charset "utf-8";
 .socialShare {
    display: block;
    width: 50px;
    height: 20px;
    position: relative;
    z-index: 1;
    position: absolute;
    right: 100px;
    /* overflow: hidden; */
}
.socialShare .msb_main {
    display: block;
    width: 50px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/share_core_square.jpg)no-repeat center/100%;
    line-height: 24px;
}
.socialShare .msb_main img {
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 23px;
    border: none;
    float: left
}
.socialShare .msb_network_button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 92px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
    display: none;
    background: no-repeat;
	border-radius: 50%;
}
.socialShare .msb_network_button.sina {
    background: url(../images/social.png) no-repeat -135px -93px;
}
.socialShare .msb_network_button.tQQ {
    background: url(../images/social.png) no-repeat -188px -23px;
}
.socialShare .msb_network_button.qZone {
    background: url(../images/social.png) no-repeat -78px -27px;
}
.socialShare .msb_network_button.douban {
    background: url(../images/social.png) no-repeat -135px -156px;
}
.socialShare .msb_network_button.weixin {
    background: url(../images/social.png) no-repeat -79px -93px;
}
.socialShare .msb_network_button:hover{transition: -moz-transform 2s ease-out 0s;}
