page{
    width: 750rpx;
    background: #F0F1F5;
}
.walletDetails-center{
    width: 716rpx;
    margin: 20rpx auto;
}
  
.walletDetails-info{
    margin-bottom: 20rpx;
    width: 100%;
    height: 122rpx;
    display: flex;
    align-items: center;
    justify-content:space-between;
    border-radius: 12rpx;
    background: #FFFFFF;
}

.walletDetails-left, .walletDetails-right{
    display: flex;
    align-items: center;
}

image {
    width: 100%;
    height: 100%;
}
.avatar-box {
    margin-left: 16rpx;
    width: 64rpx;
    height: 64rpx;
}
.avatar-info{
    display: flex;
    flex-direction: column;
    margin-left: 16rpx;
}
.avatar-doc{
    height: 38rpx;
    color: #3C3C3C;
    font-size: 28rpx;
} 
.avatar-time{
    height: 32rpx;
    color: #909090;
    font-size: 24rpx;
}

.walletDetails-right{
    margin-right: 20rpx;
    font-size: 24rpx;
}

.avatar-value-pos, .avatar-value-neg{
    width: 100rpx;
}
.avatar-value-pos {
    color: #FF5200;
}
.avatar-value-neg{
    color: #61CA54;
}
.avatar-symbol {
    font-weight: bold;
}