@import "../style/var.less";

.fe-filter {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  z-index: 99999;
  .f-clear {
    overflow: hidden;
    display: block;
    clear: both;
    height: 0;
  }
  .f-clearfix:before,
  .f-clearfix:after {
    content: "";
    display: table;
  }
  .f-clearfix:after {
    clear: both;
  }
  .f-clearfix,
  .f-zm {
    *zoom: 1;
  }
  .fe-filter-list {
    background: @white;
    min-height: 200px;
    max-height: 500px;
    overflow-y: auto;

    .fe-filter-list-li {
      min-width: 70px;
      max-width: 176px;
      height: 36px;
      line-height: 36px;
      margin: 8px 13px 8px;
      padding: 0 13px;
      position: relative;
      float: left;
      display: inline-block;
      font-size: 14px;
      background: #f5f5f5;
      color: #000000;
      text-align: center;
      border-radius: 4px;
      overflow: hidden;
      .fe-filter-checkedicon {
        display: none;
      }

      &.s-crt {
        color: #108EE9;
        background: #c6e6fd;

        .fe-filter-checkedicon {
          display: inline;
          position: absolute;
          right: 0;
          bottom: -1px;
          font-size: 18px;
          color: #108ee9;
        }
      }

      &.fe-filter-disabled {
        color: #999999;
      }
    }
  }

  .fe-filter-btnbox {
    div {
      width: 50%;
      float: left;
      display: inline-block;
      height: 47px;
      line-height: 48px;
      text-align: center;
      font-size: 18px;
    }
    .fe-filter-confirm {
      border-top: 1px solid #108ee9;
      background: #108ee9;
      color: #ffffff;
    }

    .fe-filter-cancel {
      border-top: 1px solid #EEEEEE;
      background: #fff;
      color: #333333;
    }
  }
}
