@import '~css/public.scss';

.Home{
  .wechat {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.8);
    z-index : 999999999999;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    img {
        width:2.5rem;
    }
  }
  &.app{
    .Download{
      display: none;
    }
  }
  &.noHeader{
    .Header{
      display: none;
    }

    .ContainerWrap{
      border-top: none;
    }
  }
}