.register {
  width: 650px;
}
.register .register_tab {
  display: flex;
  position: relative;
}
.register .register_tab::before {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  border: 1px solid #DCDCDC;
  width: 100%;
  height: 96%;
  z-index: 1;
}
.register .register_tab p {
  width: 48%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  padding: 8px 0;
  z-index: 2;
}
.register .register_tab p:first-child {
  width: 52%;
  color: #fff;
  background: url('../images/register-bg.png') no-repeat left top / 100% 100%;
}
.register .register_tab_success {
  background: linear-gradient(90deg, #1DA5FF 0%, #005293 100%);
}
.register .register_tab_success::before {
  display: none;
}
.register .register_tab_success p {
  color: #fff;
}
.register .register_form {
  width: 446px;
  margin: 0 auto;
  margin-top: 34px;
}
.register .register_form .form_label {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}
.register .register_form .layui-input {
  padding: 12px 14px;
  border-color: #ccc;
  border-radius: 4px;
  height: auto;
}
.register .register_form .layui-input::placeholder {
  color: #666;
}
.register .register_form .form_item_code {
  display: flex;
}
.register .register_form .form_item_code .get_code {
  width: 146px;
  height: 44px;
  line-height: 44px;
  background: #EFF6FF;
  text-align: center;
  margin-left: 20px;
  font-size: 14px;
  color: #005293;
  flex-shrink: 0;
}
.register .register_form .form_item_code .code_img {
  width: 146px;
  height: 44px;
  background: #B7B7B7;
  border-radius: 4px;
  border: 1px solid #979797;
  margin-left: 20px;
  flex-shrink: 0;
}
.register .register_form .form_item_btn button {
  width: 100%;
  height: 46px;
  border: 2px solid #005293;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.register .register_form .form_item_btn button:first-child {
  background: #005293;
  color: #fff;
  margin-bottom: 18px;
}
.register .register_form .form_item_btn button:nth-child(2) {
  color: #005293;
}
.register .register_success {
  text-align: center;
}
.register .register_success .register_success_icon {
  width: 82px;
  height: 82px;
  margin-top: 134px;
}
.register .register_success .register_success_title {
  font-size: 24px;
  font-weight: 600;
  color: #005293;
  margin: 30px 0;
}
.register .register_success button {
  width: 250px;
  height: 46px;
  border: 2px solid #005293;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  color: #005293;
}
@media screen and (max-width: 800px) {
  .register {
    width: 100%;
  }
  .register .register_tab p {
    font-size: 16px;
  }
  .register .register_form {
    width: 100%;
  }
}
