@charset "UTF-8";
.van-toast[data-v-f1e983bd] {
    word-break: break-word !important
}

.cg-default.van-button[data-v-f1e983bd] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-f1e983bd] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-f1e983bd] {
    height: 80%
}

@media(orientation:landscape) {
    html.landscape[data-v-f1e983bd] {
        font-size: 9vh !important
    }
}

.dailySignIn__container[data-v-f1e983bd] {
    font-family: Inter, sans-serif;
    padding-bottom: 1.28rem;
    background: var(--bgColor-67)
}

.dailySignIn__container[data-v-f1e983bd] .navbar .navbar__content {
    background: var(--bg_color_L2)
}

.dailySignIn__container[data-v-f1e983bd] .navbar .navbar__content .navbar__content-left .van-icon,
.dailySignIn__container[data-v-f1e983bd] .navbar .navbar__content .navbar__content-title {
    color: var(--textW)
}

.dailySignIn__container .greyBtn[data-v-f1e983bd] {
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important
}

.dailySignIn__container-hero[data-v-f1e983bd] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    min-height: 6.53333rem;
    margin-bottom: .42667rem;
    padding: 0 .4rem .26667rem;
    background: url(/assets/png/headerBg-wH9KQKE_.png) no-repeat center/cover, #f54545 no-repeat center/cover
}

.dailySignIn__container-hero__header[data-v-f1e983bd] {
    color: #fff;
    padding-top: .26667rem
}

.dailySignIn__container-hero__header h1[data-v-f1e983bd] {
    font-size: .53333rem
}

.dailySignIn__container-hero__header h1[data-v-f1e983bd]:last-of-type {
    margin-bottom: 0;
    font-size: .50667rem;
    font-weight: 700
}

.dailySignIn__container-hero__header p[data-v-f1e983bd] {
    font-size: .32rem;
    margin-bottom: .37333rem
}

.dailySignIn__container-hero__header p[data-v-f1e983bd]:first-of-type {
    width: 6.66667rem;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.dailySignIn__container-hero__header p[data-v-f1e983bd]:last-of-type {
    margin-bottom: .08rem
}

.dailySignIn__container-hero__header div[data-v-f1e983bd] {
    display: inline-block;
    width: 5.33333rem;
    margin-bottom: .21333rem;
    padding: .13333rem .41333rem .13333rem .14667rem;
    color: #f95959;
    font-size: .32rem;
    line-height: .4rem;
    background: #fff;
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
    word-break: break-all
}

.dailySignIn__container-hero__header div span[data-v-f1e983bd] {
    vertical-align: middle;
    margin-inline: .13333rem;
    font-size: .48rem;
    font-weight: 600
}

.dailySignIn__container-hero__footer[data-v-f1e983bd] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .53333rem
}

.dailySignIn__container-hero__footer button[data-v-f1e983bd] {
    width: 3.53333rem;
    height: .8rem;
    padding: .18667rem 0;
    color: #fff;
    font-size: .34667rem;
    line-height: .32rem;
    border: none;
    border-radius: 9rem;
    background: -webkit-linear-gradient(top, #FFBD40 0%, #FF7F3D 100%);
    background: linear-gradient(180deg, #ffbd40, #ff7f3d);
    cursor: pointer
}

.dailySignIn__container-content[data-v-f1e983bd] {
    padding-inline: .32rem
}

.dailySignIn__container-content__wrapper[data-v-f1e983bd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: .2rem
}

.dailySignIn__container-content__wrapper-block[data-v-f1e983bd] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 2.98667rem;
    height: 2.93333rem;
    background: var(--bg_color_L2);
    border-radius: .13333rem
}

.dailySignIn__container-content__wrapper-block__header[data-v-f1e983bd] {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.dailySignIn__container-content__wrapper-block__header img[data-v-f1e983bd] {
    width: 2.98667rem;
    height: .72rem;
    visibility: hidden
}

.dailySignIn__container-content__wrapper-block__header span[data-v-f1e983bd] {
    position: absolute;
    top: calc(50% - .02667rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--text_color_L1);
    font-size: .42667rem;
    line-height: 1
}

.dailySignIn__container-content__wrapper-block>img[data-v-f1e983bd] {
    width: 1.06667rem;
    height: 1.06667rem;
    margin-block: .18667rem .27773rem
}

.dailySignIn__container-content__wrapper-block>span[data-v-f1e983bd] {
    color: var(--text_color_L2);
    font-size: .34667rem
}

.dailySignIn__container-content__wrapper-block img[data-v-f1e983bd] {
    max-width: 100%
}

.dailySignIn__container-content__wrapper-block[data-v-f1e983bd]:last-of-type {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    grid-column: 1/-1;
    background: var(--bg_color_L2)
}

.dailySignIn__container-content__wrapper-block:last-of-type .lastImage[data-v-f1e983bd] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 8.66667rem;
    background-color: transparent;
    height: 2.93333rem
}

.dailySignIn__container-content__wrapper-block:last-of-type .lastImage img[data-v-f1e983bd] {
    width: 3.57333rem;
    height: 2.45333rem
}

.dailySignIn__container-content__wrapper-block:last-of-type>div[data-v-f1e983bd] {
    position: absolute;
    top: 50%;
    right: 1.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .36rem
}

.dailySignIn__container-content__wrapper-block:last-of-type>div>span[data-v-f1e983bd]:first-of-type {
    position: relative;
    color: var(--text_color_L1);
    font-size: .42667rem
}

.dailySignIn__container-content__wrapper-block:last-of-type>div>span[data-v-f1e983bd]:first-of-type:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -.53333rem;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    display: block;
    width: .32rem;
    height: .02667rem;
    background: -webkit-linear-gradient(right, #C0C4DC 0%, rgba(192, 196, 220, 0) 100%);
    background: linear-gradient(270deg, #c0c4dc, #c0c4dc00)
}

.dailySignIn__container-content__wrapper-block:last-of-type>div>span[data-v-f1e983bd]:first-of-type:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -.53333rem;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    display: block;
    width: .32rem;
    height: .02667rem;
    background: -webkit-linear-gradient(right, #C0C4DC 0%, rgba(192, 196, 220, 0) 100%);
    background: linear-gradient(270deg, #c0c4dc, #c0c4dc00)
}

.dailySignIn__container-content__wrapper-block:last-of-type>div>span[data-v-f1e983bd]:last-of-type {
    color: var(--text_color_L2);
    font-size: .4rem
}

.dailySignIn__container-content__wrapper-block.signed[data-v-f1e983bd] {
    background: url(/assets/png/Signed-DW1V99pr.png) no-repeat;
    background-position: center;
    background-size: 96% 100%
}

.dailySignIn__container-content__wrapper-block.signed img[data-v-f1e983bd] {
    visibility: visible
}

.dailySignIn__container-content__wrapper-block.signed span[data-v-f1e983bd] {
    color: #fff !important
}

.dailySignIn__container-content__wrapper-block.signed[data-v-f1e983bd]:last-of-type {
    background: url(/assets/png/day7BgActive-CCEjbQnJ.png) no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.dailySignIn__container-content__footer[data-v-f1e983bd] {
    width: 100%;
    height: 1.06667rem;
    margin-top: 1.45333rem;
    padding: 0 1.13333rem;
    text-align: center
}

.dailySignIn__container-content__footer button[data-v-f1e983bd] {
    width: 100%;
    height: 100%;
    padding-block: .10667rem;
    color: var(--text_color_L4);
    font-size: .48rem;
    border: none;
    border-radius: 9rem;
    background: var(--main_gradient-color)
}

.dailySignIn__container-content__footer button[data-v-f1e983bd]:active {
    background: var(--main_gradient-color)
}