﻿/*外框*/
.packageList{

}
.packageList .packageEv{
	padding: 26px 250px 12px 74px;
	background: url(../../img/customer2/order_image_right.png) no-repeat top right; background-size: auto 168px;
	position: relative;
	display: block;
}
.packageList .packageEv + .packageEv{
	border-top: 10px solid #f3f3f3;
}

/*信息*/
.packageEv div.info{
	/*display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;*/
}
.packageEv div.info div.nas{
	/*-webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;*/
}
.packageEv div.info p.name{
	height: 32px;
	margin-left: -52px; padding-left: 52px;
	font-size: 32px; line-height: 32px; font-weight: bold;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	position: relative;
}
.packageEv div.info p.name:before{
	width: 32px; height: 32px;
	border-radius: 6px;
	font-size: 22px; line-height: 32px; text-align: center; color: #fff;
	position: absolute; top: 0; left: 0;
}
.packageEv div.info[type=football] p.name:before{
	background: #4492fd;
	content: '足';
}
.packageEv div.info[type=basketball] p.name:before{
	background: #ff6602;
	content: '篮';
}
.packageEv div.info p.slogan{
	height: 54px;
	font-size: 26px; line-height: 54px; color: #999;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.packageEv div.info div.profit{
	width: 190px;
	padding: 50px 0 0 60px;
	text-align: center;
	position: absolute; top: 0; right: 0; bottom: 0;
}
.packageEv div.info div.profit:after{
	height: 44px;
	font-size: 24px; line-height: 44px; color: #bc1c25;
	display: block;
	content: '3天净胜';
}
.packageEv div.info div.profit > p{
	height: 50px;
	font-size: 50px; line-height: 50px; color: #bc1c25; font-weight: bold;
}
.packageEv div.info div.profit em{
	width: 24px; height: 72px;
	display: inline-block;
}
.packageEv div.info div.profit em[number="%"]{
	width: 44px;
	background: url(../../img/customer2/percent.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="0"]{
	background: url(../../img/customer2/0.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="1"]{
	background: url(../../img/customer2/1.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="2"]{
	background: url(../../img/customer2/2.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="3"]{
	background: url(../../img/customer2/3.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="4"]{
	background: url(../../img/customer2/4.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="5"]{
	background: url(../../img/customer2/5.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="6"]{
	background: url(../../img/customer2/6.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="7"]{
	background: url(../../img/customer2/7.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="8"]{
	background: url(../../img/customer2/8.png) no-repeat center; background-size: 44px;
}
.packageEv div.info div.profit em[number="9"]{
	background: url(../../img/customer2/9.png) no-repeat center; background-size: 44px;
}

/*专家&价格*/
.packageEv div.talent{
	height: 34px;
	padding: 10px 0 0 0;
	font-size: 22px; line-height: 26px; color: #a7a1a1; vertical-align: top;
}
.packageEv div.talent p.cost{
	height: 34px; width: 64px;
	padding-left: 96px;
	border-radius: 6px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	line-height: 34px; text-align: center; color: #bc1c25;
	position: relative;
	overflow: hidden;
	float: right;
}
.packageEv div.talent p.cost > span{
	width: 96px; height: 34px;
	background: #af524f;
	color: #fff;
	position: absolute; left: 0; top: 0;
}
.packageEv div.talent p.history{
	color: #a8a8a8;
}
.packageEv div.talent p.history span:first-child:after{
	padding: 0 10px;
	font-size: 16px;
	content: '-近-'
}
.packageEv div.talent p.history span.win{
	color: #bc1c25;
}
.packageEv div.talent p.history span.draw{
	color: #1CC075;
}
.packageEv div.talent p.history span.lose{
	color: #555;
}

/*订单状态下购买时间和购买按钮等信息*/
.packageList div.pushTime{
	height: 70px;
	margin-left: 24px;
	border-top: 1px solid #ddd;
	font-size: 24px; line-height: 70px; color: #999;
}
.packageList div.pushTime > span.cost{
	font-size: 28px; color: #bc1c25; font-weight: bold;
	float: right;
}
.packageList div.pushTime > span.cost:before{
	padding-right: 10px;
	font-size: 24px; color: #999; font-weight: normal;
	content: '已接收';
}
.packageList div.pushTime > span.cost:after{
	padding-left: 10px;
	font-size: 24px; color: #999; font-weight: normal;
	content: '场';
}
.packageList div.pushTime > span.free{
	font-size: 28px; color: #1CC075;
	float: right;
}
.packageList div.pushTime > p.nobuy{
	font-size: 24px; line-height: 70px; color: #999;
	display: inline-block;
}
.packageList 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;
}
.packageList div.pushTime > button.buy{
	height: 70px; width: 300px;
	background: #bc1c25;
	font-size: 24px; color: #fff;
	float: right;
}
.packageList div.pushTime > button.buy > span{
	padding: 0 4px;
}
.packageList div.pushTime > p.half{
	height: 70px; width: 300px;
	background: #d1a9a9;
	font-size: 24px; text-align: center; color: #fff;
	float: right;
}
.packageList div.pushTime > p.half > span{
	color: #bc1c25;
}
.packageList div.pushTime > p.end{
	height: 70px; width: 300px;
	background: #bdbdbd;
	font-size: 24px; text-align: center; color: #fff;
	float: right;
}
.packageList div.pushTime > p.end > span{
	color: #494949;
}







