.pc-select-user-county-select-list-container {
  :global {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    min-width: 468px;
    max-width: 1028px;

    .header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      padding: 0 24px;
      font-size: 14px;
      line-height: 40px;
      border-bottom: 1px solid #d9d9d9;

      .header-title {
        color: #262626;
      }

      .header-btn {
        color: #1785ec;
        cursor: pointer;
      }
    }

    .selected-list-body {
      width: 100%;
      min-height: 40px;
      max-height: calc(~'500px - 43px');
      overflow-y: auto;
      overflow-x: hidden;
      padding: 16px 24px 24px;

      .tab-selected-user-item {
        width: 100%;
        margin-bottom: 24px;

        .tab-name {
          color: #262626;
          line-height: 20px;
          font-size: 14px;
          margin-bottom: 1px;

          .tab-selected-user-num {
            color: #999;
            font-size: 12px;
          }
        }

        .tab-selected-node-list {
          width: 100%;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          position: relative;
          left: -6px;

          .tab-selected-node {
            background-color: #f4f4f4;
            color: #595959;
            font-size: 13px;
            line-height: 22px;
            padding: 0 8px;
            max-width: 402px;
            margin-left: 6px;
            margin-top: 8px;
            border-radius: 4px;

            .orgName {
              opacity: 0.6;
            }
          }
        }
      }

      & > div:last-child {
        margin-bottom: 0;
      }
    }
  }
}
