.loading-div-wrapper{z-index:2100;background-color:#0000004d;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-div-wrapper .loading-div{box-sizing:border-box;background-color:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:336px;min-height:196px;padding-top:24px;padding-bottom:24px;display:flex;position:relative}.loading-div-wrapper .loading-div .loading-div-content{background-color:#0000;border-radius:36px;width:72px;height:72px;position:relative;box-shadow:0 0 4px #9b8dff80,0 0 8px #65b2ff66,0 0 16px #65b2ff4d}.loading-div-wrapper .loading-div .loading-div-content .logo-img{width:64px;height:64px;margin:auto;position:absolute;inset:0}.loading-div-wrapper .loading-div .loading-div-content .loading-spinner{background:conic-gradient(from 180deg,#fff 0deg,#9b8dff 90deg,#586fff 180deg,#65b2ff 270deg,#9b8dff 0deg);border-radius:50%;width:72px;height:72px;animation:1s linear infinite spin;-webkit-mask:radial-gradient(farthest-side,#0000 92%,#000 93%);mask:radial-gradient(farthest-side,#0000 92%,#000 93%)}.loading-div-wrapper .loading-div .title{color:#161722;font-family:PingFang SC;font-size:14px;font-weight:500;line-height:22px}.loading-div-wrapper .loading-div .text{color:#161722b3;font-family:PingFang SC;font-size:14px;font-weight:400;line-height:22px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
