body,p,ul,div,ul,li{
	padding: 0;
	margin: 0;
}
.container{
	display: flex;
	flex-direction: row;
	width: 100%;
	/*height: 100vh;*/
	min-width: 1040px;
}
.left{
	width: 67%;
	background-image:url('../../loginftjt/img/bg.jpg');
  	background-repeat: no-repeat; /* 背景图片不重复 */
 	background-position: center; /* 背景图片居中 */
 	background-size: 100% 100%;
 	/*text-align: center;*/

	/*height: 100vh;*/
	/*min-height: 500px;*/
	/*min-width: 700px;*/
	
}


.defaultImage {
	/*height:1000px;*/
	position: absolute;
	bottom: 0px;
	/*left:10%;*/
	width: 64%;
	min-width: 600px;
	object-fit: cover;
	/*min-height: 900px;*/
	height: 100vh;
	/*margin-left: 5%;*/
}

.right{
	width: 33%;
	background: #fff;
	height: 100vh;
	min-height: 500px;
	margin-left: -45px;
	border-top-left-radius: 15px;
	border-bottom-left-radius:15px;
}
.logo{
	margin-left: 22px;
	margin-top: 40px;
	width: 360px;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.logoImage{
	width: 250px;
}
.logoDes{
	width: 240px;
	margin-top: 20px;
}
.logoContainer{
	width: 360px;
	margin-top: 40px;
}
.tabs{
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 20px;
	color:#84888A;
}
.tab{
	cursor: pointer;
	position: relative;
}
.active{
	color:#2D8CF0;
	font-weight: bold;
}
.active:after{
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -8px;
	height: 3px;
	background: #2D8CF0; /* 下划线颜色 */
}
.mt40{
	margin-top: 50px;
}
.inputDiv{
	border:1px solid #DDDDDD;
	border-radius: 3px;
	margin-top: 20px;
}
.input{
	text-align: left;
	width: 90%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	border:none;
	outline: none;
	color:#333;
	/*padding-left: 10px;*/
}
.input:actived{

}
input::placeholder{
	color:#A3A5A7;
}
.verifyDiv{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-top: 20px;
}

.verifyDiv .inputDiv{
	width: 60%;
	margin-top: 0 !important;
}
.xlcaoInput{
	width: 80%;
}
.code{
	cursor: pointer;
}
.loginBtn{
	background: linear-gradient( 90deg, #E41D84 0%, #2B3F97 94%, #2B3F97 100%);
	border-radius: 6px 6px 6px 6px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	color:#fff;
	margin-top: 20px;
	cursor: pointer;
}
.getCode{
	color:#2D8CF0;
	border:1px solid #2D8CF0;
	width: 35%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
}
.copyright{
	color:#999;
	margin-top: 40px;
	/*margin-bottom: 20px;*/
	font-size: 12px;
	/*margin-left: 15px;*/
}
.hidden{
	display: none;
}
.QRLoginDIV{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	font-size: 18px;

}
.QRCode{
	width: 300px;
	height: 290px;
	margin-left:40px;
}
.hx{
	color:#aaa !important;
	border:1px solid #ddd !important;
	cursor: not-allowed;
}