body{
			background: #ccc;
		}
		.login{
			width: 800px;
			height: 500px;
			position: fixed;
			left: 50%;
			top: 50%;
			margin-left: -400px;
			margin-top: -250px;
			background:#fff;
			border: 1px solid #ccc;
			background:#fff;
			box-sizing: border-box;
			border-radius: 8px;
		}
		.login_info{
			padding: 50px 0;
			width: 100%;
			height: 100%;
			box-sizing: border-box;
		}
		.login_left{
			float: left;
			border-right: 1px solid #e6e6e6;
			width: 500px;
			padding: 0 50px;
			box-sizing: border-box;
		}
		.login_right{
			float: right;
			width: 298px;
			padding: 0 50px;
			box-sizing: border-box;
		}
		.login_left_title{
			color: #333;
			font-weight: bold;
			font-size: 26px;
			text-align: center;
			margin-bottom: 35px;
		}
		
		.input_list{
			height: 30px;
			box-sizing: border-box;
			padding: 0 20px;
			margin-bottom: 25px;
		}
		.input_list_icon{
			width: 30px;
			height: 30px;
			margin-top: 5px;
			float: left;
		}
		.input_list_input{
			/*border:none;*/
			float: left;
			height: 40px;
			border:1px solid #ccc;
			line-height: 40px;
			margin-top: 1.5px;
			outline: none;
			width: 310px;
			margin-left: 15px;
			padding: 0 15px;
			box-sizing: border-box;
		}
		.login_left_btn{
			height: 35px;
			width: 80%;
			margin:10px 10% 0;
			text-align: center;
			color: #fff;
			background: #363b90;
			border:none;
		}
		.login_right_title{
			margin-top: 60px;
			color: #333;
			margin-bottom: 5px;
		}
		.login_right_info{
			color: #363b90;
		}
		.login_info_Img{
			width: 25px;
			height: 25px;
			position: relative;
			top: 6px;
		}
		.logo_Img{
			width:200px;
			height: 200px;
			margin-top: 20px;
		}
		.code{
			text-align: center;
		}
		.return{
			color: #fff;
			background: #2185e3;
			position: absolute;
			right: 30px;
			top: 30px;
			border-radius: 4px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			width: 90px;
		}
		.logn{
			position: absolute;
			width:100%;
		}

@media screen and (max-width: 1200px) {
	.login{
		width: 90%;
		left: 5%;
		margin-left: 0;
	}
	.login_left{
		padding: 0 10px;
		width: 400px
	}
	.login_right{
		padding: 0 10px;
		width: 240px;
	}
	.input_list_input{
		width: 280px;
	}


}