* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
#toastId {
  padding: 0.25rem;
  font-size: 0.28rem;
  text-align: center;
  color: #fff;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.08rem;
}
#toastId > img {
  width: 1.8rem;
  height: 1.5rem;
}
.pagewarp {
  width: 7.5rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.topwarp {
  width: 7.5rem;
  height: 4.68rem;
  background: url("../img/login_bg.png") no-repeat;
  background-size: 100% 100%;
}
.loginflex {
  flex: 1;
  background: #fff;
  border-radius: 0.6rem 0.6rem 0 0;
  margin-top: -0.6rem;
}
.loginlabel {
  width: 6.05rem;
  height: 1.2rem;
  background: #f5f6f8;
  border-radius: 0.6rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 1.15rem;
}
.loginlabel_left {
  width: 1rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.34rem;
  text-align: center;
  color: #a9a9a9;
  border-right: 1px solid #a9a9a9;
}
.loginlabel > input {
  flex: 1;
  height: 1.2rem;
  outline: none;
  border: none;
  background: none;
  font-size: 0.32rem;
  margin-left: 0.28rem;
}
.loginlabel_code {
  flex-basis: 2.5rem;
  font-size: 0.28rem;
  text-align: center;
  margin-right: 0.3rem;
  font-weight: bold;
}
.loginlabels {
  margin-top: 0.3rem;
}
.loginbtns {
  width: 6rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  background: #FFE44D;
  border-radius: 0.44rem;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  margin-top: 0.6rem;
  font-size: 0.36rem;
}
.labelcheckbox {
  width: 7.5rem;
  height: 0.5rem;
  color: #a9a9a9;
  font-size: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.98rem;
}
.labelcheckbox > label {
  display: flex;
  align-items: center;
}
.labelcheckbox > span {
  color: #4d7fff;
}
.reglabelcheckbox {
  margin-top: 0.1rem;
  color: #666;
}
.reglabelcheckbox > span {
  color: #666;
}
.loginregister {
  width: 2.8rem;
  height: 0.88rem;
  line-height: 0.88rem;
  background: #fff;
  border-radius: 0.44rem;
  text-align: center;
  margin: 0 auto;
  font-size: 0.34rem;
  color: #4c62fd;
  box-shadow: 0 0.02rem 0.4rem 0 rgba(234, 234, 234, 0.6);
  display: block;
  margin-top: 0.5rem;
}
.registerwarp {
  background:#fff;
}
.registertop {
  height: 2.8rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.registertop_logo{
  width:1.2rem;
  height:1.2rem;
  border-radius:50%;
}
.registertop_title{
  font-size:0.36rem;
  font-style: italic;
  margin-top:0.1rem;
}
.registerlabel {
  width: 6.24rem;
  height: 1.6rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 0.28rem;
}
.registerlabel_code {
  flex-basis: 2rem;
  font-size: 0.28rem;
  text-align: center;
  margin-right: 0.1rem;
  font-weight: bold;
}
.registerlabel_icon {
  display: flex;
  align-items: center;
  height: 0.4rem;
  color: #333;
  font-size: 0.28rem;
  margin-left:0.2rem;
}
.registerlabel_input {
  width: 6.24rem;
  height: 0.98rem;
  background: #f2f2f2;
  border-radius: 0.49rem;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.registerlabel_input > img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
  margin-left: 0.2rem;
}
.registerlabel_input > input {
  flex: 1;
  font-size: 0.28rem;
  height: 0.98rem;
  line-height: 0.98rem;
  outline: none;
  border: none;
  background: none;
  text-indent: 0.21rem;
}
.registerbtns {
  width: 4.8rem;
  height: 0.95rem;
  line-height: 0.95rem;
  text-align: center;
  color: #333;
  font-size: 0.3rem;
  font-weight: bold;
  margin: 0 auto;
  border-radius:0.47rem;
  background:#ffe60f;
  margin-top: 0.5rem;
}
.registerback {
  width: 0.8rem;
  height: 0.8rem;
  background: url("../img/icon_back.png") no-repeat;
  background-size: 100% 100%;
  display: block;
  position:absolute;
  right:0.2rem;
  top:0.2rem;
}
