/*注册*/
.Login-form{
	max-width: 564px;
	margin: auto;
	padding-bottom: 80px;
}
.verifyInput{
	padding-right: 200px;
}
.verifyImg{
	position: absolute;
	top: 0;
	right: 90px;
	width: 100px;
	height: 46px;
	border: 1px solid #C6CAD7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.verifyImg img{
	width: 100%;
	height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.verifyBtn{
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 46px;
	border: 1px solid #28B28B;
	background: #28B28B;
	color: #ffffff;
	cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.verifyBtn:hover{
	border: 1px solid #239F7C;
	background: #239F7C;
}
/*选择*/
.LoginCK {
	float: left;
	margin: 8px 0 0;
	position: relative;
}
.LoginCK input {
	visibility: hidden;
}
.LoginCK input[type="radio"]+label {
	cursor: pointer;
	padding-left: 4px;
}
.LoginCK input+label::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #E5E5E5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.LoginCK input:checked+label::after {
	content: '';
	position: absolute;
	left: 1px;
	top: 8px;
	width: 13px;
	height: 13px;
	border: 1px solid #E5E5E5;
	background: #28B28B;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.LoginCKLabel{
	height: 30px;
	display: inline-block;
	padding-top: 6px;
	margin-left: 6px;
	color: #999999;
}
.pactWord{
	color: #28B28B;
}
.pactWord:hover{
	color: #239F7C;
}
.subSwitch{
    color: #999999;
    font-size: 16px;
    margin: auto;
}
.subSwitch a{
    color: #28B28B;
    font-size: 16px;
    margin: auto;
}
.loginButton{
	border: 0;
	background: none;
	font-size: 16px;
	color: #28B28B;
	cursor: pointer;
}
.pass-link{
	float: left;
	line-height: 46px;
	color: #28B28B;
	border: 0;
	font-weight: bold;
	background: none;
	cursor: pointer;
}
.pass-link:hover{
	color: #239F7C;
}

/*登录*/
.LoginVerify{
	padding-right: 110px;
}
.LoginVerifyImg{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 46px;
	border: 1px solid #C6CAD7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.LoginVerifyImg img{
	width: 100%;
	height: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.subLogin{
	float: right;
	line-height: 46px;
	color: #28B28B;
}
.subLogin:hover{
	color: #239F7C;
}
.LoginQr{
   width: 100%;
    height: 270px;
    text-align: center;
    border: 1px solid #E7E7E7;
    margin: 38px auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.LoginQr img {
    width: 180px;
    height: 180px;
    margin: 30px auto 10px;
}
.LoginQrTitle{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 8px;
}