.jdrop-list {
  position: relative;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  margin-right: -5px;

  &-box {
    background: rgba(255, 255, 255, .1);
    height: 48px;
    width: 590px;
    border-radius: 3px;

    .icon-search {
      padding-right: 6px;
    }

    input {
      background: none;
      outline: none;
      border: none;
      width: 520px;
      line-height: 24px;
    }
  }

  &-options {
    background: #fff;
    padding: 18px 20px 0;
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .1);
    position: absolute;
    width: 590px;
    top: 48px;
    color: #000031;
    z-index: 9999;
    min-height: 60px;

    .option-div {
      padding-bottom: 10px;
    }

    .option-title {
      padding: 0px 0 6px;
      height: 32px;
      border-bottom: 1px solid #DCE1E6;

      b {
        color: #04173F;
        font-weight: 500;
      }

      .option-link {
        margin-right: 8px;
        text-decoration: none;
        color: #3C4D73;
        font-size: 12px;

        &:hover {
          color: #2196F3;
          text-decoration: underline;
        }
      }

      i {
        display: block;
        widows: 12px;
        height: 6px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #2196F3;
      }
    }

    .option-item {
      padding: 2px 0px;

      &:hover a {
        color: #2196F3;
        text-decoration: underline;
      }
    }

    .ul-div {
      padding: 12px 0 6px;
      font-size: 12px;

      &:hover {
        background: rgba(255, 255, 255, .6)
      }
    }

    .jdrop-list-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, .6)
    }

    .jdrop-list-loading {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -25px;
    }
  }
}
