﻿.tbtn {
    position: relative;
    width: 111px;
    height: 38px;
    line-height: 38px;
    margin: 23px 0;
    padding-left: 12px;
    border-radius: 19px;
    color: white;
    background: linear-gradient(90deg, #f8b85b, #ec9d2a);
    cursor: pointer;
}

.tbtn.yyys {
    padding-left: 13px;
}

img.tbtn-icon {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 16px;
    top: 11px;
}

img.tbtn-icon.play {
    top: 12px;
}

.tbtn-rgkf-qrcode {
    position: absolute;
    left: -88px;
    top: 42px;
    width: 298px;
    height: 321px;
    background: #ffffff;
    box-shadow: 0px 9px 8px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e6e6e6;
    z-index: 10;
    color: #000000;
}

.rgkf-qrcode-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 29px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.rgkf-qrcode-title img {
    width: 22px;
    height: 22px;
    margin-top: 3px;
}

.rgkf-qrcode-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-top: 17px;
}

.rgkf-qrcode-img {
    height: 140px;
    background: url('../images/qrbg.png') no-repeat center center;
    background-size: contain;
    margin-top: 20px;
}

.rgkf-qrcode-img img {
    width: 119px;
    height: 116px;
    margin-top: 12px;
}

.rgkf-qrcode-time {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.rgkf-qrcode-time img {
    width: 15px;
    height: 15px;
    margin-top: 2px;
}
