* {
  margin: 0;
  padding: 0;
}

#loginContent {
  background-image: linear-gradient(#56D4E2, #4E8FF1);
  background-color: #64AFEC;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
}

.box .left {
  color: #fff;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}

.box .left h1 {
  height: 78px;
  line-height: 78px;
}

.box .right {
  width: 430px;
  height: 450px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  left: 240px;
}

.posswordLogin {
  position: absolute;
  width: 175px;
  height: 76px;
  right: 0;
  top: 0;
}

.posswordLogin img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.wxLogin {
  width: 184px;
  height: 276px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wxLogin .header {
  height: 27px;
  margin-bottom: 20px;
  line-height: 27px;
}

.code {
  width: 184px;
  height: 184px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.code img {
  width: 168px;
  height: 168px;
  padding: 8px;
}

.rightTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 175px;
  height: 76px;
}

.PLogin {
  width: 318px;
  height: 270px;
  text-align: center;
  position: absolute;
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
}

.PLogin input {
  width: 100%;
  height: 42px;
  border-radius: 2px;
  border: 1px solid #ebeef5;
}

.el-input__suffix {
  right: 20px;
  transition: all .3s;
}

.PLogin .gjyLogin,
.PLogin .zhLogin {
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.PLogin .btn {
  background-color: #4C84FF;
  color: #fff;
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0;
  border-radius: 2px;
  margin-top: 4px;
}

.el-form-item {
  margin-bottom: 24px;
}

.gjyLogin {
  float: left;
}

.zhLogin {
  float: right;
}

.active {
  border-bottom: 2px solid #4C84FF;
}