.loginnav li{
	float:left;
	position: relative;
	display: block;
	color: #fff;
}
.loginnav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	color: #fff;
	font-size: 16px;
}

  
  .login_bod {
    width: 100%;
    padding-top: 100px;
  }
  .login_content {
    width: 1028px;
    height: 560px;
    background: #ffffff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .login_form {
    width: 50%;
    height: 100%;
  }
  .login_form .hd {
      padding:80px 0 70px 0;
    color: #0279ff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
  }
  .login_box{
     width: 400px;
     margin: 0 auto;
  }
  .login_box .title{
    width: 80px;
    line-height: 40px;
  }
  .login_box  .formlayer{width: 100%;margin-bottom: 30px;}
  .login_box  .ui-input{width: 300px;}
  .login_box  .ui-input.codeinp{width: 180px;}
  .login_box .codeimg {
    float: right;
    height: 40px;
    width: 110px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}
.login_box .codebtn{
    float: right;
    height: 40px;
    width: 110px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    background-color: #DCECFF;
    line-height: 40px;
    border:0;
    color: #0279ff;
}
.login_box .submitbtn{width: 100%;padding: 10px 0;}
  .login_bottom {
    padding:20px 10px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 60px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .login_bottom a{color: #999;}
  .login_gg {
    width: 50%;
    height: 560px;
    background: url(../images/login_img.jpg) no-repeat center;
    background-size: cover;
  }
 

  /*forgetpw*/
  .forgetpwbox {
    width: 400px;
    background: #fff;
    box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.07);
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 50px;
  }
  .forgetpwbox .login_title {
    color: #0279ff;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 40px;
  }
 
  /*reg*/
  .login_box.regbox{
      position: relative;
  }
  .login_box.regbox .formlayer{
      margin-bottom: 15px;
  }
  
.ranktab{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    margin:0 auto;
    text-align: center;
}
.ranktab .item{
    width: 50%;
    float: left;
    padding:20px 0;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #666;
    background: #E5F4FC;
}
.ranktab .item.active{
    background: #fff;
    color: #0279ff;
    font-weight: bold;
}

  .step-header {
    margin: 60px -20px 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
.step-header li {
	position: relative;
	width: 33.33%;
	float: left;
	list-style-type: none;
	color: #000;
	text-transform: uppercase;
    text-align: center;
    line-height: 2;
}
.step-header li:before {
    position: relative;
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #fff;
	background: #ddd;
	border-radius: 3px;
	margin: 0 auto 5px auto;
    z-index: 2;
    text-align: center;
}
/*progressbar connectors*/
.step-header li::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0; 
}
.step-header li.first:after{
	left: 50%;
}
.step-header li.step-active::before, .step-header li.step-active::after{
	background: #0279ff;
	color: #fff;
}


.btn-upload{position: relative; display:inline-block; *display:inline;overflow:hidden;vertical-align:middle;cursor:pointer}
.btn-upload .upload-url{cursor: pointer}
.btn-upload .input-file{position:absolute; right:0; top:0; cursor: pointer; z-index:1; font-size:30em; *font-size:30px;opacity:0;filter: alpha(opacity=0)}
.btn-upload .ui-input{ width:169px}
#step-two .formlayer .title{width: 120px;}
.statusOk{
    margin:50px auto 20px;
    background: #0279FF;
    width: 100px;
    height:100px;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
}
.statusOk .ui-lightip-icon,.statusError .ui-lightip-icon{
    background-size: 80px auto;
    margin: 0 auto;
    width: 80px;
    text-align: center;
    height: 100px;
    line-height: 80px;
    background-position: 0px 10px;
}
.statusError{
    margin:50px auto 20px;
    background: #f4615c;
    width: 100px;
    height:100px;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
}
.statusError .ui-lightip-icon{
    background-position: 0px -68px;
}
@media screen and (max-width: 1100px){
    .login_content{width: 600px;}
    .login_gg{display: none;}
    .login_form{width: 100%;}
}
@media screen and (max-width: 992px){
    .header .nav{line-height: 50px;}
    .loginnav li a{font-size: 14px;}
}
@media screen and (max-width: 768px){
    .forgetpwbox,.login_content{
        margin-top: 0;
        width: calc(100vw - 80px);
        padding: 20px;
        height: auto;
        overflow: hidden;
    }
    .login_form .hd{padding:20px 0 30px 0; font-size: 20px;}
    .login_form .login_box{width: 100%;}
    .ranktab .item{padding:15px 0; font-size: 16px;}
    .login_box .ui-input {
        width: calc(100% - 100px);
    }
    .login_box .codeimg{
        width: 100px;
    }
    .login_box .ui-input.codeinp {
        width: calc(100% - 220px);
    }
    .btn-upload{width: 100%;}
    .btn-upload .ui-input{width: calc(100% - 111px);}
}