/*****注册1*****/
.directLogin{
	float:right;
	font-size:18px;
	line-height:40px;
	color:#999999;
	margin-top:13px;
}
.directLogin a{
	text-decoration:underline;
	color:#00a2ff;
}
.nextStep{
	margin-top:16px;
	margin-left:26px;
}
.registerLeft{
	width:176px;
	float:left;
	margin-top:50px;
	font-size:36px;
	color:#666666;
}
.stepBg{
	width:100%;
	display:inline-block;
	float:left;
}
.stepBg ul{
	width:100%;
	background:#F00;
}
.stepBg ul li{
	float:left;
	width:445px;
	position:relative;
}
.stepBg ul li:last-child{
	width:78px;
}
.stepImg{
	position:absolute;
	top:0;
	left:0;
	padding:0 6px;
	background:#FFF;
}
.stepTitle{
	width:100%;
	border-top:3px solid #cccccc;
	padding-top:36px;
	margin-top:21px;
	font-size:14px;
	color:#999999;
}
.stepBg ul li:last-child .stepTitle{
	border-top:3px solid transparent;
}
.stepBg ul li:last-child .stepTitle p{
	position:absolute;
	left:-22px;
	top:59px;
}
.stepTitleOn{
	border-top:3px solid #00a2ff;
	color:#666666;
}
@media (max-width: 1242px){
	.stepBg ul li{
		width:320px;
	}
}
.stepMin{
	width:100%;
	display:inline-block;
	padding:68px 0 0;
}
.wrongText{
	font-size:15px;
	color:#fe5d56;
	line-height:38px;
	width:260px;
	position:absolute;
	left:650px;
	top:0;
}
.wrongText img{
	margin-top:4px;
}
.agree{
	margin-top:30px;
	line-height:22px;
}
.agree span{
	float:left;
	margin-right:9px;
}
.agreeOpt{
	width:22px;
	height:22px;
	display:inline-block;
	background:#cccccc;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-msborder-radius:2px;
	border-radius:2px;
}
.agreeOptOn{
	width:22px;
	height:22px;
	display:inline-block;
	background:#00a2ff url(../../../images/agreeOptOn.png) no-repeat center center;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-msborder-radius:2px;
	border-radius:2px;
}
@media (max-width: 1199px){
	.wrongText{
		width:210px;
		left:463px;
		top:0;
	}
}
/*****注册2*****/
.enterTitle{
	font-size:24px;
	color:#1e2533;
	line-height:72px;
}
.enterBox{
	font-size:18px;
	color:#1e2533;
	margin-bottom:40px;
}
.enterBox a{
	color:#00a2ff;
	text-decoration:underline;
}
/*****注册3*****/
.formTextarea{
	height:129px;
	display:inline-block;
	padding-top:8px;
	padding-bottom:8px;
}
/*****登录*****/
.logMinBg{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:9;
	overflow:hidden;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.logMin{
	width:330px;
	text-align:center;
}
.logTitle{
	font-size:24px;
	color:#666666;
	margin:12px 0 84px;
}
.logUsername{
	width:100%;
	height:36px;
	line-height:34px;
	font-size:14px;
	position:relative;
	margin-bottom:32px;
}
.logUsername img{
	position:absolute;
	left:5px;
	top:8px;
}
.logUsername input{
	width:100%;
	height:100%;
	padding-left:40px;
	border:none;
	border-bottom:1px solid #dbdbdb;
}
.logLandBtn{
	width:100%;
	height:38px;
	display:inline-block;
	line-height:38px;
	font-size:15px;
	background:#03c5ff;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-msborder-radius:4px;
	border-radius:4px;
}
.logLandBtn:hover,.logLandBtn:focus{
	background:#03c5ff;
	color:#FFF;
}
.logDown{
	width:100%;
	display:inline-block;
	margin-top:14px;
}
.logDown a{
	font-size:14px;
	color:#03c5ff;
}
.forgetPassword{
	float:left;
}
.registered{
	float:right;
}
.logBg{
	position:fixed;
	left:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:374px;
	text-align:center;
	background:url(../../../images/freeUse.png) no-repeat bottom center;
}
@media (max-width: 1024px){
	.logBg{
		height:320px;
	}
}
@media (max-width: 991px){
	.logBg{
		height:240px;
		background-size:cover;
	}
}
@media (max-width: 480px){
	.logBg{
		height:160px;
	}
	.logTitle{
		margin:12px 0 54px;
	}
}
@media (max-width: 350px){
	.logMin{
		width:90%;
	}
}