/* ==========================================================================
   1. 基础重置与全局样式 (Reset & Global)
   ========================================================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input,select,textarea,div,table,td,th,tr,dt,dd,dl{margin:0;padding:0;}
ul,ol{list-style:none;}
em,i{font-style:normal;display: inline-block;}
table{border-spacing:0;border-collapse:collapse;}
img{border:0;vertical-align:middle;max-width:100%;}
input,select{vertical-align:middle;outline: none;}
body{font-family:'Microsoft YaHei','Arial','Heiti SC';background:#f5f5f5;}

/* 链接样式 */
a{color: #333;text-decoration:none;}
a:hover{color: #605ca8;text-decoration:none;}
a:focus{text-decoration: none;}

/* 通用辅助类 */
.fl{display:block;float:left;}
.fr{display:block;float:right;}
.clear{clear:both;}
.fb {display: flex;justify-content: space-between;align-items: center;}

/* 常用间距 */
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


/* ==========================================================================
   2. 页面骨架与布局 (Layout & Container)
   ========================================================================== */
.container{width: 1230px;margin: 0 auto;}
.hljlktf-center {width: 1200px;margin: 0 auto;}
.hljlktf-index_conter{width: 1200px;margin: 20px auto 0;}
.hljlktf-index_con {margin-bottom: 20px;display: flex;}
.hljlktf-index_con .hljlktf-index_left{width: 830px;}
.hljlktf-index_con .hljlktf-index_right {width: 350px;margin-left: 20px;}

.hljlktf-box {
    background: #fff;
    border-radius: 0px;
    box-shadow: 1px 1px 10px rgb(229 229 229);
    padding: 20px;
}

/* 网站大背景图 */
.hljlktf-allbg{
    position: fixed;
    z-index: -99;
    top: 132px;
    height: 553px;
    width: 100%;
    min-width: 950px;
    overflow: hidden;
    background-position: 50% 0;
    background-size: auto 100%;
    background: url("../images/indexbg.png") no-repeat;
}


/* ==========================================================================
   3. 头部导航与搜索栏 (Header & Navigation)
   ========================================================================== */
.hljlktf-header-center .hljlktf-logo{height: 78px;}
.hljlktf-header-center .hljlktf-logo img{height: 70px;margin-top: 0px;}
.hljlktf-header .hljlktf-header-center {padding: 12px 0;border-top: 1px solid #ededed;}
.hljlktf-header .hljlktf-header-center .hljlktf-search {position: relative;}
.hljlktf-header .hljlktf-header-center .hljlktf-search ul{overflow: hidden;height: 36px;display: block;}

.hljlktf-header .hljlktf-header-center .hljlktf-search li {
    float: left;
    font-size: 14px;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border-radius: 4px 4px 0px 0px;
}
.hljlktf-header .hljlktf-header-center .hljlktf-search li.on {
    background: #605ca8;
    color: #fff!important;
}
.hljlktf-header .hljlktf-header-center .hljlktf-search .hljlktf-txt {
    width: 460px;
    height: 40px;
    padding: 0 50px 0 20px;
    border: 2px solid #605ca8;
    background-color: #fff;
}
.hljlktf-header .hljlktf-header-center .hljlktf-search .hljlktf-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 40px;
    background: #605ca8 url('../images/ss.png') no-repeat center/22px;
    cursor: pointer;
    border: 0;
}

/* 主导航菜单 */
.hljlktf-header .hljlktf-header-list {
    background: #605ca8;
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.hljlktf-header .hljlktf-header-list li {position: relative;flex: auto;}
.hljlktf-header .hljlktf-header-list li.active {background-color: #fff;color: #605ca8;}
.hljlktf-header .hljlktf-header-list li a{display: block;color: #fff;}
.hljlktf-header .hljlktf-header-list li.active a{color: #605ca8;}

/* 导航下拉菜单过渡动画 */
.hljlktf-header .hljlktf-header-list li:hover .hljlktf-li-menu {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
}
.hljlktf-header .hljlktf-header-list li .hljlktf-li-menu{
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    line-height: 38px;
    width: 128px;
    border-radius: 3px;
    box-shadow: 5px 4px 5px rgba(0,0,0,0.1);
    transition: all 0.6s cubic-bezier(0.175,0.885,0.32,1.275);
    opacity: 0; 
    transform: scale3d(0,0,0); 
    transform-origin: 40px top;
}
.hljlktf-header .hljlktf-header-list li .hljlktf-li-menu a{color: #000;font-size: 16px;}

/* 快捷二级赛事导航 */
.hljlktf-header-d-list {height: 40px;line-height: 40px;background-color: #fff;margin: 0 auto;position: relative;}
.hljlktf-header-d-list span {height: 20px;padding: 3px 10px;text-align: center;border-radius: 2em;background-color: #303030;color: #fff;font-size: 14px;}
.hljlktf-header-d-list ul {display: inline-block;}
.hljlktf-header-d-list li {display: inline-block;padding: 0 10px;}
.hljlktf-header-d-list a {display: block;font-size: 14px;}


/* ==========================================================================
   4. 首页组件模块样式 (Home Page Components)
   ========================================================================== */
/* 头部置顶自适应简介框 */
.site-home-intro {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 12px;
    background-color: #fff;
    border-left: 4px solid #5c5ab0; 
    border-radius: 4px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    word-wrap: break-word;
}
.site-home-intro p { margin-bottom: 0; }
.site-home-intro img { max-width: 100%; height: auto; }

/* 全网热搜词区块 */
.home-search-keywords-box { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px; background: #fff; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.home-search-keywords-box a { display: inline-block; background-color: #f5f5f6; color: #555; padding: 6px 14px; border-radius: 4px; font-size: 14px; text-decoration: none; transition: all 0.2s ease; }
.home-search-keywords-box a:hover { background-color: #5c5ab0; color: #fff; }

/* 模块通用标题带侧边紫色标志线 */
.hljlktf-index_title { position: relative; display: flex; justify-content: space-between; align-items: center; }
.hljlktf-index_title span, .hljlktf-index_title h2, .hljlktf-index_title h3 { margin-left: 10px; font-size: 20px; color: #333; font-weight: bold; display: flex; align-items: center; }
.hljlktf-index_title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 20px;
    margin-top: -9px;
    background: linear-gradient(90deg,#605ca8,#605ca8);
    vertical-align: middle;
}

/* 选项卡 Tab 标签设计 */
.hljlktf-index_label{ border-top: 2px solid #605ca8; background: #fff; }
.hljlktf-index_label ul { overflow: hidden; height: 50px; background: #f7f9fa; box-shadow: 0 2px 3px #ddd; }
.hljlktf-index_label li { height: 50px; line-height: 50px; margin-right: 2px; background: #f7f9fa; text-align: center; padding: 0 15px; float: left; cursor: pointer; }
.hljlktf-index_label li.on { background: #605ca8; color: #FFF; }


/* ==========================================================================
   5. 赛事直播大厅核心卡片 (Live Stream Match List)
   ========================================================================== */
.hljlktf-index_match_list .hljlktf-hotmatch { padding: 12px; border-bottom: 1px solid #d3e1e2; background: #fff; overflow: hidden; display: flex; align-items: center; }
.hljlktf-index_match_list .hljlktf-hotmatch a.hljlktf-items-center { float: left; width: 800px; }
.hljlktf-index_match_list .hljlktf-hotmatch a.hljlktf-items-center > p { height: 28px; line-height: 28px; display: inline-block; }

/* 赛事状态状态灯效果 */
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-status { float: left; margin-right: 10px; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-status span { font-weight: 400; font-size: 14px; line-height: 22px; width: 50px; height: 28px; display: flex; justify-content: center; align-items: center; color: #fff; border-radius: 3px; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-status.hljlktf-live span { background: linear-gradient(90deg,#ff1c1c,#eaadad); }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-status.hljlktf-prelive span { background: linear-gradient(90deg,#929292,#c1c1c1); }

/* 卡片内部各元素对齐排版 */
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-time { float: left; margin-right: 20px; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-cate { float: left; margin-right: 10px; width: 60px; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-team1 { float: left; text-align: right; margin-right: 10px; width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-team1logo { width: 24px; float: left; margin-right: 10px; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-team1logo img { width: 24px; vertical-align: middle; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-team1num { margin-right: 2px; float: left; width: 30px; background: #F5F5F5; border-radius: 5px; text-align: center; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-fh { margin-right: 2px; float: left; width: 5px; text-align: center; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-team2num { margin-right: 10px; float: left; width: 30px; background: #F5F5F5; border-radius: 5px; text-align: center; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-team2logo { margin-right: 10px; float: left; width: 24px; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-team2logo img { width: 24px; vertical-align: middle; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-team2 { float: left; margin-right: 10px; width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/* 右侧线路观看按钮容器 */
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-items-box { float: right; width: 260px; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-items-top, .hljlktf-index_match_list .hotmatch .hljlktf-items-top p { display: flex; align-items: center; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-items-top p:first-child { font-size: 14px; color: #000; justify-content: center; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-items-top p:first-child:before { content: ""; width: 20px; height: 26px; background: url(../images/live_icon.png) no-repeat; background-position: 50%; background-size: 20px 20px; margin-right: 3px; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-items-btm { float: left; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-items-btm p { color: #605ca8; font-size: 14px; line-height: 26px; border-bottom: 1px solid #605ca8; font-weight: 700; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; float: left; margin-right: 10px; }

/* 展开更多线路控制 */
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-items-box .hljlktf-more { font-size: 12px; display: flex; justify-content: center; align-items: center; height: 26px; cursor: pointer; float: left; }
.hljlktf-index_match_list .hljlktf-hotmatch .hljlktf-items-box .hljlktf-more:after { content: ""; width: 23px; height: 26px; background: url(../images/chevron-down.png) no-repeat; background-position: 50%; background-size: 12px 7px; }
.hljlktf-index_match_more { display: block; text-align: center; margin: 0 auto; width: 200px; height: 36px; line-height: 36px; font-size: 16px; color: #fff; background-color: #303030; border-radius: 2px; margin-top: 10px; }
.hljlktf-index_match_more a{ color: #fff; display: block; }

.hljlktf-index_match_list h6{ display: flex; height: 24px; line-height: 24px; align-items: center; margin: 10px 0px; color: #666666; padding-left: 4px; }
.hljlktf-index_match_list h6 time{ font-size: 12px; font-weight: 400; line-height: 25px; color: #999999; }


/* ==========================================================================
   6. 录像、集锦与右侧排行栏列表样式 (Videos, Highlights & Rankings)
   ========================================================================== */
/* 列表公共外包裹框 */
.hljlktf-index_videopace{ background: #fff; padding-bottom: 20px!important; }
.hljlktf-index_videopace ul { border-bottom: 1px dashed #e8e8e8; padding: 10px; margin-bottom: 20px; }
.hljlktf-index_videopace ul:last-child { margin-bottom: 0; border: 0; padding-bottom: 0; }
.hljlktf-index_videopace ul li:last-child { margin-bottom: 0; padding-bottom: 0; }
.hljlktf-index_videopace ul li { border-bottom: 1px solid #f5f5f5; display: flex; line-height: 36px; align-items: center; font-size: 16px; }
.hljlktf-index_videopace.hljlktf-page_list ul li { line-height: 42px; }

/* 列表小播放标志图 */
.hljlktf-index_videopace ul li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 6px 10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    background: url(../images/sp.png) no-repeat center;
    background-size: 20px;
}
.hljlktf-index_videopace ul li a { display: block; flex: 1; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 视频格子列表（带缩略图与高光覆盖层） */
.hljlktf-index_video{ margin-left: -20px; margin-top: 20px; display: flex; flex-wrap: wrap; padding: 0; list-style: none; }
.hljlktf-index_video div{ width: 50%; padding-left: 20px; margin-bottom: 15px; }
.hljlktf-index_video div .hljlktf-img { background: #fff; height: 136px; margin-bottom: 0px; display: block; overflow: hidden; position: relative; }
.hljlktf-index_video div .hljlktf-img img{ width: 100%; height: 106px; }
.hljlktf-index_video div .hljlktf-img:hover span{ background: url(../images/v2.png) no-repeat center; }
.hljlktf-index_video div .hljlktf-img span { position: absolute; width: 46px; height: 46px; background: url(../images/v.png) no-repeat center; left: 50%; top: 50%; margin-left: -23px; margin-top: -33px; }
.hljlktf-index_video div .hljlktf-img p { line-height: 32px; height: 32px; overflow: hidden; text-align: center; font-size: 14px; font-weight: bold; }

/* 独立大列表页面下的视频模块差异控制 */
.hljlktf-index_video.hljlktf-video_page{ margin-left: -40px; }
.hljlktf-index_video.hljlktf-video_page div{ width: 250px; margin-left: 40px; padding-left: 0px; margin-bottom: 15px; }
.hljlktf-index_video.hljlktf-video_page div .hljlktf-img{ width: 250px; height: 185px; }
.hljlktf-index_video.hljlktf-video_page div .hljlktf-img img{ width: 100%; height: 145px; }


/* ==========================================================================
   7. 底部自生成数据区块与侧边 TAG 样式 (Tags, Hot Data Grids)
   ========================================================================== */
/* 首页双列网格化热门数据卡片 */
.hljlktf-index_wangluo_list ul { 
    padding: 0; 
    list-style: none; 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px 30px; 
    margin: 0; 
}
.hljlktf-index_wangluo_list ul li { width: 100% !important; float: none !important; margin: 0 !important; padding: 8px 0; border-bottom: 1px dashed #e4e4e6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hljlktf-index_wangluo_list ul li a { color: #333; text-decoration: none; font-size: 15px; display: block; }
.hljlktf-index_wangluo_list ul li a:hover { color: #5c5ab0; }

/* 侧边尖角标签 TAG 核心排版 */
.hljlktf-tags { width: 100%; margin-top: 20px; padding: 10px; background: #fff; display: inline-block; }
.hljlktf-tags .hljlktf-tag { margin-bottom: 8px; }
.hljlktf-tag {
    position: relative;
    display: inline-block;
    padding: 0px 5px 0px 9px;
    margin: 0 13px 5px 0;
    height: 26px;
    line-height: 26px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #333;
    border-radius: 2px;
    background-color: #f0f0f0;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
/* 纯 CSS 画出右边的斜角箭头形状 */
.hljlktf-tags a.hljlktf-tag:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 9px solid #f0f0f0;
    position: absolute;
    top: 0;
    right: -9px;
}

/* 底部一键切换的球队、球星小方阵组件 */
.hljlktf-index_hot_list { overflow: hidden; background: #fff; padding: 0px 5px 10px 5px; }
.hljlktf-index_hot_list a:first-child{ margin-left: 0px; }
.hljlktf-index_hot_list a { display: block; float: left; width: 110px; margin-left: 10px; background: #fff; box-shadow: 0 0 4px 0 #dfdfdf; margin-top: 10px; padding: 10px; }
.hljlktf-index_hot_list a img { max-width: 100%; height: 40px; display: block; margin: 0 auto; }
.hljlktf-index_hot_list a span { height: 30px; line-height: 30px; overflow: hidden; display: block; text-align: center; }


/* ==========================================================================
   8. 中间综合头条新闻大模块 (News & Headline Center)
   ========================================================================== */
.hljlktf-topcon { background: #fff; padding: 20px; margin-top: 10px; display: flex; justify-content: space-between; }
.hljlktf-topcon_l { width: 460px; }
.hljlktf-topcon_m { width: 440px; }
.hljlktf-topcon_r { width: 200px; }

/* 焦点幻灯轮播图 */
.hljlktf-topcon_l .hljlktf-topcon_l_sw { overflow: hidden; font-size: 20px; margin-bottom: 20px; }
.hljlktf-topcon_l .hljlktf-ul_o{ position: relative; height: 236px; }
.hljlktf-topcon_l .hljlktf-ul_o li{ position: relative; }
.hljlktf-topcon_l .hljlktf-ul_o li .hljlktf-img { display: block; height: 100%; width: 100%; }
.hljlktf-topcon_l .hljlktf-ul_o li img { height: 100%; width: 100%; }
.hljlktf-topcon_l .hljlktf-ul_o li p{ position: absolute; bottom: 30px; left: 0px; text-align: center; color: #fff; width: 100%; height: 20px; display: block; font-weight: bold; z-index: 99; line-height: 20px; padding-left: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 幻灯片底部半透明蒙层 */
.hljlktf-topcon_l .hljlktf-ul_o li .hljlktf-bg{ position: absolute; background: linear-gradient(to top, black 4%, transparent); left: 0px; bottom: 0px; width: 100%; height: 100%; }

/* Swiper 焦点轮播图自带圆点与左右按钮微调 */
.main-swiper-pagination { width: auto !important; height: 35px !important; position: absolute; top: 10px !important; left: 20px !important; z-index: 9; }
.main-swiper-pagination .swiper-pagination-bullet { width: 22px; height: 22px; background-color: transparent; border: 2px solid #fff; border-radius: 0; margin: 0 0 0 5px!important; opacity: 1; text-align: center; font-size: 13px; line-height: 18px; color: #ffffff; }
.main-swiper-pagination .swiper-pagination-bullet-active { background: #fff; color: #333; }
.hljlktf-topcon_l .swiper-button-prev { background: url("../images/L.png") no-repeat; left: 0; }
.hljlktf-topcon_l .swiper-button-next { background: url("../images/R.png") no-repeat; right: 0; }
.hljlktf-topcon_l .swiper-button-next:after, .hljlktf-topcon_l .swiper-button-prev:after { font-size: 22px; color: #fff; }
.hljlktf-topcon_l .swiper-button-next, .hljlktf-topcon_l .swiper-button-prev { width: 35px; height: 55px; }

/* 中间最新头条文字轴线列表 */
.hljlktf-topcon_m_b { margin-top: 30px; position: relative; }
.hljlktf-topcon_m_b::after { position: absolute; content: ''; left: 0; top: 5px; height: calc(100% - 12px); width: 1px; }
.hljlktf-topcon_m_b ul:first-child{ margin-bottom: 40px; }
.hljlktf-topcon_m_b ul li { display: flex; height: 20px; justify-content: space-between; align-items: center; position: relative; padding-left: 13px; margin-bottom: 15px; }
.hljlktf-topcon_m_b ul li:last-child{ margin-bottom: 15px; }
.hljlktf-topcon_m_b ul li .hljlktf-yd { position: absolute; left: -3px; top: 6px; width: 7px; height: 7px; background-color: #ffffff; border: solid 1px #dcdbdc; border-radius: 50%; background: #fff; z-index: 99; }
.hljlktf-topcon_m_b ul li .hljlktf-name { max-width: 320px; font-size: 15px; color: #444; margin-right: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hljlktf-topcon_m_b ul li:hover .hljlktf-yd{ border-color: red; }
.hljlktf-topcon_m_b ul li:hover .hljlktf-name { color: red; }
.hljlktf-topcon_m_b ul li .hljlktf-time { margin-right: 25px; font-size: 14px; color: #999; }

/* 双列子头条缩略图横排 */
.hljlktf-topcon_l_b { width: 460px; }
.hljlktf-topcon_l_b .hljlktf-news_imglist { margin-bottom: 24px; }
.hljlktf-topcon_l_b .hljlktf-news_imglist ul { display: flex; justify-content: space-between; }
.hljlktf-topcon_l_b .hljlktf-news_imglist ul li { width: 219px; height: 132px; }
.hljlktf-topcon_l_b .hljlktf-news_imglist ul li .hljlktf-img { width: 219px; height: 123px; position: relative; }
.hljlktf-topcon_l_b .hljlktf-news_imglist ul li .hljlktf-img img{ width: 100%; height: 100%; border-radius: 15px; }
.hljlktf-topcon_l_b .hljlktf-news_imglist ul li .hljlktf-img p{ margin-top: 10px; font-size: 15px; color: #323232; line-height: 28px; height: 28px; overflow: hidden; }

/* 右边迷你视频列表推荐 */
.hljlktf-topcon_r_list ul{ margin-top: 20px; }
.hljlktf-topcon_r_list ul li { width: 100%; border-radius: 15px; overflow: hidden; }
.hljlktf-topcon_r_list ul li .hljlktf-img { display: block; position: relative; width: 100%; }
.hljlktf-topcon_r_list ul li .hljlktf-img img{ width: 100%; height: 110px; border-radius: 15px; }
.hljlktf-topcon_r_list ul li p { width: 100%; height: 24px; line-height: 30px; font-size: 14px; }
.hljlktf-topcon_r_list ul li p.hljlktf-blod { color: #000; font-weight: bold; }
.hljlktf-topcon_r_list ul li p img { height: 19px; width: 19px; vertical-align: middle; margin-right: 10px; }


/* ==========================================================================
   9. 站内各分类二级页面统一样式 (Inner Pages Common Styles)
   ========================================================================== */
/* 面包屑导航路径 */
.hljlktf-map-box { padding: 0px 0 0; margin-bottom: 10px; }
.hljlktf-crumbs { margin-top: -10px; font-size: 13px; color: #666; position: relative; }
.hljlktf-crumbs.hljlktf-nobor{ border: 0; padding: 0px; }
.hljlktf-crumbs a { color: #333; display: inline-block; position: relative; font-size: 13px; }
.hljlktf-crumbs a:not(:last-child)::after { padding: 0px 5px; content: '>'; }
.hljlktf-crumbs a:hover{ color: #dd0000; }

/* 资讯独立大分类图文混排列表 */
.hljlktf-news_list .hljlktf-item { background: #fff; position: relative; margin-top: 10px; padding: 20px; }
.hljlktf-news_list .hljlktf-item > a{ display: block; }
.hljlktf-news_list .hljlktf-title { align-items: center; display: flex; margin-bottom: 10px; }
.hljlktf-news_list .hljlktf-item .hljlktf-title .hljlktf-tit { display: block; font-size: 16px; font-weight: bold; flex: 1; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hljlktf-news_list .hljlktf-title span { margin-left: 20px!important; color: #909399; }
.hljlktf-news_list .hljlktf-info { align-items: center; display: flex; }
.hljlktf-news_list .hljlktf-img { width: 178px; height: 110px; overflow: hidden; position: relative; }
.hljlktf-news_list .hljlktf-img img{ width: 100%; height: 100%; }
.hljlktf-news_list .hljlktf-cont { margin: 0 15px; flex: 1; overflow: hidden; position: relative; }
.hljlktf-news_list .hljlktf-text { height: 40px; line-height: 20px; color: #909090; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; text-overflow: ellipsis; -webkit-line-clamp: 2; margin-bottom: 5px; }
.hljlktf-news_list .hljlktf-score { color: #605ca8!important; font-size: 14px; line-height: 1.5; }

/* 资讯二级页右侧边栏独立包裹 */
.hljlktf-news_con { margin-bottom: 20px; display: flex; margin-top: 20px!important; }
.hljlktf-news_con .hljlktf-news_left{ width: 830px; flex: 1; }
.hljlktf-news_right { width: 350px; margin-left: 20px; }

/* 详细文章阅读页内部排版（SEO 深度语义格式化） */
.hljlktf-news_top_cont { padding: 30px 0; border-bottom: 1px dashed #eee; text-align: center!important; }
.hljlktf-news_top_cont.hljlktf-channel{ padding-bottom: 0!important; }
.hljlktf-news_top_cont h1 { font-size: 24px; display: block; line-height: 1.2; margin-bottom: 20px; font-weight: bold; }
.hljlktf-news_top_cont .hljlktf-text { font-size: 14px; line-height: 1.5; color: #909399!important; }
.hljlktf-news_top_cont .hljlktf-text span { margin: 0 20px; }
.hljlktf-news_detail { padding: 30px 0; line-height: 28px; font-size: 16px; color: #606266; margin-bottom: 10px; }
.hljlktf-news_detail p { line-height: 28px; font-size: 16px; color: #606266; margin-bottom: 10px; }
.hljlktf-news_detail h3,.hljlktf-news_detail h2{ line-height: 36px; font-size: 18px; color: #000; font-weight: 600; margin-bottom: 20px; }
.hljlktf-news_detail strong{ font-size: 16px; font-weight: bold; }
.hljlktf-news_detail p img { display: block; width: 80%; margin: 15px auto; height: auto !important; }
.hljlktf-news_detail+p{ margin-top: 20px; }

/* 详情页底部相关文章标签 */
.hljlktf-detail_tags { overflow: hidden; }
.hljlktf-detail_tags span { display: inline-block; font-size: 14px; height: 30px; line-height: 30px; float: left; }
.hljlktf-detail_tags a { display: inline-block; font-size: 14px; height: 30px; line-height: 30px; color: #605ca8; overflow: hidden; margin-left: 5px; }

/* 详情页侧边栏带红点垂直精选文章 */
.hljlktf-detail_new_list{ background: #fff; padding-bottom: 20px!important; }
.hljlktf-detail_new_list ul { border-bottom: 1px dashed #e8e8e8; padding: 10px; margin-bottom: 20px; }
.hljlktf-detail_new_list ul:last-child { margin-bottom: 0; border: 0; padding-bottom: 0; }
.hljlktf-detail_new_list ul li { display: flex; align-items: center; font-size: 16px; line-height: 25px; border-bottom: 1px solid #f5f5f5; padding: 5px 0; }
.hljlktf-detail_new_list ul li span{ display: inline-block; width: 5px; height: 5px; line-height: 20px; margin: 5px 10px 0 0; text-align: center; font-size: 12px; color: #fff; vertical-align: top; background: #cfcfcf; border-radius: 50%; }
.hljlktf-detail_new_list ul li a em{ color: #eb0303; }
.hljlktf-detail_new_list ul li a { display: block; flex: 1; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 详情页底部上下篇导航 */
.hljlktf-news_detail_page { margin: 30px 0 40px 0; height: 80px; position: relative; padding-top: 20px; border-top: 1px solid #e5e5e5; }
.hljlktf-news_detail_page p { margin-bottom: 10px; }

/* 全站空数据通用友好占位提醒 */
.hljlktf-nothing { text-align: center; margin: 40px 0px; min-height: 390px; }
.hljlktf-nothing img { width: 100px; }
.hljlktf-nothing span { display: block; }

/* 列表原生流通用数字分页系统 */
#page{ text-align: center; padding: 20px 0 40px; }
#page .pagination{ margin-top: 40px; }
#page .pagination li span{ width: 35px; height: 35px; line-height: 35px; border-radius: 0px!important; margin-right: 15px; padding: 0px; border: 1px solid #605ca8; background: #605ca8; color: #fff; }
#page .pagination li a{ width: 35px; height: 35px; line-height: 35px; border-radius: 0px!important; margin-right: 15px; padding: 0px; border: 1px solid #f5f5f5; color: #666; }
#page .pagination li.disabled span{ color: #666; border: 1px solid #f5f5f5; background: #fff; }
#page .pagination li:last-child a{ margin-right: 0px; }


/* ==========================================================================
   10. 赛事数据、积分榜与联谊链接 (League Tables & Cooperation)
   ========================================================================== */
/* 赛事聚合多维切换标签 */
.hljlktf-saishi_tab { border-radius: 4px; border: 1px solid #d3e1e2; padding: 0 10px; margin-top: 20px; overflow: hidden; background: #FFF; }
.hljlktf-saishi_tab img { float: left; height: 40px; width: auto; margin-top: 5px; }
.hljlktf-saishi_tab span { float: left; height: 50px; line-height: 50px; margin-left: 10px; font-size: 20px; color: #605ca8; }
.hljlktf-saishi_tab .hljlktf-saishi_item { float: right; }
.hljlktf-saishi_tab .hljlktf-saishi_item a { display: inline-block; font-size: 16px; margin-left: 10px; padding: 0px 10px; height: 30px; line-height: 30px; margin-top: 10px; border-radius: 4px; }
.hljlktf-saishi_tab .hljlktf-saishi_item a.on { background: #605ca8; color: #FFF; }

/* 赛事中心七天大日期切换横廊 */
.hljlktf-data_conten { width: 100%; overflow: hidden; display: flex; flex-direction: row; justify-content: space-between; margin-top: 20px; }
.hljlktf-data_conten a { position: relative; border: 1px solid #D3E1E2; border-radius: 4px; width: 160px; height: 64px; font-size: 16px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #FFF; margin-left: 5px; }
.hljlktf-data_conten a:first-child{ margin-left: 0px; }
.hljlktf-data_conten a.on i, .hljlktf-data_conten a:hover i { display: inline-block; width: 100%; height: 6px; position: absolute; left: 0; bottom: 0; background: #605ca8; border-radius: 0px 0px 2px 2px; }
.hljlktf-data_conten a.on { color: #605ca8; font-weight: bold; border: 1px solid #605ca8; position: relative; }

/* 网格化多栏超级大型联赛积分排行榜 */
.hljlktf-jf_rnak { background: #FFF; margin-top: 10px; }
.hljlktf-jf_rnak .hljlktf-jfname { font-size: 18px; font-weight: bold; padding: 10px; }
.hljlktf-jf_rnak .hljlktf-rankingt.hljlktf-bg{ background: #EEEEEE; line-height: 40px; }
.hljlktf-jf_rnak .hljlktf-bgg { border-bottom: 1px solid #EAEAEA; }
.hljlktf-jf_rnak .hljlktf-rankingt .hljlktf-num { display: block; width: 28px; height: 28px; background: #ccc; font: 18px / 30px Helvetica; color: #fff; border-radius: 2px; text-align: center; }
.hljlktf-jf_rnak .hljlktf-logo { display: flex; align-items: center; text-align: left; }
.hljlktf-jf_rnak .hljlktf-team { padding-left: 5px; }
/* 足球榜网格划分（10列自适应） */
.hljlktf-jf_rnak .hljlktf-rankingt.hljlktf-zuqiu { display: grid; grid-template-columns: 5% 23% 9% 9% 9% 9% 9% 9% 9% 9%; height: 51px; align-items: center; padding: 0 30px; }
/* 篮球榜网格划分（6列自适应） */
.hljlktf-jf_rnak .hljlktf-rankingt.hljlktf-nba { display: grid; grid-template-columns: 6% 26% 17% 17% 17% 17%; height: 51px; align-items: center; padding: 0 30px; }

/* 底部友情外链栏 */
.hljlktf-index_link { margin-bottom: 20px; min-height: 30px; background: #fff; padding: 10px; overflow: hidden; margin-top: 10px; }
.hljlktf-index_link a { float: left; font-size: 14px; line-height: 34px; color: #333; margin-right: 16px; }
.hljlktf-index_link a:hover { color: red; }


/* ==========================================================================
   11. 直播内容、播放详情页与球队主页 (Live Details & Player Profiles)
   ========================================================================== */
/* 头部比分大面板面板 */
.hljlktf-live_detail { position: relative; height: 280px; padding-top: 50px; }
.hljlktf-live_bg { height: 280px; background: linear-gradient(90deg,#605ca8 18.8%,#605ca8 49.96%,#605ca8 81.5%); position: absolute; top: 0px; left: 0; right: 0; z-index: -1; }
.hljlktf-live_bg .hljlktf-live_bg_box .hljlktf-live_bg_con { position: absolute; display: flex; justify-content: center; bottom: 0; width: 100%; }
.hljlktf-live_detail_team .hljlktf-live_detail_teamt { color: #fff; }
.hljlktf-live_detail_team .hljlktf-live_name { width: 100%; height: 36px; line-height: 36px; padding: 4px 27px; font-size: 14px; color: #FFFFFF; text-align: center; }
.hljlktf-live_detail_team .hljlktf-live_con { width: 100%; display: flex; justify-content: space-around; align-items: center; }
.hljlktf-team2 .hljlktf-team_img, .hljlktf-team1 .hljlktf-team_img { width: 80px; height: 80px; border-radius: 50%; background-color: white; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.hljlktf-team2 .hljlktf-team_img img, .hljlktf-team1 .hljlktf-team_img img { width: 56px; height: 56px; border-radius: 50%; }
.hljlktf-team1 h1, .hljlktf-team2 h1 { height: 26px; font-size: 20px; font-weight: bold; line-height: 26px; color: #FFFFFF; margin-top: 10px; }
.hljlktf-live_num { text-align: center; width: 40%; }
.hljlktf-live_num_box { display: flex; justify-content: space-between; align-items: center; margin: 25px 0; height: 39px; padding: 0 12px; }
.hljlktf-live_num_box > p { font-size: 32px; font-weight: bold; line-height: 39px; color: #FFFFFF; }
.hljlktf-live_status { height: 36px; background: #FFFFFF; border-radius: 18px; font-size: 16px; font-weight: bold; line-height: 36px; width: 140px; margin: auto; color: #605ca8; }

/* 独立模拟播放窗区块 */
.hljlktf-video_play { position: relative; background: #000000; width: 100%; height: 450px; }
.hljlktf-video_play img.hljlktf-img { max-width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.hljlktf-video_play img.hljlktf-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.hljlktf-video_cont_list { margin-bottom: 10px; }
.hljlktf-video_cont_list span { display: block; font-size: 16px; font-weight: bold; margin-top: 10px; }
.hljlktf-video_cont_list a { display: block; font-size: 15px; text-decoration: revert; height: 30px; line-height: 30px; }

/* 独家定制的线路信号源按钮 */
.hljlktf-match_details { margin-top: 10px; margin-bottom: 10px; }
.hljlktf-signa { margin-top: 10px; }
.hljlktf-signa ul li { margin-right: 10px; background: #CCC; display: inline-block; margin-top: 10px; margin-bottom: 10px; border-radius: 6px; }
.hljlktf-signa ul li.hljlktf-click { background: #605ca8; }
.hljlktf-signa ul li a{ display: block; padding: 10px 20px; color: #fff; }
.hljlktf-live_content { padding: 20px 15px; background: #FFF; }
.hljlktf-live_content p { font-size: 14px; line-height: 22px; margin-bottom: 10px; }
.hljlktf-live_content p span.hljlktf-tit { color: #C00; overflow: hidden; }

/* 战队/星宿专属主页数据面板 */
.hljlktf-detail_top { background: url(../images/bg-qd.png) no-repeat; background-size: 100%; overflow: hidden; position: relative; }
.hljlktf-detail_top .hljlktf-img { float: left; width: 50px; height: 50px; margin: 11px; object-fit: contain; }
.hljlktf-detail_top .hljlktf-name .hljlktf-zh { margin-top: 12px; margin-bottom: 3px; font-size: 20px; color: #333; display: flex; }
.hljlktf-detail_top .hljlktf-name .hljlktf-zh span { font-size: 20px; font-weight: 500; }
.hljlktf-detail_top .hljlktf-name .hljlktf-en { display: flex; font-size: 12px; color: #bbb; }
/* 斜切特效身价展示框 */
.hljlktf-detail_top .hljlktf-market { height: 72px; line-height: 72px; color: #FFF; font-size: 18px; padding: 0 20px; position: absolute; top: 0px; right: 0px; background-color: #605ca8; }
.hljlktf-detail_top .hljlktf-market::before { position: absolute; content: ''; top: 0; border: solid transparent; border-right-color: rgba(255,255,255,0.6); border-top-color: rgba(255,255,255,0.6); border-width: 52px 20px; left: -42px; z-index: -1; transform: translateX(20px); }
.hljlktf-detail_top .hljlktf-market::after { position: absolute; content: ''; top: 0; border: solid transparent; border-right-color: #605ca8; border-top-color: #605ca8; border-width: 52px 20px; left: -28px; }


/* ==========================================================================
   12. 全局全新精简版页脚与一键置顶组件 (Modern Footer & Scroll To Top)
   ========================================================================== */
footer {
    background-color: #18181c !important; /* 新版高质感深墨黑底色 */
    padding: 35px 0 25px 0;
    border-top: 4px solid #5c5ab0;
}
.footer-bds-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.footer-bds-box p {
    margin: 0;
    line-height: 1.8;
}
/* 页脚 SEO 描述段落格式化 */
.footer-bds-box p:first-child {
    color: #85858a;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
    text-align-last: center;
}
/* 底部版权与备案号分割线及样式 */
.footer-bds-box p:last-child {
    border-top: 1px solid #2a2a30;
    padding-top: 15px;
    color: #626266;
    font-size: 12px;
}
.footer-bds-box a {
    color: #626266;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.2s;
}
.footer-bds-box a:hover {
    color: #5c5ab0;
}

/* 右下角悬浮火箭置顶按钮 */
.totop-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#hljlktf-totop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: #232328;
    border: 1px solid #333338;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: all 0.2s ease;
    z-index: 999;
}
#hljlktf-totop:hover {
    background: #5c5ab0;
    border-color: #5c5ab0;
    transform: translateY(-3px);
}
/* 纯 CSS 绘制悬浮置顶向上三角小箭头 */
#hljlktf-totop::before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: 4px;
}