.login-and-register {
    background: linear-gradient(111deg, #F6F7FB 0.76%, #EEF5FB 100%);
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 80px 0 30px;
}

.login-and-register-container {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

.login-and-register-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.home-logo {
    width: 120px;
}

.home-logo img {
    width: 100%;
}

.login-and-register-area {
    width: 100%;
    margin-top: 40px;
    height: 660px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid #fff;
    display: flex;
}

.login-and-register-area-left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 72px 80px 72px 40px;
    background: linear-gradient(0deg, #DCEBFD 0%, rgba(220, 230, 253, 0.20) 100%);

}

.login-and-register-area-left h3 {
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 43.594px;
    /* 155.694% */
}

.login-and-register-area-left h3+p {
    color: #4E5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.more-desc {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.more-desc>img {
    margin-top: 5px;
}

.more-desc>p {
    color: #86909C;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.left-bottom-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 118px;
    width: 100%;
}

.login-and-register-area-right {
    flex: 1;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    padding: 70px;
}

.right-top-switch {
    position: absolute;
    top: 0;
    right: 0px;
    cursor: pointer;
}

.right-top-switch>img {
    max-width: 80px
}


.login-main-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.login-main-area h3 {
    width: 100%;
    display: flex;
    align-items: center;
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 43.594px;
    /* 181.642% */
}
.login-main-area .roles-select-content h3 {
    font-size: 16px;
    color: #66779B;
    margin-left: 90px;
    line-height: 20px;
}

.login-main-area-of-notwechat h3 {
    text-align: left;
}

.login-main-area p {
    color: #86909C;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.login-main-area-of-notwechat p {
    text-align: left;
}

.qr-code-area {
    margin: 40px 0;
    background: url(../images/newVersion/QR-border.png) no-repeat center center;
    background-size: 100% 100%;
    width: 276px;
    height: 276px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E6EB;
    position: relative;
}

.wechat-qr-login-bottom {
    display: flex;
    align-items: center;
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login-form{
    width: 100%;
    margin-top: 50px;
}


.user-and-password .input-wrap, .phone-and-code .input-wrap {
    margin-bottom: 28px;
    border-radius: 5px;
    /*overflow: hidden;*/
}

.user-and-password .input-wrap:hover, .phone-and-code .input-wrap:hover {
    border: 1.729px solid #165DFF;
    cursor: pointer;
}

.user-and-password .input-wrap:focus-within, .phone-and-code .input-wrap:focus-within {
    border: 1.729px solid #165DFF;
}



.user-and-password .input-wrap input::placeholder, .phone-and-code .input-wrap input::placeholder {
    color: #b7c0cb;
}

.user-and-password .input-wrap::after,.phone-and-code .input-wrap:not(:nth-child(3))::after{
    left: 20px;
    top:12px;
    background: url(../images/newVersion/selectIcons-new.png) no-repeat;
    background-position:-3px -110px;
}

.phone-and-code .input-wrap:first-child::after{
    background-position-y:-148px;
}

.phone-and-code .input-wrap:nth-child(2)::after{
    background-position-y:-187px;
}

.user-and-password .input-wrap:last-child::after,
.phone-and-code .input-wrap:last-child::after{
    background-position-y:-118px;
}

.phone-and-code .company-name-input-wrap::after{
    background-position-y:-225px !important;
}

.user-and-password .user-input-wrap::after{
    background-position-y:-72px !important;
}

.user-and-password .password-input-wrap::after{
    background-position-y:-110px !important;
}

.rember-and-forget {
    display: flex;
    align-items: center;
    color: #86909C;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.245px;
    /* 195.284% */
}

.rember-and-forget label {
    flex-shrink: 0;
    position: static;
    margin-left: -10px;
    width: 18px;
    height: 18px;
    background: url(../images/newVersion/selectIcons-new.png) no-repeat -3px 0;
}

.rember-and-forget input:checked+label {
    background:url(../images/newVersion/selectIcons-new.png) no-repeat -3px -38px;
}

/* .rember-and-forget label {
    width: 12px;
    height: 12px;
    background: url(../images/selectIcons.png) no-repeat -10px -10px;
    overflow: hidden;
    position: absolute;
    left: 2px;
    top: 2px;
    cursor: pointer;
} */
.rember-and-forget a {
    color: #165DFF;
}

.rember-and-forget .fr {
    margin-left: auto;
}

.go-to-login {
    background-color: #165DFF;
    /*margin-top: 40px;*/
    margin-top: 20px;
    margin-bottom: 10px;
}

.go-to-login:hover {
    background: #4080FF;
}

.phone-and-code .input-wrap:nth-child(2) {
    width: calc(100% - 160px);
}

.phone-and-code .input-wrap:nth-child(3) {
    border-color: #165DFF;
    cursor: pointer;
    overflow: hidden;
}
.phone-and-code .input-wrap:nth-child(3) input {
    cursor: pointer;
}
.phone-and-code .input-wrap:nth-child(3) input::placeholder {
    color: #165DFF;
}

.phone-and-code .input-wrap:nth-child(2).password-input-wrap {
    width: 100%;
}

.login-form-wrap{
    display: flex;
    align-items: center;
    height: 56px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.login-form-item {
    border: 1px solid #E5E6EB;
    border-radius: 5px;
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.login-form-item>input,.login-form-wrap>input {
    height: 100%;
    flex: 1;
    margin-left: 20px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
}

.login-form-item>input::placeholder {
    color: #ccc;
}

.get-phone-code-Btn{
    width: fit-content;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #165DFF !important;
    background: #FFF;
    color: #165DFF;
    cursor: pointer;
}






.forget-password {
    color: #86909C;
    margin-left: auto;
}

.rember-and-forget input {
    width: 18px;
    height: 18px;
}

.rember-and-forget label:hover {
    color: #165DFF;
}

.rember-and-forget span {
    margin-left: 15px;
}

.forget-password:hover {
    color: #165DFF;
}

.login-btn {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #165DFF;
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
    color: #fff;
    font-family: "PingFang SC";
    font-size: 16px;
    margin-top: 50px;
    cursor: pointer;
}







.bottom-tips {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #86909C;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.245px;
    /* 223.181% */
}

.bottom-tips>a {
    color: #165DFF;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.245px;
}

.contact-us-bottom {
    color: #4E5969;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 66px;
}

@media screen and (max-width: 767px) {
    .login-and-register {
        padding: 2rem 0;
    }


    .login-and-register-container {
        width: 100%;
        padding: 0 1rem;
    }

    .login-and-register-area-left {
        display: none;
    }

    .login-and-register-area {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 5rem;
    }

    .login-and-register-area-right {
        padding: 2rem;
    }

}

.imgCode {
    width: 330px;
    height: 40px;
    text-align: center;
    margin: 40px auto 0px;
}

.imgCode .input-text {
    box-sizing: border-box;
    width: 200px;
    height: 40px;
    font-size: 14px;
    color: #313131;
    padding-left: 50px;
    border-bottom: 1px solid #bdbdbd;
    background: url(../../../jsp/newVersion2/images/yzm1.png) no-repeat 15px center;
    outline: none;
}

.imgCode img {
    margin-bottom: -10px;
    margin-left: 12px;
}

#imgCodeWindow .box-btn1 {
    background: #165dff;
    height: 40px;
    line-height: 40px;
    margin-left: 224px;
    margin-bottom: 20px;
}

#imgCodeErr {
    text-align: center;
    margin: auto;
    width: 100%;
}

.errorL {
    text-align: left;
    color: #e4393c;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
}