html, body{
  height: 100%;
}

.userads {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.5rem;
  height: 3.92rem;
}

.userads img{
  width: 7.5rem;
  height: 3.92rem;
}

.login .top {
  font-size: .44rem;
  padding: .2rem 0;
  text-align: center;
}

.login .list {
  padding: 0 .6rem;
}

.login .list li {
  display: flex;
  align-items: center;
  margin-top: .2rem;
  height: .8rem;
  border-bottom: 0.01rem solid #ddd;
}

.login .list li img {
  width: .4rem;
  height: .4rem;
  background-color: #ddd;
}

.login .list li b {
  font-weight: 700;
  margin-left: .12rem;
}

.login .list li input {
  flex: 1;
  margin-left: .12rem;
  line-height: .40rem;
  padding: .04rem .06rem;
}

.login .ctrl {
  margin-top: .6rem;
  padding: 0 .3rem;
}

.login .ctrl .btn {
  line-height: .8rem;
  text-align: center;
  color: #fff;
  background-color: #fe9903;
  border-radius: .08rem;
}

.login .ctrl .warn {
  display: flex;
  align-items: center;
  height: .8rem;
  justify-content: space-between;
}

.login .ctrl .warn .lf {
  flex: 1;
  color: #666;
}

.login .ctrl .warn .lf a {
  text-decoration: underline;
}

.login .ctrl .warn .rf a {
  color: #fe9903;
}

.register .top{
  width: 7.5rem;
  height: 6.08rem;
}

.register ul{
  padding: .4rem .9rem;
}

.register li{
  margin-top: .16rem;
  display: flex;
  height: .8rem;
  align-items: center;
  border: 1px solid #06318a;
  border-radius: .2rem;
  padding: 0 .36rem;
  box-shadow: .06rem .06rem .06rem #ccc;
}

.register li img{
  width: .5rem;
  height: .5rem;
}

.register li input{
  flex: 1;
  margin-left: .2rem;
}

.register .area{
  font-size: .24rem;
  display: block;
  width: 5.7rem;
  padding: 0 .9rem;
  text-align: center;
}

.register p{
  font-size: .24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register p input{
  margin-left: .2rem;
  transform: scale(.8);
}

.register .btn{
  margin: .3rem auto 0;
  background-color: #4c34e4;
  color: #fff;
  width: 1.72rem;
  line-height: .6rem;
  text-align: center;
  border-radius: .2rem;
  box-shadow: .06rem .06rem .06rem #ccc;
}
