body {
  background-color: #FDFDFD;
}
input {
  border: none;
  outline: none;
}
a {
  cursor: pointer;
}
.login-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.wrap {
  position: relative;
  padding: 1rem .6rem;
  min-height: 70vh;
}
.wrap h1 {
  font-size: .44rem;
  color: #292934;
  line-height: .6rem;
  font-weight: 500;
}
.group {
  padding: .1rem 0;
}
.icon {
  background: transparent url('https://static.21jingji.com/images/m/icon_login.png') no-repeat;
  background-size: .4rem auto;
}
.input {
  margin: .4rem 0;
  position: relative;
}
.input input {
  width: 100%;
  padding: 0 .3rem;
  font-family: inherit;
  font-size: .32rem;
  color: #292934;
  line-height: 1rem;
  font-weight: bold;
  background: #f7f7f7;
  border-radius: .08rem;
}
.input input::-webkit-input-placeholder {
  color: #b8b8c0;
  font-weight: normal;
}
.input .getcode {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  /* padding: 0 15px; */
  width: 2rem;
  height: 1rem;
  font-size: .24rem;
  color: #1264e0;
  line-height: 1rem;
  text-align: center;
  font-weight: bold;
}
.input .getcode.disabled {
  color: #b8b8c0;
  font-weight: normal;
}
.input .getcode::before {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  top: .34rem;
  width: .01rem;
  height: .32rem;
  background-color: #d8d8d8;
}
.btn-submit {
  display: block;
  margin: .4rem 0;
  width: 100%;
  height: 1rem;
  font-size: .32rem;
  color: #fff;
  line-height: 1rem;
  text-align: center;
  background: #1264e0;
  border-radius: 8px;
}
.btn-submit.disabled {
  background: #a0c1f3;
}
#step1 .btn-submit,
#step2 .btn-submit {
    margin-top: .8rem;
}
.checkbox {
  padding-bottom: .2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.checkbox input,
.checkbox label {
  display: inline-block;
  vertical-align: middle;
}
.checkbox input {
  appearance: none;
  -webkit-appearance: none;
  width: .4rem;
  height: .4rem;
  background-position: center -.28rem;
}
.checkbox input:checked {
  background-position: center -1.28rem;
}
.checkbox label {
  padding-top: .01rem;
  font-size: .26rem;
  color: #b8b8c0;
  line-height: .4rem;
}
.checkbox a {
  color: #1264e0;
}
.change {
  text-align: center;
}
.change a {
  font-size: .28rem;
  color: #45444a;
  line-height: .4rem;
}

.desc {
  padding: .2rem .3rem;
  font-size: .24rem;
  color: #45444a;
  line-height: .4rem;
  text-align: justify;
  background-color: #f7f7f7;
  border-radius: .016rem;
}
.top-tips {
  display: none;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  width:100%;
  max-width: 640px;
  font-size: .26rem;
  color: #fff;
  line-height: .6rem;
  text-align: center;
  background-color: #d85959;
}
.footer {
  /* position: absolute; */
  position: inherit;
  left: 0;
  bottom: 0;
  margin-bottom: 1rem;
  width: 100%;
  /* height: 2rem; */
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer a {
  display: inline-block;
  margin: 0 .24rem;
  width: .92rem;
  height: .92rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: .92rem auto;
}
.footer a.icon-wechat {
  background-image: url('https://static.21jingji.com/images/m/icon_wechat.png');
}
.footer a.icon-mobile {
  background-image: url('https://static.21jingji.com/images/m/icon_mobile.png');
}
.footer a.none {
  display: none;
}
@media ( min-height: 600px ) {
  /* .footer {
    position: absolute;
  } */
}