.mobile-search {
  padding: 15px 0 10px 12px;

  .el-input__inner {
    width: 100% !important;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
  .mb-search-body {
    background-color: #326ff4;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    .mb-logo {
      img {
        width: 40px;
        height: 40px;
      }
    }

    .mb-search-input {
      width: 60%;
      display: flex;
      margin-left: 30px;
    }
  }

  .mb-footer {
  }
}
