.c-InfoConfirm {
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-bottom: 0;

  >.title {
    display: flex;

    >.right {
      font-size: 15px;
      font-family: PingFangSC-Semibold, PingFang SC;
      font-weight: 600;
      color: rgba(70, 70, 70, 1);
      line-height: 42px;
      margin-left: 5px;
    }
  }

  >.content {
    background: rgba(249, 249, 249, 1);
    padding: 13px;
    padding-bottom: 0px;

    >.item {
      display: flex;
      margin-bottom: 8px;
      font-size: 13px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(153, 153, 153, 1);

      &.first {
        font-weight: 500;
        color: rgba(102, 102, 102, 1);
      }

      >.left {
        white-space: nowrap;
      }

      >.right {
        white-space: normal !important;
        word-break: break-all;
        margin-left: 5px;
        flex: 1;
      }
    }
  }
}

// .orderInfo{
//   margin-top: 10px;
// }
