* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

#app {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#app .form {
  height: 627px;
  display: flex;
}

#app .form .left {
  width: 627px;
  padding: 166px 0 0 66px;
  background: url("./left.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 50px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 70px;
}

#app .form .left p {
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.41);
}

#app .form .left p + p {
  margin-top: 10px;
}

#app .form .body {
  width: 573px;
  padding: 65px 0 0;
  background-color: #fff;
}

#app .form .body .tab {
  display: flex;
  align-items: center;
  padding: 0 117px;
}

#app .form .body .tab .tab-item {
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  cursor: pointer;
}

#app .form .body .tab .tab-item.active {
  font-size: 28px;
  font-weight: 600;
  color: #1abc9d;
}

#app .form .body .tab .divider {
  width: 1px;
  height: 20px;
  background: #d0d0d0;
  margin: 0 22px;
}

#app .form .body .el-form {
  margin-top: 60px;
  padding: 0 117px;
}

#app .form .body .el-form .el-form-item__label {
  font-size: 18px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}

#app .form .body .tip {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 500;
  color: #333333;
}

#app .form .body .tip.active {
  background-color: rgba(26, 189, 159, 0.05);
  color: #11ad8f;
}

#app .form .body .el-button {
  width: 339px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: 0 auto 57px;
  padding: 0;
  background: #1abc9d;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
}
