.loginPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}
.loginFormBox {
  width: 420px;
  background: #FFFFFF;
  box-sizing: border-box;
  position: relative;
}
.loginFormBox .msgBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
  color: #fff;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
.loginFormBox .closeBtn {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -10px;
  top: -10px;
  z-index: 99;
  cursor: pointer;
}
.loginFormBox .closeBtn img {
  width: 16px;
}
.loginFormBox .Btn {
  width: 320px;
  height: 42px;
  background: #FEC32D;
  border-radius: 3px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.loginFormBox .loginBtn {
  margin-top: 14px;
}
.loginFormBox .userPassLogin {
  padding: 28px 50px 90px;
  position: relative;
  height: 100%;
  display: none;
  box-sizing: border-box;
}
.loginFormBox .userPassLogin .codeImgLoginIcon {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}
.loginFormBox .userPassLogin .codeImgLoginIcon img {
  width: 48px;
  height: 48px;
}
.loginFormBox .userPassLogin .cutBox {
  font-size: 16px;
  display: flex;
  cursor: pointer;
}
.loginFormBox .userPassLogin .cutBox .item {
  padding: 0 10px;
  color: #666;
}
.loginFormBox .userPassLogin .cutBox .active {
  font-weight: bold;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loginFormBox .userPassLogin .cutBox .active::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #F69F09;
  margin-top: 4px;
}
.loginFormBox .userPassLogin .inputBox {
  margin-top: 10px;
}
.loginFormBox .userPassLogin .inputBox .rememberPwd {
  display: flex;
  font-size: 12px;
}
.loginFormBox .userPassLogin .inputBox .rememberPwd .leftBox {
  flex: 1;
}
.loginFormBox .userPassLogin .inputBox .rememberPwd .leftBox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.loginFormBox .userPassLogin .inputBox .rememberPwd .leftBox label input {
  margin-right: 6px;
}
.loginFormBox .userPassLogin .inputBox .rememberPwd .rightBox {
  flex: 1;
  text-align: end;
}
.loginFormBox .userPassLogin .inputBox .rememberPwd .rightBox .remember {
  color: #222;
  cursor: pointer;
}
.loginFormBox .userPassLogin .inputBox .wxLoginBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #222;
  background: #F3F5F7;
  padding: 0px 50px;
  box-sizing: border-box;
}
.loginFormBox .userPassLogin .inputBox .wxLoginBtn .leftBox {
  flex: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.loginFormBox .userPassLogin .inputBox .wxLoginBtn .leftBox img {
  width: 24px;
  margin-right: 6px;
}
.loginFormBox .userPassLogin .inputBox .wxLoginBtn .rightBox {
  flex: 1;
  text-align: end;
}
.loginFormBox .userPassLogin .inputBox .wxLoginBtn .rightBox span {
  cursor: pointer;
  color: #222;
}
.loginFormBox .userPassLogin .inputBox .passLogin {
  margin-bottom: 14px;
  position: relative;
}
.loginFormBox .userPassLogin .inputBox .codeLogin {
  margin-bottom: 14px;
  display: none;
}
.loginFormBox .codeImgLogin {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  position: relative;
  display: none;
}
.loginFormBox .codeImgLogin .codeImgLoginIcon {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}
.loginFormBox .codeImgLogin .codeImgLoginIcon img {
  width: 48px;
  height: 48px;
}
.loginFormBox .codeImgLogin .text {
  font-size: 14px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.loginFormBox .codeImgLogin .codeImg {
  width: 150px;
}
.loginFormBox .codeImgLogin .codeImg img {
  width: 100%;
  height: 100%;
}
.loginFormBox .registerBox {
  padding: 38px 50px 30px;
  display: none;
}
.loginFormBox .registerBox .titleText {
  font-size: 16px;
  margin-bottom: 30px;
}
.loginFormBox .registerBox .errorMsg {
  height: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
.loginFormBox .registerBox .input_tr {
  margin-top: 0px;
}
.loginFormBox .registerBox .agreementBox {
  margin-bottom: 19px;
}
.loginFormBox .registerBox .agreementBox .isconsent {
  margin-right: 4px;
}
.loginFormBox .registerBox .agreementBox .text a {
  color: #1E6BD8;
  cursor: pointer;
}
.loginFormBox .registerBox .hesUser {
  margin-top: 25px;
  text-align: center;
}
.loginFormBox .registerBox .hesUser span {
  color: #F69F09;
  cursor: pointer;
}
.regSuccess {
  display: none;
}
.regSuccess .title {
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.regSuccess .title img {
  margin-right: 6px;
  filter: drop-shadow(#05BD0D 1000px 0);
  transform: translateX(-1000px);
}
.regSuccess .text {
  font-size: 16px;
  margin: 10px 0;
  text-align: center;
}
.regSuccess .codeImg {
  text-align: center;
  margin-bottom: 40px;
}
.regSuccess .codeImg img {
  width: 150px;
}
.rememberPwdBox {
  padding: 38px 50px 30px;
  box-sizing: border-box;
  display: none;
}
.rememberPwdBox .titleText {
  font-size: 16px;
}
.rememberPwdBox .resetPwdBtn {
  margin-top: 28px;
}
.rememberPwdBox .hesUser {
  margin-top: 25px;
  text-align: center;
}
.rememberPwdBox .hesUser span {
  color: #F69F09;
  cursor: pointer;
}
.rememberPwdBox .input_tr:nth-child(1) {
  margin-top: 0px;
}
.errorMsg {
  color: #FF0000;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
.input_tr {
  display: flex;
  width: 320px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  box-sizing: border-box;
}
.input_tr .imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  background: #EFEFEF;
}
.input_tr .imgbox img {
  width: 16px;
}
.input_tr .input {
  flex: 1;
  display: flex;
  align-items: center;
}
.input_tr .input input {
  padding-left: 10px;
  flex: 1;
  height: 100%;
  border: none;
}
.input_tr .input .sendCode {
  width: 80px;
  text-align: center;
  line-height: 42px;
  font-size: 12px;
  cursor: pointer;
}
.input_tr .input .lookpassword {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
}
.input_tr .input .lookpassword img {
  width: 16px;
  cursor: pointer;
}
.drag {
  width: 320px;
  height: 40px;
  line-height: 40px;
  background-color: #e8e8e8;
  position: relative;
  margin: 0 auto;
  margin-top: 14px;
  display: none;
}
.drag .bg {
  width: 40px;
  height: 100%;
  position: absolute;
  background-color: #75CDF9;
}
.drag .text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  user-select: none;
}
.drag .btn {
  width: 40px;
  height: 38px;
  position: absolute;
  border: 1px solid #ccc;
  cursor: move;
  font-family: "宋体";
  text-align: center;
  background-color: #fff;
  user-select: none;
  color: #666;
}
.agreement_iframe {
  min-width: 50%;
  height: 60%;
  border: none;
  position: absolute;
  top: 20%;
  left: 25%;
  background: #fff;
  box-shadow: 0 0 8px 4px #dedede;
  z-index: 9999;
  display: block;
}
.agreement_iframe .closeIcon {
  text-align: end;
  padding: 10px;
}
.agreement_iframe .closeIcon .closeimg {
  width: 25px;
  cursor: pointer;
}
.agreement_iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}
