/*注册*/
.register{
	margin: 0rem 3.75rem;
	padding-top: 3rem;
}
.logoImg{
	text-align: center;
	margin: 1.5rem 0rem;
}
.logoImg img{
	width: 12.7rem;
	height: 6.35rem;
}
.loginIcon{
	width: 2.5rem;
	height: 2.5rem;
	vertical-align: middle;
}
.loginBorder{
	border: 1px solid #31bbf0;
	height: 4.4rem;
	line-height: 4.4rem;
	border-radius: 0.5rem;
}
.loginTxt{
	height: 4.2rem;
	width: 80%;
	border: 0;
	outline: none;
	font-size: 1.5rem;
	color: #999999;
	padding-left: 0.5rem;
}
.yzmIcon1{
	width: 9.75rem;
	height: 4.4rem;
}
.loginTxt1{
	height: 4.2rem;
	width: 63%;
	border: 0;
	outline: none;
	font-size: 1.5rem;
	color: #999999;
/* 	padding-left: 0.5rem; */
}
.yzmBtn{
	width: 9.75rem;
	height: 4.4rem;
	border:0;
	background: #31bbf0;
	color: #FFFFFF;
	border-radius: 0.5rem;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	-webkit-appearance: none;
}
.protocol{
	font-size: 1.2rem;
	color: #999999;
	margin-top: 3rem;
}
.protocol a{
	color: #31bbf0;
}
.protocol b{
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../../images/pact.png) no-repeat;
	background-size:100% 100%;
	vertical-align: middle;
	
}
.protocol .protocolHover{
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background: url(../../images/pactHover.png) no-repeat;
	background-size:100% 100%;
	vertical-align: middle;
	
}
.mbDiv{
	margin-bottom: 1.5rem;
}
.registerBtn a{
	display: block;
	text-align: center;
	background: #31BBF0;
	height: 4.4rem;
	line-height: 4.4rem;
	color: #FFFFFF;
	font-size: 1.8rem;
	letter-spacing: 1rem;
	border-radius: 0.5rem;
	margin-top: 1rem;
}
.thirdParty{
	margin-top: 6rem;
}
.thirdPartyTit{
	border-bottom: 1px solid #d6d6d6 ;
	position: relative;
}
.thirdPartyTit span{
	display: block;
	position: absolute;
	left: 50%;
	 top: -8px;
	 margin-left: -5.35rem;
	width: 10.75rem;
	text-align: center;
	font-size: 1.5rem;
	color: #999999;
	font-weight: normal;
	background: #FFFFFF;
}
.thirdParty a{
	display: block;
	text-align: center;
	margin-top: 2rem;
}
.thirdParty img{
	width: 4rem;
	height: 4rem;
}

/*校验*/
.verify{
	position: absolute;
	bottom: 23%;
	left: 0;
}
.verify p{
	font-size: 1.5rem;
	color: #FF0000;
}

/*登录*/
.pageTit .registerH3 a{
	display: inline-block;
	font-size: 1.5rem;
	color: #FFFFFF;
	margin-right: 1rem;
}
.fastLogin ,.accountPassword{
	color: #31bbf0;
	font-size: 1.5rem;
}
.forgetPassword a{
	display: block;
	font-size: 1.2rem;
	color: #999999;
	padding-top: 0.2rem;
}
#login .verify{
	bottom: 38%;
}
#login .thirdParty{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 10%;
}
@media screen and (max-width: 320px) {
	.thirdParty{
		margin-top: 3rem;
	}	
}
