.main{
	width: 100%;
	height: 100vh;
	background-image: url(../../images/login-bj.jpg);
	background-size: 100% 100%;
	background-repeat: cover;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1200px;
}
.header{
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	left: 30px;
	top: 30px;
	z-index: 10;
}
.logo{
	float: none;
}
body{
	min-height: auto;
}
.main_con{
	width: 1200px;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-top{
	font-size: 38px;
	color: #34a1ff;
	padding-top: 45px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-left: 180px;
}
.main_right{
	width: 34%;
	height: 65%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 50px;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 0px;
	border-radius: 20px;
}
.item_logo{
	margin-bottom: 20px;
}
.login_item{
	margin-top: 0;
	width: 350px;
	height: 290px;
	background-color: unset;
	padding:0;
}
.main_left{
	position: absolute;
	bottom: 0;
	left: 30px;
}

.item_title{
	width: 100%;
	margin-top: 30px;
}
.title_h1{
	font-size: 25px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	text-align: left;
}
.title_h2{
	font-size: 14px;
	color: #666666;
	width: 100%;
	text-align: left;
}
.not_null{
	margin-top: 40px;
	position: relative;
}
.login_item input{
	width: 100%;
	height: 50px;
	box-sizing: border-box;
}
.item_button{
	margin-top: 40px;
	width: 100%;
}
.item_button a{
	width: 100%;
	height: 50px;
	/* background-color: #34a1ff; */
	background-image: url(../../images/btn_login.pan);
	background-size: 100% 100%;
	background-repeat: cover;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	border-radius: 0;
	letter-spacing: 10px;
	border-radius: 20px;

}
.login_item {
	height: 330px;
}
.input-icon{
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
}
.name_input .input-icon{
	background-image: url("../../images/user-icon.png");
}

.card_input .input-icon{
	background-image: url("../../images/pwd-icon.png");
}
.not_null{
	margin-top: 0px;
}
.card_input{
	margin-top: 20px;
}
.login_item input{
	height: 35px;
}