html {
  height: 100%;
}
body {
  min-height: 100%;
  background: #fff;
  min-width: 1200px;
}
.header {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #061b67;
  z-index: 99999;
  min-width: 1200px;
}
.header .logo {
  float: left;
  margin-left: 32px;
  height: 55px;
  padding-top: 17px;
}
.header .logo a {
  display: block;
  width: 160px;
  height: 39px;
  background: url("../images/logo.png") no-repeat;
  background-size: 100% 100%;
}
.header #menu {
  float: right;
}
.header #menu ul {
  float: left;
  height: 70px;
}
.header #menu ul li {
  position: relative;
  float: left;
  padding: 0 36px;
  text-align: center;
  height: 100%;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  color: #ffffff;
  line-height: 16px;
  line-height: 70px;
}
.header #menu ul li a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  display: block;
  height: 100%;
  transition: all 0.3s ease;
}
.header #menu ul li.active {
  background: rgba(255, 255, 255, 0.1);
}
.header #menu ul li.active::after {
  content: "";
  display: block;
  height: 3px;
  background: #fe9323;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.header #menu ul li.active a {
  font-weight: 600;
}
.header #menu .login {
  float: left;
  width: 128px;
  height: 70px;
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
  border-radius: 0px 0px 0px 0px;
  line-height: 70px;
  text-align: center;
}
.header #menu .login a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.registration-box {
  padding-top: 145px;
  width: 55%;
  margin: 0 auto;
  max-width: 1000px;
}
.registration-box .txt1 {
  color: #1d2129;
  font-family: PingFang SC;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 100% */
  margin-bottom: 12px;
}
.registration-box .txt2 {
  color: #4e5969;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 137.5% */
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e6eb;
  margin-bottom: 44px;
}
.item-label {
  color: #4e5969;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */
  height: 22px;
  text-align: left;
  margin-bottom: 4px;
}
.item-label-require {
  color: #4e5969;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 157.143% */
  height: 22px;
  text-align: left;
  padding-left: 10px;
  position: relative;
  margin-bottom: 4px;
}
.item-label-require::before {
  display: block;
  color: #e63f3f;
  content: "*";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 4px;
}
.item-error {
  color: #e63f3f;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  text-align: left;
  height: 14px;
  line-height: 14px;
  padding-top: 4px;
}
.input-cls {
  box-sizing: border-box;
  height: 36px;
  padding: 4px 12px;
  border: 1px solid #e5e6eb;
  border-radius: 2px;
  width: 100%;
}
.input-cls:focus {
  outline: none;
}
.item-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
textarea {
  height: 96px;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 12px !important;
  border: 1px solid #e5e6eb;
  border-radius: 2px;
}
textarea:focus {
  outline: none;
}
.radio1 {
  height: 36px !important;
}
.flex-1 {
  flex: 1;
}
.layui-input-block {
  margin-left: 0 !important;
}
.layui-form-item {
  margin-bottom: 0 !important;
}
.btn-submit {
  box-sizing: border-box;
  display: flex;
  width: 88px;
  height: 36px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: linear-gradient(270deg, #3838d8 0%, #3a49f3 100%), #2435f2;
  cursor: pointer;
  color: #fff;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  margin: 0 auto;
}
.h-50 {
  height: 50px;
}
.layui-form-radio:hover > *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #5a42ef !important;
}
.layui-form-select dl dd.layui-this {
  color: #5a42ef !important;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: #5a42ef !important;
  box-shadow: 0 0 0 3px rgba(96, 66, 239, 0.08) !important;
}
.layui-layer-title {
  text-align: left !important;
}
.layui-form-select dl dd.layui-this {
  font-weight: normal !important;
}
@media (max-width: 600px) {
  body {
    min-width: 250px;
  }
  .header {
    display: none;
  }
  .registration-box {
    box-sizing: border-box;
    padding: 32px;
    width: 100%;
    margin: unset;
    max-width: unset;
  }
  .radio-cls {
    width: 180px;
    flex-shrink: 0;
  }
}
input::-webkit-input-placeholder {
  color: #86909c;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
input:-moz-placeholder {
  color: #86909c;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
input:-ms-input-placeholder {
  color: #86909c;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
textarea::-webkit-input-placeholder {
  color: #86909c;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
textarea:-moz-placeholder {
  color: #86909c;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
textarea:-ms-input-placeholder {
  color: #86909c;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.note {
  color: #2435F2;
  text-align: center;
  padding-top: 30px;
}
