.userinfo{
    width: 100%;
    height: auto;
}
.shareicon{
    width: 20px;
    height: 20px;
}
.logo{
    width: 35px;
    height: 35px;
    margin-right: 6px;
}
.banlance span{
    color: #0000ff;
    font-size: 12px;
}
.banlance p{
    color: #0C1221;
    font-size: 13px;
    margin: 0;
} 
.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: #FFCFCF;
    box-sizing: border-box;
    padding: 13px 20px;
    color: #E1251B;
    font-size: 16px;
}
.orderrule{
    font-size: 12px;
    color: #4B4F58;
    font-family: 'fontl';
    line-height: 20px;
    margin: 15px 0;
}
.ordertime{
    color: #4B4F58;
    font-size: 12px; 
    margin-bottom: 5px;
}
.ordertime img{
    width: 7px;
    height: 7px;
    display: block; 
    margin-right: 6px;
}
.bayway{
    width: 100%;
    height: auto;
    display: block;
    background: #ededfa;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 12px;
}
.flex_be h5{
    color: #210C0C;
    font-size: 14px;
}
.duration{
    width: 170px;
    height: 30px;
    border-radius: 6px;
    background: #dcdcf7;
    line-height: 30px;
    font-size: 12px;
    color: #3D3E4A;
    text-align: center; 
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.duration p{
    color: #0000ff;
    font-size: 12px;
    display: flex;
}

.duration p:last-child{
    color: #3D3E4A;
}

.duration p span{
    font-family: 'fontb';
}
.ordernumber{
    font-size: 12px;
    color: #6D6B74;
    line-height: 25px;
    font-family: 'fontm';
}
.alreadybox{
    color: #0000ff;
}
.orderlist li{
    margin-top: 15px;
}