@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  font-family: "微软雅黑";
}
.courseing {
  width: 100%;
  background-color: #137ece;
  background-image: url("../img/loginpc-ad-2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hint-img {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
  padding: 40px 0px;
  box-sizing: border-box;
}
.login-box {
  position: absolute;
  top: 100px;
  right: 70px;
  width: 400px;
}
.text-login-temp,
.pwd-login-temp,
.register-login-temp {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  padding-bottom: 0;
}
.login-temp-title {
  font-size: 20px;
  font-weight: bold;
  color: #0968fe;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
.close-box {
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  left: 50%;
  bottom: -50px;
  color: #ffffff;
  transform: translateX(-50%);
}
.close-box i {
  font-size: 40px;
  cursor: pointer;
  line-height: 50px;
  width: 50px;
}
/* 2021-11-27 lzf add 设计图 登录 */
.login-title-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-content: center;
  margin-top: 20px;
}
.login-title-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-content: center;
  cursor: pointer;
}
p.title-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 56px;
  padding: 0 9px;
  box-sizing: border-box;
  color: #b1b1b1;
  border-bottom: 2px solid #ffffff;
}
p.title-text.is-active-title {
  color: #409eff;
  border-color: #409eff;
}
.login-form-item {
  margin-bottom: 20px !important;
}
.login-form-item .el-form-item__content,
.login-form-item .el-form-item__content .el-input {
  font-size: 18px !important;
  line-height: 50px;
}
.password-input input,
.imgvali-input input,
.textmsg-input input,
.username-input input {
  border: none;
  border-bottom: 1px solid #dcdfe6;
  border-radius: 0;
  padding-right: 0px !important;
  padding-left: 60px !important;
  line-height: 50px !important;
  height: 50px !important;
}
.password-input .el-input__suffix,
.imgvali-input .el-input__suffix,
.textmsg-input .el-input__suffix,
.username-input .el-input__suffix {
  display: none;
}
.password-input .el-input__prefix,
.imgvali-input .el-input__prefix,
.textmsg-input .el-input__prefix,
.username-input .el-input__prefix {
  width: 60px;
  left: 0px !important;
}
img.imgvali-img {
  height: 50px;
  width: 120px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  margin: 0 auto;
}
.validate-btn {
  width: 120px;
  font-size: 16px !important;
  height: 50px;
  padding: 12px 0px !important;
}
.submit-btn {
  width: 100%;
  letter-spacing: 10px;
  text-indent: 10px;
  border-radius: 20px !important;
  box-shadow: 0px 2px 10px -2px #66b1ff;
  font-size: 18px !important;
}
p.register-hint {
  font-size: 16px;
  color: #bbbbbb;
}
.input-img-icon {
  zoom: 1;
}
p.forget-password {
  color: #3196fa;
  cursor: pointer;
}
.el-message {
  z-index: 2101 !important;
}

@media (min-width: 768px) {
  .pc_content .padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
