.dialog{
  z-index: 3000;
}

.jw-shareobj{
  width: 480px;
  .ant-select{
    width: 100%;
  }
  .ant-select-selection{
    min-height: 40px;line-height: 40px;
    padding-bottom: 0;
  }
  .ant-select-selection--multiple .ant-select-selection__choice{
    margin-bottom: 10px;
    margin-top: 0;
  }
  .ant-select-selection__rendered{
    margin-top: 8px;
    height: 20px;line-height: 20px;
    // min-height: 40px;line-height: 40px;
    .ant-select-search__field__placeholder{
      position: relative;top:auto;height: 21px;line-height: 21px;
    }
  }
  .ant-select-selection--multiple .ant-select-search--inline{
    margin-top: 0px;
    .ant-select-search__field{
      height: 20px;line-height: 20px;
    }
  }
  .ant-select-selection__choice__content{
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100px;
  }
}

.jw-shareobj-select.dropdown-common{
  .jw-shareobj-item{
    .icon-i{
      img{
        width:30px;
        height:30px;
      }
    }
  }
}

.jw-shareobj-select{
  .jw-shareobj-item{
    height: 56px;
    padding:0;
    .jw-shareobj-item-w{
      height: 100%;
      line-height: 44px;
      margin-left: 10px;
      .jw-shareobj-item-pic{
        position: relative;
        float: left;
        width: 36px;
        height: 36px;
        margin: 7px 0 0 12px;
        img{
          width: 36px;height: 36px;
          border-radius: 3px;
        }
      }
      .jw-shareobj-item-pic-app{
        margin: 0;
      }
      .jw-shareobj-item-c{
        margin-left: 58px;
        font-size: 12px;
        padding-top: 6px;
        &.margin-left{
          margin-left: 10px;
          .jw-shareobj-item-c-name{
            height: 58px;
            line-height: 37px;
          }
        }
        .jw-shareobj-item-c-name{
          color: #494949;
          max-width: 240px;
          height: auto;
          line-height: 28px;
        }
        .jw-shareobj-item-c-tip{
          color: #b0b0b0;
          margin: 0 15px 0 0;
          line-height: 15px;
        }
      }
      .jw-shareobj-item-c-other{
        padding-top: 0;
      }
      .jw-shareobj-item-c-margin{
        margin-left: 13px;
      }
    }
  }
  .jw-shareobj-item:hover,.jw-shareobj-item:active{
    background: #f1f1f1;
  }
  .jw-shareobj-item:after{
    display: none!important;
  }
  .jw-shareobj-item.jw-shareobj-item-sep{
    height: 32px;line-height: 32px;padding:0 12px;
    background: #f4f4f4;font-size: 13px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    color: #333;
    .jw-shareobj-item-w{
      height: 32px;
      line-height: 32px;
    }
  }
  .base-share-empty{
    font-size: 13px;color: #b0b0b0;
  }
}
.jw-shareobj-select-romove{
  display: none;
}
