.helper-wrapper {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 560px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: none;
}

.helper-wrapper .helper-trail {
    width: 144px;
    height: 60px;
    background-color: #ffb51a;
    border-radius: 40px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    align-items: center;
    padding-left: 25px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
}

.helper-wrapper .helper-trail .icon-wrapper {
    margin-top: -6px;
}

.helper-wrapper .helper-trail .icon-gift {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../img/helper/icon-gift.png');
    background-size: 100%;
    margin-right: 10px;
}

.helper-qrcode {
    width: 162px;
    height: 227px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 2px 6px 0 rgba(234, 233, 248, .64);
    box-shadow: 0 2px 6px 0 rgba(234, 233, 248, .64);
    border-radius: 10px;
    color: #333;
    position: relative;
    right: 171px;
    top: -114px;
    display: none;
    background: #fff;
}

.helper-wrapper:hover .helper-qrcode {
    display: block;
}

.helper-qrcode .qrcode {
    width: 134px;
    height: 134px;
    margin: 17px 14px 14px 14px;
    background: url('../img/helper/qrcode1.png');
    background-size: cover;
}

.helper-qrcode .qrcode-text {
    font-size: 14px;
    color: #484848;
}

.helper-qrcode .qrcode-text .price {
    color: #f45;
    font-weight: bold;
}