@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.qrcode-con {
  display: none;
  width: 280px;
  margin: 211px auto 0;
  text-align: center;
}
.qrcode-con .qrcode-title {
  font-size: 24px;
  color: #333;
  line-height: 36px;
}
.qrcode-con .qrcode-img {
  margin: 15px auto 0;
  width: 200px;
  height: 200px;
  transition: opacity 0.3s;
}
.qrcode-con .qrcode-img img {
  transition: opacity 0.3s;
  opacity: 0;
  width: 100%;
}
.qrcode-con .code-ready img {
  transition: opacity 0.3s;
  opacity: 1;
}
.qrcode-con .qrcode-text {
  font-size: 14px;
  color: #001d4d;
  line-height: 20px;
}
.qrcode-con .refresh-box {
  font-size: 14px;
  color: #437fec;
  line-height: 18px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.qrcode-con .refresh-box .icon-refresh {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("/images/login/refresh.png") no-repeat 0 0 / 100% 100%;
}
.qrcode-con .refresh-box .icon-rotate {
  animation: rotate 1s linear infinite;
}
.qrcode-con .qrcode-close {
  margin-top: 30px;
  font-size: 14px;
  color: #437fec;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.qrcode-con .qrcode-close .icon-back {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("/images/login/icon-back.png") no-repeat 0 0 / 100% 100%;
}
@media screen and (max-width: 1300px) {
  .main-left {
    display: none !important;
  }
  .footer {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .main-left {
    display: none;
  }
  .footer {
    display: none;
  }
}
.loginCom .login-main-com {
  height: 100vh;
  display: flex;
}
.loginCom .login-main-com .main-left .main-left-pic {
  display: block;
  width: auto;
  height: 100vh;
}
.loginCom .login-main-com .main-right {
  flex: 1;
  position: relative;
  min-width: 500px;
  min-height: 800px;
}
.loginCom .login-main-com .main-right .logo {
  display: block;
  width: 120px;
  height: 33px;
  background: url("/images/login/logo.png") no-repeat center;
  background-size: 120px 33px;
  margin-top: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 484px) {
  .loginCom .login-main-com .main-right {
    width: 100vw;
    min-width: auto;
  }
  .loginCom .content {
    width: 91.47vw;
    min-width: auto;
    overflow: hidden;
  }
  .loginCom .content .title ul li {
    margin-right: 5.3vw;
    white-space: nowrap;
  }
  .loginCom .content form .form-item .w-360-input {
    width: 100%;
  }
  .loginCom .content form .form-item .pwdPasswordInput {
    padding-right: 50px;
  }
  .loginCom .content form .form-item.btnItem .loginBtn,
  .loginCom .content form .form-item.btnItem .registerBtn {
    width: 100%;
  }
  .loginCom .content form .form-item.other-item .otherLogin .text .line {
    width: auto;
    flex: 1;
  }
  .loginCom .content form .form-item .sixcode-item-input {
    flex: 1;
  }
  .loginCom .content form .form-item .w-230-input {
    width: 100%;
  }
  .loginCom .content form .form-item.agreementItem .icon.agreement-no {
    flex-shrink: 0;
  }
  .loginCom .content .company-btn {
    width: 100%;
  }
  .loginCom .content .selects .my-select {
    width: 100%;
  }
}
