/* 颜色变量已统一定义在 common.css 中 */
:root {
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.TX_WebR{
    float: right;
    text-align: left;
    width: 300px;
    height: auto;
}

.live_list{
    WIDTH:298px;
    box-shadow:0 1px 5px 0px var(--border-gray);
    border-radius:5px;
    border:1px solid var(--border-gray);
    margin-bottom:10px;
    height:auto;
    overflow:hidden;
}

.webr_daohang{
    background:var(--background-white);
    height:28px;
    border-bottom:1px solid var(--blue-rgba-20);
    line-height:28px;
    padding-left:0px;
}

.webr_daohang1{
    color:var(--text-white);
    width:85px;
    -moz-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    background: var(--secondary-color);
    font-size:13px;
    font-weight:bold;
    padding-left:10px;
    float:left;
    box-shadow: 0 2px 6px var(--blue-rgba-30);
}

.webr_daohang1 a {
    color: var(--text-white);
}

.webr_daohang2{
    float:right;
    margin-right:8px;
}

.webr_daohang2 a {
    color: var(--text-blue-dark);
}

.live_list_content_lx{
    background:var(--background-white);
    padding-top:8px;
}

.live_list_content_lx ul{
    list-style:none;
    margin:0;
}

.live_list_content_lx ul li{
    padding:2px 0px 4px 10px;
    line-height:25px;
    position:relative;
    border-bottom:0px dashed var(--border-gray-4);
    clear:both;
    overflow:hidden;
}

.live_list_content_lx ul li a{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 12px;
}

.live_list_content_lx ul li a:before{
    content:"";
    display:inline-block;
    width:5px;
    height:5px;
    background:var(--primary-color);
    opacity: 0.5;
    border-radius:50%;
    vertical-align:0px;
    margin-right:8px;
    margin-bottom:3px;
}

.live_list_content_lx A:hover{
    color:var(--color-blue-hover);
}

.list li:hover {
    background: linear-gradient(90deg, var(--primary-light) 0%, rgba(255,255,255,0.5) 100%) !important;
    border-left: 3px solid var(--primary-color);
    padding-left: 9px;
    box-shadow: 0 2px 8px var(--shadow-blue-light);
}

.list #zb_news2 .tb .a,
.list #zb_news3 .tb .a {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%) !important;
    border: none !important;
    box-shadow: 0 4px 12px var(--shadow-blue-dark), 0 0 15px var(--shadow-blue-medium) !important;
}

.list #zb_news2 .tb li,
.list #zb_news3 .tb li {
    transition: var(--transition);
    margin-left: 8px !important;
    padding: 6px 16px !important;
}

.list #zb_news2 .tb li:hover,
.list #zb_news3 .tb li:hover {
    background: var(--primary-light) !important;
    border-color: var(--primary-color) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--shadow-blue-medium), 0 0 8px var(--shadow-blue-light);
}

#zb_news {
    padding: 16px 0px 16px 0 !important;
    height: auto !important;
    min-height: 200px;
}

#zb_news2,
#zb_news3 {
    width: 385px !important;
}

.list #zb_news2 li,
.list #zb_news3 li {
    padding: 6px 8px !important;
    margin-bottom: 8px !important;
    border-radius: 4px;
    transition: var(--transition);
    background:none;
    height: auto;
    padding-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.list #zb_news2 li:hover,
.list #zb_news3 li:hover {
    background: var(--primary-light) !important;
    padding-left: 12px !important;
    border-left: 2px solid var(--secondary-light-rgba);
}

.list #zb_news2 li img,
.list #zb_news3 li img {
    width: 18px !important;
    height: 18px !important;
    transition: var(--transition);
    width: 16px;
    height: auto;
    margin-right: 6px;
    vertical-align: sub;
}

.list #zb_news2 li:hover img,
.list #zb_news3 li:hover img {
    transform: scale(1.1);
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.list {
    animation: fadeInUp 0.4s ease-out;
    width: 778px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid var(--border-gray);
    background: var(--background-white);
    margin-bottom: 6px;
    padding-bottom: 12px;
    float: left;
    -moz-box-shadow: 0 1px 5px 0px var(--border-gray);
    -webkit-box-shadow: 0 1px 5px 0px var(--border-gray);
    box-shadow: 0 1px 5px 0px var(--border-gray);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--background-blue-light);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--primary-hover) 0%, var(--primary-dark) 100%);
    box-shadow: 0 0 6px var(--blue-rgba-50);
}

#zblist{
    width: 790px;
    margin: 0 auto;
}

#zblist .list{
    width: 100%;
}
#zblist ul{
    padding-left: 20px;
}

#zblist .c_cat  .list{
    width:auto;
}

#zblist .videoindex{
    margin: 10px;
    padding: 8px;
    width: 46.1%;
    float: left;
}

.zbleft{
    width: 780px;
    float: left;
}


.list .goTop{
    float:right;
    margin-right:10px;
    margin-top:6px;
}

.fixcc1{background:var(--secondary-color);}
.fixcc2{background:var(--color-teal);}
.fixcc3{background:var(--color-orange);}
.fixcc4{background:var(--color-green);}
.fixcc5{background:var(--color-blue-bright);}
.fixcc6{background:var(--color-gray-2);}

#list_d0 h3,#list_d1 h3,#list_d2 h3,#list_d3 h3,#list_d4 h3,#list_d5 h3,#list_d6 h3,.fixcc0{
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light-2) 100%);
    box-shadow: 0 2px 8px var(--blue-rgba-40);
}


.fx_tbox{
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-638px;
    _position:absolute;
    overflow:hidden;
    background-color:var(--color-blue-dark-2);
}

.fx_tbox ul li{
    width:78px;
    height:36px;
    line-height:36px;
    text-align:center;
    overflow:hidden;
    list-style:none;
}

.fx_tbox ul li a{
    color:var(--color-blue-light);
}

.fx_tbox ul li:hover{
    background-color:var(--color-blue-dark);
}

.list p{
    margin:20px 50px;
}

.list ul{
    margin:0;
}

.list .named_anchor{
    color:var(--text-white);
}

.list h3{
    color:var(--text-white);
    font-size:14px;
    padding-left:10px;
    margin:0;
    height:32px;
    line-height:32px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    position:relative;
}

.list h3 a{
    color:var(--text-white);
}

.list li{
    clear: both;
    height: auto;
    position: relative;
    border-bottom: 1px solid var(--border-light-gray-3);
    overflow: hidden;
    list-style: none;
}

.list .timeLeague {
    width: 60px;
    margin: 15px 10px 0px 0px;
    float: left;
}

.list .guidon1 {
    padding-right: 2px;
    height: 46px;
    line-height: 46px;
    width: 320px;
    text-align: left;
}
.list .watch_channel{
    font-size:16px;
    text-decoration:underline;
    margin:0px 10px;
}

.list .channel span{
    margin:0px 0px;
    width:160px;
    font-size:12px;
}

.list .lm{
    width:0px;
    height:0px;
    display:block;
    overflow:hidden;
}

.list .lm a{
    color:var(--color-blue-link);
}

.float{
    float:left;
}

.clear{
    clear:both;
    overflow:hidden;
}

.list h3 .c_btm span{
    float:none;
    margin-right:0px;
    margin-top:0px;
    display:inline;
    font-size:12px;
    line-height:30px;
}

.c_btm{
    border-radius:5px;
    height:auto;
    overflow:hidden;
    position:relative;
    background:var(--background-blue-light);
    border:solid 1px var(--border-gray);
}

.list h3 .c_btm .c_all{
    float:left;
    width:70px;
    height:30px;
    line-height:30px;
    font-size:12px;
    text-align:center;
    color:var(--text-black);
}

.c_cat span{
    font-size:12px;
    line-height:30px;
    color:var(--text-black);
    cursor:pointer;
    font-weight:normal;
}

.c_btm .c_cls{
    width:70px;
    height:30px;
    display:block;
    line-height:30px;
    font-size:12px;
    text-align:center;
    float:right;
    cursor:pointer;
    color:var(--text-black);
}

.c_cat .list{
    position:relative;
    width:auto;
    height:auto;
    overflow:hidden;
    background: var(--primary-light-bg);
    border:solid 1px var(--border-gray-2);
    padding:0px;
}

.c_cat .list .items{
    position:relative;
    width:160px;
    height:328px;
    float:left;
    overflow:hidden;
}

.c_cat .list .items span{
    width:52px;
    height:30px;
    display:block;
    line-height:30px;
    font-size:12px;
    text-align:center;
    color:var(--text-black);
    margin-right:0px;
    float:left;
}

.c_first{
    border-right:solid 1px var(--border-gray);
}

.c_cat .list .items .i_first{
    font-weight:900;
    float:none;
    margin:0 auto;
}

.c_cat .list .items span:hover{
    background:var(--primary-color);
    color:var(--text-white);
}

.skcss,.goTop,.goTop img{
    cursor:pointer;
}

.goTop {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 8px;
    vertical-align: middle;
    transition: var(--transition);
    text-decoration: none !important;
}

.goTop:hover {
    transform: scale(1.2);
}

.toggle-icon {
    display: inline-block;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: bold;
    transition: var(--transition);
}

.goTop:hover .toggle-icon {
    color: var(--primary-hover);
    text-shadow: 0 2px 4px rgba(124, 58, 237, 0.3);
}

.scoreLink{
    display: none;
}

.c_cat{
    position:absolute;
    top:0px;
    right:50px;
    height:auto;
    text-align:center;
    font-size:12px;
    line-height:32px;
    height:32px;
}

.c_cat .c_nav a.current{
    color:var(--primary-color);
    background:var(--background-white);
}

.c_cat .c_nav a{
    display:table-cell;
    width:55px;
    text-align:center;
    color:inherit;
    border-right:none;
}

.list .b40{
    font-size:14px;
    font-weight:bold;
    color:var(--color-blue-link);
}

#zb_news{
    padding:12px 12px 12px 0px;
    height:190px;
}

#zb_news2{
    float:left;
    width:370px;
    margin-left:2px;
}

#zb_news3{
    float:left;
    width:370px;
    overflow:hidden;
    margin-left:2px;
}

#zb_news2 em{
    float:right;
}

.list #zb_news2 .tb,.list #zb_news3 .tb{
    margin-top:0;
    padding-left:0px;
    line-height:32px;
    border:none;
}

.list #zb_news2 .tb .a,.list #zb_news3 .tb .a{
    border:1px solid var(--primary-color);
    background: var(--gradient-primary);
    -moz-box-shadow:inset 0 -3px 0px 0px var(--primary-dark);
    -webkit-box-shadow:inset 0 -3px 0px 0px var(--primary-dark);
    box-shadow:inset 0 -3px 0px 0px var(--primary-dark), 0 0 10px var(--shadow-blue-dark);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.list #zb_news2 .tb li:hover,.list #zb_news3 .tb li:hover{
    background: var(--gradient-secondary-light);
    border-color: var(--primary-color);
}

.list #zb_news2 .tb li:hover a,.list #zb_news3 .tb li:hover a{
    color:var(--text-white);
}

.list #zb_news2 .tb li,.list #zb_news3 .tb li{
    border:1px solid var(--border-gray);
    background:var(--background-gray-light);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    float:left;
    clear:none;
    margin-left:6px;
    background:var(--background-gray-light);
    padding-bottom: 2px !important;
}

.list #zb_news2 .tb .a a,.list #zb_news3 .tb .a a{
    color:var(--text-white);
    font-weight:700;
}

.list #zb_news2.tb li,.list #zb_news2 .tb li a,.list #zb_news3.tb li,.list #zb_news3 .tb li a{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    border-top:none;
    background:transparent none;
}

.list #zb_news2 .tb a,.list #zb_news3 .tb a{
    border:none;
}

.list .tb ul{
    margin:0;
}

.tb .a a,.tb .current a{
    border-bottom-color:white;
    background:white;
    font-weight:700;
}

.tb a{
    display:block;
    padding:0 10px;
    border:1px solid var(--border-gray-5);
    background:var(--background-gray-light);
}

.hide{
    display:none;
}

#tab-content{
    padding-left:7px;
}

#tab-content1{
    padding-left:7px;
}

.leixing{
    margin-right:6px;
}

.infoBasketball li:last-of-type {
    padding-bottom: 0px;
}

#fixcc {
    display: none;
}

.guidon1.font-bold {
    font-weight: bold;
}

.newstab_box.active {
    display: block;
}

.hidden {
    display: none;
}

.TX_Web{
    width: 1100px;
    margin: auto;
    height: auto;
    font-family: "苹方", "PingFang", "\82f9\65b9", "微软雅黑", "Microsoft YaHei", 'XinGothic-SinaWeibo', helvetica, arial, sans-serif;
    box-sizing: border-box;
}

.TX_WebL{
    float: left;
    width: 780px;
    margin-bottom: 3px;
    height: auto;
    position: relative;
    overflow: hidden;
}


.TX_WebL .topvideo A:link{
    color:var(--text-primary);
    text-decoration:none;
}

.TX_WebL .topvideo A:visited{
    color:var(--text-primary);
    text-decoration:none;
}


.TX_WebL .topvideo{
    width:1100px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    position:relative;
}

.TX_WebL .topvideo .top_box{
    width:790px;
    height:auto;
    float:left;
    margin-right:10px;
    margin-bottom:5px;
}

.icon-basketball, .icon-football {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
}

.icon-basketball::before {
    content: "\1F3C0";
    margin-right: 8px;
    font-size: 16px;
}

.icon-football::before {
    content: "\26BD"; 
    margin-right: 8px;
    font-size: 16px;
}

#zb_news ul li {
    padding: 6px 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#zb_news ul li:hover {
    background: linear-gradient(90deg, var(--secondary-light-2) 0%, var(--background-white) 100%);
    padding-left: 10px;
    border-left: 3px solid var(--primary-color);
}

.flink{
    width:1100px;
    -moz-box-shadow:0 1px 5px 0px var(--border-gray);
    -webkit-box-shadow:0 1px 5px 0px var(--border-gray);
    box-shadow:0 1px 5px 0px var(--border-gray);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid var(--border-gray);
    margin-top:2px;
    margin-bottom:2px;
    text-align:left;
    height:auto;
    display: flow-root;
    line-height:22px;
    padding:8px;
}

.flink li{
    padding:0 5px;
    float:left;
    height:20px;
    height:20px;
}

.flink .headactions{
    float:right;
    line-height:1em;
    padding:10px 10px 0 0;
}

.flink .titlefoot{
    height:30px;
    line-height:30px;
    background:var(--background-white);
    border-bottom:2px solid var(--primary-color);
    -moz-border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
    font-weight:bold;
    font-size:13px;
    text-indent:5px;
    margin:0 auto;
    text-align:left;
}

.f5{
    width:100%;
    overflow:hidden;
    clear:both;
    padding-bottom:10px;
}

.f5 li{
    float:left;
    line-height:14px;
    padding:8px 10px 0px;
    white-space:nowrap;
    OVERFLOW:hidden;
}

.f5 li a{
    color:var(--text-secondary);
    float:left;
}

.urls{
    padding:10px;
    background:var(--background-white);
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

.urls a{
    width:auto;
    margin-right:8px;
    line-height:22px;
}

.flink a{
    padding-right:3px;
}

.copyright{
    width:1100px;
    text-align:center;
    margin:12px auto;
    line-height:20px;
    clear:both;
}

.copyright p{
    text-align:center;
    line-height:20px;
}

.copyright p span{
    padding:0 6px;
}

.copyright h1{
    font-size:13px;
    text-align:center;
    color:var(--text-gray);
}

/* 响应式设计 - 添加在文件末尾 */
/* 平板设备 */
@media (max-width: 1024px) {
    .TX_Web {
        width: 100%;
        max-width: 1024px;
        padding: 10px;
    }
    
    .TX_WebL {
        width: 100%;
        float: none;
    }
    
    .TX_WebR {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    
    .list {
        width: 100% !important;
        float: none;
        margin: 0 auto 10px !important;
    }
    
    #zblist {
        width: 100%;
    }
    
    #zblist .list {
        width: 100%;
    }
    
    .zbleft {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }

    
    #zb_news2, #zb_news3 {
        width: 100% !important;
        float: none;
        margin-left: 0 !important;
    }
    
    .live_list {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .live_list_content_lx ul li {
        width: 100%;
        box-sizing: border-box;
        padding: 4px 0 4px 10px;
        line-height: 22px;
    }
    
    .live_list_content_lx ul li a {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
        padding-right: 12px;
    }
}

/* 手机设备 */
@media (max-width: 768px) {
    .TX_Web {
        width: 95%;
        padding: 0 10px;
    }
    
    .list {
        margin-bottom: 15px !important;
    }
    
    .list h3 {
        padding-left: 5px;
        font-size: 13px;
    }
    
    .list .timeLeague {
        width: 50px;
        margin: 10px 5px 0 0;
    }
    
    .list .time {
        font-size: 12px;
    }
    
    .list .guidon1 {
        width: auto;
        height: auto;
        line-height: 20px;
        padding: 5px 0;
    }
    #zb_news {
        padding: 10px 0 !important;
    }
    
    .live_list_content_lx ul li {
        padding: 4px 0 4px 10px;
        line-height: 22px;
    }
    
    .live_list_content_lx ul li a {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
        padding-right: 12px;
    }
    
    .live_list_content_lx ul li a:before {
        width: 4px;
        height: 4px;
        margin-right: 6px;
        margin-bottom: 2px;
    }
}

/* 小屏手机设备 */
@media (max-width: 480px) {
    .TX_Web {
        width: 100%;
        padding: 0 5px;
    }
    #zblist ul {
        padding: 0px;
    }
    #zblist li{
        line-height: 35px;
        align-items: center;
        display: flex;
    }

    .list h3 {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
    }
    
    .list .timeLeague {
        width: 45px;
        margin: 0;
        text-align: center;
        min-width: 45px;
    }
    
    .list .guidon1 {
        font-size: 12px;
        padding: 0;
        line-height: 24px;
    }
    
    .live_list_content_lx ul li {
        padding: 3px 0 3px 8px;
        line-height: 20px;
        font-size: 12px;
        width: 100%;
        box-sizing: border-box;
    }

    .leixing{
        margin: 0;
    }
    
    .live_list_content_lx ul li a {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
        padding-right: 12px;
    }
    
    .webr_daohang1 {
        width: 60px;
        font-size: 12px;
        padding-left: 8px;
    }
    
    .webr_daohang2 {
        margin-right: 5px;
        font-size: 12px;
    }

}