html,
body {
  width: 100%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
img {
  width: 80px;
  height: 80px;
  padding-top: 113px;
}
.test {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
h3 {
  width: 111px;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  text-align: center;
  margin-top: 18px;
}
p {
  width: 187px;
  height: 21px;
  font-size: 14px;
  font-family: PingFangHK-Regular, PingFangHK;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin-top: 10px;
  text-align: center;
}
button {
  width: 120px;
  height: 40px;
  background: #027aff;
  border-radius: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  border: none;
  margin-top: 121px;
}
#weixin-tip {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
#weixin-tip .tvlde {
  width: 162px;
  height: 86px;
  position: fixed;
  right: 7px;
  top: 10px;
  padding: 0;
}
.box {
  width: 162px;
  height: 86px;
  position: fixed;
  right: 7px;
  top: 10px;
  display: flex;
  flex-direction: column;
}
.box span {
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  padding-left:14px;
}
