* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
body{
	background:#4264cc url(../images/login.jpg) center bottom no-repeat fixed;
	background-size: auto 100%;
}

.box{
	width: 96%;
	height: auto;
	margin: 0px auto;
	padding: 100px 0;
}
.form{
	display: block;
	width: 100%;
	height: 480px;
	background: #4264cc;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(66, 100, 204, 0.5);
	overflow: hidden;
}
.form .from_left{
	float: left;
	width: 70%;
	height: 100%;
	background: #fff;
	padding: 60px 20px 30px 20px;
	overflow: hidden;
}
.register{
	height: 568px;
}
.register.from_left{
	padding: 30px 20px;
}
.form .from_left input{
	width: 100%;
	height: 66px;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #e6e6e6;
	background: rgba(66, 100, 204, 0.1);
	margin-bottom: 30px;
	padding: 20px 0 20px 64px;
	overflow: hidden;
}
.form .from_left input.icon_realname{
	background: rgba(66, 100, 204, 0.1) url(../images/icon_login_user.png) 15px center no-repeat;
	background-size: 34px;
}
.form .from_left input.icon_idcard{
	background: rgba(66, 100, 204, 0.1) url(../images/icon_login_idcard.png) 15px center no-repeat;
	background-size: 34px;
}
.form .from_left input.icon_phone{
	background: rgba(66, 100, 204, 0.1) url(../images/icon_login_phone.png) 15px center no-repeat;
	background-size: 34px;
}
.form .from_left input.icon_password{
	background: rgba(66, 100, 204, 0.1) url(../images/icon_login_password.png) 15px center no-repeat;
	background-size: 34px;
}
.form .from_left .login_btn{
	width: 100%;
	height: 64px;
	font-size: 18px;
	line-height: 64px;
	color: #fff;
	text-align: center;
	background: #4264cc;
	border: none;
	cursor: pointer;
	overflow: hidden;
}
.form .from_left .login_btn:hover{
	background: #2a4bb2;
}
.form .from_left .from_left_other{
	width: 100%;
	height: 48px;
	font-size: 14px;
	line-height: 48px;
	color: #666;
}
.form .from_left .from_left_other a{
	color: #666;
}
.form .from_left .from_left_other a:hover{
	color: #4264cc;
}
.form .from_left .from_left_other .from_left_other_li{
	display: inline-block;
}
.form .from_left .from_left_other .from_left_other_li_right{
	float: right;
	margin-left: 10px;
}
.form .from_left .from_left_other .from_left_other_li:hover, .form .from_left .from_left_other .from_left_other_li_right:hover{
	color: #4264cc;
	cursor: pointer;
}
.form .from_right{
	float: left;
	width: 30%;
	height: 100%;
	overflow: hidden;
}
.form .from_right .login_logo{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) center no-repeat;
	background-size: 80%;
	overflow: hidden;
}
/* 上传头像 */
.upavatarurl{
	width: 89px;
	height: 137px;
	margin: 215px auto; 
	overflow: hidden;
}
.upavatarurl .upavatarurl_file{
	width: 100%;
	height: 89px;
	background: url(../images/icon_upimg_white.png) top center no-repeat;
	background-size: 100%;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.upavatarurl .upavatarurl_file input{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	opacity:0;
}
.upavatarurl .upavatarurl_file img{
	width: 100%;
	height: 100%;
}
.upavatarurl .upavatarurl_file img[src=""], .upavatarurl .upavatarurl_file img:not([src]){
    opacity:0;
}
.upavatarurl .upavatarurl_title{
	width: 100%;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
/* 底部版权 */
.footer{
	width: 100%;
	height: 64px;
	font-size: 14px;
	line-height: 64px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.footer a{
	color: #fff;
}

@media screen and (min-width:750px){
	body{
		background:#4264cc url(../images/login.jpg) center top no-repeat fixed;
		background-size: 100% auto;
	}
	.box{
		width: 45%;
		padding: 150px 0;
	}
	.form .from_left{
		width: 45%;
	}
	.form .from_right{
		width: 55%;
	}
	/* 上传头像 */
	.upavatarurl{
		width: 144px;
		height: 192px;
		margin: 188px auto; 
	}
	.upavatarurl .upavatarurl_file{
		height: 144px;
	}
}

/*1280分辨率以上（大于1200px）*/
@media screen and (min-width:1200px){

}

/*1100分辨率（大于960px，小于1199px）*/
@media screen and (min-width: 960px) and (max-width: 1199px) {
	
} 

/*880分辨率（大于768px，小于959px）*/
@media screen and (min-width: 768px) and (max-width: 959px) {
	
}

/*720分辨率（大于480px，小于767px）*/
@media only screen and (min-width: 480px) and (max-width: 767px){
	
}

/*440分辨率以下（小于479px）*/
@media only screen and (max-width: 479px) {

}