.loginbox .login-main {
    width: 1000px;
    height: 600px;
    background: #fff;
    z-index: 101;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -300px;
    background: url(../images/reg/bgLoginNewNew.png) no-repeat center center;
}

.loginbox .login-main .login-mleft {
    float: left;
    width: 500px;
    height: 600px;
    background: none;
}

.loginbox .login-main .login-mright {
    width: 380px;
    height: 460px;
    box-sizing: border-box;
    position: absolute;
    right: 107px;
    top: 50%;
    margin-top: -230px;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
}

.loginbox .login-main .login-mright .login-tab {
    margin: 20px auto 30px;
    height: 20px;
}

.loginbox .login-main .login-mright .login-tab .one {
    margin-right: 0;
}

.loginbox .login-main .login-mright .login-tab li {
    font-size: 18px;
    border-bottom: none;
    height: 20px;
    line-height: 20px;
}

.login-mright .login-cont {
    height: 275px;
}

.login-cont .lg-zh-cont {
    padding-top: 0;
    margin: 0;
}

.login-cont .lg-zh-cont .lg-sreye i {
    right: 10px;
    background: url(../images/reg/eyeNew.png) no-repeat center center;
    background-size: contain;
}

.login-cont .lg-zh-cont .lg-sreye i.eye {
    right: 10px;
    background: url(../images/reg/eye1New.png) no-repeat center center;
    background-size: contain;
}

.login-cont .lg-zh-cont .lg-srbox {
    margin: 0 auto 24px;
    width: 320px;
    box-sizing: border-box;
}

.login-cont .lg-zh-cont .lg-srbox input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.loginbox .login-main .login-mleft img {
    display: block;
    width: 298px;
    height: 36px;
    position: absolute;
    top: 119px;
    left: 119px;
}

.login-cont .lg-zh-cont .lg-pasword {
    height: 12px;
    line-height: 12px;
    color: #333;
    width: 320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-cont .lg-zh-cont .lg-pasword  a{
    color: #3662EC;
}

.login-cont .lg-zh-cont .lg-pasword label input {
    margin-right: 0;
}

.login-cont .lg-zh-cont .lg-pasword .lg-checkbox {
    height: 12px;
    line-height: 12px;
    font-weight: 350;
    margin-bottom: 0;
}

.login-cont .lg-zh-btn {
    margin-top: 0;
}

.login-cont .lg-zh-btn p {
    margin: 0;
}

.login-cont .lg-zh-btn p .btn {
    width: 320px;
    height: 40px;
    border-radius: 4px;
}

.goReg {
    display: block;
    line-height: 32px;
    text-align: center;
    width: 320px;
    margin: 0 auto;
    color: #999999;
    font-size: 12px;
}

.goReg a {
    cursor: pointer;
    font-size: 12px;
    color: #3276FF;
}

.login-mright .login-other {
    width: 320px;
    margin: 0 auto;
}

.login-mright .login-other .lg-other {
    left: 110px;
    color: #666666;
}
.login-mright .login-other hr {
    border-top: 1px solid #D8D8D8;
}

.login-mright .login-other .lg-mode {
    width: 218px;
    margin: 33px auto 0;
}

.login-mright .login-other .lg-mode .lg-atlx {
    width: 90px;
    height: 24px;
    border-radius: 14px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    margin: 0;
    line-height: 20px;
}

.login-mright .login-other .lg-mode .lg-dxyz {
    width: 90px;
    height: 24px;
    border-radius: 14px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    margin: 0;
}

.login-mright .login-other .lg-mode .lg-dxyz img {
    margin-right: 5px;
    margin-top: -2px;
    width: 8px;
    height: 11px;
}

.login-mright .login-other .lg-mode .lg-dxyz span {
    margin-top: 0;
    font-size: 10px;
    font-weight: 500;
    color: #165DFF;
}

.login-cont .login-cont-sjhdl .lg-srbox {
    margin: 0 auto 24px;
    width: 320px;
    box-sizing: border-box;
}

.login-cont .login-cont-sjhdl .lg-yzmbox {
    margin: 0 auto 24px;
    width: 320px;
    box-sizing: border-box;
}

.login-cont .login-cont-sjhdl .lg-pasword {
    height: 12px;
    line-height: 12px;
    color: #333;
    width: 320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-cont .login-cont-sjhdl .lg-srbox input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.login-cont .login-cont-sjhdl .lg-yzmbox input {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

#loginPhoneBtn {
    background-color: #165dff80;
    transition: background-color 0.3s ease;
}

#loginPhoneBtn:hover {
    background-color: #165dff;
}

/* .login-cont {
	height: 290px;
} */

/* .login-tab {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
	height: 36px;
}
.login-tab li {
	padding: 0 5px;
	height: 40px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	color: #999999;
	box-sizing: border-box;
}
.login-tab li .active {
	color: #333333;
	font-weight: bold;
	border-bottom: 4px solid #165dff;
} */

.login-other {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    height: 150px;
}

.lg-other {
    position: absolute;
    top: -7px;
    left: 122px;
    width: 100px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    background-color: #fff;
}

.lg-mode {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.lg-atlx,
.lg-dxyz {
    /*width: 100px;*/
    /*height: 45px;*/
    /*border-radius: 10px;*/
    /*background: rgb(245, 245, 245);*/
}

.lg-atlx {
    text-align: center;
    margin-left: 45px;
    /*line-height: 44px;*/
}

.lg-atlx img {
    width: 45px;
    height: 15px;
}

.lg-atlx a {
    width: 100%;
    height: 100%;
}

.lg-dxyz {
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
    margin-right: 45px;
    font-size: 10px;
    cursor: pointer;
}

.lg-dxyz img {
    /*margin-top: 10px;*/
    width: 11px;
    height: 15px;
}

.lg-dxyz span {
    margin-top: -7px;
}

/* .lg-pasword label {
	color: #333333;
} */
.lg-pasword .check-c1 {
    display: inline-block;
    padding-left: 6px;
    cursor: pointer;
    background: url(../images/reg/checkbox1.png) no-repeat left center;
    background-size: 12px 12px;
}
.lg-pasword .check-cd {
    display: inline-block;
    padding-left: 6px;

    cursor: pointer;
    background: url(../images/reg/checkbox-xz.png) no-repeat left center;
    background-size: 12px 12px;
}
@media screen and (max-width: 1440px) {
    .loginbox .login-main {
        width: 850px;
        height: 520px;
        margin-left: -425px;
        margin-top: -250px;
        background: url(../images/reg/bgLoginNewNew.png) no-repeat center center;
    }

    .loginbox .login-main .login-mleft {
        width: 380px;
        height: 520px;
        background: none;
        background-size: 100% 100%;
    }

    .loginbox .login-main .login-mright {
        margin-right: -50px;
    }

    .loginbox .login-main .login-mleft img {
        margin-left: -66px;
    }

    /* #loginbox .login-mright {
        width: 470px !important;
        height: 520px !important;
        padding: 30px 80px 10px 40px !important;
    } */
    .login-other {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
        height: 135px;
    }

    .lg-mode {
        /*margin-top: 40px;*/
    }

    .login-mright .login-cont {
        height: 275px;
    }
}