.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;
}

.login-mleft {
	float: left;
	width: 500px;
	height: 600px;
	background: url(../images/login/loginleft.png) no-repeat center center;
	position: relative;
	box-sizing: border-box;
}

.login-mleft img {
	display: block;
	width: 136px;
	height: 44px;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -68px;
}

.login-cont {
	height: 290px;
}

.login-tab {
    /* float: none; */
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
	height: 36px;
}
.login-tab li {
	/* float: left; */
	padding: 0 5px;
	height: 40px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	color: #999999;
	box-sizing: border-box;
	/* margin-right: 40px; */
}
.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;
}

@media screen and (max-width: 1440px) {
	.login-main {
		width: 850px;
		height: 520px;
		margin-left: -425px;
		margin-top: -250px;
	}
    .login-mleft {
		width: 380px;
		height: 520px;
		background: url(../images/login/loginleft.png) no-repeat center center;
		background-size: 100% 100%;
	}
	.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;
    }
}