body{
	background:url(../img/login/logo_bj.png) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	
}
.login{
	/* border:1px solid #c10000; */
	margin:auto;
	margin-top:220px;
	display: flex;
    /* align-items: center; */
    justify-content: center;
}
.login_left{
	/*background:url('../img/login/logo_bj.png') no-repeat;*/
	width:750px;
	height:736px;
	background-size:cover;
	float:left;
	
}
.login_left img{
	margin-left: 150px;
    margin-top: 90px;
}
.login_right{
	width: 573px;
	height: 499px;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: -22px 0px 58.41px 0.22px rgba(41,95,221,0.08); 
}
.login_content{
	padding:73px 58px;
}
.login_header{
	
}
.login_header h4{
	font-size: 22px;
	font-weight: 700;
	color: #404a5f;
	line-height: 18px;
}
.login_realname{
	border-bottom:1px solid #C4D0EA;
	padding: 15px 0;
	
}
.login_realname label{
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #404a5f;
	margin-right:22px;
	width:50px;
	display:inline-block;
}
.login_realname:nth-of-type(3){
	margin-top:20px;
}
.login_realname input{
	border:none;
	outline:none;
	height:40px;
}
.login_btn{
	width: 430px;
	height: 56px;
	background: #295fdd;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 56px;
	text-align:center;
	margin-top:42px;
	cursor:pointer;
}
::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #a9b1c3;
}

::-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #a9b1c3;
}

:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #a9b1c3;
}

.login_header span{
	background:url('../img/login/jx.png') no-repeat;
	background-size:cover;
	width:61px;
	height:3px;
	display:inline-block;
}
.tips_ps_red {
	display: none;
}
/* .login {
	background: url(../img/login.png) no-repeat;
	width: 993px;
	height: 563px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.login_left {
	background: url(../img/car.png) no-repeat;
	background-size: cover;
	width: 520px;
	height: 182px;
	position: absolute;
	left: -57px;
	top: 235px;
}

.login_right {
	width: 400px;
	height: 500px;
	background: #FFFFFF;
	border-radius: 12px;
	position: absolute;
	right: 100px;
	top: 49px;
}

.login_main {
	width: 360px;
	text-align: center;
	margin: auto;
	margin-top: 26px;
	margin-bottom: 66px;
}

.login_logo h4 {
	color: #00C477;
	width: 99px;
	font-size: 30px;
	font-weight: 400;
	margin: auto;
}
.login_logo img{
	padding-bottom:16px;
}
.login_logo p {
	color: #666666;
	height: 21px;
	font-size: 16px;
	font-weight: 400;
}

.idcard {
	position: relative;
	margin-bottom: 20px;
	margin-top: 30px;
}

.idcard i {
	background: url(../img/user_.png) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 10px;
}

.idcard input {
	width: 360px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: 0px;
	outline: none;
	border-bottom: 2px solid #EEEEEE;
	text-indent: 50px;
}

.enumber {
	position: relative;
}

.enumber i {
	background: url(../img/pass_.png) no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 10px;
}

.enumber input {
	width: 360px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: 0px;
	outline: none;
	border-bottom: 2px solid #EEEEEE;
	text-indent: 50px;
}

.sub_examlogin {
	width: 360px;
	height: 40px;
	background: url(../img/logini_btn.png) no-repeat;
	background:#FC6A22;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 29px;
	text-decoration: none;
	border-radius: 6px;
}

::-webkit-input-placeholder {
	color: #A8A8A8;
	font-size: 16px;
	font-weight: 400;
}

::-moz-placeholder {
	color: #A8A8A8;
	font-size: 16px;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #A8A8A8;
	font-size: 16px;
	font-weight: 400;
}

.tips_ps_red {
	display: none;
}

.sub_register {
    width: 360px;
    height: 40px;
    background:#ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FC6A22;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
    border:1px solid #FC6A22;
    border-radius: 6px;
}
.sub_bottom span{
	margin-top:10px;
	color:#999999;
	cursor:pointer;
}
.sub_bottom span:nth-of-type(1){
	float:left;
}
.sub_bottom span:nth-of-type(2){
	float:right;
} */