:global {
  .nbugs-pc-search {
    width: 100%;
    position: relative;
    p {
      margin: 0;
    }
    .fold-icon-wrap {
      position: absolute;
      right: 5px;
      top: 35px;
      z-index: 10;
      img {
        width: 25px;
        height: 25px;
        border: 1px solid #cfcfcf;
        border-radius: 50%;
      }
    }
    .result-wrap {
      position: absolute;
      top: 32px;
      left: 0;
      right: 0;
      min-height: 50px;
      max-height: 300px;
      overflow: auto;
      background: #fff;
      z-index: 99999;
      padding: 15px 10px;
      border: 1px solid #d9d9d9;
      border-radius: 4px;
      border-top: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      .no-result {
        text-align: center;
        color: #666;
        font-size: 14px;
      }
      .loading-icon {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
      }
      .result-item {
        margin-bottom: 10px;
        color: #999;
        width: 95%;
        cursor: pointer;
        .result-item-dept {
          position: relative;
        }
        .result-item-user {
          position: relative;
          margin-top: 5px;
          padding-left: 25px;
          color: #333;
        }
        .result-item-check-icon {
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 18px;
          color: #1890ff;
        }
      }
      .result-item:last-child {
        margin-bottom: 0;
      }
      .result-item-active {
        background: rgba(0, 0, 0, 0.1);
      }
    }
  }
}
