html,body{
  min-height: 100%;
}
.view-box{
  position: relative;
  height: 100%;
}
.footer-box{
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  bottom: 0;
}

.form-box .title-box{
  color: #333333;
  font-size: .58rem;
  font-weight: 500;
  text-align: center;
  margin-top: .6rem;
}
.form-box .sub-title-box{
  font-family: SourceHanSansCN-Regular;
  font-size: .32rem;
  color: #666666;
  text-align: center;
  margin-top: .2rem;
  margin-bottom: .6rem;
}
#newBridge{
  display: none !important;
}
.form-item-box{
  padding: 0 .4rem;
  position: relative;
}
.form-item{
  padding: 0 .2rem;
  display: flex;
  height: .8rem;
  line-height: .8rem;
  background: #FFFFFF;
  border: .02rem solid #E4E6F1;
  border-radius: .08rem;
  margin: 0 auto;
  margin-bottom: .42rem;
  box-sizing: border-box;
 
}
input[name='captcha']{
  width: 1.8rem;
}
.form-item-box.dis-flex .error-box{
  top: .82rem;
}
.form-item-box .error-box{
  font-size: 12px;
  color: #EF4C20;
  position: absolute;
  left: 0;
  top: .82rem;
  display: none;
  left: .5rem;
}
.form-label{
  font-family: SourceHanSansCN-Regular;
  font-size: .28rem;
  color: #BCC1C9;
  width: 1.9rem;
  text-align: right;
  margin-right: .2rem;
}
.form-label .active{
  color: #EF4C20;
}
.submit-box{
  width: 6.7rem;
  height: .8rem;
  line-height: .8rem;
  background: #EE941E;
  border-radius: .08rem;
  margin: 0 auto;
  
}
.btn-box.auth-code{
  height: .8rem;
  background: #EE941E;
  width: 2.5rem;
  margin-left: .2rem;
}

/* 弹窗 */
.mask-box{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 999;
  display: none;
}
.layer-box{
  display: none;
  position: fixed;
  z-index: 1000;
  border-radius: .08rem;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.layer-box .close-btn{
  position: absolute;
  right: .28rem;
  top: .2rem;
  color: #999;
  font-size: .28rem;
  cursor: pointer;
  font-weight: 300;
  z-index: 10;
}
.submit-layer{
  width: 6.7rem;
  padding: .4rem 0;
}
.submit-layer .success-icon{
  text-align: center;
  font-size: .3rem;
  font-weight: 600;
}

.success-icon img{
  margin-bottom: .2rem;
}
.submit-layer .success-content{
  color: #666;
  font-size: .28rem;
  width: 6rem;
  margin: .4rem auto;
}
.submit-layer .er-code-box{
  text-align: center;
  font-size: .24rem;
  color: #666;
}
.submit-layer .er-code-box img{
  width: 2rem;
}