@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;
}

.breadcrumb {
	color: #fff;
	text-align: right;
	display: block;
	padding-right: 10px;
	float: right;
	padding: 20px 15px;
}

.breadcrumb a {
	color: #fff;
}

.bg {
/* 	background: url(../images/bg3.jpg) top center repeat-x; */
	padding: 20px;
}

.hidden {
	display: none;
}

.red {
	color: #f00;
	font-weight: bold;
}

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

.header {
	position: relative;
	margin-bottom: 40px;
}

.header .bg {
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
	opacity: 0.5;
}

.navbar-nav {
	z-index: 999;
}

.navbar-nav li:nth-child(1) a {
	display: block;
	background: url('../images/icon1.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(2) a {
	display: block;
	background: url('../images/icon2.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(3) a {
	display: block;
	background: url('../images/icon3.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(4) a {
	display: block;
	background: url('../images/icon4.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(5) a {
	display: block;
	background: url('../images/icon5.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(6) a {
	display: block;
	background: url('../images/icon4.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(7) a {
	display: block;
	background: url('../images/icon4.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(8) a {
	display: block;
	background: url('../images/icon4.png') left center no-repeat;
	padding-left: 50px;
}

.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: 74px;
	line-height: 24px;
	background-color: white;
	margin-top: 550px;
	padding: 25px;
	border-radius: 20px;
}

.hotevent ul {
	width: 1000px;
}

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

.hotevent a {
	font-size: 18px;
	color: #361e3c;
	margin: 0 20px;
}

.hotevent a:hover{
	color:#9d75f2;
}

#hot_match {
}

#hot_match .desc {
	/* height: 135px; */
	/* background: url('../images/bghot.jpg') top center no-repeat; */
	background-size: cover;
	font-size: 16px;
	border-radius: 5px;
	background-color: white;
	padding: 20px 30px;
	margin-bottom: 40px;
	margin-top: 70px;
	color:#4e4e4e;
}

#hot_match .col {
	background: url(../images/bg_hot2.png) top center no-repeat;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 35px;
	border-radius: 10px;
	border-start-start-radius: 20px;
	border-start-end-radius: 20px;
}

#hot_match .item {
	display: flex;
	justify-content: space-around;
	background: url(../images/bg_hot2.jpg) top center no-repeat;
	background-size: cover;
	padding: 35px 0 0 0;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#hot_match .item2 {
	display: flex;
	justify-content: space-around;
	line-height: 44px;
}

#hot_match .item2 div {
	width: 33.333%;
	color: #fff;
}

#hot_match .item2 div:nth-child(1) {
	background-color: #C91516;
	border-end-start-radius: 10px;
}

#hot_match .item2 div:nth-child(2) {
	background-color: #000;
}

#hot_match .item2 div:nth-child(3) {
	background-color: #174FA2;
	border-end-end-radius: 10px;
}

#hot_match .item .vs {
	margin-top: -20px;
}

#hot_match .col a {
	color: #fff;
}

#hot_match .item div {
	margin: 0 10px;
}

#hot_match .swiper-slide {
	padding-right: 20px;
}

#hot_match .logo img {
	width: 50px;
	height: 50px;
	border: solid 5px #fff;
	border-radius: 50%;
}

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

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

.content {
	position: relative;
	border-radius: 10px;
	display: flex;
	/* align-items: flex-start; */
}

#main {
	flex: 1;
	min-width: 0;
	margin-right: 30px;
	margin-bottom: 100px;
	min-height: 900px;
	border-radius: 10px;
	background: url(../images/bg1.jpg) top center no-repeat #fff;
	background-size: contain;
}

#main .tit {
	font-size: 18px;
	line-height: 70px;
	/* border-bottom: solid 1px #999; */
	overflow: hidden;
	padding-right: 30px;
}

#main .tit .active {
	border-bottom: solid 3px #144DD2;
}

#main .tit h5 {
	min-width: 100px;
	margin-bottom: 0;
}

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

#match_list {
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 100px;
	background-color: #fff;
	border-radius: 10px;
}

#match_list .ss-item {
	padding: 25px;
	border-bottom: solid 1px #6E6E6E;
	margin: 0 10px;
}

#match_list .time {
	color: #034CCF;
	font-size: 24px;
}

#match_list .name {
	font-weight: bold;
	font-size: 22px;
	padding-left: 20px;
    line-height: 35px;
}

#swiper3 li {
	color: #fff;
	padding: 5px;
	text-align: center;
}

#swiper3 li.active {
	background-color: #00009D;
	border-radius: 10px;
}

.info_center {
	width: 300px;
}

.info_center .home {
	margin-bottom: 10px;
}

.info_center .home img, .info_center .away img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 2px #034CCF;
	padding: 3px;
	margin-right: 15px;
}

.info_center .away {
}

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

#sidebar {
	width: 320px;
	flex-shrink: 0;
	background: url(../images/bg2.jpg) top center no-repeat;
	padding: 10px;
}

.news_tit {
	background: url(../images/bg3.jpg) center right no-repeat;
	font-size: 22px;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

.news_tit span {
	display: block;
	font-size: 12px;
}

.news_list {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 10px;
}

.news_list a {

}

.news_list li {
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	/* border-bottom: 1px solid gray; */
}

.tag_list {
	background-color: white;
}

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

#footer {
	padding-top: 30px;
	background-color: #0E0A2C;
	height: 159px;
	text-align: center;
	color: #fff;
}

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

#footer a {
	color: #fff;
}

#footer p {
	height: 80px;
	line-height: 200%;
}

#match_info {
	background: url('../images/bg5.jpg') top center no-repeat;
	padding: 100px 0 50px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#match_info .competition {
	font-size: 20px;
	padding-top: 10px;
}

#match_info .score {
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
}

#match_info .score div {
	flex: 1;
}

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

#match_info .score img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

#match_info .score .home, #match_info .score .away {
	font-size: 20px;
	line-height: 200%;
	padding: 80px 0;
}

#match_info .score .home {
	background: url(../images/home.png) bottom center no-repeat;
}

#match_info .score .away {
	background: url(../images/away.png) bottom center no-repeat;
}

.button a {
	display: block;
	background-color: #000;
}

.button2 a {
	/* display: block; */
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 10px;
  border-bottom: solid 1px #999;
  background-color: #C82B2B;
  color: white;
}

.button2 a:hover {
  background-color: red;
  color: white;
  transform: scale(1.05);
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.button2 {
	row-gap: 10px;
}

@media (max-width: 600px) {
	.live-address-box {
		padding: 16px !important;
	}
	.button2 a {
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		white-space: nowrap;
		background-color: #C82B2B;
		color: white;
	}
	.button2 a:hover {
	  background-color: red;
	  color: white;
	  transform: scale(1.05);
	      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	}
}

.match_news {
	margin: 0 10px;
	background-color: #fff;
}

#main .match_news .tit {
	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 {
	padding: 30px;
}

#article img {
	max-width: 100%;
	margin: 5px;
}

#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;
}


.team_info {
	margin-top: 50px;
}

.team_info .logo {
	float: left;
	width: 150px;
	text-align: center;
}

.team_info .logo img {
	width: 100px;
}

.team_info .tit3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.team_info .desc {
	margin-left: 170px;
}

.team_info ul {
	padding: 0 20px;
	margin: 20px 0 50px 0;
}

.team_info li {
	text-align: center;
}

.team_info li img {
	height: 100px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.players {
	text-align: center;
	margin-top: 50px;
}

@media (max-width: 600px) {

	.header .bg {
		display: none;
	}
	.nav-link {
		margin:  5px 0;
	}
	.hotevent {
		margin-top: 0;
	}
	#hot_match {
	}
	#hot_match .tit_cn {
		width: auto;
	}
	.content {
		/* padding: 15px; */
		flex-direction: column;
	}

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

	#sidebar {
		width: 100%;
		margin-top: 10px;
		overflow: hidden;
	}
	
	#main {
		margin-right: 0;
	}

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

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

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

	#match_list .name a {
		font-size: 22px;
		padding-left: 20px;
		margin-top: 1px;
	}

	#match_list .name img {
		/* display: none; */
	}

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

	#match_list .look {
		display: flex;
		justify-content: space-between;
	}
	
	#match_list .look a{
		text-align: center;
	}

	#match_info {
		width: 100%;
		padding: 30px 0 10px 0
	}

	#match_info .competition, #match_info .score .home, #match_info .score .away {
		font-size: 14px;
	}

	#match_info .score {
		width: 95%;
	}

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

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

.league-slide{
	color: #9d75f2;
}

.day-heading{
	font-weight: 600;
	padding: 7px 20px;
	border-bottom: 1px solid gray;
}

.hot-title{
	font-weight: 600;
	padding-top: 20px;
	margin-left: 20px;
}

.introduction{
	/* border: solid 3px #6C80BF; */ 
	border-radius: 5px; 
	margin: 20px; padding: 20px;
	background-color: white;
}

.introduction-league{
	/* border: solid 3px #6C80BF; */ 
	border-radius: 5px; 
	margin: 20px; padding: 20px;
	background-color: white;
	display: grid;
}

.league-img{
	flex: 1;
}
.league-img img{
	width:130px;
	height:100px
}

.league-info{
	flex: 4;
}

.boxMg{
	margin-top: 4%;
}

.match_team {
	margin: 0 10px;
	background-color: #fff;
}

 .team-grid {
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    gap: 0;
                }
                .team-card {
                    display: flex;
                    align-items: center;
                    padding: 20px 15px;
                    border-bottom: 1px solid rgba(255,255,255,0.1);
                    border-right: 1px solid rgba(255,255,255,0.1);
                }
                .team-card:nth-child(3n) {
                    border-right: none;
                }
                .team-logo {
                    width: 70px;
                    height: 70px;
                    flex-shrink: 0;
                    margin-right: 12px;
                }
                .team-logo img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
                .team-info {
                    flex: 1;
                    min-width: 0;
                }
                .team-name {
                    font-size: 16px;
                    font-weight: 600;
                    color: #322e37;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                .team-pinyin {
                    font-size: 12px;
                    color: #aaa;
                    margin: 2px 0 6px;
                }
                .team-links a {
                    font-size: 13px;
                    color: #7eb8ff;
                    margin-right: 12px;
                }
                .team-links a:hover {
                    color: #a881fb;
                }
                @media (max-width: 768px) {
                    .team-grid {
                        grid-template-columns: repeat(2, 1fr);
                    }
                    .team-card:nth-child(3n) {
                        border-right: 1px solid rgba(255,255,255,0.1);
                    }
                    .team-card:nth-child(2n) {
                        border-right: none;
                    }
                    .team-logo {
                        width: 55px;
                        height: 55px;
                    }
                }
                @media (max-width: 480px) {
                    .team-grid {
                        grid-template-columns: 1fr;
                    }
                    .team-card {
                        border-right: none !important;
                    }
                }
				
				
				 .team-pagination {
				                    display: flex;
				                    justify-content: center;
				                    align-items: center;
				                    padding: 25px 0;
				                    gap: 6px;
				                    flex-wrap: wrap;
				                }
				                .team-pagination a, .team-pagination .current {
				                    display: inline-block;
				                    min-width: 36px;
				                    height: 36px;
				                    line-height: 36px;
				                    text-align: center;
				                    border: 1px solid rgba(255,255,255,0.3);
				                    border-radius: 4px;
				                    color: #7eb8ff;
				                    font-size: 14px;
				                    padding: 0 10px;
				                }
				                .team-pagination a:hover {
				                    background: rgba(255,255,255,0.1);
				                    color: #a881fb;
				                }
				                .team-pagination .current {
				                    background: #7eb8ff;
				                    color: #1a1a2e;
				                    border-color: #7eb8ff;
				                    font-weight: 600;
				                }
				                .team-pagination .dots {
				                    color: #aaa;
				                    padding: 0 4px;
				                }
								
								                 @media (max-width: 768px) {
								                     .introduction-league {
								                         flex-direction: column !important;
								                         align-items: center !important;
								                         padding: 20px !important;
								                         gap: 15px !important;
								                     }
								                     .introduction-league .league-img {
								                         width: 80px !important;
								                     }
								                     .introduction-league .league-info h4 {
								                         font-size: 20px !important;
								                         text-align: center;
								                     }
								                     .introduction-league .league-info p {
								                         font-size: 13px !important;
								                     }
								                 }
												 
												 
												 .box-citiao {
												 	margin: 0 10px;
												 	background-color: #fff;
													border-radius: 20px;
												 }
												 
												 .news-article-hash {
												   margin-top: 18px;
												 }
												 
												 .intro-hash-tags {
												   margin: 14px 0 0;
												   display: flex;
												   flex-wrap: wrap;
												   gap: 8px;
												 }
												 
												 .intro-hash-tags a{
												   margin: 14px 0 0;
												   display: flex;
												   flex-wrap: wrap;
												   gap: 8px;
												   border: 1px solid #bdb5c4;
												   border-radius: 10px;
												   
												 }
												 
												 .hash-chip {
												   display: inline-block;
												   padding: 4px 10px;
												   border-radius: 4px;
												   background: rgba(255, 255, 255, 0.06);
												   font-size: 0.82rem;
												   color: #bdb5c4;
												 }
												 
												 .d-flex12{
													 display: flex;
													 width: 200px;
												 }
												 .news-title{
													 font-weight: 600;
													 font-size: 18px;
													 padding: 20px 26px;
												 }
												 
												                        .news-card:hover { transform: translateY(-3px); box-shadow: 0 4px 14px rgba(0,0,0,0.12); }
												                        @media (max-width: 992px) { .news-grid { grid-template-columns: repeat(3, 1fr) !important; } }
												                        @media (max-width: 768px) { .news-grid { grid-template-columns: repeat(2, 1fr) !important; } }
												                        @media (max-width: 480px) { .news-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; } }
										.info-text{
											color:#4e4e4e;
											font-size: 15px;
										}
										.info-text a{
											color:#00aaff;
											font-size: 15px;
											line-height: 50px;
											
										}