.searchPlan {
  width: 100%;

  .filter {
    padding: 16px;
    position: relative;
    border-bottom: solid 1px #eee;
    display: flex;
    height: auto;

    label {
      display: inline-block;
      font-size: 15px;
      color: #666;
      margin-right: 28px;
      max-width: 174px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }

    > div {
      // display: inline-block;
      flex: 1;
    }
  }

  .gengduo {
    display: block;
    fill: #bdbdbd;
    /* height: 0.64rem; */
    /* width: 0.64rem; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0;
    /* position: absolute; */
    /* top: 0.24rem; */
    margin-top: 1px;
    color: #bdbdbd;
    /* right: 0.167rem; */
    float: right;
  }
}
