﻿body{padding: 88px 0 98px;}
/*导航*/
#Navigation{
	border-bottom: none;
}
#Navigation .runningTab{
	border-top: none;
	text-align: center;
}
#Navigation .runningTab a{
	padding: 0 50px;
}
a#Search{
	width: 88px; height: 88px;
	/*background: url(../../img/customer2/icon_search.png) no-repeat center; background-size: 1.25rem;*/
	position: fixed; right: 12px; top: 0; z-index: 51;
	display: block;
	transition: top 0.2s; -moz-transition: top 0.2s; -webkit-transition: top 0.2s; -o-transition: top 0.2s;
}
a#Search img{
	width: 80px; height: 80px;
	margin: -40px 0 0 -40px;
	position: absolute; top: 50%; left: 50%;
}

/*title特殊样式*/
.default > div.title{
	padding-left: 90px; z-index: 2;
}
.default > div.title:before{
	width: 44px; height: 100px;
	top: 0;
}
#Star.default > div.title:before{
	background: url(../../img/customer2/icon_home_star.png) no-repeat center; background-size: 44px;
}
#Match.default > div.title:before{
	background: url(../../img/customer2/icon_home_recommend.png) no-repeat center; background-size: 44px;
}
#Package.default > div.title:before{
	background: url(../../img/customer2/icon_home_package.png) no-repeat center; background-size: 44px;
}
#NewMatch.default > div.title:before{
	background: url(../../img/customer2/icon_home_new.png) no-repeat center; background-size: 44px;
}
#Live.default > div.title:before{
	background: url(../../img/customer2/icon_tv_n.png) no-repeat center; background-size: 44px;
}

/*焦点图*/
#Focus{
	height: 320px;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}
#Focus > a{
	width: 100%; height: 100%;
	display: block;
	visibility: hidden;
	transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); -o-transform: translateX(100%); -moz-transform: translateX(100%);
	transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;
	position: absolute; top: 0; left: 0; z-index: -1;
}
#Focus > a.before{
	z-index: 3;
	visibility: visible;
	transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); -o-transform: translateX(0); -moz-transform: translateX(0);
}
#Focus > a.back{
	transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); -o-transform: translateX(-100%); -moz-transform: translateX(-100%);
}
#Focus img{
	width: 100%; height: 100%;
	-webkit-object-fit: cover; -o-object-fit: cover; object-fit: cover;
	-webkit-oobject-position: center; -o-object-position: center; object-position: center; 
	display: block;
}

/*信息*/
.entrance{
	background: #f3f3f3;
	z-index: 10;
}
div#Message{
	padding: 26px 0 20px;
	background: #fff;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
div#Message > a{
	text-align: center;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
	display: block;
	position: relative;
}
div#Message > a[new]:before{
	width: 14px; height: 14px;
	margin-left: 24px;
	border-radius: 50%;
	background: #bc1c25;
	position: absolute; top: 0; left: 50%;
	content: '';
}
div#Message > a img{
	width: 70px; height: 70px;
}
div#Message > a p{
	padding-top: 18px;
	font-size: 24px; line-height: 36px;
}
.MesAd{
	height: 84px;
	margin: 20px 24px 0;
	border: 1px solid #e6e6e6; border-radius: 8px;
	background: url(../../img/customer2/icon_ad_new.png) no-repeat 30px center #fff; background-size: auto 48px;
	position: relative;
	overflow: hidden;
}
.MesAd a{
	height: 64px;
	padding: 10px 70px 10px 0; margin: 0 0 0 264px;
	background: url(../../img/customer2/icon_right.png) no-repeat right center #fff; background-size: 60px;
	font-size: 24px; line-height: 32px;
	position: absolute; top: 0; bottom: 0; left: 0; right: 0;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center;
	overflow: hidden;
	transform: translateY(84px); -ms-transform: translateY(84px); -webkit-transform: translateY(84px); -o-transform: translateY(84px); -moz-transform: translateY(84px);
}
.MesAd a.on, .MesAd a.back{
	transition: transform 0.5s; -moz-transition: transform 0.5s; -webkit-transition: transform 0.5s; -o-transition: transform 0.5s;
}
.MesAd a.on{
	transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); -o-transform: translateY(0); -moz-transform: translateY(0); z-index: 2;
}
.MesAd a.back{
	transform: translateY(-84px); -ms-transform: translateY(-84px); -webkit-transform: translateY(-84px); -o-transform: translateY(-84px); -moz-transform: translateY(-84px); z-index: 1;
}

/*盈利之星*/
#Star .title{
	border-bottom: none;
}
#Star input[type=radio]{
	width: 0; height: 0;
	visibility: hidden;
	position: absolute;
}
#Star label{
	float: right;
	margin-left: 24px;
	font-size: 26px; color: #999; font-weight: normal;
	position: relative;
}
#Star input[type=radio]:checked + label{
	color: #bc1c25;
}
#Star input[type=radio]:checked + label:after{
	width: 48px; height: 8px;
	margin-left: -24px;
	border-radius: 3px;
	background: #bc1c25;
	position: absolute; bottom: 18px; left: 50%;
	content: '';
}
#Star dl{
	padding: 0 60px 22px 0;
	position: relative;
}
#Star dl div.inner{
	padding: 0 24px 0 4px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;
}
#Star dl div.inner p.nolist{
	width: 100%; height: 158px;
	padding-left: 90px;
	font-size: 24px; line-height: 158px; text-align: center; color: #999;
	box-sizing: content-box;
}
#Star dd{
	height: 210px; min-width: 170px;
	margin-left: 20px;
	border-radius: 10px; border: 1px solid #d1d1d1;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
}
#Star a.dt{
	width: 60px;
	background: url(../../img/customer2/recom_icon_right.png) no-repeat center #fff; background-size: 32px;
	box-shadow: -10px 0 10px 0 rgba(255, 255, 255, 0.88);
	position: absolute; top: 0; bottom: 22px; right: 0; z-index: 1;
}
#Star dd > a{
	height: 100%;
	text-align: center;
	display: block;
}
#Star dd img{
	width: 90px; height: 90px;
	margin: 10px auto;
	border-radius: 50%;
	display: block;
}
#Star dd p{
	text-align: center;
}
#Star dd p.name{
	height: 36px;
	padding: 0 10px;
	font-size: 24px; line-height: 36px;
	overflow: hidden;
}
#Star dd p.win{
	height: 40px;
	margin: 10px 20px 0;
	border-radius: 20px;
	background: #de2e25;
	font-size: 22px; line-height: 40px; color: #fff;
}
#Star dd p.win:before{
	padding-right: 2px;
	content: '净胜';
}
#Star .torchbearer{
	height: 60px;
	border-top: 1px solid #e6e6e6;
	font-size: 24px; line-height: 60px; text-align: center; color: #a7a1a1;
	display: block;
	position: relative;
}
#Star .torchbearer:after{
	width: 60px; height: 60px;
	background: url(../../img/customer2/icon_right.png) no-repeat center; background-size: 60px;
	position: absolute;
	content: '';
}

/*赛事推荐*/
#Match{
	
}
#Match div.tab{
	margin: 0 -40px 0 -90px;
}

/*套餐*/
#Package{
	
}

/*直播*/
#Live{

}
#Live .runLiveEv + .runLiveEv {
    border-top: 10px solid #f3f3f3;
}
























