html{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-overflow-scrolling: touch;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: -ms-autohiding-scrollbar;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* =e Reset */
/*::-webkit-scrollbar{ width:5px; height:5px; background-color:#fff;border-radius: 5px}
::-webkit-scrollbar:hover{}
::-webkit-resizer{}
::-webkit-scrollbar-thumb{ -webkit-border-radius:4px; background-color:#ccc; height:10px;border-radius: 5px}
::-webkit-scrollbar-thumb:hover{ background-color: #1c3956;}
::-webkit-scrollbar-thumb:active{ background-color:#1c3956;}*/
/* =s base */
header,footer,nav{display: block;}
::-moz-selection{background:#fe917b; color:#fff;}
::selection {background:#fe917b; color:#fff;}
html,body{background:#fff;}
body{font-family:"microsoft yahei",Arial;color:#000; -webkit-font-smoothing:antialiased;}
i{font-style:normal;}
a{text-decoration: none;color: #333;border: 0;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.hide {display:none;}
.thide{text-indent: -9999px; position: absolute; left: -9999px;}
.inner{width:1200px;margin:0 auto;position: relative;}
.yahei{font-family: "microsoft yahei";}
.fr{float: right;}
.fl{float: left;}
body{
	font-family: "思源黑体 CN";
	background-size: contain;
}

.tctf{

}
.tctf .topImg{
	position: relative;
	height: 651px;
	min-width: 1200px;
	background: url(../images/tctf/topImg.jpg) no-repeat center top;
}
.tctf .topImg .logo{
	position: absolute;
	left: 80px;
	top: 20px;
}
.comTitle{
	text-align: center;
}
.comTitle .p1{
	font-size: 28px;
	color:#000;
	line-height: 1;
}
.comTitle .p2{
	font-size: 20px;
	color:#999;
	padding-top: 16px;
	line-height: 1;
	letter-spacing: 1px;
}
.introde{
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color:#000;
	padding-top: 90px
}
.introde .main{
	color:#000;
	font-size: 16px;
	line-height: 36px;
	padding: 0 0 80px 0;
}
.introde .main p{
	padding-top: 30px;
}

.livePlayer{
	background: #fff;
	position: relative;
	padding-bottom: 62px;
}
.livePlayer .main{
	width: 1000px;
	margin:0 auto;
	margin-top: 58px;

}
.livePlayer .main #player{
	width: 1000px;
	height: 500px;
	margin:0 auto;
	background: pink;
}
.newsList{
	padding:60px 0 30px 0;
	background: #f6f8fa;
}
.newsList .list{
	margin-top: 60px;
	width: 1200px;
	margin:60px auto 0 auto;
}
.newsList .list li{
	width: 560px;
	height: 143px;
	overflow: hidden;
	margin-bottom: 40px;
}
.newsList .list li:nth-child(odd){
	float: left;
}
.newsList .list li:nth-child(even){
	float: right;
}
.newsList .list li .imgs{
	float: left;
	width: 235px;
}
.newsList .list li .imgs img{
	width: 100%;
	vertical-align: top;
}
.newsList .list li .txt{
	overflow: hidden;
	padding-left: 25px;
}
.newsList .list li .txt .hdTit{
	font-size: 18px;
	line-height: 32px;
	color:#000e40;
	display: block;
}
.newsList .list li:hover .txt .hdTit{
	color:#224cf6;
}
.newsList .list li .txt .des{
	font-size: 14px;
	color:#626a88;
	line-height: 30px;
	padding-top: 10px;
}
.agenda{
	padding-bottom: 80px;
	padding-top: 68px;
	background: #fafafa;
}
.agenda .tabTit{
	text-align: center;
	width: 336px;
	border:1px solid #1672f4;
	border-radius: 6px;
	font-size: 0;
	margin:0 auto;
	margin-top: 35px;
}
.agenda .tabTit span{
	display: inline-block;
	cursor: pointer;
	width: 168px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color:#1672f4;
	letter-spacing: 2px;
}
.agenda .tabTit span.cur{
	background: #1672f4;
	color: #fff;
}
.agenda .list{
	margin:90px 50px 0 60px;
	position: relative;
}
.agenda .list:before{
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	border-left: 1px dashed #1672f4;
	left: 180px;
	top:0;
}
.agenda .list .tabItem{
	display: none;
}
.agenda .list .tabItem.cur{
	display: block;
}
.agenda .list .item{
	position: relative;
	line-height: 28px;
	margin-bottom: 25px;
}
.agenda .list .item .circle{
	position: absolute;
	width: 10px;
	height: 10px;
	left: 175px;
	top:15px;
	background: #1672f4;
	border-radius:50%;
}
.agenda .list .item .time{
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 15px;
	color:#fff;
	background: #1672f4;
	letter-spacing: 2px;
}
.agenda .list .item .txt{
	overflow: hidden;
	padding-left: 60px;
}
.agenda .list .item .txt .tit{
	font-size:20px;
	color:#000;
	line-height: 40px;
}
.agenda .list .item .txt p{
	padding-top: 8px;
	font-size: 16px;
	color:#000;
}
.agenda .list .item .txt p span{
	
}
.activeList{
	padding:70px 0 100px 0;
}
.activeList .list{
	padding-top: 70px;
}
.activeList .list li{
	width: 384px;
	height: 273px;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}
.activeList .list li:nth-child(3n+3){
	margin-right: 0;
}
.activeList .list li img{
	width: 384px;
	height: 273px;
}
.activeList .expect{
	padding-top: 90px;
	text-align: center;
}
.activeList .expect p{
	font-size: 30px;
	color:#222f60;
}
.activeList .expect p a{
	display: inline-block;
	width: 396px;
	height: 76px;
	background: url(../images/bdi/btn.png) no-repeat;
	line-height: 76px;
	text-align: center;
	font-size: 30px;
	color:#fff;
	margin-top: 40px;
}
.rules{
	background: #224cf6;
	padding: 80px 0 90px 0;
}
.rules .comTitle .p1,
.rules .comTitle .p2{
	color:#fff;
}
.rules .types{
	margin-top: 50px;
}
.rules .types .item{
	padding: 50px 40px;
	width: 506px;
	height: 218px;
	background: #fff;
}
.rules .types .bg1{
	background: url(../images/tctf/bg1.png) #fff no-repeat right top;
}
.rules .types .bg2{
	background: url(../images/tctf/bg2.png) #fff no-repeat right top;
}
.rules .types .item .tit{
	font-size: 28px;
	color:#1672f4;
	line-height: 1
}
.rules .types .item .des{
	font-size: 14px;
	color:#1672f4;
	line-height: 30px;
	width: 370px;
	margin-top: 25px;
}
.ruleInfo{
	margin-top: 30px;
	
}

.ruleInfo .item{
	padding: 30px 20px 0 35px;
	color:#fff;
	background: rgba(255,255,255,0.1);
}
.ruleInfo1 .item{
	padding-bottom: 30px;
}
.ruleInfo .item .tit1{
	line-height: 1;
	font-size: 20px;
}
.ruleInfo .item .tit2{
	line-height: 1;
	font-size: 18px;
	padding: 26px 0 18px 0;
	border-bottom: 1px solid #fff;
	width: 440px;
}
.ruleInfo .item .row{
	position: relative;
	padding-left: 45px;
	margin-top: 19px;
}
.ruleInfo .item .row em{
	position: absolute;
	width: 25px;
	height: 25px;
	display: inline-block;
	left: 0;
	top:0;
	background: url(../images/tctf/starts.png);
}
.ruleInfo .item .row .p2{
	font-size: 14px;
	line-height: 28px;
	padding-top: 8px;
}
.ruleInfo2 .item{
	width: 530px;
	height: 440px;
}
.teams{
	padding: 90px 0 60px 0;
}
.teams .comTitle{
	padding-bottom: 20px;
}
.teams .list{
	margin-top: 40px;
}
.teams .list .title{
	height: 48px;
	line-height: 48px;
	text-align: center;
	color:#fff;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
}
.teams .list1 .title{
	background: #224cf6;
}
.teams .list2 .title{
	background: #224cf6;
}
.teams .list li{
	float: left;
	width: 222px;
	margin-right: 20px; 
	height: 150px;
	border:1px solid #f1f1f1;
	position: relative;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.teams .list li:nth-child(5n+5){
	margin-right: 0;
}
.teams .list ul{
	margin-top: 40px;
}
.teams .list li .imgs img{
	display: block;
	margin:5px auto 0 auto;
}
.teams .list li .txt{
	position: absolute;
	left: 0;
	background: #5f59f7;
	padding: 0 12px;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	z-index: 2;
	bottom: -100%;
	transition: all 0.3s ease-in-out; 
	color:#fff;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
}
/*.teams .list2 li .txt{
	background: #9159f7;
}*/
.teams .list li .txt .row{
	padding-top: 20px;
}
.teams .list li:hover .txt{
	bottom: 0;
}
.fixCode{
	position: fixed;
	right: 20px;
	text-align: center;
	font-size: 16px;
	color:#000;
	width: 120px;
	bottom: 18%;
}
.fixCode img{
	width: 120px;
}
.footer{
	text-align: center;
	background: #292929;
	padding: 30px 0; 
}
/*@media screen and (max-width: 1560px) {
  .fixCode{
		width:100px;
		margin-left: 610px;
		font-size: 13px;
	}
	.fixCode img{
		width: 100px;
	}
}*/