.base {
  background: #fff;
  padding: 24px;
  width: 100%;
  border-radius: 6px;
  margin-top: 10px;
  padding-bottom: 12px;
}
.infoTitle {
  font-weight: 800;
  font-size: 16px;
}
.pic {
  height: 80px;
  width: 80px;
  border-radius: 4px;
}

.authBox {
  .subList,
  .authList {
    margin-top: 24px;
    .listTitle {
      font-family: PingFangSC;
      font-weight: 700;
      font-size: 14px;
      color: #171a1d;
      letter-spacing: 0.43px;
    }
    .listContent {
      margin-top: 12px;
      .subscriptTitle {
        font-size: 14px;
        font-family: PingFangSC;
        font-weight: 700;
        color: #171a1d;
        letter-spacing: 0.47px;
        margin-bottom: 12px;
      }
      .permissionList {
        margin-bottom: 12px;
        .permissionTitle {
          margin-right: 24px;
          margin-bottom: 4px;
        }
      }
    }
  }
}

.childBox {
  display: flex;
  color: #a2a3a5;
  align-items: center;
  margin-top: 1px;
  height: 18px;
  .listDot {
    margin-right: 4px;
  }
}

:global {
  .next-form-item-control {
    line-height: 1.5;
  }
}
