.loginBox {
	width: 800px;
	height: 350px;
	display: flex;
	border: 1px solid #999999;
	position: absolute;
	top: 200px;
	left: 450px;
}

.loginBox_left>img {
	width: 500px;
	height: 350px;
}

.loginBox_right {
	width: 100%;
}

.title {
	font-family: PingFang-SC-Heavy;
	font-weight: normal;
	font-size: 28px;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: -1px;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.inputPhone,
.inputCode,
.inputpwd,
.inputpwdAgain {
	width: 260px;
	height: 40px;
	border: 1px solid #eeeeee;
	margin: 0 auto;
	margin-top: 10px;
	display: flex;
}

.inputPhone>input
	{
	border: none;
	outline: none;
}

.inputPhone>img {
	width: 14px;
	height: 20px;
	margin: 10px 20px 0 15px;
}

.inputCode {
	border: none;
}

.inputCode>input,
.inputpwdAgain>input,
.inputpwd>input {
	width: 300px;
	outline: none;
	border: 1px solid #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
}

.codeGet {
	width: 200px;
	height: 40px;
	background-color: #0e9d72;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	margin-left: 10px;
	color: #ffffff;
}

.codeGet:hover {
	cursor: pointer;
}

.loginButton,.RegButton {
	width: 260px;
	height: 40px;
	background-color: #0e9d72;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	border: none;
	outline: none;
	margin: 10px auto;
	margin-left: 20px;

}

.loginButton:hover {
	cursor: pointer;
}

.loginBox_bottom_tit {
	font-family: PingFang-SC-Regular;
	font-size: 10px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	text-align: center;
}

.otherLogin {
	display: flex;
	width: 50%;
	margin: 0 auto;
	justify-content: center;
	margin-top: 20px;
	text-align: center;
}
.qqLogin{
    text-align: center;
    margin: 0 auto;
    margin-left: 60px;
}
.qqLogin>img,
.wxLogin>img {
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
}

.reg_text {
	text-align: right;
	margin-right: 30px;
	margin-top: 10px;
	color: #999999;

}
.login_text{
	text-align: right;
	margin-right: 30px;
	margin-top: 10px;
	color: #999999;
}
