.weixin {
    width: 30px;
    height: 30px;
    position: relative;
    /*
    position: absolute;
    */

    text-align: center;
}

/*.weixin a img{width:30px; height:30px; display:block; position:absolute; left:0; top:0;background:url(http://images.cnblogs.com/cnblogs_com/heyiming/947284/t_weixin.png) no-repeat center top; }*/
/*注释打开明暗效果替换  下面替掉*/
.weixin a img {
    width: 20px;
    height: 20px;
}

/*微信图标*/
.weixin .weixin_nr {
    width: 90px;
    height: 90px;
    text-align: center;
    position: relative;

    /*
    position: absolute;
    */
    left: -45px;
    top: -152px;
    display: none;
}

.weixin .weixin_nr img {
    margin-bottom: 5px;
}

/*.weixin .weixin_nr .arrow{ width:0; height:0; border-top:solid #fff;border-left:10px solid transparent;border-right:10px solid transparent; position:relative; left:50px; top:10px;}*/
.weixin.on .weixin_nr {
    display: block;
}
.supporter{

    /*position: fixed;*/
    position: relative;

    left: 0px;

    bottom: 0px;

    width: 100%;

    height: 32px;

    background: #008C84;
    /*z-index: 9999;*/
}