/*头部*/

.loginHead {
	width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 0px;
	box-sizing: border-box;
	height: 120px;
	border-top: 1px solid #DDDDDC;
}

.loginHead .loginHeadLeft {
	width: 700px;
	height: 120px;
	float: left;
}

.loginHead .loginHeadLeft a {
	display: block;
	float: left;
	margin: 27px 148px 26px 0px;
}

.loginHead .loginHeadLeft a img {
	width: 250px;
    height: 72px;
}

.loginHead .loginHeadLeft span {
	display: block;
	float: left;
	color: #716F6E;
	font-size: 32px;
	line-height: 120px;
}

.loginHead .loginHeadRight {
	width: 318px;
	height: 70px;
	float: right;
	margin: 24px 0px;
}

.loginHead .loginHeadRight a {}

.loginHead .loginHeadRight a img {}


/*banner*/

.banner {
	width: 100%;
	position: relative;
	z-index: 99;
	height: 600px;
	overflow: hidden;
}

.autoBoxA {
	width: 1200px;
	margin: 0 auto;
	height: 600px;
	position: relative;
}

.autoBoxA .DW {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	height: 600px;
}

.banner a {
	display: block;
	height: 100%;
}


/*账号登录*/

.loginformCenter {
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -600px;
	min-height: 600px;
}

.loginform {
	float: right;
	margin: 105px 0px;
	width: 400px;
	padding: 20px 30px 40px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	margin-right: 58px;
}

.loginform .loginformTab {
	border-bottom: 1px solid #ccc;
	height: 40px;
	margin-bottom: 25px;
}

.loginform .loginformTab a {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	cursor: pointer;
}

.loginform .loginformTab a.active {
	border-bottom: 2px solid #333;
}

.loginform .list {
	display: none;
}

.loginform .loginformLists {}

.loginform .loginformLists .loginformList {}

.loginform .loginformLists .loginformList .inputBox {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f4f5f6;
	/* position: relative; */
}

.loginform .loginformLists .loginformList .inputBox input {
	font-size: 14px;
	color: #666;
	width: 100%;
	border: none;
	height: 44px;
	border-radius: 4px;
	padding: 0px 14px;
	box-sizing: border-box;
	background: none;
	outline: none;
}

.loginform .loginformLists .loginformList .inputBoxOne {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f4f5f6;
}

.loginform .loginformLists .loginformList .inputBoxOne input {
	font-size: 14px;
	color: #666;
	width: 100%;
	border: none;
	height: 44px;
	border-radius: 4px;
	padding: 0px 14px;
	box-sizing: border-box;
	background: none;
	outline: none;
}

.loginform .loginformLists .loginformList .inputBoxOne span {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	width: 18px;
	height: 16px;
	background: url(../../image/loginregister/i_password.png) no-repeat 0 -16px;
	cursor: pointer;
}

.loginform .loginformLists .loginformList .inputBoxOne span.on {
	background-position: 0 0;
}

.loginform .loginformLists .loginformList .password {
	margin-bottom: 10px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}

.loginform .loginformLists .loginformList .password .passwordLeft {
	float: left;
	cursor: pointer;
}

.loginform .loginformLists .loginformList .password .passwordLeft input {
	margin: 0 8px 0 0;
	vertical-align: -2px;
}

.loginform .loginformLists .loginformList .password .passwordLeft span {
	color: #333;
	display: inline-block;
	font-size: 12px;
}

.loginform .loginformLists .loginformList .password .passwordRight {
	float: right;
}

.loginform .loginformLists .loginformList .password .passwordRight a {
	color: #333;
	display: inline-block;
	font-size: 12px;
}

.loginform .loginformLists .loginformList .tip {
	margin-bottom: 10px;
	height: 30px;
	border: 1px solid #fcc;
	border-radius: 4px;
	background: #feffe8;
	font-size: 12px;
	line-height: 30px;
	color: #888;
	text-indent: 14px;
	white-space: nowrap;
	overflow: hidden;
}

.loginform .loginformLists .loginformList .loginBtn {
	position: relative;
	margin-bottom: 10px;
}

.loginform .loginformLists .loginformList .loginBtn input {
	display: block;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	line-height: 44px;
	color: #666;
	text-indent: 14px;
	background: #f4f5f6;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
}

.loginform .loginformLists .loginformList .loginQQ {
	padding-top: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

.loginform .loginformLists .loginformList .loginQQ span {
	display: block;
	float: left;
}

.loginform .loginformLists .loginformList .loginQQ img {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-left: 6px;
	cursor: pointer;
}


/*验证码登录*/

.loginform .loginformLists .codeformList {}

.loginform .loginformLists .codeformList .inputBox {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f4f5f6;
}

.loginform .loginformLists .codeformList .inputBox input {
	font-size: 14px;
	color: #666;
	width: 100%;
	border: none;
	height: 44px;
	border-radius: 4px;
	padding: 0px 14px;
	box-sizing: border-box;
	background: none;
	outline: none;
}

.loginform .loginformLists .codeformList .inputBoxOne {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 44px;
	border-radius: 4px;
}

.inputBoxOneHide {
	display: none;
}

.loginform .loginformLists .codeformList .inputBoxOne .inputOne {
	font-size: 14px;
	color: #666;
	width: 200px;
	border: none;
	height: 44px;
	border-radius: 4px;
	padding: 0px 14px;
	box-sizing: border-box;
	float: left;
	outline: none;
	border: 1px solid #ccc;
	background: #f4f5f6;
}

.loginform .loginformLists .codeformList .inputBoxOne .inputTwo {
	font-size: 14px;
	color: #f00;
	width: 130px;
	border: none;
	height: 44px;
	border-radius: 4px;
	padding: 0px 14px;
	box-sizing: border-box;
	background: none;
	outline: none;
	float: right;
	border: 1px solid #ccc;
	background: #f4f5f6;
	cursor: pointer;
}

.loginform .loginformLists .codeformList .password {
	margin-bottom: 10px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}

.loginform .loginformLists .codeformList .password .passwordLeft {
	float: left;
	cursor: pointer;
}

.loginform .loginformLists .codeformList .password .passwordLeft input {
	margin: 0 8px 0 0;
	vertical-align: -2px;
}

.loginform .loginformLists .codeformList .password .passwordLeft span {
	color: #333;
	display: inline-block;
	font-size: 12px;
}

.loginform .loginformLists .codeformList .password .passwordRight {
	float: right;
}

.loginform .loginformLists .codeformList .password .passwordRight a {
	color: #333;
	display: inline-block;
	font-size: 12px;
}

.loginform .loginformLists .codeformList .tip {
	margin-bottom: 10px;
	height: 30px;
	border: 1px solid #fcc;
	border-radius: 4px;
	background: #feffe8;
	font-size: 12px;
	line-height: 30px;
	color: #888;
	text-indent: 14px;
	white-space: nowrap;
	overflow: hidden;
}

.loginform .loginformLists .codeformList .loginBtn {
	position: relative;
	margin-bottom: 10px;
}

.loginform .loginformLists .codeformList .loginBtn input {
	display: block;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	line-height: 44px;
	color: #666;
	text-indent: 14px;
	background: #f4f5f6;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
}


/*用户注册*/

.registerform {
	z-index: 999;
	height: 600px;
}

.registerform .title {
	padding-top: 36px;
	font-weight: normal;
	font-size: 32px;
	line-height: 46px;
	color: #fff;
	text-align: center;
}

.registerform ul {
	text-align: center;
}

.registerform ul li {
	display: inline-block;
	* display: inline;
	* zoom: 1;
	vertical-align: top;
	width: 320px;
	height: 450px;
	margin: 30px 40px 0;
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
}

.registerform ul li img {
	width: 280px;
	height: 185px;
	display: block;
	margin: 0px auto;
}

.registerform ul li .text {}

.registerform ul li .text .aBox {
	padding: 0px 22px;
	box-sizing: border-box;
	height: 114px;
	overflow: hidden;
}

.registerform ul li .text span {
	color: #EB3D00;
	font-size: 20px;
	text-align: center;
	line-height: 46px;
	letter-spacing: 1px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.registerform ul li .text a {
	color: #24211D;
	font-size: 18px;
	text-align: left;
	line-height: 28px;
	letter-spacing: 1px;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.registerform ul li .text .btnBox {
	width: 226px;
	height: 40px;
	background: #EB3D00;
	margin: 0px auto;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}


/*找回密码*/

.forgetPasswordBox {
	width: 100%;
	position: relative;
	z-index: 99;
	height: 600px;
	background: #FCFCFC;
	overflow: hidden;
}

.forgetPassword {
	margin: 60px auto;
	width: 560px;
	padding: 20px 30px 40px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.forgetPassword .loginformTab {
	border-bottom: 1px solid #ccc;
	height: 40px;
	margin-bottom: 25px;
}

.forgetPassword .loginformTab a {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	cursor: pointer;
}

.forgetPassword .loginformTab a.active {
	border-bottom: 2px solid #333;
}

.forgetPassword .list {
	display: none;
}

.forgetPassword .loginformLists {}

.forgetPassword .loginformLists .loginformList {}

.phoneType {}

.phoneType ul {}

.phoneType ul li {
	height: 40px;
	margin-bottom: 10px;
}

.phoneType ul li:nth-child(3) {
	/* margin-bottom: 0px; */
}

.phoneType ul li p {
	float: left;
	width: 120px;
	height: 40px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
	color: #666;
}

.phoneType ul li .inputBox {
	display: block;
	width: 340px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
	background: #f4f5f6;
	box-sizing: content-box;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.phoneType ul li .inputBox input {
	font-size: 14px;
	color: #666;
	width: 100%;
	padding: 0px 13px;
	box-sizing: border-box;
	height: 38px;
	border: none;
	border-radius: 4px;
	background: #F4F5F6;
	outline: none;
}

.phoneType ul li .inputBoxOne {
	height: 42px;
	width: 340px;
	position: relative;
	float: left;
}

.phoneType ul li .inputBoxOne .inputOne {
	font-size: 14px;
	color: #666;
	width: 198px;
	padding: 0px 13px;
	box-sizing: border-box;
	height: 42px;
	border: none;
	border-radius: 4px;
	background: #F4F5F6;
	float: left;
	border: 1px solid #ccc;
	outline: none;
}

.phoneType ul li .inputBoxOne .inputTwo {
	font-size: 14px;
	color: #eb3d00;
	width: 130px;
	padding: 0px 13px;
	box-sizing: border-box;
	height: 42px;
	border: none;
	border-radius: 4px;
	background: #F4F5F6;
	float: right;
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer;
}

.phoneType .okBtn {
	width: 340px;
	height: 44px;
	line-height: 44px;
	background: #ddd;
	color: #999;
	border: 1px solid #ccc;
	margin: 0px 130px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 3px;
	cursor: pointer;
}

.phoneType .okBtn.active {
	border-color: #eb3d00;
	background: #eb3d00;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0 5px 10px rgba(186, 2, 45, .3);
	box-shadow: 0 5px 10px rgba(186, 2, 45, .3);
}


/*修改成功*/

.successs {
	display: none;
	padding: 120px 0px;
	box-sizing: border-box;
}

.successs div {
	font-size: 30px;
	color: #eb3d00;
	text-align: center;
}


/*邮箱找回*/

.emailType {}

.emailType ul {}

.emailType ul li {
	height: 40px;
	margin-bottom: 10px;
}

.emailType ul li p {
	float: left;
	width: 120px;
	height: 40px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 40px;
	text-align: right;
	color: #666;
}

.emailType ul li .inputBox {
	display: block;
	width: 340px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
	background: #f4f5f6;
	box-sizing: content-box;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.emailType ul li .inputBox input {
	font-size: 14px;
	color: #666;
	width: 100%;
	padding: 0px 13px;
	box-sizing: border-box;
	height: 38px;
	border: none;
	border-radius: 4px;
	background: #F4F5F6;
	outline: none;
}

.emailType ul li .inputBoxOne {
	height: 40px;
	width: 340px;
	position: relative;
	float: left;
}

.emailType ul li .inputBoxOne .inputOne {
	font-size: 14px;
	color: #666;
	width: 198px;
	padding: 0px 13px;
	box-sizing: border-box;
	height: 42px;
	border: none;
	border-radius: 4px;
	background: #F4F5F6;
	float: left;
	border: 1px solid #ccc;
	outline: none;
}

.emailType ul li .inputBoxOne .inputTwo {
	display: inline-block;
	width: 130px;
	height: 42px;
	vertical-align: middle;
	background-color: black;
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
	float: right;
	box-sizing: border-box;
}

.emailType .okBtn {
	width: 340px;
	height: 44px;
	line-height: 44px;
	border-color: #eb3d00;
	background: #eb3d00;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0 5px 10px rgba(186, 2, 45, .3);
	box-shadow: 0 5px 10px rgba(186, 2, 45, .3);
	border: 1px solid #ccc;
	margin: 0px 130px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 3px;
	cursor: pointer;
}


/*企业注册*/

.businessRegistration {
	border-top: 3px solid #EB3D00;
}

.businessRegistration .businessTop {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.businessRegistration .businessTop a {
	float: left;
	width: 275px;
	height: 38px;
	text-align: center;
	color: #757270;
	font-size: 16px;
	line-height: 38px;
	background: #e5e5e5;
	border: 1px solid #ccc;
	border-right: 0px;
	box-sizing: border-box;
}

.businessRegistration .businessTop a:last-child {
	border-right: 1px solid #ccc;
}

.businessRegistration .businessTop a.active {
	background: #ee3d00;
	border: 1px solid #ee3d00;
	color: #fff;
}

.businessRegistration .businessBottom {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.businessRegistration .businessBottom .businessBottomLeft {
	width: 824px;
	float: left;
	padding-top: 40px;
	box-sizing: border-box;
}

.businessRegistration .businessBottom .businessBottomLeft ul {
	border-top: 1px dashed #e2e2e2;
	padding-bottom: 5px;
	box-sizing: border-box;
	padding-top: 20px;
}

.businessRegistration .businessBottom .businessBottomLeft ul:first-child {
	border: none;
	padding: 0px;
}

.businessRegistration .businessBottom .businessBottomLeft ul li {
	margin-bottom: 20px;
}

.businessRegistration .businessBottom .businessBottomLeft ul li span {
	color: #24211D;
	font-size: 14px;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 81px;
	text-align: right;
	vertical-align: top;
	display: inline-block;
}

.businessRegistration .businessBottom .businessBottomLeft ul li span em {
	color: #eb3d00;
}

.businessRegistration .businessBottom .businessBottomLeft ul li .inputBox {
	vertical-align: top;
	display: inline-block;
	width: 654px;
	position: relative;
}

.businessRegistration .businessBottom .businessBottomLeft ul li .inputBox input {
	height: 34px;
	width: 320px;
	padding: 0px 7px;
	border-radius: 3px;
	color: #24211D;
	font-size: 14px;
	border: 1px solid #C1C0BF;
	box-sizing: border-box;
	outline: none;
}

.businessRegistration .businessBottom .businessBottomLeft ul li .inputBox select {
	height: 34px;
	width: 320px;
	padding: 0px 7px;
	border-radius: 3px;
	color: #24211D;
	font-size: 14px;
	border: 1px solid #C1C0BF;
	outline: none;
}

.businessRegistration .businessBottom .businessBottomLeft ul li .inputBox p {
	color: #999;
	font-size: 12px;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-left: 5px;
	text-align: right;
	vertical-align: top;
	display: inline-block;
}

.businessRegistration .businessBottom .businessBottomLeft ul li .inputBox ul {}

.businessRegistration .businessBottom .businessBottomLeft ul li .inputBox ul li {
	display: inline-block;
	vertical-align: middle;
	min-width: 100px;
	cursor: pointer;
}

.businessRegistration .businessBottom .businessBottomLeft ul li .inputBox ul li .cityName {
	display: inline-block;
	vertical-align: middle;
	color: #24211D;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

.businessRegistration .businessBottom .businessBottomLeft ul li.zycpBack {
	background: #e5e5e5;
	display: none;
}

.businessRegistration .businessBottom .businessBottomLeft .agreement {
	border-bottom: 1px dashed #e2e2e2;
	padding: 0px 27px 20px;
	box-sizing: border-box;
}

.businessRegistration .businessBottom .businessBottomLeft .agreement span {
	display: inline-block;
	vertical-align: middle;
	color: #24211d;
	font-size: 12px;
}

.businessRegistration .businessBottom .businessBottomLeft .agreement input {
	display: inline-block;
	vertical-align: middle;
}

.businessRegistration .businessBottom .businessBottomLeft .agreement a {
	display: inline-block;
	vertical-align: middle;
	color: #eb3d00;
	font-size: 12px;
	text-decoration: underline;
}

.businessRegistration .businessBottom .businessBottomLeft .btnBox {
	padding: 20px 7px 0px;
	box-sizing: border-box;
}

.businessRegistration .businessBottom .businessBottomLeft .btnBox .btnBoxOne {
	background: #eb3d00;
	border: 1px solid #eb3d00;
	cursor: pointer;
	color: #fff;
	height: 40px;
	font-size: 22px;
	line-height: 38px;
	padding: 0 25px;
	border-radius: 3px;
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	margin: 0px 20px;
	box-sizing: border-box;
}

.businessRegistration .businessBottom .businessBottomLeft .btnBox .btnBoxTwo {
	background: #f2f2f2;
	border: 1px solid #ccc;
	cursor: pointer;
	color: #24211D;
	height: 40px;
	font-size: 22px;
	line-height: 38px;
	padding: 0 25px;
	border-radius: 3px;
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
	margin: 0px 20px;
	box-sizing: border-box;
}

.businessRegistration .businessBottom .businessBottomRight {
	float: right;
	width: 376px;
}

.regular-checkbox {
	display: none !important;
}

.regular-checkbox+label {
	position: relative;
}

.regular-checkbox+label:before {
	content: '';
	position: absolute;
	border: 1px solid #CDCDCD;
	padding: 9px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 7px auto;
	vertical-align: middle;
}

.regular-checkbox:checked+label::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 5px;
	border: 1px solid #F44336;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.error {
	position: absolute;
	left: 0px;
	bottom: -26px;
	color: #eb3d00;
	font-size: 12px;
	line-height: 34px;
	display: none;
}

.businessBottomRight {}

.businessBottomRight .login {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	color: #24211D;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 28px;
	margin-bottom: 15px;
}

.businessBottomRight .login a {
	color: #ee3d00;
}

.businessBottomRight .loginInfoBox {
	clear: both;
	margin-bottom: 10px;
}

.businessBottomRight .loginInfoBox .loginInfoBox_title {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.businessBottomRight .loginInfoBox p {
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.businessBottomRight .loginInfoBox ul {
	overflow: hidden;
	clear: both;
	width: 200px;
}

.businessBottomRight .loginInfoBox ul li {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	padding-left: 16px;
	box-sizing: border-box;
	position: relative;
}

.businessBottomRight .loginInfoBox ul li:after {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	-webkit-transform: rotate(135deg);
	/*箭头方向可以自由切换角度*/
	transform: rotate(135deg);
	left: 0px;
	top: 9px;
}

.businessBottomRight .rwm {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.businessBottomRight .rwm p {
	width: 100%;
	text-indent: 21px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.businessBottomRight .rwm img {
	width: 110px;
	height: 110px;
	display: block;
	margin: 10px auto;
	box-sizing: border-box;
}


/*注册成功提示*/

.zhezhao {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999;
}

.loginSuccessful {
	position: fixed;
	width: 500px;
	height: 260px;
	top: 50%;
	margin-top: -130px;
	left: 50%;
	margin-left: -250px;
	background: #fff;
	text-align: center;
	padding: 60px 0px 0px;
	box-sizing: border-box;
	display: none;
	z-index: 9999;
}

.loginSuccessful img {
	width: 30px;
	position: absolute;
	right: -29px;
	top: -30px;
	cursor: pointer;
}

.loginSuccessful .loginSuccessful_title {
	color: #e93e02;
	font-size: 30px;
	text-align: center;
}

.loginSuccessful .onOne {
	background: #e94005;
	color: #fff;
	padding: 10px 30px;
	box-sizing: border-box;
	margin: 15px auto;
	display: inline-block;
	font-size: 20px;
	border-radius: 5px;
}

.loginSuccessful .onTwo {
	text-align: left;
	padding: 5px 139px;
}

.loginSuccessful .onTwo a {
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
	color: #24211D;
}


/*手机号注册*/

.loginform .loginformLists .phoneRegistration {}

.loginform .loginformLists .phoneRegistration .inputBox {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f4f5f6;
	/* position: relative; */
}

.loginform .loginformLists .phoneRegistration .inputBox input {
	font-size: 14px;
	color: #666;
	width: 100%;
	border: none;
	height: 44px;
	border-radius: 4px;
	padding: 0px 14px;
	box-sizing: border-box;
	background: none;
	outline: none;
}

.loginform .loginformLists .phoneRegistration .inputBoxOne {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 44px;
	border-radius: 4px;
}

.inputBoxOneHide {
	display: none;
}

.loginform .loginformLists .phoneRegistration .inputBoxOne .inputOne {
	font-size: 14px;
	color: #666;
	width: 200px;
	border: none;
	height: 44px;
	border-radius: 4px;
	padding: 0px 14px;
	box-sizing: border-box;
	float: left;
	outline: none;
	border: 1px solid #ccc;
	background: #f4f5f6;
}

.loginform .loginformLists .phoneRegistration .inputBoxOne .inputTwo {
	font-size: 14px;
	color: #f00;
	width: 130px;
	border: none;
	height: 44px;
	border-radius: 4px;
	padding: 0px 14px;
	box-sizing: border-box;
	background: none;
	outline: none;
	float: right;
	border: 1px solid #ccc;
	background: #f4f5f6;
	cursor: pointer;
}

.loginform .loginformLists .phoneRegistration .password {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	clear: both;
}

.loginform .loginformLists .phoneRegistration .password .passwordLeft {
	float: left;
	cursor: pointer;
}

.loginform .loginformLists .phoneRegistration .password .passwordLeft input {
	margin: 0 5px 0 0;
	vertical-align: -2px;
}

.loginform .loginformLists .phoneRegistration .password .passwordLeft span {
	color: #333;
	display: inline-block;
	font-size: 12px;
}

.loginform .loginformLists .phoneRegistration .password .passwordLeft a {
	color: #eb3d00;
	display: inline-block;
	font-size: 12px;
}

.loginform .loginformLists .phoneRegistration .loginBtn {
	position: relative;
	margin-bottom: 10px;
	clear: both;
}

.loginform .loginformLists .phoneRegistration .loginBtn input {
	display: block;
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 1px solid #eb3d00;
	border-radius: 4px;
	font-size: 14px;
	line-height: 44px;
	color: #fff;
	text-indent: 14px;
	background: #eb3d00;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-box-shadow: 0 5px 10px rgba(186, 2, 45, .3);
	box-shadow: 0 5px 10px rgba(186, 2, 45, .3);
}

.loginform .loginformLists .phoneRegistration .inputBoxTwo {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f4f5f6;
}

.loginform .loginformLists .phoneRegistration .inputBoxTwo input {
	font-size: 14px;
	color: #666;
	width: 100%;
	border: none;
	height: 44px;
	border-radius: 4px;
	padding: 0px 14px;
	box-sizing: border-box;
	background: none;
	outline: none;
}

.loginform .loginformLists .phoneRegistration .inputBoxTwo span {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	width: 18px;
	height: 16px;
	background: url(../../image/loginregister/i_password.png) no-repeat 0 -16px;
	cursor: pointer;
}

.loginform .loginformLists .phoneRegistration .inputBoxTwo span.on {
	background-position: 0 0;
}

.loginform .already {
	font-size: 12px;
	line-height: 30px;
	color: #666;
	text-align: center;
}

.loginform .already a {
	margin-left: 20px;
	color: #00f;
	display: inline-block;
}