@charset "UTF-8";
.my-info[data-v-76a03d60] {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #332f2f5c;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 12px;
    flex-shrink: 0;
    height: 56px
}

.my-info-left[data-v-76a03d60] {
    display: flex;
    align-items: center;
    gap: 12px
}

.my-info-avatar[data-v-76a03d60] {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.my-info-userinfo[data-v-76a03d60] {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.my-info-username[data-v-76a03d60] {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal
}

.my-info-tguser[data-v-76a03d60] {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap
}

.my-assets[data-v-76a03d60] {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-basis: 75%;
    position: relative
}

.my-asset-item[data-v-76a03d60] {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    height: 24px;
    padding-right: 6px;
    padding-left: 26px;
    border-radius: 99px;
    background-color: #a3abb6
}

.asset-icon[data-v-76a03d60] {
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.asset-value[data-v-76a03d60] {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    margin-left: 6px;
    min-width: 16px;
    text-align: right
}

.my-asset-add[data-v-76a03d60] {
    position: absolute;
    right: -8px;
    top: -4px;
    border-radius: 99px;
    background-color: #26b20c;
    flex-shrink: 0;
    display: inline-flex;
    width: 16px;
    height: 16px
}

.reward[data-v-b56815e5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border-radius: 12px;
    background: #ffffff1f;
    width: 180px;
    height: 150px;
    box-sizing: border-box;
    position: relative
}

.reward.locked[data-v-b56815e5] {
    position: relative;
    background: #ffffff2e;
    border: 1.5px dashed rgba(255, 255, 255, .42);
    border-radius: 8px;
    overflow: hidden;
    -webkit-backdrop-filter: saturate(120%) blur(6px);
    backdrop-filter: saturate(120%) blur(6px)
}

.reward.unlocked[data-v-b56815e5] {
    border: none;
    background: #ffffff1f;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.reward.bonus[data-v-b56815e5] {
    padding-top: 28px
}

.reward img[data-v-b56815e5] {
    width: 44px;
    height: 44px
}

.reward.locked img[data-v-b56815e5] {
    filter: grayscale(.35) saturate(.9) brightness(1)
}

.reward .amt[data-v-b56815e5] {
    color: #ffc700;
    font-weight: 800;
    margin-top: 4px
}

.reward .amt.muted[data-v-b56815e5] {
    color: #ffffffdb
}

.lock-icon[data-v-b56815e5] {
    position: relative
}

.lock-badge[data-v-b56815e5] {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #00000073;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 12px;
    box-shadow: 0 2px 6px #00000059
}

.lock-badge[data-v-b56815e5]:before {
    content: "🔒"
}

.lock-badge.hide[data-v-b56815e5] {
    animation: fadeOut-b56815e5 .32s ease both
}

@keyframes fadeOut-b56815e5 {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(.6)
    }
}

.unlock-btn[data-v-b56815e5] {
    position: relative;
    z-index: 3;
    margin-top: 8px;
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: none;
    font-weight: 800;
    color: #4b2e00;
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

.unlock-btn.loading[data-v-b56815e5] {
    opacity: .9;
    padding-left: 32px
}

.unlock-btn.loading[data-v-b56815e5]:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    border: 2px solid rgba(75, 46, 0, .35);
    border-top-color: #4b2e00;
    animation: spin-b56815e5 .9s linear infinite
}

.unlock-btn.done[data-v-b56815e5] {
    background: #ffffff38;
    color: #fff
}

.bonus-badge[data-v-b56815e5] {
    position: absolute;
    top: 12px;
    left: 0;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    display: inline-block;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(180deg, #ff5b5b, #c81d1d);
    border-radius: 0 6px 6px 0;
    letter-spacing: .6px;
    white-space: nowrap;
    z-index: 2
}

.reward.bonus.locked[data-v-b56815e5]:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at 50% 40%, #ffffff14, #7b5cff38);
    pointer-events: none
}

.pop-in[data-v-b56815e5] {
    animation: popIn-b56815e5 .28s cubic-bezier(.2, .8, .2, 1) both
}

@keyframes popIn-b56815e5 {
    0% {
        transform: scale(.92);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes spin-b56815e5 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.giftcode-body[data-v-59aacd9e] {
    padding: 18px 18px 22px;
    min-height: 74vh;
    box-sizing: border-box;
    position: relative
}

.box-center[data-v-59aacd9e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.gift-banner[data-v-59aacd9e] {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffd84d40, #7b5cff40);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    box-sizing: border-box;
    margin-bottom: 16px
}

.gift-banner .banner-img[data-v-59aacd9e] {
    width: 96px;
    height: 96px;
    object-fit: cover
}

.gift-banner .banner-text .title[data-v-59aacd9e] {
    font-size: 20px;
    font-weight: 800;
    color: #fff
}

.gift-banner .banner-text .sub[data-v-59aacd9e] {
    font-size: 13px;
    color: #ffffffe6
}

.gift-input[data-v-59aacd9e] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 16px
}

.gift-field[data-v-59aacd9e] {
    height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .35);
    background: #00000029;
    color: #fff;
    padding: 0 16px;
    outline: none
}

.giftcode-body .action[data-v-59aacd9e] {
    width: 100%;
    height: 56px;
    border-radius: 16px;
    font-weight: 800;
    letter-spacing: .3px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    border: none;
    color: #4b2e00
}

.gift-error[data-v-59aacd9e] {
    color: #ff4d4f;
    font-size: 12px
}

.flex-list[data-v-59aacd9e] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center
}

.gift-rewards[data-v-59aacd9e] {
    width: 100%;
    max-width: 420px;
    margin: 18px auto 0
}

.gift-rewards .reward[data-v-59aacd9e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border-radius: 12px;
    background: #ffffff1f;
    min-width: 92px
}

.gift-rewards .reward img[data-v-59aacd9e] {
    width: 44px;
    height: 44px
}

.gift-rewards .reward .amt[data-v-59aacd9e] {
    color: #ffc700;
    font-weight: 800;
    margin-top: 4px
}

.gift-actions[data-v-59aacd9e] {
    margin-top: 14px
}

.action.gotit[data-v-59aacd9e] {
    width: 78%;
    margin: 0 auto;
    height: 50px;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .9);
    color: #fff
}

.gift-box[data-v-59aacd9e] {
    align-items: center;
    gap: 12px
}

.box-stage[data-v-59aacd9e] {
    position: relative;
    width: 140px;
    height: 140px;
    display: grid;
    place-items: center
}

.gift-box .box[data-v-59aacd9e] {
    font-size: 96px;
    animation: wobble-59aacd9e 1s ease-in-out infinite;
    position: relative;
    z-index: 2
}

.box-glow[data-v-59aacd9e] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: radial-gradient(circle, #fff9, #fff0 60%);
    filter: blur(10px);
    opacity: 0;
    animation: flash-59aacd9e .54s ease-out forwards .2s;
    z-index: 1
}

.particles[data-v-59aacd9e] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.particles i[data-v-59aacd9e] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffd84d;
    transform-origin: 0 0;
    opacity: 0;
    animation: spark-59aacd9e .7s ease-out forwards;
    animation-delay: calc(var(--i) * 20ms)
}

.particles i[data-v-59aacd9e]:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    opacity: .6
}

@keyframes flash-59aacd9e {
    0% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes spark-59aacd9e {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.6) rotate(var(--angle))
    }
    10% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(var(--angle)) translate(80px) scale(.4)
    }
}

.gift-box .hint[data-v-59aacd9e] {
    opacity: .9
}

@keyframes wobble-59aacd9e {
    0%,
    to {
        transform: rotate(0)
    }
    25% {
        transform: rotate(4deg)
    }
    75% {
        transform: rotate(-4deg)
    }
}

.pop-in[data-v-59aacd9e] {
    animation: popIn-59aacd9e .28s cubic-bezier(.2, .8, .2, 1) both
}

@keyframes popIn-59aacd9e {
    0% {
        transform: scale(.92);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 1
    }
}

.action.ghost[data-v-59aacd9e] {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .6);
    color: #fff
}

.close[data-v-59aacd9e] {
    position: absolute;
    right: -6px;
    top: -12px;
    width: 24px;
    height: 24px
}

.community-cta[data-v-59aacd9e] {
    margin-top: 16px;
    text-align: center
}

.community-cta .desc[data-v-59aacd9e] {
    font-size: 12px;
    color: #ffffffeb
}

.community-cta a[data-v-59aacd9e] {
    color: #ffd84d;
    text-decoration: underline;
    cursor: pointer
}

.findo-inline[data-v-45daa4f0] {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 180px
}

.body[data-v-45daa4f0] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.footer[data-v-45daa4f0] {
    flex: 0 0 auto
}

.title[data-v-45daa4f0] {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700
}

.desc[data-v-45daa4f0] {
    margin: 0 0 6px;
    font-size: 14px;
    opacity: .9
}

.list[data-v-45daa4f0] {
    margin: 0 12px 10px;
    padding-left: 20px;
    text-align: left
}

.list li[data-v-45daa4f0] {
    margin: 4px 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px
}

.asset-icon[data-v-45daa4f0] {
    width: 20px;
    height: 20px
}

.action[data-v-45daa4f0] {
    width: 86%;
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #4b2e00;
    border: none;
    font-weight: 800
}

.check[data-v-45daa4f0] {
    background: linear-gradient(180deg, #ffd84d, #f90)
}

.invite-inline[data-v-5f71491d] {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 180px
}

.body[data-v-5f71491d] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.footer[data-v-5f71491d] {
    flex: 0 0 auto
}

.title[data-v-5f71491d] {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700
}

.title-icon[data-v-5f71491d] {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    margin-right: 6px
}

.desc[data-v-5f71491d] {
    margin: 0 0 6px;
    font-size: 14px;
    opacity: .9
}

.badge[data-v-5f71491d] {
    margin-left: 8px;
    font-weight: 800;
    color: #ffd84d
}

.mini-icon[data-v-5f71491d] {
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 3px
}

.copy-wrap[data-v-5f71491d] {
    margin: 4px 0 2px
}

.copy-link[data-v-5f71491d] {
    color: #ffd84d;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer
}

.asset-icon[data-v-5f71491d] {
    width: 20px;
    height: 20px;
    margin-left: 6px
}

.action[data-v-5f71491d] {
    width: 86%;
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #4b2e00;
    border: none;
    font-weight: 800
}

.nospin-body[data-v-537c4c6e] {
    position: relative;
    width: 100%;
    padding-bottom: 24px
}

.head[data-v-537c4c6e] {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 88px
}

.head-icon[data-v-537c4c6e] {
    width: 32px;
    height: 32px
}

.head-text[data-v-537c4c6e] {
    flex: 0 1 auto;
    text-align: center
}

.head-text .title[data-v-537c4c6e] {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 4px
}

.head-text .desc[data-v-537c4c6e] {
    font-size: 14px;
    opacity: .9
}

.action[data-v-537c4c6e] {
    margin-top: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    border: none;
    border-radius: 8px;
    color: #4b2e00
}

.action.ghost[data-v-537c4c6e] {
    background: #ffffff1f;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff
}

.nospin-actions[data-v-537c4c6e] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 6px
}

.primary[data-v-537c4c6e] {
    margin-top: 8px;
    width: 100%
}

.primary-btn[data-v-537c4c6e] {
    width: 86%;
    height: 50px;
    border-radius: 999px
}

.scroller[data-v-537c4c6e] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 6px 8px;
    scroll-snap-type: x mandatory
}

.scroller[data-v-537c4c6e]::-webkit-scrollbar {
    display: none
}

.scroller .card[data-v-537c4c6e] {
    flex: 0 0 88%;
    scroll-snap-align: start;
    background: #ffffff1f;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 16px;
    box-shadow: 0 12px 24px #00000040;
    padding: 12px;
    box-sizing: border-box
}

.scroller.single[data-v-537c4c6e] {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden
}

.scroller.single .card[data-v-537c4c6e] {
    flex-basis: 92%;
    margin: 0 auto
}

.divider[data-v-537c4c6e] {
    width: 86%;
    height: 1px;
    background: #fff3;
    margin: 12px auto
}

.secondary[data-v-537c4c6e] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px
}

.secondary-hint[data-v-537c4c6e] {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffffe6;
    margin-bottom: 4px
}

.secondary-btn[data-v-537c4c6e] {
    min-width: 140px;
    height: 44px;
    border-radius: 999px;
    padding: 0 14px
}

.invite-cta[data-v-537c4c6e] {
    width: 100%;
    margin-top: 12px
}

.invite-card[data-v-537c4c6e] {
    width: 100%;
    border-radius: 16px;
    background: #ffffff1f;
    padding: 12px;
    box-sizing: border-box
}

.invite-card .line[data-v-537c4c6e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px
}

.invite-card .invite.action[data-v-537c4c6e] {
    width: 78%;
    height: 50px;
    border-radius: 999px;
    margin: 0 auto
}

.mini-icon[data-v-537c4c6e] {
    width: 20px;
    height: 20px
}

.close[data-v-537c4c6e] {
    position: absolute;
    right: -6px;
    top: -12px;
    width: 24px;
    height: 24px
}

.popup-mask[data-v-6e8a12a5] {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.popup-main.giftcode[data-v-6e8a12a5] {
    background: linear-gradient(180deg, #8f00ff, #560099);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 24px;
    width: min(560px, 92vw);
    padding: 24px 12px 14px;
    box-shadow: 0 20px 60px #00000059;
    position: relative
}

.popup-mask.sheet[data-v-6e8a12a5] {
    align-items: flex-end
}

.popup-main[data-v-6e8a12a5] {
    position: relative;
    box-sizing: border-box;
    width: min(420px, 92vw);
    min-height: 220px;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.popup-main.check[data-v-6e8a12a5],
.popup-main.giftcode[data-v-6e8a12a5],
.popup-main.nospin[data-v-6e8a12a5] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(180deg, #8f00ff, #560099);
    border: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
    animation: slideUp-6e8a12a5 .24s ease-out
}

.popup-main.check.closing[data-v-6e8a12a5],
.popup-main.giftcode.closing[data-v-6e8a12a5],
.popup-main.nospin.closing[data-v-6e8a12a5] {
    animation: slideDown-6e8a12a5 .22s ease-in forwards
}

.sheet-drag[data-v-6e8a12a5] {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 8px;
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: #ffffff80
}

@keyframes slideUp-6e8a12a5 {
    0% {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes slideDown-6e8a12a5 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(100%)
    }
}

.popup-main.check .check-banner[data-v-6e8a12a5] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 14px;
    background: #ffffff26;
    font-weight: 700;
    text-align: left
}

.popup-main.check .check-banner.error[data-v-6e8a12a5] {
    background: #f73333
}

.popup-main.check .check-banner.info[data-v-6e8a12a5] {
    background: #ffffff26
}

.popup-main.check .check-title[data-v-6e8a12a5] {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 800
}

.popup-main.check .check-head[data-v-6e8a12a5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%
}

.popup-main.check .check-head .avatar[data-v-6e8a12a5] {
    width: 56px;
    height: 56px;
    border-radius: 12px
}

.popup-main.check .check-head .desc[data-v-6e8a12a5] {
    font-size: 14px;
    opacity: .9;
    text-align: left;
    margin-top: 8px;
    flex: 1 1 0%;
    margin-left: 10px
}

.popup-main.check .check-card[data-v-6e8a12a5] {
    width: 100%;
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    background: #ffffff1f
}

.popup-main.check .row[data-v-6e8a12a5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700
}

.popup-main.check .row[data-v-6e8a12a5]:not(:last-child) {
    margin-bottom: 8px
}

.popup-main.check .row.totalcost .v[data-v-6e8a12a5] {
    color: #ffc700;
    font-weight: 700;
    font-size: 18px
}

.popup-main.check .row.fee .k[data-v-6e8a12a5] {
    position: relative
}

.popup-main.check .row.fee .q[data-v-6e8a12a5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    border-radius: 50%;
    background: #ffffff40;
    color: #fff;
    font-size: 12px
}

.popup-main.check .row.fee .tooltip[data-v-6e8a12a5] {
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 1;
    max-width: 260px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #000000d9;
    font-size: 12px;
    line-height: 1.3
}

.popup-main.check .tip[data-v-6e8a12a5] {
    width: 100%;
    margin-top: 12px;
    font-size: 12px;
    opacity: .9;
    text-align: left
}

.popup-main.check .group[data-v-6e8a12a5] {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-top: 16px;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px
}

.popup-main.check .group .btn[data-v-6e8a12a5] {
    flex: 1 1 0%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: #ffffff1f;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 12px
}

.popup-main.check .group .btn.action[data-v-6e8a12a5] {
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #4b2e00;
    margin-top: 0
}

.popup-main .icon[data-v-6e8a12a5] {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto 8px
}

.popup-main .sub[data-v-6e8a12a5] {
    opacity: .9;
    margin: 6px 0
}

.popup-main .action[data-v-6e8a12a5] {
    margin-top: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    border: none;
    border-radius: 8px;
    color: #4b2e00
}

.popup-main .close[data-v-6e8a12a5] {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.fallback[data-v-6e8a12a5] {
    padding: 24px 8px
}

.popup-main.welcome[data-v-6e8a12a5],
.popup-main.findo[data-v-6e8a12a5],
.popup-main.withdrawn[data-v-6e8a12a5] {
    background: linear-gradient(180deg, #8f00ff, #560099);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 24px;
    width: min(560px, 92vw);
    padding: 24px 12px 14px;
    box-shadow: 0 20px 60px #00000059;
    position: relative
}

.popup-main.welcome[data-v-6e8a12a5]:before,
.popup-main.findo[data-v-6e8a12a5]:before,
.popup-main.withdrawn[data-v-6e8a12a5]:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 120px;
    border-radius: 24px 24px 0 0;
    background: radial-gradient(120% 70% at 50% 0%, #ffffff2e, #fff0 60%);
    pointer-events: none
}

.popup-main.welcome p[data-v-6e8a12a5],
.popup-main.findo p[data-v-6e8a12a5],
.popup-main.withdrawn p[data-v-6e8a12a5] {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%
}

.popup-main.welcome p>span[data-v-6e8a12a5],
.popup-main.findo p>span[data-v-6e8a12a5],
.popup-main.withdrawn p>span[data-v-6e8a12a5] {
    color: #ffc700
}

.popup-main.welcome .sub[data-v-6e8a12a5],
.popup-main.findo .sub[data-v-6e8a12a5],
.popup-main.withdrawn .sub[data-v-6e8a12a5] {
    color: #fff;
    font-size: 16px;
    line-height: 140%
}

.popup-main.welcome .sub>span[data-v-6e8a12a5],
.popup-main.findo .sub>span[data-v-6e8a12a5],
.popup-main.withdrawn .sub>span[data-v-6e8a12a5] {
    color: #ffc700;
    font-size: 30px;
    font-weight: 700
}

.popup-main.welcome .welcome-title[data-v-6e8a12a5],
.popup-main.findo .welcome-title[data-v-6e8a12a5] {
    margin: 6px 0 8px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .2px
}

.popup-main.welcome .welcome-desc[data-v-6e8a12a5],
.popup-main.findo .welcome-desc[data-v-6e8a12a5] {
    margin: 0 12px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #ccc
}

.popup-main.welcome .welcome-user[data-v-6e8a12a5],
.popup-main.findo .welcome-user[data-v-6e8a12a5] {
    color: #fff;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    opacity: 1
}

.popup-main.welcome .welcome-mid[data-v-6e8a12a5],
.popup-main.findo .welcome-mid[data-v-6e8a12a5] {
    width: 76px;
    height: 76px;
    margin: 6px 0 0
}

.popup-main.welcome .welcome-amount[data-v-6e8a12a5],
.popup-main.findo .welcome-amount[data-v-6e8a12a5] {
    margin: 8px 0 6px;
    font-size: 40px;
    font-weight: 800
}

.popup-main.welcome .welcome-cta[data-v-6e8a12a5],
.popup-main.findo .welcome-cta[data-v-6e8a12a5] {
    margin-top: 14px
}

.popup-main.welcome .close[data-v-6e8a12a5],
.popup-main.findo .close[data-v-6e8a12a5] {
    left: 16px;
    right: auto;
    top: 16px;
    width: 18px;
    height: 18px;
    padding: 6px;
    border-radius: 50%;
    background: #0000004d;
    border: 1px solid rgba(255, 255, 255, .25)
}

.popup-main.welcome .action[data-v-6e8a12a5],
.popup-main.findo .action[data-v-6e8a12a5],
.popup-main.withdrawn .action[data-v-6e8a12a5],
.popup-main.findo .action_check[data-v-6e8a12a5] {
    width: calc(100% - 40px);
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .5px;
    border-radius: 18px;
    box-shadow: 0 8px #00000026, 0 12px 24px #00000040
}

.popup-main.gems[data-v-6e8a12a5] {
    background: linear-gradient(180deg, #8f00ffb3, #560099b3);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 24px;
    width: min(560px, 92vw);
    padding: 24px 12px 14px;
    box-shadow: 0 20px 60px #00000059;
    position: relative;
    min-height: 240px;
    display: flex;
    flex-direction: column
}

.popup-main.gems .action.claim[data-v-6e8a12a5] {
    width: 220px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .2px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffd84d, #f90);
    color: #4b2e00;
    box-shadow: 0 8px 18px #ff990059;
    margin-top: auto;
    margin-bottom: 8px
}

.gems-line[data-v-6e8a12a5] {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    text-align: center;
    margin-bottom: 2px
}

.gems-plus[data-v-6e8a12a5] {
    color: #ffc700;
    font-size: 44px;
    font-weight: 900
}

.gems-body[data-v-6e8a12a5] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.mini-icon[data-v-6e8a12a5] {
    width: 20px;
    height: 20px;
    vertical-align: -3px;
    margin: 0 4px
}

.big-icon[data-v-6e8a12a5] {
    width: 48px;
    height: 48px
}

.explain[data-v-6e8a12a5] {
    margin-top: 4px;
    margin-bottom: 8px
}

.popup-main.findo[data-v-6e8a12a5] {
    padding-top: 60px
}

.findo-list[data-v-6e8a12a5] {
    margin: 0 12px 6px;
    padding-left: 20px;
    text-align: left
}

.findo-list li[data-v-6e8a12a5] {
    margin: 4px 0;
    font-size: 16px;
    font-weight: 600
}

.findo-list li .asset-icon[data-v-6e8a12a5] {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.toast-root[data-v-9f61dc69] {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .19);
    background: #00000080;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    z-index: 10001;
    min-width: 50%;
    width: max-content;
    max-width: 80%
}

.vue-app-placeholder[data-v-2a49eaf0] {
    position: fixed;
    left: 12px;
    bottom: 12px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #1976d2cc;
    color: #fff;
    font-size: 12px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 9999
}

body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
select,
button,
textarea,
table,
th,
td,
a,
span,
canvas {
    margin: 0;
    padding: 0;
    background: no-repeat center / contain;
    cursor: default;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none
}

ul,
ol {
    list-style: none
}

img {
    border: none
}

a {
    outline: none;
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

button {
    cursor: pointer;
    outline: none !important
}

button:active {
    background-color: transparent !important
}

button[disabled] {
    opacity: .9;
    cursor: not-allowed
}

input {
    outline: none
}

.none {
    display: none !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.withdrawal-UPI,
.withdrawal-IMPS {
    display: none
}

.radio-container {
    display: flex;
    margin: 10px 0;
    flex-direction: column;
    gap: 8px
}

.radio-wrapper {
    display: flex !important;
    align-items: center;
    font-size: 12px;
    color: #ffffff4d;
    cursor: pointer
}

.radio-wrapper input[type=radio] {
    display: none
}

.custom-radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #644482;
    margin-right: 10px;
    box-sizing: border-box;
    background: #4a256c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease
}

.radio-wrapper input[type=radio]:checked+.custom-radio {
    background-color: #48d131;
    border: none
}

.radio-wrapper input[type=radio]:checked+.custom-radio:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%
}

html,
body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none
}

body {
    display: block;
    height: 100vh;
    margin: auto;
    max-width: 750px;
    min-width: 320px;
    font-size: 12px;
    font-family: Inter, Microsoft Yahei, Arial, sans-serif;
    background: radial-gradient(99.05% 46.46% at 50.13% 44.03%, #7600eb, #2b0550)
}

body>video {
    position: fixed;
    top: 47%;
    left: 50%;
    min-width: 100%;
    height: auto;
    width: 410px;
    transform: translate(-50%, -50%);
    z-index: -2
}

body>.tipBox {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%);
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .19);
    background: #00000080;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    z-index: 1002;
    min-width: 50%;
    width: max-content;
    max-width: 80%
}

body>.loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0
}

body>.loading .inner {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .19);
    background: #00000080;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}

body>.loading .inner>img {
    width: 43px;
    height: 43px;
    -o-animation: init 1s linear infinite;
    -ms-animation: init 1s linear infinite;
    -moz-animation: init 1s linear infinite;
    -webkit-animation: init 1s linear infinite;
    animation: init 1s linear infinite
}

body>.loading .inner>span {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize
}

body>.tguser {
    position: absolute;
    left: 10px;
    bottom: 20px;
    padding: 12px 0 0 4px;
    color: #fff;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    opacity: .4;
    text-align: left;
    z-index: 12
}

.fixed-fly-area {
    position: absolute;
    pointer-events: none;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    z-index: 9
}

.fixed-fly-area>img {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2
}

#__vconsole {
    display: none
}

#wrap {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    display: flex;
    flex-direction: column
}

#wrap .my-info {
    position: fixed;
    z-index: 101;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #332f2f5c
}

#wrap .main-work {
    pointer-events: none;
    box-sizing: border-box;
    z-index: 3;
    position: fixed;
    padding: 0 8px;
    max-width: 640px;
    top: 140px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

#wrap .main-work .work-left,
#wrap .main-work .work-right {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center
}

#wrap .main-work .work-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 71px;
    cursor: pointer;
    background-color: #cccccc7c;
    border-radius: 10px;
    position: relative
}

#wrap .main-work .work-item>img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    transform: translateY(5px)
}

#wrap .main-work .work-item.hotgirl .red-dot {
    display: block;
    margin-top: 8px;
    margin-right: -2px
}

#wrap .main-work .work-item.hotgirl>img {
    margin-top: -10px;
    height: 60px
}

#wrap .main-work .work-item>.btn {
    display: flex;
    width: 52px;
    padding: 3px 0;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: #c00cffe6;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    box-shadow: #ffffff26 0 -1px inset
}

#wrap .main-work .work-item .red-dot {
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -4px;
    right: -4px;
    background-color: #ff3b30;
    border: 1px solid white;
    box-shadow: 0 0 0 1px #0000001a;
    animation: pulse 1.5s infinite cubic-bezier(.4, 0, .6, 1)
}

@media (prefers-color-scheme: dark) {
    #wrap .main-work .work-item .red-dot3 {
        background-color: #ff453a
    }
}

#wrap .main-work .countdown,
#wrap .main-work #taskIcon,
#wrap .main-work .treasure {
    display: none;
    cursor: pointer
}

#wrap .main-work .countdown .gift,
#wrap .main-work #taskIcon .gift,
#wrap .main-work .treasure .gift {
    cursor: pointer;
    margin-bottom: -12px
}

#wrap .main-work .countdown .gift>img,
#wrap .main-work #taskIcon .gift>img,
#wrap .main-work .treasure .gift>img {
    width: 50px;
    height: 50px
}

#wrap .main-work .countdown .gift>img.running,
#wrap .main-work #taskIcon .gift>img.running,
#wrap .main-work .treasure .gift>img.running {
    -o-animation: shake .8s linear both;
    -ms-animation: shake .8s linear both;
    -moz-animation: shake .8s linear both;
    -webkit-animation: shake .8s linear both;
    animation: shake .8s linear both
}

#wrap .main-work .countdown>.spin,
#wrap .main-work #taskIcon>.spin,
#wrap .main-work .treasure>.spin {
    width: 50px;
    padding: 3px 0;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: #c00cffe6;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-wrap: nowrap;
    cursor: pointer;
    box-shadow: #ffffff26 0 -1px inset
}

#wrap .main-work .countdown>.spin {
    background: #00000080;
    bottom: -18px;
    width: 52px
}

#wrap .main-work #taskIcon>img {
    position: absolute;
    width: 56px;
    height: 56px;
    z-index: -1;
    left: -6px;
    top: -4px
}

#wrap .main-work #taskIcon>img.running {
    -o-animation: init 9s linear infinite;
    -ms-animation: init 9s linear infinite;
    -moz-animation: init 9s linear infinite;
    -webkit-animation: init 9s linear infinite;
    animation: init 9s linear infinite
}

#wrap .main-work .treasure {
    display: flex
}

#wrap .main-work .treasure>span.red-dot2 {
    position: absolute;
    top: 4px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff3b30;
    border: 1px solid white;
    box-shadow: 0 0 0 1px #0000001a;
    animation: pulse 1.5s infinite cubic-bezier(.4, 0, .6, 1)
}

#wrap .main-work .treasure .badge-hot {
    position: absolute;
    top: -4px;
    right: -16px;
    z-index: 10;
    background: linear-gradient(90deg, #ff9100, #ff3d00);
    color: #fff;
    font-family: Inter;
    font-size: 9px;
    font-weight: 900;
    padding: 0 7px 0 5px;
    border-radius: 8px 8px 8px 0;
    box-shadow: 0 2px 8px #ff9100, 0 0 0 2px #fff7c2;
    letter-spacing: .5px;
    text-shadow: 0 1px 2px #b86d00, 0 0 2px #fff;
    border: 1.5px solid #fff7c2;
    min-width: 24px;
    text-align: center;
    animation: badge-pop 1.2s infinite alternate
}

@keyframes badge-pop {
    0% {
        transform: scale(1)
    }
    60% {
        transform: scale(1.12) rotate(-6deg)
    }
    to {
        transform: scale(1) rotate(0)
    }
}

#wrap ul#header>li:nth-child(2),
#wrap ul#header>li:nth-child(3),
#wrap ul#header>li:nth-child(4) {
    position: relative
}

#wrap ul#header>li:nth-child(2)>span.red-dot1,
#wrap ul#header>li:nth-child(3)>span.red-dot1,
#wrap ul#header>li:nth-child(4)>span.red-dot1,
#wrap ul#header>li:nth-child(2)>span.red-dot2,
#wrap ul#header>li:nth-child(3)>span.red-dot2,
#wrap ul#header>li:nth-child(4)>span.red-dot2,
#wrap ul#header>li:nth-child(2)>span.red-dot3,
#wrap ul#header>li:nth-child(3)>span.red-dot3,
#wrap ul#header>li:nth-child(4)>span.red-dot3 {
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -8px;
    margin-right: -8px;
    background-color: #ff3b30;
    border: 1px solid white;
    box-shadow: 0 0 0 1px #0000001a;
    animation: pulse 1.5s infinite cubic-bezier(.4, 0, .6, 1)
}

@media (prefers-color-scheme: dark) {
    #wrap ul#header>li:nth-child(2) .red-dot3,
    #wrap ul#header>li:nth-child(3) .red-dot3,
    #wrap ul#header>li:nth-child(4) .red-dot3 {
        background-color: #ff453a
    }
}

@keyframes pulse {
    0%,
    to {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(1.2);
        opacity: .8
    }
}

#wrap ul#header>li:nth-child(2)>span.red-dot1,
#wrap ul#header>li:nth-child(3)>span.red-dot1,
#wrap ul#header>li:nth-child(4)>span.red-dot1 {
    top: 8px;
    right: 12px
}

#wrap ul#header>li:nth-child(2)>span.red-dot2,
#wrap ul#header>li:nth-child(3)>span.red-dot2,
#wrap ul#header>li:nth-child(4)>span.red-dot2 {
    top: 10px;
    right: 20px
}

#wrap ul#header>li:nth-child(2)>span.red-dot3,
#wrap ul#header>li:nth-child(3)>span.red-dot3,
#wrap ul#header>li:nth-child(4)>span.red-dot3 {
    top: 10px;
    right: 20px
}

#wrap ul#header>li:nth-child(4)>.btn {
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

#wrap .rotate {
    position: relative;
    width: 100%;
    margin-bottom: 80px
}

#wrap .rotate .lunpai {
    position: relative;
    left: 50%;
    top: 0;
    width: 334px;
    height: 334px;
    margin-left: -167px;
    overflow: hidden;
    z-index: 2;
    background-image: url(../image/circle.webp)
}

#wrap .rotate .lunpai .prize {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    margin: 20px 0 0 20px;
    width: 294px;
    height: 294px;
    border-radius: 50%;
    background-image: url(../image/bg.png)
}

#wrap .rotate .lunpai .prize.running {
    -o-animation: init 90s linear infinite;
    -ms-animation: init 90s linear infinite;
    -moz-animation: init 90s linear infinite;
    -webkit-animation: init 90s linear infinite;
    animation: init 90s linear infinite
}

#wrap .rotate .lunpai .prize li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 147px;
    background: no-repeat center 38%;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -moz-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    background-image: url(../image/icon-gold.png);
    background-size: 42px 42px
}

#wrap .rotate .lunpai .prize li:nth-child(1) {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0)
}

#wrap .rotate .lunpai .prize li:nth-child(2) {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#wrap .rotate .lunpai .prize li:nth-child(3) {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#wrap .rotate .lunpai .prize li:nth-child(4) {
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#wrap .rotate .lunpai .prize li:nth-child(5) {
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#wrap .rotate .lunpai .prize li:nth-child(6) {
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

#wrap .rotate .lunpai .prize li:nth-child(7) {
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

#wrap .rotate .lunpai .prize li:nth-child(8) {
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

#wrap .rotate .lunpai .prize li p {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 50%;
    height: 60%;
    padding-top: 12px;
    text-align: center;
    line-height: 25px
}

#wrap .rotate .lunpai .spin-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 160px;
    height: 48px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    color: #fff;
    font: 700 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, PingFang SC;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 30%, #424242, #141414 70%);
    box-shadow: inset 0 4px 10px #fff3, inset 0 -4px 10px #0009, 0 6px 14px #0009;
    transition: width .35s cubic-bezier(.2, .7, 0, 1), height .35s cubic-bezier(.2, .7, 0, 1), border-radius .35s cubic-bezier(.2, .7, 0, 1), transform .2s ease;
    overflow: hidden
}

#wrap .rotate .lunpai .spin-btn .times {
    display: flex;
    align-items: center;
    gap: 4px
}

#wrap .rotate .lunpai .spin-btn .times img {
    height: 28px;
    width: 28px
}

#wrap .rotate .lunpai .spin-btn .lottery-gems {
    display: flex;
    align-items: center;
    gap: 4px
}

#wrap .rotate .lunpai .spin-btn .lottery-gems img {
    height: 28px;
    width: 28px
}

#wrap .rotate .lunpai .spin-btn .label {
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .6)
}

#wrap .rotate .lunpai .spin-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    padding: 3px;
    background: conic-gradient(#ff00de, #00f0ff, #ffea00, #ff00de);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1
}

#wrap .rotate .lunpai .spin-btn.is-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: visible
}

#wrap .rotate .lunpai .spin-btn.is-circle .label {
    display: none
}

#wrap .rotate .lunpai .spin-btn.is-circle:before {
    border-radius: 50%
}

#wrap .rotate .lunpai .spin-btn.is-circle:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #ff51e1;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .35));
    z-index: 3
}

#wrap .rotate .lunpai .spin-btn.is-circle .inner-notch {
    position: absolute;
    left: 50%;
    top: -9px;
    transform: translate(-50%);
    width: 0;
    height: 0;
    z-index: 4;
    pointer-events: none;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #141414
}

#wrap .rotate .lunpai .spin-btn.rebound {
    animation: rebound .28s cubic-bezier(.2, 1.25, .3, 1)
}

@keyframes rebound {
    0% {
        transform: scale(.9)
    }
    60% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

#wrap .rotate .lunpai #lottery1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 99px;
    margin-top: -50px;
    margin-left: -40px;
    border: none
}

#wrap .rotate .lunpai #lottery1>span {
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .29);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -.3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#wrap .rotate .lunpai #lottery1>i {
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .29);
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.3px;
    opacity: .6;
    position: absolute;
    left: 50%;
    top: 72%;
    transform: translate(-50%, -50%)
}

#wrap .rotate .lunpai .mark {
    position: absolute;
    left: 50%;
    top: -7px;
    width: 16px;
    height: 41px;
    transform: translate(-50%);
    background-image: url(../image/mark.png)
}

#wrap .rotate .ring {
    position: absolute;
    left: 50%;
    top: -33px;
    width: 400px;
    height: 400px;
    margin-left: -200px;
    z-index: -1;
    background-image: url(../image/turn.png)
}

#wrap .rotate .ring.running {
    -o-animation: init 90s linear infinite;
    -ms-animation: init 90s linear infinite;
    -moz-animation: init 90s linear infinite;
    -webkit-animation: init 90s linear infinite;
    animation: init 90s linear infinite
}

#wrap .rotate .skip-checkbox {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: -8px;
    padding: 2px 4px 2px 2px;
    align-items: center;
    gap: 2px;
    border-radius: 5px;
    background: #00000080;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 3
}

#wrap .rotate .skip-checkbox span.text {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    opacity: .5
}

#wrap .rotate .skip-checkbox input {
    visibility: hidden;
    position: absolute
}

#wrap .rotate .skip-checkbox .checkmark {
    height: 14px;
    width: 14px;
    background-color: #eee;
    display: inline-block;
    position: relative;
    border-radius: 4px
}

#wrap .rotate .skip-checkbox input:checked+.checkmark {
    background-color: #9b00fb
}

#wrap .rotate .skip-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#wrap .rotate .skip-checkbox input:checked+.checkmark:after {
    display: block;
    left: 4px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

#wrap #danmubox {
    display: none;
    position: relative;
    width: 100%;
    height: 30px;
    margin: 2px 0;
    overflow: hidden
}

#wrap #danmubox .danmu-item {
    position: absolute;
    width: fit-content;
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #00000080;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 0 8px;
    border-radius: 12px;
    left: 100%;
    cursor: pointer;
    transition: box-shadow .3s ease;
    box-sizing: border-box
}

#wrap #danmubox .danmu-item .content {
    color: #fff;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    gap: 2px
}

#wrap #danmubox .danmu-item .content>img {
    width: 18px;
    height: 18px
}

#wrap #danmubox .danmu-item .content>span {
    color: #ffc700;
    font-size: 12px;
    font-weight: 700
}

#wrap #progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 12px;
    margin-top: 62px
}

#wrap #progress .balance {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px
}

#wrap #progress .balance>img {
    width: 29px;
    height: 29px
}

#wrap #progress .balance>span {
    color: #ffc700;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    letter-spacing: .902px
}

#wrap #progress .balance>i {
    display: none;
    position: absolute;
    right: -50%;
    top: 7px;
    color: #ffc700;
    font-style: normal;
    font-weight: 700px;
    font-weight: 700
}

#wrap #progress .line {
    width: 280px;
    height: 18px;
    flex-shrink: 0;
    background: #ffffff4d;
    border-radius: 9px;
    position: relative
}

#wrap #progress .line .fill {
    width: 0%;
    margin: 1px 0;
    height: 16px;
    flex-shrink: 0;
    background: linear-gradient(270deg, #ffce20 3.2%, #ff844f 99.85%, #fc7f4a 99.85%);
    border-radius: 8px
}

#wrap #progress .line .fill:after {
    display: none;
    content: "";
    height: 16px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    animation: progshow 1s infinite
}

#wrap #progress .line .fill.show:after {
    display: block
}

#wrap #progress p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    line-height: normal;
    font-weight: 700;
    margin-top: 6px
}

#wrap #progress p>span {
    color: #ffc700;
    font-size: 16px
}

#wrap .main-task-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 6px;
    margin: 0 10px 12px;
    scroll-behavior: smooth;
    width: calc(100% - 20px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

#wrap .main-task-list::-webkit-scrollbar {
    display: none
}

#wrap .main-task-list>li {
    flex: 0 0 80%;
    scroll-snap-align: start;
    background: #fff;
    box-shadow: 0 4px 12px #00000014;
    min-width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(180deg, #8f00ff, #560099);
    padding: 6px
}

#wrap .main-task-list>li>.l {
    display: flex;
    align-items: center;
    gap: 8px
}

#wrap .main-task-list>li>.l>img {
    width: 32px;
    height: 32px
}

#wrap .main-task-list>li>.l>span {
    color: #fff;
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

#wrap .main-task-list>li>.r {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 6px
}

#wrap .main-task-list>li>.r>.btn:nth-child(1) {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#wrap .main-task-list>li>.r>.btn:nth-child(1)>img {
    width: 20px;
    height: 20px
}

#wrap .main-task-list>li>.r>.btn:nth-child(1).disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#wrap .main-task-list>li>.r>.btn:nth-child(1).disabled.empty {
    background: none
}

#wrap .main-task-list>li>.r>.btn:nth-child(1).disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#wrap .main-task-list>li>.r>.btn:nth-child(1).cooldown {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e);
    pointer-events: none
}

#wrap .main-task-list>li>.r>.btn:nth-child(2) {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #36e185, #00a639);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px
}

#wrap .main-task-list>li>.r>.btn:nth-child(2)>img {
    width: 20px;
    height: 20px
}

#wrap .main-task-list>li>.r>.btn:nth-child(2).disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#wrap .main-task-list>li>.r>.btn:nth-child(2).disabled.empty {
    background: none
}

#wrap .main-task-list>li>.r>.btn:nth-child(2).disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#wrap .main-task-list>li>.r>img {
    width: 20px;
    height: 20px
}

#wrap .main-task-list>li>.r>span {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#wrap .main-task-list>li>.r.row {
    flex-direction: row;
    margin-right: 6px;
    gap: 0
}

#wrap .main-task-list>li>.extend-full {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%
}

#wrap .main-task-list>li>.extend-full .task-adsgram {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    color: #fff;
    font-style: normal;
    font-family: Inter;
    width: 100%;
    --adsgram-task-font-size: 18px;
    --adsgram-task-icon-size: 44px;
    --adsgram-task-icon-title-gap: 8px;
    --adsgram-task-icon-border-radius: 10px;
    --adsgram-task-button-width: 78px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go .task__button_go {
    margin-left: auto;
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go .task__button_go.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go .task__button_go.disabled.empty {
    background: none
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go .task__button_go.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward>img {
    width: 20px;
    height: 20px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward.disabled.empty {
    background: none
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim .task__button_go {
    margin-left: auto;
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim .task__button_go.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim .task__button_go.disabled.empty {
    background: none
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim .task__button_go.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #36e185, #00a639);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward>img {
    width: 20px;
    height: 20px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward.disabled.empty {
    background: none
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done .task__button_go {
    margin-left: auto;
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done .task__button_go.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done .task__button_go.disabled.empty {
    background: none
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done .task__button_go.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward>img {
    width: 20px;
    height: 20px
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward.disabled.empty {
    background: none
}

#wrap .main-task-list>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#wrap .main-banner {
    width: calc(100% - 20px);
    max-height: 60px;
    overflow: scroll;
    margin: 0 auto
}

#wrap .main-banner .hotgirl-banner {
    margin: 0 auto
}

#wrap .main-banner .hotgirl-banner>img {
    width: 100%;
    margin: 0 auto
}

#wrap .main-banner .push-ad-container {
    position: relative;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

#wrap .main-banner .push-ad-container .close-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
    background: #0000004d;
    border-radius: 50%;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s
}

#wrap .main-banner .push-ad-container .close-btn:hover {
    background: #00000080
}

@media (max-height: 740px) {
    #wrap .main-banner {
        display: none
    }
}

#popup {
    z-index: 8;
    padding-top: 44px;
    justify-content: center;
    align-items: center
}

#popup.unset {
    display: unset !important;
    padding: 44px 0 0
}

#popup>.main {
    position: relative;
    display: flex;
    width: 98%;
    padding: 5px 20px 20px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(180deg, #8f00ff, #560099)
}

#popup>.main.getdiamond {
    background: transparent;
    border: none;
    animation: zoomOut .8s 1s forwards
}

#popup>.main.leaveLuckyBox {
    padding-top: 16px
}

#popup>.main.leaveLuckyBox .text {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

#popup>.main.leaveLuckyBox .text.hl {
    color: #ffc700
}

#popup>.main.leaveLuckyBox .packetWrap-tips {
    margin-top: 20px;
    color: #fff;
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 100%
}

#popup>.main.leaveLuckyBox .packetWrap-tips span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/icon_notice.svg) no-repeat;
    background-size: 100%;
    vertical-align: text-bottom;
    margin-right: 3px
}

#popup>.main.luckybox-record {
    height: 50vh;
    padding: 5px 10px 20px
}

#popup>.main.luckybox-record .luckybox-btn {
    display: flex;
    width: 274px;
    height: 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: var(--Linear, linear-gradient(180deg, #FFC700 0%, #FF8A00 100%));
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize
}

#popup>.main.luckybox-record .luckybox-footer {
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, #58019c00, #58019c 9.37%);
    position: relative;
    top: -4px
}

#popup>.main.luckybox-record .taskDetail-list {
    width: 98%;
    height: calc(100% - 56px);
    overflow-y: auto;
    border-radius: 10px;
    margin: 4px auto
}

#popup>.main.luckybox-record .taskDetail-list .taskDetail-empty {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    text-align: center
}

#popup>.main.luckybox-record .taskDetail-list .taskDetail-empty img {
    width: 58px;
    height: 58px
}

#popup>.main.luckybox-record .taskDetail-list .taskDetail-list-item {
    position: relative;
    display: flex;
    padding: 14px 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch
}

#popup>.main.luckybox-record .taskDetail-list .taskDetail-list-item:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 94%;
    background: #fff3
}

#popup>.main.luckybox-record .taskDetail-list .taskDetail-list-item .taskDetail-list-item-title {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 4px
}

#popup>.main.luckybox-record .taskDetail-list .taskDetail-list-item .taskDetail-list-item-tip {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    opacity: .5
}

#popup>.main.luckybox-record .taskDetail-list .taskDetail-list-item .taskDetail-list-item-right {
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    color: #ffc700
}

#popup>.main.luckybox-record .taskDetail-list .taskDetail-list-item .taskDetail-list-item-right .r {
    color: #fffc;
    font-size: 12px;
    font-weight: 500
}

#popup>.main .double {
    display: flex;
    padding: 30px 0 8px;
    width: 100%;
    height: 100px;
    gap: 38px;
    align-items: center;
    justify-content: center;
    color: #ffc700;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.3px
}

#popup>.main .double>.l,
#popup>.main .double>.r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    height: 100%
}

#popup>.main .double>.l img.before,
#popup>.main .double>.r img.before {
    width: 60px;
    height: 60px
}

#popup>.main .double>.l img.change,
#popup>.main .double>.r img.change {
    width: 36px;
    height: 36px
}

#popup>.main .double>.l img.after,
#popup>.main .double>.r img.after {
    width: 80px;
    height: 60px
}

#popup>.main .double>img {
    width: 36px;
    height: 36px
}

#popup>.main>p {
    color: #fff;
    align-self: stretch;
    text-align: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    line-height: 140%
}

#popup>.main>p>span {
    font-weight: 700;
    color: #ffc700;
    font-size: 30px
}

#popup>.main>p>span.mini {
    font-size: 20px
}

#popup>.main>.sub {
    align-self: stretch;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

#popup>.main>.sub>span {
    font-weight: 700;
    color: #ffc700;
    font-size: 30px
}

#popup>.main>.sub>span.mini {
    font-size: 16px
}

#popup>.main>.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding: 12px
}

#popup>.main>.top img {
    width: 90px;
    height: 90px
}

#popup>.main>.top span {
    color: #ffc700;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.3px
}

#popup>.main>.top>.pre {
    display: flex;
    flex-direction: column
}

#popup>.main>.top>.nextArr {
    width: 36px;
    height: 36px;
    background: url(../image/nextArr.png) no-repeat;
    background-size: 100% 100%
}

#popup>.main>.head {
    position: relative
}

#popup>.main>.head>img {
    width: 140px;
    height: 140px
}

#popup>.main>.head>img:nth-child(1) {
    position: relative;
    z-index: 2
}

#popup>.main>.head>img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: -4px;
    z-index: 1;
    margin-left: -70px
}

#popup>.main>.head>img:nth-child(2).running {
    -o-animation: init 3s linear infinite;
    -ms-animation: init 3s linear infinite;
    -moz-animation: init 3s linear infinite;
    -webkit-animation: init 3s linear infinite;
    animation: init 3s linear infinite
}

#popup>.main>img.icon {
    width: 120px;
    height: 120px
}

#popup>.main>img.close,
#popup>.main>img.cancel {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 12px;
    top: 12px;
    cursor: pointer
}

#popup>.main>.progress {
    display: flex;
    flex-direction: column;
    align-items: center
}

#popup>.main>.progress .balance {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 11px
}

#popup>.main>.progress .balance>img {
    width: 29px;
    height: 29px
}

#popup>.main>.progress .balance>span {
    color: #ffc700;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    letter-spacing: .902px
}

#popup>.main>.progress .balance>i {
    font-style: normal
}

#popup>.main>.progress .line {
    width: 280px;
    height: 11px;
    flex-shrink: 0;
    background: #ffffff4d;
    border-radius: 9px;
    position: relative
}

#popup>.main>.progress .line .fill1,
#popup>.main>.progress .line .fill2 {
    height: 11px;
    flex-shrink: 0;
    background: linear-gradient(270deg, #ffce20 3.2%, #ff844f 99.85%, #fc7f4a 99.85%);
    border-radius: 10px;
    position: absolute
}

#popup>.main>.progress .line .fill1>span,
#popup>.main>.progress .line .fill2>span {
    position: absolute;
    right: 12px;
    bottom: -1px;
    color: #fff;
    font-family: Inter;
    font-size: 10px;
    font-style: italic;
    font-weight: 500;
    line-height: normal
}

#popup>.main>.progress .line .fill2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%
}

#popup>.main>.progress .line .fill1 {
    z-index: 1
}

#popup>.main>.progress .line .fill2 {
    background: linear-gradient(270deg, #fa00ff 3.2%, #f366f6 99.85%)
}

#popup>.main>.progress .line .goal {
    position: absolute;
    right: .5px;
    bottom: 9px;
    color: #ffc700;
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: normal
}

#popup>.main>.progress>p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    line-height: normal;
    margin-top: 11px
}

#popup>.main>.progress>p>span {
    color: #ffc700;
    font-weight: 700
}

#popup>.main>button,
#popup>.main>.gave-up {
    display: flex;
    height: 42px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: #ffffff1f;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 16px
}

#popup>.main>button.action,
#popup>.main button.reward_double {
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    margin-bottom: 8px
}

#popup>.main>.groupBtn {
    display: flex;
    gap: 16px;
    width: 100%
}

#popup>.main>.groupBtn>button,
#popup>.main>.groupBtn>span.cancel {
    display: flex;
    height: 42px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: #ffffff1f;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 16px
}

#popup>.main>.groupBtn>button.notop,
#popup>.main>.groupBtn>span.cancel.notop {
    margin-top: 0
}

#popup>.main>.groupBtn>button.action {
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

#popup>.main>.groupBtn>button.action.notop {
    margin-top: 0
}

#popup>.nospin {
    gap: 12px;
    padding-top: 26px;
    margin-top: 60px
}

#popup>.nospin>.progress>p {
    margin: 16px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700
}

#popup>.nospin>.progress>.balance {
    margin-bottom: 18px
}

#popup>.nospin>.progress>.line {
    height: 18px
}

#popup>.nospin>.progress>.line>.fill1 {
    height: 18px
}

#popup>.nospin>.progress>.line>.fill1:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%
}

#popup>.nospin>.progress>.line>.label {
    position: absolute;
    right: -10px;
    bottom: 20px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #000;
    box-shadow: 0 12px 24px #868c981f, 0 1px 2px #e4e5e73d;
    font-weight: 600;
    font-size: 10px;
    color: #fff
}

#popup>.nospin>.progress>.line>.label>img {
    width: 12px;
    height: 6px;
    position: absolute;
    right: 12px;
    bottom: -5px
}

#popup>.nospin>.groupBtn {
    gap: 8px
}

#popup>.nospin>.groupBtn>button {
    margin: 0;
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

#popup>.nospin>.groupBtn>.link {
    padding: 7px 9px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

#popup>.nospin>.groupBtn>.link>img {
    width: 24px;
    height: 24px
}

#popup>.nospin>.crownWrap {
    position: absolute;
    top: -170px;
    width: 234px;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center
}

#popup>.nospin>.crownWrap>.crown {
    margin-bottom: 14px
}

#popup>.nospin>.crownWrap>.crown>.top {
    width: 112px;
    height: 81px;
    margin: 0 auto;
    background: url(../image/crown.png) no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center
}

#popup>.nospin>.crownWrap>.crown>.top>.pic {
    z-index: -1;
    margin-top: 18px
}

#popup>.nospin>.crownWrap>.crown>.bot {
    width: 119px;
    height: 25px;
    color: #6e2a00;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    background: url(../image/streamer.png) no-repeat;
    background-size: contain;
    line-height: 20px;
    text-wrap: nowrap;
    overflow: hidden;
    margin-top: -8px
}

#popup>.nospin>.crownWrap>p {
    text-align: center;
    text-shadow: 0px 0px 4px rgba(255, 187, 85, .8);
    font-family: Inter;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    background: linear-gradient(90deg, #ffdf37, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#popup>.nospin>img.close {
    top: -196px
}

#popup>.wish {
    gap: 24px;
    padding-top: 26px;
    margin-top: 60px
}

#popup>.wish>.sub {
    align-self: stretch;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-transform: capitalize;
    text-align: left
}

#popup>.wish>.sub>span {
    font-size: 18px;
    color: #ffc700
}

#popup>.wish>.sub>i {
    font-style: normal;
    color: #ff2e00
}

#popup>.wish>img.god {
    position: absolute;
    top: -170px;
    width: 184px;
    z-index: 9
}

#popup>.wish>img.god-circle {
    position: absolute;
    top: -196px;
    width: 234px;
    z-index: 8
}

#popup>.wish>img.god-circle.running {
    -o-animation: init 90s linear infinite;
    -ms-animation: init 90s linear infinite;
    -moz-animation: init 90s linear infinite;
    -webkit-animation: init 90s linear infinite;
    animation: init 90s linear infinite
}

#popup>.wish>.bless {
    position: absolute;
    top: -36px;
    z-index: 9;
    width: 312px;
    height: 54px
}

#popup>.wish>button.action,
#popup>.wish>.gave-up {
    margin: 0;
    cursor: pointer
}

#popup>.shock>p {
    color: #ff2e00
}

#popup>.shock>button {
    margin: 0
}

#popup>.shock>button.action {
    margin: 16px 0 8px
}

#popup .main.taskMobile {
    padding: 24px
}

#popup .main.taskMobile .tm-close {
    width: 24px;
    height: 24px;
    background: url(../image/close.png);
    background-size: 100%;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer
}

#popup .main.taskMobile .task-mobile-number span {
    margin-right: 8px
}

#popup .main.taskMobile .task-mobile-box {
    display: flex;
    align-self: stretch;
    padding: 8px 8px 8px 16px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #ffffff26;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

#popup .main.taskMobile .task-mobile-box .task-mobile-btn {
    padding: 4px 12px;
    border-radius: 10px;
    background: #fff3
}

#popup .main.taskMobile .tm-title {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    text-align: left
}

#popup .main.taskMobile .groupBtn {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: var(--Linear, linear-gradient(180deg, #FFC700 0%, #FF8A00 100%))
}

#popup .main.taskMobile .groupBtn span {
    margin: 0;
    background: transparent;
    border: none;
    padding: 0;
    display: block;
    line-height: 43px
}

#popup .main.taskDetail {
    width: 100vw;
    background: none;
    border: none
}

#popup .main.taskDetail .taskDetail-list {
    width: 98%;
    height: calc(100vh - 150px);
    overflow-y: auto;
    border-radius: 10px;
    background: #ffffff14;
    margin: 16px auto
}

#popup .main.taskDetail .taskDetail-list .taskDetail-empty {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    text-align: center
}

#popup .main.taskDetail .taskDetail-list .taskDetail-empty img {
    width: 58px;
    height: 58px
}

#popup .main.taskDetail .taskDetail-list .taskDetail-list-item {
    position: relative;
    display: flex;
    padding: 14px 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch
}

#popup .main.taskDetail .taskDetail-list .taskDetail-list-item:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 94%;
    background: #fff3
}

#popup .main.taskDetail .taskDetail-list .taskDetail-list-item .taskDetail-list-item-title {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 4px
}

#popup .main.taskDetail .taskDetail-list .taskDetail-list-item .taskDetail-list-item-tip {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    opacity: .5
}

#popup .main.taskDetail .taskDetail-list .taskDetail-list-item .taskDetail-list-item-right {
    color: var(--Color, #15CB00);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    align-items: center
}

#popup .main.taskDetail .taskDetail-list .taskDetail-list-item .taskDetail-list-item-right.r {
    color: #ff3d00
}

#popup .main.taskDetail .taskDetail-list .taskDetail-list-item .taskDetail-list-item-right img {
    display: block;
    width: 20px;
    height: 20px
}

#popup .main.taskDetail .groupBtn {
    display: flex;
    position: fixed;
    bottom: 16px;
    width: 215px;
    height: 35px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: var(--Linear, linear-gradient(185deg, #C00CFF 3.97%, #6500B4 96.33%))
}

#popup .main.taskDetail .groupBtn span {
    margin: 0;
    background: transparent;
    border: none;
    padding: 0;
    height: auto
}

#popup .daily {
    width: 98%
}

#popup .daily .title {
    position: relative;
    width: 100%;
    height: 57px;
    line-height: 57px;
    border-radius: 20px 20px 0 0;
    background: var(--Linear, linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%));
    box-shadow: 0 -2px #00000040 inset, 0 4px 4px #ffffff40 inset;
    color: #fffc;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .28);
    font-family: Inter;
    font-size: 22px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .5px
}

#popup .daily .title>img {
    position: absolute;
    width: 29px;
    height: 54px;
    flex-shrink: 0;
    top: -14px
}

#popup .daily .title>img:nth-child(1) {
    left: 30px
}

#popup .daily .title>img:nth-child(2) {
    right: 30px
}

#popup .daily .title img.close {
    position: absolute;
    right: -4px;
    top: -55px;
    width: 24px;
    height: 24px
}

#popup .daily .wrap {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 20px 20px;
    gap: 16px;
    align-self: stretch;
    background: linear-gradient(180deg, #e4b9ff, #fff)
}

#popup .daily .wrap>ul {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap
}

#popup .daily .wrap>ul>li {
    display: flex;
    width: calc(25% - 8px);
    padding: 8px 0;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    align-self: stretch;
    border-radius: 6px;
    background: #fff
}

#popup .daily .wrap>ul>li>img {
    width: 28px;
    height: 28px
}

#popup .daily .wrap>ul>li>span {
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: .2px
}

#popup .daily .wrap>ul>li>span:nth-child(1) {
    color: #9e9e9e
}

#popup .daily .wrap>ul>li>span:nth-child(3) {
    color: #616161;
    font-weight: 700
}

#popup .daily .wrap>ul>li.skip {
    background: #cd84ff59
}

#popup .daily .wrap>ul>li.skip>span {
    color: #fff
}

#popup .daily .wrap>ul>li.finish {
    background: #cd84ffb3
}

#popup .daily .wrap>ul>li.finish>span {
    color: #fff
}

#popup .daily .wrap>ul>li.today {
    width: calc(50% - 6px);
    background: var(--Linear, linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%));
    box-shadow: 0 -2px 4px #00000026 inset, 0 4px 4px #ffffff40 inset
}

#popup .daily .wrap>ul>li.today>span {
    color: #fff
}

#popup .daily .wrap>ul>li.today>.light {
    position: relative
}

#popup .daily .wrap>ul>li.today>.light>img:nth-child(1) {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 2
}

#popup .daily .wrap>ul>li.today>.light>img:nth-child(2) {
    position: absolute;
    width: 45px;
    height: 45px;
    left: -9px;
    top: -10px;
    z-index: 1
}

#popup .daily .wrap>ul>li.today>.light>img:nth-child(2).running {
    -o-animation: init 3s linear infinite;
    -ms-animation: init 3s linear infinite;
    -moz-animation: init 3s linear infinite;
    -webkit-animation: init 3s linear infinite;
    animation: init 3s linear infinite
}

#popup .daily .wrap>p {
    align-self: stretch;
    color: #00000080;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

#popup .daily .wrap>.action-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    gap: 16px;
    width: 100%;
    height: 80px
}

#popup .daily .wrap>.action-wrap>.claim-by-ads-btn,
#popup .daily .wrap>.action-wrap>.double-by-ads-btn,
#popup .daily .wrap>.action-wrap>.claim-single-btn {
    display: flex;
    height: 42px;
    width: 100%;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .2px
}

#popup .onclicka-popup {
    height: 100px;
    width: 100%;
    margin-top: 60px
}

.test-ad-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    color: #fff
}

.test-ad-popup .close {
    position: absolute;
    right: 20px;
    top: 120px;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.test-ad-popup .test-ad-button {
    color: #fff;
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    margin-top: 20px
}

.test-ad-popup .test-tads-banner {
    width: 100%;
    height: 60px;
    background-color: #ff00005c;
    display: block;
    z-index: 6;
    margin-top: 8px;
    max-width: 280px
}

.test-openad-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    color: #fff
}

.test-openad-popup .close {
    position: absolute;
    right: 20px;
    top: 120px;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.test-openad-popup .test-openad-popup-button {
    color: #fff;
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%
}

.test-openad-popup .test-openad-banner-button {
    color: #fff;
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    margin-top: 20px
}

.test-openad-popup .openADJsSDKBanner {
    width: 100%;
    height: 60px;
    background-color: #ff00005c;
    display: block;
    z-index: 6;
    margin-top: 8px;
    max-width: 280px
}

#YouTubePlayer-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url(../image/loading.png) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    -o-animation: init 1s linear infinite;
    -ms-animation: init 1s linear infinite;
    -moz-animation: init 1s linear infinite;
    -webkit-animation: init 1s linear infinite;
    animation: init 1s linear infinite
}

#YouTubePlayer-box .close {
    position: absolute;
    display: none;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(../image/close.png) no-repeat;
    background-size: 100%;
    border: 1px solid #fff;
    border-radius: 50%
}

#mask,
#imps {
    z-index: 6
}

#mask .form .title,
#imps .form .title {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px
}

#mask .form label,
#imps .form label {
    flex: 1 0 0;
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%;
    text-transform: capitalize;
    text-indent: 8px;
    margin-bottom: 4px;
    display: block
}

#mask .form input,
#imps .form input {
    width: 100%;
    text-indent: 16px;
    line-height: 36px;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    outline: none;
    border-radius: 10px;
    border: 2px solid transparent;
    background: #ffffff14;
    margin-bottom: 12px
}

#mask .form input:focus,
#imps .form input:focus {
    border: 2px solid rgba(255, 255, 255, .5)
}

#mask .form input::placeholder,
#imps .form input::placeholder {
    font-weight: 400;
    opacity: .5
}

#mask .form .code,
#imps .form .code {
    position: relative
}

#mask .form .code>button,
#imps .form .code>button {
    display: flex;
    cursor: pointer;
    width: 100px;
    height: 28px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 6px;
    right: 0;
    border-radius: 10px;
    background: #fff3;
    border: none;
    color: #fff
}

#mask .form .code>span,
#imps .form .code>span {
    position: absolute;
    left: 18px;
    top: 11px;
    font-size: 14px;
    color: #fff
}

#mask .form .code>input,
#imps .form .code>input {
    text-indent: 44px
}

#mask .form .check,
#imps .form .check {
    padding-left: 8px;
    flex: 1 0 0;
    color: #ff3d00;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize
}

#mask .groupBtn,
#imps .groupBtn {
    margin-top: 24px;
    display: flex;
    gap: 16px
}

#mask .groupBtn>button,
#imps .groupBtn>button {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    height: 42px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4)
}

#mask .groupBtn button.back,
#imps .groupBtn button.back {
    background: #ffffff1f
}

#mask .groupBtn button.save,
#imps .groupBtn button.save {
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

#mask,
#imps,
#popup {
    display: none;
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 44px 16px 0;
    width: 100%;
    height: 100vh;
    background: #13003280;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column
}

#mask.nopad,
#imps.nopad,
#popup.nopad {
    padding: 0 16px
}

#mask,
#imps {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#mask .botWrap,
#imps .botWrap {
    display: flex;
    padding: 2px 16px 15px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px 16px 0 0;
    border-top: 1px solid #fff;
    background: linear-gradient(275deg, #303030 32.64%, #000604 127.75%)
}

#mask .botWrap>.me,
#imps .botWrap>.me {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize
}

#mask .botWrap>.me>.l,
#imps .botWrap>.me>.l {
    max-width: 75%;
    overflow: hidden
}

#mask .botWrap>.me>.r,
#imps .botWrap>.me>.r {
    font-size: 16px;
    font-weight: 800
}

#mask .botWrap>.me>.l>span.index,
#imps .botWrap>.me>.l>span.index,
#mask .botWrap>.me>.r>span.num,
#imps .botWrap>.me>.r>span.num {
    padding-right: 8px
}

#mask .inner,
#imps .inner,
#mask .form,
#imps .form {
    align-self: stretch;
    color: #fff;
    font-family: Inter
}

#mask .inner .topic,
#imps .inner .topic,
#mask .form .topic,
#imps .form .topic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 14px
}

#mask .inner .topic>span,
#imps .inner .topic>span,
#mask .form .topic>span,
#imps .form .topic>span {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#mask .inner .topic>span>img,
#imps .inner .topic>span>img,
#mask .form .topic>span>img,
#imps .form .topic>span>img {
    width: 44px;
    height: 44px;
    margin-right: 4px
}

#mask .inner .topic>span.mini,
#imps .inner .topic>span.mini,
#mask .form .topic>span.mini,
#imps .form .topic>span.mini {
    font-size: 20px
}

#mask .inner .topic>span.mini>i,
#imps .inner .topic>span.mini>i,
#mask .form .topic>span.mini>i,
#imps .form .topic>span.mini>i {
    font-style: normal
}

#mask .inner .topic .account,
#imps .inner .topic .account,
#mask .form .topic .account,
#imps .form .topic .account {
    display: flex;
    height: 32px;
    padding: 0 8px;
    align-items: center;
    gap: 4px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .5)
}

#mask .inner .topic .account>img,
#imps .inner .topic .account>img,
#mask .form .topic .account>img,
#imps .form .topic .account>img {
    width: 24px;
    height: 24px
}

#mask .inner .topic .account>span,
#imps .inner .topic .account>span,
#mask .form .topic .account>span,
#imps .form .topic .account>span {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#mask {
    z-index: 4;
    transition: transform .35s
}

#mask .close-box {
    position: sticky;
    bottom: 0;
    z-index: 1;
    background: #1f0241bc;
    padding: 1px 0 10px
}

#mask .task-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

#mask .task-title-box>h4 {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#mask .task-title-box.normal {
    margin-top: 24px
}

#mask .task-title-box .task-right {
    display: flex;
    align-items: center;
    gap: 12px
}

#mask .task-title-box .task-right .btn-publish {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 6px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    line-height: normal
}

#mask .task-title-box .task-right .refresh-box {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 6px
}

#mask .task-title-box .task-right img {
    width: 16px;
    height: 16px;
    display: block
}

#mask .banner-box {
    width: 100%;
    height: 100px;
    overflow: auto;
    margin-top: -12px;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

#mask .inner.inner-task {
    top: 0;
    background: linear-gradient(to bottom, #27064b 0, #360b5b 70%, #40146600);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#mask .inner.inner-task .task-detail-btn {
    display: flex;
    width: 100px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: #ffffff1f;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize
}

#mask .inner .topic>img {
    cursor: pointer;
    width: 28px;
    height: 28px
}

#mask .inner .btn-feedback {
    border-radius: 29px;
    border: 1px solid rgba(169, 119, 255, .5);
    background: #321466;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 8px
}

#mask .inner .btn-feedback img {
    vertical-align: text-bottom;
    width: 14px;
    height: 14px
}

#mask .inner>p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
    display: flex;
    align-items: center
}

#mask .inner>p>img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 6px
}

#mask .inner>p.tip {
    opacity: .5;
    margin-bottom: 16px
}

#mask .inner>h3,
#mask .inner>h4 {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

#mask .inner>h3>span {
    align-self: stretch;
    color: #ffc700;
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

#mask .inner .info-notify {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 16px
}

#mask .inner .info-notify .highlight {
    color: #f96969;
    font-weight: 700;
    font-size: 20px
}

#mask .inner ul.wallet {
    display: flex;
    padding: 16px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(180deg, #8f00ff, #560099);
    margin-bottom: 16px
}

#mask .inner ul.wallet>li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize
}

#mask .inner ul.wallet>li>span:first-child {
    flex: 1 0 0;
    font-size: 14px
}

#mask .inner ul.wallet>li>span:last-child {
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize
}

#mask .inner ul.wallet>li>span:last-child,
#mask .inner ul.wallet>li>button {
    font-size: 20px
}

#mask .inner ul.wallet>li>button {
    display: flex;
    align-items: center;
    border: none;
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize
}

#mask .inner ul.wallet>li>button>img {
    width: 12px;
    height: 24px
}

#mask .inner ul.wallet>li.border {
    height: .5px;
    align-self: stretch;
    background-color: #fff3
}

#mask .inner button.recordList {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-self: stretch;
    border-radius: 10px;
    background: #ffffff14;
    margin-bottom: 16px;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border: none
}

#mask .inner button.recordList>span {
    font-size: 16px;
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize
}

#mask .inner button.recordList>img {
    width: 15px;
    height: 30px
}

#mask .inner .accountInfo {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    background: #ffffff14
}

#mask .inner .accountInfo>.top {
    display: flex;
    justify-content: space-between
}

#mask .inner .accountInfo>.top>.l {
    display: flex;
    gap: 2px;
    align-items: center
}

#mask .inner .accountInfo>.top>.l>img {
    width: 30px;
    height: 30px
}

#mask .inner .accountInfo>.top>.l>span {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#mask .inner .accountInfo>.top>button.r {
    display: flex;
    width: 71px;
    padding: 4px 12px 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2)
}

#mask .inner .accountInfo>.top>button.r>img {
    width: 20px;
    height: 20px
}

#mask .inner .accountInfo>.top>button.r>span {
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#mask .inner .accountInfo>.border {
    height: .5px;
    align-self: stretch;
    background-color: #fff3
}

#mask .inner .accountInfo .item {
    display: flex;
    padding: 4px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    line-height: 140%
}

#mask .inner .accountInfo .item>span:first-child {
    font-weight: 600;
    flex: 1 0 0
}

#mask .inner .accountInfo .item>span:last-child {
    font-weight: 400
}

#mask .rankWrap {
    flex: 1 0 0;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overscroll-behavior: contain;
    -ms-scroll-chaining: contain
}

#mask .rankWrap ul.rankList {
    width: 100%
}

#mask .rankWrap ul.rankList>li {
    height: 50px;
    position: relative
}

#mask .rankWrap ul.rankList>li,
#mask .rankWrap ul.rankList>li .l,
#mask .rankWrap ul.rankList>li .r {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#mask .rankWrap ul.rankList>li .l {
    gap: 8px;
    max-width: 75%;
    overflow: hidden
}

#mask .rankWrap ul.rankList>li .l>span.index {
    width: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: normal
}

#mask .rankWrap ul.rankList>li .l>img {
    width: 24px;
    height: 24px
}

#mask .rankWrap ul.rankList>li .l>span.name {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-wrap: nowrap
}

#mask .rankWrap ul.rankList>li .r {
    gap: 8px
}

#mask .rankWrap ul.rankList>li .r>span {
    color: #ffc700;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

#mask .rankWrap ul.rankList>li .r>span.num {
    color: #fff
}

#mask .rankWrap ul.rankList>li .r>img {
    width: 26px;
    height: 26px
}

#mask .rankWrap ul.rankList>li:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 90%;
    height: .5px;
    background-color: #fff;
    opacity: .2
}

#mask>ul.invitation {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 10px 0;
    color: #fff
}

#mask>ul.invitation>li {
    color: #ffffff80;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer
}

#mask>ul.invitation>li.active {
    color: #fff;
    font-weight: 700;
    position: relative
}

#mask>ul.invitation>li.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 22px;
    height: 3px;
    border-radius: 14px;
    background: var(--Wallet-text_overlay, #fff);
    transform: translate(-11px)
}

#mask>.switch {
    display: flex;
    justify-content: space-between;
    padding: 5px 0
}

#mask>.switch>p {
    display: flex;
    align-items: center;
    gap: 4px
}

#mask>.switch>p>img {
    width: 16px;
    height: 16px
}

#mask>.switch>p>span {
    color: #ffffff80;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

#mask>.switch>.latitude {
    display: flex;
    padding: 1px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    border-radius: 14px;
    background: #fff3
}

#mask>.switch>.latitude>img {
    width: 16px;
    height: 16px
}

#mask>.switch>.latitude>span {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize
}

#mask .withdrawal {
    flex: 1 0 0;
    overflow-y: auto;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #ffffff14
}

#mask .withdrawal .item {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch
}

#mask .withdrawal .item .info {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#mask .withdrawal .item .info .amount {
    display: flex;
    align-items: center;
    gap: 2px
}

#mask .withdrawal .item .info .amount>img {
    width: 24px;
    height: 24px;
    padding: 1px
}

#mask .withdrawal .item .info .amount>span {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

#mask .withdrawal .item .info .status .review,
#mask .withdrawal .item .info .status .success,
#mask .withdrawal .item .info .status .reject {
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

#mask .withdrawal .item .info .status .review {
    color: #ffc700
}

#mask .withdrawal .item .info .status .success {
    color: #15cb00
}

#mask .withdrawal .item .info .status .reject {
    color: #ff3d00
}

#mask .withdrawal .item .tip {
    align-self: stretch;
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    opacity: .5
}

#mask .withdrawal .item .warn {
    display: flex;
    align-items: center;
    gap: 4px
}

#mask .withdrawal .item .warn>img {
    width: 12px;
    height: 12px
}

#mask .withdrawal .item .warn>span {
    color: #ff3d00;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

#mask .withdrawal .border {
    height: .5px;
    align-self: stretch;
    background-color: #fff3
}

#mask .invites {
    display: inline-flex;
    flex: 1 0 0;
    padding: 8px 0;
    flex-direction: column;
    box-sizing: border-box;
    overflow-y: auto;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #ffffff14
}

#mask .invites>.title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

#mask .invites>.title>span {
    flex: 1 0 0;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#mask .invites>.title>span:first-child {
    text-align: left;
    padding-left: 20px
}

#mask .invites .border {
    height: .5px;
    align-self: stretch;
    background-color: #fff3
}

#mask .invites>ul {
    padding: 0 16px
}

#mask .invites>ul li {
    position: relative;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#mask .invites>ul li .nickname {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    gap: 8px;
    align-items: center
}

#mask .invites>ul li .channel {
    display: flex;
    align-items: center
}

#mask .invites>ul li .channel>span {
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    padding-right: 14px
}

#mask .invites>ul li .channel>button {
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 800;
    line-height: 140%
}

#mask .invites>ul li .channel.yes>span {
    color: #33fd3b
}

#mask .invites>ul li .channel.no>span {
    color: #e95642
}

#mask .invites>ul li .channel.yes>button {
    visibility: hidden
}

#mask .invites>ul li:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 80%;
    height: 0px;
    flex-shrink: 0;
    stroke-width: .5px;
    stroke: #fff3
}

#mask .close {
    display: flex;
    gap: 4px;
    width: 215px;
    height: 42px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    margin: 10px auto
}

#mask .close>img {
    width: 32px;
    height: 32px
}

#mask .groupBtn {
    display: flex;
    margin-top: 24px;
    gap: 16px
}

#mask .groupBtn>button {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    height: 42px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4)
}

#mask .groupBtn button.back {
    background: #ffffff1f
}

#mask .groupBtn button.save {
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

#mask .super,
#mask .zeroTime {
    position: relative;
    padding-top: 100px
}

#mask .super>p,
#mask .zeroTime>p {
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    background: linear-gradient(90deg, #fff100, #fff, #fff100);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px
}

#mask .super>p>span,
#mask .zeroTime>p>span {
    color: #ffc700
}

#mask .super>p>span.num,
#mask .zeroTime>p>span.num {
    font-size: 24px
}

#mask .super>p>span.mini,
#mask .zeroTime>p>span.mini {
    font-size: 14px;
    line-height: 120%
}

#mask .super .user,
#mask .zeroTime .user {
    position: relative;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: var(--Linear, linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%));
    margin: 8px
}

#mask .super .user .l,
#mask .zeroTime .user .l {
    display: flex;
    gap: 7px;
    align-items: center;
    overflow: hidden;
    max-width: 45%;
    text-wrap: nowrap
}

#mask .super .user .l>img,
#mask .zeroTime .user .l>img {
    border-radius: 50%
}

#mask .super .user .l>span,
#mask .zeroTime .user .l>span {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize
}

#mask .super .user .r,
#mask .zeroTime .user .r {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

#mask .super .user .r .win,
#mask .zeroTime .user .r .win {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 3px
}

#mask .super .user .r .win>span,
#mask .zeroTime .user .r .win>span {
    color: #ffc700;
    font-size: 20px;
    font-style: italic;
    font-weight: 700
}

#mask .super .user .r>p,
#mask .zeroTime .user .r>p {
    color: #fff;
    text-align: right;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize
}

#mask .super .user .r>p>span,
#mask .zeroTime .user .r>p>span {
    color: #ffc700;
    font-weight: 500
}

#mask .super .user .mark,
#mask .zeroTime .user .mark {
    position: absolute;
    left: 0;
    top: -13px;
    display: flex;
    padding: 1px 16px;
    border-radius: 13px 13px 13px 1px;
    background: linear-gradient(180deg, #ffc700, #ff7a00);
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize
}

#mask .super ul.items,
#mask .zeroTime ul.items {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    gap: 8px
}

#mask .super ul.items>li,
#mask .zeroTime ul.items>li {
    display: flex;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #00000080
}

#mask .super ul.items>li>.l,
#mask .zeroTime ul.items>li>.l {
    overflow: hidden;
    max-width: 40%;
    text-wrap: nowrap;
    display: flex;
    gap: 7px;
    align-items: center
}

#mask .super ul.items>li>.l>img,
#mask .zeroTime ul.items>li>.l>img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

#mask .super ul.items>li>.l>span,
#mask .zeroTime ul.items>li>.l>span {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize
}

#mask .super ul.items>li>.r,
#mask .zeroTime ul.items>li>.r {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 3px
}

#mask .super ul.items>li>.r>span,
#mask .zeroTime ul.items>li>.r>span {
    color: #ffc700;
    font-size: 20px;
    font-style: italic;
    font-weight: 700
}

#mask .super ul.items>li:nth-child(1),
#mask .zeroTime ul.items>li:nth-child(1),
#mask .super ul.items>li:nth-child(2),
#mask .zeroTime ul.items>li:nth-child(2) {
    position: relative
}

#mask .super ul.items>li:nth-child(1)>.mark,
#mask .zeroTime ul.items>li:nth-child(1)>.mark,
#mask .super ul.items>li:nth-child(2)>.mark,
#mask .zeroTime ul.items>li:nth-child(2)>.mark {
    padding: 1px 16px;
    align-items: flex-start;
    position: absolute;
    top: -10.5px;
    left: 0;
    border-radius: 13px 13px 13px 1px;
    background: linear-gradient(180deg, #ffc700, #ff7a00);
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize
}

#mask .super ul.items>li.bgBlue,
#mask .zeroTime ul.items>li.bgBlue {
    background: linear-gradient(185deg, #008bf0 3.97%, #0052e8 96.33%)
}

#mask .super>img.cancel,
#mask .zeroTime>img.cancel {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 36px;
    width: 24px;
    height: 24px
}

#mask>.real {
    display: flex;
    width: 219px;
    padding: 2px 10px;
    margin: 30px auto;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #00000080;
    animation: scale-up-horizontal-center .5s
}

#mask>.real>img {
    width: 30px;
    height: 32px
}

#mask>.real>.event {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

#mask>.real>.event>span {
    color: #ffc700
}

#mask .super .user {
    transform: translateY(0);
    transition: transform 1s ease-out;
    z-index: 2
}

#mask>#celebrateWrap {
    width: 100%;
    position: absolute;
    bottom: 0
}

#mask>#realWrap {
    margin-top: 50%;
    width: 100%
}

#mask>#avatarWrap {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px
}

#mask>#avatarWrap>.crownWrap {
    width: 234px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#mask>#avatarWrap>.crownWrap>.crown {
    margin-bottom: 14px
}

#mask>#avatarWrap>.crownWrap>.crown>.top {
    width: 112px;
    height: 81px;
    margin: 0 auto;
    background: url(../image/crown.png) no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center
}

#mask>#avatarWrap>.crownWrap>.crown>.top>.pic {
    z-index: -1;
    margin-top: 18px
}

#mask>#avatarWrap>.crownWrap>.crown>.bot {
    width: 119px;
    height: 25px;
    color: #6e2a00;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    background: url(../image/streamer.png) no-repeat;
    background-size: contain;
    line-height: 20px;
    text-wrap: nowrap;
    overflow: hidden;
    margin-top: -8px
}

#mask>#avatarWrap>.crownWrap>p {
    text-align: center;
    text-shadow: 0px 0px 4px rgba(255, 187, 85, .8);
    font-family: Inter;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    background: linear-gradient(90deg, #ffdf37, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#mask>#luckyWrap {
    width: 100%
}

#mask>.gotWrap {
    margin-top: 50px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

#mask>.gotWrap>p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize
}

#mask>.gotWrap>p>span {
    color: #ffc700
}

#mask>.gotWrap>p.big {
    color: #ffc700;
    font-size: 32px;
    padding-bottom: 30px
}

#mask>.gotWrap>.icon {
    padding: 24px 0
}

#mask>.gotWrap>.icon>img {
    width: 120px;
    height: 120px
}

#mask>.gotWrap>button.close {
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

#mask>.gotWrap:after {
    content: "";
    position: absolute;
    width: 215px;
    height: 215px;
    background: center no-repeat url(../image/bg-light.png);
    background-size: contain;
    -o-animation: init 9s linear infinite;
    -ms-animation: init 9s linear infinite;
    -moz-animation: init 9s linear infinite;
    -webkit-animation: init 9s linear infinite;
    animation: init 9s linear infinite;
    z-index: -1
}

#mask>.luckybox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/luckybox_bg.jpg) no-repeat;
    background-size: 100% 100%
}

#mask>.luckybox.active .luckybox-result-text,
#mask>.luckybox.active .luckybox-result-btn,
#mask>.luckybox.active .packetWrap-close {
    display: unset
}

#mask>.luckybox .luckybox-result-text {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 150px);
    margin: auto;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    animation: fadeInLeftBig .6s linear
}

#mask>.luckybox .packetWrap-close {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../image/close.png) no-repeat;
    background-size: 100%;
    right: 20px;
    top: 20%
}

#mask>.luckybox .luckybox-result-btn {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% + 100px);
    margin: auto;
    width: 138px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: var(--Linear, linear-gradient(180deg, #FFC700 0%, #FF8A00 100%));
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 42px;
    text-transform: capitalize;
    animation: fadeInRightBig 1s linear
}

#mask>.luckybox .luckybox-record-btn {
    position: absolute;
    width: 68px;
    height: 32px;
    border-radius: 29px 0 0 29px;
    border-top: 1px solid rgba(169, 119, 255, .5);
    border-bottom: 1px solid rgba(169, 119, 255, .5);
    border-left: 1px solid rgba(169, 119, 255, .5);
    background: #32146680;
    right: 0;
    top: 50px;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: 32px;
    text-transform: capitalize
}

#mask>.luckybox .luckybox-title {
    margin-top: 120px;
    -webkit-text-stroke: 1px white;
    font-family: Inter;
    font-size: 22px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    background: radial-gradient(74.48% 79.45% at 50.12% 79.45%, #ffb800, #ffac00 12.5%, #ff8a00 31.25%, #ff5c00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#mask>.luckybox .hight {
    color: #ffc700
}

#mask>.luckybox .item-center {
    margin-top: 30px;
    text-align: center
}

#mask>.luckybox .item-text {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize
}

#mask>.luckybox .item-text.md {
    font-size: 14px
}

#mask>.luckybox .item-text.sm {
    font-size: 12px
}

#mask>.luckybox .item-text.miss {
    font-size: 14px;
    opacity: .5
}

#mask>.luckybox .item-text.line {
    display: inline;
    padding: 4px 8px;
    border-bottom: 1px solid
}

#mask>.luckybox .luckybox-desc {
    margin: 40px auto;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize
}

#mask>.luckybox .luckybox-grid {
    display: flex;
    justify-content: center;
    padding: 0 26px
}

#mask>.luckybox .luckybox-grid .luckybox-grid-item {
    padding: 0 20px;
    flex: 1;
    position: relative
}

#mask>.luckybox .luckybox-grid .luckybox-grid-item:last-child {
    margin-left: 40px
}

#mask>.luckybox .luckybox-grid .luckybox-grid-item .item-tip {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 6px;
    background: url(../image/luckygift_tip.svg) no-repeat;
    background-size: contain
}

#mask>.luckybox .luckybox-grid .luckybox-grid-item .item-tip .item-tip-box {
    position: absolute;
    right: -20px;
    top: 26px;
    z-index: 1;
    width: 132px;
    padding: 20px 10px;
    background: #000000a6;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    display: none
}

#mask>.luckybox .luckybox-grid .luckybox-grid-item .item-tip .item-tip-box.active {
    display: unset
}

#mask>.luckybox .luckybox-grid .luckybox-grid-item .item-tip .item-tip-box .item-tip-box-i {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-style: italic
}

#mask>.luckybox .luckybox-grid .item-btn {
    width: 96px;
    height: 30px;
    margin: 20px auto 0;
    background: url(../image/luckygift_btn_base.svg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-family: Roboto;
    font-size: 13.636px;
    font-style: italic;
    font-weight: 800
}

#mask>.luckybox .luckybox-grid .item-btn.pre {
    background: url(../image/luckygift_btn_pre.svg) no-repeat;
    background-size: 100% 100%
}

#mask>.luckybox .luckybox-grid .item-gift {
    width: 92.783px;
    height: 92.783px;
    position: relative;
    margin: 6px auto
}

#mask>.luckybox .luckybox-grid .item-gift.pre:after {
    content: "";
    position: absolute;
    width: 58px;
    height: 62px;
    left: 0;
    right: 0;
    top: 14px;
    margin: auto;
    background: url(../image/luckygift_pre.png) no-repeat;
    background-size: 100%
}

#mask>.luckybox .luckybox-grid .item-gift:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../image/light2.png) no-repeat;
    background-size: 100%;
    -o-animation: init 9s linear infinite;
    -ms-animation: init 9s linear infinite;
    -moz-animation: init 9s linear infinite;
    -webkit-animation: init 9s linear infinite;
    animation: init 9s linear infinite
}

#mask>.luckybox .luckybox-grid .item-gift:after {
    content: "";
    position: absolute;
    width: 58px;
    height: 62px;
    left: 0;
    right: 0;
    top: 14px;
    margin: auto;
    background: url(../image/luckygift_base.png) no-repeat;
    background-size: 100%
}

#mask>.packetWrap {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

#mask>.packetWrap .packetWrap-header {
    margin-bottom: 10px
}

#mask>.packetWrap .packetWrap-mt {
    position: relative;
    height: 100px;
    width: 100%
}

#mask>.packetWrap .packetWrap-close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../image/close.png) no-repeat;
    background-size: 100%;
    right: 0;
    top: 0
}

#mask>.packetWrap .packetWrap-avatar {
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 60px;
    background: #8000ff
}

#mask>.packetWrap .packetWrap-avatar.empty {
    background: url(../image/emptyuser.svg) no-repeat;
    background-size: 100% 100%;
    border-radius: 0
}

#mask>.packetWrap .packetWrap-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

#mask>.packetWrap .packetWrap-name {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#mask>.packetWrap .packetWrap-name.nohide {
    overflow: unset
}

#mask>.packetWrap .packetWrap-icon {
    width: 20px;
    height: 20px;
    background: url(../image/diamond.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 3px
}

#mask>.packetWrap .packetWrap-desc {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 140%;
    text-transform: capitalize
}

#mask>.packetWrap .packetWrap-desc .hight {
    color: #ffc700
}

#mask>.packetWrap .packetWrap-desc.miss {
    font-size: 14px;
    opacity: .5
}

#mask>.packetWrap .packetWrap-desc.mb {
    margin-bottom: 20px
}

#mask>.packetWrap .packetWrap-desc.line {
    display: block;
    padding: 4px 8px;
    border-bottom: 1px solid
}

#mask>.packetWrap .packetWrap-tips {
    color: #fff;
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 100%
}

#mask>.packetWrap .packetWrap-tips span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/icon_notice.svg) no-repeat;
    background-size: 100%;
    vertical-align: text-bottom;
    margin-right: 3px
}

#mask>.packetWrap .packetWrap-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 58px 0
}

#mask>.packetWrap .packetWrap-icon-box .packetWrap-right {
    margin: 0 40px
}

#mask>.packetWrap .packetWrap-icon-box .packetWrap-right img {
    width: 66px;
    height: 50px;
    display: block
}

#mask>.packetWrap .packetWrap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
    gap: 50px;
    row-gap: 8px;
    justify-items: center;
    margin-bottom: 42px;
    width: 100%
}

#mask>.packetWrap .packetWrap-grid .packetWrap-grid-item {
    width: 65px;
    height: 69px
}

#mask>.packetWrap .packetWrap-grid:only-child {
    justify-content: center
}

#mask>.packetWrap .packetWrap-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px
}

#mask>.packetWrap .packetWrap-btn .btn {
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    width: auto;
    padding: 0 16px;
    display: flex;
    gap: 4px;
    height: 50px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    margin: 10px auto;
    min-width: 140px
}

#mask>.packetWrap .packetWrap-btn .btn.warp {
    flex: 1
}

#mask>.packetWrap .packetWrap-btn .packetWrap-copy {
    display: flex;
    height: 50px;
    width: 24px;
    margin-left: 8px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

#mask>.packetWrap .packetWrap-box {
    position: relative
}

#mask>.packetWrap .packetWrap-box:after {
    content: "";
    position: absolute;
    width: 140%;
    height: 140%;
    background: center no-repeat url(../image/bg-light.png);
    left: -17%;
    top: -22%;
    transform-origin: center center;
    background-size: contain;
    -o-animation: init 9s linear infinite;
    -ms-animation: init 9s linear infinite;
    -moz-animation: init 9s linear infinite;
    -webkit-animation: init 9s linear infinite;
    animation: init 9s linear infinite;
    z-index: -1
}

#mask>.packetWrap .packetWrap-box>img {
    width: 120px;
    height: 120px
}

#mask>.packetWrap .packetWrap-box.sm>img {
    width: 58px;
    height: 58px
}

#mask>.packetWrap .packetWrap-box.md>img {
    width: 78px;
    height: 78px
}

#mask>.packetWrap>p {
    font-size: 16px
}

#mask>.packetWrap>.icon>img {
    width: 140px;
    height: 140px
}

#mask>.got10Wrap {
    margin-top: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px
}

#mask>.got10Wrap>h4 {
    color: #fff;
    align-self: stretch;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#mask>.got10Wrap>h4>span {
    color: #ffc700
}

#mask>.got10Wrap>ul.items {
    display: flex;
    justify-content: center;
    gap: 24px 10px;
    align-self: stretch;
    flex-wrap: wrap
}

#mask>.got10Wrap>ul.items>li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding: 16px 14px 9px;
    flex-shrink: 0;
    border-radius: 6px;
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    box-shadow: 0 -2px 4px #00000026 inset, 0 4px 4px #ffffff40 inset
}

#mask>.got10Wrap>ul.items>li>.num {
    position: absolute;
    left: -4px;
    top: -6px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: #00000080;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #fff;
    font-family: Inter;
    font-size: 10px;
    font-style: italic;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    border-radius: 50%
}

#mask>.got10Wrap>ul.items>li>.light {
    position: relative
}

#mask>.got10Wrap>ul.items>li>.light>img:nth-child(1) {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 2
}

#mask>.got10Wrap>ul.items>li>.light>img:nth-child(2) {
    position: absolute;
    width: 45px;
    height: 45px;
    left: -9px;
    top: -10px;
    z-index: 1
}

#mask>.got10Wrap>ul.items>li>.light>img:nth-child(2).running {
    -o-animation: init 3s linear infinite;
    -ms-animation: init 3s linear infinite;
    -moz-animation: init 3s linear infinite;
    -webkit-animation: init 3s linear infinite;
    animation: init 3s linear infinite
}

#mask>.got10Wrap>ul.items>li>.sum {
    color: #ffc700;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
    letter-spacing: .902px
}

#mask>.got10Wrap>ul.items>li>.label {
    position: absolute;
    left: 16px;
    top: -16px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #000;
    box-shadow: 0 12px 24px #868c981f, 0 1px 2px #e4e5e73d;
    font-weight: 600;
    font-size: 10px;
    color: #fff;
    text-wrap: nowrap
}

#mask>.got10Wrap>ul.items>li>.label>img {
    width: 10px;
    height: 6px;
    position: absolute;
    left: 12px;
    bottom: -5px
}

#mask>.got10Wrap>p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 140%
}

#mask>.got10Wrap>button.close {
    margin: 0;
    background: linear-gradient(180deg, #ffc700, #ff8a00)
}

#mask .gemsWrap {
    padding-top: 4px
}

#mask .gemsWrap .task-invite-box {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: #b04dff99;
    padding: 12px 0;
    margin-bottom: 24px
}

#mask .gemsWrap .task-invite-box .task-invite-swarp {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center
}

#mask .gemsWrap .task-invite-box .task-invite-swarp .task-invite-icon {
    width: 28px;
    height: 28px;
    background: url(../image/invite-task.png) no-repeat;
    background-size: 100%;
    margin: 0 6px
}

#mask .gemsWrap .task-invite-box .task-invite-swarp .task-invite-icon.spin {
    background: url(../image/spin.png?v=1) no-repeat;
    background-size: 100%
}

#mask .gemsWrap .task-invite-box .task-invite-btn {
    display: flex;
    width: 160px;
    height: 28px;
    margin: 8px auto 0;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: var(--Linear, linear-gradient(185deg, #C00CFF 3.97%, #6500B4 96.33%));
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 28px
}

#mask .gemsWrap .redeem {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 28px
}

#mask .gemsWrap .redeem>.l {
    display: flex;
    align-items: center;
    gap: 9px
}

#mask .gemsWrap .redeem>.l>img {
    width: 39px;
    height: 39px
}

#mask .gemsWrap .redeem>.l>span {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#mask .gemsWrap .redeem>.r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: relative
}

#mask .gemsWrap .redeem>.r>button {
    display: flex;
    padding: 6px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal
}

#mask .gemsWrap .redeem>.r>button.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e);
    pointer-events: none
}

#mask .gemsWrap .redeem>.r>span {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

#mask .gemsWrap .redeem>.r>span>img {
    width: 16px;
    height: 16px
}

#mask .gemsWrap .redeem>.r>i {
    width: 7px;
    height: 7px;
    position: absolute;
    right: 0;
    top: -4px;
    border-radius: 6px;
    border: 1px solid #fff;
    background: linear-gradient(180deg, #ff5151, #ef1717)
}

#mask .gemsWrap .title {
    position: relative;
    width: 100%;
    height: 57px;
    line-height: 57px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    box-shadow: 0 -2px #00000040 inset, 0 4px 4px #ffffff40 inset;
    color: #fffc;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .28);
    font-family: Inter;
    font-size: 22px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: .5px
}

#mask .gemsWrap .title>img {
    position: absolute;
    width: 29px;
    height: 54px;
    flex-shrink: 0;
    top: -14px
}

#mask .gemsWrap .title>img:nth-child(1) {
    left: 30px
}

#mask .gemsWrap .title>img:nth-child(2) {
    right: 30px
}

#mask .gemsWrap .title img.close {
    position: absolute;
    right: -4px;
    top: -55px;
    width: 24px;
    height: 24px
}

#mask .gemsWrap .dailyWrap {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 20px 20px;
    margin-bottom: 24px;
    gap: 16px;
    align-self: stretch;
    background: linear-gradient(180deg, #e4b9ff, #fff)
}

#mask .gemsWrap .dailyWrap .daliy-finish {
    width: 80px;
    height: 80px;
    background: url(../image/daliy_finish.png) no-repeat;
    background-size: 100%
}

#mask .gemsWrap .dailyWrap>ul {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    flex-wrap: wrap
}

#mask .gemsWrap .dailyWrap>ul>li {
    display: flex;
    width: calc(25% - 8px);
    padding: 8px 0;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    align-self: stretch;
    border-radius: 6px;
    background: #fff
}

#mask .gemsWrap .dailyWrap>ul>li>img {
    width: 28px;
    height: 28px
}

#mask .gemsWrap .dailyWrap>ul>li>span {
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: .2px
}

#mask .gemsWrap .dailyWrap>ul>li>span:nth-child(1) {
    color: #9e9e9e
}

#mask .gemsWrap .dailyWrap>ul>li>span:nth-child(3) {
    color: #616161;
    font-weight: 700
}

#mask .gemsWrap .dailyWrap>ul>li:last-child {
    width: calc(50% - 6px)
}

#mask .gemsWrap .dailyWrap>ul>li.finish {
    background: #cd84ff59
}

#mask .gemsWrap .dailyWrap>ul>li.finish>span {
    color: #fff
}

#mask .gemsWrap .dailyWrap>ul>li.skip {
    background: #cd84ff59
}

#mask .gemsWrap .dailyWrap>ul>li.skip>span {
    color: #fff
}

#mask .gemsWrap .dailyWrap>ul>li.today {
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    box-shadow: 0 -2px 4px #00000026 inset, 0 4px 4px #ffffff40 inset
}

#mask .gemsWrap .dailyWrap>ul>li.today>span {
    color: #fff
}

#mask .gemsWrap .dailyWrap>ul>li.today>.light {
    position: relative
}

#mask .gemsWrap .dailyWrap>ul>li.today>.light>img:nth-child(1) {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 2
}

#mask .gemsWrap .dailyWrap>ul>li.today>.light>img:nth-child(2) {
    position: absolute;
    width: 45px;
    height: 45px;
    left: -9px;
    top: -10px;
    z-index: 1
}

#mask .gemsWrap .dailyWrap>ul>li.today>.light>img:nth-child(2).running {
    -o-animation: init 3s linear infinite;
    -ms-animation: init 3s linear infinite;
    -moz-animation: init 3s linear infinite;
    -webkit-animation: init 3s linear infinite;
    animation: init 3s linear infinite
}

#mask .gemsWrap .dailyWrap>p {
    align-self: stretch;
    color: #00000080;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

#mask .gemsWrap .dailyWrap>span.action {
    color: #00000080;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .2px;
    padding: 10px 0
}

#mask .gemsWrap .dailyWrap>button.action {
    display: flex;
    height: 42px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .2px
}

#mask .gemsWrap>h4 {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px
}

#mask .gemsWrap>ul.taskList {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch
}

#mask .gemsWrap>ul.taskList>li {
    display: flex;
    padding: 8px 12px 8px 8px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(180deg, #8f00ff, #560099)
}

#mask .gemsWrap>ul.taskList>li>.l {
    display: flex;
    align-items: center;
    gap: 8px
}

#mask .gemsWrap>ul.taskList>li>.l>img {
    width: 44px;
    height: 44px
}

#mask .gemsWrap>ul.taskList>li>.l>span {
    color: #fff;
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

#mask .gemsWrap>ul.taskList>li>.r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(1) {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(1).disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(1).disabled.empty {
    background: none
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(1).disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(1).cooldown {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e);
    pointer-events: none
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2) {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #36e185, #00a639);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2)>img {
    width: 20px;
    height: 20px
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2).disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2).disabled.empty {
    background: none
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2).disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#mask .gemsWrap>ul.taskList>li>.r>img {
    width: 20px;
    height: 20px
}

#mask .gemsWrap>ul.taskList>li>.r>span {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#mask .gemsWrap>ul.taskList>li>.r.row {
    flex-direction: row;
    margin-right: 6px;
    gap: 0
}

#mask .gemsWrap>ul.taskList>li>.extend-full {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    color: #fff;
    font-style: normal;
    font-family: Inter;
    width: 100%;
    --adsgram-task-font-size: 18px;
    --adsgram-task-icon-size: 44px;
    --adsgram-task-icon-title-gap: 8px;
    --adsgram-task-icon-border-radius: 10px;
    --adsgram-task-button-width: 78px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go .task__button_go {
    margin-left: auto;
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go .task__button_go.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go .task__button_go.disabled.empty {
    background: none
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go .task__button_go.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward>img {
    width: 20px;
    height: 20px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward.disabled.empty {
    background: none
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_go .task__button_reward.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim .task__button_go {
    margin-left: auto;
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim .task__button_go.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim .task__button_go.disabled.empty {
    background: none
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim .task__button_go.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #36e185, #00a639);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward>img {
    width: 20px;
    height: 20px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward.disabled.empty {
    background: none
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_claim .task__button_reward.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done .task__button_go {
    margin-left: auto;
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    border: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffc700, #ff8a00);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done .task__button_go.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done .task__button_go.disabled.empty {
    background: none
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done .task__button_go.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward>img {
    width: 20px;
    height: 20px
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward.disabled {
    background: linear-gradient(180deg, #b7b7b7, #6e6e6e)
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward.disabled.empty {
    background: none
}

#mask .gemsWrap>ul.taskList>li>.extend-full .task-adsgram .task__button_box_done .task__button_reward.disabled.empty>img:nth-child(2) {
    margin-left: 4px
}

.botArea {
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 1px 0 10px;
    flex-direction: column;
    display: flex
}

.botArea .my-info {
    margin-bottom: 8px
}

.botArea .shareWrap {
    width: 100%;
    display: flex;
    gap: 8px;
    margin-bottom: 10px
}

.botArea .shareWrap>.share {
    position: relative;
    flex: 1 0 0;
    text-align: center;
    margin-left: 24px;
    line-height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .4);
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%)
}

.botArea .shareWrap>.share>img.spin {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-bottom: 2px
}

.botArea .shareWrap>.share>span {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal
}

.botArea .shareWrap>.share>img.halo {
    display: none;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 16px;
    top: -5px;
    -o-animation: init 3s linear infinite;
    -ms-animation: init 3s linear infinite;
    -moz-animation: init 3s linear infinite;
    -webkit-animation: init 3s linear infinite;
    animation: init 3s linear infinite
}

.botArea .shareWrap>.share>img.finger {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 30px;
    top: 0;
    margin-right: -52px;
    margin-top: 1px;
    -o-animation: breathe 3s linear infinite;
    -ms-animation: breathe 3s linear infinite;
    -moz-animation: breathe 3s linear infinite;
    -webkit-animation: breathe 3s linear infinite;
    animation: breathe 3s linear infinite
}

.botArea .shareWrap>.link {
    margin-right: 24px;
    padding: 8px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: linear-gradient(185deg, #c00cff 3.97%, #6500b4 96.33%)
}

.botArea .shareWrap>.link>img {
    width: 24px;
    height: 24px
}

.botArea #app {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px
}

.botArea #app>span {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: -50px
}

.botArea #app>img {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.my-info {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    height: 56px;
    padding: 0 12px;
    position: relative
}

.my-info .my-info-left {
    display: flex;
    align-items: center;
    gap: 12px
}

.my-info .my-info-left .my-info-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.my-info .my-info-left .my-info-userinfo {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.my-info .my-info-left .my-info-userinfo .my-info-username {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: normal
}

.my-info .my-info-left .my-info-userinfo .my-info-tguser {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap
}

.my-info .my-assets {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-basis: 75%;
    position: relative
}

.my-info .my-assets .my-asset-item {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    height: 24px;
    padding-right: 6px;
    padding-left: 26px;
    border-radius: 99px;
    background-color: #a3abb6
}

.my-info .my-assets .my-asset-item .asset-icon {
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.my-info .my-assets .my-asset-item .asset-value {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    margin-left: 6px;
    min-width: 16px;
    text-align: right
}

.my-info .my-assets .my-asset-item .my-asset-add {
    position: absolute;
    right: -8px;
    top: -4px;
    border-radius: 99px;
    background-color: #26b20c;
    flex-shrink: 0;
    display: inline-flex;
    width: 16px;
    height: 16px
}

#YouTubePlayer-box {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000e6;
    display: none
}

#YouTubePlayer-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url(../image/loading.png) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    -o-animation: init 1s linear infinite;
    -ms-animation: init 1s linear infinite;
    -moz-animation: init 1s linear infinite;
    -webkit-animation: init 1s linear infinite;
    animation: init 1s linear infinite
}

#YouTubePlayer-box .close {
    position: absolute;
    display: none;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(../image/close.png) no-repeat;
    background-size: 100%;
    border: 1px solid #fff;
    border-radius: 50%
}

#YouTubePlayer-box .title {
    color: #fff;
    font-size: 24px;
    position: absolute;
    text-align: center;
    top: 14%;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto
}

#YouTubePlayer-box .title span {
    font-weight: 600;
    font-size: 28px;
    color: #ffc700
}

#YouTubePlayer-box #YouTubePlayer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@keyframes progshow {
    0% {
        width: 0;
        opacity: .4
    }
    to {
        width: 100%;
        opacity: .1
    }
}

@keyframes shake {
    0%,
    to {
        transform: rotate(0);
        transform-origin: 50% 50%
    }
    10% {
        transform: rotate(8deg)
    }
    20%,
    40%,
    60% {
        transform: rotate(-10deg)
    }
    30%,
    50%,
    70% {
        transform: rotate(10deg)
    }
    80% {
        transform: rotate(-8deg)
    }
    90% {
        transform: rotate(8deg)
    }
}

@keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes init {
    to {
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes breathe {
    0%,
    to {
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
    50% {
        transform: scale(.8);
        -o-transform: scale(.8);
        -ms-transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8)
    }
}

@keyframes pop {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes scale-up-horizontal-center {
    0% {
        transform: scaleX(.2)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

.loading-wrapper {
    position: relative;
    overflow: hidden
}

.loading-wrapper .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff9;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading-wrapper .loading-spinner {
    width: 32px;
    height: 32px;
    border: 4px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}