
.hidden {
  display: none !important;
}

.wechat-guide{
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
.wechat-guide .wechat-guide-text{
  text-align: center;
  color: #fff;
  position: relative;
}
.wechat-guide .wechat-guide-text .wechat-iconRight{
  position: absolute;
  right: -60px;
  top: -40px;
  width: 50px;
  height: 50px;
}
.wechat-guide .wechat-guide-icon{
  width: 90vw;
  height: auto;
  margin-top: 10px;
}


