/* 首页顶部滚动弹幕 */
.top-danmaku{position:relative;width:calc(100% - 32px);max-width:1424px;height:40px;margin:0 auto 16px;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:20px;background:rgba(8,18,48,.82);box-shadow:0 4px 14px rgba(0,0,0,.24);color:#ffd86b;line-height:38px;white-space:nowrap}
.top-danmaku-track{display:flex!important;width:max-content!important;min-width:0!important;animation:top-danmaku-scroll 16s linear infinite!important;will-change:transform}
.top-danmaku-track span{display:block!important;flex:0 0 auto!important;width:50vw!important;min-width:320px!important;padding:0 24px;text-align:center;font-size:15px}
@keyframes top-danmaku-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media (max-width:768px){.top-danmaku{width:calc(100% - 20px);height:34px;margin-bottom:10px;border-radius:17px;line-height:32px}.top-danmaku-track{animation-duration:12s!important}.top-danmaku-track span{width:100vw!important;min-width:280px;padding:0 16px;font-size:13px}}
@media (prefers-reduced-motion:reduce){.top-danmaku-track{animation-duration:30s!important}}

/* 运动卡片说明：桌面与手机端均保持单行可见 */
.home_page .sports-and-lottery .home_sports_game .top_game_tit{right:30%;max-width:65%;min-width:0;overflow:hidden}
.home_page .sports-and-lottery .home_sports_game .top_game_tit h5,.home_page .sports-and-lottery .home_sports_game .top_game_tit p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home_page .sports-and-lottery .home_sports_game .top_game_tit p{max-width:none}
@media (min-width:769px){
  .home_page .sports-and-lottery .home_sports_game .game_item_1 .top_game_tit{left:7%;right:30%;max-width:65%;width:auto;padding-left:0}
  .home_page .sports-and-lottery .home_sports_game .game_item_1 .top_game_tit h5{overflow:hidden;text-overflow:ellipsis}
}
@media (max-width:768px){
  .home_page .sports-and-lottery .home_sports_game .top_game_tit{left:16px;right:34%;max-width:none;width:auto;top:50%!important;transform:translateY(-50%);padding:0!important}
  .home_page .sports-and-lottery .home_sports_game .top_game_tit h5{padding-left:0!important;font-size:18px;line-height:1.25}
  .home_page .sports-and-lottery .home_sports_game .top_game_tit p{padding-left:0!important;margin-top:6px;font-size:12px;line-height:1.35}
}

/* SafaX 卡片软件标识 */
.home_page .game_item_1{isolation:isolate}
.home_page .game_item_1 .safax-app-icon{position:absolute;z-index:3;top:18px;left:7%;right:auto!important;bottom:auto!important;display:block;width:112px!important;height:46px!important;object-fit:contain;object-position:left center;border-radius:13px;filter:drop-shadow(0 4px 8px rgba(32,18,90,.35))}
.home_page .game_item_1 .top_game_tit{padding-left:120px}
.home_page .game_item_1 .top_game_tit{z-index:3}
@media (max-width:768px){.home_page .game_item_1 .safax-app-icon{top:12px;left:16px;width:96px!important;height:34px!important;border-radius:9px}.home_page .game_item_1 .top_game_tit{top:57%!important;padding-left:104px!important}}
