
#socialShare {
    height: 40px;
    padding-top: 5px;
    padding-left: 10px;
}


.msb_network_button{
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 5px;
    cursor: pointer;
    border-radius: 4px;
}
.msb_network_button.qZone{
    background: url("../i/3.jpg");
    background-size: 24px 24px;
}
.msb_network_button.tQQ{
    background: url("../i/1.jpg");
    background-size: 24px 24px;
}
.msb_network_button.sina{
    background: url("../i/4.jpg");
    background-size: 24px 24px;
}
.msb_network_button.weixin{
    background: url("../i/2.jpg");
    background-size: 24px 24px;
}
#weixin {
    width: 262px;
    height: 317px;
    border: solid 1px #d8d8d8;
    z-index: 1000000;
    position: fixed;
    top: 0px;
    left: 0px;
    background: white;
    display: none;
}

#weixin .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
    width: 90%;
    margin: 10px auto;
}

#weixin .bd_weixin_popup_head .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

#weixin .erweima {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

#weixin .erweima .erweimas {
    width: 100%;
    display: block;
}

#weixin .msgs {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}