.tabBox{width:100%;margin:10px auto 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;overflow:hidden}
.tabBox_title{display:flex;list-style:none;background-color:#f8f8f8;border-bottom:1px solid #ddd}
.tabBox_title li{flex:1;text-align:center;padding:10px 0;cursor:pointer;transition:background-color .3s;border-right:1px solid #ddd}
.tabBox_title li span.icon{display:inline-block;width:20px;height:20px;margin-right:5px;vertical-align:middle}
.tabBox_title li:last-child{border-right:none}
.tabBox_title li.on{background-color:#396;color:#fff}
.tabBox_title li a{color:#333;text-decoration:none}
.tabBox_title li.on a{color:#fff;}
.tabBox_content{padding:10px;background-color:#fff}
.tabBox_content .tabBox_day{display:flex;list-style:none;background-color:#f8f8f8;border-bottom:1px solid #ddd;border-radius:5px}
.tabBox_content .tabBox_day li{flex:1;text-align:center;padding:10px 0;cursor:pointer;transition:background-color .3s;border-right:1px solid #ddd}
.tabBox_content .tabBox_day li:last-child{border-right:none}
.tabBox_content .tabBox_day li.on{background-color:#396;color:#fff}
.tabBox_content .tabBox_day li.on a{color:#fff}
.tabBox_content .tabBox_day li a{color:#333;text-decoration:none}
.tabBox_content .tabBox_day li:hover{background-color:#e0e0e0}
.schedule-list{margin-top:10px}
.schedule-list .list-status{display:flex;align-items:center;justify-content:center;margin-bottom:5px;border-bottom:1px solid #e0e0e0;padding:10px 0;background:#f1f1f1;border-radius:5px}
.schedule-list .list-status .status-icon{width:10px;height:10px;border-radius:50%;margin-right:5px;background-color:#396}
.schedule-list .list-status .status-icon.in-progress{background-color:#396}
.schedule-list .list-status .status-icon.not-started{background-color:red}
.schedule-list .list-status .status-icon.finished{background-color:#ccc}
.schedule-list .list-status span{font-size:12px;color:#666}
.schedule-list .schedule-item{position:relative;background-color:#fff;border-bottom:1px solid #e0e0e0;margin-bottom:10px;padding:10px}
.schedule-list .schedule-item .schedule-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    position: relative;
}
.schedule-list .schedule-item .event-name{font-weight:700;color:#396}
.schedule-list .schedule-item .match-status {
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 1;
}
.schedule-list .schedule-item .match-status.in-progress {
    color: #FFF;
}
.schedule-list .schedule-item .match-status.not-started {
    color: red;
}
.schedule-list .schedule-item .match-status.finished {
    color: #ccc;
}
.schedule-list .schedule-item .event-time{color:#666}
.schedule-list .schedule-item .schedule-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;margin-top: 10px;}
.schedule-list .schedule-item .team-away,.schedule-list .schedule-item .team-home{flex:1;display:flex;align-items:center}
.schedule-list .schedule-item .team-away a,.schedule-list .schedule-item .team-home a{text-decoration:none;color:inherit;display:flex;align-items:center}
.schedule-list .schedule-item .team-home{justify-content:flex-end}
.schedule-list .schedule-item .team-away{justify-content:flex-start}
.schedule-list .schedule-item .team-logo{width:20px;height:20px;object-fit:contain}
.schedule-list .schedule-item .team-home .team-logo{margin-left:5px;order:1}
.schedule-list .schedule-item .team-away .team-logo{margin-right:5px;order:-1}
.schedule-list .schedule-item .score{margin:0 10px;font-size:1.2em;font-weight:700}
.schedule-list .schedule-item .play-button{position:absolute;right:10px;top:60%;transform:translateY(-50%);color:#fff;cursor:pointer;border:none;background-image:url(/static_mobile/images/luxiang.gif);background-size:100% 100%;background-repeat:no-repeat;width:20px;height:18px;text-indent:-9999px;overflow:hidden}
.schedule-list .schedule-item .play-button:hover{background-color:#2a7d54}
.schedule-list .schedule-item .schedule-footer{text-align:center;color:#666;font-size:.9em;margin-top:10px}
.list_img_news{position:relative;width:100%;margin-bottom:15px}
.list_img_news img{width:100%;height:150px;display:block;object-fit:cover}
.list_img_news p{position:absolute;bottom:0;left:0;right:0;margin:0;padding:10px;background:linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);color:#fff;font-size:14px;line-height:1.4;text-align:center}
.list_img_news a{text-decoration:none;color:inherit}
.article-list{list-style-type:none;padding:0;margin:0}
.article-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e0e0e0}
.article-list li::before{content:"•";color:#888;margin-right:10px}
.article-list .article-title{flex:1;color:#333;text-decoration:none}
.article-list .article-time{color:#888;font-size:.9em}
.hot-news-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hot-news-list li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0;
}

.hot-news-list .rank {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
}

.hot-news-list li:nth-child(1) .rank.top-three {
    background-color: #339966;
}

.hot-news-list li:nth-child(2) .rank.top-three {
    background-color: #39AC73;
}

.hot-news-list li:nth-child(3) .rank.top-three {
    background-color: #40BF80;
}

.hot-news-list .title {
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-news-list .time {
    color: #999;
    font-size: 0.9em;
    text-align: right;
}

.friend-link {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}
.friend-link-title {
    font-size: 12px;
    margin-bottom: 10px;
    color: #339966;
    text-align: center;
}
.friend-link ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none; /* 如果你不想有列表项标记 */
    padding: 0; /* 清除默认的ul内边距 */
    margin: 0; /* 清除默认的ul外边距 */
}
.friend-link ul li {
    flex: 1 0 20%; /* 不会增长, 不会收缩, 基准大小为20% */
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 比赛轮播样式 */
.match-slider {
    width: 100%;
    margin: 10px auto;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.match-list {
    width: 100%;
}

.match-item {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
    justify-content: center;
}

.match-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.match-item.active {
    height: 95px;
    padding: 5px 8px;
}

.match-item.active .match-content {
    position: relative;
    height: auto;
    margin-top: 5px;
}

.match-item.active .match-team {
    font-size: 15px;
    max-width: 40%;
}

.match-item.active .match-score {
    font-size: 18px;
}

.match-item.active::before {
    background: rgba(0,0,0,0.4);
}

.match-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    height: 100%;
}

.match-item:not(.active) .match-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.match-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    position: relative;
    z-index: 2;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 6px 5px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.match-item.active .match-info {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.match-team {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 0 5px;
    max-width: 35%;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.match-team.home {
    text-align: right;
    justify-content: flex-end;
}

.match-team.away {
    text-align: left;
    justify-content: flex-start;
}

.match-score {
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
    min-width: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-league {
    font-size: 12px;
    color: #ccc;
    flex: 1;
}

.match-time {
    font-size: 12px;
    color: #ccc;
    margin: 0 10px;
}

.match-status {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
}

.match-status.not-started {
    background: #339966;
    color: white!important;
}

.match-status.in-progress {
    background: #ff3333;
    color: white;
}

.match-status.finished {
    background: #666;
    color: white;
}
