@charset "utf-8";a,body,button,canvas,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,select,span,table,td,textarea,th,ul {
    margin: 0;
    padding: 0;
    background: no-repeat center/contain;
    cursor: default;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0
}

 .reward-steps {
            width: 100%;
            max-width: 600px;
            /*background: #ffffff;*/
            padding: 20px;
            border-radius: 10px;
            /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
        }

        .step {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
                background: #fff;
    padding: 12px;
    border-radius: 10px;
        }

        .step:last-child {
            margin-bottom: 0;
        }

        .step-icon {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: #d3d3d3;
            color: white;
            font-size: 20px;
            font-weight: bold;
            margin-right: 20px;
        }

        .step.active .step-icon {
            background: #4caf50;
        }

        .step.locked .step-icon {
            background: #9e9e9e;
        }

        .step-content {
            flex-grow: 1;
        }

        .step-title {
            font-size: 18px;
            font-weight: bold;
            margin: 0;
            color: #333;
        }

        .step-description {
            margin: 5px 0 0;
            font-size: 14px;
            color: #666;
        }

        .step.completed .step-icon {
            background: #ffc107;
        }

        .step.completed .step-title {
            text-decoration: line-through;
            color: #888;
        }

        .step-button {
            display: inline-block;
            margin-top: 10px;
            padding: 8px 16px;
            background: #4caf50;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer;
        }

        .step.locked .step-button {
            background: #9e9e9e;
            pointer-events: none;
        }

  p1 {
            display: block;
            font-size: 12px;
            color: #999;
            margin-top: 5px;
        }
ol,ul {
    list-style: none
}

img {
    border: none
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

button {
    cursor: pointer;
    outline: 0!important
}

button:active {
    background-color: transparent!important
}

button[disabled] {
    opacity: .9;
    cursor: not-allowed
}

input {
    outline: 0
}

.none {
    display: none!important
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

body,html {
    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 0,#2b0550 100%)
}

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: translateX(-50%);
    padding: 16px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.19);
    background: rgba(0,0,0,.5);
    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: 12;
    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: rgba(0,0,0,.5);
    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
}

#wrap {
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%
}

#wrap ul#header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 18px 0
}

#wrap ul#header>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 71px;
    cursor: pointer
}

#wrap ul#header>li>img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    transform: translateY(5px)
}

#wrap ul#header>li>.btn {
    display: flex;
    width: 72px;
    padding: 4px 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(192,12,255,.5);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#wrap ul#header>li:nth-child(2),#wrap ul#header>li:nth-child(3) {
    position: relative
}

#wrap ul#header>li:nth-child(2)>span.red-dot1,#wrap ul#header>li:nth-child(2)>span.red-dot2,#wrap ul#header>li:nth-child(3)>span.red-dot1,#wrap ul#header>li:nth-child(3)>span.red-dot2 {
    display: none;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: red
}

#wrap ul#header>li:nth-child(2)>span.red-dot1,#wrap ul#header>li:nth-child(3)>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 {
    top: 10px;
    right: 20px
}

#wrap ul#header>li:nth-child(3)>.btn {
    background: linear-gradient(180deg,#ffc700 0,#ff8a00 100%)
}

#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(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    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 #lottery {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 99px;
    margin-top: -50px;
    margin-left: -40px;
    background-image: url(../image/button.png);
    border: none
}

#wrap .rotate .lunpai #lottery>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 #lottery>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 #lottery>img.halo {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: 4px;
    -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
}

#wrap .rotate .lunpai #lottery>img.finger {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 12px;
    margin-top: -10px;
    -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
}

#wrap .rotate .lunpai .mark {
    position: absolute;
    left: 50%;
    top: -7px;
    width: 16px;
    height: 41px;
    transform: translateX(-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: rgba(0,0,0,.5);
    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 #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

#wrap .rotate #moreSpins,#wrap .rotate .countdown,#wrap .rotate .treasure {
    display: none;
    position: absolute;
    top: -28px;
    left: 12px;
    z-index: 3;
    cursor: pointer
}

#wrap .rotate #moreSpins .gift,#wrap .rotate .countdown .gift,#wrap .rotate .treasure .gift {
    cursor: pointer
}

#wrap .rotate #moreSpins .gift>img,#wrap .rotate .countdown .gift>img,#wrap .rotate .treasure .gift>img {
    width: 44px;
    height: 44px
}

#wrap .rotate #moreSpins .gift>img.running,#wrap .rotate .countdown .gift>img.running,#wrap .rotate .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 .rotate #moreSpins>.spin,#wrap .rotate .countdown>.spin,#wrap .rotate .treasure>.spin {
    width: 56px;
    padding: 3px 0;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(192,12,255,.9);
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    text-wrap: nowrap;
    left: -5px;
    bottom: -10px;
    cursor: pointer
}

#wrap .rotate .countdown>.spin {
    background: rgba(0,0,0,.5);
    bottom: -18px;
    width: 62px
}

#wrap .rotate #moreSpins>img {
    position: absolute;
    width: 56px;
    height: 56px;
    z-index: -1;
    left: -6px;
    top: -4px
}

#wrap .rotate #moreSpins>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 .rotate .treasure {
    display: flex;
    right: 16px;
    left: auto
}

#wrap .rotate .treasure>.spin {
    left: auto;
    right: -6px;
    bottom: -8px
}

#wrap .rotate .treasure>span.red-dot2 {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: red
}

#wrap #danmubox {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 15px 0;
    overflow: hidden
}

#wrap #danmubox .danmu-item {
    position: absolute;
    width: fit-content;
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(0,0,0,.5);
    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 24px
}

#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: rgba(255,255,255,.3);
    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
}

#popup {
    z-index: 8;
    justify-content: center;
    align-items: center
}

#popup.unset {
    display: unset!important;
    padding: 0
}

#popup>.main {
    position: relative;
    display: flex;
    width: 98%;
    padding: 5px 20px 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 0,#560099 100%)
}

#popup>.main.getdiamond {
    background: 0 0;
    border: none;
    animation: zoomOut .8s 1s forwards
}

#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.cancel,#popup>.main>img.close {
    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: rgba(255,255,255,.3);
    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>.gave-up,#popup>.main>button {
    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: rgba(255,255,255,.12);
    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 {
    background: linear-gradient(180deg,#ffc700 0,#ff8a00 100%);
    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: rgba(255,255,255,.12);
    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.action {
    background: linear-gradient(180deg,#ffc700 0,#ff8a00 100%)
}

#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 0 rgba(134,140,152,.12),0 1px 2px 0 rgba(228,229,231,.24);
    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 0,#ff8a00 100%)
}

#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 0,#ff8a00 100%)
}

#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: 0 0 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 0,#fff 100%);
    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>.gave-up,#popup>.wish>button.action {
    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: rgba(255,255,255,.15);
    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: rgba(255,255,255,.2)
}

#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: 0 0;
    border: none;
    padding: 0;
    display: block;
    line-height: 43px
}

#popup .main.taskDetail {
    width: 100vw;
    background: 0 0;
    border: none
}

#popup .main.taskDetail .taskDetail-list {
    width: 98%;
    height: calc(100vh - 150px);
    overflow-y: auto;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    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: rgba(255,255,255,.2)
}

#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: 0 0;
    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 0 0 rgba(0,0,0,.25) inset,0 4px 4px 0 rgba(255,255,255,.25) inset;
    color: rgba(255,255,255,.8);
    text-align: center;
    text-shadow: 0 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 0,#fff 100%)
}

#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: rgba(205,132,255,.35)
}

#popup .daily .wrap>ul>li.skip>span {
    color: #fff
}

#popup .daily .wrap>ul>li:last-child {
    width: calc(50% - 6px)
}

#popup .daily .wrap>ul>li.finish {
    background: rgba(205,132,255,.7)
}

#popup .daily .wrap>ul>li.finish>span {
    color: #fff
}

#popup .daily .wrap>ul>li.today {
    background: var(--Linear,linear-gradient(185deg,#c00cff 3.97%,#6500b4 96.33%));
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.15) inset,0 4px 4px 0 rgba(255,255,255,.25) 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: rgba(0,0,0,.5);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

#popup .daily .wrap>button {
    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
}

#YouTubePlayer-box {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.9);
    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%)
}

#imps,#mask,#popup {
    display: none;
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 0 16px 0;
    width: 100%;
    height: 100vh;
    background: rgba(19,0,50,.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column
}

#imps.nopad,#mask.nopad,#popup.nopad {
    padding: 0 16px
}

#imps,#mask {
    z-index: 6
}

#imps .form .title,#mask .form .title {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 12px
}

#imps .form label,#mask .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
}

#imps .form input,#mask .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: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    background: rgba(255,255,255,.08);
    margin-bottom: 12px
}

#imps .form input:focus,#mask .form input:focus {
    border: 2px solid rgba(255,255,255,.5)
}

#imps .form input::placeholder,#mask .form input::placeholder {
    font-weight: 400;
    opacity: .5
}

#imps .form .code,#mask .form .code {
    position: relative
}

#imps .form .code>button,#mask .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: rgba(255,255,255,.2);
    border: none;
    color: #fff
}

#imps .form .code>span,#mask .form .code>span {
    position: absolute;
    left: 18px;
    top: 11px;
    font-size: 14px;
    color: #fff
}

#imps .form .code>input,#mask .form .code>input {
    text-indent: 44px
}

#imps .form .check,#mask .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
}

#imps .groupBtn,#mask .groupBtn {
    margin-top: 24px;
    display: flex;
    gap: 16px
}

#imps .groupBtn>button,#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)
}

#imps .groupBtn button.back,#mask .groupBtn button.back {
    background: rgba(255,255,255,.12)
}

#imps .groupBtn button.save,#mask .groupBtn button.save {
    background: linear-gradient(180deg,#ffc700 0,#ff8a00 100%)
}

#imps,#mask,#popup {
    display: none;
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 0 16px 0;
    width: 100%;
    height: 100vh;
    background: rgba(19,0,50,.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column
}

#imps.nopad,#mask.nopad,#popup.nopad {
    padding: 0 16px
}

#imps,#mask {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#imps .form,#imps .inner,#mask .form,#mask .inner {
    align-self: stretch;
    color: #fff;
    font-family: Inter
}

#imps .form .topic,#imps .inner .topic,#mask .form .topic,#mask .inner .topic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 14px
}

#imps .form .topic>span,#imps .inner .topic>span,#mask .form .topic>span,#mask .inner .topic>span {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

#imps .form .topic>span>img,#imps .inner .topic>span>img,#mask .form .topic>span>img,#mask .inner .topic>span>img {
    width: 44px;
    height: 44px;
    margin-right: 4px
}

#imps .form .topic>span.mini,#imps .inner .topic>span.mini,#mask .form .topic>span.mini,#mask .inner .topic>span.mini {
    font-size: 20px
}

#imps .form .topic>span.mini>i,#imps .inner .topic>span.mini>i,#mask .form .topic>span.mini>i,#mask .inner .topic>span.mini>i {
    font-style: normal
}

#imps .form .topic .account,#imps .inner .topic .account,#mask .form .topic .account,#mask .inner .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)
}

#imps .form .topic .account>img,#imps .inner .topic .account>img,#mask .form .topic .account>img,#mask .inner .topic .account>img {
    width: 24px;
    height: 24px
}

#imps .form .topic .account>span,#imps .inner .topic .account>span,#mask .form .topic .account>span,#mask .inner .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: #1f0241;
    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 .refresh-box {
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.2);
    padding: 6px
}

#mask .task-title-box img {
    width: 16px;
    height: 16px;
    display: block
}

#mask .inner.inner-task {
    position: sticky;
    top: 0;
    background: linear-gradient(to bottom,#27064b 0,#360b5b 70%,rgba(64,20,102,0) 100%);
    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: rgba(255,255,255,.12);
    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>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 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 0,#560099 100%);
    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>button,#mask .inner ul.wallet>li>span:last-child {
    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: rgba(255,255,255,.2)
}

#mask .inner button.recordList {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-self: stretch;
    border-radius: 10px;
    background: rgba(255,255,255,.08);
    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: rgba(255,255,255,.08)
}

#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: rgba(255,255,255,.2)
}

#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: rgba(255,255,255,.5);
    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: translateX(-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: rgba(255,255,255,.5);
    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: rgba(255,255,255,.2)
}

#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: rgba(255,255,255,.08)
}

#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 .reject,#mask .withdrawal .item .info .status .review,#mask .withdrawal .item .info .status .success {
    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: rgba(255,255,255,.2)
}

#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: rgba(255,255,255,.08)
}

#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: rgba(255,255,255,.2)
}

#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 0,#ff8a00 100%);
    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: 0;
    flex-shrink: 0;
    stroke-width: .5px;
    stroke: rgba(255,255,255,.2)
}

#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 10px
}

#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: rgba(255,255,255,.12)
}

#mask .groupBtn button.save {
    background: linear-gradient(180deg,#ffc700 0,#ff8a00 100%)
}

#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 0,#fff 50%,#fff100 100%);
    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 0,#ff7a00 100%);
    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: rgba(0,0,0,.5)
}

#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 .super ul.items>li:nth-child(2),#mask .zeroTime ul.items>li:nth-child(1),#mask .zeroTime ul.items>li:nth-child(2) {
    position: relative
}

#mask .super ul.items>li:nth-child(1)>.mark,#mask .super ul.items>li:nth-child(2)>.mark,#mask .zeroTime ul.items>li:nth-child(1)>.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 0,#ff7a00 100%);
    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: rgba(0,0,0,.5);
    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: 0 0 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 0,#fff 100%);
    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 0,#ff8a00 100%)
}

#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 .luckybox-title {
    text-shadow: 0 2.5px 2.5px rgba(0,0,0,.25),0 1.25px 0 #d6d6d6;
    -webkit-text-stroke-width: 2.5;
    -webkit-text-stroke-color: #fff;
    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 0,#ffac00 12.5%,#ff8a00 31.25%,#ff5c00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#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 0,#ff8a00 100%);
    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 10px;
    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 0,#ff8a00 100%)
}

#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 0 rgba(0,0,0,.15) inset,0 4px 4px 0 rgba(255,255,255,.25) inset
}

#mask>.got10Wrap>ul.items>li>.num {
    position: absolute;
    left: -4px;
    top: -6px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: rgba(0,0,0,.5);
    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 0 rgba(134,140,152,.12),0 1px 2px 0 rgba(228,229,231,.24);
    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 0,#ff8a00 100%)
}

#mask .gemsWrap {
    padding-top: 4px
}

#mask .gemsWrap .task-invite-box {
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(176,77,255,.6);
    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(https://tglucky.freeland.ai/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 auto;
    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 0,#ff8a00 100%);
    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 0,#6e6e6e 100%);
    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 0,#ef1717 100%)
}

#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 0 0 rgba(0,0,0,.25) inset,0 4px 4px 0 rgba(255,255,255,.25) inset;
    color: rgba(255,255,255,.8);
    text-align: center;
    text-shadow: 0 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 0,#fff 100%)
}

#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.skip {
    background: rgba(205,132,255,.35)
}

#mask .gemsWrap .dailyWrap>ul>li.skip>span {
    color: #fff
}

#mask .gemsWrap .dailyWrap>ul>li:last-child {
    width: calc(50% - 6px)
}

#mask .gemsWrap .dailyWrap>ul>li.finish {
    background: rgba(205,132,255,.35)
}

#mask .gemsWrap .dailyWrap>ul>li.finish>span {
    color: #fff
}

#mask .gemsWrap .dailyWrap>ul>li.skip {
    background: rgba(205,132,255,.35)
}

#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 0 rgba(0,0,0,.15) inset,0 4px 4px 0 rgba(255,255,255,.25) 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: rgba(0,0,0,.5);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%
}

#mask .gemsWrap .dailyWrap>span.action {
    color: rgba(0,0,0,.5);
    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 0,#560099 100%)
}

#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 0,#ff8a00 100%);
    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(2) {
    display: flex;
    cursor: pointer;
    min-width: 78px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg,#36e185 0,#00a639 100%);
    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 0,#6e6e6e 100%)
}

#mask .gemsWrap>ul.taskList>li>.r>.btn:nth-child(2).disabled.empty {
    background: 0 0
}

#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
}

.botArea {
    position: sticky;
    bottom: 0;
    z-index: 2;
    padding: 1px 0 10px
}

.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
}

#YouTubePlayer-box {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.9);
    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%)
}


#mask>.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 {
    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 {
    max-width: 75%;
    overflow: hidden
}

#mask>.botWrap>.me>.r {
    font-size: 16px;
    font-weight: 800
}

#mask>.botWrap>.me>.l>span.index,
#mask>.botWrap>.me>.r>span.num {
    padding-right: 8px
}


@keyframes progshow {
    0% {
        width: 0;
        opacity: .4
    }

    100% {
        width: 100%;
        opacity: .1
    }
}

@keyframes shake {
    0%,100% {
        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 {
    100% {
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes breathe {
    0%,100% {
        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)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes scale-up-horizontal-center {
    0% {
        transform: scaleX(.2)
    }

    100% {
        transform: scaleX(1)
    }
}

@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
}