fpm-select, fpm-option-wrap, fpm-select-label, fpm-option-wrap, fpm-option {
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  user-select: none; }

fpm-select {
  position: relative;
  width: 200px;
  height: 36px;
  line-height: 34px;
  color: #323538;
  font-size: 14px; }
  fpm-select fpm-select-label {
    position: relative;
    display: block;
    padding-left: 12px;
    padding-right: 30px;
    border: 1px solid #e5e5e5;
    outline: none;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    fpm-select fpm-select-label:focus {
      border: 1px solid #d8d8d8; }
    fpm-select fpm-select-label:hover, fpm-select fpm-select-label.active {
      box-shadow: inset 1px 1px 1px 0 #f7f7f7;
      -webkit-box-shadow: inset 1px 1px 1px 0 #f7f7f7;
      -moz-box-shadow: inset 1px 1px 1px 0 #f7f7f7;
      box-shadow: inset 1px 1px 1px 0 #f7f7f7; }
    fpm-select fpm-select-label.active {
      border-color: #33b0db;
      box-shadow: inset 1px 1px 1px 0 #e4f6fc;
      -webkit-box-shadow: inset 1px 1px 1px 0 #f2fafe;
      -moz-box-shadow: inset 1px 1px 1px 0 #f2fafe;
      box-shadow: inset 1px 1px 1px 0 #e4f6fc; }
      fpm-select fpm-select-label.active .fpm-select-icon {
        transform: rotate(180deg); }
    fpm-select fpm-select-label.empty {
      color: #acb3bb; }
    fpm-select fpm-select-label .fpm-select-icon {
      transition: transform .2s ease-in;
      transform-origin: 50% 25%;
      position: absolute;
      right: 12px;
      top: 50%;
      margin-top: -2px;
      display: block;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #323538; }
  fpm-select fpm-option-wrap {
    position: absolute;
    max-width: 300px;
    min-width: 150px;
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    border-top: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  fpm-select fpm-option {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    cursor: default; }
    fpm-select fpm-option:hover {
      background-color: #ebfaff; }
    fpm-select fpm-option.selected {
      background-color: #dff4fc; }
  fpm-select.fpm-select-lg {
    height: 40px;
    line-height: 38px; }
    fpm-select.fpm-select-lg fpm-option {
      height: 40px;
      line-height: 40px; }
  fpm-select.fpm-select-md {
    height: 36px;
    line-height: 34px; }
    fpm-select.fpm-select-md fpm-option {
      height: 36px;
      line-height: 36px; }
  fpm-select.fpm-select-sm {
    height: 32px;
    line-height: 30px; }
    fpm-select.fpm-select-sm fpm-option {
      height: 32px;
      line-height: 32px; }
