.viconWrap {
  display: block;
  background: #fff;

  /deep/ .ivu-input-prefix{
    line-height: 30px;
  }
  
  /deep/ .ivu-dropdown {
    width: inherit;
    display: block;
  }

  .pannel {
    width: 600px;
    padding: 10px;

    .list {
      margin: 10px 0 0;

      .icos {
        max-height: 200px;
        overflow-y: auto;
      }

      .icoli {
        width: 32%;
        display: inline-block;
        padding: 5px;
        border-radius: 4px;
        cursor: pointer;
        position: relative;

        &:hover {
          background: #eee;

          .icoprev {
            display: inline-block;
          }
        }

        .ico {
          margin-right: 2px;
        }

        .name {
          font-size: 12px;
        }

        .icoprev {
          display: none;
          position: absolute;
          top: 0px;
          right: 0px;
          z-index: 123;
          background: #fff;
          box-shadow: 0 0 5px #ccc;
          padding: 3px;
          width: 32px;
          height: 32px;
        }
      }
    }
  }

  .svgicon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
}