.pingan {
    color: #FF5733; 
    font-size: 116%; 
    font-weight: bold; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
    line-height: 1.6; 
    margin-bottom: 10px;
}
.sc{
    position: relative;
    display: flex;
    background-color: rgb(255 255 255 / 4%);
    padding: 30px;
    overflow: hidden;
    cursor: pointer;
    margin-top: -13px;
    font-size: 16px;
    text-align: center;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 3.59vw;
    line-height: 5.128vw;
    color: #d81c52;
}
.sc table tr th{width:43.333vw}
.sc table tr td{width:43.333vw}
h5{width: 100%;text-align: center;color: #d81c52;}

/* 统一内容容器，保证所有模块左右边距一致 */
.firstScreen_navigation__32wY_ {
    padding-left: 12px;
    padding-right: 12px;
}

/* 确保宣传标语容器内部边距与排行榜完全对齐 */
.promo-card {
    width: 100%;
    text-align: left;
    background: linear-gradient(135deg, rgba(74,110,224,0.08) 0%, rgba(74,110,224,0.03) 100%);
    border-radius: 20px;
    padding: 12px 16px;
    margin-bottom: 15px;
    border-left: 5px solid #4A6EE0;
    border-right: 5px solid #4A6EE0;
    box-sizing: border-box;
}

/* 游戏图片容器自适应 */
.game-img-container {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.game-img {
    width: 92.6%;
    max-width: 100%;
}

/* ========= 盈利排行榜 - 主题色(紫金)风格 ========= */
.rank-master-wrapper {
    margin: 6px 0 6px 0;
    background: linear-gradient(145deg, #ffffff 0%, #f0f5ff 100%);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(74,110,224,0.3);
    overflow: hidden;
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.rank-header {
    background: linear-gradient(135deg, #6103a9 0%, #9c05d9 100%);
    padding: 18px 20px;
    position: relative;
}
.rank-header h2 {
    font-size: 6vw;
    font-weight: 800;
    margin: 0;
    color: #FFE6A7;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rank-header h2:before {
    content: "🏆";
    font-size: 7vw;
}
.rank-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    color: #ffca00;
    font-size: 3.2vw;
}
.update-badge-rank {
    background: linear-gradient(to right, rgb(246, 46, 110), rgb(253, 53, 53), rgb(255, 141, 75));
    padding: 4px 12px;
    border-radius: 40px;
    font-size: 2.8vw;
    backdrop-filter: blur(4px);
    color: #ffeaad;
}
/* 前三爆奖区 */
.jackpot-area {
    padding: 20px 16px 12px;
    background: #f8fbff;
    border-bottom: 1px solid #c5d5f5;
}
.jackpot-label {
    font-size: 4vw;
    font-weight: 700;
    color: #2c5a9e;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.top-three-flex {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    justify-content: center;
}
.rank-card-jack {
    flex: 1;
    background: linear-gradient(145deg, #eef3ff, #e0eaff);
    border-radius: 28px;
    padding: 14px 6px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0,0,0,0.05);
    transition: all 0.2s;
    border: 1px solid #b9ceff;
}
.rank-card-jack.first {
    background: linear-gradient(135deg, #ffecb3, #ffe0a3);
    transform: scale(1.02);
    border: 1px solid #f5a623;
    box-shadow: 0 10px 20px rgba(245,166,35,0.2);
}
.rank-medal {
    font-size: 10vw;
    line-height: 1;
}
.rank-username {
    font-weight: 700;
    font-size: 4.2vw;
    margin: 8px 0 4px;
    color: #1f3a6b;
}
.rank-money {
    font-size: 5vw;
    font-weight: 800;
    color: #e67e22;
}

/* 滚动区域 - 固定展示3条，上下无缝轮播，颜色与板块匹配 */
.scroll-rank-area {
    background: #ffffff;
    padding: 12px 0;
    border-bottom: 1px solid #e9eff9;
}
.scroll-title {
    padding: 0 16px 10px;
    font-size: 3.8vw;
    font-weight: 600;
    color: #3b6cb7;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px dashed #d4e0fc;
    margin-bottom: 8px;
}
.rank-scroll-container {
    overflow: hidden;
    position: relative;
    height: auto;
    background: #fafcff;
    border-radius: 16px;
    margin: 0 12px;
}
.rank-scroll-wrapper {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.rank-scroll-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rank-scroll-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #ffffff;
    border-bottom: 1px solid #eff3fc;
    font-size: 3.8vw;
    box-sizing: border-box;
    gap: 12px;
    transition: background 0.2s;
}
.rank-scroll-item:hover {
    background: #f8faff;
}
/* 三列布局 */
.scroll-user {
    flex: 2;
    font-weight: 600;
    color: #1e2a47;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.scroll-user-avatar {
    background: linear-gradient(145deg, #eef2ff, #e0e8fc);
    width: 9vw;
    height: 9vw;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #4a6ee0;
    font-size: 4vw;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.scroll-user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 3.8vw;
}
.scroll-amount {
    flex: 1.2;
    text-align: center;
    font-weight: 800;
    color: #e67e22;
    white-space: nowrap;
    font-size: 4vw;
    background: rgba(230,126,34,0.08);
    padding: 5px 12px;
    border-radius: 30px;
}
.scroll-amount:before {
    content: "🔥爆奖 ";
    font-size: 3.2vw;
    font-weight: 600;
    color: #f5a623;
    margin-right: 4px;
}
.scroll-time {
    flex: 1.2;
    text-align: right;
    font-size: 3.2vw;
    color: #8b9ab0;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
}
.scroll-time:before {
    content: "⏱️";
    font-size: 3.2vw;
}

.rank-footer-note {
    text-align: center;
    font-size: 2.8vw;
    padding: 12px;
    background: #f0f5ff;
    color: #4a6ee0;
    border-top: 1px solid #cddffa;
}
.toast-rank {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
    color: #ffdf8c;
    padding: 8px 20px;
    border-radius: 60px;
    font-size: 3.2vw;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    white-space: nowrap;
}

.firstScreen_url_item__2wC8N {
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .rank-card-jack { padding: 10px 4px; }
    .rank-username { font-size: 4.8vw; }
    .rank-money { font-size: 5.6vw; }
    .scroll-user-avatar { width: 11vw; height: 11vw; font-size: 5vw; }
    .firstScreen_navigation__32wY_ { padding-left: 12px; padding-right: 12px; }
    .scroll-time { font-size: 3vw; }
    .scroll-amount { font-size: 3.6vw; padding: 4px 8px; }
    .scroll-amount:before { font-size: 3vw; }
}

img {
    max-width: 100%;
    height: auto;
}


/* 滚动容器：相当于一个“窗口”，隐藏超出部分 */
    .announcement-container {
        width: 100%;          /* 占满整宽 */
        overflow: hidden;     /* 把超出“窗口”的文字藏起来 */
        white-space: nowrap;  /* 强制文字在一行显示，不许换行 */
        background-color: #f8f9fa; /* 可选，加个背景色 */
        padding: 0 0 10px 0;      /* 上下留点内边距 */
        box-sizing: border-box;
    }
    
    /* 滚动的文字块 */
    .scrolling-text {
        display: inline-block;    /* 让块可以像文字一样排成一行 */
        padding-left: 100%;       /* 让文字从浏览器最右侧开始出现 */
        animation: scroll-left 25s linear infinite; /* 调用动画，20秒匀速无限循环 */
        color: #FF5733;           /* 你原来公告里的橙色 */
        font-weight: bold;
        font-size: 16.6px;
    }
    
    /* 定义滚动动画 */
    @keyframes scroll-left {
        0% {
            transform: translateX(0);      /* 动画开始时，位置不变（即从屏幕右侧外开始） */
        }
        100% {
            transform: translateX(-100%);  /* 动画结束时，向左移动一个自身宽度（即完全移出屏幕左侧） */
        }
    }
    
    /* 可选：鼠标悬停时暂停滚动，提升用户体验 */
    .announcement-container:hover .scrolling-text {
        animation-play-state: paused;
    }