@charset "utf-8";
body {
    background-color: #F5F5F5;
}
.income-tip {
    display: block;
    height: 0.64rem;
    line-height: 0.64rem;
    background-color: #eee;
    padding: 0 0.4rem 0 0.6rem;
    max-width: 768px;
    margin: 0 auto 0.2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;

}
.income-tip:before {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    vertical-align: middle;
    background: url(../../images/income-i-grey.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    margin-top: -0.12rem;
}
.income-tip:after {
    content: "";
    width: 0.12rem;
    height: 0.22rem;
    vertical-align: middle;
    background: url(../../images/income-r-brown.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.1rem;
}

.income-menu {
    display: flex;
    background-color: #fff;
    height: .92rem;
    max-width: 768px;
    margin: 0 auto 0.2rem;
    position: fixed;
    top: 0.64rem;
    left: 0;
    right: 0;
    z-index: 1;
}
.income-menu a {
    flex: 1;
    height: .92rem;
    line-height: .92rem;
    font-size: .28rem;
    text-align: center;
    color: #999;
    padding: 0 .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.income-menu a.hide{
    display: none;
}
.income-menu a.cur {
    font-size: 0.32rem;
    color: #333;
    position: relative;
}
.income-menu a.cur:after {
    content: "";
    width: 0.68rem;
    height: 0.04rem;
    background-color: #FB2D5A;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.34rem;
    z-index: 1;
}
.income-nav {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    height: 0.96rem;
    line-height: 0.96rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.income-nav a {
    flex: 1;
    color: #999;
    font-size: 0.28rem;
    text-align: center;
}
.income-nav a.cur {
    color: #333;
    font-weight: bold;
    font-size: 0.32rem;
    position: relative;
}
.income-nav a.cur::after {
    content: "";
    width: 0.4rem;
    height: 0.06rem;
    background: linear-gradient(84deg, #FF4444 0%, #FF0000 100%);
    border-radius: 0.03rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.2rem;
}
.income-content {
    padding: 0.2rem;
    margin-top: 1.56rem;
}
.income-data {
    display: flex;
    background-color: #fff;
    padding: 0.4rem 0.3rem;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
}
.income-data.hide{
    display: none;
}
.income-data li {
    flex: 1;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.income-data li.hide{
    display: none;
}
.income-data b {
    display: block;
    margin-bottom: 0.1rem;
    font-weight: normal;
    font-size: 0.44rem;
    color: #333;
}
.income-tit {
    display: flex;
    height: 0.72rem;
    line-height: 0.72rem;
    margin-bottom: 0.15rem;
    color: #333;
    font-size: 0.28rem;
}

.income-tit em {
    flex: 1;
    font-size: 0.24rem;
    color: #999;
    text-align: right;
    margin-left: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.income-tit em.two {
    line-height: 0.36rem;
}

.income-tit b {
    display: inline-block;
    color: #333;
    margin-right: 0.1rem;
    font-weight: normal;
}
.income-list {
    margin-top: 0.96rem;
}
.income-detail {
    background-color: #fff;
    box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0,0,0,0.06);
    border-radius:0.16rem;
    margin-bottom: 0.2rem;
    overflow: hidden;
}
.income-detail .top {
    display: flex;
    padding: 0.2rem;
}
.income-detail .cause {
    flex: 6;
    font-size: 0;
    overflow: hidden;
}
.income-detail .cause dt,.income-detail .cause dd {
    display: inline-block;
    width: 30%;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.26rem;
    margin-bottom: 0;
    vertical-align: top;
    color: #999;
}
.income-detail .cause dd {
    width: 70%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.income-detail .state {
    flex: 4;
    text-align: right;
    line-height: 0.48rem;
    margin-left: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.income-detail .state b {
    display: block;
    color: #FB2D5A;
    font-size: 0.28rem;
    font-weight: normal;
}
.income-detail .state b.del {
    text-decoration: line-through;
    color: #330000;
}
.income-detail .state b.blue {
    color: #00B7E2;
}
.income-detail .state b.hide{
    display: none;
}
.income-detail .state em {
    display: block;
    color: #999;
}
.income-detail .state em.hide{
    display: none;
}
.income-detail .list {
    background-color: #FAFAFA;
    padding: 0.2rem;
    font-size: 0;
}
.income-detail .list dt,.income-detail .list dd {
    display: inline-block;
    width: 25%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    vertical-align: top;
    color: #999;
}
.income-detail .list dt.hide,.income-detail .list dd.hide{
    display: none;
}
.income-detail .list dd {
    width: 75%;
    text-align: right;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.income-more {
    display: block;
    padding: 0.2rem;
    text-align: center;
}
/* .hide{
    display: none;
} */
/*
    邀请明细
*/
.invite-main {
    padding: 0.2rem;
}
/*
    common
*/
.data-none {
    margin: 1.2rem auto;
    color: #666;
    font-size: 0.3rem;
    text-align: center;
}
.data-none img {
    display: block;
    width: 2.28rem;
    margin: 0 auto 0.5rem;
}