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{ /*background-color:#eee;*/ }
::-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;}
.yahei{font-family: "microsoft yahei";}
.fr{float: right;}
.fl{float: left;}

.tctf{
	position: relative;
}
.tctf .topImg img{
	width: 100%;
	vertical-align: top;
}
.comTitle {
	text-align: center;
}
.comTitle .p1{
	font-size: 0.34rem;
	color:#000;
	line-height: 1;
}
.comTitle .p2{
	font-size: 0.28rem;
	color:#999;
	padding-top: 16px;
	line-height: 1;
	letter-spacing: 1px;
}
.introde{
	padding: 0.9rem 0.3rem;
}
.introde .tit{
	font-size: 0.28rem;
	font-weight: bold;
	color:#000e40;
	text-align: center;
	padding-top: 0.5rem;
}
.introde .main{
	color:#333;
	font-size: 0.28rem;
	line-height: 0.48rem;
	margin-top: 0.4rem;
}
.livePlayer{
	background: #fff;
	position: relative;
}

.livePlayer .main{
	margin: 0.5rem 0.3rem;
	position: relative;
	height: 3.9rem;
	
}
.livePlayer .main video{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
}
.livePlayer .main #player{
	width: 100%;
	/* height: 4.4rem; */
	margin:0 auto;

}
.livePlayer .main img{
	width: 100%;
}
.newsList{
	padding:0.5rem 0 0 0;
	background: #f6f8fa;
}
.newsList .list{
	margin: 0.5rem 0.3rem 0 0.3rem;
}
.newsList .list li{
	overflow: hidden;
	margin-bottom: 0.5rem;
	min-height: 1.43rem;
}
.newsList .list li:nth-child(odd){
	float: left;
}
.newsList .list li:nth-child(even){
	float: right;
}
.newsList .list li .imgs{
	float: left;
	width: 2.35rem;
}
.newsList .list li .imgs img{
	width: 100%;
	vertical-align: top;
	height: 1.43rem;
}
.newsList .list li .txt{
	overflow: hidden;
	padding-left: 0.26rem;
}
.newsList .list li .txt .hdTit{
	font-size: 0.27rem;
	line-height: 0.4rem;
	color:#000e40;
	display: block;
}
.newsList .list li .txt .des{
	font-size: 0.24rem;
	color:#626a88;
	line-height: 0.36rem;
	padding-top: 0.1rem;
}
.agenda{
	padding: 0.4rem 0.3rem;
	background: #fafafa;
}
.agenda .tabTit{
	text-align: center;
	width: 100%;
	border:1px solid #224cf6;
	border-radius: 0.1rem;
	font-size: 0;
	margin:0 auto;
	margin-top: 0.4rem;
	height: 0.8rem;
	box-sizing: border-box;
	overflow: hidden;
}
.agenda .tabTit span{
	display: inline-block;
	cursor: pointer;
	width: 50%;
	height:  0.8rem;
	line-height:  0.8rem;
	font-size: 0.3rem;
	color:#1672f4;
	letter-spacing: 1px;
}
.agenda .tabTit span.cur{
	background: #224cf6;
	color: #fff;
}
.agenda .list{
	margin:0.5rem 0 0 0;
	position: relative;
}
.agenda .list:before{
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	border-left: 1px dashed #224cf6;
	left: 2.5rem;
	top:0;
}
.agenda .list .tabItem{
	display: none;
}
.agenda .list .tabItem.cur{
	display: block;
}
.agenda .list .item{
	position: relative;
	line-height: 28px;
	margin-bottom: 0.3rem;
}
.agenda .list .item .circle{
	position: absolute;
	width: 0.14rem;
	height: 0.14rem;
	left: 2.44rem;
	top:0.21rem;
	background: #224cf6;
	border-radius:50%;
}
.agenda .list .item .time{
	float: left;
	width: 2.1rem;
	height: 0.56rem;
	line-height: 0.56rem;;
	border-radius: 0.28rem;
	text-align: center;
	font-size: 0.24rem;
	color:#fff;
	background: #224cf6;
	letter-spacing: 1px;
}
.agenda .list .item .txt{
	overflow: hidden;
	padding-left: 0.8rem;
}
.agenda .list .item .txt .tit{
	font-size:0.28rem;
	color:#000;
	line-height: 0.56rem;
}
.agenda .list .item .txt p{
	padding-top: 0.06rem;
	font-size: 0.24rem;
	color:#000;
}
.activeList{
	background:#fff;
	padding:0.5rem 0;
}
.swiper-container{
	overflow:auto!important;
	padding-bottom:0.6rem;
	padding-left: 0.2rem;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	border:4px solid #fff;
	border-radius: 0.1rem;
	-webkit-border-radius: 0.1rem;
	width: 3.1rem;
 	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 img{
	width: 	100%;
}
.activeList .list{
	padding-top: 0.5rem;
}
.activeList .list img{
	width: 3.1rem;
	height: 2.26rem;
}
.expect{
	background: #fff;
	padding: 0.7rem 0.2rem 0.6rem 0.2rem;
	text-align: center;
}
.expect p{
	font-size: 0.3rem;
	color:#222f60;
	line-height: 0.48rem;
}
.expect p a{
	display: inline-block;
	width: 3.96rem;
	height: 0.76rem;
	background: url(../images/bdi/btn.png) no-repeat;
	line-height: 0.76rem;
	text-align: center;
	font-size: 0.3rem;
	color:#fff;
	margin-top: 0.36rem;
	background-size:3.96rem 0.76rem;
}
.timeBan img{
	width: 100%;
	vertical-align: top;
}
.hostList{
	background: #222f60;
	text-align: center;
	line-height: 0.48rem;
	padding: 0.5rem 0;
	font-size: 0.24rem;
}
.hostList p{
	color:#acd9ff;
}
.hostList p.p1{
	color:#fff;
}
.rules{
	padding: 0.8rem 0.3rem;
}
.rules .types{
	
}
.rules .types .item{
	padding: 0.75rem 0.45rem;
	width: 6.9rem;
	height: 5.96rem;
	box-sizing: border-box;
	background: #fff;
	color:#fff;
	margin-top: 0.4rem;
}
.rules .types .item1{
	background: url(../images/tctf/typeBg1.jpg);
	background-size: contain;
}
.rules .types .item2{
	background: url(../images/tctf/typeBg2.jpg);
	background-size: contain;
}
.rules .types .item .tit{
	font-size: 0.4rem;
	line-height: 1
}
.rules .types .item .des{
	font-size: 0.28rem;
	color:#fff;
	margin-top: 0.3rem;
	padding-right: 0.4rem;
}

.ruleInfo .item{
	margin-top: 0.4rem;
}
.ruleInfo .item .title{
	padding: 0.32rem 0;
	text-align: center;
	color:#fff;
	background: #224cf6;
}
.ruleInfo .item .tit1{
	line-height: 1;
	font-size: 0.36rem;
}
.ruleInfo .item .tit2{
	line-height: 1;
	font-size: 0.26em;
	padding: 0.3rem 0 0 0;
}
.ruleInfo .item .row{
	position: relative;
	margin-top: 0.4rem;
}
.ruleInfo .item .row .p1{
	font-size: 0.3rem;
	font-weight: bold;
	color:#000;
}
.ruleInfo .item .row .p2{
	font-size: 0.28rem;
	line-height: 0.4rem;
	padding-top: 0.26rem;
}
.teams{
	padding: 0.6rem 0rem;
}
.teams .comTitle{

}
.teams .list{
	margin-top: 0.4rem;
}
.teams .list .title{
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	color:#fff;
	font-size: 0.36rem;
	margin:0 0.3rem;
}
.teams .list .title span{
	font-size: 0.24rem;
}
.teams .list1 .title{
	background: #224cf6;
}
.teams .list2 .title{
	background: #224cf6;
}
.teams .list li{
	float: left;
	width: 3.26rem;
	margin-right: 20px; 
	position: relative;
	margin-right: 0.3rem;
	position: relative;
}
.teams .list li:nth-child(5n+5){
	margin-right: 0;
}
.teams .swiper-container{
	padding-bottom: 0.2rem;
}
.teams .list ul{
	margin-top: 0.4rem;
}
.teams .list li{
	display: block;
}
.teams .list li .imgs{
	width: 3.26rem;
	height: 2.2rem;
	border:1px solid #f1f1f1;
}
.teams .list li .imgs img{
	display: block;
	margin:0.4rem auto 0 auto;
	width: 2rem;
	height: 1.4rem;
}
.teams .list li .txt{
	z-index: 2; 
	color:#292929;
	font-size: 0.24rem;
	line-height: 0.36rem;
	text-align: left;
}

.teams .list li .txt .row{
	padding-top: 0.2rem;
}
.teams .list li:hover .txt{
	bottom: 0;
}
.footer{
	background: #292929;
	text-align: center;
	padding: 0.4rem 0 0.3rem 0;
}
.footer img{
	width: 1.36rem;
	vertical-align: top;
}
.code{
	text-align: center;
	padding: 0.7rem 0;
	background: #182bb5;
	font-size: 0.28rem;
	color:#fff;
}
.code img{
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.1rem;
}