 .bonus-1-modal {
     padding: 20px 20px 40px 20px;
     width: 968px;
     background: #fff;
     position: fixed;
     top: 40px;
     left: 50%;
     transform: translateX(-50%);
     border-radius: 20px;
     border: 1px solid #eee;
     z-index: 9999;
     overflow: hidden;
     display: flex;
     flex-direction: column;
 }

 /* 新增伪类元素，底部相应问题遮罩 */
 .bonus-1-modal::after {
     content: "";
     position: absolute;
     left: 5%;
     bottom: 0;
     width: 90%;
     height: 20px;
     pointer-events: none;
     z-index: 9999;
     background: #fff;
 }

 .modal-mask {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.4);
     z-index: 9998;
 }

 .modal-header1 {
     padding-bottom: 20px;
     position: relative;
 }

 .modal-title {
     font-size: 20px;
     font-weight: bold;
     text-align: center;
 }

 .modal-date {
     font-size: 14px;
     color: #666;
     margin-top: 5px;
     text-align: center;
 }

 .modal-close {
     position: absolute;
     right: 10px;
     top: -10px;
     cursor: pointer;
     font-size: 40px;
     color: #7C8591;
     z-index: 999;
 }

 .tab-buttons {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 15px;

 }

 .tab {
     border: none;
     background: #eee;
     cursor: pointer;
     border-radius: 10px;
     height: 56px;
     width: 49%;
     color: #7C8591;
     font-size: 24px;
 }

 .tab.active {
     background: linear-gradient(90deg, #79BEF3 0%, #177CFF 100%);
     color: white;
 }

 .bonus-1-table-wrapper {
     max-height: 500px;
     overflow-y: auto;
 }

 .bonus-1-table {
     width: 100%;
     border-collapse: collapse;
     margin-top: 30px;
 }

 .bonus-1-table thead {
     background: linear-gradient(90deg, #79BEF3 0%, #177CFF 100%);
 }

 .bonus-1-table th,
 .bonus-1-table td {
     line-height: 56px;
     text-align: center;
     font-family: PingFang SC;
     font-weight: 600;
     font-size: 16px;
     color: #fff;
     border: 1px solid #EEEEEE;
     width: 25%;
 }


 .bonus-5-table th,
 .bonus-5-table td {
     line-height: 56px;
     text-align: center;
     font-family: PingFang SC;
     font-weight: 400;
     font-size: 16px;
     border: 1px solid #EEEEEE;
     width: 20%;
 }

 .bonus-1-footer {
     text-align: center;
     font-size: 14px;
     color: #999;
     height: 56px;
     border-left: 1px solid #EEEEEE;
     border-bottom: 1px solid #EEEEEE;
     border-right: 1px solid #EEEEEE;
 }

 .bonus-2-footer {
     text-align: center;
     font-size: 14px;
     color: #999;
     height: 56px;
     border-left: 1px solid #EEEEEE;
     border-bottom: 1px solid #EEEEEE;
     border-right: 1px solid #EEEEEE;
 }

 .bonus-3-footer {
     text-align: center;
     font-size: 14px;
     color: #999;
     height: 56px;
     border-left: 1px solid #EEEEEE;
     border-bottom: 1px solid #EEEEEE;
     border-right: 1px solid #EEEEEE;
 }



 .bonus-1-footer .footer-tip p {
     font-family: PingFang SC;
     font-weight: 400;
     font-size: 14px;
     line-height: 20px;
     letter-spacing: 0%;
     text-align: center;
     vertical-align: middle;
     color: orange;
     margin-top: 5px;
 }

 .color-status {
     color: orange;
 }

 .footer-line {
     margin-top: 10px;
     color: #aaa;
 }

 .bonus-1-table td:nth-child(1) {
     color: #7C8591;
     font-family: PingFang SC;
     font-weight: 400;
     font-size: 16px;
     line-height: 12px;
     letter-spacing: 0px;
     text-align: center;
 }

 .bonus-1-table td:nth-child(2) {
     color: #7C8591;
     font-family: PingFang SC;
     font-weight: 400;
     font-size: 16px;
     line-height: 12px;
     letter-spacing: 0px;
     text-align: center;

 }

 .bonus-1-table td:nth-child(3) {
     color: #333;
     font-family: DIN Alternate;
     font-weight: 700;
     font-size: 16px;
     line-height: 12px;
     letter-spacing: 0px;
     text-align: center;

 }

 .bonus-5-table td:nth-child(3) {
     color: #333;
     font-family: DIN Alternate;
     font-weight: 400;
     font-size: 16px;
     line-height: 12px;
     letter-spacing: 0px;
     text-align: center;
 }

 .bonus-3-table td:nth-child(3) {
     color: #333;
     font-family: DIN Alternate;
     font-weight: 500 !important;
     font-size: 16px;
     line-height: 12px;
     letter-spacing: 0px;
     text-align: center;

 }

 /* 领奖按钮 */
 .bonus1-table-btn {
     color: #fff;
     border: none;
     font-size: 16px;
     font-weight: bold;
     cursor: pointer;
     width: 70%;
     height: 33px;
     border-radius: 4px;
     background: linear-gradient(90deg, #79BEF3 0%, #177CFF 100%);



 }



 /* .tab.invite-member-tab {
    margin-right: 15px;
}

.tab.invite-member-tab:last-child {
    margin-right: 0;
} */