[data-v-2681052a] .el-dialog {
  border-radius: 10px;
}
.authorize[data-v-2681052a] {
  width: 100%;
  height: 600px;
  overflow-y: auto;
  padding: 15px 10px;
  box-sizing: border-box;
}
.head[data-v-2681052a] {
  margin-bottom: 8px;
  font-size: 22px;
  color: #333333;
  font-weight: bolder;
}
.title[data-v-2681052a] {
  margin-bottom: 8px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.context[data-v-2681052a] {
  line-height: 19px;
  margin-bottom: 8px;
  text-align: justify;
  font-size: 14px;
  color: #666666;
}
.ww-login-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 300px;
  left: 80px;
}
.refresh-btn {
  margin-top: 10px;
}
.main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: url(../img/logo_bg.d84c167d.png) no-repeat;
  background-size: 100% 100%;
}
.main .logo_icon {
  width: 200px;
  height: 100px;
}
.lk-bg {
  background: url(../img/logo_bg_v3.83a989aa.jpg) no-repeat;
  background-size: 100% 100%;
}
.login-content {
  width: 400px;
  height: 350px;
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: calc(100% - 500px);
  margin: auto;
  padding: 24px 40px;
  box-sizing: border-box;
}
.login-content.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #e7e7e8;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 99;
  border-radius: 0 8px 0 8px;
}
.login-content .title-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: -120px;
}
.login-content .title-box h2 {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  font-weight: bolder;
}
.login-content .title-box p {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  font-weight: bolder;
}
.login-content .title-box .is-lk {
  color: #333;
}
.login-content .desc {
  margin: 20px 0 0;
  color: #999;
  text-align: center;
}
.login-content .desc span {
  color: #1e80ff;
  cursor: pointer;
}
.login-content .title-tip {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
  position: relative;
}
.login-content .title-tip div {
  width: 10px;
  height: 20px;
  border-radius: 4px;
  margin-right: 6px;
  background: linear-gradient(to left, #32c9ff, #1b7af9);
}
.login-content .title-tip span {
  font-size: 16px;
}
.login-content .title-tip .tip-right {
  position: absolute;
  right: -25px;
  top: -12px;
  z-index: 9999;
  cursor: pointer;
}
.login-content .title-tip .tip-right img {
  width: 35px;
  height: 35px;
  display: block;
}
.login-content .title-tip .tip-right::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: white;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  z-index: 10;
  pointer-events: none;
}
.login-content .title-tip .tip-right-text {
  cursor: pointer;
  color: #1e80ff;
  position: absolute;
  right: 0;
}
.login-content .el-form-item .el-input input {
  border-radius: 10px;
}
.login-content .rela .el-input {
  width: 200px;
}
.login-content .el-form-item__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.login-content .captcha-img {
  cursor: pointer;
  margin-left: 30px;
}
.login-content .button {
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(to left, #32c9ff, #1b7af9);
  border: none;
}
.isAccountLogin {
  width: 545px;
  height: 550px;
  left: calc(100% - 650px);
}
.container[data-v-abb8f642] {
  width: 100%;
  height: 100%;
}
