.login{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    display: none;
    overscroll-behavior: contain;
    z-index: 99;
}
.login>.login_form{
    background: #fff;
    border-radius: 4.2666666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 73.333333333333vw;
}
.login>.login_form>.close{
    font-size: 4.8vw;
    position: absolute;
    right: 4vw;
    top: 4vw;
    color: rgba(0, 0, 0, .4);
}
.login>.login_form>.title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgba(50, 51, 51, 1);
    height: 6.6666666666667vw;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 6.6666666666667vw;
    margin-top: 10.666666666667vw;
    margin-bottom: 4.8vw;
}
.login>.login_form>.line{
    width: 100%;
    height: 12.8vw;
    display: flex;
    align-items: center;
    border-bottom: 0.13333333333333vw solid rgba(236, 237, 238, 1);
    width: 65.333333333333vw;
}
.login>.login_form>.line>.iconfont{
    font-size: 5.3333333333333vw;
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    display: block;
}
.login>.login_form>.line>input{
    color: rgba(50, 51, 51, 1);
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 3.7333333333333vw;
    font-weight: 400;
    height: 12.8vw;
    line-height: 12.8vw;
    margin-left: 2.6666666666667vw;
}
.login>.login_form>.line>input[name="mobile"]{
    width: 57.333333333333vw;
}
.login>.login_form>.line>input[name="validate"]{
    width: 41.333333333333vw;
}
.login>.login_form>.line>.send_validate{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3.2vw;
    color: rgba(207, 37, 31, 1);
    width: 16vw;
    opacity: .24;
}
.login>.login_form>.line>input::placeholder{
    color: rgba(190, 191, 194, 1);
}
.login>.login_form>.login_but{
    width: 57.333333333333vw;
    height: 10.666666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: rgba(207, 37, 31, 1);
    border-radius: 5.8666666666667vw;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    margin-top: 10.666666666667vw;
}
.login>.login_form>.info{
    font-size: 3.2vw;
    color: rgba(190, 191, 194, 1);
    line-height: 3.7333333333333vw;
    width: 100%;
    height: 3.7333333333333vw;
    text-align: center;
    margin: 2.6666666666667vw 0 10.666666666667vw 0;
}