.act-wrapper[data-v-0467a15c] {
    width: 1256px;
    margin: 40px auto 0;
    transform-origin: center top;
    transform: scale(.8)
}
@font-face {
    font-family: 'NeueBit';
    src: url('NeueBit-Bold.ttf');
}
.act-wrapper .act-task[data-v-0467a15c] {
    width: 800px;
    margin: 60px auto 0
}

.act-wrapper .act-task .act-task-title[data-v-0467a15c] {
    line-height: 34px;
    font-family: NeueBit;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.act-wrapper .act-task .sign-status[data-v-0467a15c] {
    margin: 70px auto 0;
    width: 550px;
    height: 120px;
    background: url(/conn.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.act-wrapper .act-task .sign-status .sign-status-none[data-v-0467a15c] {
    width: 400px;
    font-family: NeueBit;
    font-size: 32px;
    font-weight: 700;
    line-height: .75;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #343434
}

.act-wrapper .act-task .sign-status .sign-status-fail[data-v-0467a15c] {
    width: 460px;
    font-family: NeueBit;
    font-size: 32px;
    font-weight: 700;
    line-height: .75;
    text-align: center;
    color: #fff;
    -webkit-text-stroke: 1px #343434
}

.act-wrapper .act-task .act-task-list[data-v-0467a15c] {
    margin-top: 40px
}

.act-wrapper .act-task .act-task-list .act-task-item[data-v-0467a15c] {
    width: 540px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(/assets/activity/border-on.png) no-repeat 0 0;
    background-size: 100% 100%
}

.act-wrapper .act-task .act-task-list .act-task-item .act-task-item-left[data-v-0467a15c] {
    margin-left: 24px;
    font-family: NeueBit;
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.act-wrapper .act-task .act-task-list .act-task-item .act-task-item-right[data-v-0467a15c] {
    height: 48px;
    width: 160px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.act-wrapper .act-task .act-task-list .act-task-item .act-task-item-right .act-task-status[data-v-0467a15c] {
    width: 110px;
    line-height: 24px;
    font-size: 14px;
    color: #ff0;
    cursor: pointer
}

.act-wrapper .act-task .act-task-list .act-task-item .act-task-item-right .act-task-reload[data-v-0467a15c] {
    cursor: pointer;
    margin-right: 20px;
    width: 16px;
    height: 16px;
    background: url(/assets/activity/box.png) no-repeat 0 0;
    background-size: 100% 100%;
    transform-origin: center center
}

.act-wrapper .act-task .act-task-list .act-task-item .act-task-item-right .act-task-refetching[data-v-0467a15c] {
    animation: anim-rotate 1s linear infinite
}

.act-wrapper .act-task .act-task-list .act-task-item[data-pending="1"] .act-task-status[data-v-0467a15c] {
    color: #44ed8c
}

.act-wrapper .act-task .act-task-list .act-task-item[data-done="1"][data-v-0467a15c] {
    background-image: url(/assets/activity/border.png)
}

.act-wrapper .act-task .act-task-list .act-task-item[data-done="1"] .act-task-reload[data-v-0467a15c] {
    background-image: url(/assets/activity/box-on.png)
}

.act-wrapper .act-header[data-v-0467a15c] {
    position: relative;
    height: 340px;
    background: url(/assets/activity/titlebg.png);
    background-size: 100% 100%
}

.act-wrapper .act-header .act-tmp[data-v-0467a15c] {
    height: 30px
}

.act-wrapper .act-header .act-header-desc[data-v-0467a15c] {
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-family: NeueBit;
    font-size: 80px;
    font-weight: 700;
    color: #fff
}

.act-wrapper .act-header .act-header-desc span[data-v-0467a15c] {
    position: relative;
    -webkit-text-stroke: 0px #343434
}

.act-wrapper .act-header .act-header-desc span[data-v-0467a15c]:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 6px #343434
}

.act-wrapper .act-header .act-header-1[data-v-0467a15c] {
    position: relative;
    height: 110px;
    text-align: center
}

.act-wrapper .act-header .act-header-icon-ham[data-v-0467a15c] {
    position: relative;
    top: 20px;
    display: inline-block;
    width: 96px;
    height: 96px;
    vertical-align: top
}

.act-wrapper .act-header .act-header-icon-gold[data-v-0467a15c] {
    position: relative;
    top: 0;
    display: inline-block;
    width: 120px;
    height: 120px;
    vertical-align: top
}

.act-wrapper .act-header .act-header-text[data-v-0467a15c] {
    position: relative;
    line-height: 110px;
    color: #fff;
    font-family: NeueBit;
    font-size: 160px;
    font-weight: 700;
    -webkit-text-stroke: 0px #343434
}

.act-wrapper .act-header .act-header-text[data-v-0467a15c]:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 6px #343434
}

.act-wrapper .act-header .act-header-btm[data-v-0467a15c] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.act-wrapper .act-header .act-header-btm .act-header-btn[data-v-0467a15c] {
    display: inline-block;
    width: 300px;
    height: 110px;
    line-height: 100px;
    background: url(/assets/activity/start-off.png) no-repeat 0 0;
    background-size: 100% 100%;
    font-family: sans-serif;
    font-size: 80px;
    font-weight: 700;
    -webkit-text-stroke: 6px #343434;
    text-align: center;
    color: transparent;
    cursor: pointer
}

.act-wrapper .start-btn[data-v-0467a15c] {
    text-align: center
}

.act-wrapper .start-btn span[data-v-0467a15c] {
    position: relative;
    z-index: 1000;
    display: inline-block;
    width: 306px;
    height: 108px;
    line-height: 102px;
    background: url(/assets/activity/btn-on.png) no-repeat 0 0;
    background-size: 100% 100%;
    font-family: NeueBit;
    color: #fff;
    -webkit-text-stroke: 0px #000;
    font-size: 80px;
    cursor: pointer
}

.act-wrapper .start-btn span[data-ac="0"][data-v-0467a15c] {
    background-image: url(/assets/activity/start-off.png)
}

.act-wrapper .start-btn span[data-v-0467a15c]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    -webkit-text-stroke: 8px #000
}

.dialog-mask[data-v-df0132d7] {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009
}

.picktip-wrapper[data-v-df0132d7] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 670px;
    height: 180px;
    background: url(/assets/activity/pick.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin-top: -90px;
    margin-left: -335px;
    animation: anim-sliddown .25s ease-out
}

.picktip-wrapper .picktip-con[data-v-df0132d7] {
    padding: 0 40px 0 60px;
    font-family: NeueBit;
    font-size: 64px;
    font-weight: 700;
    height: 100%;
    display: flex;
    align-items: center
}

.picktip-wrapper .picktip-con .picktip-con-inner[data-v-df0132d7] {
    height: 100px
}

.act-btn[data-v-4970fce7] {
    width: 240px;
    height: 96px;
    background: url(/assets/activity/btn-on.png) no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    line-height: 96px;
    cursor: pointer
}

.act-btn .inner[data-v-4970fce7] {
    font-size: 36px;
    font-family: NeueBit;
    position: relative;
    z-index: 10000;
    color: #fff;
    -webkit-text-stroke: 0px #000
}

.act-btn .inner[data-v-4970fce7]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 6px #000
}

.dialog-mask[data-v-a3b4cdac] {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009
}

.dialog-mask .bridge-wrapper[data-v-a3b4cdac] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 550px;
    height: 510px;
    margin-top: -255px;
    margin-left: -275px;
    background: url(/assets/activity/border-small.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 24px
}

.dialog-mask .bridge-wrapper .inner-bg[data-v-a3b4cdac] {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    background-color: #000
}

.dialog-mask .bridge-wrapper .img[data-v-a3b4cdac] {
    width: 168px;
    height: 180px;
    margin: 20px auto 0;
    background: url(/assets/activity/tipbox.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.dialog-mask .bridge-wrapper .img .img-hammer[data-v-a3b4cdac] {
    width: 96px;
    height: 96px
}

.dialog-mask .bridge-wrapper .desc[data-v-a3b4cdac] {
    margin: 12px 42px 0;
    line-height: 24px;
    text-shadow: #eee 1px 0 10px;
    font-family: NeueBit;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.dialog-mask .bridge-wrapper .desc2[data-v-a3b4cdac] {
    margin: 12px 42px 0;
    line-height: 18px;
    font-family: NeueBit;
    font-size: 24px;
    font-weight: 700;
    color: #fff9;
    text-align: center
}

.dialog-mask .bridge-wrapper .btn[data-v-a3b4cdac] {
    display: flex;
    margin-top: 26px;
    justify-content: center
}

.dialog-mask .bridge-wrapper .reload[data-v-a3b4cdac] {
    margin-top: 16px;
    line-height: 18px;
    font-family: NeueBit;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    color: #e6dc46
}

.dialog-mask[data-v-80635835] {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009
}

.dialog-mask .bridgere-wrapper[data-v-80635835] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 550px;
    height: 510px;
    margin-top: -255px;
    margin-left: -275px;
    background: url(/assets/activity/border-small.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 24px
}

.dialog-mask .bridgere-wrapper .inner-bg[data-v-80635835] {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    background-color: #000
}

.dialog-mask .bridgere-wrapper .img[data-v-80635835] {
    width: 168px;
    height: 180px;
    margin: 0 auto;
    background: url(/assets/activity/tipbox.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: grayscale(100%)
}

.dialog-mask .bridgere-wrapper .img .img-hammer[data-v-80635835] {
    width: 96px;
    height: 96px
}

.dialog-mask .bridgere-wrapper .desc[data-v-80635835] {
    margin: 12px 42px 0;
    line-height: 24px;
    text-shadow: #eee 1px 0 10px;
    font-family: NeueBit;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.dialog-mask .bridgere-wrapper .desc2[data-v-80635835] {
    margin: 12px 42px 0;
    line-height: 18px;
    font-family: NeueBit;
    font-size: 24px;
    font-weight: 700;
    color: #fff9;
    text-align: center
}

.dialog-mask .bridgere-wrapper .btn[data-v-80635835] {
    display: flex;
    margin-top: 16px;
    justify-content: center
}

.dialog-mask .bridgere-wrapper .reload[data-v-80635835] {
    margin-top: 16px;
    line-height: 18px;
    font-family: NeueBit;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    color: #e6dc46
}

.dialog-mask[data-v-6257b068] {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009
}

.dialog-mask .bridgere-wrapper[data-v-6257b068] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 550px;
    height: 510px;
    margin-top: -255px;
    margin-left: -275px;
    background: url(/assets/activity/border-small.png) no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 24px
}

.dialog-mask .bridgere-wrapper .inner-bg[data-v-6257b068] {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    background-color: #000
}

.dialog-mask .bridgere-wrapper .img[data-v-6257b068] {
    position: relative;
    width: 168px;
    height: 180px;
    margin: 20px auto 0;
    background: url(/assets/activity/tipbox.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.dialog-mask .bridgere-wrapper .img .img-star[data-v-6257b068] {
    position: absolute;
    width: 66px;
    height: 60px;
    top: 42px;
    left: 0
}

.dialog-mask .bridgere-wrapper .img .img-hammer[data-v-6257b068] {
    width: 96px;
    height: 96px
}

.dialog-mask .bridgere-wrapper .desc[data-v-6257b068] {
    margin: 12px 42px 0;
    line-height: 24px;
    text-shadow: #eee 1px 0 10px;
    font-family: NeueBit;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.dialog-mask .bridgere-wrapper .btn[data-v-6257b068] {
    display: flex;
    margin-top: 80px;
    justify-content: center
}

.dialog-mask .bridgere-wrapper .reload[data-v-6257b068] {
    margin-top: 16px;
    line-height: 18px;
    font-family: NeueBit;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    color: #e6dc46
}

.pro-wrapper[data-v-5341497d] {
    position: relative;
    width: 200px;
    height: 200px
}

.pro-wrapper .progress-left[data-v-5341497d] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(6px,100px,192px,14px);
    background-color: #18f2ff
}

.pro-wrapper .progress-left .progress-left-rotate[data-v-5341497d] {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    transform: rotate(0);
    background-color: #000;
    clip: rect(0,200px,auto,0)
}

.pro-wrapper .progress-right[data-v-5341497d] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    clip: rect(6px,187px,192px,100px);
    background-color: #18f2ff
}

.pro-wrapper .progress-right .progress-right-rotate[data-v-5341497d] {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    transform: rotate(0);
    background-color: #000;
    clip: rect(0,400px,auto,200px)
}

.x-page[data-v-053d5910] {
    text-align: center;
    margin-top: 20px;
    height: 24px;
    align-items: center;
    justify-content: center
}

.x-page span[data-v-053d5910],.x-page a[data-v-053d5910] {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff9;
    margin-left: 8px
}

.x-page span[data-role=current][data-v-053d5910] {
    color: #e6dc46
}

.x-page .prev[data-v-053d5910],.x-page .next[data-v-053d5910] {
    font-size: 14px;
    background-color: #fff;
    border-radius: 12px;
    color: #000;
    line-height: 28px
}

.dialog-mask[data-v-15439574] {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009
}

.dialog-mask .dialog-close[data-v-15439574] {
    position: absolute;
    z-index: 10005;
    top: 20px;
    right: 30px;
    height: 24px;
    font-family: NeueBit;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center
}

.dialog-mask .dialog-close span[data-v-15439574] {
    position: relative;
    top: -2px
}

.dialog-mask .dialog-close img[data-v-15439574] {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.dialog-mask .list-wrapper[data-v-15439574] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 820px;
    height: 600px;
    margin-left: -410px;
    margin-top: -300px;
    background: url(/assets/activity/list-border.png) no-repeat 0 0;
    background-size: 100% 100%
}

.dialog-mask .list-wrapper .inner-bg[data-v-15439574] {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    background-color: #000
}

.dialog-mask .list-wrapper .list-title[data-v-15439574] {
    line-height: 44px;
    text-align: center;
    font-family: NeueBit;
    font-size: 64px;
    font-weight: 700;
    padding-top: 30px
}

.dialog-mask .list-wrapper .list-title .list-title-inner[data-v-15439574] {
    position: relative;
    z-index: 10000;
    color: #e6dc46;
    -webkit-text-stroke: 1px #993328
}

.dialog-mask .list-wrapper .list-title .list-title-inner[data-v-15439574]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 8px #993328
}

.dialog-mask .list-wrapper .con[data-v-15439574] {
    margin: 20px 40px 0
}

.dialog-mask .list-wrapper .con .tab[data-v-15439574] {
    display: flex
}

.dialog-mask .list-wrapper .con .tab .tab-item[data-v-15439574] {
    flex-grow: 1;
    flex-basis: 0%;
    height: 38px;
    line-height: 24px;
    font-family: NeueBit;
    font-size: 40px;
    border-bottom: 6px solid rgba(0,0,0,.1);
    text-align: center;
    cursor: pointer
}

.dialog-mask .list-wrapper .con .tab .tab-item[data-ac="1"][data-v-15439574] {
    color: #e6dc46;
    border-bottom-color: #e6dc46
}

.list-table[data-v-15439574] {
    position: relative;
    margin: 20px 0 0;
    font-family: NeueBit;
    font-size: 24px
}

.list-table .list-table-header[data-v-15439574] {
    display: flex;
    align-items: center;
    height: 32px;
    background-color: #ffffff1a;
    color: #fff
}

.list-table .list-table-header .list-table-header-1[data-v-15439574] {
    text-indent: 30px;
    width: 240px;
    flex-shrink: 0
}

.list-table .list-table-header .list-table-header-2[data-v-15439574] {
    width: 240px;
    flex-shrink: 0
}

.list-table .list-table-header .list-table-header-3[data-v-15439574] {
    flex-grow: 1
}

.list-table .list-con[data-v-15439574] {
    position: relative;
    height: 320px;
    overflow: auto
}

.list-table .list-con .list-empty[data-v-15439574] {
    position: absolute;
    top: 40%;
    width: 100%;
    font-size: 26px;
    text-align: center;
    color: #fff
}

.list-table .list-con .list-row[data-v-15439574] {
    line-height: 18px;
    border-bottom: 6px solid rgba(255,255,255,.1);
    padding-bottom: 4px;
    padding-top: 10px;
    display: flex
}

.list-table .list-con .list-row .list-row-c1[data-v-15439574] {
    width: 240px;
    text-indent: 30px
}

.list-table .list-con .list-row .list-row-c2[data-v-15439574] {
    width: 240px
}

.con-box[data-v-44219076] {
    width: 144px;
    height: 180px;
    text-align: center;
    margin-bottom: 16px
}

.con-box .con-box-img[data-v-44219076] {
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: top
}

.con-box .mint-btn[data-v-44219076] {
    width: 120px;
    height: 54px;
    margin: 0 auto;
    background: url(/assets/activity/mint-btn.png) no-repeat 0 0;
    background-size: 100% 100%;
    cursor: pointer
}

.con-box .mint-btn span[data-v-44219076] {
    position: relative;
    z-index: 10000;
    color: #fff;
    -webkit-text-stroke: 0px #000;
    font-size: 32px;
    font-family: NeueBit
}

.con-box .mint-btn span[data-v-44219076]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 8px #000
}

.con-box .mint-rs[data-v-44219076] {
    cursor: pointer
}

.con-box .mint-rs .rs[data-v-44219076] {
    position: relative;
    z-index: 10000;
    color: #fff;
    -webkit-text-stroke: 0px #343434;
    font-size: 24px;
    line-height: 24px;
    font-family: NeueBit
}

.con-box .mint-rs .rs[data-v-44219076]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 8px #343434
}

.con-box .mint-rs .address[data-v-44219076] {
    height: 22px;
    font-size: 20px;
    font-family: NeueBit;
    overflow: hidden
}

.dialog-mask[data-v-9bbe3b34] {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009
}

.dialog-mask .dialog-close[data-v-9bbe3b34] {
    position: absolute;
    z-index: 10005;
    top: 20px;
    right: 30px;
    height: 24px;
    font-family: NeueBit;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center
}

.dialog-mask .dialog-close span[data-v-9bbe3b34] {
    position: relative;
    top: -2px
}

.dialog-mask .dialog-close img[data-v-9bbe3b34] {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.dialog-mask .mint-wrapper[data-v-9bbe3b34] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 820px;
    height: 600px;
    margin-left: -410px;
    margin-top: -300px;
    background: url(/assets/activity/list-border.png) no-repeat 0 0;
    background-size: 100% 100%
}

.dialog-mask .mint-wrapper .inner-bg[data-v-9bbe3b34] {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    background-color: #000
}

.dialog-mask .mint-wrapper .list-title[data-v-9bbe3b34] {
    line-height: 44px;
    text-align: center;
    font-family: NeueBit;
    font-size: 64px;
    font-weight: 700;
    padding-top: 30px
}

.dialog-mask .mint-wrapper .list-title .list-title-inner[data-v-9bbe3b34] {
    position: relative;
    z-index: 10000;
    color: #e6dc46;
    -webkit-text-stroke: 1px #993328
}

.dialog-mask .mint-wrapper .list-title .list-title-inner[data-v-9bbe3b34]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 8px #993328
}

.dialog-mask .mint-wrapper .list-desc[data-v-9bbe3b34] {
    font-family: NeueBit;
    font-size: 32px;
    text-align: center;
    color: #fff
}

.dialog-mask .mint-wrapper .con[data-v-9bbe3b34] {
    position: relative;
    margin: 20px 20px 0;
    height: 360px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: auto
}

.dialog-mask .mint-wrapper .con .con-empty[data-v-9bbe3b34] {
    position: absolute;
    top: 40%;
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.covercorewrapper[data-v-a1991623] {
    cursor: default;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    width: 186px;
    height: 200px;
    margin-left: -94px;
    background: transparent url(/assets/activity/merge-outer.png) no-repeat 0 0
}

.covercorewrapper .countpop[data-v-a1991623] {
    position: absolute;
    top: -56px;
    right: -56px;
    width: 78px;
    height: 78px;
    background: url(/assets/activity/countbg.png) no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.covercorewrapper .countpop span[data-v-a1991623] {
    position: relative;
    z-index: 10000;
    -webkit-text-stroke: 0px #000;
    font-family: NeueBit;
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.covercorewrapper .countpop span[data-v-a1991623]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 4px #000
}

.covercorewrapper .flag[data-v-a1991623] {
    position: absolute;
    z-index: 1000;
    left: -368px;
    bottom: 0;
    width: 348px;
    height: 114px;
    background: url(/assets/activity/flag1.png) no-repeat 0 0;
    background-size: 100% 100%
}

.core-wrapper[data-v-a1991623] {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    width: 186px;
    height: 200px;
    margin-left: -94px;
    overflow: hidden
}

.core-wrapper .p-wrapper[data-v-a1991623] {
    position: absolute;
    z-index: 100;
    width: 200px;
    height: 198px;
    top: 0;
    left: -8px;
    overflow: hidden
}

.core-wrapper .count-wrapper[data-v-a1991623] {
    position: absolute;
    z-index: 100;
    top: 16px;
    left: 16px;
    width: 156px;
    height: 168px;
    background: #000 url(/assets/activity/tipbox.png) no-repeat 0 0;
    background-size: 100% 100%
}

.core-wrapper .count-wrapper .count-center[data-v-a1991623] {
    position: absolute;
    top: 26px;
    left: 24px;
    width: 108px;
    height: 104px;
    line-height: 104px;
    background: #000 url(/assets/activity/fire.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: flex;
    justify-content: center
}

.core-wrapper .count-wrapper .count-center span[data-v-a1991623] {
    position: relative;
    z-index: 10000;
    -webkit-text-stroke: 0px #343434;
    font-family: NeueBit;
    font-size: 92px;
    font-weight: 700;
    color: #fff
}

.core-wrapper .count-wrapper .count-center span[data-v-a1991623]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 3px #343434
}

.core-rightside[data-v-a1991623] {
    position: absolute;
    z-index: 100;
    right: -580px;
    bottom: 280px;
    width: 150px;
    height: 298px;
    background: url(/assets/activity/rightborder.png) no-repeat 0 0;
    background-size: 100% 100%;
    cursor: default
}

.core-rightside .inner[data-v-a1991623] {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    background-color: #000;
    text-align: center
}

.core-rightside .inner .inner-img[data-v-a1991623] {
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: top
}

.core-rightside .inner .inner-count[data-v-a1991623] {
    line-height: 30px;
    margin-top: -10px
}

.core-rightside .inner .inner-count span[data-v-a1991623] {
    line-height: 30px;
    position: relative;
    z-index: 10000;
    -webkit-text-stroke: 0px #343434;
    font-family: NeueBit;
    font-size: 48px;
    font-weight: 700;
    color: #fff
}

.core-rightside .inner .inner-count span[data-v-a1991623]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 4px #343434
}

.core-rightside .inner .inner-btn[data-v-a1991623] {
    margin-top: 10px;
    text-align: center
}

.core-rightside .inner .inner-btn .inner-btn-mint[data-v-a1991623] {
    display: inline-block;
    width: 120px;
    height: 60px;
    cursor: pointer
}

.core-rightside .inner .inner-record[data-v-a1991623] {
    margin-top: 10px;
    font-family: NeueBit;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

.shareandbridge[data-v-a1991623] {
    position: absolute;
    right: -580px;
    bottom: 10px;
    width: 560px
}

.shareandbridge .shareandbridge-tip[data-v-a1991623] {
    position: absolute;
    left: 50px;
    bottom: 4px;
    font-size: 16px;
    font-family: NeueBit;
    color: #ff5402
}

.shareandbridge .share[data-v-a1991623] {
    position: relative;
    width: 560px;
    height: 66px;
    background: url(/assets/activity/act-border.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.shareandbridge .share .share-left[data-v-a1991623] {
    margin-left: 18px;
    display: flex;
    height: 66px;
    line-height: 60px
}

.shareandbridge .share .share-left .share-title[data-v-a1991623] {
    font-family: NeueBit;
    font-size: 32px
}

.shareandbridge .share .share-left .share-left-img[data-v-a1991623] {
    position: relative;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    top: 20px
}

.shareandbridge .share .share-left .share-link[data-v-a1991623] {
    margin-left: 12px;
    font-family: NeueBit;
    font-size: 16px;
    font-weight: 700;
    color: gray;
    width: 120px;
    overflow: hidden
}

.shareandbridge .share .share-right[data-v-a1991623] {
    display: flex;
    height: 66px;
    line-height: 60px;
    margin-right: 30px
}

.shareandbridge .share .share-right .copy-link[data-v-a1991623] {
    font-family: NeueBit;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-right: 20px
}

.shareandbridge .share .share-right .share-right-img[data-v-a1991623] {
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    vertical-align: top;
    top: 22px
}

.shareandbridge .bridge[data-v-a1991623] {
    width: 560px;
    height: 66px;
    background: url(/assets/activity/act-border.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.shareandbridge .bridge .bridge-left[data-v-a1991623] {
    margin-left: 18px;
    display: flex;
    height: 66px;
    line-height: 60px
}

.shareandbridge .bridge .bridge-left .bridge-title[data-v-a1991623] {
    font-family: NeueBit;
    font-size: 32px
}

.shareandbridge .bridge .bridge-left .bridge-left-img[data-v-a1991623] {
    position: relative;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    top: 20px
}

.shareandbridge .bridge .bridge-right .copy-link[data-v-a1991623] {
    font-family: NeueBit;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-right: 80px
}

.oops-tip[data-v-6e5b2bf5] {
    position: absolute;
    z-index: 10000;
    top: 560px;
    left: 60px;
    width: 288px;
    height: 120px;
    background: url(/assets/activity/oops.png) no-repeat 0 0;
    text-indent: 26px
}

.oops-tip span[data-v-6e5b2bf5] {
    position: relative;
    font-family: NeueBit;
    font-size: 32px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    vertical-align: top;
    top: 26px
}

.mint-fail-wrapper[data-v-6e5b2bf5] {
    position: absolute;
    left: 0;
    top: 680px;
    width: 534px;
    height: 66px;
    overflow: hidden
}

.mint-fail-wrapper .mint-fail-line[data-v-6e5b2bf5] {
    position: absolute;
    top: 0;
    left: -534px;
    width: 534px;
    height: 66px;
    transition: left .25s ease-in-out
}

.mint-fail-wrapper .mint-fail-img[data-v-6e5b2bf5] {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 96px;
    height: 96px
}

.merge-anim[data-v-d5b4f95a] {
    position: absolute;
    z-index: 10000;
    bottom: 180px;
    right: 0;
    width: 780px;
    height: 550px
}

.merge-anim .merge-video[data-v-d5b4f95a] {
    width: 100%;
    height: 100%
}

.mint-ok-img[data-v-a6864543] {
    position: absolute;
    z-index: 10000;
    left: 50%;
    top: 680px;
    width: 96px;
    height: 96px;
    margin-left: -48px
}

.mint-ok-num[data-v-a6864543] {
    position: absolute;
    z-index: 10000;
    left: 50%;
    bottom: 280px;
    margin-left: 40px;
    line-height: 40px;
    -webkit-text-stroke: 0 #993328;
    font-family: NeueBit;
    font-size: 96px;
    font-weight: 700;
    color: #e6dc46
}

.mint-ok-num[data-v-a6864543]:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 6px #993328
}

.mint-ok-num[data-v-a6864543] {
    opacity: 0;
    animation: anim-fade-in .25s linear .5s forwards
}

.mint-fail-pop[data-v-c0c9b678] {
    pointer-events: none;
    position: absolute;
    z-index: 10000;
    top: 180px;
    left: 60px;
    width: 660px;
    height: 120px;
    background: url(/assets/activity/failtip.png) no-repeat 0 0;
    background-size: 100% 100%;
    text-indent: 32px;
    display: none
}

.mint-fail-pop span[data-v-c0c9b678] {
    position: relative;
    font-family: NeueBit;
    font-size: 32px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    vertical-align: top;
    top: 26px
}

.game-wrapper[data-v-c0c9b678] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    margin: 0 auto;
    background: url(/assets/activity/grass.png) no-repeat 0 200px/100% 180px,url(/assets/activity/remote.png) no-repeat 0 80px/100% 312px,url(/assets/activity/grass2.png) no-repeat 0 380px/100% 180px,url(/assets/activity/grass3.png) no-repeat 0 560px/100% 180px;
    background-color: #222;
    overflow: hidden
}

.game-wrapper .game-miner[data-v-c0c9b678] {
    position: absolute;
    z-index: 10;
    width: 260px;
    height: 260px
}

.game-wrapper .game-header[data-v-c0c9b678] {
    position: relative;
    z-index: 100;
    pointer-events: none
}

.game-wrapper .game-header .game-tmp[data-v-c0c9b678] {
    height: 60px
}

.game-wrapper .game-header .game-header-desc[data-v-c0c9b678] {
    height: 44px;
    line-height: 44px;
    font-family: NeueBit;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
    margin-top: 14px
}

.game-wrapper .game-header .game-header-desc .game-header-desc-inner[data-v-c0c9b678] {
    position: relative;
    z-index: 10;
    color: #e6dc46;
    -webkit-text-stroke: 1px #993328
}

.game-wrapper .game-header .game-header-desc .game-header-desc-inner[data-v-c0c9b678]:before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 8px #993328
}

.game-wrapper .game-header .game-header-1[data-v-c0c9b678] {
    position: relative;
    height: 96px;
    text-align: center
}

.game-wrapper .game-header .game-header-icon-line[data-v-c0c9b678] {
    position: absolute;
    z-index: 10;
    bottom: -18px;
    left: 50%;
    width: 534px;
    height: 66px;
    margin-left: -268px
}

.game-wrapper .game-header .game-header-icon-ham[data-v-c0c9b678] {
    position: relative;
    top: 20px;
    display: inline-block;
    width: 96px;
    height: 96px;
    vertical-align: top
}

.game-wrapper .game-header .game-header-icon-gold[data-v-c0c9b678] {
    position: relative;
    z-index: 20;
    top: 20px;
    display: inline-block;
    width: 96px;
    height: 96px;
    vertical-align: top
}

.game-wrapper .game-header .game-header-text[data-v-c0c9b678] {
    position: relative;
    display: inline-block;
    z-index: 10;
    line-height: 96px;
    color: #e6dc46;
    font-family: NeueBit;
    font-size: 140px;
    font-weight: 700;
    -webkit-text-stroke: 1px #993328;
    vertical-align: top
}

.game-wrapper .game-header .game-header-text[data-v-c0c9b678]:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-text-stroke: 8px #993328
}
