.login {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('https://cdn.static.magcloud.cc/job/static/pc/login_img_bg.png');
    background-size: 100% 100%;
}
.el-form-item__error {
    top: 47px !important;
}
.el-form-item{margin-bottom: 0 !important;}
.times {
    height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9DA9B6;
    line-height: 40px;
    display: inline-block;

}

.login-main {
    display: flex;
    width: 740px;
    height: 520px;
    background: #ffffff;
    box-shadow: 0px 6px 20px 0px rgba(189, 203, 220, 0.2);
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pc-wx {
    width: 33px;
    height: 28px;
    position: absolute;
    right: 21px;
    top: 21px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.log-right {
    width: 240px;
    background: rgba(39, 139, 255, 0.05);
    border-radius: 8px 0px 0px 8px;
}

.log-left {
    flex: 1;
}

.md-pic {
    width: 44px;
    height: 44px;
    /* background: #278bff; */
    border-radius: 8px;
    float: left;
    margin-right: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.right-main {
    display: flex;
    flex-flow: column;
    margin-left: 30px;
    margin-top: 80px;
}

.moud1 {
    margin-bottom: 48px;
    height: 44RPX;
    display: flex;
    align-items: center;
}

.md-desc {
    font-size: 14px;
    font-weight: 400;
}

.md-desc-title {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #667586;
    line-height: 22px;
}
.md-desc-text{
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9DA9B6;
    line-height: 20px;
}
.md-selected {
    color: #1374e3;
}

.choosed {
    width: 188px;
    height: 46px;
    background: #eef6ff;
    border-radius: 2px;
    border: 1px solid #9bcaff;
    text-align: center;
    line-height: 46px;
    margin-right: 8px;
    font-size: 16px;
    color: #278bff !important;
}

.choose {
    width: 188px;
    color: #9da9b6;
    height: 46px;
    border-radius: 2px;
    text-align: center;
    line-height: 46px;
    margin-right: 8px;
    font-size: 16px;
    border: 1px solid #dce3ed;
}

.left-main {
    margin-top: 80px;
    position: relative;
}

.choosetab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.choosetab:hover {
    cursor: pointer;
}

.inp1 {
    width: 387px !important;
    height: 42px;
    background: #ffffff;
    border-radius: 2px;
    margin-bottom: 30px;
    display: block;
}

.inp2 {
    width: 387px !important;
    background: #ffffff;
    border-radius: 2px;
    margin-bottom: 32px;
}

.forget {
    width: 387px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1374e3;
    line-height: 20px;
    text-align: right;
}

.inputs {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 50px;
    margin-top: 40px;
}

.submit-btn {
    margin-top: 98px;
    width: 387px;
    height: 40px;
    background: #278bff;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.btns {
    width: 380px;
    margin-left: 50px;
}

.register {
    text-align: center;
    width: 380px;
    padding-top: 20px;
}


.wx-main {
    margin: 100px auto;
    text-align: center;
}
.wx-style {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    font-size: 14px;
    color: #1374e3;
}

.wx-style:hover {
    cursor: pointer;
}

.wx-title {
    font-size: 24px;
    font-weight: 700;
    color: #111111;
    line-height: 32px;
}

.wx-main-img {
    margin-top: 30px;
    margin-bottom: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tooltip-log-left.el-tooltip__popper.is-dark {
    background-color: #111;
}
.tooltip-log-left.el-tooltip__popper[x-placement^=left] .popper__arrow {
    top: 10px !important;
}
.tooltip-log-left.el-tooltip__popper[x-placement^=left] .popper__arrow::after {
    border-left-color: #111;
}

.wx-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
    width: 176px;
    height: 176px;
    background: #F2F2F2;
    border-radius: 18px 18px 18px 18px;
}
.wx-qrcode-img {
    width: 160px;
    height: 160px;
    border-radius: 8px 8px 8px 8px;
}
.wx-main-msg {
    margin-bottom: 30px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    line-height: 20px;
}
.wx-main-msg-green {
    margin: 0 4px;
    font-weight: 700;
    color: #02AB00;
}
.wx-main-change {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.wx-main-click-login {
    color: #1E6FFF;
    cursor: pointer;
}

.wx-main-tip {
    width: 165px;
}

.wx-qrcode {
    position: relative;
}
.login-refresh {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
.login-refresh-img {
    width: 110px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
    border-radius: 11pxx;
}
.login-finish {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-finish-img {
    width: 36px;
    height: 36px;
}
.login-finish-txt {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #111111;
    line-height: 18px;
    text-align: center;
}

.wx-des {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9da9b6;
    line-height: 20px;
}

.register-txt {
    color: #1374e3;
    font-size: 14px;
    font-weight: 400;
}
.register-txt:hover {
    cursor: pointer;
}

.w196 {
    width: 196px !important;
}

.code {
    width: 180px;
    height: 37px;
    border-radius: 2px;
    border: 1px solid #dce3ed;
    margin-top: -33px;
    margin-left: 10px;
}
.md-selected{color: #1374e3;}
.message-code {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.captcha-pic {
    width: 110px;
    height: 37px;
    border-radius: 2px;
    border: 0px solid #dce3ed;
    margin-top: -33px;
    margin-left: 10px;
}
.captcha-pic img {
    width: 100%;
    height: 100%;
}
.send-phone-code-span {
    cursor: pointer;
    color: #3793FF;
}
.captcha-pic-refresh {
    margin-top: -33px;
    margin-left: 10px;
}
.moud1{
    height: 44px !important;
}
.masking{
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
}
.logo-class{
    display: flex;
    justify-content: center;
    transform: translateY(-10px);
}
.copyright{
    position: absolute;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, 300px);
    color: white;
    left: 50%;
    bottom: 50%;
    text-align: center;
    min-width: 740px;
    white-space: nowrap;
}

.copyright-center{
    margin-left: 50px;
    margin-right: 50px;
}

.code-box{
    width: 351px;
    height: 309px;
    background: #FFFFFF;
    border-radius: 20px;
}
.code-box .el-dialog__header{
    height: 0;
    padding: 0;
}
.code-box .el-dialog__close{
    color: #111;
}
.code-box .el-dialog__body{
    padding: 20px;
}
.code-box .title{
    margin-bottom: 12px;
    height: 27px;
    font-size: 19px;
    font-weight: 500;
    color: #111111;
    line-height: 27px;
    text-align: center;
}
.code-box .code{
    margin: 0 auto 12px;
    display: block;
    width: 190px;
    height: 60px;
}
.code-box .tip{
    text-align: center;
    margin-bottom: 20px;
    height: 14px;
    font-size: 12px;
    color: #004AFF;
    line-height: 14px;
}
.code-box .input{
    margin-bottom: 20px;
}
.code-box .input .el-input__inner{
    border: 1px solid #004AFF;
    border-radius: 10px;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #111111;
    letter-spacing: 2px;
}
.code-box .input .el-input__inner:focus{
    border-color: #004AFF;
}
.code-box .submit{
    width: 100%;
    height: 52px;
    background: #004AFF;
    border-radius: 14px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}