.login-wrp {
  min-width: 1600px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.login-wrp .header {
  height: 56px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}
.login-wrp .header .logo-a {
  width: 143px;
  height: 32px;
}
.login-wrp .header .logo-a img {
  width: 100%;
  height: 100%;
}
.login-wrp .header p {
  color: #333333;
}
.login-wrp .l-r {
  position: absolute;
  left: 0;
  top: 56px;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #c5fefd 1%, #ebfcd2 99%);
}
.login-wrp .l-r .l-r-c {
  height: 100%;
  position: relative;
}
.login-wrp .l-r .l-r-c img {
  width: 1150px;
  height: 100%;
  object-fit: cover;
}
.login-wrp .l-r .l-r-s {
  width: 502px;
  height: 520px;
  background: #fff;
  backdrop-filter: blur(10px);
  padding: 110px 70px 0;
  position: absolute;
  left: 55%;
  top: 50%;
  margin-top: -255px;
}
.login-wrp .l-r .l-r-s .register-sec .vip-text {
  height: 20px;
  font-size: 14px;
  text-align: center;
  color: #ff4918;
  line-height: 20px;
  margin-top: 16px;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .qr-alert {
  display: flex;
  align-items: center;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .qr-alert iframe {
  width: 589px;
  height: 450px;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .other-login {
  margin-top: 20px;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .login-itms {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 36px;
  background: #f1f2f5;
  border-radius: 19px;
  margin: 34px auto 0;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .login-itms .itm {
  width: 110px;
  height: 32px;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .login-itms .itm:first-child {
  background: #fff;
  color: #303133;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .login-itms .itm:first-child i {
  color: #09C867;
  font-size: 24px;
  margin-right: 6px;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .login-itms .itm:last-child {
  color: #606266;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .login-itms .itm:last-child:hover i {
  background: #09C867;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .login-itms .itm:last-child i {
  display: block;
  height: 20px;
  width: 20px;
  background: #606266;
  border-radius: 50% 50%;
  margin-right: 8px;
}
.login-wrp .l-r .l-r-s .wx-qr-sec .login-itms .itm:last-child i b {
  display: block;
  width: 9px;
  height: 12px;
  background: url(../images/to.png) no-repeat;
  background-size: 100% 100%;
  margin: 4px auto 0;
}
.login-wrp .l-r .l-r-s .swith-p {
  width: 112px;
  height: 37px;
  font-size: 16px;
  color: #fff;
  line-height: 37px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/tit.png) no-repeat;
  background-size: 100% 100%;
  text-align: right;
  padding-right: 14px;
}
.login-wrp .l-r .l-r-s .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-wrp .l-r .l-r-s .tabs .tab {
  cursor: pointer;
  height: 25px;
  font-size: 18px;
  color: #303133;
  line-height: 25px;
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
  margin-left: 35px;
}
.login-wrp .l-r .l-r-s .tabs .tab:hover {
  color: #09c867;
}
.login-wrp .l-r .l-r-s .tabs .tab.active {
  color: #09c867;
  border-color: #09c867;
}
.login-wrp .l-r .l-r-s .tabs .tab:first-child {
  margin-left: 0;
}
.login-wrp .l-r .l-r-s .tabs .tab.no-ml {
  margin-left: 0;
}
.login-wrp .l-r .l-r-s .form {
  font-size: 14px;
  margin-top: 30px;
}
.login-wrp .l-r .l-r-s .form.hide {
  display: none;
}
.login-wrp .l-r .l-r-s .form .form-item {
  padding-bottom: 2px;
  border-bottom: 1px solid #999999;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.login-wrp .l-r .l-r-s .form .form-item.error {
  border-color: #FF4918;
}
.login-wrp .l-r .l-r-s .form .form-item .label {
  height: 40px;
  line-height: 40px;
  color: #303133;
  margin-right: 24px;
}
.login-wrp .l-r .l-r-s .form .form-item input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  flex: 1;
  padding-right: 10px;
}
.login-wrp .l-r .l-r-s .form .form-item .get-code {
  width: 100px;
  height: 32px;
  border-radius: 5px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
}
.login-wrp .l-r .l-r-s .form .form-item .get-code.disabled {
  background: #e0e0e0;
}
.login-wrp .l-r .l-r-s .form .form-item .get-code.allowed {
  background: #09c867;
}
.login-wrp .l-r .l-r-s .form .form-item .icon-eye {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.login-wrp .l-r .l-r-s .form .form-item .icon-eye.see {
  background-image: url(../images/see.png);
}
.login-wrp .l-r .l-r-s .form .form-item .icon-eye.no-see {
  background-image: url(../images/no-see.png);
}
.login-wrp .l-r .l-r-s .form .input-btm-text {
  line-height: 20px;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}
.login-wrp .l-r .l-r-s .form .input-btm-text.rt {
  text-align: right;
  padding-right: 10px;
}
.login-wrp .l-r .l-r-s .form .input-btm-text a {
  color: #666;
}
.login-wrp .l-r .l-r-s .form .form-bottom {
  margin-top: 35px;
}
.login-wrp .l-r .l-r-s .form .form-bottom .agree-tip {
  font-size: 14px;
  color: #303133;
  line-height: 16px;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.login-wrp .l-r .l-r-s .form .form-bottom .agree-tip i {
  color: #DCDFE6;
  margin-right: 10px;
}
.login-wrp .l-r .l-r-s .form .form-bottom .agree-tip i.active {
  color: #09c867;
}
.login-wrp .l-r .l-r-s .form .form-bottom .agree-tip a {
  color: #09c867;
}
.login-wrp .l-r .l-r-s .form .form-bottom .form-btn {
  padding: 0 32px;
  text-align: center;
  line-height: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.login-wrp .l-r .l-r-s .form .form-bottom .form-btn p {
  color: #fff;
}
.login-wrp .l-r .l-r-s .form .form-bottom .form-btn p.jt {
  background: url(../images/jt.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.login-wrp .l-r .l-r-s .form .form-bottom .form-btn.disabled {
  background: #e0e0e0;
}
.login-wrp .l-r .l-r-s .form .form-bottom .form-btn.allowed {
  background: #09c867;
}
.login-wrp .l-r .l-r-s .form.wx-login-sec .qr-alert {
  display: flex;
  align-items: center;
}
.login-wrp .l-r .l-r-s .form.wx-login-sec .qr-alert iframe {
  width: 589px;
  height: 339px;
}
.login-wrp .l-r .l-r-s .check-input-tip {
  font-size: 14px;
  color: #FF4918;
  line-height: 20px;
  height: 20px;
  margin-top: 16px;
}
.login-wrp .l-r .l-r-s .other-login {
  margin-top: 36px;
  font-size: 16px;
  color: #303133;
  text-align: center;
  line-height: 22px;
  position: relative;
}
.login-wrp .l-r .l-r-s .other-login::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 145px;
  border-top: 1px dashed #e4e6ea;
}
.login-wrp .l-r .l-r-s .other-login::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 145px;
  border-top: 1px dashed #e4e6ea;
}
.login-wrp .l-r .l-r-s .wx-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 36px;
  background: #f1f2f5;
  border-radius: 19px;
  margin: 32px auto 0;
  color: #606266;
}
.login-wrp .l-r .l-r-s .wx-login i {
  font-size: 22px;
  margin-right: 8px;
}
