body,html {width: 100%;height: 100%;}
body {
	display: flex;
	align-items: center;
	overflow: hidden;
	background: url(../img/bg_login220518.png) center center no-repeat;
	background-size: cover;
}
.content {
	/*overflow: hidden;*/
	width: calc(100% - 500px);
	height: calc(100% - 400px);
	/*background: url(../img/bg_login_con220506.png) center center no-repeat;*/
	background-size: cover;
	margin: 0 auto 100px;
}

.tp_con_login {
	position: relative;
	float: left;
	width: calc(100% - 480px);
	height: auto;
	text-align: center;
	padding-top: 0px;
}
.tp_con_login img {
	width: 70%;
	position: relative;
	top: -100px;
}
.con_login {
	overflow: hidden;
	float: left;
	width: 480px;
	height: 100%;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 60px;
	display: flex;
	align-items: center;
}
.con_login_list {
	position: relative;
	top: -20px;
	width: 100%;
}
.tit_login {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	background: url(../img/bg_tit_login.png) center bottom no-repeat;
	padding-bottom: 10px;
	margin-bottom: 48px;
}
.int_login {
	width: 100%;
	height: 56px;
	line-height: 56px;
	border: 1px solid #6c9bd9;
	box-sizing: border-box;
	padding: 0px 20px 0px 15px;
	margin-bottom: 20px;
}
.int_login input {
	float: left;
	width: 100%;
	height: 56px;
	line-height: 56px;
	color: #333333;
	font-size: 16px;
	border: none;
	background: none;
	box-sizing: border-box;
	padding-left: 35px;
}
.int_login.int_user input {
	background: url(../img/tb_login_user.png) left center no-repeat;
	background-size: 20px;
}
.int_login.int_password input {
	background: url(../img/tb_login_password.png) left center no-repeat;
	background-size: 20px;
}
.int_login.int_yzm input {
	background: url(../img/tb_login_yzm.png) left center no-repeat;
	background-size: 20px;
}
.int_login input::-webkit-input-placeholder{
	font-size: 16px;
	color: #82a8d9;
	letter-spacing: 2px;
}
.int_login input:-moz-placeholder,
.int_login input::-moz-placeholder,
.int_login input:-ms-input-placeholder {
	font-size: 16px;
	color: #82a8d9;
}
.int_yzm {
	position: relative;
	width: calc(100% - 120px);
	margin-bottom: 40px;
}
.int_yzm img {
	position: absolute;
	top: -1px;
    right: -120px;
    overflow: hidden;
    width: 110px;
    height: 56px;
    border-radius: 2px;
    background: url(../img/bg_int_login.png) repeat;
}
.btn_login {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	border-radius: 2px;
	background-color: #287eed;
}
.btn_login a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

/*copyright*/
.con_copyright {
	position: absolute;
	bottom: 20px;
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 14px !important;
	box-sizing: border-box;
}
.con_copyright span {
	margin: 0 10px;
}
.con_copyright a {
	color: #FFFFFF;
}



@media screen and (max-width: 1500px) {
	.content {
		width: calc(100% - 100px);
		height: calc(100% - 100px);
		margin: 0 auto;
	}
	.con_copyright {
		bottom: 10px;
	}
	.tp_con_login img {
		width: 90%;
		position: relative;
		top: -160px;
	}
	.tp_con_login {
		width: calc(100% - 480px);
		padding-top: 100px;
	}
	.con_login {
		width: 440px;
	}
	.con_login_list {
		top: 0px;
	}
	.tit_login {
		font-size: 24px;
	}
}

/*�����ֻ�*/
@media screen and (max-width: 800px) {
	
	body {
		overflow: hidden;
		background-size: cover;
	}
	.content {
		width: calc(100% - 40px);
    	height: auto;
		justify-content: center;
	}
	.tp_con_login {
		display: none;
	}
	.con_login {
		width: 100%;
		height: auto;
    	padding: 30px 20px;
	}
	.con_copyright {
		height: auto;
		padding: 0 20px;
	}
	
}