.due{
    color: #4B4F58;
    font-size: 12px;
    margin: 15px 0;
}
.recordlist li{
    margin-top: 16px;
}
.ordertime img{
    width: 10px;
    height: 10px;
    margin-right: 12px;
}
.ordertime{
    color: #4B4F58;
    font-size: 12px;
    line-height: 15px;
}
.amountbox{
    width: 100%;
    height: auto;
    display: block;
    background: #ededfa;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 1px  12px 12px 12px;
    margin-top: 6px;
}
.amount{
    color: #210C0C;
    font-size: 14px;
    margin: 12px 0;
    font-family: 'fontb';
}
.order p{
    line-height: 25px;
}
.order{
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(60, 5, 5, 0.10);
    color: #6D6B74;
    font-size: 12px;
    padding-top: 5px;
}
.upload{
    width: 85px;
    height: 30px;
    background: #0000ff;
    border-radius: 8px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-family: 'fontl';
}
.check{
    width: 85px;
    height: 30px;
    border: 1px solid #0000ff;
    color: #0000ff;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    font-size: 12px;
    box-sizing: border-box;
}
.success{
    color: #13B156;
    font-family: 'fontb';
}
.fail{
    color: #F04257;
    font-family: 'fontb';
}
.load{
    color: #FFAA2C;
    font-family: 'fontb';
}
.nothing{
    margin-top: 250px;
}