@charset "utf-8";
 .socialShare {
    display: block;
    width: 70px;
    height: 35px;
    position: relative;
    z-index: 1;
    margin-left: 15px;
}
.socialShare .msb_main {
    display: block;
    width: 70px;
    height: 35px;
    padding-left: 35px;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    /* text-indent: -9999px; */
    /* border: 2px solid #FFF; */
    /* box-shadow: 0 0 3px #DDD; */
    font-size: 14px;
    line-height: 35px;
    color: #434343;

    /* border-radius: 36px; */
    background: url(../img/bottom-ico003.png) no-repeat left 10px center;
    background-color: #fff;
    /* display: none; */
    background-size: auto;
}
.socialShare .msb_main:hover {
    /* box-shadow: 0 0 5px #BBB; */
    background-image: url(../img/bottom-ico004.png);
    color: #ea971b;
}
.socialShare .msb_main img {
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 23px;
    border: none;
    float: left
}
.socialShare .msb_network_button {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 9px;
    left: 92px;
    z-index: 1;
    cursor: pointer;
    text-indent: -9999px;
    display: none;
    background: no-repeat;
	border: 3px solid #f5f5f5;
	border-radius: 50%;
    box-sizing: content-box;
}
.socialShare .msb_network_button.sina {
    background: url(../img/social.png) no-repeat -130px -87px;
}
.socialShare .msb_network_button.tQQ {
    background: url(../img/social.png) no-repeat -185px -20px;
}
.socialShare .msb_network_button.qZone {
    background: url(../img/social.png) no-repeat -73px -20px;
}
.socialShare .msb_network_button.douban {
    background: url(../img/social.png) no-repeat -130px -151px;
}
.socialShare .msb_network_button.weixin {
    background: url(../img/social.png) no-repeat -73px -87px;
}
.socialShare .msb_network_button:hover{transition: -moz-transform 2s ease-out 0s;border: 3px solid #eee;}
