html,body{
  width:100%;
  height: 100%;
}
.login_QR{
  width:100%;
  height:100%;
  position: fixed;
  left: 0;
  top: 0;
  background:rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login_content{
  width:7.46rem;
  height:8.67rem;
  background: #ffffff;
  border-radius: 0.27rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 1.3rem;
}
.login_content img{
  width: 5.3rem;
  height:5.3rem;
  border-radius: 0.1rem;
}
.login_content p:nth-child(1){
  font-size: 0.37rem;
  color: #333333;
  /*line-height: 0.53rem;*/
  padding: 20px 20px;
  text-align: center;
  border-bottom: 1px solid #E7E7E7;
}
.login_content p:nth-child(1) span{
  color: #00D2C3;
}
.login_content p:nth-child(3){
  font-size: 0.27rem;
  color: #999999;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 0.27rem;
  width:100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_content p:nth-child(3) span:first-child{
  display: inline-block;
  width: 0.27rem;
  height: 0.27rem;
  background: url(../images/waitnum/hint.png) no-repeat;
  background-size: cover;
  margin-right: 0.1rem;
  margin-bottom: 0.05rem;
}
.login_QR_delete{
  width: 0.85rem;
  height:0.85rem;
  background: url(../images/waitnum/close.png) no-repeat;
  background-size: cover;
}