input {
	padding: 0;
	margin: 0;
	border: none;
}

/*行业方案 end*/
/*注册 start*/

.formRegion .form-group .form-control {
	height: 44px;
	width: 358px;
	font-size: 18px;
	color: #000 !important;
	background-color: rgb(205, 235, 254);
	border: 1px solid rgb(205, 235, 254);
	margin-bottom: 14px;
	padding-left: 10px;
}

#submitBtn2 {
	font-size: 16px !important;
}

.error-red {
	display: none;
}

.doIt {
	height: 546px;
	background: url(../img/bg_register.png) no-repeat;
	position: relative;
	background-size: 100% 100%;
}

.doIt h3 {
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	padding: 66px 0 48px;
}

.formRegion .form-group {
	width: 368px;
	margin: 0 auto;
	position: relative;
}

.formRegion .form-group .form-control {
	height: 44px;
	width: 358px;
	font-size: 18px;
	color: #828282;
	background-color: rgb(205, 235, 254);
	border: 1px solid rgb(205, 235, 254);
	margin-bottom: 14px;
	padding-left: 10px;
}

.formRegion .form-group .xz-input-code {
	width: 200px;
	float: left;
	margin-left: 0;
}

.formRegion .form-group .xz-send-code {
	width: 130px;
	height: 45px;
	float: right;
	/* line-height: 45px; */
	text-align: center;
	padding-left: 0px;
	color: #2d8cff;
}

.form-error-msg2 {
	color: red;
}

.xz-regisiter-btn {
	display: block;
	width: 200px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	line-height: 50px;
	background-color: rgb(25, 51, 252);
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	margin-top: 44px;
}

a:link {
	color: #fff !important;
	text-decoration: none !important;
}

a:visited {
	text-decoration: none !important;
	color: #fff !important;
}

a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

a:active {
	color: #fff !important;
}

::-webkit-input-placeholder {
	color: #000 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000 !important;
}

:-ms-input-placeholder {
	color: #000 !important;
}

/*表单注册提示框*/
.body-modal,
.bodymsg-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: #000;
	z-index: 11000;
	display: none;
}

.tips-modal {
	width: 400px;
	height: 56px;
	line-height: 56px;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -122px 0px 0 -200px;
	z-index: 12000;
	display: none;
	text-align: center;
	font-size: 15px;
}

.tisBox {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 580px;
	height: 400px;
	border-radius: 3px;
	background: #fff;
	z-index: 12000;
	margin: -200px 0 0 -240px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	display: none;
}

.tisBox1 {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 580px;
	height: 400px;
	border-radius: 3px;
	background: #fff;
	z-index: 12000;
	margin: -200px 0 0 -240px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	display: none;
}

.tisBox1 p {
	text-align: center;
	font-size: 24px;
	color: #666666;
	padding: 8px 20px 8px 40px;
}

.mt120 {
	margin-top: 120px;
}

.mt20 {
	margin-top: 20px;
}

.tisBox p {
	text-align: left;
	font-size: 20px;
	color: #666666;
	padding: 8px 20px 8px 40px;
}

.tisBox p a:hover {
	color: red
}

.iknow {
	background: #519cf6;
	color: #fff;
	text-align: center;
	font-size: 24px;
	height: 65px;
	line-height: 65px;
	width: 248px;
	margin: 20px 0 0 174px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	outline: none;
}