.searchPlan {
  width: 100%;
  background: #F0F0F5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  overflow-y: auto;
  padding-bottom: 3.7rem;
  -webkit-overflow-scrolling:touch;
  .filter {
    padding: 16px;
    position: relative;
    border-bottom: solid 1PX #DDD;
    display: flex;
    height: auto;
    overflow: hidden;
    background: #FFF;
    font-size: 15px;

    >span {
      display: inline-block;
      color: #666;
      margin-right: 28px;
      width: 85px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2; // （行数）
      -webkit-box-orient: vertical;
    }

    > div {
      // display: inline-block;
      overflow: hidden;
      flex: 1;
      >.f-left {
        width: 100%;
        padding-right: 0;
      }
    }

    .Calendar {
      margin-right: 0!important;
    }

  }

  .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;
  }

  .Calendar {
    >div {
      width: 100%;
      display: flex;
    }
    span {
      display: inline-block;
      text-align: left!important;
      flex: 1;
    }
    .rili-icon {
      margin-right: 0px;
    }
  }
}

.relative {
  position: absolute;
}

.refWrapClassName {
  .am-modal-body {
    position: relative;
  }
  .ref-page {
    height: 300px;
  }
}

.fullScreen {
  height: 100%!important;
  transition: all .2s;
}

body>div[id^="am-modal-container"] {
  height: auto;
}
