.qrCode{
    position: fixed;
    right:0;
    top:90px;
   /* overflow: hidden;*/
    z-index:999;
}
.qrCode .text{
    width: 128px;
    cursor: pointer;
    background: #169bd5;
    border-radius: 8px;
    padding: 10px 9px;
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}
.qrCode .box {
    /*visibility: hidden;*/
    display: none;
    background: #fff;
}
.qrCode .box span{
    display: inline-block;
}
.qrCode .box.weixin{
    padding-bottom: 8px;
}
.qrCode .box span.sign{
    margin-left: 10px;
    width: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #222222;
    line-height: 12px;
}
.qrCode:hover .box{
    /*visibility: visible;*/
    display: block;
}
.qrCode .box .imgBox{
   /* display: none;*/
    display: inline-block;
    width: 102px;
    height: 102px;
    background-image: url(../images/weibocode.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 96%;
}
.qrCode .box .imgBox.weixin{
    /* display: none;*/
    background-image: url(../images/wechatcode.png);
}