.lxwm{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.5);
    z-index: 999;
}
.addzzbox{
width: 450px;
height: 660px;
background: #FFFBD6;
box-shadow: 0px 8px 20px 0px rgba(62,95,0,0.2), inset 0px 8px 12px 0px rgba(255,255,255,0.3);
border-radius: 80px 80px 80px 80px;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.addygzz{
background: url('../image/gll.png');width: 161px;height: 78px;
background-repeat: no-repeat;
background-size: 100% 100%;
text-align: center;
line-height: 100px;
font-size: 18px;
color: #fff;
position: relative;
top: -56px;
left: 41px; 
}
.delimgs{
width: 122px;height: 122px;
position: relative;
top: -46px;
left: 34px;
cursor: pointer;
}
.addzzbox1{
display: flex;
align-items: center;

justify-content: space-between;
}
.xianbox{
padding: 45px;
box-sizing: border-box;
}
.xianbox{
position: relative;
top: -90px;

}
.xuxians{
height: 0px;
border: 1px dashed #FFDA9A;
}
.ipsname{
height: 15px;
margin-bottom: 15px;
}
.inps{
width: 100%;
height: 45px;
background: #FFFFFF;
border-radius: 16px 16px 16px 16px;
}
.inps1{
width: 100%;
height: 100%;
padding: 10px 30px;
box-sizing: border-box;
border: none;
}
input:focus{
outliine: none;
}
.addbtn{
width: 265px;
height: 50px;
background: #FFFFFF;
box-shadow: 0px 2px 12px 0px rgba(121,67,0,0.2), inset 0px -2px 6px 0px rgba(236,206,166,0.8);
border-radius: 20px 20px 20px 20px;
margin: 40px auto 0;
padding: 10px;
}
.addbtn1{
width: 100%;height: 100%;
background-color: #E59100;
border-radius: 20px 20px 20px 20px;
color: #FFFFFF;
text-align: center;
line-height: 50px;
cursor: pointer;
}
.imglx{
width: 62px;height: 62px;
background-color: #E59100;
margin-right: 15px;
border-radius: 16px;
}
.namelx{
font-size: 22px;
color: #1D1E1F;
}
.namelx1{
font-size: 14px;
margin-top: 10px;
color: #616366;
}
.qrcode{
width: 250px;height: 250px;
background-color: #616366;
position: relative;
left: 55px;
top: 50px;
}
.lxphone{
    height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #1D1D1F;
    position: relative;
    top: 100px;
    text-align: center;
}
/* 在login.css中添加强制样式 */
.swal2-container {
    z-index: 99999 !important;
  }
  .swal2-popup {
    font-family: inherit !important;
  }