.load-more {
  line-height: 0.4rem;
  background: #f2f2f2;
  text-align: center;
  color: #969696; }

.top-search {
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.61867rem 0 0.16rem;
  text-align: center;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  color: #323232;
  position: relative;
  z-index: 2; }
  .top-search .top-title {
    height: 100%;
    font-size: 0.16rem; }
    .top-search .top-title .search-product {
      height: 100%;
      position: relative; }
      .top-search .top-title .search-product .search-company {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: 0.36rem;
        line-height: 0.36rem;
        text-align: left;
        border: none;
        border-radius: 0.18rem;
        box-sizing: border-box;
        padding: 0 0.384rem;
        background: #efefef;
        color: #323232;
        font-size: 0.14933rem; }
      .top-search .top-title .search-product i {
        font-size: 0.14933rem;
        position: absolute;
        top: 50%;
        left: 0.16rem;
        transform: translateY(-50%);
        z-index: 1; }
  .top-search .cancel {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.45rem;
    height: 0.45rem; }
    .top-search .cancel a {
      font-size: 0.14933rem;
      font-family: PingFangSC-Regular;
      font-weight: 400;
      color: #909090;
      line-height: 0.14933rem; }

.segement {
  position: relative;
  z-index: 2;
  background: #fff;
  height: 0.50133rem;
  line-height: 0.50133rem;
  display: flex; }
  .segement a {
    flex: 1;
    text-align: center;
    font-size: 0.17067rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #909090; }
    .segement a.active {
      border-bottom: 2px solid #d7000f;
      color: #323232; }

.business {
  display: none;
  background: #fff;
  padding-bottom: 0.42667rem; }
  .business .search-history {
    padding-left: 0.16rem;
    padding-top: 0.21333rem;
    padding-bottom: 0.42667rem; }
    .business .search-history .search-history-title {
      height: 0.32rem;
      line-height: 0.32rem;
      font-size: 0.14933rem;
      font-family: PingFangSC-Medium;
      font-weight: 500;
      color: #323232; }
    .business .search-history .search-history-content {
      margin-top: 0.26667rem;
      width: 3.68rem;
      height: 0.32rem;
      border-bottom: 1px solid #efefef; }
      .business .search-history .search-history-content span {
        width: 0.29867rem;
        height: 0.14933rem;
        font-size: 0.14933rem;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #909090;
        line-height: 0.14933rem; }
  .business .business-bottom {
    width: 2.72rem;
    height: 0.42667rem;
    line-height: 0.42667rem;
    text-align: center;
    background: white;
    border-radius: 0.21333rem;
    border: 1px solid #f2f2f2;
    margin: 0 auto; }
    .business .business-bottom .history-record {
      height: 100%;
      position: relative;
      margin: 0 auto;
      font-size: 0.14933rem;
      color: #909090; }

.business-top {
  height: 0.98133rem; }

.business-footer {
  height: 0.64rem; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .footer .circle-footer .content {
    height: 0.64rem;
    background: white;
    box-shadow: 0px -1px 2px 0px rgba(144, 144, 144, 0.1);
    display: flex;
    padding: 0.128rem 0.16rem; }
    .footer .circle-footer .content .find-circle {
      width: 45%;
      height: 0.384rem;
      line-height: 0.384rem;
      font-size: 0.14933rem;
      font-family: PingFangSC-Regular;
      font-weight: 400;
      color: #909090; }
    .footer .circle-footer .content .establish-circle {
      width: 55%;
      height: 0.384rem;
      line-height: 0.384rem;
      background: #d7000f;
      border-radius: 0.02133rem;
      text-align: center;
      font-size: 0.14933rem;
      font-family: PingFangSC-Regular;
      font-weight: 400;
      color: white; }
