/*index*/
.index_wrap{
	width:100%;
	height:auto;
	text-align:center;
	background: url(../images/MainBG.jpg) no-repeat center top;
	}
.index_mainWrap{
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../images/innerMainBg.png) repeat center top;
	}


.slider-content{
	width:100%;
	margin-top:0px;
	background:#111316;
 }
.swiper-container {
        width: 100%;
        height: 100%;
    }
.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a{
	display:block;
	width:100%;
	height:490px;
	text-align:center;
	}
.swiper-slide a img{
	}


/*mainCon*/
.mainCon{
	width:100%;
	max-width:1300px;
	margin:0px auto;
}
.mainConWrap{
	width:100%;
	margin:40px auto;
	margin-bottom:100px;
	animation: fadeIn 0.5s ease;
}
.mainRank{
	position:relative;
	width:32%;
	float:left;
	margin-right:2%;
}


@media only screen and (max-width:1000px){
.mainRank{
	position:relative;
	width:40%;
	float:none;
	margin:0 auto 20px auto;
}
	
}

@media only screen and (max-width:600px){
.mainRank{
	position:relative;
	width:60%;
	float:none;
	margin:0 auto 20px auto;
}
	
}

@media only screen and (max-width:480px){
.mainRank{
	position:relative;
	width:70%;
	float:none;
	margin:0 auto 20px auto;
}
	
}

.mainRank h3{
	background:#1ca1df;
	font-size:30px;
	font-weight:bold;
	padding:8px 0;	
}
.mainRank ul{
	width:100%;
	background:url(../images/bg_blackT60.png) repeat center top;
	margin-top:1px;
}

.mainRank ul li{
	position:relative;
	float:left;
}
.mainRank ul li.rank{
	width:20%;
	height:56px;
	line-height:56px;
}
.mainRank ul li.rank span{
	font-size:24px;	
	height:35px;
	font-family:'UPBOLTERS';	
}
.mainRank ul li.info{
	width:60%;
	padding-top:12px;
	padding-left:20px;
}
.mainRank ul li.info .team-logo{
	width:30%;
	float:left;
	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;
	color: white;
	font-weight: bold;
	margin-right: 15px;
	overflow:hidden;
}
.mainRank  .team-logo .team-logo-on{
	background: #526080;
}
.mainRank ul li.info .team-logo img{
	width:100%;
}
.mainRank ul li.info .name{
	width:60%;
	float:left;
	text-align:left;
}
.mainRank ul li.info h5{
	font-size:14px;	
	height:14px;
	line-height:14px;
	font-weight:bold;
}
.mainRank ul li.info p{
	font-size:12px;	
	height:14px;
	line-height:14px;
	font-weight:bold;
	color:#45bac1;
}
.mainRank ul li.score{
	width:20%;
	height:56px;
	line-height:56px;
	font-size:24px;	
	font-family:'UPBOLTERS';
}
.mainRank ul.place01 li{
	height:80px;
}
.mainRank ul.place01 li.rank{
	line-height:80px;	
}
.mainRank ul.place01 li.rank span{
	font-size:30px;	
	height:35px;
	border-bottom:5px solid #15ffd0;	
}
.mainRank ul.place01 li.info{
	padding-top:26px;	
}
.mainRank ul.place01 li.info h5{
	font-size:18px;	
	height:18px;
	line-height:18px;
}
.mainRank ul.place01 li.info p{
	font-size:14px;	
	height:18px;
	line-height:18px;
}
.mainRank ul.place01 li.score{
	line-height:80px;	
}

.mainRank ul.place02 li, .mainRank ul.place03 li{
	height:70px;
}
.mainRank ul.place02 li.rank span, .mainRank ul.place03 li.rank span{
	font-size:30px;	
	height:35px;
	border-bottom:5px solid #15ffd0;	
}
.mainRank ul.place03 li{
	height:70px;
	border-bottom:2px solid #02344e;
}
.mainRank ul.place02 li.rank, .mainRank ul.place03 li.rank{
	line-height:70px;	
}
.mainRank ul.place02 li.rank span, .mainRank ul.place03 li.rank span{
	font-size:26px;	
	height:30px;
}
.mainRank ul.place02 li.info,.mainRank ul.place03 li.info{
	padding-top:20px;	
}
.mainRank ul.place02 li.info h5, .mainRank ul.place03 li.info h5{
	font-size:16px;	
	height:16px;
	line-height:16px;
}
.mainRank ul.place02 li.info p, .mainRank ul.place03 li.info p{
	font-size:13px;	
	height:16px;
	line-height:16px;
}
.mainRank ul.place02 li.score, .mainRank ul.place03 li.score{
	line-height:60px;	
}
.mainRank .rankMore{
	width:100%;
	height:30px;
	line-height:30px;
	background:#212932;
}
.mainRank .rankMore a{
	width:100%;
	display:block;
	height:30px;
	font-size:18px;
	color:#587596;	
}



.mainMedia{
	position:relative;
	width:32%;
	float:left;
	margin-right:2%;
}

@media only screen and (max-width:1000px){
.mainMedia{
	position:relative;
	width:40%;
	float:none;
	margin:0 auto 20px auto;
}
	
}
@media only screen and (max-width:600px){
.mainMedia{
	position:relative;
	width:60%;
	float:none;
	margin:0 auto 20px auto;
}
		
}
@media only screen and (max-width:480px){
.mainMedia{
	position:relative;
	width:70%;
	float:none;
	margin:0 auto 20px auto;
}
		
}
.mainMedia .media01,.mainMedia .media02{
	position:relative;
	width:100%;
	height:auto;
	text-align:center;
	box-shadow: 0 0 10px #000;
	border:2px solid #000;
}
.mainMedia .media01:hover,.mainMedia .media02:hover{
	border:2px solid #00fcff;
}
.mainMedia .media01 {
	margin-top:0px;	
}
.mainMedia .media02 {
	margin-top:12px;	
}
.mainMedia .mediaLink{
	width:100%;
	background:url(../images/bg_blackT60.png) repeat center top;
	height:96px;
}
.mainMedia .mediaLink p{
	position:relative;
	width:70%;
	float:left;
	font-size:24px;
	color:#fff;	
	padding-top:18px;
}
.mainMedia .mediaLink p a{
	font-size:24px;
	color:#fff;
}
.mainMedia .mediaLink p a b{
	font-size:24px;
	color:#4fd0f0;
}
.mainMedia .mediaLink p a:hover{
	font-size:24px;
	color:#4fd0f0;
	text-decoration:underline;
}

.mainMedia .mediaLink span{
	position:relative;
	width:28%;
	display:block;
	float:left;
	font-size:16px;
	color:#fff;	
	padding-top:40px;
}
@media only screen and (max-width:600px){
.mainMedia .mediaLink p a{
	font-size:16px;
	color:#fff;
}
.mainMedia .mediaLink p a b{
	font-size:16px;
	color:#4fd0f0;
}
.mainMedia .mediaLink p a:hover{
	font-size:16px;
	color:#4fd0f0;
	text-decoration:underline;
}
.mainMedia .mediaLink span{
	position:relative;
	width:28%;
	display:block;
	float:left;
	font-size:12px;
	color:#fff;	
	padding-top:50px;
}
}
.mainMedia .media01 .mediaCov,.mainMedia .media02 .mediaCov{
	position:absolute;
	width:100%;
	/*background:url(../images/bg_blackT50.png) repeat center top;*/
	z-index:10;
}
.mainMedia .media01 .mediaCov a,.mainMedia .media02 .mediaCov a{
	width:100%;
	height:auto;
}
.mainMedia .media01 .mediaCov a img,.mainMedia .media02 .mediaCov a img{
	width:100%;
	height:auto;
}
.mainMedia .media01 a,.mainMedia .media02 a{
	display:block;
	width:100%;
	height:100%;
	/*background:url(../images/playBtn01.png) no-repeat center center;*/
}
.mainMedia .media01 .mediaM img,.mainMedia .media02 .mediaM img{
	width:100%;
	z-index:9;
}

.mainMedia .media01 .mediaM iframe, 
.mainMedia .media02 .mediaM iframe{
	position:relative;
	width:100%;
	height:231px;
	z-index:9;	
}


.mainEnroll{
	position:relative;
	width:32%;
	float:left;
}

@media only screen and (max-width:1000px){
.mainEnroll{
	position:relative;
	width:40%;
	float:none;
	margin:0 auto 20px auto;
}
	
}
@media only screen and (max-width:600px){
.mainEnroll{
	position:relative;
	width:60%;
	float:none;
	margin:0 auto 20px auto;
}
	
}
@media only screen and (max-width:480px){
.mainEnroll{
	position:relative;
	width:70%;
	float:none;
	margin:0 auto 20px auto;
}
	
}
.mainEnroll .mainEnrollInfo{
	position:relative;
	width:100%;
}
/*
.mainEnroll .mainEnrollInfo img{
	width:100%;
}
*/
.mainEnrollWrap{
	position:absolute;
	width:100%;
	z-index: 300;
	text-align:center;
}


.mainEnroll .enrollBtn{
	width: 79%;
	height: 104px;
	margin:0 auto;
	margin-top:90%;
	background: url(../images/gameStartBtn_off.png) no-repeat center;
	background-size:100%;
	transition: all 0.2s ease;
}
.mainEnroll .startBtn:hover {
	background:url(../images/gameStartBtn_on.png) no-repeat center;
}


/*animated-button*/
.animated-button {
	display: inline-block;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
	overflow: hidden;
	text-align: center;
}
.animated-button::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .2s opacity ease-in-out;
	transition: .2s opacity ease-in-out;
}

.animated-button span {
	position: absolute;
}
.animated-button span:nth-child(1) {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(62,166,255, 0)), to(#0cffda));
	background: linear-gradient(to left, rgba(62,166,255, 0), #0cffda);
	-webkit-animation: 2s animateTop linear infinite;
	animation: 2s animateTop linear infinite;
}
 @keyframes animateTop {
 0% {
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}

}




.animated-button span:nth-child(2) {
	top: 0px;
	right: 0px;
	height: 100%;
	width: 3px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(62,166,255, 0)), to(#0cffda));
	background: linear-gradient(to top, rgba(62,166,255, 0), #0cffda);
	-webkit-animation: 2s animateRight linear -1s infinite;
	animation: 2s animateRight linear -1s infinite;
}
 @keyframes animateRight {
 0% {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
 100% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
}
.animated-button span:nth-child(3) {
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(rgba(62,166,255, 0)), to(#0cffda));
	background: linear-gradient(to right, rgba(62,166,255, 0), #0cffda);
	-webkit-animation: 2s animateBottom linear infinite;
	animation: 2s animateBottom linear infinite;
}
 @keyframes animateBottom {
 0% {
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
}
.animated-button span:nth-child(4) {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(62,166,255, 0)), to(#0cffda));
	background: linear-gradient(to bottom, rgba(62,166,255, 0), #0cffda);
	-webkit-animation: 2s animateLeft linear -1s infinite;
	animation: 2s animateLeft linear -1s infinite;
}
 @keyframes animateLeft {
 0% {
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
}
 100% {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}
}

@media only screen and (max-width:1000px){
.mainEnroll .enrollBtn{
	width: 79%;
	height: 80px;
	margin:0 auto;
	margin-top:90%;
}

}
@media only screen and (max-width:600px){
.mainEnroll .enrollBtn{
	width: 79%;
	height: 70px;
	margin:0 auto;
	margin-top:90%;
}

}
