*{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
body{
	min-width: 1200px;
	width: 100%;
}
.header{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo{
	width: 626px;
	height: 46px;
}
.header_btns{
	height: 100px;
}
.header_btns a{
	font-size: 16px;
	color: #58606D;
	line-height: 100px;
	margin-left: 30px;
}
.footer{
	height: 120px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer p{
	font-size: 14px;
	color: #333A4A;
	line-height: 30px;
}
.content{
	width: 100%;
	height: 750px;
	background-image: url(../images/bg.png);
	background-size: 1920px 750px;
	background-position: center;
	position: relative;
}
.content .cont_img{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	width: 606px;
	height: 508px;
}
.content .log_model{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: 200px;
	width: 400px;
	height: 382px;
	background: #FFF;
}
.log_type_cont{
	height: 60px;
	width: 100%;
	border-bottom: 1px solid #EFEFEF;
	padding: 15px 30px;
}
.log_type_cont .log_type_inp{
	display: none !important;
}
.log_type_cont label{
	font-size: 20px;
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	line-height: 30px;
	color: #58606D;
	cursor: pointer;
	-webkit-user-select: none;
}
.log_type_cont label[for='doc']{
	border-right: 1px solid #EFEFEF;
}
.log_type_inp:checked+label{
	color: #4588F9;
}
.log_info{
	padding: 20px 30px;
}
input.log_info_inp{
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #FFF;
	border: 1px solid #DCDCDC;
	padding: 0 16px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333A4A;
}
input[type='password'].log_info_inp{
    background-image: url(../../login/keypad/images/formEle/keypad.gif) !important;
    background-repeat: no-repeat !important;
    background-position: 98% 50% !important;
    height: 44px;
    line-height: 44px;
    width: 100%;
    border-color: #DCDCDC;
    border-style: solid;
    border-width: 1px;
    color: #333A4A;
}
input.log_code_inp{
	width: 200px;
	height: 44px;
	line-height: 44px;
	background: #FFF;
	border: 1px solid #DCDCDC;
	padding: 0 16px;
	font-size: 16px;
	color: #333A4A;
}
.log_info_inp:hover,.log_code_inp:hover{
	border: 1px solid #4588F9;
}
.log_code_img{
	width: 120px;
	height: 40px;
	float: right;
}
.log_opera{
	padding: 0 30px;
	position: relative;
}
.log_opera_btn{
	width: 100%;
	height: 50px;
	background: #4588F9;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin-bottom: 15px;
	display: block;
}
.log_remember_label{
	font-size: 14px;
	color: #333A4A;
	display: inline-block;
}
.log_remind_label{
	font-size: 15px;
    color: #4588f9;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 0;
    display: none;
}
