.register_content {
  width: 100%;
  height: 600px;
  background: url("../images/banner.png") center center no-repeat;
}

.content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.steps {
  margin: 0 auto 46px;
  width: 690px;
  height: 60px;
  font-size: 0; }
  .steps > * {
    float: left;
    font-size: 0; }
  .stepsc {
    width: 11px;
    height: 11px;
    background-color: #eaeaea;
    border-radius: 50%;
    position: relative;
    top: 15px; }
  .stepsl {
    width: 134px;
    height: 1px;
    background-color: #e7e7e7;
    position: relative;
    top: 20px; }
  .steps_01, .steps_02, .steps_03 {
    position: relative; }
    .steps_01 p:first-child, .steps_02 p:first-child, .steps_03 p:first-child {
      width: 42px;
      height: 42px;
      border: solid 1px #dedede;
      border-radius: 50%;
      padding: 6px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .steps_01 p:first-child span, .steps_02 p:first-child span, .steps_03 p:first-child span {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: inline-block;
        background: transparent;
        font-size: 15px;
        color: #9f9f9f;
        text-align: center;
        line-height: 30px; }
      .steps_01 p:first-child + p, .steps_02 p:first-child + p, .steps_03 p:first-child + p {
        position: absolute;
        top: 44px;
        left: -4px;
        white-space: nowrap;
        font-size: 14px;
        color: #adadad; }
    .steps_01.on p:first-child span, .steps_02.on p:first-child span, .steps_03.on p:first-child span {
      background: #ffa200;
      color: #fff; }
    .steps_01.on p:first-child + p, .steps_02.on p:first-child + p, .steps_03.on p:first-child + p {
      color: #ffa200; }
  .steps_01 p:first-child + p {
    left: -12px; }

form {
  width: 400px;
  margin: auto; }
  form::after {
    content: '';
    display: table;
    clear: both; }

.register_form {
  width: 380px;
  max-height: 422px;
  padding: 38px 40px 64px 40px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 106px;
  right: 70px;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.register_title {
  height: 22px;
  font-size: 20px;
  color: #332932;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 22px;
}

.form_item {
    width: 300px;
    height: 42px;
    background-color: #f8f9fd;
    margin-bottom: 10px;
}
  .form_item label {
    display: inline-block;
    float: left;
    width: 86px;
    height: 100%;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #666; }
  .form_item input {
    width: 100%;
    height: 100%;
    padding-left: 14px;
    font-size: 14px; }

.form_mobile input {
  width: 250px;
}

.zc_icon {
  width: 50px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

.zc_icon .icon-phone {
  display: inline-block;
  width: 17px;
  height: 25px;
  background: url("../images/sprite.png") 111px -1px;
  margin-top: 8px;
}

.zc_icon .icon-password {
  display: inline-block;
  width: 17px;
  height: 21px;
  background: url("../images/sprite.png") 75px -5px;
  margin-top: 8px;
}

.form_code button {
  width: 100px;
  height: 100%;
  background: #EC1F32;
  text-align: center;
  line-height: 42px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form_code button:not(:disabled):hover {
  background: #D30014;
}

.form_text {
  margin-top: 22px;
}


.form_note input {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  position: relative;
  top: 2px;
}
.form_note input:checked:after {
  content: "✓";
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  background-color: #EC1F32;
  width: 15px;
  height: 15px;
  display: inline-block;
  visibility: visible;
  text-align: center;
  border-radius: 1px;
  border: none;
}
.form_note a {
  color: #a0a6b4;
  font-size: 12px;
}
  .form_note a:hover {
    color: #3eb5ff;
  }

.form_submit {
  width: 300px;
  height: 42px;
  background-color: #EC1F32;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  color: #fff2f3;
  margin-top: 38px;
  transition: background-color 0.2s;
}

.form_submit:hover {
  background-color: #D30014;
}

.form_submit:not(:disabled):active {
  background-color: #e8e8e8;
}

.form-login-link {
  float: right;
  height: 19px;
  font-size: 12px;
  color: #a0a6b4;
  line-height: 19px;
  transition: color 0.2s;
}
.form-login-link:hover {
  color: #e61716;
}

.form-login-link i {
  color: #ec1f32;
  font-weight: bold;
}

.form-login-link i:hover {
    text-decoration: underline;
}

.success {
  padding-top: 40px; }
  .success-icon {
    display: block;
    margin: 0 auto 20px;
    width: 64px;
    height: 64px;
    background: url("../images/sprite.png") 0px -95px; }
  .success-text {
    text-align: center;
    font-size: 18px;
    color: #787878; }
    .success-text__num {
      color: #ffa200; }
