.SearchRemote{
  position: relative;
  .SearchDropList{
    height: 32px;
    padding: 5px;
    background:#ffffff;
    position: relative;
    border-bottom: 2px solid #EDEBEB;
    display: flex;
    .am-search{
      height: 30px;
      background-color: #fff;
      flex: 1;
      .am-search-input{
        background:#F0F0F5;
        border-radius: 10px;
        .am-search-synthetic-ph{
          text-align: left;
          padding-left: 15px;
        }
      }
      .am-search-cancel{
         display: none;
      }
    }
    button {
      background: #3688FF;
      color:#fff;
      border:none;
      padding: 0 10px;
      border-radius: 5px;
    }
    .searchIcon{
        position: absolute;
        left: 20px;
        top: 10px;
        color:#CCCCCC;
        font-size: 17px !important;
    }
    .scanDocCode{
        position: absolute;
        right: 7px;
        top: 15px;
        color:#666666;
        font-size: 16px !important;
    }
    .scanType{
        padding: 0 10px;
        margin-top: 5px;
        font-size: 20px !important;
        color:#666;
    }
  }
  ul{
    width: calc(~'100% - 16px');
    border-radius: 3px;
    // width: 100%;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 0 8px;
    box-shadow: 0px 20px 20px -20px #5E5E5E;
    li{
      line-height: 32px;
      border-bottom: 1px solid #f5f5f9;
    }
    li:last-child{
      border-bottom: 0;
    }
    .emptyData{
      padding: 10px;
      text-align: center;
    }
  }
  .showList {
    display: block;
  }
  .hideList {
    display: none;
  }
}
