/* 蒙层 */
.masking {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

#dealerLogin {
    height: 825px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginWindow {
    width: 685px;
    height: 530px;
    padding: 60px 80px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

#dealerLogin .loginWindow h3 {
    font-size: 22px;
    font-weight: normal;
    color: #323232;
    margin-bottom: 35px;
}

.loginWindow .dz_top {
    margin-bottom: 15px;
}

.loginWindow .dz_top>div {
    border: 1px solid #DFDFDF;
    margin-bottom: 0px;
}

.loginWindow .dz_top input {
    width: 100%;
    height: 60px;
    padding: 0 80px 0 20px;
    margin: 0;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

/* 忘记密码 */
.dz_password {
    position: relative;
}

.dz_password .dz_forgetPwd {
    color: #888888;
    position: absolute;
    top: 24px;
    right: 15px;
    cursor: pointer;
}

.dz_bottom button {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 20px;
    background: #D80404;
    border: none;
    border-radius: 5px;
    margin: 30px 0 0px 0;
}

.dz_reg {
    color: #D80404;
    font-size: 18px;
    cursor: pointer;
}

/* 验证码 */
.mui-content .mui-input-row {
    display: flex;
    align-items: center;
    background: #fff;
}

.mui-content .mui-input-row input {
    margin-right: 10px;
}

.mui-content .mui-input-row img {
    cursor: pointer;
}

#verificationCode {
    padding-left: 20px;
    border-left: 1px solid #DFDFDF;
}

/* 忘记密码,确认手机号 */
.dz_checkPhone {
    width: 660px;
    height: 460px;
    padding: 40px 10px 50px 30px;
    background: #fff;
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.dz_changePwd {
    width: 660px;
    height: 460px;
    padding: 40px 10px 50px 30px;
    background: #fff;
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.dz_checkPhone h4 {
    font-size: 24px;
    margin-bottom: 48px;
}

.dz_changePwd h4 {
    font-size: 24px;
    margin-bottom: 48px;
}

.dz_checkPhone p {
    font-size: 18px;
}

.dz_changePwd p {
    font-size: 18px;
}

.dz_nowPhone {
    margin: 10px 0 0px 0;
}

.dz_checkPhone input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #B8B8B8;
    margin-bottom: 50px;
}

.dz_changePwd input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #B8B8B8;
    margin-bottom: 50px;
}

.dz_checkPhone button:first-child {
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.dz_changePwd button:first-child {
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.dz_checkPhone button:last-child {
    background: #D80404;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 8px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.dz_changePwd button:last-child {
    background: #D80404;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 8px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.dz_checkPhone p:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dz_changePwd p:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dz_checkPhone .dz_telCode {
    border-bottom: 1px solid #B8B8B8;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dz_changePwd .dz_checkNewPwd {
    border-bottom: 1px solid #B8B8B8;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.dz_checkPhone .dz_telCode input {
    border: none;
    margin: 0;
}

.dz_changePwd .dz_checkNewPwd input {
    border: none;
    margin: 0;
}

.dz_checkPhone .dz_telCode button {
    width: 300px;
    border: none;
    color: #D80404;
    background: #fff;
    cursor: pointer;
}

.dz_changePwd .dz_checkNewPwd button {
    width: 300px;
    border: none;
    color: #D80404;
    background: #fff;
    cursor: pointer;
}