.info {
  outline: none;
  user-select: none;
  font-size: 12px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  line-height: 16px;
  height: 24px;
  //margin-bottom: 10px;
  .check {
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    //display: inline-block;
    //align-items: center;
    //height: 16px;
    //margin-right: 8px;
    ////vertical-align: text-bottom;
    //width: 16px;
    //top: -3px !important;
  }

  .desc {
    font-size: 12px;
    min-width: 200px;
    width: 100%;
    // display: flex;
    // justify-content: flex-start;
    // align-items: center;
    // flex-wrap: nowrap;
    line-height: 16px;
  }
  a {
    text-decoration: underline;
    margin: 0 6px;
    color: #1679ff;
  }
  :global {
    .ant-form label {
      font-size: 12px;
    }
    .ant-form-item-control {
      line-height: normal !important;
    }
  }
}
