*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:-webkit-autofill {
    background-color: rgb(255, 255, 255);
    background-image: none;
    color: rgb(0, 0, 0);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
a{
	color: #666;
}
a:hover{
	color: #36b9bf;
}
a:active{
	color: #666;
}
#login-bg{
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	min-width: 1000px;
	z-index:-10;
	zoom: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
#logo{
	float: left;
	width: 80px;
	height: 50px;
	background-image: url(../img/login_pic_logo_jg.png);
	overflow: hidden;
	margin-right: 10px;
}
#c-logo{
	float: left;
	width: 80px;
	height: 50px;
	padding-left: 10px;
	border-left: 1px solid #ffc684;
}
#c-logo a{
	display: block;
	width: 80px;
	height: 50px;
	text-align: center;
}
#c-logo a img{
	height: 100%;
}
#logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.header{
	padding-top: 25px;
	height: 180px;
}
.header h1, .header h2{
	color: #ff8900;
	text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}
.reg-header{
	height: 130px;
}
.main{
	height: 560px;
}
.main-reg{
	height: 550px;
	margin-bottom: 20px;
}
.box{
	margin: 0 auto;
	width: 1170px;
}
.main .box{
	position: relative;
	padding: 30px 25px;
	width: 850px;
	height: 560px;
	background: url(../img/login_pic_table_bg.png) center bottom no-repeat;
}
.main-reg .box{
	height: 550px;
}
.bg-reg{
	background: url(../img/startup_pic_bg2.jpg) center bottom no-repeat;
}
.footer .box{
}
.footer .box p{
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

/*login-box*/
.login-box{
	position: relative;
	width: 350px;
	height: 518px;
	padding: 40px 30px;
}
.qrcode-target{
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	background: url(../img/qrcode-target.gif) no-repeat;    
	-webkit-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
    -moz-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
    transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
}
.qrcode-target-show{
	background-position: -90px -90px;
}
.login-box .pc-login{
	display: block;
}
.login-box .qr-login{
	display: none;
}
.qr-show .pc-login{
	display: none;
}
.qr-show .qr-login{
	display: block;
}
.login-box h2{
	height: 70px;
	line-height: 30px;
	font-size: 30px;
	color: #333;
}

/*input-box*/
.input-box{
	width: 100%;
	font-size: 14px;
	padding-bottom: 16px;
}
.input-box h4{
	height: 24px;
	line-height: 14px;
	font-size: 14px;
    color: #999;
    font-weight: normal;
	padding-bottom: 10px;
}
.input-box .input-line{
	position: relative;
	height: 50px;
	border-bottom: 1px solid #d5d5d5;
	zoom:1;
	position: relative;
}
.input-line::before{
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.input-line:hover {
  color: #ff8900;
}
.input-line::before{
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.input-line::before {
  border-bottom: 1px solid #ff8900;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}

.input-line:hover::before{
	-webkit-transform: scale3d(1, 1, 1);
	 transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.input-line-text{
	background: #fafafa;
}
.input-line-text h3{
	text-align: center;
	font-size: 18px;
	line-height: 50px;
}
.input-box .input-line .Validform_checktip{
	/* display: none; */
	position: absolute;
	right: 0;
	top: -26px;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	color: #da3e46;
}
.input-box .input-line .Validform_wrong{
	padding-left:20px;
	white-space:nowrap;
	background:url(../images/error.png) no-repeat left center;
}
.input-box .input-line .Validform_right{
	color:#71b83d;padding-left:20px;
	background:url(../images/right.png) no-repeat left center;
}
.input-box .tips-show{
	border-bottom: 1px solid #da3e46;
}
.input-box .tips-show .input-tips{
	display: block;
}
.input-box .input-line:after{
	content:"";
	display:block;
	clear:both;
}
.input-line .input-icon{
	float: left;
	width: 10%;
	height: 48px;
	background-position: 13px 0;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.input-line:hover .input-icon{
	background-position: 13px -48px;
}
.input-line .input-text{
	float: left;
	width: 90%;
	height: 48px;
	padding-left: 10px;
	font-size: 14px;
	color: #999;
    z-index: 9999;
    position: relative;
	background: none;
	border: none;
	outline:none;
}
.input-line .input-text-vc{
	width: 55%;
}
.input-line .input-vc{
	float: left;
	display: block;
	height: 48px;
	padding: 7px 7px 7px 0;
	width: 35%;
}
.input-line .input-vc img{
	width: 100%;
	height: auto;
}
.input-line .input-vc span{
	display: block;
	line-height: 35px;
	width: 100%;
	text-align: center;
}
.input-line .input-vc-dis{
	cursor: default;
}
.input-line .input-vc-dis span{
	background: #f7f7f7;
	color: #ccc;
}
.input-fun{
	width: 100%;
	font-size: 14px;
	padding-bottom: 20px;
}
.input-fun input, .input-fun label{
	vertical-align: top;
}
.input-fun .remember{
	float: left;
}
.input-fun .input-link{
	float: right;
}
.input-fun p{
	color: #999999;
	text-align: center;
	font-size: 12px;
}
.input-link{
	display: inline-block;
	vertical-align: top;
	color: #666;
}
.input-link i{
	display: inline-block;
	vertical-align: top;
	width: 20px;
}
.input-btn{
    display: block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 20px;
    font-size: 16px;
    line-height: 36px;
    width: 160px;
    height: 40px;
    color: #fff;
    font-weight: 400;
    font-weight: bold\0;
    _font-weight: bold;
    border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
    border: 0;
    outline: 0;
    background: #ff8900;
    -webkit-appearance: none;
}
.input-btn:hover{
	background: #e27900;
}
.register_icon_invitation{
	background: url(../img/register_icon_invitation.png) right center no-repeat;
}
.startup_icon_user{
	background: url(../img/startup_icon_user.png) right center no-repeat;
}
.startup_icon_pass{
	background: url(../img/startup_icon_pass.png) right center no-repeat;
}
.startup_icon_vc{
	background: url(../img/startup_icon_vc.png) right center no-repeat;
}
/* qr */
.qr-box{
	position: relative;
	text-align: center;
	height: 380px;
	padding-top: 0;
}
.qr-box span{
	display: inline-block;
}
.qr-box iframe {
	width: 100%;
	height: 325px;
}
.qr-box p{
	font-size: 14px;
	color: #999;
}
.qr-box a{
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* reg */
.reg-box{
	position: absolute;
	width: 410px;
	height: 610px;
	top: -30px;
	left: 50%;
	margin-left: -205px;
	padding: 50px 30px;
	background: #fff;
	-moz-box-shadow: 0px 5px 8px rgba(54, 185, 191, .1);
	box-shadow: 0px 5px 8px rgba(54, 185, 191, .1);
}
.reg-box h2{
	text-align: center;
	height: 70px;
	line-height: 30px;
	font-size: 30px;
	color: #333;
}
.find-box{
}
.step{
	height: 72px;
	margin-bottom: 38px;
	background: url(../img/step.gif) center top no-repeat;
}
.find-box .step-1, .find-box .step-2, .find-box .step-3{
	display: none;
}
.s1-show .step-1{
	display: block;
}
.s1-show .step{
	background-position: 0 0;
}
.s2-show .step-2{
	display: block;
}
.s2-show .step{
	background-position: 0 -72px;
}
.s3-show .step-3{
	display: block;
}
.s3-show .step{
	background-position: 0 -144px;
}
.reg-style h2{
	height: 55px;
}
.reg-style .input-line{
	height: 40px;
}
.reg-style .input-icon{
	height: 38px;
}
.reg-style .input-text{
	height: 38px;
}
.reg-style .input-vc{
	height: 38px;
}
.reg-style .input-vc span{
	height: 25px;
	line-height: 25px;
}

/* 适配相关 */
@media only screen and (min-width: 768px) and (max-width: 1170px){
	.box{
		width: 100%;
	}
	.login-box{
		margin: 0 10px;
	}
}
@media screen and (max-width:768px){
	#logo{
		margin-left: 10px;
	}
	.box{
		width: 100%;
	}
	.login-box{
		float: none;
		/*margin: 0 auto;*/
	}
	.bg-reg, .bg-login{
		background: none;
	}
}