.wrap .userRegister{
	border-top: 1px solid #e0e1e2;
	background: #fff;
}
.userRegister .contentMain{
	width: 1200px;
	margin: 70px auto 90px;
	overflow: auto;
}
.userRegister .register{
	float: left;
	width: 785px;
}
.userRegister .register .regTitle{
	border-bottom: 1px solid #e0e1e2;
	text-align: center;
}
.userRegister .register h2{
	color: #333;
	display: inline-block;
	padding-bottom: 20px;
	font-size: 26px;
	margin: 0 30px;
}
.userRegister .register h2.current{
	color: #1c7ebf;
	font-size: 26px;
	border-bottom: 3px solid #1C7EBF;
}
.userRegister .registerInfo{
	margin-top: 40px;
}
.userRegister .tips{
	color: #888;
}
.userRegister .tips span{
	color: red;
}
.userRegister form{
	width: 570px;
	margin: 35px auto 0;
	overflow: hidden;
}
.userRegister form label{
	width: 85px;
	font-size: 15px;
	font-weight: bold;
}
.userRegister form .layui-input-block{
	margin-left: 120px;
}
.userRegister form .layui-input{
	height: 50px;
}
.userRegister .gain{
	float: right;
	width: 135px;
	height: 50px;
	color: #1c7ebf;
	border-radius: 5px;
	background: #f1f2f4;
}
.userRegister .layui-input-inline{
	width: 450px;
    margin-right: 0;
    margin-left: 5px;
}
.wrap .userRegister .layui-form-checkbox{
	float: left;
	margin-top: 0;
}
.userRegister .layui-form-checked[lay-skin=primary] i{
	background: #1c7ebf;
}
.userRegister .layui-form-item a{
	color: #1c7ebf;
}
.content .submit{
	width: 185px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	background: #1c7ebf;
}
.userRegister .sidebar{
	float: right;
	width: 342px;
	height: 689px;
	text-align: center;
	padding-top: 72px;
	box-sizing: border-box;
	background: #f7f7f7;
}
.userRegister .login a{
	color: #1c7ebf;
}
.userRegister .sideImg{
	margin-top: 30px;
}
.userRegister .code{
	margin-top: 35px;
}
.userRegister .code p{
	margin-top: 10px;
}
.userRegister .layui-form-item{
	margin-bottom: 20px;
}
.userRegister .layui-form-item p{
	margin: 30px 0;
}
#modalBox{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
	z-index: 100;
}
#modalBox .boxInfo{
	position: absolute;
	width: 497px;
	height: 330px;
	left: 50%;
	top: 50%;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	transform: translate(-50%,-50%);
}
#modalBox .boxTitle{
	font-size: 18px;
	color: #1c7ebf;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}
#modalBox .boxTitle i{
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	cursor: pointer;
	font-size: 24px;
}
#modalBox .boxText{
	color: #555555;
	margin-top: 20px;
	letter-spacing: 1px;
	line-height: 24px;
}
#modalBox .goTo{
	margin-top: 35px;
}
#modalBox .goTo a{
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #1c7ebf;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
}
.login{
	background: #f1f2f4;
	padding: 35px 0;
}
.login .contentMain{
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
	background: #fff;
}
.login .userLogin{
	float: left;
	width: 356px;
	height: 533px;
	padding: 40px 20px 0;
	border: 1px solid #e4e4e4;
	border-right: none;
}
.login .loginTitle{
	border-bottom: 1px solid #e0e1e2;	
}
.login .loginTitle h2{
	color: #333;
	font-size: 20px;
	display: inline-block;
	margin: 0 30px;
}
.login .loginTitle h2.current{
	color: #185498;
	padding-bottom: 20px;
	border-bottom: 3px solid #1c7ebf;
}
.login form{
	margin-top: 30px;
}
.login form .layui-form-item{
	margin-bottom: 20px;
}
.login .layui-input-block{
	margin: 0;
}
.login .layui-input-inline{
	width: 100%;
}
.login .layui-input{
	height: 55px;
	border-radius: 5px;
	background: #fafafa;
}
.login .loginImg{
	float: right;
}
.login .layui-btn{
	width: 100%;
	height: 55px;
	border-radius: 5px;
	letter-spacing: 2px;
	background: #1c7ebf;
}
.login .logFun{
	margin-top: 25px;
	overflow: hidden;
}
.login .logFun .funLeft{
	float: left;
}
.login .logFun .funRight{
	float: right;
}
.login .funRight .layui-form-item{
	float: left;
	margin-left: 0;
}
.login .funRight p{
	float: left;
}
.login .funRight .layui-form-item .layui-form-checkbox[lay-skin=primary]{
	margin-top: -3px;
}
.login .thirdParty{
	text-align: center;
	margin-top: 25px;
}
.login .thirdParty>P{
	position: relative;
}
.login .thirdParty>P::after,.login .thirdParty P::before{
	content: "";
	position: absolute;
	width: 120px;
	height: 1px;
	background: #e1e1e1;
	top: 50%;
}
.login .thirdParty P::before{
	left: 10px;
}
.login .thirdParty>P::after{
	right: 10px;
}
.login .thirdParty div{
	margin: 32px 25px 0;
	display: inline-block;
	text-align: center;
}
.codeLogin .gain{
	width: 145px;
	color: #fff;
	float: right;
}
.lookForPassword .registerInfo h2{
	margin: 0 20px;
}
