[v-cloak] {
    display: none;
}

#wrap {
    width: 11.25rem;
    height: 100vh;
    position: relative;
    margin: 0 auto;
    padding-top: 1.29rem;
}

/* 侧边登录 */
.loginInfo {
    position: fixed;
    left: 0;
    top: 4.4rem;
    height: 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.36rem;
    color: #fff;
    z-index: 999;
    border-radius: 0 0.75rem 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
}

.loginInfo .username {
    margin-right: 0.3rem;
}

/* 通用导航 */
.header {
    width: 100%;
    height: 1.27rem;
    background: url("../imgs/bg-nav.png") no-repeat center / 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: .27rem;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
}

.header .btn_back {
    width: 2.61rem;
    height: .96rem;
}

.header .btn_back img {
    width: 100%;
    height: 100%;
}

.header .title {
    width: 2.76rem;
    height: .71rem;
}

.header .rule {
    width: 1.93rem;
    height: .6rem;
}

/* 通用倒计时 */
.end-time {
    position: absolute;
    top: 2.05rem;
    right: 0rem;
    padding-right: .15rem;
    color: #E6D2BA;
    font-size: .18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 8;
}

.end-time p {
    text-align: center;
}

/* 底部积分 */
.score_wrapper {
    position: fixed;
    width: 100%;
    height: 1.98rem;
    background: url(../imgs/bg-footer.png) no-repeat center / 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .4rem .5rem 0 4.5rem;
    z-index: 9999;
}

.score_wrapper span {
    color: #FFEFC3;
    font-size: .5rem;
}

.score_wrapper .record {
    width: 1.84rem;
    height: .54rem;
}

/* 气泡弹出 */
.popover {
    position: fixed;
    z-index: 9999;
    /* top:3rem;
    left: 3rem; */
    transform: translate(-50%);
    padding: 0.15rem 0.3rem;
    font-size: 0.36rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 0.12rem;
    max-width: 4.5rem;
    word-break: break-all;
}

.popover::after {
    content: "";
    border: 0.18rem solid;
    border-top-color: rgba(0, 0, 0, 0.75);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.3rem;
}

/* 弹窗相关 */
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.modal {
    width: 11.49rem;
    position: relative;
    animation: puffBlurIn 300ms both;
    transform-style: preserve-3d;
}

.modal .close {
    width: 1.22rem;
    height: 1.22rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 积分弹窗 */
.modal_score {
    height: 13.09rem;
    padding: 4.2rem 0.6rem 0.5rem 1.2rem;
    background: url(../imgs/score-record.png) no-repeat center / 100%;
}

.score_content {
    font-size: 0.45rem;
    width: 100%;
    height: 8rem;
    overflow-y: auto;
    line-height: 1.8em;
}

.score_content span {
    color: #3C2B1B;
}

.score_content li {
    display: flex;
}

.score_content li .date {
    width: 3.2rem;
}

.score_content li .name {
    width: 3.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 邀请 */
.modal_invite {
    width: 8.71rem;
    height: 6.58rem;
    background: url(../imgs/bg-invite.png) no-repeat center / 100%;
}

.modal_invite .invite_content {
    width: 100%;
    height: 100%;
    font-size: .34rem;
    color: #5C3E18;
    padding: 1.7rem .5rem;
    word-break: break-all;
}

.modal_invite .invite_content p {
    line-height: 1.3em;
}

.modal_invite .btn-invite {
    width: 3.51rem;
    height: 1.18rem;
    margin: .2rem auto;
    display: block;
}

.modal_invite .close {
    width: 1.22rem;
    height: 1.22rem;
    position: absolute;
    margin-top: -3.2rem;
    margin-left: 4.3rem;
}

/* 恭喜获得 */
.modal_award {
    width: 7.84rem;
    height: 6.47rem;
    background: url(../imgs/bg-award.png) no-repeat center / 100%;
}

.modal_award .close {
    width: 1.22rem;
    height: 1.22rem;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-top: -3.92rem;
    margin-left: 3.23rem;
}

.modal_award .award_content {
    padding-top: 4rem;
}

.modal_award .award_content .btn_know {
    width: 2.41rem;
    height: .86rem;
    display: block;
    margin: 0 auto;
}

/* 帮助弹窗 */
.modal_help {
    width: 11.7rem;
    height: 18.08rem;
    background: url(../imgs/bg-help.png) no-repeat center / 100%;
    padding-top: 4.2rem;
}
.modal_help .close {
    margin-left: 4.8rem;
    margin-top: -8rem;
}
.modal_help .help_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 12rem;
    overflow-y: auto;
}

.modal_help .help_content img {
    margin-bottom: .6rem;
}

/* 任务 */
.modal_task {
    width: 90vw;
    height: 95vh;
    padding: 2rem 1.2rem .8rem 1rem;
    background: url(../imgs/bg-task.png) no-repeat center / 100%;
}

.modal_task ul {
    margin-top: 3.0rem;
    width: 100%;
    height: 55vh;
    overflow-y: auto;
}

.modal_task li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.2rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px dotted #A78E78;
}

.modal_task li .left {
    display: flex;
    align-items: center;
    flex: 1;
}

.modal_task li .left .icon {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../imgs/icon-task.png) no-repeat center / 100%;
    position: relative;
}

.modal_task li .left .icon span {
    color: #fff;
    font-size: 0.33rem;
    position: absolute;
    bottom: .05rem;
    right: .05rem;

}

.modal_task li .left .info {
    flex: 1;
    margin-left: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 1rem;
}

.modal_task li .left .info .name {
    color: #CD6F00;
    font-size: 0.4rem;
    font-weight: bold;
}

.modal_task li .left .info .desc {
    color: #573A15;
    font-size: 0.27rem;
}

.modal_task .btn {
    width: 2.49rem;
    height: 0.86rem;
    margin-left: 0.2rem;
}

@keyframes puffBlurIn {
    0% {
        opacity: 0;
        transform: scale(0);
        filter: blur(2px);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0px);
    }
}
.modal_score .close {
    margin-left: 4.8rem;
    margin-top: -5.8rem;
}
.modal_invite .close {

}