:root {
  /* 容器背景图 */
  --container_bgurl: url("../image/bg.png");
  /* 表单容器 */
  --login-form_width: 460px;
  /* --login-form_height: 446px; */
  /* 表单容器左边背景 */
  --login-form-bg-image_bgurl: url("../image/bg_obj.png");
  /* 表单容器右侧填写内容 */
  --login-form-container_width: 48%;
  --login-form-container_height: 100%;
  --login-form-container_padding: 3.66% 1.53% 3.4% 1.53%;
  /* 表单头部信息 */
  --form-header-title_fontsize: 42px;
  /* 表单头部系统描述 */
  --form-header-systemMsg_fontsize: 24px;
  /* 表单每行盒子 */
  --form-content-item_paddingtop: 60px;
  /* 输入框文字大小 */
  --form-content-input_fontsize: 16px;
  /* 提交按钮 */
  --form-btn_padding: 2.85%;
  --form-btn_fontsize: 24px;
  /* 页尾 */
  --login-footer_fontsize: 10px;
  /* 图标url */
  --user-prefix_imageurl: url("../image/user@2x.png");
  --psw-prefix_imageurl: url("../image/lock@2x.png");
  --psw-noeye-suffix_imageurl: url("../image/no_eye@2x.png");
  --psw-eye-suffix_imageurl: url("../image/eye@2x.png");
}
html,
body,
#login {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
[v-cloak] {
  display: none;
}
/* 容器 */
.login-container {
  position: relative;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: var(--container_bgurl);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* 表单 */
.login-form {
  transition: all 0.3s;
  position: absolute;
  top: 48%;
  right: 287px;
  transform: translateY(-50%);
  width: var(--login-form_width);
  /* height: var(--login-form_height); */
  padding: 60px 70px 124px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: 2px solid #009eff;
  /* clip-path: inset(0 round 18px); */
  /* border-image: linear-gradient(270deg, #006593, #009eff) 2 2; */
  backdrop-filter: blur(4px);
  background: rgba(255,255,255,0.1);
  box-shadow: 0px 0px 40px 10px rgba(255,255,255,0.3) inset; 
}
/* 页尾落款 */
.login-footer {
  position: absolute;
  padding: 6px 0;
  bottom: 0;
  color: #fff;
}
.login-form .form-bg {
  width: 52%;
  height: 100%;
  /* padding: 70px 40px 40px 40px; */
  padding: 6% 3.4% 3.4% 3.4%;
  /* background-image: url("../image/bg_obj.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; */
}
.login-form .form-bg .form-bg-image {
  width: 100%;
  height: 100%;
  background-image: var(--login-form-bg-image_bgurl);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.login-form .form-container {
  width: 100%;
  height: 100%;
  /* width: var(--login-form-container_width); */
  /* height: var(--login-form-container_height); */
  display: flex;
  /* padding: var(--login-form-container_padding); */
  flex-direction: column;
}
.login-form .form-container .form_header {
  position: absolute;
  top: -78px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.login-form .form-container .logo {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background-image: url(../image/logo.png);
}
.login-form .form-container .title {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  font-style: italic;
  white-space: nowrap;
}
.login-form .form-container .form-content .form-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.login-form .form-Checkbox-text {
  color: #ffffff;
  margin-left: 1%;
}
.login-form .ivu-checkbox-inner {
  background-color: rgba(255,255,255,0.25);
  border: none;
}
.login-form .ivu-checkbox-checked .ivu-checkbox-inner:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
  transition: none;
}
.login-form .ivu-checkbox-inner:after {
  transition: none;
}

.login-form .form-container .form-btn {
  position: relative;
  margin: 60px auto 0 auto;
}
.login-form .form-container .form-btn .form-err {
  position: absolute;
  bottom: -68%;
  height: 70%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757575;
  background: rgba(255, 245, 89, 0.8);
}
.login-form .form-container .form-btn .ivu-btn {
  width: 320px;
  height: 48px;
  background: linear-gradient(270deg,#004696, #007cc7);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-6;
  font-weight: 500;
  color: undefined;
  line-height: 25px;
}
.login-form .form-container .time_box {
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  border-top: 1px dashed #8f93a4;
  font-family: PingFang SC, PingFang SC-5;
  font-weight: 400;
  color: #ffffff;
  white-space: no-wrap;
  border-radius: 0 0 18px 18px;
}
.user-prefix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: var(--user-prefix_imageurl);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.psw-prefix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: var(--psw-prefix_imageurl);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.code_prefix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 21px;
  height: 21px;
  background-image: url(../image/code.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.psw-noeye-suffix {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--psw-noeye-suffix_imageurl);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.psw-eye-suffix {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--psw-eye-suffix_imageurl);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.login-form .form-container .form-content .form-content-item .form-content-input {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 48px;
  background: rgba(255,255,255,0.25);
  border-radius: 6px;
}
.login-form .form-container .form-content .form-content-item .form-content-input .ivu-input {
  height: auto;
  /* padding: 0 0 0 59px; */
  padding: 0 15px 0 40px;
  background-color: transparent;
  font-size: var(--form-content-input_fontsize);
  border: 0;
  color: #ffffff;
}
.login-form .form-container .form-content .form-content-item .form_pw_input .ivu-input {
  padding: 0 50px 0 40px;
}
.login-form .form-container .form-content .form-content-item .form-content-input .ivu-input-prefix,
.ivu-input-suffix {
  width: 6%;
  right: 10px !important;
}
.login-form .form-container .form-content .form-content-item .form-content-input input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-5;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 20px;
}
.login-footer {
  font-size: var(--login-footer_fontsize);
}
#svg-container>svg{
  width: 105px;
  height: 48px;
}
/* @media screen and  (max-width: 1240px)   {
  .login-form {
    --login-form_width: 460px;
    --login-form_height: 446px;
  }
  .login-form .form-container .form-header .form-header-title {
    --form-header-title_fontsize: 32px;
  }
  .login-form .form-container .form-header .form-header-systemMsg {
    --form-header-systemMsg_fontsize: 18px;
  }
  .login-form .form-container .form-content .form-content-item .form-content-input .ivu-input {
    --form-content-input_fontsize: 14px;
  }
  .login-form .form-container .form-content .form-content-item .form-content-input {
    padding: 1.7% 1.33% !important ;
  }
  .login-form .form-container .form-content .form-content-item {
    padding-top: 4.16% !important;
  }
  .login-form .form-container .form-content .form-content-item:last-child {
  }
  .login-form .form-container .form-btn .ivu-btn {
    --form-btn_padding: 1.425% 2.85% !important;
    --form-btn_fontsize: 16px;
  }
} */
@media screen and   (max-width: 1000px) {
  .login-form {
    right: 50%; 
    transform: translateX(50%) translateY(-50%);
  }
}
@media screen and   (max-height: 800px)  {
  .login-form {
    --login-form_width: 460px;
    /* --login-form_height: 446px; */
  }
  .login-form .form-container .form-header .form-header-title {
    --form-header-title_fontsize: 32px;
  }
  .login-form .form-container .form-header .form-header-systemMsg {
    --form-header-systemMsg_fontsize: 18px;
  }
  .login-form .form-container .form-content .form-content-item .form-content-input .ivu-input {
    --form-content-input_fontsize: 14px;
  }
  .login-form .form-container .form-content .form-content-item .form-content-input {
    padding: 1.7% 1.33% !important ;
  }
  .login-form .form-container .form-content .form-content-item {
    /* padding-top: 45px; */
    padding-top: 4.16% !important;
  }
  .login-form .form-container .form-content .form-content-item:last-child {
    /* padding-top: 22px;  0 0 18px*/
    padding: 4.16% 0 0 3.15%;
  }
  .login-form .form-container .form-btn .ivu-btn {
    --form-btn_padding: 1.425% 2.85% !important;
    --form-btn_fontsize: 16px;
  }
}
/* 没有全屏的是时候 */
@media screen and (min-width: 1920px) and (min-height: 937px) {
  .login-form {
    --login-form_width: 460px;
    /* --login-form_height: 446px; */
  }
}
/* 全屏的是时候 */
@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .login-form {
    --login-form_width: 460px;
    /* --login-form_height: 446px; */
  }
}
/* 4k */
@media screen and (min-width: 4096px) and (min-height: 2160px) {
  .login-form {
    --login-form_width: 80rem;
    /* --login-form_height: 90rem; */
    right: 40rem;
    border-radius: 3rem;
    backdrop-filter: blur(1rem);
    border-width: .4rem;
  }
  .login-form .form-container .form_header {
    top: -14rem;
  }
  .login-form .form-container .logo {
    width: 7rem;
    height: 7rem;
    margin-right: 3rem;
    background-image: url(../image/logo@2x.png);
    background-size: cover;
  }
  .login-form .form-container .title {
    font-size: 6rem;
  }
  .login-container {
    --container_bgurl: url("../image/bg@2x.png");
  }
  .login-form .form-bg .form-bg-image {
    --login-form-bg-image_bgurl: url("../image/bg_obj@2x.png");
  }
  .login-form .form-container {
    padding: 10rem;
  }
  .login-form .form-container .form-content .form-content-item .form-content-input {
    width: 100%;
    height: 8rem;
    padding: 0 6rem;
    border-radius: 1rem;
  }
  .login-form .form-container .form-content .form-content-item .form-content-input:last-child .ivu-input-wrapper {
    padding-right: 4rem;
  }
  .login-form .form-container .form-content .form-content-item .form-content-input input::-webkit-input-placeholder {
    font-size: 3rem;
  }
  input:-internal-autofill-selected {
    box-shadow: inset 0 0 0 1000px #281840 !important;
    -webkit-text-fill-color: #c0aefa;
}

  .login-form .form-container .form-header .form-header-title {
    --form-header-title_fontsize: 6rem;
  }
  .login-form .form-container .form-header .form-header-systemMsg {
    --form-header-systemMsg_fontsize: 3.5rem;
  }
  .login-form .form-container .form-content .form-content-item .form-content-input .ivu-input {
    --form-content-input_fontsize: 3.5rem;
  }
  .user-prefix {
    left: 3rem;
    width: 4rem;
    height: 4rem;
    --user-prefix_imageurl: url("../image/user@2x.png");
  }
  .psw-prefix {
    left: 3rem;
    width: 4rem;
    height: 4rem;
    --psw-prefix_imageurl: url("../image/lock@2x.png");
  }
  .code_prefix {
    left: 3rem;
    width: 4rem;
    height: 4rem;
  }
  .psw-noeye-suffix {
    --psw-noeye-suffix_imageurl: url("../image/no_eye@2x.png");
  }
  .psw-eye-suffix {
    --psw-eye-suffix_imageurl: url("../image/eye@2x.png");
  }
  .form-content-input .ivu-input-suffix {
    width: 5rem !important;
  }
  .login-form .form-Checkbox-text {
    font-size: 3rem;
  }
  .login-form .ivu-checkbox-inner {
    width: 3rem;
    height: 3rem;
  }
  .login-form
    .ivu-checkbox-checked
    .ivu-checkbox-inner:after {
    width: 1rem;
    height: 2rem;
    border: 5px solid #fff;
    border-top: 0;
    border-left: 0;
  }
  .login-form .ivu-checkbox-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .login-form .form-container .form-btn {
    width: 100%;
  }
  .login-form .form-container .form-btn .ivu-btn {
    width: 100%;
    --form-btn_fontsize: 3rem;
    height: 8rem;
    font-size: 4rem;
    border-radius: 1rem;
  }
  .login-form .form-container .form-btn .form-err {
    font-size: 2rem;
  }
  .login-footer {
    --login-footer_fontsize: 2rem;
  }
  #svg-container>svg{
    width: 15rem;
    height: 5rem;
  }
  .login-form .form-container .time_box {
    height: 7rem;
    font-size: 3rem;
    border-radius: 0 0 3rem 3rem;
  }
}
  /* 手机 平板 */
  /* 超小设备（手机，小于 768px） */
@media screen and (max-width: 820px) {
    .login-form .form-container .form_header {
      top: -4rem;
    }
    .login-form .form-container .logo {
      height: 2rem;
      margin-right: .4rem;
    }
    .login-form .form-container .title {
      font-size: 1.5rem;
    }
    .login-form {
      --login-form_width: 90%;
      /* --login-form_height: auto; */
      /* position: relative; */
      /* align-items: flex-start; */
      display: flex;
      top: 40%;
      padding: 0 1.6rem 6rem 1.6rem;
    }
    .login-form .form-bg {
      position: absolute;
      padding: 0;
      width: 100%;
      height: 100%;
    }
    .form-bg .form-bg-image {
      display: none;
    }
    .form-bg::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: var( --login-form-bg-image_bgurl);
      background-position: center center;
      background-repeat: no-repeat;
    }
    .login-form .form-container {
      /* --login-form-container_width: 100vw; */
      /* --login-form-container_height: 100%; */
      /* backdrop-filter: blur(15px); */
      /* -webkit-backdrop-filter: blur(15px); */
      /* padding: 0 32px; */
    }
    .form-container .form-header {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin: 16% 0 100px 0;
    }
    .login-form .form-container .form-btn {
      margin: 32px 0 0 0;
    }
    .login-footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: var(--login-footer_fontsize);
      padding: 0 8px;
    }
    .login-form .form-container .form-content .form-content-item .form-content-input {
      width: 100%;
      --form-content-input_fontsize: 14px;
      height: 40px;
    }
    .login-form .form-container .form-content .form-content-item {
      padding-top: 16px !important;
    }
    .login-form .form-container .form-btn .ivu-btn {
      --form-btn_fontsize: 16px;
      --form-btn_padding: 8px 16px;
      width: 100%;
      height: auto;
      font-family: Microsoft YaHei;
      font-weight: 400;
      padding: .6rem 0;
    }
}

