#inviteFriendModal {
    height: 650px;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 100 !important;
}

#bonusModalMask,
#bonusModal {
    /* z-index: 101 !important; */
}

#inviteFriendModal .modal-header1 {
    position: sticky;
    top: -20px;
    z-index: 10;
    background: #fff;
    padding-top: 20px;

}

#inviteFriendModal::-webkit-scrollbar {
    display: none;
}

.Invitation-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.invitation-card {
    width: 450px;
    height: 246px;
    border: 1px solid #D3C9BB;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}

.invitation-card .card-top-right {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 95px;
    height: 20px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #323757;
    cursor: pointer;
}

.invitation-card .card-top-right img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.invitation-card-top {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, #FFFFFF 0%, #BADDFE 100%);
    border-radius: 10px 10px 0 0;

}


.invitation-card-top .modal-title {
    justify-content: left !important;
    margin-top: 17px;
    margin-left: 10px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #323757;
}

.invitation-card-bottom {
    width: 100%;
    height: 184px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #D3C9BB;
    padding: 24px;
}

.invitation-card-bottom .bottom-item1 {
    width: 100%;
    height: 60px;
    background: #C4E2FE;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;

}


.invitation-card-bottom .bottom-item1 .bottom-item1-left {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 0%;

}

.invitation-card-bottom .bottom-item1 .bottom-item1-left img {
    margin-left: 5px;
    cursor: pointer;
}

.invitation-card-bottom .bottom-item1 .bottom-item1-right {
    width: 250px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

/* .invitation-card-bottom .bottom-item1 .bottom-item1-right img {
    margin-left: 5px;
} */


.invitation-card-method .invitation-card-method-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 184px;
    border-radius: 10px;
    border-top: 1px solid #D3C9BB;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    box-sizing: border-box;
}

.invitation-card-method .invite-method-btn {
    width: 100%;
    height: 56px;
    background: linear-gradient(90deg, #6EC6FF 0%, #388BFF 100%);
    border: none;
    border-radius: 14px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;

}

.invitation-card-method .invite-method-icon {
    width: 35px;
    height: 35px;
    margin-right: 12px;
}


/* 我的邀请 */
.my-invitation {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.my-invitation div span {
    font-family: DIN Alternate;
    font-weight: 700;
    font-size: 24px;
    color: #353535;
    margin-right: 5px;
}

.my-invitation div {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0%;
    text-align: right;

}
.my-invitation .right{
    cursor: pointer;
}
.my-invitation div img {
    width: 12px;
    height: 12px;
}




/* 推荐加到 InviteFrien.css 结尾 */
/* 外层表格盒子 */
.my-invitation-table {
    width: 402px;
    border-radius: 9px;
    border: 1px solid #D3C9BB;
    /* overflow: hidden; */
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: "PingFang SC", sans-serif;

}

/* 表头 */
.my-invitation-table-header {
    display: flex;
    height: 32px;
    align-items: center;
    background: linear-gradient(270deg, #EFDFC9 0%, #FFF5E4 100%);
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #323757;
    text-align: center;
    border-radius: 9px 9px 0 0;

}

.my-invitation-table-header>div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 表格行 */
.my-invitation-table-row {
    display: flex;
    align-items: center;
    height: 24px;
    font-size: 12px;
    background: #fff;
}

.my-invitation-table-row.even {
    background: #F6F7F9;
    border-radius: 0 0 9px 9px;
}

/* 第一列：活动名称 */
.my-invitation-table-name {
    flex: 1;
    color: #7C8591;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "PingFang SC", sans-serif;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.invitation-popover1 {
    position: absolute;
    top: -50%;
    left: 80%;
    transform: translateY(-50%);
    width: 250px;
    background: #FFF9F2;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 0;
    display: none;
    border: 1px solid #E7D9C2;
}
.invitation-popover2{
        position: absolute;
        top: 35px;
        left: 70%;
        transform: translateX(-50%);
        width: 250px;
        background: #FFF9F2;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        z-index: 100;
        padding: 0;
        display: none;
        border: 1px solid #E7D9C2;
}
.invitation-popover-title {
    padding: 10px 15px;
    background: linear-gradient(90deg, #EEDEC7 0%, #FFF5E4 100%);
    font-family: "PingFang SC", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #323757;
    border-bottom: 1px solid #E7D9C2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.invitation-popover-content {
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    background: #FFF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
}

/* 问号图标 */
.my-invitation-table-icon {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: middle;
}

/* 第二列：有效受邀人 */
.my-invitation-table-value {
    flex: 1;
    color: #323757;
    font-family: "DIN Alternate", "Arial", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.invitation-card-bottom-vip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.vip-input-wrap {
    width: 100%;
    background: #EAF4FF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 0 32px;
    height: 60px;
}

.vip-input-label {
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #323757;
    margin-right: 12px;
    white-space: nowrap;
}

.vip-input {
    border: none;
    outline: none;
    background: transparent;
    font-family: "PingFang SC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #AAB2BD;
    flex: 1;
}

.vip-apply-btn {
    width: 100%;
    height: 60px;
    margin-top: 16px;
    background: linear-gradient(90deg, #8BC6F7 0%, #388BFF 100%);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-family: "PingFang SC", sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
    letter-spacing: 2px;
}

.vip-apply-btn:active {
    opacity: 0.85;
}

.problem-wrap {
    width: 100%;
    height: 313px;
    border-radius: 10px;
    display: flex;
    position: relative;
    display: flex;
    flex-direction: column;
}

.problem-wrap .problem-wrap-top {
    background: linear-gradient(180deg, #C2E1FD 0%, #FFFFFF 100%);
    width: 100%;
    height: 60px;
    display: flex;
    border-radius: 10px 10px 0 0;
}

.problem-wrap .problem-wrap-top .title-line {
    margin-left: 30px;
    margin-top: 10px;
}

.problem-wrap .problem-wrap-top .title-left-fonts {
    margin-top: 10px;
}

.problem-wrap .problem-wrap-bottom {
    flex: 1;
    border: 1px solid #D3C9BB;
    /* height: 251px; */
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    border-radius: 10px;
    padding: 30px 50px;
}

.problem-wrap-bottom-box {
    width: 100%;
    height: 100%;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0 16px;
    background: #fff;
}

.faq-arrow {
    transition: transform 0.2s;
    content: url('/assets/abc2020/discount/297/images/arrow-down.png');
}

.faq-item.active .faq-arrow {
    content: url('/assets/abc2020/discount/297/images/arrow-up.png');
    /* 展开时的箭头图片 */
}

.faq-answer {
    display: none;
    font-size: 14px;
    color: #666;
    background: #fafbfc;
    padding: 12px;
    line-height: 1.7;
    border-radius: 10px;
}

.faq-item.active .faq-answer {
    display: block;
}

















/* 推荐加到 InviteFrien.css 或 bonusModal.css 结尾 */
/* 外层大盒子 */
.discount-main-box {
    width: 920px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px 0 #0000000D;
    margin: 32px auto;
    /* padding-bottom: 40px; */
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    position: relative;
}

/* 顶部蓝色渐变区域 */
.discount-main-header {
    width: 100%;
    height: 60px;
    background: linear-gradient(360deg, #FFFFFF 10%, #BADDFE 100%);
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
}

.discount-main-title {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
}

.vip-level {
    color: #FF8400;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    margin-right: 5px;
}

.title-text {
    color: #323757;
    font-size: 20px;
    font-weight: 600;
}

.discount-main-report {
    display: flex;
    align-items: center;
    color: #323757;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.report-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}


.discount-main-table-outer-wrap {
    width: 100%;
    height: 288px;
    border-radius: 16px;
    /* position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid red; */
    border: 1px solid #D3C9BB;
    background: #fff;
}

/* 表格外层 */
.discount-main-table-outer {
    width: 840px;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 10px 0 #0000001A;
    border: 1px solid #D3C9BB;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 0;
}

/* 表格本体 */
.discount-main-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "PingFang SC", sans-serif;
    background: #fff;
}

.discount-main-table thead tr {

    background: #F6F7F8;

    height: 40px;
}

.discount-main-table th {
    font-family: "PingFang SC", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #323757;
    text-align: center;
    height: 40px;
    border: none;
}

.discount-main-table tbody tr {
    height: 40px;
}

.discount-main-table tbody tr:nth-child(even) {
    background: #F6F7F9;
}

.discount-main-table td {
    font-size: 16px;
    text-align: center;
    border: none;
    padding: 0;
    height: 40px;
    color: #7C8591;
    font-family: "PingFang SC", sans-serif;
}

.discount-main-table td:last-child {
    color: #323757;
    font-family: "DIN Alternate", "Arial", sans-serif;
    font-weight: 700;
    font-size: 16px;
}