.loginpage {
  height: calc(100vh - 80px);
  width: 100%;
  background-color: #0f213d;
}
.loginpage .img {
  position: fixed;
  top: calc(50vh - 280px);
  left: calc(30vw - 280px);
}
.loginpage .logiform {
  position: fixed;
  top: calc(50vh - 280px);
  right: 120px;
  height: 400px;
  width: 346px;
  background-color: white;
  border-radius: 8px;
  padding: 0 40px;
}
.loginpage .logiform logintip {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: red;
  text-align: center;
  margin-left: -30px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.loginpage .logiform .logintype {
  padding-top: 40px;
  display: flex;
}
.loginpage .logiform .logintype .type {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  color: #666;
  font-size: 20px;
  line-height: 26px;
  margin-right: 30px;
}
.loginpage .logiform .logintype .active {
  color: black;
  font-weight: bold;
}
.loginpage .logiform .logintype .QrcodeShowBtn {
  margin-top: -10px;
  margin-left: 80px;
  height: 50px;
  width: 48px;
  cursor: pointer;
}
.loginpage .inputgroup {
  margin-top: 30px;
}
.loginpage .inputgroup .input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  height: 40px;
  margin-bottom: 16px;
}
.loginpage .inputgroup .input input {
  border: 0px solid;
  width: calc(100% - 16px);
  height: 33px;
  line-height: 33px;
}
.loginpage .inputgroup .input .icon {
  width: 16px;
  line-height: 30px;
}
.loginpage .basicinfo {
  text-align: right;
  color: #1e79eb;
  font-size: 12px;
  float: right;
  margin-bottom: 30px;
}
.loginpage .basicinfo .reg {
  margin-left: 16px;
  cursor: pointer;
}
.loginpage .loginbtn .btn {
  cursor: pointer;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background: #1e79eb !important;
  border: none;
  color: #f4f5f9;
  font-size: 14px;
  margin-bottom: 8px;
}
.loginpage .agreement a {
  color: #1e79eb;
}
.flex {
  display: flex;
}
.layui-form-checkbox[lay-skin=primary] span {
  padding-right: 0;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #1e79eb !important;
  background-color: #1e79eb;
}
.smscodeform .input .phonearea {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border-right: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 42px;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}
.smscodeform .input .desc {
  width: 90px;
  line-height: 30px;
  color: #1e79eb;
  font-size: 12px;
}
.codeform {
  position: relative;
}
.codeform .logintype {
  position: absolute;
  right: 20px;
}
.codeform .title {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  text-align: center;
  margin-top: 46px;
}
.codeform .desc {
  color: #828395;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-align: center;
}
.codeform .code {
  background: url('/admin/static/open/img/code.png');
  height: 160px;
  width: 160px;
  margin: 0 auto;
  background-size: cover;
}
.codeform .code .shibai {
  width: 100%;
  height: 100%;
  background: rgba(95, 95, 95, 0.82);
}
.codeform .code .shibai .nocode {
  margin-top: 30px;
  color: red;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}
.codeform .newcode {
  position: absolute;
  bottom: 48px;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  left: 165px;
  font-size: 12px;
  color: #1e79eb;
}
.regpage {
  height: calc(100vh - 80px);
  width: 100%;
  background-color: #0f213d;
}
.regpage .regform {
  flex-direction: column;
  width: 680px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px 0 rgba(20, 18, 34, 0.02745098);
  box-shadow: 0 4px 16px 0 rgba(20, 18, 34, 0.02745098);
  border-top: 4px solid var(--sf-primary-color);
  padding-bottom: 40px;
  position: fixed;
  top: 107px;
  left: calc(50vw - 340px);
  border-top: 6px solid #1e79eb;
}
.regpage .regform .top {
  display: flex;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid hsla(0, 0%, 50.2%, 0.295);
}
.regpage .regform .top .title {
  color: #141222;
  font-weight: 700;
  font-size: 18px;
  line-height: 60px;
  padding-left: 20px;
}
.regpage .regform .top .haveuser {
  line-height: 60px;
  padding-right: 20px;
  font-size: 12px;
  counter-reset: #141222;
}
.regpage .regform .top .haveuser span {
  color: #1e79eb;
  cursor: pointer;
}
.regpage .regform .form {
  width: 414px;
  margin: 0 auto;
  padding-top: 40px;
}
.regpage .regform .form .formline {
  display: flex;
}
.regpage .regform .form .formline .label {
  width: 138px;
  line-height: 40px;
}
.regpage .regform .form .formline .label font {
  color: red;
  padding-right: 3px;
}
.regpage .regform .form .formline .inputform {
  width: 333px;
  display: flex;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  height: 40px;
  margin-bottom: 16px;
}
.regpage .regform .form .formline .inputform .input {
  width: 290px;
  display: flex;
  border: 0px solid;
}
.regpage .regform .form .formline .inputform .input input {
  border: 0px solid;
  width: calc(100% - 16px);
  height: 33px;
  line-height: 33px;
}
.regpage .regform .form .formline .inputform .input .icon {
  line-height: 30px;
}
.regpage .regform .form .formline .inputform .input .sendbtn {
  width: 80px;
  line-height: 30px;
  font-size: 12px;
  color: #1e79eb;
  text-align: right;
}
.regpage .regform .agreement {
  margin-top: 20px;
  margin-bottom: 10px;
}
.regpage .regform .regbtn {
  cursor: pointer;
  width: 320px;
  height: 40px;
  margin-left: 50px;
  border-radius: 4px;
  background: #1e79eb;
  border: none;
  color: #f4f5f9;
  margin-top: 40px;
}
.loginbtnright {
  position: fixed;
  right: 40px;
  top: 20px;
  color: white;
}
.icon-chacha {
  cursor: pointer;
}
