.service-modal{position:absolute;position:fixed;width:100%;height:100%;z-index:2100;background:rgba(0,0,0,.5)}.service-modal,.service-modal__container{left:50%;top:50%;transform:translate(-50%,-50%)}.service-modal__container{position:absolute;width:8rem;height:10.67rem;box-sizing:border-box;background:#fff;display:flex;flex-direction:column;font-size:.37rem}.service-modal__content{flex:1;overflow:auto;line-height:1.4;padding:.4rem}.service-modal__content strong{font-weight:700}.service-modal__content .title{text-align:center;font-size:.4rem;font-weight:700;padding-bottom:.2rem}.service-modal__content u{text-decoration:none}.service-modal__loading{padding:1.33rem 0;display:flex;justify-content:center;align-items:center}.service-modal__actions{display:flex;justify-content:center;overflow:hidden;border-top:1PX solid #eee}.service-modal__button{flex:1;cursor:pointer;line-height:1.2rem;font-size:.43rem;box-sizing:border-box;text-align:center}.service-modal__button:first-of-type{color:#666}.service-modal__button--primary{color:#fff}.service-modal__button--disabled{background:#ccc!important}@keyframes cyberpunk-scan{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.auth-login{height:100vh;background:linear-gradient(135deg,#fff,#f5f8ff);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 .53rem;box-sizing:border-box}.auth-login__container{width:100%;max-width:8rem;background:#fff;border-radius:.27rem;box-shadow:0 .13rem .4rem rgba(0,0,0,.05);padding:.53rem .4rem;animation:containerAppear .5s ease-out}.auth-login__header{text-align:center;margin-bottom:.53rem}.auth-login__header h2{font-size:.48rem;color:#333;margin:0;animation:textGlow 2s infinite}.auth-login__header img{width:1.6rem;margin-bottom:.27rem}.auth-login__content{margin-bottom:.27rem}.auth-login__form{margin-bottom:.4rem}.auth-login__field{display:flex;align-items:center;border-bottom:.01rem solid #eee;margin-bottom:.27rem;padding-bottom:.2rem;position:relative}.auth-login__icon{margin-right:.2rem}.auth-login__input-wrapper{flex:1}.auth-login__input-wrapper input{width:100%;border:none;outline:none;font-size:.4rem;color:#333;background:transparent}.auth-login__input-wrapper input::placeholder{color:#bbb}.auth-login__code-btn{padding:0 .2rem;height:.8rem;line-height:.8rem;color:#fd6f5e;font-size:.35rem;white-space:nowrap;cursor:pointer}.auth-login__inviter-name{color:#999;font-size:.32rem;white-space:nowrap}.auth-login__button{margin-top:.4rem}.auth-login__button .van-button{height:1.2rem;font-size:.43rem;border-radius:.6rem;box-shadow:0 .07rem .2rem rgba(253,111,94,.2)}.auth-login__agreement{text-align:center;font-size:.37rem;color:#666;margin-top:.4rem;position:relative}.auth-login__agreement:before{content:"";position:absolute;top:-.2rem;left:50%;transform:translateX(-50%);width:.53rem;height:.03rem;background:#eee;animation:lineWidth 2s ease-in-out infinite}.auth-login__agreement .van-checkbox__label{color:#666;font-size:.37rem}.auth-login__agreement-link{color:#fd6f5e;cursor:pointer;position:relative;font-size:.37rem}.auth-login__agreement-link:after{content:"";position:absolute;bottom:-.03rem;left:0;width:100%;height:.01rem;background:#fd6f5e;transform:scaleX(0);transition:transform .3s ease}.auth-login__agreement-link:hover:after{transform:scaleX(1)}@keyframes pulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:.5}}@keyframes containerAppear{0%{opacity:0;transform:translateY(.27rem)}to{opacity:1;transform:translateY(0)}}@keyframes lineWidth{0%{width:.53rem}50%{width:.8rem}to{width:.53rem}}@keyframes textGlow{0%{filter:drop-shadow(0 0 .03rem rgba(61,116,255,.3))}50%{filter:drop-shadow(0 0 .11rem rgba(61,116,255,.5))}to{filter:drop-shadow(0 0 .03rem rgba(61,116,255,.3))}}