@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);
@font-face{
	font-family: "Oswald";
	src: url("https://fonts.gstatic.com/s/oswald/v30/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
 unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face{
	font-family: "sport";
	font-style: normal;
	src: url('../fonts/sport1-regular.woff2.ttf'); /* Safari, Android, iOS */
}
a{
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: 0.03em;
}
html, body, div, h1, h2, h3, dl, dt, dd, ol, textarea, img, table, th, td, article, aside, footer, ul, li, form, label, p, span, applet, object, iframe, input, button, select{
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	border: 0 none;
	color: #FFF;
	list-style: none;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	letter-spacing: 0.03em;
}
html{
	font-size: 100%;
}
body{
	background-color: #000;
	width: 100%;
}
.body-white{
	background-color: #FFF;
}
a img{
	border: 0px none #FFF;
}
img{
	display: block;
}
.clear{
	clear: both;
}
.height5{
	height: 5px;
	display: block;
}
.height10{
	height: 10px;
	display: block;
}
.height15{
	height: 15px;
	display: block;
}
.height20{
	height: 20px;
	display: block;
}
.height40{
	height: 40px;
	display: block;
}

.p_nav_list{
	display: none;
	position: fixed;
	left: 0px;
	top: 93px;
	z-index: 100;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	height: 94vh;
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: scroll;
}
.p_nav_list ul{
	display: block;
}
.p_nav_list ul li{
	display: table;
	width: 100%;
	line-height: 60px;
}
.p_nav_list ul .li{
	background-color: rgba(18, 18, 18, 0.9);
	display: none;
	line-height: 60px;
	width: 100%;
}
.p_nav_list ul li span{
	font-size: 18px;
	color: #FFF;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	text-transform: uppercase;
}
.p_nav_list ul li .nav_down{
	background-image: url(../sports/nav_down.png);
}
.p_nav_list ul li .nav_up{
	background-image: url(../sports/nav_up.png);
}
.p_nav_list ul li a{
	font-size: 18px;
	color: #FFF;
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.top{
	background-color: #000000;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 90vh;
	overflow: hidden;
	background-image: url(../sports/index-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}
.top .top_btn{
	background-image: url(../sports/chevron-down.png.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	height: 38px;
	width: 76px;
	margin-left: -38px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	cursor: pointer;
	z-index: 10;
}
.main_title{
	width: 100%;
	position: relative;
}
.main_title h1, .main_title h2{
	font-size: 22px;
	line-height: 40px;
	color: #FFF;
	width: 100%;
}
.main_title h1{
	font-size: 30px;
	font-weight: bold;
}
.main_title h3{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.main_title span{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 26px;
  	color: #FFF;
	margin: 40px 0;
}
.body-white .main_title h1, .body-white .main_title h2, .body-white .main_title h3{
	color: #333;
}
.main_title .live{
	height: 16px;
	width: 16px;
	margin-left: 10px;
	margin-top: -8px;
	background-color: #ff0000;
	border-radius: 50%;
	-webkit-animation: mylive .5s infinite both alternate;
	animation: mylive .5s infinite both alternate;
	display: initial;
	position: absolute;
	top: 50%;
}
 @keyframes mylive{
 from{
background-color:#ff0000;
}
to{
	opacity: 0.0;
}
}
@-webkit-keyframes mylive{
 from{
background-color:#ff0000;
}
to{
	opacity: 0.0;
}
}
.main{
	width: 1200px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	margin: auto;
	min-height: 1000px;
}
.main .top-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
	background: linear-gradient(90deg, rgba(0, 0, 0, .8) 40%, rgba(0, 0, 0, 0) 100%);
	margin-bottom: 20px;
}
.main .top-banner .top-img{
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;	
}
.main .top-banner .top-row{
	padding-bottom: 1rem;
  	padding-top: 2.5rem;
	width: 100%;
}
.main .top-banner .top-row span{
	font-size: 2.3rem !important;
  	font-weight: 600;
  	margin: 0 0 1rem 0;
  	text-align: left;
	width: 100%;
  	text-transform: none;
  	line-height: 1;	
	color: #fff;
}
.main .top-banner .top-row p{
	font-size: 1.125rem;
  	line-height: 1.6;	
	color: #fff;
}
.main_top{
	/*padding-top: 105px;	*/	
	padding-top: 70px;
}
.ll_box{
	width: 100%;
	border-top: 1px solid #777;
}
.ll_box .ll_top{
	width: 100%;
	display: block;	
	align-items: center;
    justify-content: center;
    display: none;
}
.ll_box .ll_top .lt_left{
	float: left;
	width: 35%;
	padding: 15px;
	font-size: 16px;
	line-height: 1;
	color: #ccc;
}
.ll_box .ll_top .lt_right{
	float: right;
	width: 65%;
	background-image: linear-gradient(255deg, #0598f6, #000);
	padding: 5px 15px;
	align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	max-height: 60px;
}
.ll_box .ll_top .lt_right span{
	float: left;
	width: 40%;
	font-size: 16px;
	line-height: 1.2;
	color: #ccc;
}
.ll_box .ll_top .lt_right .chann_img{
	float: right;
  	max-height: 100%;
  	text-align: right;
}
.ll_box .ll_top .lt_right img{
	max-width: 90px;
  	max-height: 90%;
}
.ll_box .ll_box_list{
	width: 100%;
	display: block;
	cursor: pointer;
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #777;
	display: inline-block;
}
.ll_box .ll_box_list .date{
	height: 72px;
	width: 130px;
	z-index: 11;
	position: absolute;
	left: 0px;
	top: 50%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 130px;
	margin-top: -36px;
	background-image: url(../sports/pri-pic.png);
}
.ll_box .ll_box_list .date .aaad{
	font-size: 12px;
	line-height: 10px;
	color: #999;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.ll_box .ll_box_list .date .date_time{
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #f5f5f5;
	width: 100%;
}
.body-white .ll_box .ll_box_list .date .date_time{
	color: #555;
}
.ll_box .ll_box_list .date .date_red{
	color: #fff;
	background-color: #c8102e;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 3px 9px;
	border-radius: 3px;
	display: table;
}
.ll_box .ll_box_list .date .date_grey{
	color: #fff;
	background-color: #909090;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 3px 9px;
	border-radius: 3px;
	display: table;
}
.ll_box .ll_box_list .ll_btn{
	height: 100px;
	width: 360px;
	z-index: 11;
	position: absolute;
	right: 0px;
	top: 25px;
	padding: 29px 0;
}
.ll_box .ll_box_list .ll_btn span{
	float: left;
	height: 42px;
	width: 48%;
	margin-left: 4%;
	text-align: center;
	line-height: 42px;
}
.ll_box .ll_box_list .ll_btn span:first-child{
	margin-left: 0px;
}
.ll_box .ll_box_list .ll_btn span .btn_watch{
	background-image: linear-gradient(255deg, #00c2ee, #0035a8);
	width: 100%;
	height: 100%;
	border-radius: 42px 0 0 42px;
	position: relative;
	padding-left: 30px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}
.ll_box .ll_box_list .ll_btn span .btn_watch .btn_pic{
	background-repeat: no-repeat;
  	background-position: center center;
  	background-size: contain;
  	position: absolute;
  	height: 42px;
  	width: 60px;
  	left: -65px;
  	top: 0px;
  	margin: 0;
}
.ll_box .ll_box_list .ll_btn span .btn_watch::after{
	width: 36px;
	position: absolute;
	height: 36px;
	background-image: url(../sports/play-pic.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 36px;
	left: 3px;
	top: 3px;
	content: "";
	border-radius: 42px;
}
.ll_box .ll_box_list .ll_btn span .btn_watch .loader1, .ll_box .ll_box_list .ll_btn span .btn_watch .loader2{
	position: absolute;
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	box-shadow: 1px 1px 10px #fff;
	border-radius: 50%;
	opacity: 0;
	z-index: 1;
	top: 0;
	left: 0;
	margin-left: -19px;
	margin-top: -19px;
}
.ll_box .ll_box_list .ll_btn span .btn_watch .loader1{
	-webkit-animation: warn 2s ease-out 1s;
	-moz-animation: warn 2s ease-out 1s;
	animation: warn 2s ease-out 1s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.ll_box .ll_box_list .ll_btn span .btn_watch .loader2{
	-webkit-animation: warn1 2s ease-out;
	-moz-animation: warn1 2s ease-out;
	animation: warn1 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@keyframes warn{
 0%{
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0.0;
}
 25%{
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0.1;
}
 50%{
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	opacity: 0.3;
}
 75%{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	opacity: 0.5;
}
 100%{
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 0.0;
}
}
 @keyframes warn1{
 0%{
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0.0;
}
 25%{
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0.1;
}
 50%{
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0.3;
}
 75%{
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	opacity: 0.5;
}
 100%{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	opacity: 0.0;
}
}
@-webkit-keyframes warn{
 0%{
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0.0;
}
 25%{
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0.1;
}
 50%{
	transform: scale(0.1);
	-webkit-transform: scale(0.1);
	opacity: 0.3;
}
 75%{
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	opacity: 0.5;
}
 100%{
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 0.0;
}
}
@-webkit-keyframes warn1{
 0%{
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0.0;
}
 25%{
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0.1;
}
 50%{
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	opacity: 0.3;
}
 75%{
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	opacity: 0.5;
}
 100%{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	opacity: 0.0;
}
}
.ll_box .ll_box_list .ll_btn span .btn_broadcast{
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	border: 1px solid #777;
}
.body-white .ll_box .ll_box_list .ll_btn span .btn_broadcast{
	color: #333;
}
.ll_box .ll_box_list .ll_btn .lh_btn .aaad{
	font-size: 12px;
	line-height: 10px;
	color: #999;
	position: absolute;
	left: -5px;
	top: -8px;
}
.ll_box .ll_box_list .team_list{
	height: 100px;
	width: 100%;
	padding-left: 200px;
	padding-right: 370px;
	position: relative;
	display: -webkit-box;
  	display: -moz-box;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: center;
	flex-direction: column;
}
.ll_box .ll_box_list .team_list .team-at{
	float: left;
  	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	width: 10%;	
}
.ll_box .ll_box_list .team_list .team{
	width: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding-left: 45px;
	height: 50px;
}
.ll_box .ll_box_list .team_list .back-30{
	background-size: 30px;
	padding-left: 40px;
}
.ll_box .ll_box_list .team_list .team span{
	text-align: left;
	font-size: 20px;
	line-height: 50px;
	color: #FFF;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.body-white .ll_box .ll_box_list .team_list .team span{
	color: #444;
}
.ll_box .ll_box_list .team_list .match_title{
	font-size: 22px;
	line-height: 1.4;
	color: #FFF;
	width: 100%;
	font-weight: 600;
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ll_box .ll_box_list .team_box{
	height: 70px;
	width: 100%;
	padding-left: 150px;
	padding-right: 190px;
} 
.ll_box .ll_box_list .team_box .tb_list{
	height: 70px;
	width: 100%;
	position: relative;	
}
.ll_box .ll_box_list .team_box .tb_list .date{
	height: 22px;
	width: 85px;
	margin-top: -11px;
	background-image: none;
	left: 50%;
	margin-left: -42.5px;
}
.ll_box .ll_box_list .team_box .tb_list .date .date_time{
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #f5f5f5;
	width: 100%;
}
.body-white .ll_box .ll_box_list .team_box .tb_list .date .date_time{
	color: #555;
}
.ll_box .ll_box_list .team_box .tb_list .date .date_red{
	color: #fff;
	background-color: #c8102e;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 3px 9px;
	border-radius: 3px;
	display: table;
	margin: auto;
}
.ll_box .ll_box_list .team_box .tb_list .date .date_grey{
	color: #fff;
	background-color: #909090;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 3px 9px;
	border-radius: 3px;
	display: table;
	margin: auto;
}
.ll_box .ll_box_list .team_box .tb_list .team_row{
	width: 50%;
	height: 70px;
	position: relative;
}
.ll_box .ll_box_list .team_box .tb_list .team_row img{
	width: 40px;
	height: 40px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 20;
}
.ll_box .ll_box_list .team_box .tb_list #tr-1{
	float: left;
	padding-right: 95px;
	text-align: right;	
}
.ll_box .ll_box_list .team_box .tb_list #tr-1 img{right: 55px;}
.ll_box .ll_box_list .team_box .tb_list #tr-2{
	float: right;
	padding-left: 95px;
	text-left: right;	
}
.ll_box .ll_box_list .team_box .tb_list #tr-2 img{left: 55px;}
.ll_box .ll_box_list .team_box .tb_list .team_row span{
	font-size: 20px;
	line-height: 70px;
	color: #FFF;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.body-white .ll_box .ll_box_list .team_box .tb_list .team_row span{color: #444;}
.ll_box .ll_box_list .ll_box_list_time{
	font-size: 18px;
	line-height: 40px;
	color: #777;
	text-align: center;
	height: 40px;
	width: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.ll_box .ll_box_list .score{
	/*font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #f5f5f5;
	text-align: center;*/
	float: left;
	height: 40px;
	width: 14%;
	background-image: url(../sports/live.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
}
.ll_box .ll_box_list .gbl_list{
	height: 35px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right: 180px;
	padding-top: 5px;
}
.ll_box .ll_box_list .gbl_list .team_center{
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #FFF;
	background-image: url(../sports/nfl_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	display: table;
	margin: auto;
	padding-left: 35px;
	font-weight: bold;
}
.down{
	width: 100%;
}
.down img{
	width: 100%;
}

#mobile_list{
	display: none;
}
.news{
	display: inline-block;
	width: 100%;
}
.news .left_list{
	display: inline-block;
	width: 100%;
}
.news .left_list .about{
	display: 100;
	width: 100%;
	min-height: 700px;
	padding-bottom: 25px;
}
.news .left_list .about span{
	font-size: 18px;
	line-height: 35px;
	color: #ccc;
}
.news .left_list .about p{
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner_auto{
	display: block;
	max-width: 100%;
}
.banner_auto img{
	max-width: 100%;
	margin: auto;	
}
.banner_100 img{
	width: 100%;
}
#mobile_show{
	display: none;
}
.sele{
	width: 100%;
}
.sele a{
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	border: 2px solid #eba114;
	font-weight: bold;
	float: left;
	padding: 10px 20px;
	border-radius: 7px;
	box-shadow: 0 7px 18px -9px #000;
}
.sele .clc{
	background-color: #eba114;
}
.btnTop{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.btnGroup{
	background-color: #252627;
	border: 1px solid #3a3b3c;
	border-radius: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: visible;
}
.btnGroup a{
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 50px;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	height: 35px;
	justify-content: center;
	line-height: 1;
	max-width: 414px;
	overflow: hidden;
	padding: 0 30px;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	white-space: nowrap;
	color: #a5a6a7;
}
.btnGroup .a-active, .btnGroup a:hover{
	background-color: #48494a;
	border-radius: 50px;
	-webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.32);
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.32);
	color: #fff;
}
.dropdown{
	background-color: #252627;
	border: 1px solid #3a3b3c;
	border-radius: 40px;
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-left: 12px;
	-webkit-transition: background .25s ease-in-out;
	-o-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
}
.dropdown:hover{
	background-color: #101113;
}
.dropdown_arrow{
	height: 24px;
	margin-top: -12px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 14px;
	background-image: url(../sports/sv.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px;
}
.dropdown_select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	height: 35px;
	line-height: normal;
	padding: 0 35px 0 15px;
	text-transform: none;
	width: 100%;
	color: #a5a6a7;
}
.dropdown_option{
	color: #000;
	font-size: 14px;
}
.dateGroup{
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
.day_container{
	cursor: pointer;
	padding: 5px;
	width: 100%;
}
.day_container span{
	font-weight: 400;
	text-align: center;
	color: #a5a6a7;
	width: 100%;
	line-height: 20px;
}
.day_container .day_shw{
	font-size: 16px;
}
.day_container .week_shw{
	font-size: 14px;
}
.day_container .s-active, .day_container:hover span{
	color: #fff;
}
.get-top{
	width: 1200px;
	display: block;
	overflow: hidden;
	padding: 0 50px;
	margin-bottom: 10px;
	position: relative;
	background-color: rgba(255,255,255,.1);
}
.body-white .get-top{background-color: rgba(0,0,0,.02)}
.get-top .gt-list{
	padding: 5px 12px;
	position: relative;
}
.get-top .gt-list .gt-live{
	width: 100%;
	padding-bottom: 5px;
	color: #F00;
	font-weight: 600;
	line-height: 15px;
	font-size: 12px;
}
.get-top .gt-list .gt-item{
	width: 100%;
	position: relative;
	padding-right: 50px;
}
.get-top .gt-list .gt-item::after{
	content: "\f04b";
	font-size: 18px;
	color: #d00;
	position: absolute;
	right: 10px;
	font-family: "FontAwesome";
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	margin-top: -10px;
}
.get-top .gt-list .gt-item .gt-team{
	font-size: 12px;
	line-height: 15px;
	font-weight: 600;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	margin: 5px 0;
	width: 100%;
	padding-left: 25px;
}
.body-white .get-top .gt-list .gt-item .gt-team{color: #000;}
.get-top .swiper-container{
	display: block;
}
.get-top .swiper-button-next, .get-top .swiper-button-prev{
	width: 50px;
	height: 100%;
	top: 0;
	opacity: .8;
	margin: 0;
	background-color: rgba(255,255,255,.05);
}
.body-white .get-top .swiper-button-next, .body-white .get-top .swiper-button-prev{background-color: rgba(0,0,0,.05);}
.get-top .swiper-button-next{right: 0;}
.get-top .swiper-button-prev{left: 0;}
.get-top .swiper-slide{
	border-left: 1px solid rgba(255,255,255,.1);
	border-right: 1px solid rgba(255,255,255,.1);
}
.body-white .get-top .swiper-slide{
	border-left: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
}
.film-info{
	padding: 20px 0;
	width: 100%;
	position: relative;
	display: block;
	margin: 10px auto;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}
.film-info .info-left{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	width: 230px;
}
.film-info .info-left img{
	width: 100%;
	border-radius: 5px;
}
.film-info .info-right{
	width: 100%;
	min-height: 365px;
	padding: 10px 0 10px 250px;
	position: relative;
}
.film-info .info-right .info-show{
	width: 100%;
}
.film-info .info-right .info-show .s-tit{
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
}
.film-info .info-right .info-show .s-detail{
	color: #666;
	font-size: 18px;
	width: 100%;
	margin-bottom: 20px;
}
.film-info .info-right .info-show .s-detail span{
	color: #696a6e;
	margin: 0 5px;
}
.film-info .info-right .info-show .s-detail span:first-child{
	margin-left: 0px;
}
.film-info .info-right .info-show .s-detail a{
	color: #ccc;
	font-size: 14px;
	margin: 0 5px;
}
.film-info .info-right .info-show .s-star{
	color: #666;
	font-size: 14px;
	width: 100%;
	margin-bottom: 5px;
}
.film-info .info-right .info-show .s-star a{
	color: #ccc;
	font-size: 14px;
	margin: 0 5px;
}
.film-info .info-right .info-show .s-star a:first-child{
	margin-left: 0px;
}
.film-info .info-right .info-show .s-text{
	color: #666;
	font-size: 20px;
	max-height: 130px;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.film-info .info-right .info-btn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	padding-left: 250px;
}
.film-info .info-right .info-btn span{
	float: left;
	height: 60px;
	width: 48%;
	margin-left: 4%;
	text-align: center;
	line-height: 60px;
}
.film-info .info-right .info-btn span:first-child{
	margin-left: 0px;
}
.film-info .info-right .info-btn .btn_watch{
	background-image: linear-gradient(255deg, #00c2ee, #0035a8);
	width: 100%;
	height: 100%;
	border-radius: 60px 0 0 60px;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 40px;
}
.film-info .info-right .info-btn .btn_watch::after{
	width: 50px;
	position: absolute;
	height: 50px;
	background-image: url(../sports/play-pic.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px;
	left: 5px;
	top: 5px;
	content: "";
	border-radius: 60px;
}
.film-info .info-right .info-btn span .btn_broadcast{
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #777;
}
@media screen and (max-width:1500px){

.get-top{width: 100%;}
}
@media screen and (max-width:1248px){

.main{
	width: 94%;
}

}
@media screen and (max-width:920px){
#pc_list{
	display: none;
}
#mobile_list{
	display: inline-block;
}
.ll_box .ll_box_list .ll_btn{
	width: 100%;
	position: static;
	padding: 29px 0 0;
	height: auto;
}
.ll_box .ll_box_list .team_list{
	padding-right: 0px;
	padding-left: 150px;
}
.ll_box .ll_box_list .date{
	margin-top: 0px;
	top: 50px;
}
.ll_box .ll_box_list .team_list .team{
	background-position: right center;
	padding-left: 0px;
	padding-right: 45px;
}
.ll_box .ll_box_list .team_list .team span{
	text-align: right;
}
.ll_box .ll_box_list .team_list .match_title{text-align: left;}
.btnGroup{
	width: 100%;
}
.dropdown{
	width: 100%;
}
.btnGroup a{
	width: 50%;
}
.get-top{padding: 0;}
.get-top .swiper-button-next, .get-top .swiper-button-prev{display: none;}
.ll_box .ll_top{
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;	
}
}
@media screen and (max-width:750px){

#mobile_show{
	display: block;
}
#pc_show{
	display: none;
}
.top{
	background-image: url(../sports/index-banner-m.jpg);
	background-size: 100%;
	min-height: 85vh;
	top: 95px;
}
}
@media screen and (max-width:620px){
.btnTop{
	display: block;
}
.dropdown{
	margin-top: 15px;
	margin-left: 0px;
}
.ll_box .ll_box_list{
	padding: 15px 0;
}
.ll_box .ll_box_list .date{
	height: 60px;
	width: 110px;
	top: 25px;
	background-size: 110px;
}
.ll_box .ll_box_list .date .date_time{
	font-size: 16px;
}
.ll_box .ll_box_list .team_list{
	padding-left: 120px;
	height: 80px;
}
.ll_box .ll_box_list .team_list .team{
	background-size: 35px;
	padding-right: 40px;
	height: 40px;
}
.ll_box .ll_box_list .team_list .back-30{
	background-size: 25px;
	padding-right: 35px;
	padding-left: 0px;
}
.ll_box .ll_box_list .team_list .team span{
	font-size: 16px;
	line-height: 40px;
}
.ll_box .ll_box_list .team_list .match_title{
	font-size: 16px;
	padding-left: 20px;
}
.ll_box .ll_box_list .ll_btn{
	padding: 20px 0 10px;
}
.film-info .info-left{position: static; display: block; margin: auto; width: 170px;}
.film-info .info-right{width: 100%; margin-top: 20px; min-height: unset; padding: 10px;}
.film-info .info-right .info-show .s-text{display: none;}
.film-info .info-right .info-btn{position: static; width: 100%; padding-left: 0;}
.film-info .info-right .info-btn span{width: 100%; margin-left: 0;}
.film-info .info-right .info-btn span:first-child{margin-bottom: 20px;}
}
@media screen and (max-width:420px){

.main_title h2{
	font-size: 20px;
}
}
@media screen and (max-width:330px){
.main_title .live{
	margin-top: 12px;
}
}
