.wrap, body {
  background: #F6F8FC;
}

.register_box {
  width: 100%;
  height: auto;
  padding: 53px 0 88px;
}

.register_box .register_form {
  width: 740px;
  height: auto;
  margin: 0 auto;
  padding: 37px 100px 55px;
  background: #FFF;
}

.register_box .register_form .register_title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.register_box .register_form .form_box {
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.register_box .register_form .form_box .form_list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.register_box .register_form .form_box .form_list .form_item {
  width: 100%;
  height: auto;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.register_box .register_form .form_box .form_list .form_item.form_half_item {
  width: 260px;
}

.register_box .register_form .form_box .form_list .form_item.form_half_item1 {
  margin-right: 20px;
}

.register_box .register_form .form_box .form_list .form_item .item_label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.register_box .register_form .form_box .form_list .form_item .item_label span {
  color: #DA0000;
}

.register_box .register_form .form_box .form_list .form_item input {
  outline: none;
  margin-top: 9px;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: transparent;
  padding: 0 17px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.register_box .register_form .form_box .form_list .form_item input::placeholder {
  color: #999;
}

.register_box .register_form .form_box .form_list .form_item .select_box {
  margin-top: 9px;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: transparent;
  position: relative;
}

.register_box .register_form .form_box .form_list .form_item .select_box::after {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../img/down_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.register_box .register_form .form_box .form_list .form_item .select_box select {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 17px;
  appearance: none;
}

.register_box .register_form .form_box .form_list .form_item textarea {
  resize: none;
  outline: none;
  margin-top: 9px;
  max-width: 100%;
  min-width: 100%;
  max-width: 100px;
  min-height: 100px;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  background: transparent;
  padding: 15px 17px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.register_box .register_form .form_box .form_list .form_item textarea::placeholder {
  color: #999;
}

.register_box .register_form .submit {
  margin-top: 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border-radius: 6px;
  background: #0D6FD0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.register_box .register_form .agree_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.register_box .register_form .agree_box label {
  cursor: pointer;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.register_box .register_form .agree_box label input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #B9B9B9;
  background: transparent;
  outline: none;
}

.register_box .register_form .agree_box label p {
  margin-left: 5px;
  color: #818181;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.register_box .register_form .agree_box label p a {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.register_box .register_form .agree_box a {
  white-space: nowrap;
  color: #0D6FD0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.register_box .register_form .other_login {
  margin-top: 37px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.register_box .register_form .other_login button {
  margin-right: 30px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: none;
  background: transparent;
}

.register_box .register_form .other_login button:last-child {
  margin-right: 0;
}

.register_box .register_form .other_login button img {
  width: 100%;
  height: 100%;
}

.register_box .register_form .login_link {
  margin-top: 16px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.register_box .register_form .login_link a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
