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

  & + .c-InfoConfirm {
    padding-top: 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;
    &:not(:last-child) {
      margin-bottom: 12px;
    }

    > .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);
      }
      > .right {
        margin-left: 5px;
      }
    }
  }
}
