* {
  margin: 0;
  padding: 0;
}

[v-cloak] {
  display: none;
}


.read-text {
  flex: 1;
  font-size: 14px;
  line-height: 19px;
  padding: 0;
  color: #606266;
  font-weight: 500;
  white-space: nowrap;
}

#login {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/c3f153dd-80a0-40a8-9a54-a3b7d6717ab8.jpg") center center / cover no-repeat;
}

.login-container {
  width: 13rem;
  height: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/* 右侧装饰面板 开始（透明玻璃风格） */
.container-back {
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  background: transparent;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 8px 0 0 8px;
  order: 0;
}

.container-back::before,
.container-back::after,
.back-line1,
.back-line2,
.back-line3 {
  display: none;
}

.container-back::before {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.22);
  top: -1.2rem;
  right: -1.2rem;
}

.container-back::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  bottom: 1.2rem;
  right: 1.6rem;
}

.login-logo {
  position: fixed;
  top: .4rem;
  left: .5rem;
  height: .56rem;
  width: auto;
  max-width: 4.5rem;
  z-index: 100;
  object-fit: contain;
}

.back-text {
  position: relative;
  z-index: 10;
  color: #3a4160;
  padding: 1.7rem .85rem 0 .85rem;
  font-weight: 400;
}

.text-welcome {
  font-size: .56rem;
  font-family: Bahnschrift;
  line-height: .56rem;
  font-weight: 700;
  letter-spacing: .02rem;
}

.text-title {
  margin-top: .24rem;
  font-size: .3rem;
  line-height: 1.5;
  font-weight: 500;
}

.text-level {
  font-size: .16rem;
  margin-top: .5rem;
  opacity: 0.85;
  line-height: 1.6;
}

.back-line1,
.back-line2,
.back-line3 {
  width: .6rem;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.3000) 0%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  position: absolute;
}

.back-line1 {
  height: 5rem;
  opacity: 1;
  transform: rotate(45deg);
  top: -1.2rem;
  left: 4.15rem;
}

.back-line2 {
  height: 7rem;
  transform: rotate(110deg);
  top: 0px;
  left: 5rem;
}

.back-line3 {
  height: 5rem;
  transform: rotate(45deg);
  top: 2.3rem;
  left: 1.5rem;
}

/* 背景板结束 */

/* 前景 登录框 开始 */
.container-before {
  width: 6.5rem;
  height: 6.5rem;
  background: #ffffff;
  position: static;
  border-radius: 0 8px 8px 0;
  z-index: 10;
  flex-shrink: 0;
  order: 1;
}

.login {
  padding-top: .6rem;
  padding-left: .8rem;
  padding-right: .7rem;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 14px;
  position: relative;
}

.lang-box {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}

.lang-option {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.lang-option .lang-img {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: middle
}

.login-text {
  display: flex;
  flex-direction: column;
}

.login-text-title {
  font-size: .32rem;
  color: #1e2736;
  line-height: .32rem;
  font-weight: 600;
  letter-spacing: .01rem;
}

.login-text-regist {
  margin-top: .12rem;
  color: #666b80;
  font-size: 14px;
}

.login-text-regist a {
  color: #006EFF;
  cursor: pointer;
  font-weight: 500;
}

.login-text-regist a:hover {
  text-decoration: underline;
}

.login-form {
  margin-top: .5rem;
}

.login-top {
  display: flex;
  flex-direction: row;
}

.login-email,
.login-phone {
  height: .34rem;
  color: #666b80;
  cursor: pointer;
}

.active {
  color: #006EFF;
  border-bottom: 2px solid #006EFF;
}

.login-email {
  margin-right: .4rem;
}

.form-main {
  margin-top: .22rem;
}

.form-item {
  margin-top: .22rem;
}

.input-with-select .el-input-group__prepend {
  background: #ffffff;
  width: 64px;
}

.code-item {
  display: flex;
  flex-direction: row;
}

.code-btn {
  margin-left: .1rem;
  background: #006EFF;
  color: #ffffff;
}

.rember-item {
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.5;
}

.rember-item .el-checkbox {
  height: 19px;
  display: flex;
  align-items: center;
}

.rember-item>span:last-child {
  line-height: 19px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}

.rember-item a {
  color: #006EFF;
  cursor: pointer;
}

/* 底部版权备案 */
.login-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 4px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #7a8194;
  z-index: 50;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.login-footer-icp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 4px;
}

.login-footer .footer-icp-item {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  color: #7a8194;
  text-decoration: none;
}

.login-footer .footer-icp-item:hover {
  color: #006EFF;
}

.login-footer .footer-icp-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.login-footer-divider {
  color: #d0d3da;
}

.login-footer-copy {
  white-space: nowrap;
}

.login-btn {
  width: 100%;
  height: 46px;
  background: #006EFF;
}

.pass-btn {
  width: 100%;
  height: 46px;
  margin-left: 0 !important;
  margin-top: .15rem;
}

.read-item {
  margin-top: .2rem;
}

.read-item a {
  color: #006EFF;
  cursor: pointer;
}

.line-item {
  margin-top: .4rem;
}

.line-item text {
  font-size: 16px;
  color: #1e2736;
}

.type-btn {
  width: 100%;
  height: 46px;
  font-size: .16rem;
}

.login-type {
  display: flex;
  align-items: center;
  column-gap: 0.15rem;
  flex-wrap: wrap;
}

.a-text {
  color: #006EFF;
  cursor: pointer;
  margin-right: 5px;
}

.oauth-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.oauth-img {
  width: 40px;
  height: 40px;
}

.oauth-item:hover .oauth-img {
  filter: brightness(0.8);
}

@media screen and (max-width: 750px) {
  .login-container {
    height: calc(100vh - 1.2rem);
    width: 100vw;
    background: #f2f2fe;
    padding: .6rem 0;
  }

  .container-back {
    display: none;
  }

  .container-before {
    width: 100%;
    height: 100%;
    margin: 0rem .3rem;
    position: unset;
    z-index: 0;
    border-radius: 8px;
  }

  .login {
    padding-top: 1.17rem;
    padding-left: .3rem;
    padding-right: .3rem;
    font-size: .26rem;
    line-height: .3rem;
  }

  .login-text-title {
    font-size: .4rem;
  }

  .login-text-regist {
    margin-top: .1rem;
    font-size: .28rem;
  }

  .login-form {
    margin-top: 1.21rem;
  }

  .form-main {
    margin-top: .6rem;
  }

  .login-email,
  .login-phone {
    height: .34rem;
    width: 100%;
    text-align: center;
    color: #666b80;
    cursor: pointer;
    padding-bottom: .13rem;
  }

  .el-checkbox__label {
    font-size: .22rem;
  }

  .read-item {
    line-height: .3rem;
  }

  .login-btn {
    font-size: .34rem;
    height: .8rem;
  }

  .type-btn {
    border: none;
    color: #006EFF;
    font-size: .34rem;
  }
}