#app {
  min-width: 1220px;
  position: relative;
  display: flex;
}
#app .left {
  width: 100%;
  height: 100%;
  background: url("../images/bg.png") right bottom no-repeat;
  background-size: cover;
}
#app .right {
  width: 350px;
  height: 100%;
  position: relative;
}
#app .right footer {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #d3d3d3;
  position: absolute;
  bottom: 17px;
  right: 47px;
}
#app .login {
  background-color: #fff;
  width: 440px;
  box-sizing: border-box;
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  /*border: 1px solid #ebeef5;*/
}
#app .login .pwdOperation {
  display: flex;
  justify-content: space-between;
}
#app .login .pwdOperation .el-link {
  line-height: 1.2;
}
#app .login .qrCode {
  width: 75px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  /*top: 123px;*/
  top: 0px;
  right: 0px;
}
#app .login .qrCode > img {
  width: 100%;
}
#app .login .qrCode .arrow {
  width: 100px;
  position: absolute;
  top: 12px;
  left: 0px;
  transform: translateX(-90%);
}
#app .login .qrCode .arrow img {
  width: 100%;
}
#app .login .login-text {
  margin-bottom: 18px;
  font-size: 24px;
  padding:  8px 0;
  line-height: 1;
  color: #222222;
  font-family: 微软雅黑;
  font-weight: 600;
}
#app .login .qrCode_box {
  height: 327px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#app .login .qrCode_box_img {
  width: 244px;
}
#app .login .qrCode_box_img img {
  width: 100%;
}
#app .login .qrCode_box_text {
  font-family: MiSans-Normal;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
#app .login .sendSms {
  color: #666666;
  padding-right: 6px;
  cursor: pointer;
}
#app .el-tabs .el-tabs__header {
  margin: 0 0 28px 0;
}
#app .el-tabs .el-tabs__item {
  font-size: 16px;
}
/*#app .el-tabs .el-tabs__item:hover {*/
/*  color: #006cff;*/
/*}*/
/*#app .el-tabs .el-tabs__item.is-active {*/
/*  color: #006cff;*/
/*}*/
/*#app .el-tabs .el-tabs__active-bar {*/
/*  height: 4px;*/
/*  border-radius: 2px;*/
/*  background-color: #006cff;*/
/*}*/
#app .el-form .el-form-item__label {
  padding: 0;
  font-size: 16px;
}
#app .el-form .el-form-item__label::before {
  display: none;
}
#app .el-form .el-form-item {
  margin-bottom: 24px;
}
#app .el-form .el-form-item.last .el-form-item__content {
  line-height: 1;
}
#app .el-form .el-form-item .verificationCode {
  display: flex;
  align-items: center;
}
#app .el-form .el-form-item .verificationCode .code-img {
  margin-left: 15px;
  width: 150px;
  height: 40px;
}
#app .el-form .el-form-item .verificationCode .code-img img {
  width: 100%;
  height: 100%;
}
#app .el-form .el-input__inner {
  height: 50px;
  line-height: 50px;
}
#app .el-form .el-input__suffix-inner {
  height: 50px;
  line-height: 50px;
}
#app .el-form .el-input__icon {
  line-height: 50px;
}
#app .el-form .el-button {
  width: 100%;
  height: 50px;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 3px;
}

