﻿#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%;
}

/*只看免费按钮*/
#Navigation .banner input#Free[type=checkbox]{
	width: 0; height: 0;
	visibility: hidden;
	position: absolute;
}
#Navigation .banner input#Free + label{
	height: 46px; width: 138px;
    border: 2px solid #bc1c25; border-radius: 6px;
    background: #fff;
    font-size: 26px; line-height: 46px; color: #bc1c25; font-weight: normal;
    position: absolute; right: 30px; top: 19px;
    display: block;
}
#Navigation .banner input#Free[type=checkbox]:checked + label{
	background: #bc1c25;
	color: #fff;
}

/*外框*/
.matchList{

}
.matchList div.matchEv{
	padding: 46px 24px 10px;
	position: relative;
}
.matchList div.matchEv + div.matchEv{
	border-top: 1px solid #e0e3ea;
}
.matchList[only] div.matchEv + div.matchEv{
	display: none;
}
.matchList div.matchEv:before{
	width: 36px; height: 40px;
	padding-left: 4px;
	border-radius: 0 0 40px 0;
	font-size: 22px; line-height: 32px; text-align: left; color: #fff;
	position: absolute; top: 0; left: 0;
}
.matchList div.matchEv[type=football]:before{
	background: #54aaff;
	content: '足';
}
.matchList div.matchEv[type=basketball]:before{
	background: #ff6602;
	content: '篮';
}

/*收起和展开*/
.matchList button.onlyCon{
	height: 80px;
	background: #fff;
	font-size: 24px; color: #bc1c25;
	float: right;
	display: block;
}
.matchList button.onlyCon:after{
	content: '点击收起';
}
.matchList[only] button.onlyCon:after{
	content: '点击展开';
}
.matchList div.onlyCon{
	height: 80px;
	margin: 0 20px; padding: 0 10px;
	border-top: 1px solid #e6e6e6;
	font-size: 24px; line-height: 80px; text-align: left;
}
.matchList div.onlyCon span{
	padding: 0 4px;
	font-size: 28px; color: #bc1c25;
}

/*专家信息*/
div.matchEv div.info{
	height: 90px;
	padding: 0 140px 30px 0;
	position: relative;
}
div.matchEv div.info:only-child{
	padding-bottom: 20px; margin-top: -16px;
}
div.matchEv div.info:only-child p.name{
	padding-left: 52px;
	position: relative;
}
div.matchEv div.info:only-child p.name:before{
	width: 32px; height: 32px;
	margin-top: -16px;
	border-radius: 6px;
	font-size: 22px; line-height: 32px; text-align: center; color: #fff;
	position: absolute; top: 50%; left: 0;
}
div.matchEv div.info:only-child[type=football] p.name:before{
	background: #4492fd;
	content: '足';
}
div.matchEv div.info:only-child[type=basketball] p.name:before{
	background: #ff6602;
	content: '篮';
}
div.matchEv div.info img{
	width: 90px; height: 90px;
	margin-right: 32px;
	border-radius: 50%;
	float: left;
}
div.matchEv div.info p{
	overflow: hidden;
}
div.matchEv div.info p.name{
	height: 48px;
	font-size: 28px; line-height: 48px;
	vertical-align: middle;
}
div.matchEv div.info p.slogan{
	height: 28px;
	padding-top: 12px;
	font-size: 23px; line-height: 31px; color: #999;
	vertical-align: top;
	white-space: nowrap; text-overflow: ellipsis;
}
div.matchEv div.info p.name em{
	height: 28px; width: 32px;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 20px; line-height: 28px; text-align: center; color: #fff;
    position: relative; top: -3px;
    display: inline-block;
}
div.matchEv div.info em.red{
	background: #bc1c25;
}
div.matchEv div.info em.orange{
	background: #ff8400;
}
div.matchEv div.info em.green{
	background: #1CC075;
}
div.matchEv div.info em.blue{
	background: #58A1F6;
}
div.matchEv div.info span{
	height: 28px;
    margin-left: 10px; padding: 0 10px;
    border-radius: 14px; border: 1px solid;
    font-size: 20px; line-height: 28px; text-align: center; color: #fff;
    position: relative; top: -4px;
    display: inline-block;
}
div.matchEv div.info .slogan span:first-child{
	margin-left: 0;
}
div.matchEv div.info span.profit{
	border-color: #FF8400; color: #FF8400;
}
div.matchEv div.info span.continuous{
	border-color: #bc1c25; color: #bc1c25;
}
div.matchEv div.info span.day{
	border-color: #1CC075; color: #1CC075;
}
div.matchEv div.info div.profit{
	height: 88px; width: 134px;
	border: 1px solid #bc1c25; border-radius: 12px;
	background: #bc1c25;
	text-align: center;
	position: absolute; top: 0; right: 0;
	overflow: hidden;
}
div.matchEv div.info div.profit:after{
	height: 40px; width: 134px;
	background: #fff;
	font-size: 24px; line-height: 40px; color: #bc1c25;
	position: absolute; bottom: 0; left: 0;
	content: '3天净胜';
}
div.matchEv div.info div.profit > p{
	height: 48px;
	font-size: 32px; line-height: 48px; color: #fff; font-weight: bold;
}
div.matchEv div.info div.profit em{
	width: 24px; height: 72px;
	display: inline-block;
}
div.matchEv div.info div.profit em[number="%"]{
	width: 44px;
	background: url(../../img/customer2/percent.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="0"]{
	background: url(../../img/customer2/0.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="1"]{
	background: url(../../img/customer2/1.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="2"]{
	background: url(../../img/customer2/2.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="3"]{
	background: url(../../img/customer2/3.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="4"]{
	background: url(../../img/customer2/4.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="5"]{
	background: url(../../img/customer2/5.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="6"]{
	background: url(../../img/customer2/6.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="7"]{
	background: url(../../img/customer2/7.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="8"]{
	background: url(../../img/customer2/8.png) no-repeat center; background-size: 44px;
}
div.matchEv div.info div.profit em[number="9"]{
	background: url(../../img/customer2/9.png) no-repeat center; background-size: 44px;
}
/*div.matchEv div.info div.profit > p{
	height: 0.625rem;
	font-size: 0.5rem; line-height: 0.625rem; color: #bc1c25; font-weight: bold;
}*/
/*div.matchEv div.info div.profit > p:after{
	font-size: 0.25rem; line-height: 0.375rem; vertical-align: top;
	position: absolute;
	content: '%';
}*/

/*推荐标题*/
div.matchEv div.content{
	padding: 0 0 14px;
	font-size: 28px; line-height: 40px; vertical-align: middle;
}
div.matchEv a:first-child div.content{
	margin-top: -16px;
}
div.matchEv div.content span{
	height: 28px; width: 28px;
	margin-right: 4px;
	border-radius: 4px;
	font-size: 22px; line-height: 28px; color: #fff; text-align: center;
    display: inline-block;
    position: relative; top: -2px;
}
div.matchEv div.content span.good{
	background: #58A1F6;
}

/*比赛信息*/
div.matchEv div.matchInfo{
	height: 36px;
	padding: 48px 0 16px;
	border-radius: 4px;
	background: #f1f4f9;
	position: relative;
	overflow: hidden;
}
div.matchEv div.matchInfo p{
	display: inline-block;
}
div.matchInfo div.moreInfo{
	position: absolute; top: 12px; left: 0;
}
div.matchInfo p.play,
div.matchInfo p.league,
div.matchInfo p.time,
div.matchInfo p.status{
	font-size: 22px; line-height: 22px; color: #bdbdbd;
}
div.matchEv div.matchInfo p.league, div.matchEv div.matchInfo p.time{
	padding-right: 16px;
}
div.matchEv div.matchInfo p.team{
	padding: 0 26px;
	font-size: 24px; line-height: 36px; text-align: center; color: #6e6e6e;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center;justify-content: center;
}
div.matchEv div.matchInfo p.team span.score{
	width: 22%;
}
div.matchEv div.matchInfo p.team span.host{
	text-align: right;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
}
div.matchEv div.matchInfo p.team span.away{
	text-align: left;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
}
div.matchEv div.matchInfo p.hid{
	color: #999;
}
div.matchEv div.matchInfo div.tag{
	width: 128px; height: 34px;
	border-radius: 17px 4px 0 17px;
	font-size: 22px; line-height: 34px; text-align: center; color: #fff;
	position: absolute; top: 0; right: 0;
}
div.matchEv div.matchInfo div.red_tag{
	background: #d77676;
}
div.matchEv div.matchInfo div.orange_tag{
	background: #d79e76;
}

/*发布时间，订单状态下也用来防止购买时间和购买按钮*/
div.matchEv div.pushTime{
	height: 70px;
	font-size: 22px; line-height: 70px; color: #c7c7c7; vertical-align: bottom;
}
div.matchEv div.pushTime > span.new{
	padding: 0 8px;
	color: #bc1c25;
}
div.matchEv div.pushTime > span.cost{
	margin-left: 32px; padding-left: 46px;
	background: url(../../img/customer2/recom_icon_money.png) no-repeat left center; background-size: 32px;
	font-size: 24px; color: #b86868; font-weight: bold;
}
div.matchEv div.pushTime > span.buy{
	margin-left: 32px; padding-left: 46px;
	font-size: 24px; color: #bc1c25;
}
div.matchEv div.pushTime > span.discontinued{
	margin-left: 32px; padding-left: 46px;
	font-size: 24px; color: #999;
}
div.matchEv div.pushTime > span.free{
	margin-left: 32px; padding-left: 46px;
	font-size: 24px; color: #6db868;
}
div.matchEv div.pushTime > span.nobuy{
	margin-left: 32px; padding-left: 46px;
	font-size: 24px; color: rgba(225,34,58,0.5);
}
div.matchEv div.pushTime > p.nobuy{
	color: #999;
	display: inline-block;
}
div.matchEv div.pushTime > button.what{
	width: 40px; height: 40px;
	margin-top: -4px;
	background: url(../../img/customer2/order_icon_question_n.png) no-repeat left center; background-size: 40px;
	vertical-align: middle;
}
div.matchEv div.pushTime > button.buy{
	height: 70px; width: 300px;
	padding: 0 16px;
	background: #bc1c25;
	font-size: 24px; color: #fff;
	float: right;
}
div.matchEv div.pushTime > button.buy:disabled{
	background: #d1a9a9;
}

/*红黑结果*/
/*div.matchEv[result]:after{
	height: 0.5rem; min-width: 0.375rem;
	padding: 0 0.0625rem;
	border-radius: 0.0625rem;
	position: absolute; bottom: 0.25rem; right: 0.125rem;
	font-size: 0.3125rem; line-height: 0.5rem; text-align: center; color: #fff;
}*/
div.matchEv[result]:after{
	height: 100px; min-width: 100px;
	position: absolute; bottom: 16px; right: 30px;
}
div.matchEv[result] div.pushTime > span{
	display: none;
}
div.matchEv[result=win]:after{
	background: url(../../img/customer2/win.png) no-repeat center; background-size: 100px;
	content: '';
	/*background: #bc1c25;
	content: '红';*/
}
div.matchEv[result=winDraw]:after{
	background: url(../../img/customer2/windraw.png) no-repeat center; background-size: 100px;
	content: '';
/*	background: #bc1c25;
	content: '红';*/
}
div.matchEv[result=draw]:after{
	background: url(../../img/customer2/draw.png) no-repeat center; background-size: 100px;
	content: '';
	/*background: #1CC075;
	content: '走';*/
}
div.matchEv[result=loseDraw]:after{
	background: url(../../img/customer2/losedraw.png) no-repeat center; background-size: 100px;
	content: '';
	/*background: #999;
	content: '黑';*/
}
div.matchEv[result=lose]:after{
	background: url(../../img/customer2/lose.png) no-repeat center; background-size: 100px;
	content: '';
	/*background: #999;
	content: '黑';*/
}
div.matchEv[result=other]:after{
	background: url(../../img/customer2/other.png) no-repeat center; background-size: 100px;
	content: '';
	/*background: #FF8400;
	content: '异常';*/
}

