.share_box{position: fixed;right: 5px;top: 33%;z-index: 9999;}
.share_icon{
    width: 45px;height: 45px;margin-bottom: 15px;cursor: pointer;transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.share_icon:hover{
    transform: scale(1.1);
}
.wx-qrcode-wrapper{width: 120px;height:120px;display: none;position: fixed;right: 58px;top: 18%;z-index: 9999;background-color: rgba(100,100,100,0.5)}
#qrcode{display: flex;justify-content: center;align-items: center;height: 100%;}