.login_box{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 101;
}
.close-login{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}
.login_box_child{
    position: relative;
    width: 800px;
    height: 433px;
    display: flex;
    background-color: white;
    margin: 0 auto;
}
.login_left{
    height: 100%;
    width: 380px;
}
.login_right{
    height: 100%;
    width: 420px;

}
.title{
    width: 420px;
    height: 70px;
    font-size: 18px;
    font-family: PingFang SC;
    color: #363636;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #DCDFE6;
}
.login_right_item{
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    padding: 0 33px;
    box-sizing: border-box;
}
.login_mode{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 68px;
}
.login_mode_line{
    width: 64px;
    height: 5px;
    background: #4492E5;
}
.blue{
    color: #4492E5;
}
.login_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login_right_item span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #939393;
    line-height: 33px;
    width: 20%;
    line-height: 68px;
}
.login_right_item input{
    width: 135%;
    color: #999999;
    font-size: 14px;
    height: 36px;
    margin-top: 16px;
    border: 1px solid #DCDFE6;
    padding: 0 19px;
    box-sizing: border-box;
}
.yzm{
    width: 112px;
    background: #FFFFFF;
    border: 1px solid #4492E5;
    border-radius: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #4492E5;
    line-height: 36px;
    height: 36px;
    margin-top: 15px;
    text-align: center;
    cursor:pointer;
}
input,textarea,select,a:focus {
    outline: none;
}
.button{
    width: 352px;
    height: 34px;
    background: #4492E5;
    font-size: 14px;
    border-radius: 3px;
    color: #FFFFFF;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    cursor:pointer;
}
.buttonGray{
    width: 352px;
    height: 34px;
    color: #4492E5;
    background-color: #FFFFFF;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    display: block;
    border: 1px solid #4492E5;
    margin: 0 auto;
    margin-top: 20px;
    cursor:pointer;
}
.login_bottom{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #636363;
    line-height: 68px;
    cursor:pointer;
}
.bj-zzc{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
