:global {
  .nbugs-pc-select-user-county-v3-warp {
    width: 100%;
    height: inherit;
    @import (less) url('./SelectedList/index.less');

    .ellipsis {
      word-break: break-all;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      line-clamp: 1;

      /*! autoprefixer: off */
      -webkit-box-orient: vertical;

      /* autoprefixer: on */
    }
  }

  p,
  body,
  html {
    margin: 0;
    padding: 0;
  }
}
