* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background: url(/lib/images/register/bgc.png) no-repeat;
  background-size: 100% 100%;
}
.register_content {
  width: 1200px;
  margin-top: 0 !important;
  padding-top: 184px;
  margin-bottom: 100px;
}
.register_content .register_title {
  height: 45px;
  line-height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #173257;
  text-align: center;
  position: relative;
}
.register_content .register_title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 6px;
  background: linear-gradient(135deg, #955159 0%, #0d4e96 100%);
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
}
.register_content .register_form {
  width: 788px;
  margin-top: 62px;
  padding-bottom: 100px;
}
.register_content .register_form .form_p {
  width: 100%;
  height: 36px;
  margin-bottom: 32px;
  position: relative;
}
.register_content .register_form .form_p select {
  background: #FFF;
}
.register_content .register_form .form_p .ps_inline {
  position: relative;
}
.register_content .register_form .form_p .form_s {
  display: inline-block;
  width: 145px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  position: relative;
  margin-right: 8px;
  text-align: right;
}
.register_content .register_form .form_p .form_s i {
  color: #EB0606;
  font-style: normal;
  margin-right: 2px;
}
.register_content .register_form .form_p .form_i {
  height: 36px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-family: PingFangSC-Medium;
  font-weight: 400;
  padding-left: 8px;
}
.register_content .register_form .form_p input,
.register_content .register_form .form_p select {
  width: 224px;
}
.register_content .register_form .form_p .org_name {
  width: 78.5%;
}
.register_content .register_form .form_p .message {
  width: 400px;
  position: absolute;
  bottom: -22px;
  left: 162px;
  color: #EB0606;
  font-size: 14px;
}
.register_content .register_form .form_p:nth-child(1) .message {
  left: 160px;
}
.register_content .register_form .form_p:nth-child(3) .ps_inline,
.register_content .register_form .form_p:nth-child(4) .ps_inline {
  width: 50%;
}
.register_content .register_form .form_p:nth-child(3) .ps_inline .form_s,
.register_content .register_form .form_p:nth-child(4) .ps_inline .form_s {
  display: inline-block;
  width: 145px;
}
.register_content .register_form .form_btn {
  width: 472px;
  height: 58px;
  background: linear-gradient(180deg, #116bcf 0%, #0d4e96 100%);
  border-radius: 3px;
  margin-top: 150px;
  text-align: center;
  line-height: 58px;
  color: #ffffff;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  cursor: pointer;
}
.register_content .login-message {
  width: 380px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid red;
  position: fixed;
  top: -55px;
  transition: top 1s;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px;
  font-size: 14px;
}
.register_content .login-error {
  top: 30px !important;
  transition: top 1s !important;
  color: #EE5B5F;
  background: #FCEFEF;
  border-color: #FBE1E2;
}
.register_content .login-success {
  top: 30px !important;
  transition: top 1s !important;
  color: #67C23A;
  background: #F0F9EB;
  border-color: #E8F2E4;
}
.lms_footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}
