/*html {
    height: 100%;
    font-size: 14px;
    font-family: "Source Han Sans CN";
    color: #3a3939;
    cursor: default;
}

body {
    min-width: 1200px;
    background-color: #f8f8f8;
    font-family: MicrosoftYaHei;
}*/
.header-conteiner {
    background-color: #ffffff;
}
.container {
    width: 100%;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
}

.daduoduo {
    display: flex;
    align-items: center;
    height: 70px;
}
.daduoduo .logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.daduoduo .logo-name {
    color: #fd4c60;
    font-size: 20px;
}

.main-content {
    background-image: url(//qmm.daduoduo.com/AdminImageUpload/2023/6/2/2359681bg2_ORIGIN_wgDO.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.main-content.register-main-content {
    background-image: url("/Images/zsxt/login/bg.png");
}
.main-content .login-box {
    width: 1300px;
    height: 624px;
    background: #ffffff;
    box-shadow: 0px 0px 38px rgba(36, 0, 135, 0.3);
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
}
.main-content .login-content {
    padding: 30px 50px;
    box-sizing: border-box;
    width: 653px;
}
.main-content.login-main-content .login-content {
    position: relative;
}
.main-content.login-main-content .login-content::before {
    content: "";
    width: 1px;
    height: 460px;
    background-color: #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.login-content .title {
    text-align: right;
    font-size: 26px;
    color: #fd4c60;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.login-content .hi-logo {
    width: 32px;
    height: 32px;
    margin-left: 20px;
}
.login-content .login-form {
    margin: 77px auto 0;
    width: 380px;
    position: relative;
}.login-content .login-form .cornerimg{
    position: absolute;
    right: 0;    
    top: -30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.login-content .form-title {
    text-align: center;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}
.login-content .label {
    color: #707070;
    font-size: 14px;
    margin-bottom: 10px;
}
.login-content .login-btn {
    background: linear-gradient(90deg, #ac67ff 0%, #8766fa 100%);
    border: none;
    width: 100%;
}
.login-content .bottom-btn {
    color: #707070;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
}
.login-content .bottom-btn .blue {
    color: #2ca2ff;
}
.login-content .loginByQrcode {
    text-align: center;
}
.login-content .qrcode {
    width: 250px;
    height: 250px;
}
.login-content .wechat {
    width: 22px;
    height: 18px;
    margin-right: 6px;
}



.footer {
    background: unset;
}

.code-line {
    display: flex;
}
.code-line .getCodeBtn {
    margin-left: 14px;
    color: #ac67ff;
    border: 1px solid #ac67ff;
    min-width: 160px;
}

.regUserDialog .el-dialog {
    border-radius: 10px;
    width: 520px;
}
.regUserDialog .el-dialog .el-dialog__header {
    padding: 50px 0 40px;
}
.regUserDialog .el-dialog .el-dialog__title {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}
.regUserDialog .el-dialog .el-dialog__body {
    padding: 0 70px 50px;
}
.regUserDialog .regBtn {
    width: 100%;
    background: linear-gradient(90deg, #ac67ff 0%, #8766fa 100%);
    border-radius: 4px;
    border-color: #AC67FF;
}
.regUserDialog .el-input--prefix .el-input__inner, .regUserDialog .el-input--suffix .el-input__inner {
    padding-left: 40px;
}
.regUserDialog .el-input--prefix .el-input__prefix {
    left: 15px;
}
.el-input__suffix {
    right: 30px;
}
.el-input__suffix .active {
    color: #4b20e0;
    cursor: pointer;
}

