

/* 当屏幕宽度小于1366像素时应用的样式 */
@media screen and (max-width: 1200px) {
  .loginLeft {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .loginMain {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 1440px) {

  .loginMain_registerForm {
    right: -62px !important;
    top: 40px !important;
  }
}


.cargeerIcon {
  position: absolute;
  left: 24px;
  top: 12px;
  width: 132px;
  height: 32px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  color: #999 !important;
  -webkit-text-fill-color: #666;
  text-fill-color: #666;
}

#loginID::-ms-clear,
#verifycode::-ms-clear {
  display: none !important;
  width: 0;
  height: 0;
}

#password::-ms-reveal {
  display: none;
}

.login-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}
.loginLeft {
  height: 420px;
  width: 400px;
  left: 10%;
  text-align: left;
}

#subTitle {
  color: #667280;
}

.loginMain {
  display: inline-block;
  width: 640px;
  height: 460px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
  text-align: left;
  font-size: 0px;
  margin-left: 120px;
  border-radius: 4px;
}

.loginMain_register {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 460px;
  overflow: hidden;
  font-size: 14px;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
}

.loginMain_register img {
  width: 100%;
  height: 100%;
}

.loginMain_register .logo {
  position: absolute;
  left: 50%;
  top: 120px;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 36px;
}

.loginMain_register .slogen {
  position: absolute;
  left: 50%;
  top: 155px;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-49%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 52px;
}

.loginMain_registerForm {
  right: -130px;
  width: 124px;
  position: absolute;
  background: #fff;
  color: #0c0e10;
  box-shadow: 0 8px 16px 0 #2386ee1a;
  padding: 8px 0;
  border-radius: 2px;
}

.loginMain_registerBtn, .loginMain_registerBtn_rep {
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}

.loginMain_registerBtn:hover, .loginMain_registerBtn_rep:hover {
  color: #5582F3;
}

.registerIcon {
  position: absolute;
  right: 0;
  width: 78px;
  height: 36px;
  cursor: pointer;
}

.loginMain_form {
  display: inline-block;
  position: relative;
  width: 420px;
  height: 460px;
  padding: 0 40px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  background-color: white;
  border-left: 1px solid #EAE8F3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.loginMain_form .loginMain_top {
  height: 92px;
  box-sizing: border-box;
  position: relative;

}

.loginMain_top .toggleIcon {
  transform: rotate(45deg) translateX(40px);
  box-shadow: 6px -6px 12px 0px #007cff29 inset;
  color: #0088fe;
  width: 123px;
  height: 36px;
  overflow: hidden;
  position: absolute;
  right: -21px;
  top: -49px;
  padding-top: 30px;
  cursor: pointer;
  user-select: none;
  box-sizing: initial;
}

.toggleIcon p {
  margin: 0;
}

.toggleIcon .iconfont {
  font-size: 40px;
  padding-top: 5px;
  padding-right: 5px;
  transform: rotate(-45deg);
}

.loginMain_form .account_err_msg,.pwd_err_msg,.err_msg {
  color: #F75C5C;
  display: block;
  font-size: 12px;
  text-align: left;
  margin-top: 8px;
  line-height: 16px;
  height: 16px;
}

.loginMain_form .bindInf {
  position: absolute;
  left: 56px;
  top: 50px;
  color: #333;
  font-size: 16px;
}


.loginMain_form .inputGroup {
  box-sizing: border-box;
  height: 36px;
  border-bottom: 1px solid #EAE8F3;
  text-align: left;
  display: flex;
  align-items: center;
}

.loginMain_form .inputGroup:focus-within{
  border-bottom: 1px solid #5582F3;
}

.loginMain_form .inputGroup .iconfont {
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #474E78;
  font-size: 16px;
}

.loginMain_form .inputGroup input {
  width: 200px;
  line-height: 24px;
  border: 0 !important;
  text-align: left;
  display: inline-block;
  margin-left: 10px;
  color: #0C0E10;
  outline: 0;
  flex: 1;
}

#verifycode {
  width: 160px;
}

#verifyCodeIMG {
  width: 60px;
  height: 20px;
  vertical-align: middle;
}

.loginMain_form .inputGroup .verifycodeBtn {
  color: #5582F3;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  margin-right: 16px;
  line-height: 0;
}

.loginMain_form .login_Btn {
  box-sizing: border-box;
  width: 339px;
  height: 42px;
  background: #5582F3;
  color: #FFF;
  display: inline-block;
  margin-top: 8px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 2px;
}

.loginMain_form .forgetpwd_section {
  box-sizing: border-box;
  padding-top: 9px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #667280;
}



.loginMain_form .downloadapp:hover {
  color: #5582F3;
}


.barCodeL {
  position: absolute;
  bottom: -186px;
  left: 150px;
  width: 200px;
  height: 200px;
  display: none;
  border-radius: 4px;
  transition: opacity 0.5s ;
  box-shadow: 0 0 24px 0 #0000000d;
}

.hidden {
  opacity: 0;
  transition-delay: 1s; /* 延迟0.5秒后开始过渡 */
}

.visible {
  display: block;
  opacity: 1; /* 显示时的透明度 */
}

.loginMain_form .forgetpwd {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}

.loginMain_form .forgetpwd:hover {
  color: #28AEE2;
}

.agreement-style {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  color: #666;
  text-align: left;
  margin-top: 22px;
}

.agreement-style a {
  color: #5582F3;
}

#codeImgWrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 230px;
  overflow: hidden;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

#codeImgWrap iframe {
  width: 100%;
  height: 100%;
}

#codeImgWrap img {
  width: 100%;
}

.bottomInf {
  font-size: 12px;
  color: #666;
  margin-top: 18px;
}

.bottomInf span {
  cursor: pointer;
}

.bottomInf span:hover {
  color: #28AEE2;
}

.login_footerBar_code {
  padding-left: 57px;
  position: relative;
}

.footerBarCode img {
  width: 57px;
  height: 57px;
}



.login_footer_wrap {
  overflow: hidden;
  clear: both;
}

.impowerBox .qrcode {
  width: 200px;
}

.impowerBox .title {
  display: none;
}

.impowerBox .info {
  width: 200px;
}

.status_icon {
  display: none
}

.impowerBox .status {
  text-align: center;
}

.dn {
  display: none;
}

.modal-dialog {
  margin-top: 180px;
  ;
}

.eye_icon {
  font-size: 16px;
  border-right: none;
  cursor: pointer;
  background: #fff !important;
}

.toast_box {
  /* width: 100%; */
  position: sticky;
  bottom: 80%;
  top: 10%;
  left: 740px;
  /* justify-content: center; */
  z-index: 200;
  transform: translate(-50%, -50%);
  display: none;
}

.toast_box div {
  box-sizing: border-box;
  padding: 8px 20px;
  width: max-content;
  /* 提示框的背景色 */
  background: #FEEDE6;
  color: #F7855C;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  opacity: 0.8;
}

@media screen and (max-height: 837px) {
  .barCodeL {
    bottom: 40px;
  }
}
