.filter-container{
  height: 100%;
  padding-bottom: 60px;
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  position: relative;
  background-color: #F0F0F0;
  *{
    box-sizing: border-box;
  }
  .filter-content-title{
    display: flex;
    flex-wrap: wrap;
    .am-button{
      padding: 0px 10px;
      margin-bottom: 10px;
    }
  }
  .operator-box{
    width: 100%;
    display: inline-block;
    position: fixed;
    bottom: 0;
    height: 44px;
    .am-button{
      width: 50%;
      float: left;
      border-radius: 0;
      &.am-button-primary{
        background: #3688FF;
      }
    }
  }
  .form-item{
    background-color: #fff;
    margin-bottom: 10px;
    padding: 16px;
    &>h1{
      font-size: 14px;
      color: #999999;
      margin-bottom: 16px;
      font-weight: normal;
    }
    .form-item-content{
      margin-bottom: 10px;
      margin-left: -5px;
    }
    .form-item-date{
      display: flex;
      justify-content: space-between;
      .date-picker-text{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        line-height: 40px;
      }
    }
    .date-picker{
      width: 40%;
      .am-list-line{
        position: relative;
        display: block;
        height: 28px;
        .am-list-content{
          position: absolute;
        }
        .am-list-arrow{
          display: none;
        }
        .am-list-extra{
          font-size: 12px;
          color: #C8C8CD;
          border-bottom: 1px solid #C8C8CD;
        }
      }
    }
    .seted-date-picker{
      .am-list-extra{
        color: #666 !important;
      }
    }
    .select-filter-item{
      background: #F5F5F5;
      border-radius: 4px;
      height: 28px;
      border: none;
      display: inline-block;
      min-width: 74px;
      border: 1px solid #F5F5F5;
      padding: 0px 2px;
      margin: 5px;
      &::before{
        display: none;
      }
      span{
        font-size: 13px;
        color: #2D2D2D;
        display: block;
        line-height: 26px;
      }
      &.am-button-primary{
        background: rgba(54,136,255,0.06);
        border: 1px solid #3688FF;
        span{
          color: #3688FF;
        }
      }
    }
  }
}
