.row-logistics-status-container {
  display: flex;
  // align-items: center;
  // flex-direction: row;
  margin: 24rpx auto;
  width: calc(750rpx - 48rpx);

  .rm-card-body {
    flex-direction: row;
  }

  .status-left {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    width: 138rpx;
    height: 138rpx;
    margin-right: 20rpx;
  }

  .status-icon {
    width: 100%;
    height: 100%;
    border-radius: var(--s-1, 8rpx);
  }


  .status-right {
    display: flex;
    align-items: flex-start;
    .company-row {
      display: flex;
      align-items: flex-start;
      flex-direction: row;
      justify-content: flex-start;
      padding: 4rpx 0;
      line-height: 40rpx;
  
      .label {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: var(--color-text1-2, #999);
        font-size: var(--p-body-1-font-size, 28rpx);
      }
  
      .title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: var(--color-text1-2, #999);
        font-size: var(--p-body-1-font-size, 28rpx);
        margin-left: 16rpx;
      }
    }
  }

  .status-name {
    color: var(--color-text1-4, #111);
    font-size: var(--p-body-2-font-size, 32rpx);
    line-height: 45rpx;
    font-weight: 500;
    padding-bottom: 4rpx;
  }

}
