.mobileSearch {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 45px;
  overflow: auto;
  padding-bottom: 0rem;


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

  .progressState .icon{
    -webkit-text-stroke-width: unset;
  }
}
