﻿#Navigation .banner span.runLive{
	padding-right: 8px;
	font-size: 28px; color: #dfc7c7;
}

.runLiveEv{
	display: block;
}
.runLiveEv .tal{
	height: 80px;
	margin: 0 10px; padding: 0 10px 0 110px;
	border-bottom: 1px solid #e0e3ea;
	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;
	position: relative;
}
.runLiveEv .tal:before{
	width: 80px; height: 40px;
	margin-top: -20px;
	border-radius: 0 20px 20px 0;
	background: #eee;
	font-size: 22px; line-height: 40px; text-align: center; color: #9e9e9e;
	position: absolute; left: -10px; top: 50%;
	content: '主播';
}
.runLiveEv .tal img{
	width: 60px; height: 60px;
	border-radius: 50%;
}
.runLiveEv .tal p.name{
	height: 80px;
	padding-left: 20px;
	font-size: 26px; line-height: 80px; color: #6a6464;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
	overflow: hidden;
}
.runLiveEv .tal p.profit{
	font-size: 24px; line-height: 80px; text-align: right; color: #6a6464;
}
.runLiveEv .tal p.profit span{
	padding-left: 10px;
	font-size: 32px; color: #bc1c25; font-weight: bold;	
}
.runLiveEv .tit{
	height: 88px;
	padding: 0 20px 0 30px;
	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;
}
.runLiveEv .tit h5{
	height: 88px;
	padding-right: 30px;
	font-size: 32px; line-height: 88px;
	display: block;
	-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;
	overflow: hidden;
}
.runLiveEv .tit .live{
	width: 124px; height: 44px;
	padding-left: 16px;
	border-radius: 22px;
	background: #f3f3f3;
	font-size: 24px; line-height: 44px; text-align: center; color: #bc1c25;
	position: relative;
}
.runLiveEv .tit .live:before{
	width: 8px; height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #d98287;
	position: absolute; top: 50%; left: 18px;
	content: '';
}
.runLiveEv .tit .participant{
	padding-left: 10px;
	font-size: 22px; line-height: 88px; text-align: center; color: #6a6464;
}
.runLiveEv .tit .time{
	height: 44px; width: 230px;
	margin-right: -20px;
	border-radius: 22px 0 0 22px;
	background: #a68e8f;
	font-size: 24px; line-height: 44px; text-align: center; color: #fff;
}

.runLiveEv .con{
	padding: 10px; margin: 0 25px;
	border-radius: 0 8px 8px 8px;
	background: #eee;
	font-size: 22px; line-height: 30px; color: #737373;
	position: relative;
}
.runLiveEv .con:before{
	width: 12px;
	border-bottom: 10px solid #eee; border-left: 5px solid transparent; border-right: 5px solid transparent;
	box-sizing: border-box;
	position: absolute; top: -10px; left: 0;
	content: '';
}

.runLiveEv .match{
	height: 80px;
	padding: 0 160px;
	background: url(../../img/customer2/image_triangular_n.png) no-repeat left center; background-size: 44px;
	position: relative;
}
.runLiveEv .match .price{
	height: 80px;
	font-size: 32px; line-height: 80px; text-align: right; color: #bc1c25;
	position: absolute; right: 20px; top: 0;
}
.runLiveEv .match .team{
	font-size: 28px; line-height: 80px; text-align: center; color: #292b2e;
}























