.aliretail--BillDifferenceDetailsProcessing {
  .difference-details-all-preview {
    height: 84px;
    padding: 10px;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    line-height: 32px;

    .preview-col {
      min-width: 227px;
    }

    .preview-lable {
      width: 41%;
      display: inline-block;
      text-align: right;
      color: #53555b;
      margin-right: 3%;
    }
    .preview-value {
      width: 55%;
      display: inline-block;
      color: #25282e;
    }
  }

  .difference-details-flex {
    display: flex;
    justify-content: space-between;

    .difference-details-left,
    .difference-details-right {
      width: 50%;
      margin: 20px 0;
      padding: 0 20px;

      .diff-operation {
        color: #5584ff;
        cursor: pointer;
        &:hover {
          color: #3e71f7;
        }
      }

      .diff-input-after {
        color: #848689;
        padding-right: 7px;
      }

      .difference-details-filters {
        margin-bottom: 12px;
        width: 100%;

        .aliretail-layout-section-content {
          display: flex;
          // justify-content: space-between;
        }
        // width: 100%;

        .filter-title {
          font-family: PingFangSC-Medium;
          font-size: 16px;
          color: #333;
          letter-spacing: 0;
          line-height: 28px;
          white-space: nowrap;
          margin-right: 37px;
        }
      }
    }

    .difference-details-left {
      border-right: 1px solid #e8e9ec;
    }
  }
}
