/*登录*/
.login-whole{
	background: url(../../images/login-bg.jpg) no-repeat center;
	overflow: hidden;
	/*width: 100%;
    height:100vh;
    background-size:100% 100%;  */
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
}
.login_box{
	width: 423px;
	height: 532px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -266px;
	margin-left: -212px;
	background: #fff;	
	/*box-shadow:0 0px 10px #B3B3B3;
	-webkit-box-shadow:0 0px 10px #B3B3B3;
	-moz-box-shadow:0 0px 10px #B3B3B3;*/
	border-radius: 3px;
}
.log-head{
	padding-top: 46px;
}
.log-head img.dlogin{
	max-width: 204px;
	max-height: 64px;
}
.login-form{	
	padding: 40px 40px 7px 40px;
}
.login-group label,
.login-group input{	
	line-height: 28px;
	display: block;
}
.login-group label{
	color: #000;
	height: 28px;
}
.login-group input{
	height: 27px;
	width: 100%;
	border: 0 none;
	border-bottom: 1px solid #ccc;
	color: #333;
	outline: none;
	font-size: 14px;
	font-family: "微软雅黑";
}
.login-group input.opding{
	height: 38px;
	line-height: 38px;
	background: #F4F4F4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom: 0 none;
	padding: 0 10px;
	width: 332px;
}
.last-group.opwji{
	width: 352px;
}
.but-group a.zhbarbtn{
	background: #B0C3E6;
}
.but-group a.zhbarbtn:hover{
	background: #86A7EA;
}
.wechart-loging p{
	color: #999;
}
.wechart-loging a{
	display: inline-block;
	margin-top: 8px;
}
i.ireds,a.dlreds{
	color: red;
	vertical-align: top;
}
a.dlreds:hover{
	text-decoration: underline;
	color: #e22;
}

input::-webkit-input-placeholder { color: #B3B3B3; font-size: 12px; font-family: simsun;}
input:-moz-placeholder { color: #B3B3B3; font-size: 12px; font-family: simsun; }
input::-moz-placeholder { color: #B3B3B3; font-size: 12px; font-family: simsun; }
input:-ms-input-placeholder { color: #B3B3B3; font-size: 12px; font-family: simsun; }
.last-group{
	height: 28px;
	line-height: 28px;
}
.last-group span{
	background: url(../../images/jtanhao.png) no-repeat 0px 6px;
    width: 200px;
    color: #FBB03B;
    padding-left: 20px;
}
.last-group span i{
	top: -1px;
	margin-right: 5px;
}
.last-group a{
	color: #B3B3B3;
}
.but-group{
	margin-top: 32px;
}
.but-group a{
	width: 352px;
	height: 38px;
	line-height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.but-group a.loginbtn{
	background:#2F67E2;
	margin-bottom: 20px;
}
.but-group a.wecharbtn{
	background:#3D7AFF
}
.but-group a:hover,
.reg-stepbtn a:hover,
.step3-stepbtn a.perainfo:hover{
	background: #0340CB;
}
.not-regit{
	height: 48px;
	line-height: 48px;
	background: #DEE7F3;
	margin-top: 36px;
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #999;
}
.not-regit p{
	color: #808080;
}
.not-regit p a{
	color: #2F67E2;
	display: inline-block;
	margin-left: 2px;
}
.not-regit p a:hover{
	color: #0340CB;
}
/*注册*/
.regist-gency,.user-served{
	width: 740px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	background: #fff;
	z-index: 20;
	border: 1px solid #CCC;
	border-top: 3px solid #2F67E2;
}
.regist-gency{
	margin-top: -225px;	
}
.user-served{
	height: 660px;
	margin-top: -330px;
}
.gency-title{
	padding: 0 24px 0 40px;
	height: 68px;
	line-height: 68px;
	color: #000;
	overflow: hidden;
}	
.gency-title a{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: 26px;
}
.gency-conent{
	height: 320px;
    padding: 0px 40px;
    line-height: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
}
.gency-conent.onlyued{
	height: 570px;
}
.gency-conent p{
	font-size: 12px;
	font-family: "Microsoft YaHei";
	margin-bottom: 15px;
}
.gency-conent p a{
	color: #2F67E2;
}
.gency-conent p a:hover{
	text-decoration: underline;
}
.gency-btn{
	padding-bottom: 34px;
}

.gency-btn a{
	width: 260px;
	margin: 0 auto;
	height: 38px;
	line-height: 38px;
	display: block;
	color: #fff;
	background: #2F67E2;
	border-radius: 3px;
	text-align: center;
}
.regist-all{
	border-top: 1px solid #ccc;
}
.regist-whole{
	width: 740px;	
	margin: 0 auto;
	background: #fff;		
	margin-bottom: 140px;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
	
	/*box-shadow:0 0px 10px #B3B3B3;
	-webkit-box-shadow:0 0px 10px #B3B3B3;
	-moz-box-shadow:0 0px 10px #B3B3B3;
	border-radius: 3px;*/
}

/*regist 表单*/
.regist-form{
	width: 540px;
	margin: 0 auto;
	margin-top: 40px;
}
.reggroup{
	position: relative;
}
.reggroup label{
	color: #000;
}
.reggroup label,
.reggroup input{
	height: 50px;
	line-height: 50px;
}
.reggroup .grdinput{
	display:inline-block;
	position:relative;
}
.reggroup em{
	position: absolute;
    right: 15px;
    top: 15px;
}
.reggroup label,
.reg-tip label{
	width: 90px;
	text-align: right;
	display: inline-block;
}
.reggroup input{
	width: 394px;
	display: inline-block;
	margin-left: 28px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding-left: 4px;
	font-size: 14px;
	outline: none;
}
.reggroup input.myshort{
	width: 265px;
}
.reggroup span.simg{
	width: 120px;
	height: 50px;
	line-height: 49px;
	display: inline-block;
	cursor: pointer;
}
.reggroup span.simg img{
	width: 120px;
	height: 50px;
	vertical-align: middle;
	
}
.reggroup input.yzma-btn{
	width: 120px;
	margin-left: 0;
	cursor: pointer;
	color: #fff;
	background: #3D7AFF;
	border: 0 none;
}
.reggroup input.yzma-btn.disabled{
	color: #B3B3B3;
	background: #E6E6E6;
	border: 1px solid #ccc;
	cursor:not-allowed
}

.reg-tip{
	line-height: 36px;
	height: 36px;
}
.reg-tip span{
	color: #FBB03B;
	margin-left: 125px;
	background: url(../../images/jtanhao.png) no-repeat 0px 11px;
    padding-left: 20px;
}
.reg-tip p{
	color: #FBB03B;
	margin-left: 125px;
	background: url(../../images/jtanhao.png) no-repeat 0px 11px;
    padding-left: 20px;
}
.reg-tip.onlysjz{
	height: auto;
}
.reg-tip span a{
	color:#2F67E2 ;
}
.reg-tip span a:hover{
	color: #0D05F0;
}
.succyhui{
	background: #FBB03B;
    color: #fff;
    width: 380px;
    text-align: center; 
    margin-left: 122px;
    font-size: 15px;
    padding: 0 10px;
}
.agren-dfts{
	color: #1A1A1A;
	margin-left: 125px;
	margin-top: 3px;
}
.agren-dfts a{
	text-decoration: underline;
}
.reg-stepbtn{
	margin-top: 36px;
	margin-left: 126px;
}
.reg-stepbtn.onlydybu{
	margin-top: 10px;
}
.reg-stepbtn a,
.step3-stepbtn a{
	display: inline-block;
	width: 400px;
	height: 38px;
	line-height: 38px;
	background: #2F67E2;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	-weibkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.step-part-three .succsimg{
	margin-top: 60px;
}
.succsimg p{
	color: #000;
}
.step3-stepbtn{
	margin-top: 40px;
}
.step3-stepbtn a.backaye{
	border: 1px solid #2F67E2;
	background: 0 none;
	color: #2F67E2;
}
.step3-stepbtn a.backaye:hover{
	box-shadow: 0 0 8px #2F67E2;
	-webkit-box-shadow: 0 0 8px #2F67E2;
	-moz-box-shadow: 0 0 8px #2F67E2;
	color: #053EC4;
}

.reggroup input.haserror{
	border-color: #FBB03B;
	box-shadow: 0 0 2px #FBB03B;
}
.pep-kefu a{
	color: #3D7AFF;
	display: inline-block;
	margin-top: 12px;
	margin-right: 16px;
}
/*邀请注册*/
.invergist_all{
	width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -266px;
    margin-left: -500px;
}
.bimgbox{}
.inver_img{
	display: table-cell;
	width: 490px;
	height: 575px;
	text-align: center;
	overflow: hidden;
	background: #fff;
	vertical-align: middle;
}
.inver_img img{
	max-width: 490px;
	max-height: 520px;
	display: inline-block;
}
.invrgt_box{
	width: 480px;
	height: 575px;
	background: #fff;	
	margin-left: 10px;
}
.regst-head{
	padding-top: 20px;
}
.reggroup input.yaopt{
	height: 35px;
	line-height: 35px;
	margin-left: 0;
	border-radius: 0;
}
.injoin-form {
    width: 410px;
    margin: 0 auto;
    margin-top: 15px;
}
.reg-tip.onytshi{
	height: 25px;
	line-height: 25px;
}
.reg-tip.onytshi p{
	background-position: 0px 5px;
	margin-left: 1px;
}
.reg-stepbtn.invbtn {
    margin-top: 6px;
    margin-left: 0;
}
.reggroup span.ivitmg img {
    width: 120px;
    height: 37px;
    vertical-align: middle;
    cursor: pointer;
}
.agres img{
	position: relative;
	top: 0px;
	left: 3px;
	cursor: pointer;	
}
.agres a:hover{
	text-decoration: underline;
}
span.readying{
	display: inline-block;
	margin-left: 10px;
}