.components-guarantee-duty-confirm-render {
  min-height: 100vh;
  background-color: #f5f5f5;

  .confirm-item {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: white;

    & + .confirm-item {
      margin-top: 10px;
    }

    > * {
      & + * {
        margin-top: 10px;
      }
    }

    .item-header {
      display: flex;
      align-items: center;
      color: #333;
      font-size: 15px;
      font-weight: bold;
      justify-content: space-between;

      .title {
        flex: 1;
        max-width: 43%;
      }

      .desc {
        max-width: 40%;
        text-align: right;
      }
    }

    .item-body {
      font-size: 13px;
      color: #999;
      line-height: 1.4;
     
    }
  }
}
