/* vip弹窗 */
/*成为vip弹窗*/
.vip-pop {
    background: none !important;
}

.vip-pop .box {
    width: 100%;
    max-height: 100vh;
    overflow: auto;
}

.vip-pop .box .content {
    width: 6.08rem;
    height: 7.86rem;
    padding-top: 0.11rem;
    box-sizing: border-box;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/h5/activity/images/festival_2025/0122/pop_bg.png');
}

.vip-pop .box .close {
    width: 0.72rem;
    height: 0.72rem;
    margin: 0.32rem auto 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/h5/activity/images/festival_2025/0122/pop_close.png');
}

.vip-pop .content .icon {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    margin: 0 auto 0.24rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.vip-pop .content .username {
    width: 5.64rem;
    height: 0.38rem;
    font-weight: bold;
    font-size: 0.28rem;
    line-height: 0.38rem;
    color: #43260F;
    text-align: center;
    margin: 0 auto 0.16rem;
}

.vip-pop .content .information {
    /* display: inline-block; */
    width: 5.52rem;
    height: 0.66rem;
    line-height: 0.46rem;
    font-size: 0.24rem;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('/h5/activity/images/festival_2025/0122/pop_bg1.png');
}

.vip-pop .content .information .total {
    margin-right: 0.4rem;
}

.vip-pop .content .text {
    width: 5.64rem;
    height: 0.32rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #181B21;
    text-align: center;
    margin: 0.04rem auto 0.24rem;
}

.vip-pop .content .list {
    width: 5.96rem;
    margin: 0 auto;

}

.vip-pop .content .list .item-wrap {
    padding: 0 0.16rem;
    box-sizing: border-box;
}

.vip-pop .item-wrap .item-box {
    width: 100%;
    height: 3.2rem;
    border-radius: 0.16rem;
    background-color: #181B21;
    padding: 0.4rem 0.24rem 0.32rem 0.24rem;
    box-sizing: border-box;
}

.vip-pop .item-box .box-title {
    height: 0.38rem;
    font-size: 0.28rem;
    line-height: 0.38rem;
    color: #fff;
    margin-bottom: 0.32rem;
}

.vip-pop .item-box .box-desc {
    line-height: 0.38rem;
    font-size: 0.28rem;
    height: 0.76rem;
    color: #fff;
    margin-bottom: 0.42rem;
}

.vip-pop .item-box .box-btn {
    font-size: 0.24rem;
    line-height: 0.6rem;
    color: #43260F;
    height: 0.6rem;
    font-weight: bold;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/h5/activity/images/festival_2025/0122/pop_btn.png');
}

.vip-pop .activity-pop-title {
    /* width:0.68rem;
    height: 0.36rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/images/achievement/activity-pop-title.png');
    color: #fff;
    font-size: 0.2rem; */
    background-color: #FF3B30;
    color: #fff;
    font-size: 0.22rem;
    border-radius: 0.16rem;
    padding: 0 0.06rem;
    margin-right: 0.1rem;
}