#qrcode {
    display: none;
    position: absolute;
    right: 62px;
    top: 0;
    width: 100px;
    padding: 20px;
    border: 1px #80d529 solid;
    background-color: #fff;
    z-index: 10;
}

#qrcode.hover {
    display: block;
}

#qrcode h3 {
    font-size: 13px !important;
    line-height: 20px !important;
    text-align: center;
    text-indent: 0 !important;
}

#qrcode img {
    width: 100%;
}


.ql_detailbro_content,
.wechatShare {
    position: relative;
}

@media screen and (max-width:750px) {
    #qrcode {
        display: none !important;
    }
}