.hidden {
  display: none;
}

.full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.public-web-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.public-web-container p {
  text-align: center;
  position: absolute;
  top: 45%;
}

.public-web-container a {
  position: absolute;
  bottom: 40%;
}

.wechat-web-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
}

.wechat-web-container p {
  position: absolute;
  top: 40%;
}

.wechat-web-container wx-open-launch-weapp {
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.desktop-web-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.desktop-web-container p {
  position: absolute;
  top: 40%;
}

.wx_icon {
  width: 85px;
  margin-bottom: 30px;
  margin-top: 50%;
}

#shareGuide {
  width: 100%;
  position: fixed;
  top: 0;
}

#shareGuide img {
  width: 100%;
}

#logo {
  width: 200px;
  position: fixed;
  top: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.5;
}

#warnning {
  width: 80px;
  height: 80px;
  margin: 50px auto 20px;
}

#warnText {
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

#warnning img {
  width: 80px;
  height: 80px;
}