.login-bg{
  background: url(../../images/login_bg5.png) no-repeat center top;
  background-size: cover;
}
.pc-download{
  position: fixed;
  top: 12vh;
  right: 7vw;
  width: 260px;
}

.pc-download .icon{
  float: left;
  margin-top:4px;
  margin-left:8px;
}

.pc-download .title{
  margin-top:8px;
  font-size:14px;
  font-weight:600;
  color:rgba(50,50,50,1);
}

.pc-download .env{
  font-size:12px;
  font-weight:400;color:rgba(170,170,170,1);
}

.pc-download .button{
  margin-top:12px;
  margin-right:15px;
  width:58px;
  height:30px;
  line-height: 30px;
  background:rgba(64,195,238,1);
  border-radius:10px;text-align: center;
}

.login-form{
  position: fixed;
  top: 22vh;
  right: 7vw;
  width: 350px;
  min-height: 350px;
  padding: 20px 50px 40px 50px;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 20px 0 #22306533;
}
.description{
  color: red;
  text-align: center;
}
.front-icon{
  position: absolute;
  padding-left: 10px;
  line-height: 33px;
  color: #8b8888;
}

.footer{
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer .footer-mask{
  background: #000;
  opacity: .6;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.footer .footer-copyright{
  position: relative;
  z-index: 1;
  text-align: center;
  letter-spacing: 1.2px;
  color: #fff;
  padding: 10px 0;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", "WenQuanYi MicroHei", sans-serif;
}

.login-form .captche{
  display: block;
  width: 80px;
  border: 1px solid #b2afaf;
  border-left: 0;
  height: 34px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.login-form .other-login .logo{
  display: inline-block;
  width: 32px;
  height: 32px;
  left: calc(50% - 16px);
  position: absolute;
  background-size: cover;
}

.login-form .has-error .error-show{
  clip: auto;
}
.login-form .other-login a:hover {
  top: -4px;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
}
.account-switch-icon{
  position: absolute;
  top: 0;
  right: 0;
}
.account-switch-icon>span{
  position: relative;
  padding: 2px 5px;
  border: 1px solid #b4d9ff;
  border-radius: 5px;
  top: -18px;
  left: 0;
}
.account-switch-icon>span>i{
  position: absolute;
  border: 7px solid;
  top: 3px;
  right: -14px;
  border-color: transparent transparent transparent #b4d9ff;
}
.account-switch-icon>span>i:before{
  display: block;
  content: ' ';
  border: 7px solid;
  top: -7px;
  left: -9px;
  position: absolute;
  border-color: transparent transparent transparent white;
}
.account>.account-switch-icon{
  display: none;
}
.qrcode>.account-switch-icon{
  display: block;
}
/*.login-form.account .account-show{
  display: block!important;
}
.login-form.weChat .weChat-show{
  display: block!important;
}
.login-form.dingDing .dingDing-show{
  display: block!important;
}
.login-form.account .account{
  display: none!important;
}
.login-form.weChat .wechat{
  display: none!important;
}
.login-form.dingDing .dingding{
  display: none!important;
}
.login-form .other-login .wechat>i{
  display: inline-block;
  width: 16px;
  background: url(../../images/wechat.png);
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.login-form .other-login .dingding>i{
  display: inline-block;
  width: 16px;
  background: url(../../images/dingding.png);
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.login-form .other-login .account>i{
  display: inline-block;
  width: 16px;
  background: url(../../images/user.png);
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}*/
.el-hide{
  display: none;
}
.login-form .has-error .error-msg-show{
  display: block;
}
@media screen and (max-width: 1000px) {
  .login-form{
    top: 10vh;
    right: 5vw;
    transform: scale(0.9);
  }
}