:global {
  .nbugs-pc-role-select {
    flex: 1;
    width: 40%;
    margin-top: 22px;
    margin-left: 6px;
    padding-left: 10px;
    border-left: 1px solid #ececec;
    .tips {
      color: #444;
      font-size: 14px;
      line-height: 23px;
      user-select: none;
      .tips-content:before {
        content: '*';
        float: left;
        height: 100px;
        color: #fb1010;
        font-size: 14px;
        margin-right: 8px;
      }
      .tips-strong {
        color: #aaa;
      }
    }
    .role-list {
      margin-top: 14px;
      padding-left: 17px;
      .role-item {
        margin-bottom: 14px;
        height: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        cursor: default;
        .role-item-name {
          margin-left: 10px;
          color: #2b2b2b;
          font-size: 14px;
          user-select: none;
        }
      }
    }
  }
}
