.footer-m{
  background: #000414;
  padding: 0.3rem 0 0.3rem 0.22rem;
  position: relative;
  .menu-list{
    display: flex;
    align-items: center;
    .menu{
      font-weight: 400;
      font-size: 0.14rem;
      color: #969AA7;
      line-height: 0.16rem;
      padding-left: 0.09rem;
      padding-right: 0.09rem;
      border-right: 0.01rem solid #969AA7;
    }
    .menu:first-child{
      padding-left: 0;
    }
    .menu:last-child{
      border-right: none;
    }
    .active{
      color: #FFFFFF;
    }
  }
  .logo{
    width: 0.90rem;
    height: 0.34rem;
    margin-top: 0.22rem;
  }
  .wrap-label{
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    .icon-tel{
      width: 0.12rem;
      height: 0.12rem;
      margin-right: 0.06rem;
    }
    .icon-email{
      width: 0.13rem;
      height: 0.1rem;
      margin-right: 0.05rem;
    }
    .label{
      font-weight: 400;
      font-size: 0.14rem;
      color: #969AA7;
      line-height: 0.2rem;
    }
  }
  .tel,.email{
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.22rem;
    margin-top: 0.08rem;
  }

  .wrap-qr{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 1.39rem;
    right: 0.3rem;
    .icon{
      width: 0.8rem;
      height: 0.8rem;
    }
    .label{
      font-weight: 400;
      font-size: 0.12rem;
      color: #969AA7;
      line-height: 0.17rem;
      margin-top: 0.06rem;
    }
  }

  .b{
    font-weight: 400;
    font-size: 0.1rem;
    color: #636670;
    line-height: 0.14rem;
    margin-top: 0.06rem;
  }

  .desp{
    font-weight: 500;
    font-size: 0.11rem;
    color: #FFFFFF;
    line-height: 0.16rem;
    letter-spacing: 1px;
    text-align: left;
    position: absolute;
    top: 0.64rem;
    right: 1rem;
  }


}
