.share{
    display: flex;
    /*justify-content: flex-end;*/
}
.share>.item{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}
.weixin{
    position: relative;
}
.weixincode{
    position: absolute;
    top: 42px;
    width: 240px;
    left: -120px;
    background-color: #fff;
    padding: 10px 20px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
#qrcode{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
