.app {
  width: 100vw;
  height: 100vh;
  font-size: 16px;
  overflow: hidden;
  background-color: #F6F8FA;
  user-select:  none;
  -webkit-user-select: none;
}
.page-title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #3D3D3D;
  text-align: center;
}
.redbook {
  margin: 22px 27px;
  background-color: #fff;
  border-radius: 20px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo {
  width: 45px;
  height: 45px;
}
.content {
  margin-left: 12px;
}
.app-name {
  font-size: 16px;
}
.redbook-version {
  font-size: 12px;
}
.redbook-btn {
  width: 69px;
  height: 37px;
  border-radius: 36px;
  background-color: rgba(61, 61, 61, 1);
  color: #fff;
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-left: 22px;
  justify-content: center;
}
.wx {
  margin: 27px;
  background-color: #fff;
  /* height: 330px; */
  padding-bottom: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  padding-top: 20px;
}
.wx-title {
  width: 192px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wx-title .logo {
  margin-left: -10px;
}
.wx-name {
  font-size: 12px;
}
.wx-code {
  width: 192px;
  height: 192px;
  margin: auto;
}
.tip {
  font-size: 12px;
  text-align: center;
  color: #999;
}
.wx-btn {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 12px;
  color: #fff;
  width: 140px;
  line-height: 40px;
  border-radius: 8px;
  margin-top: 10px;
  background-color: rgba(61, 61, 61, 1);
}