#WX {
    width: 231px;
    height: 285px;
    background: red;
    padding: 10px;
    background: #fff;
    border: solid 1px #d8d8d8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: absolute;
    color: #000;
}

    .bd_weixin_popup_head span {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 16px;
        width: 100%;
        display: inline-block;
    }

.bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    text-decoration: none;
    font-size: 16px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.bd_weixin_popup_foot {
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #666;
    width: 100%;
    display: inline-block;
}

#weixin {
    width: 185px;
    height: auto;
    margin: 10px auto;
}

.r_share .bds_weixin {
    background: url('../images/shareico.png') no-repeat;
    background-position: -54px 0;
    width: 19px;
    height: 16px;
    display: block;
    float: left;
}

