/* top */
        /* 头部搜索框 */
        .top_search {
          width: 100%;
          height: 0.88rem;
          display: flex;
          justify-content: space-around;
          align-items: center;
          background: #0A6D4C;
          position: fixed;
          z-index: 10000;
      }

      .top_input_box {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 68%;
          height: 0.6rem;
          background: #fff;
          border-radius: 0.1rem;
          padding-left: 0.2rem;
      }

      .top_search_left {
          width: 0.9rem;
          margin-left: .1rem;
      }

      .top_search_rigth2 {
          width: 0.5rem;
          margin-right: .1rem;
      }
      .top_search_rigth {
        width: 0.32rem;
        margin-right: 0.14rem;
        margin-left: 0.14rem;
      }

      .seaicon {
        width: 0.8rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ddd;
        border-top-right-radius: 0.1rem;
        border-bottom-right-radius: 0.1rem;
        /* margin-left: 1rem; */
    }

      .search_icon {
          /* height: 70%; */
          /* margin-right: 0.2rem; */
          width: 0.32rem;
      }

      .topinput {
          width: 80%;
          border: none;
          font-size: 0.28rem;
      }

      .ltop {
          padding-top: 0.88rem;
          display: flex;
          align-items: center;
          font-size: .33rem;
          font-weight: 500;
          height: 0.83rem;
          padding: 0 0.208rem;
          border-bottom: .02rem solid #F0F0F0;
          background: white;
      }

      .ltop img {
          width: 0.1765rem;
      }

      .ltop span {
          flex: 1;
          text-align: center;
      }

      /* top end */
      .foot_float_box {
        position: fixed;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 1rem;
        background-color: #ffffff;
        box-shadow: inset 0rem 0.02rem 0rem 0rem #f0f0f0;
        z-index: 10000;
      }

      .float_box {
        width: 25%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
      }
      .icon {
        width: 0.5rem;
      }

      .icon_text {
        font-size: 0.2rem;
        color: #666666;
      }

      .gotitle {
        margin: 0rem 0.125rem;
        padding: 0.125rem 0.3rem;
        font-size: 0.32rem;
        border-bottom: .02rem solid #F0F0F0;
      }

      .van-collapse-item {
        margin: 0rem 0.125rem;
        border-bottom: .02rem solid #f0f0f0;
        padding: 0 0.3rem 0.1rem 0.3rem;
      }

      .van-collapse-item__wrapper {
        /* width: 6.5rem; */
        margin: 0 auto;
      }

      .van-cell {
        padding: 0.125rem 0rem !important;
      }

      .van-cell__title {
        font-size: .32rem;
      }

      .van-collapse-item__content {
        /* background: rgba(245, 245, 245, 1) !important; */
        padding: 0 0.125rem !important
      }

      .collname {
        /* padding: 0 15px; */
        font-size: 0.2625rem;
        color: rgba(51, 51, 51, 1);
      }

      .collname div {
        padding: 0.13125rem 0
      }

      .gbbtn {
        margin: 0.6rem 0 2rem 0;
        text-align: center;
      }

      [class*=van-hairline]::after {
        border: none
      }

      .van-cell:not(:last-child)::after {
        border: none
      }
      .main-contact {
      display: none !important;
      bottom: 0 !important;
      left: -25% !important;
      width: 25% !important;
      height: 2rem !important;
    }
    .sidbar{
      position: fixed;
      top: 0;
      background: white;
      width: 100%;
      z-index: 1;
    }
