.NOT-invite-page {
    min-height: 100vh;
    background-color: #00000080;
    padding-top: .42rem;
    padding-bottom: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.NOT-invite-page-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: .48rem;
    color: #ebd6fd;
    padding: 0 .48rem
}

.NOT-invite-page-title-desc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .4rem
}

.NOT-invite-page-ranking-icon {
    width: 1rem;
    height: 1rem;
    background-image: url(/imgs/ranking_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0
}

.NOT-invite-page-title-icon {
    width: .6rem;
    height: .6rem;
    background-image: url(/imgs/notcoin.png);
    background-size: contain;
    background-repeat: no-repeat
}

.NOT-invite-page-title-spin {
    display: flex;
    align-items: center;
    color: #ebcb19
}

.NOT-invite-page-title-spin-icon {
    width: .59rem;
    height: .62rem;
    background-image: url(/imgs/ticket.png);
    background-size: contain;
    background-repeat: no-repeat
}

.NOT-invite-containter {
    width: 6.8rem;
    min-height: calc(100vh - 2.92rem);
    padding-bottom: .22rem;
    background: #00000080;
    border-radius: .2rem;
    margin-top: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.NOT-invite-friend-list {
    width: 6.8rem;
    max-height: 55vh;
    overflow-y: auto;
    padding: .16rem .44rem .14rem
}

.NOT-invite-friend-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .08rem 0 .16rem;
    border-bottom: 1px solid #46295c
}

.NOT-invite-friend-item-player {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: .82rem
}

.NOT-invite-friend-item-player-default-avatar {
    position: absolute;
    z-index: 1;
    width: .82rem;
    height: .82rem;
    border-radius: 50%
}

.NOT-invite-friend-item-player-avatar {
    position: absolute;
    z-index: 2;
    width: .82rem;
    height: .82rem;
    border-radius: 50%
}

.NOT-invite-friend-item-player-name {
    font-weight: 400;
    font-size: .3rem;
    color: #ebd6fd;
    margin-left: 1.02rem;
    width: 3.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.NOT-invite-friend-item-player-name:where([dir=rtl],[dir=rtl] *) {
    margin-left: 0;
    margin-right: .2rem
}

.NOT-invite-friend-item-joined {
    font-weight: 400;
    font-size: .24rem;
    color: #fbd815;
    text-align: right
}

.NOT-invite-page-friend-item-spin {
    font-weight: 600;
    font-size: .36rem;
    display: flex;
    align-items: center;
    color: #fbd815
}

.NOT-invite-page-friend-item-spin-icon {
    width: .4425rem;
    height: .465rem;
    background-image: url(/imgs/ticket.png);
    background-size: contain;
    background-repeat: no-repeat
}

.NOT-invite-tip-panel {
    box-sizing: border-box;
    width: 6.4rem;
    padding: .22rem .38rem;
    background: linear-gradient(0deg,#4f37d0,#9a35f5 60%);
    border-radius: .2rem;
    margin-top: .44rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.NOT-invite-tip-text {
    font-weight: 400;
    font-size: .24rem;
    color: #ebd6fd
}

.NOT-invite-tip-highlight {
    font-weight: 700;
    color: #edcb19
}
