.hd-col{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 555;
}
.mui-content{
	padding-top: 45px;
}
.hd-col > .mui-action-back{
	color: #333!important;
}
.hd-wrap{
	margin-bottom: 15px;
}
.hd-wrap .hd-bg{
	background-color: #f95353;
	position: relative;
}
.hd-wrap .clr-num{
	padding: 5rem 0;
	z-index: 5;
	text-align: center;
	color: #fff;
}
.hd-wrap .clr-num .txt{
	display: block;
	margin-bottom: .5rem;
	text-align: center;
	font-size: inherit;
}
.hd-wrap .clr-num .num{
	font-size: 3rem;
}
.hd-wrap .clr-num .num i{
	font-style: normal;
	font-size: 1.6rem;
	margin-right: .5rem;
	font-weight: bold;
}
.hd-wrap .ttl{
	padding: 11px 15px;
	background-color: #fff;
	font-size: 1.4rem;
	color: #666;
}
.hd-wrap .ttl .ttl-num{
	float: right;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff7b23;
}
.hd-wrap .ttl .ttl-num i{
	font-style: normal;
	font-size: 1.2rem;
	margin-right: .2rem;
}
.hd-wrap .ttl .icon-tixian{
	vertical-align: middle;
	font-size: 2.5rem;
	margin-right: .5rem;
	color: #f34c4c;
}
.hd-wrap .tx-btn{
	text-align: center;
	color: #f34c4c;
	font-weight: bold;
	font-size: 1.6rem;
}
.hd-wrap .tx-btn .mui-table-view:before,
.hd-wrap .tx-btn .mui-table-view:after{
	height: 0;
}
.hd-wrap .incom-col{
	overflow: hidden;
}
.hd-wrap .incom-col .box{
	float: left;
	width: 50%;
	text-align: center;
	padding: 1.5rem 0;
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
	position: relative;
}
.hd-wrap .incom-col .box span{
	display: block;
	font-size: 1.4rem;
}
.hd-wrap .incom-col .box .num{
	font-size: 1.8rem;
}
.hd-wrap .incom-col .box .num i{
	font-size: 1.2rem;
	font-style: normal;
	margin-right: 2px;
}
.hd-wrap .incom-col .box.left:after{
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
	bottom: 10%;
	width: 1px;
	height: 80%;
	background-color: rgba(255, 255, 255, .2);
}

/*收入累计*/
.incom-detail{
	background-color: #fff;
}
.incom-detail .tab-hd{
	overflow: hidden;
	height: 44px;
	line-height: 44px;
}
.incom-detail .tab-hd .tab-item{
	float: left;
	width: 50%;
	text-align: center;
	font-size: 1.4rem;
	color: #333;
	position: relative;
}
.incom-detail .tab-hd .tab-item span{
	margin-right: 2px;
}
.incom-detail .tab-hd .tab-item .icon-jilu{
	font-size: 1.4rem;
}
.incom-detail .tab-hd .tab-item .icon-tixian{
	font-size: 1.8rem;
	vertical-align: middle;
}
.incom-detail .tab-hd .tab-item.active{
	color: #f34c4c;
}
.incom-detail .tab-hd .tab-item.active:after{
	content: '';
	position: absolute;
	left: 40%;
	right: 40%;
	bottom: 0;
	width: 20%;
	height: 2px;
	background-color: #f34c4c;
}
/*列表*/
.re-list{
	padding: 0 10px;
}
.re-item{
	padding: 10px 10px 5px;
	margin: 10px 0;
	overflow: hidden;
	border: 1px solid #eaeaea;
}
.re-item .name{
	margin-bottom: 0;
	color: #333;
	font-size: 1.4rem;
	line-height: 2rem;
}
.re-item .info .pt{
	font-size: 1.2rem;
	color: #999;
}
.re-item .info .state-col{
	font-size: 1.2rem ;
	margin-top: .8rem;
	color: #333;
}
.re-item .info .state-col .date{
	color: #999;
}
.re-item .info .state-col .state{
	float: right;
	font-size: 1.2rem;
	line-height: 1.6rem;
	border-radius: 1rem;
	color: #ff7b23;
	border: 1px solid #ff7b23;
	padding: 0 10px;
}
.re-item .price{
	overflow: hidden;
	border-top: 1px solid #eaeaea;
	margin-top: 5px;
	padding-top: 5px;
}
.re-item .price .box{
	float: left;
	width: 33.33%;
	text-align: center;
	line-height: 2rem;
}
.re-item .price .box span{
	display: block;
	font-size: 1.4rem;
	color: #666;
}
.re-item .price .box span i{
	font-size: 1.2rem;
	margin-right: 1px;
	font-style: normal;
}
.re-item .price .box .txt{
	color: #999;
	margin: 0;
	font-size: 1.2rem;
}
.re-item .price .box .num.get{
	color: #f34c4c;
	font-size: 1.6rem;
}
.re-item .info .state-col .state.handle{
	border-color: #f34c4c;
	color: #f34c4c;
}
.re-item .info .state-col .state.end{
	border-color: #999;
	color: #999;
}
/*提现记录*/
.tx-item{
	font-size: 1.2rem;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
	padding: 0 10px;
}
.tx-item span{
	float: left;
	font-size: 1.2rem;
}
.tx-item .date{
	font-size: 1.2rem;
	color: #999;
}
.tx-item .price{
	float: right;
	color: #f34c4c;
	font-size: 1.8rem;
}
.tx-item .price i{
	font-style: normal;
	font-size: 1.2rem;
}
.tx-item:last-child{
	border-bottom: 0;
}
/*弹出框*/
.mui-popover-arrow{
    display: none;
}
.mui-popover{
    position: fixed;
    width: 80%;
    max-width: 640px;
    min-width: 300px;
    height: auto;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    z-index: 666;
    background: none;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .3);
}
.mui-popover .tit{
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background-color: #f34c4c;
}
.mui-popover .tit h3{
	margin: 0;
	padding: 11px 15px;
	font-size: 2rem;
	text-align: center;
	color: #fff;
}
.mui-popover .cont .hint{
	font-size: 1.4rem;
	padding: 10px 15px;
	line-height: 1.6rem;
	color: #999;
	text-align: left;
}
.mui-popover .cont .mui-input-row{
	margin-top: 1rem;
	position: relative;
}
.mui-popover .cont .mui-input-row .money-icon{
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 10;
	color: #666;
}
.mui-popover .cont .mui-input-row input{
	font-size: 1.6rem;
	color: #000;
	padding-left: 25px;
}
.mui-popover .mui-btn{
	width: 50%;
}
.mui-popover .mui-input-group{
	overflow: hidden;
}
.mui-popover .mui-input-group:before,
.mui-popover .mui-input-group:after{
	position: static;
}
.mui-popover .mui-input-group .mui-button-row{
	padding-top: 10px;
}
.mui-popover .mui-input-group:before{
	left: 15px;
	right: 15px;
}
.mui-popover .mui-input-group .mui-input-row:after{
	left: 25px;
	right: 15px;
	background-color: #000;
}



/*蒙版*/
.mui-backdrop{
	z-index: 500;
	background-color: rgba(0, 0, 0, .5);
	max-width: 640px;
	min-width: 300px;
	margin: 0 auto;
}
.hint{
	text-align: center;
	font-size: 1.4rem;
	color: #999;
	margin: 0;
	padding: 1rem 0;
	clear: both;
}
/*返回顶部*/
.go-top{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 50%;
	z-index: 650;
	color: #f34c4c;
	-webkit-box-shadow: -2px 0 8px rgba(0, 0, 0 , .2);
	box-shadow: -2px 0 8px rgba(0, 0, 0 , .2);
}
.go-top:active{
	color: #fff;
	background-color: rgba(0, 0, 0, .2);
}