@import url("innerCommon.css");

/*innerVersus*/
.versusHeader{
	width:100%;	
}
.versusHeader ul{
	
}

.innerVersus{
	
}

.versusCon{
	width:100%;
	margin-top:0px;	
}
.versusCon .sesonC{
	position:relative;
	width:100%;
	text-align:left;
	margin:20px 0 0 10px;
}
.versusCon .sesonC h6{
	float:left;
	height:36px;
	line-height:36px;
	font-size:14px;
	margin-right:10px;
	padding:0 10px;
	background:#23344b;
}
.versusCon .sesonC .seasonSel{
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#fff;
	padding:0 10px;
	background:#396096;	
	border:1px solid #00fcff;
	cursor:pointer;
}
.versusCon .sesonC .seasonSel option{
	border-radius:0;
	border:none;
	cursor:pointer;
}

.versusMain{
	width:100%;
	margin-top:30px;
	text-align:center;
}
.versusMain_topBorder{
	width:100%;
	height: 4px;
	background: linear-gradient(90deg, #3e8cee 0%, #21c2e4 100%);  /* 渐变色 */
	z-index:10;
}
.versusMain_bottomBorder{
	width:100%;
	height: 4px;
	background: linear-gradient(90deg, #3e8cee 0%, #21c2e4 100%);  /* 渐变色 */
	z-index:10;
}

.versusMainWrap{
	position:relative;
	width:98%;	
	/*min-width:1200px;*/
	animation: fadeIn 0.5s ease;
}
.versusTopTit{
	position:absolute;
	width:100%;
}
.versusTopTit h1{
	position:relative;
	width:18%;
	margin:0 auto;
	margin-top:20px;
} 
.versusTopTit h1 img{
	width:100%;
} 


.versusTopTit .versusRound{
	position:relative;
	width:20%;
	margin:0 auto;
	margin-top:500px;
	background:#396096;
}
.versusTopTit .sesonC{
	position:relative;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
.versusTopTit .sesonC h6{
	float:none;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:14px;
	background:#23344b;
}
.versusTopTit .sesonC h7{
	float:none;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:24px;
	padding:0 10px;
}


.versusTableList{
}
.versusMain.threeRound .versusTableList{
}
.versusMain.threeRound .versusTableList .first-round{
	display:none;	
}
.tournament-bracket {
	position: relative;
	width:100%;
	display: flex;
  	justify-content: space-between;
	padding:100px 0 60px 0;
}

.versusTableList-left{
	position:relative;
	width:42%;	
}
.versusTableList-center{
	position:absolute;
	width:100%;
	margin-top:220px;
	text-align:center;
}
.versusTableList-right{
	position:relative;
	width:42%;	
}
.versusTableList-left .first-round{
	position:relative;
	display:block;
	width:30%;
	float:left;
	margin-right:5%;
}
.versusTableList-left .quarter-finals{
	position:relative;
	width:30%;
	float:left;
	margin-right:5%;
}
.versusTableList-left .semi-finals{
	position:relative;
	width:30%;
	float:left;
}
.versusTableList-right .first-round{
	position:relative;
	width:30%;
	float:right;
	margin-left:5%;
}
.versusTableList-right .quarter-finals{
	position:relative;
	width:30%;
	float:right;
	margin-left:5%;
}
.versusTableList-right .semi-finals{
	position:relative;
	width:30%;
	float:right;
}

.versusTableList-center .finals{
	position:relative;
	width:36%;
	margin:0 auto;
}
.versusTableList-center .thirdPlace{
	position:relative;
	width:36%;
	margin:0 auto;
	margin-top:20px;
}




.roundWrap{
	position:relative;
	width:100%;
}

.round-label {
	position:relative;
	width:100%;
	text-align: center;
	padding:0;
	font-weight: 600;
	font-size: 1.3rem;
	color: #778da9;
	border-bottom: 2px solid #415a77;
}

.first-round .round-label{
	position:absolute;
	width:100%;
}
.first-round.on .round-label{
	color:#e63946;
	border-bottom: 2px solid #e63946;
}
.quarter-finals .round-label{
	position:absolute;
	width:100%;
	margin-top:28px;
	
}
.quarter-finals.on .round-label{
	color:#4cc9f0;
	border-bottom: 2px solid #4cc9f0;
}
.semi-finals .round-label{
	position:absolute;
	width:100%;
	margin-top:110px;
}


.semi-finals.on .round-label{
	color:#ff9e00;
	border-bottom: 2px solid #ff9e00;
}

.finals .round-label{
	position:relative;
	width:100%;
}
.finals.on .round-label{
	color:#23f5f7;
	border-bottom: 2px solid #23f5f7;
}

.thirdPlace .round-label{
	position:relative;
	width:100%;
}
.thirdPlace.on .round-label{
	color:#3FC;
	border-bottom: 2px solid #3FC;
}

.bracket-column {
    position: relative;
    display: flex;
	flex-direction: column; /* 垂直排列 */
	/*justify-content: center;  垂直居中 */
  	justify-content: space-between; /* 在子元素之间平均分布空间 */
	align-items: stretch; /* 平均分布 */
	padding:40px 0 0 0;
}
.first-round .bracket-column{
	position:relative;
	height:700px;
}
.quarter-finals .bracket-column{
	position:relative;
	height:700px;
	padding:68px 0 30px 0;
}
.semi-finals .bracket-column{
	position:relative;
	height:700px;
	padding:150px 0 60px 0;
}

.versusTableList-center .finals .bracket-column{
    position: relative;
	width:100%;
	display: flex;
	flex-direction:row; /* 横排列 */
  	justify-content: space-between;	
	align-items: stretch; /* 平均分布 */
	padding:20px 0 0 0;
}
.versusTableList-center .thirdPlace .bracket-column {
    position: relative;
    display: flex;
	flex-direction:row; /* 横排列 */
  	justify-content: space-between;	
	align-items: stretch; /* 平均分布 */
	padding:20px 0 0 0;
}


.match{
	position:relative;
	display:block;
}
.first-round .match:nth-child(2){
	margin-bottom:80px;	
}
.quarter-finals .match:nth-child(2){
	margin-bottom:80px;	
}
.semi-finals .match:nth-child(2){
	margin-bottom:50px;	
}

.matchWrap {
	position:relative;
	z-index: 2;
}




/*.match-info{
	padding-top:5px;
}
*/

.finals .match{
	position:relative;
	display:block;
	width:38%;
}

.finals .matchWrap {
	position:relative;
	z-index: 2;
}

/*
.finals .match-info{
	padding-top:5px;
}
*/

.thirdPlace .match{
	position:relative;
	display:block;
	width:44%;
}

.match .team {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:3px;
	background: rgba(26, 36, 56, 0.7);
	margin:0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	color:#526080;
}
.match .team:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.match.on .team{
	background: rgba(40, 60, 105, 0.7);
	color:#fff;
}
.match.on .team.winner{
	background: rgba(44, 72, 138, 0.7);
	color:#fff;
}

.finals .match .team {
	display:block;
	position:relative;
	width:100%;
	height:140px;
	text-align:center;
	padding:10px 0 0 0;
	background: rgba(26, 36, 56, 0.7);
	margin:0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.finals .match.on .team{
	background: rgba(44, 72, 138, 0.7);
	color:#fff;
}
.finals .match.on .team.winner{
	background: rgba(55, 95, 185, 0.7);
}


.first-round .match .team  {
	width:100%;
	border-left: 4px solid #232e45;
}

.first-round .match.on .team  {
	width:100%;
	border-left: 4px solid #e63946;
}
.first-round .match.on .team.winner{
	border:2px solid #fff;
	border-left:4px solid #e63946;
	color:#e63946;
}

.first-round .match .team:nth-child(1){
	margin-bottom:20px;	
}


.quarter-finals .match .team {
	width:100%;
	border-left: 4px solid #232e45;
}
.quarter-finals .match.on .team {
	width:100%;
	border-left: 4px solid #4cc9f0;
}
.quarter-finals .match.on .team.winner{
	border:2px solid #fff;
	border-left: 4px solid #4cc9f0;
	color:#4cc9f0;
}

.semi-finals .match .team  {
	width:100%;
	border-left: 4px solid #232e45;
}
.semi-finals .match.on .team  {
	width:100%;
	border-left: 4px solid #ff9e00;
}
.semi-finals .match.on .team.winner{
	border:2px solid #fff;
	border-left: 4px solid #ff9e00;
	color:#ff9e00;
}

.finals .match .team {
	width:100%;
	border-bottom: 4px solid #232e45;
}
.finals .match.on .team{
	border:2px solid #232e45;
	border-top:4px solid #232e45;
	width:100%;
	border-bottom: 4px solid #23f5f7;
	
}

.finals .match.on .team.winner{
	border:2px solid #fff;
	border-top:4px solid #fff;
	border-bottom: 4px solid #23f5f7;
	color:#23f5f7;
}

.thirdPlace .match .team  {
	position:relative;
	width:100%;
	padding:3px 3px 3px 30px;
	border-left: 4px solid #232e45;
}
.thirdPlace .match.on .team  {
	position:relative;
	width:100%;
	padding:3px 3px 3px 30px;
	border-left: 4px solid #3FC;
}
.thirdPlace .match.on .team.winner{
	border:2px solid #fff;
	border-left: 4px solid #3FC;
	color:#3FC;
}



.team:last-child {
	border-bottom: none;
}

.team-info {
	display: flex;
	align-items: center;
	gap: 8px;
}


.finals .match .team .team-info {
	display:block;
	width:100%;
	text-align:center;
}


.finals .match .team .teamWrap {
	position:relative;
	width:100%;
	text-align:center;
}

.thirdPlace .match .team .team-info {
	position:relative;
	width:100%;
	text-align:center;
}

.thirdPlace .match .team .teamWrap {
	position:relative;
	width:100%;
	text-align:center;
}


.match .team .team-logo {
	position:relative;
	width: 30px;
	height: 30px;
	background: #273e5d url(../images/teamlogo/versus_2_c_01.png) no-repeat center top;
	background-size:cover;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	color: #e0e1dd;
}

.match .team .team-logo-on{
	width: 30px;
	height: 30px;
	background: #526080;
	background-image:none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	color: #e0e1dd;
	border: 1px solid #232e45;
}

.match .team .team-logo .team-logo-on img{
	width:100%;	
}
.finals .match .team .team-logo {
	position:relative;
	width: 80px;
	height: 80px;
	background:/* #273e5d*/ url(../images/teamlogo/versus_2_c_01.png) no-repeat center top;
	background-size:cover;
	border-radius: 50%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #e0e1dd;
	margin:0 auto;
}

.finals .match .team .team-logo .team-logo-on{
	position:relative;
	width: 80px;
	height: 80px;
	background: #526080;
	background-image:none;
	border-radius: 50%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #e0e1dd;
	border: 4px solid #232e45;
}

.finals .match.on .team.winner .team-logo .team-logo-on{
	width: 80px;
	height: 80px;
	border: 4px solid #23f5f7;
}



.match .team .team-name {
	font-weight: 500;
	font-size: 1.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
}

.finals .match .team .team-name {
	position:relative;
	width:100%;
	font-weight: 500;
	font-size: 1.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:none;
	text-align:center;
	margin-top:10px;
}

.match .team .team-score {
	background: #232e45;
	color:#6581B4;
	padding: 4px 8px;
	border-radius: 20px;
	font-weight: 600;
	min-width: 30px;
	text-align: center;
	font-size: 0.9rem;
}
.match.on .team .team-score {
	background: #526080;
	color: white;
	padding: 4px 8px;
	border-radius: 20px;
	font-weight: 600;
	min-width: 30px;
	text-align: center;
	font-size: 0.9rem;
}
.finals .match .team .team-score {
	position:absolute;
	right:0;
	top:0;
	background: #526080;
	color: white;
	padding: 4px 8px;
	border-radius: 20px;
	font-weight: 600;
	min-width: 30px;
	text-align: center;
	font-size: 0.9rem;
	margin-top:5px;
	margint-right:5px;
}
.finals .vs{
	display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
	font-size:30px;
	width:20%;
	height:140px;
	line-height:140px;
	text-align:center;
	padding: 0;
	background: rgba(26, 36, 56, 0.7);
	margin:0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.finals .vs.on{
	background: rgba(44, 72, 138, 1);
}
.finals .match .team .medal {
	position:absolute;
	width:100%;
	height:38px;
	top:0;
	left:5px;
	z-index:100;
}
.finals .match .team .medal.medalGold{
	background:url(../images/medal_first_s.png) no-repeat left top;	
}
.finals .match .team .medal.medalSilver{
	background:url(../images/medal_second_s.png) no-repeat left top;	
}

.thirdPlace .match .team .medal {
	position:absolute;
	width:30px;
	height:30px;
	top:0;
	left:4px;
	z-index:100;
	background:#0F0;
}
.thirdPlace .match .team .medal.medalBronze{
	background: url(../images/medal_third_s.png) no-repeat left top;	
	background-size:80%;
}


@media (max-width: 1240px) {
.versusMainWrap{
	min-width:none;
}

.match .team .team-name {
	font-weight: 500;
	font-size: 0.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
}

}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
/* 连接线样式 */
.connectors {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*min-width:1200px;*/
	z-index: 1;
	pointer-events: none;
	display: flex;
	flex-direction: row; /* 横向排列 */
  	justify-content: space-between; /* 在子元素之间平均分布空间*/
	padding-top:100px;
}
.versusMain.threeRound .connectors{
		
}
.versusMain.threeRound .connectors .round01{
	display:none;	
}
.connectors-left, .connectors-right{
	width:46%;
}
.connectors-center{
	width:4%;
}
.connectors-left{	
	text-align:left;
}
.connectors-right{
	text-align:right;
}
.connectors-left .connectorWrap {
	position:relative;
	width:32%;
	float:left;
}
.connectors-right .connectorWrap {
	position:relative;
	width:32%;
	float:right;
}



.connector-bracket-column {
    position: relative;
	width:100%;	
    display: flex;
	flex-direction: column; /* 垂直排列 */
	/*justify-content: center;  垂直居中 */
  	justify-content: space-between; /* 在子元素之间平均分布空间 */
	align-items: stretch; /* 平均分布 */
	padding:40px 0 0 0;
}

.round01 .connector-bracket-column{
	position:relative;
	height:620px;
	padding:60px 0 0 0;
}
.connectors-right .round01 .connector-bracket-column{
	position:relative;
	height:626px;
	padding:60px 0 0 0;
}
.round02 .connector-bracket-column{
	position:relative;
	height:620px;
	padding:88px 0 30px 0;
}
.round03 .connector-bracket-column{
	position:relative;
	height:700px;
	padding:170px 0 60px 0;
}

.connectorMatch{
	position:relative;
	width:100%;
}
.round01 .connectorMatch:nth-child(2){
	margin-bottom:80px;
}
.round02 .connectorMatch:nth-child(2){
	margin-bottom:100px;
}
.connectors-left .connectorMatch{ 
	text-align:left;
	padding-left:86%;
}
.connectors-right .connectorMatch{
	text-align:right;
	padding-right:86%;
}
.connector {
	position: absolute;
	background: rgba(65, 90, 119, 0.3);
}
.win .connector {
	background: rgba(255, 255, 255, 1);	
}
.horizontal { 
	height: 2px;
}

.vertical {
	width: 2px;
}
.round01 .horizontal{
	width: 7%;
}
.round01 .vertical{
	height: 28px;
}

.round02 .horizontal{
	width: 7%;
}
.round02 .vertical{
	height: 82px;
}

.round03 .horizontal{
	width: 7%;
}
.round03 .vertical{
	height: 40px;
}
.versusMain.threeRound .round03 .vertical{
	height: 162px;
}
.versusMain.threeRound .round03 .connectorDown .vertical{
	height: 240px;
}

.round03 .horizontal.ho02{
	width: 86%/*154px*/;
}
.versusMain.threeRound .connectors .round03 .horizontal.ho02{
	display:none;
		
}

.round03 .connectorUp .vertical.ve02{
	height: 122px;
}
.versusMain.threeRound .connectors .round03 .connectorUp .vertical.ve02{
	display:none;
		
}

.round03 .connectorDown .vertical.ve02{
	height: 200px;
}


.versusMain.threeRound .connectors .round03 .connectorDown .vertical.ve02{
	display:none;
		
}

.round04 .horizontal.ho01{
	width:100%;
	margin:0 auto;
}


.round03 .horizontal.ho03{
	width:10%/*20px*/;
}

.versusMain.threeRound .connectors .round03 .horizontal.ho03{
	width:24%/*20px*/;
}

.round01 .connectorUp .ho01{
	margin-top: 0px;
}
.connectors-right .round01 .connectorUp .ho01{
	margin-top: 0px; 
	margin-left	:7%/*12px*/; 
}
.round01 .connectorUp .ve01{
	margin-top: 0px; 
	margin-left	:7%; 
}

.round01 .connectorDown .ho01{
	margin-top: 30px;   
	margin-left	:7%; 
}

.round01 .connectorDown .ve01{
	margin-top: 56px;
}
.connectors-right .round01 .connectorDown .ve01{
	margin-top: 56px;   
	margin-left	:7%;
}
.round01 .connectorCenter .ho01{
	margin-top: 28px;   
	margin-left	:7%; 
}
.connectors-right .round01 .connectorCenter .ho01{
	margin-top: 28px;   
	margin-left	:1%; 
}
.round02 .connectorUp .ho01{
	margin-top: 0px;
}
.connectors-right .round02 .connectorUp .ho01{
	margin-top: 0px; 
	margin-left	:7%;
}
.round02 .connectorUp .ve01{
	margin-top: 0px; 
	margin-left	:7%; 
}
.round02 .connectorDown .ho01{
	margin-top: 82px;   
	margin-left	:7%; 
}

.round02 .connectorDown .ve01{
	margin-top: 162px;
}
.connectors-right .round02 .connectorDown .ve01{
	margin-top: 162px;   
	margin-left	:7%; 
}
.round02 .connectorCenter .ho01{
	margin-top: 81px;   
	margin-left	:7%; 
}
.connectors-right .round02 .connectorCenter .ho01{
	margin-top: 81px;   
	margin-left	:1%/*2px*/; 
}
.round03 .connectorUp .ho01{
	margin-top: 0px;
}
.connectors-right .round03 .connectorUp .ho01{
	margin-top: 0px; 
	margin-left	:7%;
}
.round03 .connectorUp .ve01{
	margin-top: 0px; 
	margin-left	:7%; 
}
.connectors-right .round03 .connectorUp .ve01{
	margin-top: 0px; 
	margin-left	:7%; 
}
.versusMain.threeRound .connectors-right .round03 .connectorUp .ve01{
	margin-top: 0px; 
	margin-left	:6%; 
}
.round03 .connectorUp .ho02{
	margin-top: 40px;
	margin-left	:-78%/*-140px*/; 
}
.connectors-right .round03 .connectorUp .ho02{
	margin-top: 40px;
	margin-left	:7%; 
}
.round03 .connectorUp .ve02{
	margin-top: 40px; 
	margin-left	:-79%/*-140px*/; 
}
.connectors-right .round03 .connectorUp .ve02{
	margin-top: 40px; 
	margin-left	:92%/*164px*/; 
}

.round03 .connectorDown .ho01{
	margin-top: 400px;
}
.connectors-right .round03 .connectorDown .ho01{
	margin-top: 400px;  
	margin-left	:7%; 
} 
.round03 .connectorDown .ve01{
	margin-top: 360px; 
	margin-left	:6%; 
}
.versusMain.threeRound .round03 .connectorDown .ve01{
	margin-top: 162px; 
	margin-left	:7%; 
}
.connectors-right .round03 .connectorDown .ve01{
	margin-top: 360px; 
	margin-left	:7%; 
}
.versusMain.threeRound .connectors-right .round03 .connectorDown .ve01{
	margin-top: 162px;
	margin-left	:6%; 
} 

.round03 .connectorDown .ho02{
	margin-top: 360px;   
	margin-left	:-79%/*-140px*/; 
}
.connectors-right .round03 .connectorDown .ho02{
	margin-top: 360px;   
	margin-left	:7%; 
}
.round03 .connectorDown .ve02{
	margin-top: 160px;  
	margin-left	:-79%/*-140px*/; 
}

.connectors-right .round03 .connectorDown .ve02{
	margin-top: 162px;  
	margin-left	:92%/*164px*/; 
}
.round03 .connectorCenter .ho03{
	margin-top: 160px; 
	margin-left	:-79%/*-140px*/; 
}
.versusMain.threeRound .connectors .round03 .connectorCenter .ho03{
	margin-top: 160px; 
	margin-left	:8%/*-140px*/; 
}
.connectors-right .round03 .connectorCenter .ho03{
	margin-top: 160px; 
	margin-left	:83%/*146px*/; 
}
.versusMain.threeRound .connectors .connectors-right .round03 .connectorCenter .ho03{
	margin-top: 160px; 
	margin-left	:-17%/*146px*/; 
}

.round04 .connectorCenter .ho01{
	margin:0 auto;
	margin-top: 446px; 
}