.donate-panel{
    text-align: center;
    position: relative;
    margin-top: 10px;
}
#donate-btn{
    width: 50px;
    height: 50px;
    background: #e26d6d;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

#donate-btn:hover{
    background: #bd4b4b;
}
#qrcode-panel{
    position: absolute;
    width: 300px;
    height: 300px;
    background:#fff;
    top: 0;
    left: 0;
    border-radius: 5px;
    /* padding: 5px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.qrcode-body{
    width: 100%;
    height: 100%;
    background:#fff;
    position: relative;
    border-radius: 5px;
   
}
.arrow{
    position: absolute; 
    width: 20px; 
    height: 20px; 
    transform: scale(0.75, 2) rotate(45deg); 
    background:#fff; 
    left: 50%; margin-left: -10px; 
    margin-bottom: -10px; 
    bottom: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
.donate-memo{
    padding: 10px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
#donate-close{
    float: right;
    padding: 0 5px;
    font-size: 12px;
    cursor: pointer;
}
#donate-close:hover{
    color: #bd4b4b;
}
.donate-qrpay{
   
}
.donate-qrpay img{
    width: 220px;
    height: 220px;
}
input[name='pay']{
    cursor: pointer;
}