@charset "utf-8";
 .socialShare {
    display: block;
    width: 54px;
    height: 54px;
    position: relative;
    z-index: 1;
}
.socialShare .msb_main {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    text-indent: -9999px;
    border: 4px solid #FFF;
    box-shadow: 0 0 5px #DDD;
    border-radius: 36px;
}
.socialShare .msb_main:hover {
    box-shadow: 0 0 5px #BBB;
}
.socialShare .msb_main img {
    width: 46px;
    /*height: 46px;*/
    cursor: pointer;
    border-radius: 50%;
    border: none;
    float: left
}
.socialShare .msb_network_button {
    width: 43px;
    height: 45px;
    position: absolute;
    top: 1px;
    left: 92px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
    /*display: none;*/
    background: no-repeat;
	border: 6px solid #f5f5f5;
	border-radius: 50%;
}
.social_group{
    position: relative;
}
.social_group a:nth-child(1){
    position: absolute;
    left: 40px
}
.social_group a:nth-child(2){
    position: absolute;
    left: 80px
}
.social_group a:nth-child(3){
    position: absolute;
    left: 120px
}
.social_group a:nth-child(4){
    position: absolute;
    left: 160px
}
.social_group a:nth-child(5){
    position: absolute;
    left: 200px
}
.social_group a:nth-child(6){
    position: absolute;
    left: 240px
}

.socialShare .msb_network_button.sina {
    background: url(../images/social.png) no-repeat -130px -87px;
}
.socialShare .msb_network_button.tQQ {
    background: url(../images/social.png) no-repeat -185px -18px;
}
.socialShare .msb_network_button.qZone {
    background: url(../images/social.png) no-repeat -73px -19px;
}
.socialShare .msb_network_button.douban {
    background: url(../images/social.png) no-repeat -130px -150px;
}
.socialShare .msb_network_button.weixin {
    background: url(../images/social.png) no-repeat -73px -87px;
}

.socialShare .msb_network_button.baidutb {
    background: url(../images/social.png) no-repeat -73px -150px;
}



.socialShare .msb_network_button:hover{transition: -moz-transform 2s ease-out 0s;border: 6px solid #eee;}
