/* 微信二维码 */
.DivQR {
    position: fixed;
    top: 113px;
    width: 110px;
    display: none;
    z-index: 998;
}

    .QRcon {
        border: 1px solid #ddd;
        background: #fff;
    }
    .DivQR a {
        text-decoration: none;
        color: #666666;
    }

* html .DivQR {
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

    .DivQR .WXQR {
        width: 100px;
        height: 100px;
        padding: 4px;
    }

    .DivQR .Close {
        background: url(close.png) 6px 6px no-repeat;
        width: 21px;
        height: 20px;
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border: solid #ddd;
        border-width: 0 0 1px 1px;
        cursor: pointer;
    }

    .DivQR .TopText {
        font-size: 12px;
        height: 20px;
        line-height: 21px;
        text-indent: 5px;
    }

    .DivQR .BottomText {
        font-size: 12px;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        background: #2182CC;
        line-height: 18px;
    }
.SimpleText {
    font-size: 12px;
    text-align: center;
    padding: 3px 0;
    margin-top: 8px;
    background: #2182CC;
    line-height: 18px;
}
.SimpleText a {
    color: #fff;
}