@charset "utf-8";
/************************
 * 描述：
 * 作者：刘景瑜
 * 时间：2014-10-13
************************/

.wrap {margin:0 auto;}
/*thepast*/

.thepast {
	background: #ff6400;
	position: relative;
	padding: 26px 0 10px 23px;
}
.thepast p:nth-child(1) {
	/*background: url(../images/date.png) no-repeat;
-moz-background-size: 30px;
-webkit-background-size: 30px;
-o-background-size: 30px;
background-size: 30px;
padding-left:40px;*/
	
	height: 32px;
	line-height: 32px;
	color: #FFF;
	padding-left:30px;
}
.thepast.branch p:nth-child(1) {
	/*background: url(../images/branch.png) no-repeat;
-moz-background-size: 30px;
-webkit-background-size: 30px;
-o-background-size: 30px;
background-size: 30px;*/
}

.thepast p:before {
	color: #fff;
	font-size: 30px;
}
.thepast a:nth-last-child(1) {
	color: #FFF;
	font-size: 72px;
	display: inline-block;
	width: 100%;
}
/*
.thepast a[id^='quest'] {
display:inline-block;
height:25px;
width:25px;
background: #FFF;
position:absolute;
top:30px;
right:30px;
color:#ff6400;
line-height:25px;
text-align:center;
font-size:24px;
}
.cir { -moz-border-radius:250px; -webkit-border-radius:250px; border-radius:250px; }
*/
/*total*/

.total {
	background: #f3f3f3;
	padding-bottom: 10px;
}
.total .fl p:nth-last-child(1) {
	font-size: 26px;
	height: 60px;
	line-height: 60px;
}
/*recently*/

.recently {
	background: #e7e7e7;
	padding-bottom: 10px;
}
/*total和recently公共*/

.fl {
	float: left;
	width: 50%;
	padding: 26px 0 0 23px;
}
.fl.one {
	width: 100%;
}
.fl p:nth-child(1) {
	color: #505050;
}
.fl p:nth-last-child(1) {
	color: #ff6400;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 20px
}
.fl.dark p:nth-last-child(1) {
	color: #505050;
}

/*我的佣金、推广返佣*/
.income_block { position: relative; float: left; box-sizing: border-box; width: 50%; display: block; padding: 26px 0 10px 23px; }
.income_block:before { content: ''; position: absolute; right: 15px; top: 50%; height: 10px; width: 10px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; transform: rotate(45deg); -webkit-transform: rotate(45deg); margin-top: 12px; }
.income_block span { display: block; line-height: 20px; }
.income_block b { position: relative; line-height: 45px; font-size: 20px; color: #ff6400; }

.icon-huodong:before {position: absolute;color: #fff; font-size: 25px;}
