
* {
margin: 0;
padding: 0;
}
.app_i img{
margin:0;
padding:0;
display:block;
margin-top: -1px;
}
.app_i img {
width: 100%;
display: block;
pointer-events:none;
}
.alert .van-dialog__message {
font-size: .3rem;
font-weight: bold;
}
.form{
position:relative;
}
.form .submit{
       position: absolute;
    width: 3rem;
    height: 0.69rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 1.8rem;
    cursor: pointer;
}
.downbtn{
position:absolute;
width:2.79rem;
height:.69rem;
top:4.9rem;
left:2.42rem;
}
.wxbox{
	position: relative;
   
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
}
#qrcode {
    border-radius: 15px;
    border: 3px #8fafc6 solid;
    left: 0;
    right: 0;
    margin: auto;
    top: 148px;
    bottom: 0;
    z-index: 5;
    position: absolute;
    width: 60%;
}
#qrcode2 {
   border-radius: 15px;
    border: 3px #8fafc6 solid;
    left: 0;
    right: 0;
    margin: auto;
    top: 148px;
    bottom: 0;
    z-index: 5;
    position: absolute;
    width: 60%;
}
.qrBj {
    z-index: -99;
    width: 100%;
}