.returned{
    width: 100%;
    height: auto;
    background: #ededfa;
    border-radius: 15px; 
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}
.bg{
    width: 86px;
    height: 86px;
    background: url('../images/order/bg.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.already img{
  width: 24px;
  height: 24px;
}
.title{
    font-size: 14px;
    color: #0C1221;
    font-family: 'fontb';
    margin: 5px 0;
}
.money{
    font-size: 24px;
    color: #0C1221;
    font-family: 'fontb';
}
.already{
    box-sizing: border-box;
    padding: 13px 21px;
}
.income{
    width: 100%;
    height: 53px;
    background: #d6d5f5;
    box-sizing: border-box;
    padding: 13px 20px;
    color: #0000ff;
    font-size: 16px;
}
.referralnumber{
    width: 100px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #DA2B1F;
    font-size: 12px;
    text-align: right;
    box-sizing: border-box; 
}
.valid{
    color: #3D3E4A;
    
}
.valid span{
    color: #DA2B1F;
    font-family: 'fontb';
}
.obtain{
    color: #4B4F58;
    font-size: 12px;
    margin: 15px 0;
}
.levellist li,.level{
    width: 100%;
    height: auto;
    background: #ededfa;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 12px;
    margin-bottom: 20px;
}
.toptitle{
    color: #210C0C;
    font-size: 14px;
}
.toptitle a{
    width: 96px;
    height: 30px;
    background: #DA2B1F;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
}
.toptitle p{
    font-family: 'fontb';
}
.toptitle{
    border-bottom: 1px solid #FFDBDB;
    padding-bottom: 10px; 
}
.total{
    color: #6D6B74; 
    font-size: 12px;
}
.total p{
    margin-top: 8px;
}
.total span{
    color: #DA2B1F;
    font-family: 'fontb';
}
.righttext{
    text-align: right;
}
.referrallist li{
  margin-top: 15px;
}
.referraltime{
    font-size: 12px;
    color: #4B4F58;
}
.referraltime img{
    width: 8px;
    height: 8px;
    margin-right: 4px;
}
.listid{
    width: 100%;
    height: auto;
    background: #ededfa;
    border-radius: 16px;
    box-shadow: 0 4px 40px 0 rgba(12, 18, 33, 0.05);
    box-sizing: border-box;
    padding: 12px;
    margin-top: 5px;
}
.userid{
    width: 100%;
    border-bottom: 1px solid rgba(60, 5, 5, 0.10);
    padding-bottom: 10px;
    margin-bottom: 6px;
}
.listid p{
    color: #6D6B74;
    font-size: 14px;
}
.listid span{
    color: #DA2B1F;
    font-size: 14px;
}
.textright{
    text-align: right;
}
.nothing{
    margin-top: 110px;
}