/**/
.player_wrap.inner{max-width:auto; width:1200px;}

/**/
.coach_list{width:100%;}
.coach_list .box{width:100%; margin-top:40px;}
.coach_list .box:nth-child(1){margin-top:0;}
.coach_list .box img{width:100%; height:auto;}

/**/
.pl_tab{width:100%; margin-bottom:60px; overflow:hidden; background:white; border:1px solid #e5e5e5;}
.pl_tab div{width:25%; float:left; border-right:1px solid #e5e5e5;}
.pl_tab div:last-child{border-right:0 none;}
.pl_tab div.on{background:#ef5000;}
.pl_tab div a{width:100%; height:58px; line-height:58px; font-size:18px; text-align:center; display:block; color:#666;}
.pl_tab div.on a{color:white;}

/**/
.pl_list{width:100%; overflow:hidden;}
.pl_list .box{width:285px; float:left; margin-right:20px; margin-top:30px;}
.pl_list .box:nth-child(4n){margin-right:0;}
.pl_list .box:nth-child(1),.pl_list .box:nth-child(2),.pl_list .box:nth-child(3),.pl_list .box:nth-child(4){margin-top:0;}
.pl_list .box .img{width:100%; padding-bottom:132%; position:relative;}
.pl_list .box .img img{width:100%; height:100%; position:absolute; top:0; left:0;}
.pl_list .box .txt{font-size:18px; line-height:20px; margin-top:15px; font-weight:500; text-align:center;}
.pl_list .box .txt span{color:#e74e0f;}

/**/
.pl_view{width:100%;}
.pl_view .top{width:100%;}
.pl_view .top img{width:100%; height:auto;}
.pl_view .bottom{width:100%; margin-top:40px;}

@media screen and (min-width:1024px) and (max-width:1199px){
	/**/
	.player_wrap.inner{width:1024px; padding-left:0; padding-right:0;}

	/**/
	.coach_list .box{margin-top:30px;}
		
	/**/
	.pl_tab{margin-bottom:50px;}
	.pl_tab div a{height:50px; line-height:50px; font-size:16px;}

	/**/
	.pl_list .box{width:244px; margin-right:16px; margin-top:25px;}
	.pl_list .box .txt{font-size:16px; line-height:18px; margin-top:12px;}

	/**/
	.pl_view .bottom{margin-top:30px;}
}

@media screen and (min-width:720px) and (max-width:1023px){
	/**/
	.player_wrap.inner{width:720px; padding-left:0; padding-right:0;}

	/**/
	.coach_list .box{margin-top:20px;}
	
	/**/
	.pl_tab{margin-bottom:40px;}
	.pl_tab div a{height:45px; line-height:45px; font-size:15px;}

	/**/
	.pl_list .box{width:230px; margin-right:15px; margin-top:25px;}
	.pl_list .box:nth-child(3n){margin-right:0;}
	.pl_list .box:nth-child(4n){margin-right:0;}
	.pl_list .box:nth-child(12n){margin-right:0;}
	.pl_list .box:nth-child(1),.pl_list .box:nth-child(2),.pl_list .box:nth-child(3){margin-top:0;}
	.pl_list .box:nth-child(4){margin-top:25px;}
	.pl_list .box .txt{font-size:16px; line-height:18px; margin-top:12px;}

	/**/
	.pl_view .bottom{margin-top:20px;}
}

@media screen and (max-width:767px){
	.inner{padding:0 5px;}
}

@media screen and (max-width:719px){
	/**/
	.player_wrap.inner{width:100%; padding-bottom:60px;}

	/**/
	.coach_list .box{margin-top:10px;}
	
	/**/
	.pl_tab{margin-bottom:30px;}
	.pl_tab div a{height:40px; line-height:40px; font-size:13px;}

	/**/
	.pl_list .box{width:49%; margin-right:2%; margin-top:20px;}
	.pl_list .box:nth-child(2n){margin-right:0;}
	.pl_list .box:nth-child(1),.pl_list .box:nth-child(2){margin-top:0;}
	.pl_list .box:nth-child(3),.pl_list .box:nth-child(4){margin-top:20px;}
	.pl_list .box .txt{font-size:15px; line-height:17px; margin-top:10px;}

	/**/
	.pl_view .bottom{margin-top:10px;}
}