input{
    outline: none;
}
.loginIn{
    cursor: pointer;
}
#chooseCarIcon{
    cursor: pointer;
}
.loginBox{
    width:621px;
    height:473px;
    background:#fff;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.03);
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding: 30px;
    box-sizing: border-box;
    z-index: 1000;
}
.loginBoxDiv{
    display: grid;
    grid-template-columns: 340px 1px 132px;
    grid-column-gap: 30px;
    justify-items: center;
}
.login_mode{
    display: flex;
    
    font-size: 22px;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
}
.login_mode_item{
    cursor: pointer;
}
.login_mode_item:last-child{
    margin-left: 30px;
}
.login_mode .active{
    color: #2B2929;
    border-bottom: 3px solid #E80000;
    font-weight: 600;
}
.verification{
    margin-top: 40px;
}

.phoneCode,.verificationCode,.accountNumber,.password{
    height: 42px;
    width: 336px;
    text-indent: 20px;
    border:none;
    background-color: #F7F8FA;
}
.verificationBox{
    margin-top: 25px;
    position: relative;
}
.getCode{
    font-size: 14px;
    color: #4376FD;
    position: absolute;
    right: 20px;
    bottom: 13px;
    cursor: pointer;
}
.woringTit{
    position: absolute;
    left: 0;
    bottom: -24px;
    font-size: 12px;
    color: #E80000;
    display: none;
}
.accountNumber{
    display: none;
}
.passwordBox{
    margin-top: 25px;
    position: relative;
    display: none;
}
.password_img{
    cursor: pointer;
    width: 20px;
    height: 12px;
    background: url('../../image/jinling.png') no-repeat;
    background-position:  -1736px -178px;
    position: absolute;
    right: 20px;
    bottom: 13px;
}
.password_Tit{
    position: absolute;
    left: 0;
    bottom: -24px;
    font-size: 12px;
    color: #E80000;
    display: none;
}
.checkType{
    margin-top: 36px;
    font-size: 14px;
    font-weight: 400;
    color: #2B2929;
}
.login_btn{
    width: 340px;
    height: 42px;
    margin-top: 10px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #999999;
    border-radius: 5px;
    cursor: pointer;
}
.forgetCode{
    width: 75px;
    display: none;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    color: #4376FD;
    text-align: center;
    margin-left: calc(50% - 37.5px);
    cursor: pointer;
}
.three_login{
    text-align: center;
    margin-top: 55px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.three_login_item{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.three_login_wx{
    height: 36px;
    width: 36px;
    background: url('../../image/jinling.png') -1658px -76px no-repeat;
}
.three_login_qq{
    height: 36px;
    width: 36px;
    margin: 0 30px;
    background: url('../../image/jinling.png') -1724px -76px no-repeat;
}
.three_login_car{
    height: 36px;
    width: 36px;
    background: url('../../image/jinling.png') -1816px -76px no-repeat;
}
.login_line{
    width: 1px;
    height: 412px;
    background:#EFEFEF;
}
.loginBox_Qrcode{
    position: relative;
    width: 100%;
    text-align: center;
}
.close_btn{
    cursor: pointer;
    position: absolute;
    right: -28px;
    top: 0;
    width: 16px;
    height: 14px;
    background: url('../../image/jinling.png') -790px -697px no-repeat;
}
.qrCode_tit{
    font-size: 22px;
    margin-top: 96px;
    font-weight: 400;
    color: #2B2929;
}
.qrCode_img{
    width: 132px;
    height: 132px;
    margin-top: 20px;
}
.qrCode_img img{
    width: 100%;
    height: 100%;
}
.open_app{
    margin-top: 15px;
}
.open_app_one{
    font-size: 14px;
    color: #2B2929;
}
.open_app_one span{
    font-size: 14px;
    color: #4376FD;
}
.open_app_two{
    font-size: 12px;
    color: #2B2929;  
}
.down_app{
    margin-top: 60px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.down_app_img{
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    background: url('../../image/jinling.png') -1899px -76px no-repeat;
}

.headImgBox{
    position: absolute;
    top: 53px;
    left: 0;
    /* display: none; */
    width: 210px;
    height: 294px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    z-index: 500;
}
.headImgCard{
    width: 100%;
    height: 100%;
    display: grid;
    margin: 15px 0 0 0;
    box-sizing: border-box;
    grid-template-rows: 60px 35px 80px 52px 52px;
    align-items: center;
    justify-items: center;
}
.head_img{
    width: 60px;
    height: 60px;
}
.head_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.head_name{
    line-height: 35px;
    font-size: 18px;
    font-weight: 400;
    color: #2B2929;
}
.showNumBox{
    display: grid;
    line-height: 40px;
    margin: 0 23px;
    box-sizing: border-box;
    grid-template-columns: repeat(3,auto);
    grid-column-gap: 40px;
}
.showNumBox_item{
    display: grid;
    text-align: center;
    line-height: 20px;
    grid-template-rows: 20px 20px;
    font-size: 14px;
}
.personalMsg{
    width: 100%;
    line-height: 52px;
    padding-left: 22px;
    box-sizing: border-box;
    border-top: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    cursor: pointer;
} 
.personalMsg span{
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-right: 8px;
    background: url('../../image/jinling.png') -1812px -176px  no-repeat;
} 
.leaveLogin{
    width: 100%;
    padding-left: 22px;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 52px;
    display: flex;
    align-items: center;
    border-top: 1px solid #EFEFEF;
}
.leaveLogin span{
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-right: 8px;
    background: url('../../image/jinling.png') -1901px -176px  no-repeat;
}   