.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;
	font-size:14px;
	color: #686868;
}

.lg-mode {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.lg-atlx,
.lg-dxyz {
    width: 100px;
    height: 45px;
    border-radius: 10px;
}

.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;
    font-size: 14px;
	cursor: pointer;
    color: #B6DAFF;
}

.lg-dxyz img {
    margin-top: 10px;
    width: 42px;
    height: 42px;
}

.lg-pasword label {
	color: #333333;
}
