body{
	position: relative;
	min-width:1300px;
	font-family: 'Microsoft YaHei'!important;
}
.out-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	min-width:1200px;
}
.out-bg .log_bga{
	width:10%;
	float:left;
}
.out-bg .log_bgb{
	padding-top:4%;
	width:34%;
	float:right;
	text-align:right;
}
.out-bg .log_bga img{
	width:100%;
}
.out-bg .log_bgb img{
	width:100%;
}
.out-bg img{
	display: inline-block;
	/* width: 100%;
	height: 100%; */
}
.mid-con{
	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	min-width:1200px;
	top: 0;
	left: 0;
}
.form-center{
	position: absolute;
	width: 33%;
	right: 38%;
	top: 28%;
}
.center-con{
	
}
::-ms-reveal  {
	 display: none; 
}
.log-con{
	margin: 0 auto;
}
.log-con img{
	display:block;
	height: 74px;
	width: 55px;
	margin: 0 auto;
}
.form-con div{
	padding: 5px 0;
}
.form-con{
	margin-top: 10px;
}
.form-con p{
	color: #3c3f63;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
}
.form-con input{
	font-size: 18px;
	border-bottom: 1px solid #4f506f;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #262433;
}
input.form-con :after{
	display: block;
	width: 100%;
	height: 1px;
	background: #59698D;
}
.platform_link{
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}
.platform_link p{
	color: #01ADDF;
	float: right;
	cursor: pointer;
}
#log-btn{
	font-size: 16px;
	border: none;
	width: 30%;
	float: right;
	background: #01ADDF;
	color: #fff;
	cursor: pointer;
	margin-right:7%;
}
#rec-btn{
	font-size: 16px;
	border: none;
	width: 30%;
	float: right;
	background: #C3C3CF;
	color: #333;
	cursor: pointer;
}
.logImg_con{
	height: 40px;
	line-height: 40px;
}
.logImg_con img{
	float: left;
	display: block;
	width: 34px;
	height: 40px;
}
.logImg_con p{
	float: left;
	margin-left: 10px;
}
.log-name{
	color: #262433;
	text-align: center;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
}

/* 可支持浏览器版本提示 2018-8-14 添加 */
.log_prompt{
	padding-top:30px;
	color:#3c3f63;
	line-height:24px;
}
.log_prompt h3{
	font-weight:normal;
	font-size:16px;
}
.log_prompt h5{
	font-weight:normal;
	font-size:14px;
}
.log_prompt .a_blue{
	padding:0 8px;
	color:#00adde;
	text-decoration: underline;
}
