﻿@charset "UTF-8";
@import "iconfont.css";
@import "iconfont2.css";
* {
	margin:0;
	padding:0;-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
html {
	position:relative;
	margin:0 auto!important;
	max-width:640px;
	min-width:300px;
	font-family:Helvetica Neue, Helvetica, sans-serif
}
body {
	overflow-x:hidden;
	background:#fff;
	font-size:16px;
	font-family:Microsoft Yahei, Verdana, Arial, Helvetica, sans-serif
}
a, body {
	color:#333
}
a {
	text-decoration:none
}
img {
	width:auto;
	border:0;
	vertical-align:middle
}
a, img {
	-webkit-touch-callout:none
}
button, input, select {
	vertical-align:middle;
	font-size:16px
}
input, textarea {
	padding:0;
	outline:0;
	border:none;
	-webkit-appearance:none
}
li, ol {
	list-style:none
}
body, div, fieldset, form, h1, h2, h3, h4, h5, h6, img, li, ol, p, table, td, tr, ul {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	font-weight:inherit;
	font-style:inherit;
	font-variant:inherit;
	font-size-adjust:inherit;
	font-stretch:inherit;
	font-size:inherit;
	line-height:inherit
}
.clear {
	overflow:hidden;
	width:100%;
	height:5px;
	font-size:1px;
	line-height:0
}
.clear, .clear:after {
	clear:both;
	visibility:hidden
}
.clear:after {
	display:block;
	height:0;
	content:""
}
.banner {
	position:relative;
	z-index:1;
	overflow:hidden;
	margin:0 auto 1%;
	width:100%;
	height:auto
}
.alert {
	top:35%;
	left:50%;
	z-index:99999;
	display:none;
	padding:15px 10px;
	width:80%;
	border-radius:5px;
	color:#fff;
	text-align:center;
	font-family:Microsoft YaHei;
	opacity:.7;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%)
}
.alert, .mask {
	position:fixed;
	background:#000
}
.mask {
	top:43px;
	right:0;
	bottom:0;
	left:0;
	z-index:10000;
	visibility:hidden;
	width:100%;
	height:100%;
	opacity:0;
-webkit-transition:.4s ease;
transition:.4s ease;
	-webkit-backdrop-filter:blur(10px) saturate(180%);
	pointer-events:none
}
.mask.show {
	visibility:visible;
	opacity:.35;
	pointer-events:auto
}
.filex { overflow:hidden; height:100vh;
}
@keyframes load {
0% {
opacity:1
}
to {
	opacity:0
}
}
@-webkit-keyframes load {
0% {
opacity:1
}
to {
	opacity:0
}
}
.index-header {
	padding:1.6% 0;
	width:100%;
	background:#fff;
	text-align:center
}
.index-header .index-logo {
	margin:auto;
	width:auto;
	height:30px
}



.index-header .icon-menu {
	position:relative;
	width:42px;
	height:42px;
	top:-4px;
	right:5px;
	z-index:10;
	float:right;
	display:inline-block;
	cursor:pointer
}



.icon-menu i {
	position:absolute;
	left:10px;
	display:block;
	width:26px;
	height:2.5px;
	border-radius:4px;
	background:#989898;
transition:all .35s ease
}
.icon-menu i:first-of-type {
	top:12px
}
.icon-menu i:nth-of-type(2) {
top:20px
}
.icon-menu i:nth-of-type(3) {
top:28px
}
.icon-menu-on i:first-of-type {
	top:20px;
	transform:rotate(45deg)
}
.icon-menu-on i:nth-of-type(2) {
width:0
}
.icon-menu-on i:nth-of-type(3) {
top:20px;
transform:rotate(-45deg)
}




.header {
	width:100%;
	height:42px;
	max-width:640px;
	min-width:300px;
	border-bottom:1px solid #dfdfdf;
	background:#f2f2f2;
	/* 弹性布局：左右分布+整体垂直居中 */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
	box-sizing: border-box;
}

/* 左侧返回按钮 */
.header .list-box-more {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #989898;
}

/* 中间Logo区域：图片完美垂直居中 */
.header .site {
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.header .site img {
	max-height: 26px;
	width: auto;
}

/* 右侧汉堡菜单 */
.header .icon-menu {
	width: 42px;
	height: 42px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px; position:relative
}
.header .icon-menu i {
	width: 22px;
	height: 2px;
	background: #666;
	display: block;
}



.index-banner {
	position:relative;
	display:block;
	padding-top:50%;
	width:100%;
	height:0
}
.index-banner img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	max-width:100%
}
.index-banner .swiper-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.index-banner .swiper-wrapper li span {
	position:absolute;
	bottom:0;
	z-index:2;
	display:block;
	overflow:hidden;
	box-sizing:border-box;
	padding:0 55px 0 10px;
	width:80%;
	height:35px;
	background:rgba(0, 0, 0, .3);
	color:#fff;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:35px
}
.index-banner .swiper-pagination {
	position:absolute;
	right:10px;
	bottom:9px;
	z-index:3;
	text-align:center
}
.index-banner .swiper-pagination-bullet {
	margin-left:3px;
	width:5px;
	height:5px;
	border:1px solid #fff;
	background-color:transparent;
	opacity:1
}
.index-banner .swiper-pagination-bullet-active {
	background-color:#fff
}
.index-nav {
	float:left;
	margin-bottom:1%;
	padding-top:2%;
	width:100%;
	background:#fff
}
.index-nav .search {
	float:left;
	margin:5px 3% 12px
}
.index-nav li {
	float:left;
	margin-right:-1px;
	width:20%;
	text-align:center;
	line-height:28px
}
.index-nav li a {
	display:block;
	overflow:hidden;
	padding:5px 0 5px;
	color:#555;
	font-size:14px
}
.index-nav li i {
display: flex;       /* 改为弹性盒 */
	justify-content: center;  /* 水平居中 */
	align-items: center;      /* 垂直居中 */
	margin:0 auto;
	width:48px;
	height:48px;
	background:#f5f5f5;
}


.index-nav li i img{
	max-width:48px;
	max-height:48px;
}


.nav {
	position:fixed;
	top:43px;
	left:0;
	z-index:10001;
	float:left;
	overflow:hidden;
	width:100%;
	height:100vh;
	background:#fff;
-webkit-transition:-webkit-transform .4s ease;
transition:transform .4s ease;
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
	-ms-transform:translateX(-100%)
}
.nav.show {
	-webkit-transform:none;
	transform:none;
	-ms-transform:none
}
 

.nav-box {
  padding: 12px 10px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;  height: calc(100% - 100px);
}

/* 每一大行：左侧标题 + 右侧子标签区域 */
.nav-box > li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}
/* 最后一项去掉底边线 */
.nav-box > li:last-child {
  border-bottom: none;
  padding-bottom:0;
}

/* 左侧主标题（资讯/赛程/视频）橙色加粗 */
.nav-box .tt {
  font-size: 16px;
  color: #0f88ee;
  padding-top:2px;
  white-space: nowrap;
  flex-shrink: 0; /* 标题不会被压缩 */
}

/* 右侧子标签容器，自动换行，行列间距匹配截图 */
.sub-nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 28px; /* 水平间距｜垂直行间距，调整数字控制疏密 */
  align-items: flex-start;
}

.sub-nav a {
  font-size: 17px;
  color:#222222;
  white-space: nowrap;
}




.search {
	display:inline-block;
	margin:1% 3% 3%;
	width:94%;
	border-radius:100px;
	background:#f0f0f0
}
.search input {
	float:left;
	padding-left:4%;
	width:78%;
	background:0 0;
	font-size:14px;
	line-height:36px
}
input:-webkit-input-placeholder {
color:#999
}
input:-moz-placeholder {
color:#999
}
input::-moz-placeholder {
color:#999
}
input:-ms-input-placeholder {
color:#999
}
.search button, .search input {
	height:36px;
	border:none
}
.search button {
	background:0 0;
	color:#0f88ee;
	font-size:14px
}
.search .iconfont {
	margin-right:6px;
	color:#0f88ee;
	vertical-align:middle;
	font-size:16px;
	-webkit-text-stroke-width:.2px
}
.nav .search {
	margin-top:3%
}
.subnav {
	display:block;
	margin-bottom:1%;
	width:100%;
	background:#fff
}
.subnav a {
	float:left;
	margin-right:-1px;
	width:25%;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#333;
	text-align:center;
	line-height:35px
}
.subnav a.on {
	color:#0f88ee
}
.subnav a:hover {
	background:#0f88ee;
	color:#fff
}
.swiper-tab {
	
-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	overflow:hidden;
	width:-webkit-calc(100% - 10px);width:-moz-calc(100% - 10px);width:calc(100% - 10px);
	background:#fff;
	 border-top: 2px solid #0f88ee;
    border-radius: 10px;
    box-shadow: 0 1px 10px #dbdbdb; margin:0px 5px; margin-bottom:5px;
}
.swiper-tab .iconfont {
	padding-right:3px;
	height:40px;
	vertical-align:middle;
	font-size:24px;
	line-height:40px
}
.swiper-tab .swiper-tab-title {
	margin-bottom:1%;
	height:43px
}

.swiper-tab .swiper-pagination{
    display: table; width:100%;
}
.swiper-tab .swiper-tab-title span{
	  display: table-cell;
    width:1%; /* table-cell均分技巧 */
	height:40px;
	border-bottom:2px solid #eee;
	border-radius:0;
	background:#fff;
	color:#333;
	text-align:center;
	font-size:16px;
	line-height:40px;
	opacity:1;margin: 0; 
}
.swiper-tab  .swiper-pagination-bullet-active{
	border-bottom:2px solid #0f88ee;
	color:#0f88ee
}

/* 父容器下第一个直接子a标签 */
.swiper-tab .swiper-tab-title span:first-child {
	border-bottom:2px solid #0f88ee;
	color:#0f88ee
}




.swiper-tab .swiper-tab-list ul {
	float:left;
	overflow:hidden;
	box-sizing:border-box;
	padding:0 2% 1%
}
.swiper-tab .swiper-tab-list ul li {
	float:left;
	overflow:hidden;
	width:100%;
	height:32px;
	font-size:15px;
	line-height:32px
}
.swiper-tab .swiper-tab-list .pubdate li:before {
	position:relative;
	top:50%;
	float:left;
	margin-right:2%;
	width:5px;
	height:5px;
	border-radius:100%;
	background-color:#cecece;
	content:"";
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.swiper-tab .swiper-tab-list .pubdate li:hover:before {
	background-color:#0f88ee
}
.swiper-tab .swiper-tab-list .pubdate li a {
	float:left;
	display:block;
	overflow:hidden;
	width:84%;
	height:32px
}
.swiper-tab .swiper-tab-list .pubdate li span {
	float:right;
	color:#999;
	font-size:12px
}
.swiper-tab .swiper-tab-list .tuijian li span {
	float:left;
	margin-top:1%;
	margin-right:10px;
	padding:0 1%;
	height:20px;
	border:1px solid #0f88ee;
	border-radius:4px;
	color:#0f88ee;
	text-align:center;
	font-size:12px;
	line-height:20px
}
.swiper-tab .swiper-tab-list .tuijian li span a {
	color:#0f88ee
}
.swiper-tab .swiper-tab-list .click li em {
	position:relative;
	top:50%;
	float:left;
	margin-right:8px;
	width:18px;
	height:18px;
	border-radius:4px;
	background-color:#ccc;
	color:#fff;
	text-align:center;
	font-style:inherit;
	font-size:12px;
	line-height:18px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.swiper-tab .swiper-tab-list .click li:first-child em {
	background:#ff6b6d
}
.swiper-tab .swiper-tab-list .click li:nth-child(2) em {
background:#ff9e3a
}
.swiper-tab .swiper-tab-list .click li:nth-child(3) em {
background:#26ced5
}





.list-box {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:2%;
 border-top: 2px solid #0f88ee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 10px #dbdbdb; margin:0px 5px; overflow:hidden;margin-bottom:10px;
}




 








.list-box-title {
	width:100%;
	height:34px;
	border-bottom:2px solid #eee;
	line-height:34px; margin-bottom:15px;
}
.list-box-title span {
	float:left;
	border-bottom:2px solid #0f88ee;
	color:#0f88ee;
	font-size:18px
}
.list-box-title span a {
	color:#0f88ee
}

.list-box-title span i {
	box-sizing:border-box;
	margin-right:3px;
	color:#0f88ee;
	vertical-align:bottom;
	font-weight:400;
	font-size:20px;
	line-height:32px
}


.list-box-title em {
	float:right;
	color:#333;
	font-size:14px;font-style: normal;
}
.list-box-title em a {
	color:#333
}






.list-box-line {
	position:absolute;
	right:2%;
	float:right;
	font-size:13px
}
.list-box-line a {
	float:left;
	margin-right:5px;
	color:#989898;
	font-size:13px
}
.list-box-line a:last-child {
	margin-right:0
}
.list-box-line a:before {
	position:relative;
	margin-right:5px;
	color:#ccc;
	content:"/"
}
.list-box-line a:first-child:before {
	margin-right:0;
	content:""
}
.list-box-more {
	float:left;
	display:block;
	color:#0f88ee
}
.list-box-more i {
	float:right;
	box-sizing:border-box;
	color:#989898;
	vertical-align:middle;
	font-weight:400;
	font-size:24px
}
.list-box .list-box-pic {
	float:left;
	width:100%
}
.list-box .list-box-pic a {
	float:left;
	margin:2% 2% 1%;
	width:46%;
	background:#eee;
	text-align:center
}
.list-box .list-box-pic a span {
	display:block;
	overflow:hidden;
	padding:0 4px;
	height:30px;
	color:#333;
	text-align:center;
	font-size:13px;
	line-height:30px
}
.list-box .list-box-pic a:hover span {
	color:#0f88ee
}
.list-box .list-box-pic img {
	display:block;
	box-sizing:border-box;
	width:100%;
	border:1px solid #dbdbdb
}
.list-box .list-box-ul {
	float:left;
	width:100%
}
.list-box .list-box-ul li {
	float:left;
	width:100%;
	height:32px;
	font-size:15px;
	line-height:32px
}
.list-box .list-box-ul li:before {
	position:relative;
	top:50%;
	float:left;
	margin-right:2%;
	width:5px;
	height:5px;
	border-radius:100%;
	background-color:#cecece;
	content:"";
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.list-box .list-box-ul li:hover:before {
	background-color:#0f88ee
}
.list-box .list-box-ul li a {
	float:left;
	display:block;
	overflow:hidden;
	width:84%;
	height:32px
}
.list-box .list-box-ul li span {
	float:right;
	color:#999;
	font-size:12px
}
.list-cut .list-box-ul li:nth-of-type(5n) {
margin-bottom:1%;
padding-bottom:1%;
border-bottom:1px dashed #eee
}
.list-cut .list-box-ul li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0
}
.list-box .click-ul li {
	float:left;
	overflow:hidden;
	width:100%;
	height:32px;
	font-size:15px;
	line-height:32px
}
.list-box .click-ul li em {
	position:relative;
	top:50%;
	float:left;
	margin-right:8px;
	width:18px;
	height:18px;
	border-radius:7px;
	background-color:#ccc;
	color:#fff;
	text-align:center;
	font-style:inherit;
	font-size:12px;
	line-height:18px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.list-box .click-ul li:first-child em {
	background:#ff6b6d
}
.list-box .click-ul li:nth-child(2) em {
background:#ff9e3a
}
.list-box .click-ul li:nth-child(3) em {
background:#26ced5
}
.list-news {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:1%;
	width:100%;
	background:#fff
}
.list-news .list-box-title {
	margin:2% 2% 1%;
	width:96%
}
.list-news-ul {
	float:left;
	box-sizing:border-box;
	padding:2% 3% 0 3%;
	overflow:hidden
}
.list-news-ul li {
	float:left;
	position:relative;
	line-height:32px;
	width:100%;
	height:32px
}
.list-news-ul li:nth-child(5n) {
margin-bottom:10px
}
.list-news-ul li:before {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	float:left;
	margin-right:8px;
	width:5px;
	height:5px;
	border-radius:100%;
	background-color:#cecece;
	content:""
}
.list-news-ul li:after {
	top:50%;
	transform:translateY(-50%);
	left:30px;
	z-index:0;
	display:block;
	width:90%;
	height:1px;
	border-bottom:1px dashed #cecece;
	content:"";
	position:absolute
}
.list-news-ul li:hover:before {
	background-color:#0f88ee
}
.list-news-ul li a {
	padding-right:8px;
	background:#fff;
	line-height:32px;
	padding-left:4px;
	font-size:15px;
	position:relative;
	z-index:1
}
.list-news-ul li time {
	float:right;
	font-size:12px;
	padding-left:10px;
	background:#fff;
	color:#999;
	position:relative;
	z-index:1
}


.article {
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:1%;
	padding:3% 2%;
	width:100%;
	background:#fff
}
.article .title {
	color:#333;
	text-align:center;
	font-weight:700;
	font-size:20px;
	line-height:130%
}
.article .info {
	overflow:hidden;
	padding:2% 0;
	width:100%;
	border-bottom:1px solid #ececec;
	color:#999;
	text-align:center;
	font-size:13px;
	line-height:24px
}
.article .info span {
	margin-right:2%
}
.article .info span i {
	box-sizing:border-box;
	padding-right:2px;
	vertical-align:-1px;
	line-height:24px
}
.article .info code {
	font-family:Microsoft Yahei, Verdana, Arial, Helvetica, sans-serif
}
.article .info code b {
	padding:0 2px;
	color:#666;
	font-weight:400;
	font-size:14px;
	font-family:Microsoft Yahei, Verdana, Arial, Helvetica, sans-serif
}
.article .info a {
	color:#868686
}
.article .info code i {
	display:inline-block;
	margin-bottom:5px;
	margin-left:4px;
	width:3px;
	height:3px;
	background:#666;
	animation:load 1.04s ease infinite;
	-webkit-animation:load 1.04s ease infinite
}
.article .info code i:first-child {
animation-delay:.13s;
-webkit-animation-delay:.13s
}
.article .info code i:nth-child(2) {
animation-delay:.26s;
-webkit-animation-delay:.26s
}
.article .info code i:nth-child(3) {
animation-delay:.39s;
-webkit-animation-delay:.39s
}
.content {
	position:relative;
	overflow:hidden;
	padding:15px 0 0;
	width:100%;
	word-wrap:break-word;
	line-height:1.6
}
.content p {
	padding-bottom:2.5%;
	line-height:1.6
}

.content p:last-child {
	padding-bottom:0
}
.content h2 {
	padding-bottom:15px;
	color:#c00;
	text-indent:2em;
	font-weight:700;
	font-size:18px;
	line-height:1.6
}
.content br {
	line-height:1.6
}
.content img {
	height:auto;
	max-width:100%
}
.article-recommend {
	float:left;
	margin:1% auto;
	width:100%;
	background:#fff;
	text-align:center
}
.article-recommend .item {
	position:relative;
	float:left;
	margin-right:4%;
	width:35%;
	height:38px;
	border-radius:25px;
	background:#eee;
	line-height:38px;
	cursor:pointer
}
.article-recommend .item:last-child {
	margin-right:0
}
.article-next-prev {
	float:left;
	margin-bottom:1%;
	width:100%;
	background:#fff
}
.article-next-prev a {
	position:relative;
	display:block;
	overflow:hidden;
	padding:0 5% 0 2%;
	height:44px;
	border-bottom:1px solid #d8d8d8;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:44px
}
.article-next-prev a:last-child {
	border-bottom:none
}
.article-next-prev a:before {
	right:8px;
	border:8px solid transparent;
	border-left-color:#ececec
}
.article-next-prev a:after, .article-next-prev a:before {
	position:absolute;
	top:50%;
	display:block;
	margin-top:-8px;
	width:0;
	height:0;
	content:""
}
.article-next-prev a:after {
	right:10px;
	border:8px solid transparent;
	border-left-color:#fff
}
.article-next-prev a span, .article-next-prev a:hover {
	color:#0f88ee
}
.article-next-prev a span .iconfont {
	box-sizing:border-box;
	padding-right:5px
}
.sitemap {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:2%;
	width:100%;
	background:#fff
}
.sitemap .map-box {
	float:left;
	margin-bottom:2%;
	padding-bottom:2%;
	width:100%;
	border-bottom:1px solid #eee
}
.sitemap .map-box h2 {
	height:30px;
	color:#0f88ee;
	text-align:center;
	font-size:18px;
	line-height:30px
}
.sitemap .map-box h2 a {
	color:#0f88ee
}
.sitemap .map-box h2 .iconfont {
	overflow:hidden;
	box-sizing:border-box;
	margin-right:3px;
	color:#0f88ee;
	vertical-align:middle;
	font-size:18px
}
.sitemap .map-box ul {
	overflow:hidden
}
.sitemap .map-box:nth-child(2) {
margin-top:2%
}
.sitemap .map-box:last-child {
	margin-bottom:0;
	padding:0;
	border-bottom:0
}
.sitemap .map-box ul li {
	float:left;
	overflow:hidden;
	margin-right:5px;
	text-align:center;
	white-space:nowrap;
	line-height:30px
}
.sitemap .map-box ul li a {
	display:block;
	color:#666;
	font-size:14px
}
.sitemap .map-box ul li a:before {
	position:relative;
	margin-right:5px;
	color:#ccc;
	content:"/"
}
.sitemap .map-box ul li:first-child a:before {
	margin-right:0;
	content:""
}
.update {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:2%;
	width:100%;
	background:#fff
}
.update ul, .update ul li {
	position:relative;
	float:left;
	width:100%
}
.update ul li {
	overflow:hidden;
	height:32px;
	line-height:32px
}
.update ul li:before {
	position:relative;
	top:50%;
	float:left;
	margin-right:8px;
	width:5px;
	height:5px;
	border-radius:100%;
	background-color:#cecece;
	content:"";
	transform:translateY(-50%)
}
.update ul li:after {
	top:50%;
	transform:translateY(-50%);
	left:30px;
	z-index:0;
	display:block;
	width:90%;
	height:1px;
	border-bottom:1px dashed #cecece;
	content:"";
	position:absolute
}
.update ul li:hover:before {
	background-color:#0f88ee
}
.update ul li a {
	padding-right:8px;
	padding-left:4px;
	background:#fff;
	font-size:15px;
	line-height:32px;
	position:relative;
	z-index:1
}
.update ul li span {
	position:relative;
	z-index:1;
	right:0;
	bottom:0;
	float:right;
	padding-left:10px;
	background:#fff;
	color:#999;
	font-size:12px
}
.taglist {
	float:left;
	width:100%
}
.taglist h3 {
	margin:2% 0;
	color:#0f88ee;
	font-size:18px
}
.taglist .taglist-box {
	display:inline-block
}
.taglist .taglist-box a {
	float:left;
	margin-right:10px;
	color:#333;
	text-decoration:underline;
	white-space:nowrap;
	font-size:14px;
	line-height:28px
}
.taglist .taglist-box a:hover {
	color:#0f88ee
}
#back-to-top {
	position:fixed;
	right:2%;
	bottom:10px;
	z-index:99998;
	display:none
}
#back-to-top a {
    border-radius: 10px;
    background: #ccc;
    display: flex;
    width: 30px;
    height: 30px;
    /* 水平居中 */
    justify-content: center;
    /* 垂直居中 */
    align-items: center;
}
#back-to-top i {
    font-size: 16px;
    color: #fff;
}

.footer {
	width:100%; background:#232830
}
.footer .copyright {
	overflow:hidden;
	padding:5px;
	color:#ccc;
	text-align:center;
	font-size:12px;
	line-height:20px
}
.footer .copyright a {
	outline:medium 0;
	color:#ccc;
	font-size:14px
}
.tag-item {
	margin:0 auto 2%;
	padding:1% 1.5% 1% 2.5%;
	background:#f4f4f4
}
.tag-item:last-child {
	margin-bottom:0
}
.tag-item dt {
	margin-bottom:2%;
	height:30px;
	line-height:30px
}
.tag-item dt span {
	color:#161616;
	font-weight:700;
	font-size:18px
}
.tag-item dd {
	display:inline-block;
	overflow:hidden
}
.tag-item dd a {
	margin-right:2%;
	color:#999;
	white-space:nowrap;
	font-size:16px;
	line-height:30px
}
.tag-item dd a:hover {
	color:#000
}
.tag-item dd .c1 {
	color:#ff3232
}
.tag-item dd .c2 {
	color:#ff9632
}
.tag-item dd .c3 {
	color:#77ba00
}
.tag-item dd .c4 {
	color:#00baa2
}
.tag-item dd .c5 {
	color:#0077ba
}
.tag-item dd .c6 {
	color:#9055fe
}
.tag-item dd .c7 {
	color:#b755fe
}
.tag-item dd .c8 {
	color:#fe558d
}
.tag-item dd .c9 {
	color:#700e18
}
.tag-item dd .c10 {
	color:#0f635a
}
.tag-item dd .c11 {
	color:#161616
}
.tag-item dd .c12 {
	color:#ff1ae6
}
.tag-item dd .c13 {
	color:#0051ec
}
.article-recommend .item {
	float:none;
	display:inline-block
}
.article-recommend .item:first-child {
	display:none
}
.from1 {
	display:inline-block;
	width:100%
}
.content .AboutUs, .content .ComeFrom, .content .CopyRights, .content .DoMain, .content .HomeLink, .content .HotLink, .content .OriGin, .content .ProveNance, .content .SouRces, .content .WebSite, .content .aboutus, .content .comefrom, .content .copyrights, .content .domain, .content .homelink, .content .hotlink, .content .origin, .content .provenance, .content .sources, .content .website {
	position:absolute;
	top:-999em;
	left:-999em
}
.icon-like:before {
	content:"\e644"
}
.more-content {
	position:absolute;
	left:0;
	bottom:-5px;
	width:100%;
	cursor:pointer;
	margin:0 auto!important;
	text-align:center
}
.more-content-mask {
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	width:100%;
	height:100px;
	margin:0 auto!important;
	background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background:linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background:-moz-linear-gradient(bottom, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0))
}
.more-content-text {
	position:absolute;
	z-index:2;
	bottom:15px;
	left:35%;
	width:30%;
	height:30px;
	line-height:30px!important;
	margin:0 auto!important;
	border-radius:50px;
	font-size:16px;
	color:#333;
	text-align:center;
	background:#fff;
	border:1px solid #666
}
.more-content-arrow {
	display:inline-block;
	position:relative;
	width:14px;
	height:14px;
	margin:0 0 -3px 5px
}
.more-content-arrow b, .more-content-arrow i {
	position:absolute;
	left:0;
	top:0
}
.more-content-arrow b {
	width:14px;
	height:14px
}
.more-content-arrow .arrowa {
	top:2px;
	border-top:7px solid #666
}
.more-content-arrow .arrowb {
	border-top:7px solid #fff
}
.more-content-arrow i {
	display:block;
	border-bottom:7px dashed transparent;
	border-left:7px dashed transparent;
	border-right:7px dashed transparent;
	overflow:hidden
}
.icon-email:before {
	content:"\e7bd"
}






.zt-list{}
.zt-list ul{
    overflow: hidden;  margin: 0 -5px;}
.zt-list ul li{width: 50%;
    float: left;
    margin-bottom: 15px; padding:0px 5px;}
.zt-list ul li img{width: 100%;
    height: 100px;
}
.zt-list ul li  p {
    font-size: 16px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}








.sp-list{}
.sp-list ul{overflow: hidden;   margin:0px -5px; }
.sp-list ul li{ width: 50%;
    float: left;
    margin-bottom: 15px; padding:0px 5px;}
.sp-list ul li img{width: 100%;
    height: 129px;
}


.swiper-wrapper .sp-list{ padding-top:10px;}
.swiper-wrapper .sp-list ul{ padding-left:5px; padding-right:5px;}



.sp-list ul li .sp-box-img{
    height: 136px;
    display: block;
    overflow: hidden;
    position: relative;
}

.sp-list ul li .sp-box-img i{
    position: absolute; font-size:30px;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px; color:#FFF
}
.sp-list ul li  p {
    font-size: 16px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}










.sp-list2{}
.sp-list2 ul{ }
.sp-list2 ul li{ width:100%;
    margin-bottom: 20px; overflow:hidden
	}

.swiper-wrapper .sp-list2{ padding-top:10px;}
.swiper-wrapper .sp-list2 ul{ padding-left:5px; padding-right:5px;}



.sp-list2 ul li .sp-box-img{ width:120px;
    height: 90px;
    display: block;
    overflow: hidden;
    position: relative; float:left; margin-right:10px;
}
.sp-list2 ul li img{width: 100%;
    height: auto;
}




.sp-list2 ul li .sp-box-img i{
    position: absolute; font-size:30px;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px; color:#FFF
}
.sp-list2 ul li  p {
    font-size: 16px;
    color: #1d1d1f;
    line-height: 30px;
   /* 3行省略核心代码 */
    display: -webkit-box;
    -webkit-line-clamp: 3;    /* 控制显示行数：3行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 90px;          /* 可选增强：30*3=90px，防止异常撑开 */	
	
}









/* 最新比赛列表 fixture__list */
.fixture__list {
	cursor:pointer;
	display:flex;
	flex-direction:column;
	font-size:16px;
	padding:5px;
	position:relative; border-bottom:#eee 1px solid
}
.fixture__list__header {
	align-items:center;
	display:flex;
	height:30px;
	justify-content:space-between;
	 color:#999
}



.fixture__list[ball-type="1"] .fixture__list__header>span:first-child, .fixture__list[ball-type="2"] .fixture__list__header>span:first-child {
	background-position:0;
	background-repeat:no-repeat;
background-size:16px;
padding-left:16px
}
.fixture__list[ball-type="1"] .fixture__list__header>span:first-child {
	background-image:url(../images/icon_ball_1_dark.svg);
}
.fixture__list[ball-type="2"] .fixture__list__header>span:first-child {
	background-image:url(../images/icon_ball_2_dark.svg);
}






.fixture__list__header>span {
	align-items:center;
	box-sizing:border-box;
	display:flex;
	flex:0 0 3.42rem;
	height:100%;
	white-space:nowrap
}
.fixture__list__header>span:first-child {
	color: #999
}
.fixture__list__header>span:last-child {
	justify-content:flex-end
}
.fixture__list__status {
	align-items:center;
	display:flex;
	flex:1;
	justify-content:center
}
.fixture__list__status:before {
	background-position:50%;
	background-size:cover;
	content:"";
	height:15px;
	margin-right:2px;
	width:15px
}
.fixture__list__info {
	align-items:center;
	display:flex;
	height:40px;
	justify-content:space-between
}
.fixture__list__team {
	align-items:center;
	box-sizing:border-box;
	color:var(--font-color);
	display:flex;
	flex:0 0 calc(50% - 60px);
	height:100%;
	overflow:hidden;
	padding-right:35px;
	position:relative;
	text-align:right
}
.fixture__list__team>span {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	display:box;
	flex:1;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.fixture__list__team>img {
	height:30px;
	-o-object-fit:contain;
	object-fit:contain;
	position:absolute;
	right:0;
	width:30px
}
.fixture__list__team:first-child {
	padding-left:35px;
	padding-right:0;
	text-align:left
}
.fixture__list__team:first-child>img {
	left:0;
	right:unset
}
.fixture__list__score {
	align-items:center;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:20px 10px;
	display:flex;
	flex:0 0 60px;
	font-family:Bebas;
	font-size:14px;
	height:100%;
	justify-content:space-between;
	text-align:center
}


.fixture__list[status-alias=wait] .fixture__list__status:before {
	background: url(../images/icon_video.svg) no-repeat center 
}

.fixture__list[status-alias=in] .fixture__list__status {
	color: #F00
}
.fixture__list[status-alias=in] .fixture__list__status:before {
	background: url(../images/icon_live_dark.svg) no-repeat center 
}
.fixture__list[status-alias=end] .fixture__list__status[replay="0"]:before {
	display:none
}

.fixture__list[status-alias=in][hot="1"] .fixture__list__status:after, .fixture__list[status-alias=wait][hot="1"] .fixture__list__status:after {
	background-image:url(../images/icon_fire.svg);
	background-position:50%;
	background-size:cover;
	content:"";
	height:15px;
	margin-left:5px;
	width:15px
}
.fixture__list[status-alias=end] .fixture__list__score, .fixture__list[status-alias=other] .fixture__list__score {
	background:url(../images/bg_vs.svg) no-repeat center;
}
.fixture__list[status-alias=in] .fixture__list__score {
	background:url(../images/bg_vs_in.svg) no-repeat center;
	color: #F00
}


.fixture__list[status-alias=wait] .fixture__list__score {
	background:url(../images/bg_vs.svg) no-repeat center 
}

.fixture__details__header {
	align-items:center;
	background-color: #f2f2f6;
	box-sizing:border-box;
	color: #386aff;
	display:flex;
font-size:16px;
height:30px;
	justify-content:space-between;
padding:0 10px;
}

 .tags-flex {
	display:flex;
	flex-wrap:wrap;
	margin:10px -5px
}
.tags-flex a {
	display:inline-block;
	flex:auto;
	padding:3px 12px;
	margin:5px 5px;
	border-radius:20px;
	text-align:center;
	color:#555;
	background:#f5f5f5
}
 .tags-flex a:hover {
	color:#fff;
	background:#ff5704 linear-gradient(to right, #ff5704, #ffab00) !important
}









.list-news-pic {
	float:left;
	width:100%
}

.list-news-pic li{
 background: #fff;
    align-items: center;
    display: flex; border-bottom:#eee 1px solid; padding-bottom:10px; margin-bottom:10px; 
}


.swiper-wrapper .list-news-pic{ padding-top:10px;}
.swiper-wrapper .list-news-pic li{ padding-left:5px; padding-right:5px;}






.list-news-pic li .pic{
    width: 120px;
    height:80px;
    overflow: hidden;
    position: relative;
}
.list-news-pic li .pic img {
    width: 100%;
    height: 100%;
}

.list-news-pic li .tt{
    margin: 0 15px;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.list-news-pic li .tt h2{
    display: block;
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    overflow: hidden;

	  display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
	
	
	
	  margin-bottom: 10px;
}
 
.list-news-pic li .tt span{

color: rgb(8, 79, 211)!important;
    font-size: 14px;
    line-height: 1.5;
}






/* 频道 */
.channels_ul {
	display:flex;
	flex-wrap:wrap; margin-left:-15px;
}
.channels_ul li{
width: calc((100% - 30px) / 2);
	height:44px;
	line-height:44px;
	background:#eee;
	border:1px solid #e3e3e3;
	text-align:center;
	margin-left:15px;
	color:#fff;
	cursor:pointer; margin-bottom:10px;
}
.channels_ul li a {
	display:block;
	width:100%;
	height:100%;
	padding:0 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	box-sizing:border-box;
	cursor:pointer
}




/* 球员 */
.player__item, .player__section {
	display:flex;
	flex-direction:column
}
.player__item {
	gap:24px; margin-top:20px;
}
.player__item__header {
	background-color:#0f88ee12;
	border-radius:4px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	height:56px;
	justify-content:center;
	padding:16px 24px 16px 98px;
	position:relative;
	width:100%
}
.player__item__header>img {
	height:44px;
	left:24px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:44px
}
.player__item__header>span {
	color:var(--font-color-50);
	font-size:14px;
	line-height:20px;
	margin-top:6px
}
.player__item__header>span:nth-child(2) {
    color:var(--font-color);
    font-size:16px;
    font-weight:700
}
.player__item__content {
	display:flex;
	flex-wrap:wrap;
	gap:15px
}
.player__list {
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	gap:2px;
	height:64px;
	justify-content:center;
	padding:0 0 16px 60px;
	position:relative;
	width: calc((100% - 15px) / 2);background:#eeeeee78
}
.player__list>img {
	height:48px;
	left:5px;
	-o-object-fit:cover;
	object-fit:cover;
	position:absolute;
	top:5px;
	width:48px
}
.player__list>span {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	color:#999;
	display:box;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.player__list>span:nth-child(2) {
    color:#333;
    font-size:16px;
    height:24px;
    line-height:24px; margin-top:10px;
}




/* 球队 */
.team__item {
	display:flex;
	flex-wrap:wrap;
	gap:24px 31.5px; margin:10px;
}
.team__item__title {
	font-size:20px;
	font-weight:700
}
.team__list {
	border-bottom:1px solid #f5f5f5;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	font-size:14px;
	height:88px;
	padding:0 16px 16px 76px;
	position:relative;
	width:100%
}
.team__list__extra {
	color:#eee;
	display:flex;
	gap:24px;
	height:20px;
	line-height:20px
}
.team__list__extra>:not(:last-child) {
    position:relative
}
.team__list__extra>:not(:last-child):before {
    background-color:var(--bg-04);
    content:"";
    height:12px;
    pointer-events:none;
    position:absolute;
    right:-12px;
    top:50%;
    transform:translateY(-50%);
    width:1px
}
.team__list>img {
	height:64px;
	left:0;
	-o-object-fit:contain;
	object-fit:contain;
	position:absolute;
	top:4px;
	width:64px
}
.team__list>span {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	color:#999;
	display:box;
	margin-bottom:6px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.team__list>span:nth-child(2) {
    color:#444;
    font-size:16px;
    line-height:24px;
    margin-bottom:2px
}



.pagelist {
	padding:10px 0;
	overflow:hidden;
	margin-left:-3px;
	text-align:center
}
.pagelist a{
	display:inline-block;
	padding:2px 6px;
	margin:0 3px;
	color:#333;
	border:1px solid #ddd; margin-bottom:3px;
}
.pagelist b, .pagelist a:hover {
	color:#fff;
	background:#0f88ee;
	display:inline-block;
	padding:2px 6px;
	margin:0 3px;
	border:1px solid #0f88ee; margin-bottom:3px;
}



.nyvideo {
	position:relative; margin:10px 0px;
}
.nyvideo img.full {
	width:100%;
	height:240px
}
.nyvideo .play_icon {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:240px; text-align:center; line-height:240px;
}
.nyvideo .play_icon i{
 font-size:60px; color:#FFF; 
  opacity: 0.5; /* 半透明 */


}
.nyvideo .play_icon:hover  i{ opacity: 1;}






.news__info__tags {
	display:flex;
	flex-wrap:wrap;
	font-size:16px;
	margin-left:-6px;
	width:calc(100% + 12px)
}
.news__info__tag {
	align-items:center;
	background-color:#eee;
	border-radius:6px;
	color:#666;
	display:flex;
	height:38px;
	justify-content:center;
	margin:0 6px 12px;
	padding:0 12px 0 8px
}



.detail-text {
    line-height: 1.8;
    color: #666
}


/**/

.intro__title {
	display:flex;
	flex-wrap:wrap;
	margin-top:5px;
	padding-top:5px;
	gap: 10px; /* 卡片之间横向、纵向间距，可自行调整 */
}
.intro__title__list {
	background-color: #f6f6f6;
	border-radius:4px;
	box-sizing:border-box;
	flex:0 0 calc(50% - 5px);
	padding:10px;
	position:relative;
	overflow:hidden; /* 清除图片浮动 */
}
.intro__title__list>img {
	height:30px;
	width:30px;
	-o-object-fit:contain;
	object-fit:contain;
	float:left;
	margin-right:10px; /* 图标和文字距离 */
}
.intro__title__list>span {
	display:block; /* 核心：两个span自动各占一行，上下排列 */
	font-size:14px;
	line-height:1.4;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.intro__title:not(:first-child) {
	border-top:1px solid #eee;
}

/***/

.grade__section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.grade__list {
	align-items:center;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	height:70px;
	justify-content:space-between;
	overflow:hidden;
	padding:5px;
	width:25%
}
.grade__list>img {
	height:30px;
	-o-object-fit:contain;
	object-fit:contain;
	width:30px
}
.grade__list>span {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	color:var(--font-color);
	display:box;
	font-size:16px;
	line-height:25px;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}



.doctor-intro{ 
    padding:10px 5px;
}
.doctor-intro dl {
    display: flex;
    align-items: center;
    gap: 15px; /* dt、dd、a三者之间间距，按需调整 */
}
.doctor-intro dt {
    flex-shrink: 0; /* 头像固定大小，不压缩 */
}
.doctor-intro dt img {
    width:80px;
    height: auto;
    display: block;
}
.doctor-intro dd {
    flex: 1; /* 核心：中间文字区域自适应占剩余空间 */
}
.doctor-intro dd h2 {
    font-size:20px;
    color: #111111;
    font-weight: bold; 
    margin-bottom:5px;
}
.doctor-intro dd span {
    color: #555; 
    margin-bottom:5px; display:block
}
.doctor-intro dd p {
    font-size: 14px;
    color: #666666;
}


.doctor-intro dd .info__header__basic__extra a{ color:#999; font-size:14px} 
.doctor-intro dd .info__header__basic__extra span {color:#999;display:inline-block;} 

.head-caption{color:#0f88ee;
	font-size:18px}

.head-caption i{ margin-right:5px;}


/* 右侧图片链接样式 */
.info__header__extra {
    flex-shrink:0px; margin-right:10px; /* 右侧图片固定尺寸，不压缩 */
}
.info__header__extra__img {
    width:60px;
    height:60px;
    display:block;
}





.basic__info {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	overflow:hidden;
	gap: 5px 15px; /* 垂直间距5px，水平间距15px */
}
.basic__info__list {
	display:flex;
	width: calc((100% - 15px) / 2);
	box-sizing: border-box;
	flex-wrap:wrap;
	height:30px; line-height:30px;
	overflow:hidden;
}
.basic__info__list>span {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	box-sizing:border-box;
	display:box;
	flex:1;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.basic__info__list>span:first-child {
	flex:0 0 60px;
	padding-right:5px;
	text-align:center; color: #999
}




.honor__item {
    border-bottom: 1px solid #ddd;
    display: flex;
    /* flex: 0 0 450px; */
    flex-direction: column;
}
.honor__item__title {
    color: #3c3c3c;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 12px;
    height: 32px;
    line-height: 32px;
}



.honor__item__content {
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0 24px;
}
.honor__list {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    overflow: hidden;
    padding: 12px 6px;
    flex: 0 0 calc(100% / 3 - 8px);
}
.honor__list>span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: box;
    font-size: 12px;
    line-height: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.honor__list>span:first-child {
    color: #615f60;
    font-size: 14px;
    line-height: 20px;
}



.ss_tab {
	display: flex;background-color: #4dadff;
    border-radius:6px;	overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom:4px; margin-bottom:10px; 
}
.ss_tab  a{
	text-decoration: none;
	position: relative;
	text-align:center;	flex-shrink: 0;
		padding: 5px 8px;
		font-size: 18px;
		color: #ffff;
}
.ss_tab  a span {
	display: block;
}
.ss_tab .ss_tab_active {
	color: #ffff;
}
.ss_tab .ss_tab_active:after {
	content: "";
	position: absolute;
	left: 14px;
	right: 24px;
	bottom: 0;
	height: 4px;
	background: #ed1606;
	border-radius: 999px; padding:0px 10px;
}

.ss_tabr::-webkit-scrollbar {display: none;}











/* 联赛Swiper (近期赛事轮播) */


.qmw__tab--level1{
	margin-bottom:1%;
	height:43px
}

.qmw__tab--level1 .qmw__tab__container{
    display: table; width:100%;
}
.qmw__tab--level1 .qmw__tab__list{
	  display: table-cell;
    width:1%; /* table-cell均分技巧 */
	height:40px;
	border-bottom:2px solid #eee;
	border-radius:0;
	background:#fff;
	color:#333;
	text-align:center;
	font-size:18px;
	line-height:40px;
	opacity:1;margin: 0; 
}
.qmw__tab--level1 .qmw__tab__list.qmw__tab__list--active{
	border-bottom:2px solid #0f88ee;
	color:#0f88ee
}


.jqss_title{color: #0f88ee;
    font-weight: 600; font-size:16px; margin:10px;}






.qmw__tab--level2{
	margin-bottom:1%;
	height:43px
}

.qmw__tab--level2 .qmw__tab__container{
    display: flex; 
    width:100%;
    overflow-x: auto;       /* 超出宽度横向滚动 */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* IOS平滑滚动 */
}
.qmw__tab--level2 .qmw__tab__list{
    /* 删除原table相关布局 */
	flex-shrink: 0;         /* 核心：禁止标签被挤压，宽度由文字自适应 */
    padding: 0 16px;        /* tab左右内边距，按需修改 */
	height:40px;
	border-bottom:2px solid #eee;
	border-radius:0;
	background:#fff;
	color:#333;
	text-align:center;
	font-size:18px;
	line-height:40px;
	opacity:1;
	margin: 0;
    white-space: nowrap;    /* 文字不换行 */
}
.qmw__tab--level2 .qmw__tab__list.qmw__tab__list--active{
	border-bottom:2px solid #0f88ee;
	color:#0f88ee
}

/* ==========【可选】隐藏滚动条（手机端常用，不需要直接删掉这段】========== */
.qmw__tab--level2 .qmw__tab__container::-webkit-scrollbar {
    display: none;
}
.qmw__tab--level2 .qmw__tab__container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}







.league__swiper {  height:130px;
  width: 100%;
}
.league__swiper__item {
  box-sizing: border-box;
  padding: 10px;
  width: 100% !important;
}
.league__swiper__item.swiper-slide {
  display: flex;
}
.league__swiper__list {
  align-items: center;
  display: flex;
  flex-direction: column;
  height:100px;
  justify-content: space-between;
  line-height:24px;
  width: 25%;
}
.league__swiper__list > img {
  height: 36px;
  object-fit: contain;
  width: 36px;
}
.league__swiper__list > span:nth-child(3) {
  background-color:#eee;
  border-radius: 5px;
  color:  #0f88ee;
  font-size: 12px;
  padding: 0 10px;
}
.league__swiper__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  align-items: center;
  background-color: #eee;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  margin-left: 50%;
  transform: translate(-50%);
  width: auto; bottom:6px;  
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}













/* 联赛主体布局 */
.league__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.league__main section{ padding:0px;}

.league__content {
  flex: 1;
  width: 100%;
}
.league__content--col {
  flex-direction: column;
}
.league__content[active="0"] {
  display: none;
}
.league__content[active="1"] {
  display: flex;
}

.league__main__header__content .league__content[active="1"] {
  display: block;
}
.league__main__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
.league__main__tab {
  position: sticky;
  top: 42px;
  z-index: 9;
}
.league__main__container {
  width: 100%;
}
.league__section {
  background-color: var(--card-1);
  box-sizing: border-box;
  width: 100%;
}
.league__section__content {
  display: flex;
  flex-direction: column;  width: 100%;
}
.league__section__side {
  background-color: #eee;
  flex: 0 0 80px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  position: sticky;
  top: 10px;
}
.league__section__side .qmw__tab {
  height: max-content;
  text-align: center;
  width: 100%;
}
.league__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.league__item__title {
  font-weight: 600;
  height:40px;
  line-height:40px;
  text-align: center;
  width: 100%;
}
.league__item__content {
  display: flex;
  flex-wrap: wrap;
}
.league__list {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: space-between;
  overflow: hidden;
  padding: 5px 5px;
  width: 33.333%;
}
.league__list > img {
  height: 40px;
  object-fit: contain;
  width: 40px;
}
.league__list > span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: box;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; font-size:14px
}







.qmw__tab--card-vertical{}


.qmw__tab--card-vertical .qmw__tab__list {
    align-items: center;
    background-color:#f7f7f8;
    box-sizing: border-box;
    display: flex;
    height: 45px;
    justify-content: center;
    line-height: 45px;
    padding: 0 5px;
    text-align: center;
    white-space: wrap;
    width: 100%; font-size:14px; cursor:pointer
}


.qmw__tab--card-vertical .qmw__tab__list--active {
    background-color:#fff;
    color: #0f88ee;
    font-weight: 600;
}



.qmw__tab_ag {
    background-color: #4dadff;
    box-sizing: border-box;
    padding: 8px 10px;
    margin-bottom: 10px;
}
.qmw__tab_ag .qmw__tab__container {
    display: flex;
    gap: 8px;
   
}

/* 定义循环缩放关键帧 */
@keyframes tabPulse {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(0.9);
    }
}

.qmw__tab_ag a{
    flex:1;
    flex-shrink:1;
    padding: 6px 4px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 999px;
    box-sizing: border-box;
    text-align:center;
    /* 无限循环自动缩放动画 */
    animation: tabPulse 1.4s ease-in-out infinite;
}
.qmw__tab_ag a span {
    display:block;
}

/* 手机适配，小屏缩小字号 */
@media(max-width:480px){
    .qmw__tab_ag a{
        font-size:12px;
        padding:6px 2px;
    }
}



.standings__tabs {
    display: flex;
    align-items: center;
    gap: 12px; /* 标签组 和 右侧赛季文字间距 */
    width: 100%; padding:10px;
}

/* 左侧可横向滚动tab容器 */
.standings__tabs .qmw__tab__container {
    flex: 1;
    display: flex;
    gap: 10px; /* tab选项之间间距 */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* ios顺滑滚动 */
}

/* tab选项 */
.standings__tabs .qmw__tab__list {
    flex-shrink: 0; /* 禁止宽度压缩，实现横向滚动核心 */
    padding: 8px 22px;
    border-radius: 6px; /* 胶囊圆角 */
    background-color: #f5f5f6;
    font-size: 18px;
    color: #666666;
    white-space: nowrap; /* 文字不换行 */
    cursor: pointer;
}
/* 激活态文字橙色 */
.standings__tabs .qmw__tab__list.qmw__tab__list--active {
    color: #ff4500;
}

/* 右侧赛季固定标签 */
.standings__tabs .qmw__tab__side {
    flex-shrink: 0;
    padding: 8px 22px;
    border-radius: 6px;
    background-color: #f5f5f6;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
}




.sec-sbj {
    overflow: hidden;
     line-height:30px; line-height:30px; margin:10px;
}




.qmw__tab__menu {background-image: url(../images/menu_calendar.svg);float:right;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height:30px;
    width: 30px;
}


/* ========== 积分榜表格 stats__table ========== */
.stats__table {
  display: flex;
  flex-direction: column;
}
.stats__table:not(:first-child) {
  margin-top: .48rem;
}
.stats__table__title {
  box-sizing: border-box;
  font-weight: 600;
  padding: 0 10px;
  width: 100%;
}
.stats__table__content {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.stats__table__main {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.stats__table__main[type=info] {
  flex: 1;
  overflow: scroll;
  scrollbar-width: none;
}
.stats__table__area {
  min-width: -moz-max-content;
  min-width: max-content; 
}
.stats__table__area__name {
  border-radius: 0 0 0 5px;
  font-size:12px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  z-index: 2;
}
.stats__table__area[type=demotion], .stats__table__area[type=promotion]:not(:nth-child(2)) {
  border-top: 1px solid #eee;
}
.stats__table__area .stats__table__area__name {
  background-color:  #0f88ee;
  color:#fff;
}

.stats__table__list {
  align-items: center;
  box-sizing: border-box;
  color: var(--font-color);
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  height:50px;
  overflow: hidden;
  position: relative;
}
.stats__table__list>span {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box;
  display: box;
  flex: 0 0 70px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70px;
}
.stats__table__list>img {
  height: 27px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
}

.stats__table__main[type=info] .stats__table__list {
  min-width: -moz-max-content;
  min-width: max-content;
}

.stats__table--standings .stats__table__main>.stats__table__list:first-child {
  background-color:#f7f7f8;
  border-bottom: 1px solid #f2f2f3;
  height: 40px;
  padding-bottom: 0;
}

.stats__table--standings .stats__table__list>img {
  left: 50px;
}
.stats__table--standings .stats__table__main[type=basic] .stats__table__list[pos="1"],
.stats__table--standings .stats__table__main[type=basic] .stats__table__list[pos="2"],
.stats__table--standings .stats__table__main[type=basic] .stats__table__list[pos="3"] {
  display: flex;
  position: relative;
}
.stats__table--standings .stats__table__main[type=basic] .stats__table__list[pos="1"]>span:first-child,
.stats__table--standings .stats__table__main[type=basic] .stats__table__list[pos="2"]>span:first-child,
.stats__table--standings .stats__table__main[type=basic] .stats__table__list[pos="3"]>span:first-child {
  color: #fff;
  z-index: 2;
}
.stats__table--standings .stats__table__main[type=basic] .stats__table__list[pos="1"]:before,
.stats__table--standings .stats__table__main[type=basic] .stats__table__list[pos="2"]:before,
.stats__table--standings .stats__table__main[type=basic] .stats__table__list[pos="3"]:before {
  border-radius:5px;
  content: "";
  height: 22px;
  left:13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
.stats__table--standings .stats__table__list[pos="1"]:before {
  background-color: #F00;
}
.stats__table--standings .stats__table__list[pos="2"]:before {
  background-color: #FC0;
}
.stats__table--standings .stats__table__list[pos="3"]:before {
  background-color: #F60;
}
.stats__table--standings .stats__table__main[type=basic] {
  flex: 0 0 190px;
}
.stats__table--standings .stats__table__main[type=basic] .stats__table__list {
  padding-right:10px;
}
.stats__table--standings .stats__table__main[type=basic] .stats__table__list>span:first-child {
  flex: 0 0 50px;
}
.stats__table--standings .stats__table__main[type=basic] .stats__table__list>span:not(:first-child) {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-sizing: border-box;
  display: box;
  flex: 1;
  overflow: hidden;
  padding-left:30px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

  

.qmw__tab__item[active="1"] {
    display: unset;
}
.qmw__tab__item {
    display: none;
}












/***/
.stats__table__main>.stats__table__list:first-child {
    border-bottom:1px solid #eee;
    box-sizing: border-box;
}
.stats__table--player .stats__table__main[type=basic]>.stats__table__list:not(:first-child) {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}

.stats__table--player .stats__table__main[type=basic]>.stats__table__list:not(:first-child)>img {
    left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
}

.stats__table--player .stats__table__main[type=basic]>.stats__table__list:not(:first-child)>span {
    flex: 0 0 26px;
    line-height: 36px;
    max-width: 100%;
    text-align: left;
    width: auto;
}

.stats__table--player .stats__table__main[type=basic]>.stats__table__list:not(:first-child)>span:last-child {
    color: #b0b2b5;
    flex: 0 0 20px;
    line-height: 20px;
}

.stats__table__list>span[size="86"] {
    flex: 0 0 86px;
    width: 86px;
}.stats__table__list>span[size="106"] {
    flex: 0 0 106px;
    width: 106px;
}

.stats__table--player .stats__table__main>.stats__table__list:not(:first-child):nth-child(odd) {
    background-color: #f7f7f8;
}




/* 加载样式 */
.qmw__loading {
	background-image:url(../images/icon_loading.svg);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:30px;
	height:30px;
	width:100%;
}



/*****/



.best__section {
	display:flex;
	flex-direction:column
}
.best__section__container {
	display:flex
}
.best__section__side {
	flex:0 0 90px
}
.best__section__content {
	flex:1;
	overflow:hidden
}

.best__list {
	align-items:center;
	display:flex;
font-size:16px;
height:50px;
	justify-content:center;
	overflow:hidden;
	position:relative;
	text-align:center
}
.best__list>* {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	display:box;
	flex:1;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.best__list>*>img {
height:26px;
	left:0;
	-o-object-fit:contain;
	object-fit:contain;
	position:absolute;
width:26px
}
.best__list>:first-child {
	flex:0 0 50px;
	z-index:1
}
.best__list>:nth-child(2) {
align-items:flex-start;
box-sizing:border-box;
display:flex;
flex-direction:column;
height:100%;
justify-content:center;
overflow:hidden;
padding-left:30px;
position:relative;
text-align:left
}
.best__list>:nth-child(2)>span { font-size:14px;
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
color:#0e0e0f;
display:box;
line-height:20px;
max-width:100%;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.best__list>:nth-child(2)>span:nth-child(3) {
color:#b0b2b5;
font-size:14px
}
.best__list>:nth-child(4), .best__list>[size="52"] {
flex:0 0 52px
}
.best__list>[size="86"] {
flex:0 0 86px
}
.best__list:first-child {
	background-color:#f7f7f8;
	color:#b0b2b5;
height:40px
}
.best__list:nth-child(2)>span:first-child, .best__list:nth-child(3)>span:first-child, .best__list:nth-child(4)>span:first-child {
color:#fff
}
.best__list:nth-child(2):before, .best__list:nth-child(3):before, .best__list:nth-child(4):before {
border-radius:5px;
content:"";
height:20px;
left:15px;
position:absolute;
width:20px;
z-index:0
}
.best__list:nth-child(2):before {
background-color:#F00
}
.best__list:nth-child(3):before {
background-color: #F60
}
.best__list:nth-child(4):before {
background-color: #F90
}













/* 日历弹窗整体 */
.qmw__calendar{
	color: #666;
	display:none;
	font-size:12px;
	height:100%;
	left:50%;
	max-width:100%;
	position:fixed;
	top:0;
	transform:translate(-50%);
	width:100%;
	z-index:999;
}
.qmw__calendar:before{
	background-color:#0000002e;
	content:"";
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:-1;
}
.qmw__calendar__container{
	background-color:#fff;
	border-radius:0 0 5px 5px;
	box-sizing:border-box;
	padding:0 10px;
	width:100%;
	z-index:9;
}

/* 日历头部 */
.qmw__calendar__header{
	align-items:center;
	border-bottom:1px solid #eee;
	box-sizing:border-box;
	color:#333;
	display:flex;
	font-size:16px;
	font-weight:600;
	height:40px;
	justify-content:center;
	padding:0 6px;
	position:relative;
	width:100%;
}
.qmw__calendar__header span{
	font-weight:600;
	padding:0 10px;
}

/* 日历切换按钮 */
.qmw__calendar__tool{
	align-items:center;
	color: #666;
	cursor:pointer;
	display:flex;
	font-size:12px;
	height:30px;
	justify-content:center;
	margin:0;
	position:absolute;
	width:30px;
}
.qmw__calendar__tool--prev-year{left:10px;}
.qmw__calendar__tool--prev-month{left:40px;}
.qmw__calendar__tool--next-year{right:10px;}
.qmw__calendar__tool--next-month{right:40px;}

/* 日历主体 */
.qmw__calendar__body{
	padding-bottom:10px;
}
.qmw__calendar__body__header{
	align-items:center;
	display:flex;
	justify-content:center; background:#eee
}
.qmw__calendar__body__header .qmw__calendar__day{
	color: #666;
	height:30px; line-height:30px;
}
.qmw__calendar__body__content{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

/* 日历底部 */
.qmw__calendar__footer{
	align-items:center;
	border-top:1px solid #eee;
	box-sizing:border-box;
	display:flex;
	height:40px;
	justify-content:center;
	position:relative;
}
.qmw__calendar__footer__btn{
	color: #0f88ee;
	cursor:pointer;
	font-weight:600;
}

/* 日历日期格子 */
.qmw__calendar__day{
	align-items:center;
	color: #666;
	display:flex;
	flex:0 0 40px;
	flex-direction:column;
	justify-content:center; font-size:16px;  border-radius:5px;
}
.qmw__calendar__day span{
	height:24px;
	line-height:24px;
}
.qmw__calendar__day span:last-child{
	color: #999;
	height:20px;
	line-height:20px; font-size:12px
}
.qmw__calendar__day--disabled{color:var(--font-color-3);}
.qmw__calendar__day--next,.qmw__calendar__day--prev{visibility:hidden;}
.qmw__calendar__day:nth-child(n+8){margin-top:10px;}
.qmw__calendar__body__content .qmw__calendar__day{cursor:pointer;}
.qmw__calendar__body__content .qmw__calendar__day--active{background-color: #DFEFFF}
.qmw__calendar__body__content .qmw__calendar__day--active>span{color: #0f88ee;}




.btn-more {
	padding:10px 0;
	text-align:center
}
.btn-more a {
	display:inline-block;
	padding-right:20px;
	color:#0f88ee;
}




.lmdh a{border-radius: 10px;
    display: inline-block;
    padding:5px 5px;
    color:#333;
    text-decoration:none;
    transition:0.2s;
}
.lmdh a:hover{
    background:#f6f6f6;
    color:#0066cc;
}
.lmdh a.on{
    background:#0798f5;
    color:#fff;
}






 .citiaowd {
	padding:6px;
	overflow:hidden;
	margin-bottom:10px
}
.citp {
	float:left;
	margin-right:10px
}
.citp img {
	width:150px;
}
.citzw {
	font-size:16px;
	color:#333;
	line-height:24px;
}





/*****/

/* 统计项 */
.stat__item {
	align-items:center;
	display:flex;
	flex-direction:column;
	margin-bottom:36px;
	position:relative
}
.stat__item__content {
	display:flex;
	flex-wrap:wrap;
	gap:5px 0;
	width:100%
}
.stat__item__bg {
	fill:#fff;
	background-color:#0f88ee;
	height:34px;
	overflow:hidden;
	padding:0 24px;
	position:absolute;
	top:-17px;
	z-index:1
}
.stat__item[type=radar] {
	height:622px
}
.stat__item:last-child, .stat__item[type=radar] {
	margin-bottom:0
}
.stat__item:not(:first-child) {
    padding-top:36px
}
.stat__item:not(:first-child):before {
    background-color:var(--bg-04);
    content:"";
    height:1px;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.stat__list {
	cursor:pointer;
	flex:0 0 25%;
	flex-direction:column;
	height:80px;
	line-height:24px
}
.stat__list, .stat__list>span {
	align-items:center;
	display:flex
}
.stat__list>span {
	justify-content:center
}
.stat__list>span:first-child {
	font-family:Bebas;
	font-size:16px;
	height:26px
}
.stat__list>span:nth-child(2) {
    color:#222;
    font-size:14px
}
.stat__list>:nth-child(3) {
    align-items:center;
    background-color:#00abffa3;
    border-radius:4px;
    color:#fff;
    display:flex;
    font-size:12px;
    height:24px;
    justify-content:center;
    margin-top:6px;
    padding:0 2px
}
.stat__list>:nth-child(3)>span:nth-child(3) {
	color:var(--font-color-50);
	font-size:12px;
	margin-left:2px;
	scale:.5;
	width:12px
}
.wnr{ text-align:center; font-size:14px; color:#999}










.game__header {
background-position:0 -10px;
	background-repeat:no-repeat;
	height:160px;
	position:relative;
	width:100%; padding-top:10px; padding-bottom:10px; overflow:hidden
}

.game__header__content, .game__header__info {
	align-items:center;
	box-sizing:border-box;
	display:flex;
padding:0 10px; color:#FFF
}

.game__header__info {
	flex:1;
	flex-direction:column;
	height:100%;
	justify-content:center
}
.game__header__info__time {
font-size:16px;
height:30px;
line-height:30px
}
.game__header__info__score {
	align-items:center;
	display:flex;
font-size:20px;
height:60px;
justify-content:space-between;
	width:100%
}
.game__header__info__score__num {
	flex:0 0 30px;
	font-family:Bebas
}
.game__header__info__score__num:first-child {
	text-align:right
}
.game__header__info__score__symbol {
font-size:14px;
	text-align:center
}


.game__header__info__btn {
	align-items:center;
	background-color: #0f88ee;
border-radius:6px;
	color:#fff;
	cursor:pointer;
	display:flex;
font-size:16px;
height:30px; line-height:30px; padding:0px 10px;
justify-content:center; 
}


.game__header__side {
	box-sizing:border-box; width:100px; text-align:center
}
.game__header__side>span {
color: #CCC;
font-size:12px;
height:40px;
line-height:40px;
position:absolute;
right:10px;
top:10px
}

.game__header__side:first-child>span {
left:10px;
right:unset
}
.game__header__team { text-align:center;
	display: block;
	flex-direction:column;
	font-weight:600;
	justify-content:space-between;
	overflow:hidden;
}
.game__header__team>img {
height:40px;
width:40px
}
.game__header__team>span { display:block;
	overflow:hidden;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:100%; height:30px; line-height:30px; margin-top:10px; color:#FFF
}
.game__header__team__extra {color:#666; font-size:14px}
.game__navigation__content {
	align-items:center;
	display:flex;
	justify-content:center
}
.game__header, .game__navigation {
	background-size:100% auto
}


.game__header--1, .game__navigation--1 {
	background-image:url(../images/bg_game_1.png)
}
.game__header--2, .game__navigation--2 {
	background-image:url(../images/bg_game_2.png)
}




.news_tags {
    margin: 5px 0; /* 上下外边距 */
    display: flex;
    flex-wrap: wrap; /* 标签过多自动换行 */
    gap: 8px; /* 标签之间的间距 */
}

.news_tags a {
    display: inline-block;
    padding: 4px 12px; /* 标签内边距 上下 左右 */
    background-color: #f2f2f2; /* 默认背景浅灰 */
    color: #333; /* 文字颜色 */
    font-size: 14px;
    border-radius: 4px; /* 圆角大小 */
    text-decoration: none; /* 去掉a下划线 */
    transition: all 0.2s; /* hover过渡动画 */
}

.news_tags a:hover {
    background-color: #2b72d9; /* hover高亮背景蓝色 */
    color: #fff; /* hover文字变白 */
}








.game__desc {
font-size:16px; color:#666;
line-height: 24px;
text-align:justify
}
.game__desc>p {
	margin:0
}




/* 最佳球员 */
.pre__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.pre__stats__list {
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: space-between;
    padding: 0 0 12px 48px;
    position: relative;
    width: 100%;
}
.pre__stats__list > img {
  height: 40px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 4px;
  width: 40px;
}
.pre__stats__list:nth-child(2n) {
  margin-left: auto;
}
.pre__stats__info,
.pre__stats__extra {
  display: flex;
  justify-content: space-between;
}
.pre__stats__info {
  font-size: 16px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
}
.pre__stats__info > span:nth-child(2) {
  font-family: Bebas;
}
.pre__stats__extra {
  color: #666;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}



