#app {
  width: 100%;
  height: 100%;
}
/* 头部logo和标题 */
.top{
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.21rem;
}
.top > .logo{
  width: 1.16rem;
}
.top > .logo > img {
  width: 100%;
  height: 100%;
}
.top > p {
  font-size: 0.18rem;
}
/* 登录区 */
.login {
  margin-top: 1.2rem;
}
.login > .wxLogin {
  display: flex;
  flex-direction: column;
  width: 3.16rem;
  height: 0.44rem;
  background-color: rgb(250, 213, 94);
}
.wxLogin > .wxLogo {
  display: flex;
  flex-direction: column;
  width: 0.44rem;
  height: 0.44rem;
}
