.header .logo {
  float: left;
  height: 68px;
  line-height: 68px;
  margin-right: 50px;
}
.header .logo img {
  vertical-align: middle;
}
.header .pageHeaderTitle {
  line-height: 68px;
  font-size: 18px;
  position: relative;
}
.header .pageHeaderTitle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dcdfe6;
}
.header .pageHeaderOperate {
  line-height: 68px;
}
.header .pageHeaderOperate span {
  display: inline-block;
  height: 100%;
}
.header .pageHeaderOperate span.seps {
  padding: 0 10px;
}
.registerBox {
  width: 1200px;
  margin: 0 auto;
  min-height: 676px;
  background-color: #fff;
  padding: 50px 0 20px;
  border: 2px solid #fe9800;
  border-top: 4px solid #fe9800;
}
.registerBox .ruleForm {
  width: 710px;
  margin: 20px auto;
}
.registerBox .ruleForm .el-input {
  width: 200px;
}
.registerBox .ruleForm .tips {
  color: #fe9800;
  margin-left: 10px;
}
.registerBox .ruleForm .input {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.registerBox .ruleForm .input .form-control {
  width: 47%;
}
