.top-search {
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.48rem 0 0.48rem;
  text-align: center;
  width: 100%;
  background: #fff;
  color: #323232;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2; }
  .top-search .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.48rem;
    height: 100%;
    font-size: 0.17067rem; }
  .top-search .top-title {
    height: 100%;
    font-size: 0.17067rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #323232; }
  .top-search .add {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.85333rem;
    height: 100%;
    font-size: 0.128rem;
    color: #d7000f; }

.header {
  width: 100%;
  background: #fff;
  z-index: 99;
  position: fixed;
  top: 0.46933rem;
  left: 0; }
  .header .business-top {
    z-index: 99;
    height: 0.74667rem;
    width: 100%;
    padding: 0 0.21333rem; }
    .header .business-top .business-search {
      height: 100%;
      position: relative; }
      .header .business-top .business-search .search-information {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: 0.36267rem;
        box-shadow: 0px 0px 6px 1px rgba(153, 153, 153, 0.3);
        border-radius: 0.18133rem;
        color: #909090;
        font-size: 0.128rem;
        text-align: center;
        line-height: 0.36267rem; }
        .header .business-top .business-search .search-information span {
          padding-left: 0.21333rem;
          background: url(./../../images/u63.png) no-repeat left center;
          background-size: 0.128rem 0.128rem; }

.groupSquare {
  width: 100%;
  height: 100%;
  border-top: 1px solid #efefef;
  background-color: #fff;
  position: fixed;
  top: 1.22667rem;
  left: 0;
  bottom: 0;
  z-index: 99; }
  .groupSquare .recommendation {
    position: fixed;
    top: 1.22667rem;
    left: 0;
    bottom: 0;
    width: 25%;
    overflow: hidden; }
  .groupSquare .group {
    position: fixed;
    top: 1.22667rem;
    right: 0;
    bottom: 0;
    width: 75%;
    overflow: hidden; }

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

.business-top {
  height: 0.48rem; }

.list-no-data .msg {
  margin: 0.16rem 0;
  text-align: center !important; }
