body {
  background: #fff;
}

.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;
  justify-content: center;
}

.public-web-container img {
  margin-top: -250px;
  width: 60px;
  height: 60px;
  border-radius: 120px;
}

.public-web-container p {
  font-size: 14px;
  margin-top: 20px;
}

.public-web-container a:hover,
.public-web-container a:visited,
.public-web-container a:link,
.public-web-container a:active {
  background: rgb(7, 193, 96);
  color: #fff;
  border-radius: 4px;
  width: 160px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-top: 70px;
}

.desktop-web-container .wechat-logo {
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.desktop-web-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.desktop-web-container .wechat-qrcode {
  width: 200px;
  height: 200rpx;
  border: 2px solid #dbdbdb;
}

.desktop-web-container p {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
}

.desktop-web-container .wechat-app-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 150px;
}

.desktop-web-container .wechat-app-title img {
  width: 10px;
  height: 10px;
  margin-right: 4px;
}

/*# sourceMappingURL=weappHanCare.css.map*/