@charset "utf-8";
/* CSS Document */

body {padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei";}
ul,ol{list-style:none; padding: 0; margin: 0;}
a{text-decoration:none;color: #333;}
p{margin:0; padding: 0;}
a{text-decoration:none;}
html, body {
    background-color: #efefef;
		font-size: 16px;
}
a {
		font-size: 16px;
}

.header {
	padding-top: 20px;
}

.nav-item {
	margin-left: 35px;
}

.nav-link {
	font-size: 18px;
	color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hotevent {
	height: 30px;
	line-height: 24px;
	overflow: hidden;
	padding-left: 90px;
	white-space: nowrap;
}

.hotevent .active a {
	color: #fff;
	border-bottom: solid 3px #FACE15;
	padding-bottom: 5px;
}

.hotevent a {
	font-size: 18px;
	color: #abc4ed;
	margin: 0 20px;
	display: inline-block;
	max-width: 6em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

#hot_match {
	margin-top: 100px;
	background: url('../images/hotevent.jpg') 30px 10px no-repeat  #fff;
	border-radius: 10px;
	padding: 30px;
}

#hot_match .desc {
	margin-left: 220px;
	font-size: 16px;
	border: solid 3px #6C80BF;
	border-radius: 5px;
	padding: 20px 30px;
	text-align: justify;
}

#hot_match .item {
	border: solid 3px #C8C3E3;
	border-radius: 10px;
	margin-top: 30px;
	padding: 15px 0px;
	font-size: 16px;
	line-height: 28px;
}

#hot_match .bg {
  background: url(../images/bg_hot.jpg) no-repeat top left;
  height: 100px;
  padding: 20px 50px 0 50px;
  margin: 0 20px 10px 20px;
}

#hot_match .bg .float-end {
	color: #aaa;
}

#hot_match .time {
	padding: 0 20px;
}

.content {
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 35px;
	padding: 50px 30px;
}

#main {
	margin-right: 400px;
	min-height: 1300px;
}

#main .tit {
	height: 50px;
	font-size: 18px;
	border-bottom: solid 1px #999;
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
}

#main .tit h5 {
	min-width: 100px;
	flex-shrink: 0;
}

#main .tit div {
	margin-left: 50px;
	white-space: nowrap;
	flex-shrink: 0;
}

#match_list {
}

#match_list img {
	max-height: 35px;
}

#match_list .ss-item {
	padding: 25px 0;
	border-bottom: solid 1px #d8d8d8;
}

.info_center {
	width: 300px;
}

.info_center .home {
	width: 150px;
	text-align: right;
	margin-right: 20px;
	white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info_center .away {
	width: 150px;
	margin-left: 20px;
	white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#match_list .look {
	text-align: center;
}

#sidebar {
	position: absolute;
	right: 30px;
	top: 50px;
	width: 350px;
}

.news_tit {
	height: 70px;
	line-height: 70px;
	background-image: url(../images/bg_new.jpg);
	text-align: center;
	font-size: 22px;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list {
	padding: 20px 0;
	margin-bottom: 20px;
}

.news_list li {
	line-height: 32px;
}

.tag_list .col {
	line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer {
	margin-top: 30px;
	background-image: url('../images/bg_footer.jpg');
	height: 159px;
	text-align: center;
	color: #fff;
}

#footer .link {
	padding-top: 10px;
}

#footer a {
	color: #fff;
}

#footer .link a {
	padding: 20px;
}

.page ul {
	display: flex;
	justify-content: center;
}

.page ul li {
	padding: 5px 10px;
}

#match_info {
	position: relative;
	background: url('../images/bg_match.jpg') top center no-repeat;
/*	width: 892px;*/
	height: 450px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	overflow: visible;
	padding-top: 50px;
}

#match_info .competition {
	padding: 61px 0 10px 0;
}

#match_info .score {
	width: 648px;
	height: 180px;
	margin: 0 auto;
}

#match_info .score span {
	display: block;
	padding-top: 20px;
	font-size: 24px;
}

#match_info .score img {
	width: 90px;
	height: 90px;
}

#match_info .score .home {
	float: left;
}

#match_info .score .away {
	float: right;
}

#match_info .button {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

#match_info .button a {
    display: block;
    background-color: orange;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
}

.match_news {
	
}

#main .match_news .tit {
	height: 80px;
	padding-top: 30px;
	text-indent: 40px;
	font-weight: bold;
	font-size: 24px;
}

#main .match_news li {
	font-size: 18px;
	line-height: 80px;
	text-indent: 40px;
	border-bottom: solid 1px #ccc;
}

#main .match_news span {
	padding-right: 20px;
	color: #2349B4;
	font-weight: bold;
}

#article {

}

#article .title {
	padding: 20px 0;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	border-bottom: solid 1px #aaa;
}

#article .info {
	text-align: center;
	line-height: 50px;
}


@media (max-width: 600px) {
	#hot_match {
		margin-top: 20px;
	}

	/* 热门赛事 li 移动端调小 */
	.hotevent {
		height: 24px;
		line-height: 20px;
		padding-left: 10px;
	}

	.hotevent .swiper-slide {
		width: 80px;
	}

	.hotevent a {
		font-size: 13px;
		margin: 0 8px;
		max-width: 5em;
	}

	.content {
		padding: 15px;
	}

	#hot_match .desc {
		margin-left: 0;
		margin-top: 140px;
	}

	#sidebar {
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 10px;
		width: 100%;
		overflow: hidden;
	}

	#main {
		margin-right: 0px;
	}

	#main .tit div, #main .tit h5 {
		margin-left: 10px;
		white-space: nowrap;
	}

	#match_list, #main .tit {
		min-width: 320px;
	}

	#match_list .ico {
		font-weight: bold;
	}

	#match_list .name {
		white-space: nowrap;
	}

	#match_list .name img {
		display: none;
	}

	#match_list .info_center {
		padding: 15px 0;
	}

	#match_list .look {
		width: 100%;
	}

	#match_info {
		width: 100%;
	}

	#match_info .score {
		width: 95%;
	}

	#match_info .score img {
		width: 50px;
		height: 50px;
		margin: 20px;
	}

	#match_info .score span {
		font-size: 14px;
	}

	#main .match_news .tit, #main .match_news li {
		text-indent: 0;
	}

}

/* ===== 比赛数据(球员/文字直播) PC端 ===== */
.match-data {
	margin: 20px 0;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.match-data-title {
	padding: 12px 16px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #2349B4;
	border-left: solid 4px #FACE15;
}

/* 球员卡片 */
.player-group {
	padding: 12px 16px;
}

.player-group-title {
	margin: 6px 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #2349B4;
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 6px;
}

.player-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.player-card {
	border: solid 1px #e3e3e3;
	border-radius: 8px;
	overflow: hidden;
	background: #fafbff;
}

.player-card-head {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	font-weight: bold;
	color: #333;
	background: #eef1fb;
	border-bottom: solid 1px #e3e3e3;
	word-break: break-all;
}

.player-photo {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	background: #fff;
	border: solid 1px #d8d8d8;
	flex-shrink: 0;
}

.player-name {
	font-size: 14px;
}

.player-card.team-summary {
	grid-column: 1 / -1;
}

.player-card.team-summary .player-stats {
	padding-top: 10px;
}

.player-stats {
	list-style: none;
	margin: 0;
	padding: 8px 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
}

.player-stats li {
	font-size: 13px;
	color: #555;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 4px;
	padding: 2px 8px;
	white-space: nowrap;
}

/* 文字直播时间轴 */
.tlive-quarter {
	padding: 12px 16px;
}

.tlive-quarter-title {
	margin: 6px 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #2349B4;
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 6px;
}

.tlive-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: solid 2px #C8C3E3;
}

.tlive-item {
	position: relative;
	padding: 8px 0 8px 18px;
	font-size: 14px;
	line-height: 1.6;
	color: #444;
	border-bottom: dashed 1px #eee;
}

.tlive-item:last-child {
	border-bottom: none;
}

.tlive-item::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 15px;
	width: 10px;
	height: 10px;
	background: #FACE15;
	border: solid 2px #2349B4;
	border-radius: 50%;
}

/* ===== 移动端自适应 ===== */
@media (max-width: 600px) {
	.match-data {
		margin: 12px 0;
	}

	.match-data-title {
		font-size: 15px;
		padding: 10px 12px;
	}

	.player-group,
	.tlive-quarter {
		padding: 10px 12px;
	}

	.player-cards {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.player-stats li {
		font-size: 12px;
		padding: 2px 6px;
	}

	.tlive-item {
		font-size: 13px;
		padding-left: 16px;
	}
}

/* 平板: 两列 */
@media (min-width: 601px) and (max-width: 992px) {
	.player-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}