@charset "utf-8";
 
 .max_socialShare{
 	display: inline-block;
    float: right;
    z-index: 999999999999;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
 }
 .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 img {
    width: 46px;
    cursor: pointer;
    border-radius: 23px;
    border: none;
    float: left
}


.socialShare .msb_network_button {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 9px;
    left: 92px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
    display: none;
    background: no-repeat;
	border: 4px solid #f5f5f5;
	border-radius: 50%;
	
}
.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 -20px;
}
.socialShare .msb_network_button.qZone {
    background: url(../images/social.png) no-repeat -73px -20px;
}
.socialShare .msb_network_button.douban {
    background: url(../images/social.png) no-repeat -130px -151px;
}
.socialShare .msb_network_button.weixin {
    background: url(../images/social.png) no-repeat -73px -87px;
}
@media (min-width:769px) {
	.socialShare .msb_main:hover,
	.socialShare .msb_network_button:hover{
		border: 4px solid #fff;
		-webkit-box-shadow: #666 0px 0px 10px;
		-moz-box-shadow: #666 0px 0px 10px;
		box-shadow: #666 0px 0px 10px;behavior: url(/PIE.htc);
	}
}
@media (max-width:768px) {
 	.max_socialShare{right: 5%;bottom: 3%;}
 	.socialShare {width: 46px;height: 46px;}
 	.socialShare .msb_main {width: 38px;height: 38px; border:none;}
 	.socialShare .msb_network_button{ width: 29px; height: 29px;border:none;box-shadow: 0 0 5px #DDD;}
 	
 	.socialShare .msb_network_button.sina {
	    background: url(../images/social.png) no-repeat -130.6px -89px;
	}
	.socialShare .msb_network_button.tQQ {
	    background: url(../images/social.png) no-repeat -185px -20px;
	}
	.socialShare .msb_network_button.qZone {
	    background: url(../images/social.png) no-repeat -73.6px -20.5px;
	}
	.socialShare .msb_network_button.douban {
	    background: url(../images/social.png) no-repeat -130.6px -152px;
	}
	.socialShare .msb_network_button.weixin {
	    background: url(../images/social.png) no-repeat -73.6px -89px;
	}
 	
}

