.login_wrap{
    display: none;
}
.login_wrap, .login_wrap .opacity{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
}
.login_wrap .opacity{
    z-index: 1;
    background: rgba(0, 0, 0, .4);
}
.login_wrap .login_dialog{
    width: 73.333333vw;
    min-height: 77.333333vw;
    background: #FFFFFF;
    border-radius: 4.266667vw;
    position: absolute;
    z-index: 2;
    top: 19.2vw;
    left: 13.333333vw;
}
.login_dialog .title{
    padding-top: 5.333333vw;
    padding-bottom: 4.8vw;
    height: 6.666667vw;
    font-size: 4.8vw;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #323333;
    line-height: 6.666667vw;
    text-align: center;
}
.login_dialog .title + .title{
    padding: 0;
    margin-top: -18px;
    font-size: 3.733333vw;
    color: #666;
}
.login_dialog .input_wrap{
    width: 100%;
    height: 12.8vw;
    padding-right: 4.533333vw;
    padding-left: 3.2vw;
    box-sizing: border-box;
    overflow: hidden;
}
.input_wrap>img{
    width: 5.333333vw;
    height: 5.333333vw;
    object-fit: contain;
    margin-right: 2.666667vw;
}
.input_wrap>input{
    flex: 1;
    font-size: 3.733333vw;
    font-family: PingFangSC, PingFang SC;
    line-height: 5.333333vw;
    padding: 3.733333vw 0;
    font-weight: 500;
    color: #323333;
    overflow: hidden;
}
.input_wrap input::placeholder{
    color: #BEBFC2;
    font-weight: 400;
}
.input_wrap .sent_btn{
    height: 8vw;
    line-height: 8vw;
    font-size: 3.2vw;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #424EA6;
    white-space: nowrap;
}
.input_wrap::after{
    border-width: 0;
    border-bottom: 1PX solid #ECEDEE;
    left: calc(-50% + 15.466667vw);
    right: calc(-50% + 10.666667vw);
}
.login_dialog .login_btn{
    width: 57.333333vw;
    height: 10.666667vw;
    line-height: 10.666667vw;
    text-align: center;
    background: #424EA6;
    border-radius: 5.866667vw;
    margin: 10.4vw;
    border: none;
    outline: none;
    font-size: 4.266667vw;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.login_dialog .form{
    background: none;
    width: 100%;
    height: auto;
}
.login_dialog .form .line{
    width: 90%;
}
.login_dialog .form>.but{
    margin-bottom: 5.333333vw;
}