body {
  margin: 0;
}
.register-top {
  height: 48px;
  background-color: #1A5284;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-top .top-center {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.register-top .top-center .center-left {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.register-top .top-center .center-left .center-left-img {
  width: 22px;
  height: 20px;
}
.register-top .top-center .center-left .center-left-text {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.333;
}
.register-top .top-center .center-right {
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
.register-top .top-center .center-right a {
  color: #fff;
  text-decoration: none;
}
.register-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.register-content .register-center {
  width: 590px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.register-content .register-center .register-center-form {
  display: flex;
  width: 590px;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.register-content .register-center .register-center-form .register-center-form-left {
  display: flex;
  align-items: center;
  width: 125px;
  justify-content: flex-end;
  padding-right: 20px;
  box-sizing: border-box;
}
.register-content .register-center .register-center-form .register-center-form-right {
  color: #000;
  font-weight: bold;
  width: 465px;
  text-align: center;
}
.register-content .register-center .register-center-form .register-center-form-right input {
  width: 100%;
  height: 35px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #d0d0d0;
  border-style: solid;
  padding-left: 10px;
  color: #62686c;
  font-weight: normal;
}
.register-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: 100%;
  min-width: 1200px;
  font-size: 13px;
  height: 40px;
  color: #626262;
  margin-top: 70px;
}
