.loginDg .loaginDg_close {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
}

.loginDg .qrCode_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loginDg .qrCode_wrap .qrCode {
  width: 280px;
  height: 280px;
  background-color: #eeeeee;
  border-radius: 20px;
  margin-top: 20px;
}

.loginDg .qrCode_wrap .qrCodeStatus {
  opacity: 0.1;
}

.loginDg .qrCode_wrap .qrCode img {
  width: 100%;
  height: 100%;
}

.loginDg .qrCode_wrap .qrCode_sx {
  opacity: 1 !important;
  position: absolute;
  pointer-events: auto; /* 确保可交互 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loginDg .qrCode_wrap .qrCode_sx .qrCode_reload {
  margin-top: 15px;
  width: 92px;
  height: 32px;
  background: #df6250;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  color: #fff;
}

.loginDg .qrCode_wrap .qrCode_sx .qrCode_reload:hover {
  background: #f66d59;
}

.loginDg .qrCode_wrap .qrCode_tips {
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loginDg .qrCode_wrap .qrCode_tips .qrCode_tips_title {
  color: var(--public-color);
  font-weight: 800;
  margin-top: 10px;
}

.loginDg .qrCode_wrap .qrCode_xy {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #a9b1be;
}

.loginDg .qrCode_wrap .qrCode_xy span {
  color: var(--public-color);
  cursor: pointer;
}

.loginDg .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.loginDg .el-dialog__body {
  padding: 26px 40px 40px 40px;
}

.loginDg .el-tabs__nav-wrap::after {
  display: none !important;
}

.loginDg .el-tabs__item.is-active {
  color: var(--public-color);
}

.loginDg .el-tabs__active-bar {
  background-color: var(--public-color);
}

.loginDg .el-tabs__item:hover {
  color: var(--public-color);
}

.loginDg .el-tabs__item {
  color: #a9b1be;
}

.loginDg .code_box {
  margin-top: 30px;
  position: relative;
}

.loginDg .tips {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: var(--public-color);
  margin-bottom: 40px;
}

.loginDg .input_top {
  display: flex;
  align-items: center;
}

.loginDg .input_top img {
  width: 14px;
  height: 14px;
}

.loginDg .input_top div {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-left: 4px;
}

.loginDg .el-input__wrapper {
  box-shadow: none !important;
  border-bottom: 1px solid #a9b1be;
  border-radius: 0 !important;
  /* margin-bottom: 30px; */
}

.loginDg .el-input__inner {
  height: 56px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #a9b1be;
}

.loginDg .drag {
  position: relative;
  background-color: #eeeeee;
  width: 420px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #fff;
  margin-top: 30px;
}

.loginDg .drag .drag_bg {
  background-color: #fce2e0;
  height: 50px;
  width: 0px;
  border-radius: 4px 0 0 4px;
  z-index: 999;
  position: relative;
}

.loginDg .drag .drag_text {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: var(--public-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
}

.loginDg .drag .handler {
  width: 50px;
  height: 48px;
  border-radius: 4px;
  cursor: move;
  background-color: var(--public-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.loginDg .drag .handler-success {
  border-radius: 4px;
}

.loginDg .el-tabs__header {
  margin-bottom: 0;
}

.loginDg .code_box .yzmBtn {
  color: #999;
  position: absolute;
  right: 0;
  top: 42px;
  cursor: pointer;
}

.loginDg .login_register {
  width: 420px;
  height: 50px;
  border-radius: 4px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-top: 30px;
  border: none;
  background: var(--public-color);
}

.loginDg .login_register:hover {
  background: var(--public-hover-color);
}

.loginDg .register {
  color: var(--public-color);
}

.loginDg .remember_forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.loginDg .remember .el-checkbox__input.is-checked + .el-checkbox__label {
  color: var(--public-color) !important;
}

.loginDg .remember .el-checkbox__input.is-checked .el-checkbox__inner,
.loginDg .remember .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: var(--public-color) !important;
  border-color: var(--public-color) !important;
}

.loginDg .remember .el-checkbox__inner:hover {
  border-color: var(--public-color) !important;
}

.loginDg .forget {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: var(--public-color);
  cursor: pointer;
}

.loginDg .forget:hover {
  text-decoration: underline;
}

.loginDg .forgetTitle {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.loginDg .forgetBack {
  display: flex;
  justify-content: flex-end;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: var(--public-color);
  cursor: pointer;
  margin-top: 20px;
}

.loginDg .forgetBack:hover {
  text-decoration: underline;
}
