.register {
  width: 100%;
  height: 100vh;
  background: url(../img/logo/logo_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.register .re_header {
  width: 100%;
  height: 90px;
}

.register .re_header .header_box {
  width: 100%;
  height: 100%;
}

.register .re_header .header_box .header_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.register .re_header .header_box .header_content .logo {
  display: inline-block;
  width: 168px;
  height: 68px;
}

.register .re_header .header_box .header_content .logo img {
  width: 100%;
  height: 100%;
}

.register .re_header .header_box .header_content .logo img:first-child {
  display: block;
}

.register .re_header .header_box .header_content .logo img:last-child {
  display: none;
}

.register .re_header .header_box .header_content .header_c_r {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.register .re_header .header_box .header_content .header_c_r .header_c_lan_logo {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.register .re_header .header_box .header_content .header_c_r .header_c_lan_logo .header_lan {
  cursor: pointer;
  margin-left: 15px;
  padding: 10px 14px;
  border: 1px solid #EDEDED;
  background: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.register .re_header .header_box .header_content .header_c_r .header_c_lan_logo .header_lan p {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.register .re_header .header_box .header_content .header_c_r .header_c_lan_logo .header_lan img {
  margin-left: 16px;
  width: 10px;
  height: 14px;
  color: #fff;
}

.register .re_header .header_box .header_content .header_c_r .header_c_lan_logo .header_logo {
  cursor: pointer;
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #EDEDED;
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #222;
}

.register .re_box {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.register .re_box .re_b_l h1 {
  text-align: left;
  color: #FFF;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  /* 152.174% */
}

.register .re_box .re_b_r {
  width: 500px;
  height: auto;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 35px 54px;
}

.register .re_box .re_b_r .re_title {
  color: #222;
  text-align: left;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 70% */
}

.register .re_box .re_b_r .re_form {
  width: 100%;
  height: auto;
  margin-top: 36px;
}

.register .re_box .re_b_r .re_form .form_item {
  margin-top: 13px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.register .re_box .re_b_r .re_form .form_item .item_box {
  width: 100%;
  height: 50px;
  border: 1px solid #D9D9D9;
}

.register .re_box .re_b_r .re_form .form_item .item_box input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 17px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.register .re_box .re_b_r .re_form .form_item .item_box input::placeholder {
  color: #999;
}

.register .re_box .re_b_r .re_form .form_item .error {
  border: 1px solid #D40000;
}

.register .re_box .re_b_r .re_form .form_item .tip {
  display: none;
  margin-top: 5px;
  font-size: 12px;
  color: #D40000;
}

.register .re_box .re_b_r .re_form .code .item_box {
  position: relative;
}

.register .re_box .re_b_r .re_form .code .item_box input {
  padding: 0 100px 0 17px;
}

.register .re_box .re_b_r .re_form .code .item_box button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  cursor: pointer;
  border: none;
  background: none;
  color: #4472C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 131.25% */
}

.register .re_box .re_b_r .agree_item {
  width: 100%;
  height: auto;
  margin-top: 28px;
}

.register .re_box .re_b_r .agree_item p {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.register .re_box .re_b_r .agree_item p a {
  display: inline-block;
  color: #4472C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.register .re_box .re_b_r .agree_item label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.register .re_box .re_b_r .agree_item label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.register .re_box .re_b_r .agree_item label input:checked::before {
  content: " ";
  width: 22px;
  height: 22px;
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.register .re_box .re_b_r .agree_item label input::before {
  content: " ";
  width: 22px;
  height: 22px;
  background: url(../img/no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.register .re_box .re_b_r .form_btn_box {
  margin-top: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.register .re_box .re_b_r .form_btn_box .form_btn {
  cursor: pointer;
  border: none;
  background: #4472C4;
  width: 140px;
  height: 50px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  /* 131.25% */
}

.register .re_box .re_b_r .form_btn_box .btn_text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 131.25% */
}

.register .re_box .re_b_r .form_btn_box .btn_text a {
  display: inline-block;
  color: #4472C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
