.mobileSearchSetting {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 45px;
  overflow: auto;
  padding-bottom: 50px;
  background: #f0f0f5;
  -webkit-overflow-scrolling:touch;
  .item {
    padding: 16px;
    border-bottom: 1PX solid #DDD;
    background: #FFF;
    >label {}

    .check-switch-button {
      float: right;
    }
  }


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