:global {
  p {
    margin: 0;
  }
  .nbugs-component-mobile-search {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    .head-container {
      flex: 0 0 auto;
      height: 44px;
      .am-search {
        background: #f7f7fa;
      }
      .am-search-input input[type='search'] {
        height: 30px;
        font-size: 14px;
      }
      .am-search-synthetic-ph {
        font-size: 14px;
        color: #7a797b;
      }
      .am-search-cancel {
        color: #1786ec;
      }
      border-bottom: 0.5px solid #dfdfdf;
    }
    .body-container {
      flex: 1;
      position: fixed;
      top: 45px;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
      display: flex;
      flex-direction: column;
      background: #f7f7f7;
      -webkit-overflow-scrolling: touch;
      .loading-wrap {
        padding-top: 150px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: start;
        .loading-content {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          font-size: 12px;
          color: #000;
          img {
            display: inline-block;
            width: 26px;
            height: 26px;
            margin-right: 3px;
          }
        }
      }
      .no-result-wrap {
        margin: 150px auto;
        text-align: center;
        font-size: 14px;
        color: #999;
      }
      .result-wrap-container {
        flex: 1;
        overflow-y: auto;
        .result-container {
          margin-top: 15px;
          .result-head {
            margin-left: 15px;
            font-size: 14px;
            color: #999;
            span {
              color: #1786ec;
            }
          }
          .list-container {
            margin-top: 5px;
            margin-bottom: 10px;
            background: #fff;
            border-top: 0.5px solid #dfdfdf;
            border-bottom: 0.5px solid #dfdfdf;
            padding-left: 15px;
            .list-item {
              height: 65px;
              box-sizing: border-box;
              border-bottom: 0.5px solid #dfdfdf;
              display: flex;
              flex-direction: row;
              align-items: center;
              .check-icon {
                width: 20px;
                height: 20px;
                display: inline-block;
                img {
                  width: 100%;
                  height: 100%;
                  box-sizing: border-box;
                  user-select: none;
                }
                .check-box-default {
                  width: 20px;
                  height: 20px;
                  box-sizing: border-box;
                  border: 1px solid #c9c9c9;
                  border-radius: 50%;
                  user-select: none;
                }
              }
              .info {
                margin-left: 12px;
                height: 100%;
                box-sizing: border-box;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding-top: 10px;
                padding-bottom: 10px;
                .main-field {
                  font-size: 17px;
                  color: #000;
                }
                .attach-field {
                  margin-top: 6px;
                  font-size: 12px;
                  color: #777;
                }
              }
            }
            .list-item:last-child {
              border-bottom: none;
            }
          }
        }
      }
      .btn-container {
        flex: 0 0 auto;
        height: 55px;
        box-sizing: border-box;
        background: #fff;
        padding: 6px 15px;
        border-top: 0.5px solid #dfdfdf;
        .btn-wrap {
          width: 100%;
          height: 42px;
          background: #1786ec;
          border-radius: 4px;
          line-height: 42px;
          text-align: center;
          color: #fff;
          font-size: 17px;
        }
      }
    }
  }
}
