#orderInfoConfirm,
#infoConfirm {
  border-bottom: 10px solid #f8f8f8;
  margin-bottom: 0;
}

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

  > .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;

    > .item {
      display: flex;
      align-items: center;
      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 {
        flex: 2;
        white-space: unset;
      }

      > .right {
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-left: 5px;
        flex: 1;
        align-items: center;
      }
    }
  }
}

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