.search-main {
  height: 100%;
  box-sizing: border-box;
  font-weight: 500;
  padding-top: 5.6rem;
  position: relative; }

.search-module {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 6.5rem 1rem 5.4rem;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100; }
  .search-module .iconfont {
    cursor: pointer; }
  .search-module .back-icon {
    font-size: 1.6rem;
    line-height: 3.6rem;
    color: #333;
    position: absolute;
    left: 0;
    padding-left: 2rem;
    width: 5.4rem;
    box-sizing: border-box; }
  .search-module .input-main {
    padding: 0 3rem 0 3.2rem;
    position: relative;
    height: 3.6rem;
    background-color: #f5f5f5;
    border-radius: .6rem; }
    .search-module .input-main .search-icon {
      position: absolute;
      left: 1.2rem;
      top: 0;
      font-size: 1.4rem;
      line-height: 3.6rem;
      height: 3.6rem;
      color: #242629; }
    .search-module .input-main .search-kw {
      font-size: 1.5rem;
      line-height: 2rem;
      padding: .8rem 0;
      width: 100%;
      color: #242629;
      background-color: #f5f5f5; }
    .search-module .input-main .close-icon {
      font-size: 1.2rem;
      line-height: 3.6rem;
      color: #aaa;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 1.2rem 0 .6rem; }
  .search-module .search-btn {
    position: absolute;
    top: 1rem;
    right: 0;
    font-size: 1.5rem;
    line-height: 3.6rem;
    width: 6.5rem;
    text-align: center;
    color: #242629;
    border: 0;
    background: none; }
  .search-module .search-btn.disabled {
    filter: alpha(opacity=40);
    opacity: .4; }

.search-history-main {
  background-color: #fff;
  padding: 0 2rem;
  height: 100%;
  width: 100%;
  box-sizing: border-box; }
  .search-history-main .main-title, .search-history-main .history-item {
    height: 4.8rem;
    line-height: 4.8rem;
    position: relative; }
  .search-history-main .delete-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 1rem 1.5rem;
    right: -1rem;
    line-height: 2.8rem;
    color: #999;
    z-index: 2; }
  .search-history-main .main-title {
    color: #242629;
    font-size: 1.7rem; }
    .search-history-main .main-title .delete-icon {
      font-size: 1.6rem; }
  .search-history-main .history-item {
    color: #242629;
    font-size: 1.7rem;
    display: block;
    position: relative;
    z-index: 2; }
    .search-history-main .history-item .delete-icon {
      font-size: .9rem; }
  .search-history-main .hot-search-item {
    margin: 0 1rem 1rem 0;
    float: left;
    position: relative;
    max-width: 100%; }
    .search-history-main .hot-search-item a {
      display: inline-block;
      font-size: 1.5rem;
      line-height: 3rem;
      color: #242629;
      background: #f5f5f5;
      border-radius: .6rem;
      padding: 0 1.2rem;
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .search-history-main .hot-search-item a:active {
        background-color: #e5e5e5; }

.no-result-main {
  padding: 5.6rem 3.6rem 0; }
  .no-result-main .no-data-img {
    width: 25.4rem;
    height: 13rem;
    display: block;
    margin: 0 auto 1.4rem; }
  .no-result-main .main-title {
    color: #666;
    line-height: 1.8rem;
    font-size: 1.5rem; }
  .no-result-main .main-desc {
    color: #999;
    line-height: 1.8rem;
    font-size: 1.4rem; }
  .no-result-main .btn {
    margin-top: 1.8rem;
    color: #fff;
    background-color: #17f;
    font-size: 1.6rem;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    border-radius: .6rem;
    width: 100%; }
    .no-result-main .btn:active {
      background-color: #2D5AFF; }

.result-main .main-title {
  padding: 1.4rem 2rem 0;
  font-size: 1.4rem;
  color: #999;
  line-height: 1.7rem; }
.result-main .customers-list-main {
  padding: 0 2rem;
  background-color: #fff; }
  .result-main .customers-list-main li:nth-child(3n) .company-icon {
    background-color: #373A62; }
  .result-main .customers-list-main li:nth-child(3n+1) .company-icon {
    background-color: #17f; }
  .result-main .customers-list-main li:nth-child(3n+2) .company-icon {
    background-color: #ff9623; }
.result-main .customer-item a {
  display: block;
  padding: 2rem 0;
  position: relative;
  z-index: 2; }
  .result-main .customer-item a .company-name {
    height: 3.2rem;
    line-height: 3.2rem;
    padding-left: 4rem;
    font-size: 1.7rem;
    color: #242629;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative; }
    .result-main .customer-item a .company-name high {
      color: #17f; }
  .result-main .customer-item a .company-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
    border-radius: .4rem;
    width: 3.2rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.result-main .customer-infor {
  margin-top: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #999; }
  .result-main .customer-infor .num {
    color: #17f; }
  .result-main .customer-infor .separate-icon {
    display: inline-block;
    width: .1rem;
    height: 1rem;
    background-color: #e5e5e5;
    margin: .3rem .8rem 0; }

.wxServiceCode-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 110;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; }
  .wxServiceCode-pop .wxServiceCode-pop-main {
    width: 80%;
    background: #fff;
    border-radius: .6rem;
    padding: 4.5rem 2.8rem 3.6rem;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    text-align: center; }
    .wxServiceCode-pop .wxServiceCode-pop-main .close-icon {
      position: absolute;
      right: .6rem;
      top: .6rem;
      color: #bbb;
      font-size: 1.1rem;
      padding: 1rem; }
    .wxServiceCode-pop .wxServiceCode-pop-main .pop-title {
      color: #242629;
      font-size: 1.7rem;
      line-height: 2.1rem; }
    .wxServiceCode-pop .wxServiceCode-pop-main .pop-desc, .wxServiceCode-pop .wxServiceCode-pop-main .pop-tip {
      font-size: 1.4rem;
      line-height: 1.7rem;
      color: #999; }
    .wxServiceCode-pop .wxServiceCode-pop-main .pop-desc {
      margin-top: .8rem; }
    .wxServiceCode-pop .wxServiceCode-pop-main .down-app-btn, .wxServiceCode-pop .wxServiceCode-pop-main .already-install {
      width: 100%;
      height: 4rem;
      border-radius: 0.4rem;
      text-align: center;
      font-size: 1.6rem;
      line-height: 4rem;
      display: block;
      cursor: pointer; }
    .wxServiceCode-pop .wxServiceCode-pop-main .down-app-btn {
      background: #1177ff;
      color: #fff;
      margin: 1.5rem 0 1.6rem; }
    .wxServiceCode-pop .wxServiceCode-pop-main .already-install {
      color: #242629;
      background: #fff;
      border: 1px solid #bbbbbb;
      box-sizing: border-box; }
