.vip-container {
    position: absolute;
    right: 6px;
    top: 2px;
    display: flex;
    align-items: center;
    background: #aba7a74d;
    padding: 2px 10px;
    font-size: 16px;
    cursor: default;
}

.vip-container:hover {
    background: #2980cd;
}

.vip-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.vip-mask-wrapp {
    padding: 100px;
    background: #ffffff73;
    border-radius: 12px;
    color: #ae4175;
    font-size: 18px;
    display: flex;
    align-items: center;
}