.refPage {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  display: flex;
  flex-direction: column;

  >div:nth-child(4) {
    flex: 1;
    overflow: hidden;
    height: calc(~'100% - 89px');
    .body {
      height: 100%;
      >div {
        height: 100%;
        >div {
          height: 100%!important;
          min-height: 0!important;
        }
      }
    }
    >div:not(.body) {
      height: 100%;
    }
  }
  .am-list-body {
    border: none!important;
  }

  .button-group {
    height: 44px;
    >div {
      height: 100%;
      line-height: 44px;
      padding: 0 10px;
    }
    .close {
      float: left;
      font-size: 14px;
      color: #2D2D2D; 
    }
    .clear {
      float: right;
      margin-right: 7px;
      font-size: 14px;
      color: #3688FF;
    }
    .sure {
      float: right;
      margin-right: 12px;
      font-size: 14px;
      color: #3688FF;
    }
  }

  .searchBar {
    border-bottom: none;
  }

  .separator{
    width: 100%;
    height: 1PX;
    background: #eee;
  }
  .progressState {
    min-height: auto !important;
  }
  // .scroller {
  //   position: absolute !important;
  // }
  .body {
    width: 100%;
    padding-bottom: 50px;
    .am-list-footer {
      >div {
        padding: 0px!important;
        height: 20px!important;
      }
    }
  }

  [class^="scroller"] {
    background: #fff;
  }

  .footer {
    height: 50px;
    // position: fixed;
    // bottom: 0;
    display: flex;
    width: 100%;
    box-shadow: 0 0 20px 0 fade(#000, 7);
    // z-index: 100;

    div {
      flex: 1;
      font-size: 17px;
      line-height: 50px;
      height: 50px;
      text-align: center;
      color: #666;
      background-color: #fff;

      &:last-child {
        color: #fff;
        background-color: #3e90ec;
      }
    }
  }
}
