html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.login-content{
    width: 100%;
    overflow: hidden;
}
.login-content .get-code{
    color: #FA57EC;
    background: transparent;
}
.login-content .code-input{
    width: 100%;
}
.login-content .login-button{
    width: 84vw;
    height: 13.34vw;
    line-height: 13.34vw;
    border-radius: 6.67vw;
    background: linear-gradient(270deg, #9B57FA 0%, #FA57EC 100%);
}
.other-login{
    margin-top: 18.13vw;
}
.login-line{
    width: 32.4vw;
    height: .13vw;
    background: #DCDEE0;
}
.other-login-icon{
    padding: 0 28.66vw;
}
.login-icon{
    width: 12vw;
    height: 12vw;
}
.agree{
    width: 100%;
    bottom: 5.33vw;
    left: 0;
}