html,body{
  width: 100%; 
  height: 100%;
  background: #fff;
}
#app{
  width: 100%;
  height: 100%;
  position: relative;
}
.page-login{
  width: 100%;
  height: 100%;
  background-image: url(./img/new-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-error{
  width: 100%;
  height: 100%;
}
.page-logo{
  box-sizing: border-box;
  width: 100%;
  padding: 15% 8% 15px 8%; 
  text-align: center;
  position: relative;
}
.page-logo img{
  width: 100%;
 
}

.page-people-desc{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.form-box{
  position: absolute;
  bottom: 100px;
  width: 100%;
  box-sizing: border-box;
  padding:25px 13%;
  background-image: url(./img/new-bottom.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.form-a-box{
  width: 100%;
}

.form-title{
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  font-family: Noto Sans S Chinese;
  font-weight: 500;
  color: #FE4109;
}

.form-box .van-cell{
  padding: 5px 15px;
  height: 50px;
  font-size: 16px;
} 

.form-box .van-button--small{
  margin-right: 10px;
}
.form-box .van-button--normal{
  font-size: 16px;
}

.input-icon{
  position: relative;
  left: 2px;
}
.input-icon img{
  width: 12px;
}
.sub-btn-box{
  width: 270px;
  margin: 0 auto;
  padding: 20px 0;
}
.sub-btn{
  
  margin-top: 20px;
}
#btnOpenApp{
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  height: 44px;
  color: #fff;
  line-height: 44px;
  background: #07c160;
  text-align: center;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600;
  background-image: url(./../lib/img/btn-bg.png);
  background-size:100% 100%;
  background-repeat: no-repeat;
}
.van-empty__bottom{
  margin-top: 0;
}