.ct-nav{
	font-size:16px;
	color:rgb(51,51,51);
	line-height:16px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(200,200,200);
	margin-bottom: 20px;
}
.ct-nav span{
	margin:0 5px;
}
.content-wrap{
	padding:0 6px;
}
.content-wrap h3{
	font-size:28px;
	line-height:40px;
	color:rgb(50,50,50);
}
 .content-wrap .player{
     width:100%;
       /*width:648px;*/
       /*height:600px;*/
       background:#000;
       margin:0 auto;
 }
  .content-wrap video{
    max-width:100%;
       margin:0 auto;
 }
  .content-wrap video{
       width: 100%;
    height: 100%;
 }
 .content-wrap .player p{
      font-size:16px;
      line-height:30px;
      padding-top:25%;
   }
  .content-wrap .player a{
     background: #1a9bd3;
     color: #fff;
     margin: 0 5px;
     padding: 5px 10px;
     border-radius: 5px;
     vertical-align: middle;
     display: inline-block;
     line-height: 18px;
     text-align: center;
 }
.assist{
	width:100%;
	height:21px;
	font-size:12px;
	line-height:21px;
	color:rgb(150,150,150);
	padding:9px 0;
}
.as-line{
	padding:0 9px;
}
.assist .as-left{
	width:80%;
	height:21px;
	float:left;
}
.assist .as-right{
	width:18%;
	height:21px;
	float:right;
}
.assist .as-right .as-line{
	font-size:21px;
	line-height:21px;
	font-weight: 200;
	vertical-align: top;
}
#font-big,#font-small{
	width:29px;
	height:21px;
	display: inline-block;
}
#font-big{
	background:url(/images/fontbig.png) no-repeat;
}
#font-small{
	background:url(/images/fontsmall.png) no-repeat;	
}
#font-big a,#font-small a{
	display: block;
	height:100%;
}
.text-center{
	font-size:16px;
	color:rgb(50,50,50);
	padding:16px 0;
	line-height:30px;
}
.text-center p{
	margin-bottom:20px;
}
.text-center img{
	max-width:80%;
	display: block;
	margin:0 auto;
}
.text-center .img-note{
	font-size:12px;
	display: block;
	text-align: center;
	line-height:12px;
	margin:30px 0;
}


@media only screen and (max-width: 600px){
	.content-wrap h3{
		font-size:18px;
		line-height:24px;
	}
	.assist .as-left{
		width:100%;
	}
    .assist .as-right{
		display: none;
	}
	.text-center img{
		width:100%;
		max-width:100%;
	}
	.text-center{
		font-size:14px;
		line-height:26px;
	}
	.text-center p{
		margin-bottom:10px;
	}
	
	.content-wrap .player{
		width:100%;
		height:280px;
	}
	#TIDE_PLAYER_0{
	    width:100%!important;
	    height:280px!important;
	    line-height:280px!important;
	}
	.content-wrap .player video{
	  width:100%!important;
	  height:280px;
	}
}
