.header{margin-bottom:2vh;text-align:center}.header .logo{width:80px;height:80px;background:#fff;display:flex;justify-content:center;align-items:center;border-radius:50% 50%}.header .description{font-size:14px;color:rgba(0,0,0,.45);margin-top:1vh}.header .logo-box{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.header .logo-box .title_scale{font-size:32px;margin-top:1vh;font-weight:700;color:#1a0939}.lang-icon{position:fixed;top:2vh;right:1.5vw;cursor:pointer}.lan-logo-content{display:flex;align-items:center}.lan-logo-content .country-logo{width:15px;margin-right:8px}.regist{background:url(../img/loginBg.1d83922a.webp);height:100%;background-color:#eee;background-size:cover}.regist .form{padding-top:1vh}.regist .form .regist-title{display:block;font-weight:700;font-size:16px;margin-bottom:2vh}.regist .form .input-verify{width:67%}.regist .regist-btn{width:50%}.regist .to-login{font-size:14px;line-height:35px}.regist .layout{display:flex;width:460px;height:100%;justify-content:center;align-items:center}.regist .layout .loginBox{width:420px;padding:45px;background:hsla(0,0%,100%,.7);border-radius:10px;box-shadow:2px 2px 15px hsla(0,0%,100%,.3);transition:transform .2s,box-shadow .2s}.regist .layout .loginBox:hover{transform:translateY(-5px);box-shadow:2px 4px 30px hsla(0,0%,100%,.5)}