/* ==========================================================================
   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;}
.zhonglei666-center {width: 1200px;margin: 0 auto;}
.zhonglei666-index_conter{width: 1200px;margin: 20px auto 0;}
.zhonglei666-index_con {margin-bottom: 20px;display: flex;}
.zhonglei666-index_con .zhonglei666-index_left{width: 830px;}
.zhonglei666-index_con .zhonglei666-index_right {width: 350px;margin-left: 20px;}

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

/* 网站大背景图 */
.zhonglei666-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)
   ========================================================================== */
.zhonglei666-header-center .zhonglei666-logo{height: 78px;}
.zhonglei666-header-center .zhonglei666-logo img{height: 70px;margin-top: 0px;}
.zhonglei666-header .zhonglei666-header-center {padding: 12px 0;border-top: 1px solid #ededed;}
.zhonglei666-header .zhonglei666-header-center .zhonglei666-search {position: relative;}
.zhonglei666-header .zhonglei666-header-center .zhonglei666-search ul{overflow: hidden;height: 36px;display: block;}

.zhonglei666-header .zhonglei666-header-center .zhonglei666-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;
}
.zhonglei666-header .zhonglei666-header-center .zhonglei666-search li.on {
    background: #605ca8;
    color: #fff!important;
}
.zhonglei666-header .zhonglei666-header-center .zhonglei666-search .zhonglei666-txt {
    width: 460px;
    height: 40px;
    padding: 0 50px 0 20px;
    border: 2px solid #605ca8;
    background-color: #fff;
}
.zhonglei666-header .zhonglei666-header-center .zhonglei666-search .zhonglei666-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;
}

/* 主导航菜单 */
.zhonglei666-header .zhonglei666-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;
}
.zhonglei666-header .zhonglei666-header-list li {position: relative;flex: auto;}
.zhonglei666-header .zhonglei666-header-list li.active {background-color: #fff;color: #605ca8;}
.zhonglei666-header .zhonglei666-header-list li a{display: block;color: #fff;}
.zhonglei666-header .zhonglei666-header-list li.active a{color: #605ca8;}

/* 导航下拉菜单过渡动画 */
.zhonglei666-header .zhonglei666-header-list li:hover .zhonglei666-li-menu {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
}
.zhonglei666-header .zhonglei666-header-list li .zhonglei666-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;
}
.zhonglei666-header .zhonglei666-header-list li .zhonglei666-li-menu a{color: #000;font-size: 16px;}

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

/* 模块通用标题带侧边紫色标志线 */
.zhonglei666-index_title { position: relative; display: flex; justify-content: space-between; align-items: center; }
.zhonglei666-index_title span, .zhonglei666-index_title h2, .zhonglei666-index_title h3 { margin-left: 10px; font-size: 20px; color: #333; font-weight: bold; display: flex; align-items: center; }
.zhonglei666-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 标签设计 */
.zhonglei666-index_label{ border-top: 2px solid #605ca8; background: #fff; }
.zhonglei666-index_label ul { overflow: hidden; height: 50px; background: #f7f9fa; box-shadow: 0 2px 3px #ddd; }
.zhonglei666-index_label li { height: 50px; line-height: 50px; margin-right: 2px; background: #f7f9fa; text-align: center; padding: 0 15px; float: left; cursor: pointer; }
.zhonglei666-index_label li.on { background: #605ca8; color: #FFF; }


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

/* 赛事状态状态灯效果 */
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-status { float: left; margin-right: 10px; }
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-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; }
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-status.zhonglei666-live span { background: linear-gradient(90deg,#ff1c1c,#eaadad); }
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-status.zhonglei666-prelive span { background: linear-gradient(90deg,#929292,#c1c1c1); }

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

/* 右侧线路观看按钮容器 */
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-items-box { float: right; width: 260px; }
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-items-top, .zhonglei666-index_match_list .hotmatch .zhonglei666-items-top p { display: flex; align-items: center; }
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-items-top p:first-child { font-size: 14px; color: #000; justify-content: center; }
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-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; }
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-items-btm { float: left; }
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-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; }

/* 展开更多线路控制 */
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-items-box .zhonglei666-more { font-size: 12px; display: flex; justify-content: center; align-items: center; height: 26px; cursor: pointer; float: left; }
.zhonglei666-index_match_list .zhonglei666-hotmatch .zhonglei666-items-box .zhonglei666-more:after { content: ""; width: 23px; height: 26px; background: url(../images/chevron-down.png) no-repeat; background-position: 50%; background-size: 12px 7px; }
.zhonglei666-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; }
.zhonglei666-index_match_more a{ color: #fff; display: block; }

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


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

/* 列表小播放标志图 */
.zhonglei666-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;
}
.zhonglei666-index_videopace ul li a { display: block; flex: 1; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

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


/* ==========================================================================
   7. 底部自生成数据区块与侧边 TAG 样式 (Tags, Hot Data Grids)
   ========================================================================== */
/* 首页双列网格化热门数据卡片 */
.zhonglei666-index_wangluo_list ul { 
    padding: 0; 
    list-style: none; 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px 30px; 
    margin: 0; 
}
.zhonglei666-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; }
.zhonglei666-index_wangluo_list ul li a { color: #333; text-decoration: none; font-size: 15px; display: block; }
.zhonglei666-index_wangluo_list ul li a:hover { color: #5c5ab0; }

/* 侧边尖角标签 TAG 核心排版 */
.zhonglei666-tags { width: 100%; margin-top: 20px; padding: 10px; background: #fff; display: inline-block; }
.zhonglei666-tags .zhonglei666-tag { margin-bottom: 8px; }
.zhonglei666-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 画出右边的斜角箭头形状 */
.zhonglei666-tags a.zhonglei666-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;
}

/* 底部一键切换的球队、球星小方阵组件 */
.zhonglei666-index_hot_list { overflow: hidden; background: #fff; padding: 0px 5px 10px 5px; }
.zhonglei666-index_hot_list a:first-child{ margin-left: 0px; }
.zhonglei666-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; }
.zhonglei666-index_hot_list a img { max-width: 100%; height: 40px; display: block; margin: 0 auto; }
.zhonglei666-index_hot_list a span { height: 30px; line-height: 30px; overflow: hidden; display: block; text-align: center; }


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

/* 焦点幻灯轮播图 */
.zhonglei666-topcon_l .zhonglei666-topcon_l_sw { overflow: hidden; font-size: 20px; margin-bottom: 20px; }
.zhonglei666-topcon_l .zhonglei666-ul_o{ position: relative; height: 236px; }
.zhonglei666-topcon_l .zhonglei666-ul_o li{ position: relative; }
.zhonglei666-topcon_l .zhonglei666-ul_o li .zhonglei666-img { display: block; height: 100%; width: 100%; }
.zhonglei666-topcon_l .zhonglei666-ul_o li img { height: 100%; width: 100%; }
.zhonglei666-topcon_l .zhonglei666-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; }

/* 幻灯片底部半透明蒙层 */
.zhonglei666-topcon_l .zhonglei666-ul_o li .zhonglei666-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; }
.zhonglei666-topcon_l .swiper-button-prev { background: url("../images/L.png") no-repeat; left: 0; }
.zhonglei666-topcon_l .swiper-button-next { background: url("../images/R.png") no-repeat; right: 0; }
.zhonglei666-topcon_l .swiper-button-next:after, .zhonglei666-topcon_l .swiper-button-prev:after { font-size: 22px; color: #fff; }
.zhonglei666-topcon_l .swiper-button-next, .zhonglei666-topcon_l .swiper-button-prev { width: 35px; height: 55px; }

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

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

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


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

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

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

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

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

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

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

/* 全站空数据通用友好占位提醒 */
.zhonglei666-nothing { text-align: center; margin: 40px 0px; min-height: 390px; }
.zhonglei666-nothing img { width: 100px; }
.zhonglei666-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)
   ========================================================================== */
/* 赛事聚合多维切换标签 */
.zhonglei666-saishi_tab { border-radius: 4px; border: 1px solid #d3e1e2; padding: 0 10px; margin-top: 20px; overflow: hidden; background: #FFF; }
.zhonglei666-saishi_tab img { float: left; height: 40px; width: auto; margin-top: 5px; }
.zhonglei666-saishi_tab span { float: left; height: 50px; line-height: 50px; margin-left: 10px; font-size: 20px; color: #605ca8; }
.zhonglei666-saishi_tab .zhonglei666-saishi_item { float: right; }
.zhonglei666-saishi_tab .zhonglei666-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; }
.zhonglei666-saishi_tab .zhonglei666-saishi_item a.on { background: #605ca8; color: #FFF; }

/* 赛事中心七天大日期切换横廊 */
.zhonglei666-data_conten { width: 100%; overflow: hidden; display: flex; flex-direction: row; justify-content: space-between; margin-top: 20px; }
.zhonglei666-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; }
.zhonglei666-data_conten a:first-child{ margin-left: 0px; }
.zhonglei666-data_conten a.on i, .zhonglei666-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; }
.zhonglei666-data_conten a.on { color: #605ca8; font-weight: bold; border: 1px solid #605ca8; position: relative; }

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

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


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

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

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

/* 战队/星宿专属主页数据面板 */
.zhonglei666-detail_top { background: url(../images/bg-qd.png) no-repeat; background-size: 100%; overflow: hidden; position: relative; }
.zhonglei666-detail_top .zhonglei666-img { float: left; width: 50px; height: 50px; margin: 11px; object-fit: contain; }
.zhonglei666-detail_top .zhonglei666-name .zhonglei666-zh { margin-top: 12px; margin-bottom: 3px; font-size: 20px; color: #333; display: flex; }
.zhonglei666-detail_top .zhonglei666-name .zhonglei666-zh span { font-size: 20px; font-weight: 500; }
.zhonglei666-detail_top .zhonglei666-name .zhonglei666-en { display: flex; font-size: 12px; color: #bbb; }
/* 斜切特效身价展示框 */
.zhonglei666-detail_top .zhonglei666-market { height: 72px; line-height: 72px; color: #FFF; font-size: 18px; padding: 0 20px; position: absolute; top: 0px; right: 0px; background-color: #605ca8; }
.zhonglei666-detail_top .zhonglei666-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); }
.zhonglei666-detail_top .zhonglei666-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;
}
#zhonglei666-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;
}
#zhonglei666-totop:hover {
    background: #5c5ab0;
    border-color: #5c5ab0;
    transform: translateY(-3px);
}
/* 纯 CSS 绘制悬浮置顶向上三角小箭头 */
#zhonglei666-totop::before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: 4px;
}
/* ==========================================================================
   PC端补全修改汇总（直接粘贴至CSS文件最底部）
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. 球队独立分类图文网格布局 (.zhonglei666-tuwen_list)
   -------------------------------------------------------------------------- */
.zhonglei666-tuwen_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px; /* 负边距用于抵消子项左边距，使其与标题左对齐 */
    margin-top: 15px;
}

/* 4列排版：PC端左侧大容器宽 830px，每项计算宽 195px */
.zhonglei666-tuwen_list a {
    display: block;
    width: 195px; 
    margin-left: 16px;
    margin-bottom: 20px;
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 1px 1px 10px rgb(229 229 229);
    text-align: center;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 悬停浮起特效 */
.zhonglei666-tuwen_list a:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(96, 92, 168, 0.15); /* 主题紫阴影 */
}

/* 图片容器：固定高度防止原图比例不一导致卡片上下错位 */
.zhonglei666-tuwen_list .zhonglei666-img {
    width: 100%;
    height: 140px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fcfcfd;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* 保护战队Logo、球体等不拉伸变形 */
.zhonglei666-tuwen_list .zhonglei666-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; 
}

/* 球队文字标题 */
.zhonglei666-tuwen_list .zhonglei666-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* 名字过长时自动截断加... */
}


/* --------------------------------------------------------------------------
   2. 全部频道页面多列网格化标准排版 (.zhonglei666-pmap)
   -------------------------------------------------------------------------- */
.zhonglei666-pmap { 
    margin-bottom: 40px; 
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px rgb(229 229 229);
}

.zhonglei666-pmap ul::after {
    content: "";
    display: block;
    clear: both;
}

/* 4列排版：去掉父级 padding 后，每项宽 185px */
.zhonglei666-pmap ul li { 
    width: 185px; 
    height: 42px; 
    line-height: 42px; 
    float: left; 
    margin-right: 16px; 
    margin-bottom: 16px; 
    background: #f7f9fa; 
    border: 1px solid #ededed;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.2s ease;
}

/* 每行第 4 个元素去掉右边距，防止溢出换行错位 */
.zhonglei666-pmap ul li:nth-child(4n) { 
    margin-right: 0px; 
}

.zhonglei666-pmap ul li a { 
    display: block; 
    width: 100%;
    height: 100%;
    font-size: 14px; 
    color: #444; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap; 
    padding: 0 10px;
    box-sizing: border-box;
}

/* 频道卡片悬停变为主题紫色 */
.zhonglei666-pmap ul li:hover { 
    background: #605ca8;
    border-color: #605ca8;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(96, 92, 168, 0.15);
}

.zhonglei666-pmap ul li:hover a { 
    color: #fff !important; 
}


/* --------------------------------------------------------------------------
   3. 导航栏安全卫兵：防止部分浏览器流氓插件注入乱码文字导致导航栏错位
   -------------------------------------------------------------------------- */
.zhonglei666-header .zhonglei666-header-list li {
    height: 45px;
    overflow: hidden; /* 默认锁死高度，切除漏出来的错位文本 */
}

.zhonglei666-header .zhonglei666-header-list li:hover {
    overflow: visible; /* 仅在鼠标悬停时展示合法的二级下拉菜单 */
}