/* 注册 */
#registerForm{
  
}
.registerpic{
    background: url(../img/registerLeftBg.png) no-repeat left center;
    background-size: 100% 100%;
    padding-top: 96px;
    height: 600px;
}
.registerform{
    height: 600px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 24px 40px -4px rgba(205, 61, 31, 0.04);
    box-shadow: 0px 24px 40px -4px rgba(205, 61, 31, 0.04);
    border-radius: 8px;
    margin: 0 auto;
    overflow: hidden;
}

#registerForm .row{
 margin: 0px;
}
#registerForm .col-lg-8,
#registerForm  .col-lg-4{
padding: 0px;
}
#registerForm .resgterStep{
    padding-top: 96px;
    box-sizing: border-box;
 
}

.resgterStep h2{
    font-size: 48px;
    color: #FFFFFF;
    line-height: 58px;
    margin-bottom: 120px;
    text-align: center;
}
.resgterStep .stepBox{
    width: 192px;
    margin: 0 auto;
    text-align: center;
}


.resgterStep .stepinfo{
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    line-height: 28px;
}
.stepBoxItem span{
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    line-height: 28px;
}
.stepBoxItem.activeStep span{
    color: #ffffff;
}
.stepBoxItem.checkStep span{
    color: #ffffff;
}

.resgterStep .stepLine{
    background: url("../img/unActiveLine.png") no-repeat left center;
    background-size: 100% 100%;
     width: 4px;
    height: 44px;
    margin: 4px 0 4px 10px;
    
}
.resgterStep .activeLine{
    background: url("../img/activeLine.png") no-repeat left center;
  background-size: 100% 100%;
}
.resgterStep .checkedLine{
    background: url("../img/checkedLine.png") no-repeat left center;
  background-size: 100% 100%;
}

.stepBox .stepBoxItem i{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("../img/unActiveCircle.png") no-repeat left center;
    background-size: 100% 100%;
    margin-top: 3px;

}
.stepBoxItem.activeStep i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/activeCircle.png") no-repeat left center;
    background-size: 100% 100%;


}

.stepBoxItem.checkStep i {
    background: url("../img/checkedCircle.png") no-repeat left center;
    background-size: 100% 100%;
  }





  .registerBox .fromWarp {
    padding: 22px 124px 0 96px;
    /* padding: 22px 0px 0px 0px; */
  }
  .registerBox .fromWarp.forgetPwdWarp {
    padding: 56px 320px 0 300px;
  }
  .registerBox .fromWarp.dialogFrom {
    padding: 22px 0 0 22px;
  }
  .registerBox .fromWarp.pt80 {
    padding-top: 80px;
  }
  .registerBox .fromWarp.pt96 {
    padding-top: 96px;
  }
  .registerBox .fromWarp.pt48 {
    padding-top: 48px;
  }
  .registerBox .fromWarp .width12 {
    width: 12px;
    margin-right: 8px;
  }
  .registerBox .fromWarp .width12 img {
    width: 12px;
    height: 12px;
  }
  .registerBox .fromWarp .fromItem {
    height: 56px;
    margin-bottom: 40px;
  }
  .registerBox .fromWarp .fromItem.mb60 {
    margin-bottom: 60px;
  }
  .registerBox .fromWarp .fromItem.mb64 {
    margin-bottom: 64px;
  }
  .registerBox .fromWarp .fromItem.mb48 {
    margin-bottom: 48px;
  }
  .registerBox .fromWarp .fromItem.mb0 {
    margin-bottom: 0;
  }
  .registerBox .fromWarp .fromItem .inputWarp {
    cursor: none;
    height: 100%;
  }
  .registerBox .fromWarp .fromItem .inputWarp input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    font-weight: 500;
    color: #262626;
    line-height: 24px;
    border-bottom: solid 1px #F0F0F0;
    box-sizing: border-box;
    font-size: 16px;
  }
  .registerBox .fromWarp .fromItem .inputWarp input::input-placeholder {
    color: #BFBFBF;
    font-size: 16px !important;
    font-weight: 400;
  }
  .registerBox .fromWarp .fromItem .inputWarp input::-webkit-input-placeholder {
    color: #BFBFBF;
    font-size: 16px !important;
    font-weight: 400;
  }
  .registerBox .fromWarp .fromItem .inputWarp input:hover {
    border-bottom: solid 1px #D9D9D9;
  }
  .registerBox .fromWarp .fromItem .inputWarp input:focus {
    border-bottom: solid 2px #FF7831;
  }
  .registerBox .fromWarp .fromItem .inputWarp input.errorStaus {
    border-bottom: solid 1px #F55863;
  }
  .registerBox .fromWarp .fromItem .inputWarp .visiblePwd {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../img/hidePassword.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .fromWarp .fromItem .inputWarp .visiblePwd:hover {
    background: url("../img/showPassword.png") no-repeat left center;
    background-size: 100% 100%;
  }
  .registerBox .fromWarp .fromItem .inputWarp .codeBtn {
    position: absolute;
    display: inline-block;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FF7831;
    line-height: 22px;
  }
  .registerBox .fromWarp .fromItem .inputWarp .codeBtn.disabledCodeBtn {
    color: #BFBFBF;
  }
  .registerBox .fromWarp .fromItem .inputWarp .verCodeImg {
    position: absolute;
    display: inline-block;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 120px;
    height: 44px;
    border-radius: 6px;
  }
  .registerBox .fromWarp .fromItem .inputWarp .topTip {
    position: absolute;
    /* display: inline-block; */
    left: 0;
    top: -20px;
    font-size: 12px;
    font-weight: 500;
    color: #FF7831;
    line-height: 20px;
  }
  .registerBox .fromWarp .fromItem .inputWarp .tip {
    position: absolute;
    left: 0;
    bottom: -20px;
    line-height: 20px;
    font-size: 12px;
    color: #F55863;
  }
  .registerBox .ptpl32 {
    padding: 32px 0 0 0px;
  }
  .registerBox .stepTitle {
    display: inline-block;
    border-radius: 6px;
    padding: 3px 6px;
  }
  .registerBox .stepTitle:hover {
    background: #FAFAFA;
  }
  .registerBox .stepTitle img {
    display: block;
    width: 16px;
    height: 16px;
  }
  .registerBox .stepTitle span {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 20px;
  }
  .registerBox .stepBtn {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #FFD1B8;
    border-radius: 28px;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 2px;
    outline: none;
    text-align: center;
  }
  .registerBox .stepBtn.mt0 {
    margin-top: 0;
  }
  .registerBox .stepBtn.mt42 {
    margin-top: 42px;
  }
  .registerBox .stepBtn.mt18mb12 {
    margin: 18px 0 12px 0;
  }
  .registerBox .stepBtn.normalStep {
    border: 1px solid #D9D9D9;
    background: #ffffff;
    color: #595959;
    text-align: center;
    line-height: 56px;
  }
  .registerBox .stepBtn.normalStep:hover {
    color: #595959 !important;
  }
  .registerBox .stepBtn.activeStep {
    border: none;
    color: #FFFFFF;
    background: linear-gradient(270deg, #FF7831 0%, #FFA254 100%);
  }
  .registerBox .stepBtn.activeStep:hover {
    color: #FFFFFF !important;
  }
  .registerBox .agreement {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 17px;
    text-align: center;
    margin-top: 12px;
  }
  .registerBox .agreement a {
    color: #4281B8;
  }
  .registerBox .registerSuccessIcon {
    display: block;
    width: 88px;
    height: 88px;
    margin-bottom: 16px;
    text-align: center;
    margin: 0 auto 16px;
  }
  .registerBox .wxCode {
    display: block;
    width: 128px;
    height: 128px;
    margin-top: 32px;
    margin-bottom: 4px;
    margin: 32px auto 4px;
  }

  .registerSuccessWarp{
    margin: 140px auto;
    width: 182px;
    text-align: center;
  }
  .navbar-info{
    display: none;
  }