.tui-manage {
  display: flex;
  flex-direction: column;
  width: 22%;
  max-width: 300px;
  min-width: 200px;
  border-left: 1px solid #f9fafb;
  .red {
    color: #FF584C !important;
  }
  .tui-manage-title {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    span {
      margin-left: 10px;
      font-weight: 700;
      font-size: 14px;
      font-family: PingFangSC-Medium;
      line-height: 17px;
    }
  }
  .tui-manage-container {
    .tui-manage-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      .info-avatar {
        margin-top: 40px;
        margin-bottom: 20px;
      }
      .info-name {
        text-align: center;
        font-weight: 700;
        font-size: 24px;
        font-family: PingFangSC-Medium;
        line-height: 29px;
        margin-bottom: 10px;
      }
      .info-id {
        font-weight: 400;
        font-size: 12px;
        font-family: PingFangSC-Medium;
        line-height: 14px;
        color: #666666;
        margin-bottom: 30px;
        text-align: center;
      }
    }
    .tui-manage-handle {
      .manage-handle-box {
        &:nth-child(2) {
          margin-top: 10px;
          cursor: pointer;
        }
        display: flex;
        background: rgba(249, 249, 249, 0.94);
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        box-sizing: border-box;
        .manage-handle-title {
          font-size: 16px;
          font-family: PingFangSC-Medium;
          line-height: 22px;
          color: rgba(0, 0, 0, 0.6);
        }
      }
    }
  }
}
