.mobile-search_page {
  .mb-box-header {
    background-color: #326ff4;

    position: fixed;
    top: 0px;
    height: 70px;
    width: 100%;
  }
  .mb-box-search-body {
    min-height: 400px;

    .mb-box-items {
      .mb-box-item {
        display: flex;
        justify-content: flex-start;

        margin: 12px 12px;

        padding: 8px 8px;

        border-radius: 4px;

        background-color: #F2F3F7;

        .mb-box-item-summary {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          margin-left: 16px;
        }
      }
      .mb-box-item-img {
        min-width: 130px;
        height: 120px;
        border-radius: 4px;

        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
      }
      .mb-box-item-text {
        margin-bottom: 8px;
      }
      .mb-box-item-text-title {
        font-weight: bold;
        font-size: 14px;
        color: #424242;
      }
      .mb-box-item-text-remark {
        font-weight: 400;
        font-size: 10px;
        color: #939395;
        line-height: 16px;
      }
    }
  }
}
