.banner {
  margin-top: 146px;
  width: 100%;
  height: 210px;
}

.banner .banner_box {
  width: 100%;
  height: 210px;
  position: relative;
}

.banner .banner_box img {
  width: 100%;
  height: 100%;
}

.banner .banner_box .banner_mask {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner .banner_box .banner_desc {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 63px 146px;
  color: #FFF;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.breadcrumbs {
  margin-top: 0px;
}

.product_register_content {
  width: 100%;
  height: auto;
}

.product_register_content .box {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 100px;
}

.product_register_content .box .box_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 80px;
}

.product_register_content .box .box_l {
  width: 320px;
  height: auto;
}

.product_register_content .box .box_l .box_l_t {
  width: 100%;
  height: auto;
  padding: 34px 16px 69px 24px;
  border-radius: 6px;
  background: #FBFBFD;
}

.product_register_content .box .box_l .box_l_t .search {
  width: 100%;
  height: 50px;
  position: relative;
}

.product_register_content .box .box_l .box_l_t .search input {
  border-radius: 6px;
  border: 1px solid #E5E5E5;
  width: 100%;
  height: 100%;
  outline: none;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 50px 0 20px;
  background: transparent;
}

.product_register_content .box .box_l .box_l_t .search input::placeholder {
  color: #999;
}

.product_register_content .box .box_l .box_l_t .search img {
  width: 25px;
  height: 24.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.product_register_content .box .box_l .box_l_t .box_t_b {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.product_register_content .box .box_l .box_l_t .box_t_b .product_name {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product_register_content .box .box_l .box_l_t .box_t_b .product_name .name_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_l .box_l_t .box_t_b .product_name .name_desc {
  margin-top: 10px;
  text-align: left;
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.product_register_content .box .box_l .box_l_t .box_t_b .product_period {
  margin-top: 42px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product_register_content .box .box_l .box_l_t .box_t_b .product_period .period_title {
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_l .box_l_t .box_t_b .product_period .period_desc {
  margin-top: 10px;
  text-align: left;
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.product_register_content .box .box_l .box_l_b {
  width: 100%;
  height: auto;
  padding: 34px 16px 34px 24px;
  border-radius: 6px;
  background: #FBFBFD;
}

.product_register_content .box .box_l .box_l_b .reasons_title {
  text-align: left;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_l .box_l_b .reasons_box {
  width: 100%;
  height: auto;
}

.product_register_content .box .box_l .box_l_b .reasons_box p {
  margin-top: 20px;
  text-align: left;
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  text-transform: capitalize;
}

.product_register_content .box .box_r {
  width: 820px;
  height: auto;
}

.product_register_content .box .box_r .apply_box {
  width: 100%;
  height: auto;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product_register_content .box .box_r .apply_box .apply_item {
  width: 100%;
  height: auto;
}

.product_register_content .box .box_r .apply_box .apply_item .form {
  width: 100%;
  height: auto;
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item {
  width: 100%;
  height: auto;
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item .form_name {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item .tips {
  margin-top: 10px;
  font-size: 14px;
  color: #E62129;
  text-align: left;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item .select_box {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 10px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item .select_box select {
  border: none;
  outline: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #CCC;
  padding: 0 24px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item .select_box img {
  width: 12px;
  height: auto;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item input {
  border: none;
  outline: none;
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #CCC;
  padding: 0 24px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item input::placeholder {
  color: #999;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  max-height: 100px;
  resize: none;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #CCC;
  padding: 12px 24px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item textarea::placeholder {
  color: #999;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_item span {
  text-align: left;
  margin-top: 10px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_code {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_code img {
  cursor: pointer;
  width: 26.66667vw;
  height: auto;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_code .code {
  margin-top: 0;
  margin-right: 2.66667vw;
  width: 62.66667vw;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_first, .product_register_content .box .box_r .apply_box .apply_item .form .form_purchase, .product_register_content .box .box_r .apply_box .apply_item .form .form_model {
  width: 390px;
  margin-right: 40px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_last, .product_register_content .box .box_r .apply_box .apply_item .form .form_date, .product_register_content .box .box_r .apply_box .apply_item .form .form_quantity {
  width: 390px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_btn {
  width: 100%;
  height: auto;
  margin-top: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_btn .cancel {
  margin-right: 20px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 44px !important;
  border-radius: 4px;
  border: 1px solid #000;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_btn .back {
  margin-right: 20px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 44px !important;
  border-radius: 4px;
  border: 1px solid #000;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_btn .next {
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 52px !important;
  border-radius: 4px;
  background: #000;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_btn .next:hover {
  background: #000 !important;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_btn .submit {
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 52px !important;
  border-radius: 4px;
  background: #000;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_btn .submit:hover {
  background: #000 !important;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_btn1 {
  margin-top: 60px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_btn2 {
  margin-top: 50px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_date {
  width: 360px;
  height: auto;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_date .date_input {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  position: relative;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_date .date_input input {
  border: none;
  outline: none;
  margin-top: 0px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #CCC;
  padding: 0 24px;
  padding-right: 50px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_date .date_input input::placeholder {
  color: #999;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_date .date_input img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_upload {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_upload .form_name {
  text-align: left;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_upload .upload {
  margin-top: 10px;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #999;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_upload .upload img {
  width: 14px;
  height: 16px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_upload .upload p {
  margin-left: 6px;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_upload span {
  margin-top: 15px;
  text-align: left;
  color: #BBB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 34px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_radio .form_name {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio {
  width: 100%;
  height: auto;
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 19px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/no_radio_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label input:checked::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/radio_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label p {
  color: #222;
  margin-left: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about {
  margin-top: 34px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about .form_name {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about .form_name .remove {
  cursor: pointer;
  margin-left: 10px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box {
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 30px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label {
  margin-bottom: 34px;
  width: 33%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label input:checked::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label p {
  color: #222;
  margin-left: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box .label1 {
  width: 66%;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_agree {
  margin-top: 44px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_agree label {
  cursor: pointer;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_agree label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_agree label input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_agree label input:checked::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_agree label p {
  color: #222;
  margin-left: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_agree span {
  display: inline-block;
  text-align: left;
  margin-top: 15px;
  color: #BBB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_agree span a {
  text-decoration: underline;
  color: #BBB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_robot {
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_robot label {
  cursor: pointer;
  padding: 16px 120px 16px 24px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #999;
  background: #F9F9F9;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_robot label::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  background: url(/wp-content/uploads/2024/03/Group-43.png) no-repeat;
  background-size: 100% 100%;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_robot label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_robot label input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_robot label input:checked::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_robot label p {
  color: #222;
  margin-left: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_product {
  margin-top: 61px;
  width: 100%;
  text-align: left;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_product1 {
  margin-top: 0px;
}

.product_register_content .box .box_r .apply_box .apply_item .form .product_item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_add {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}

.product_register_content .box .box_r .apply_box .apply_item .form .form_add .add_btn {
  cursor: pointer;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
  padding: 16px 45px;
  border-radius: 4px;
  background: #000;
}

.product_register_content .box .box_r .apply_box .apply_item .form_btn {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_register_content .box .box_r .apply_box .apply_item .form_btn .cancel {
  margin-right: 20px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 44px !important;
  border-radius: 4px;
  border: 1px solid #000;
}

.product_register_content .box .box_r .apply_box .apply_item .form_btn .back {
  margin-right: 20px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 44px !important;
  border-radius: 4px;
  border: 1px solid #000;
}

.product_register_content .box .box_r .apply_box .apply_item .form_btn .next {
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 52px !important;
  border-radius: 4px;
  background: #000;
}

.product_register_content .box .box_r .apply_box .apply_item .form_btn .next:hover {
  background: #000 !important;
}

.product_register_content .box .box_r .apply_box .apply_item .form_btn .submit {
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 118px !important;
  border-radius: 4px;
  background: #000;
}

.product_register_content .box .box_r .apply_box .apply_item .form_btn .submit:hover {
  background: #000 !important;
}

.product_register_content .box .box_r .apply_box .apply_item .form_btn1 {
  margin-top: 60px;
}

.product_register_content .box .box_r .apply_box .apply_item .form_btn2 {
  margin-top: 50px;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_first {
  width: 360px;
  margin-right: 30px;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_last {
  width: 360px;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_email_address {
  margin-top: 80px;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_email_address span {
  display: inline-block;
  margin-top: 14px;
  color: #BBB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_agree {
  margin-top: 34px;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot {
  width: 100%;
  height: auto;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label {
  cursor: pointer;
  padding: 16px 120px 16px 24px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #999;
  background: #F9F9F9;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  background: url(/wp-content/uploads/2024/03/Group-43.png) no-repeat;
  background-size: 100% 100%;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label input {
  cursor: pointer;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label input::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label input:checked::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label p {
  color: #222;
  margin-left: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.product_register_content .box .box_r .apply_box .apply_item2 .form .form_tips {
  margin-top: 12px;
  color: #222;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media screen and (max-width: 960px) {
  .banner {
    margin-top: 11.73333vw;
    width: 100%;
    height: 60vw;
  }
  .banner .banner_box {
    width: 100%;
    height: 60vw;
    position: relative;
  }
  .banner .banner_box img {
    width: 100%;
    height: 100%;
  }
  .banner .banner_box .banner_mask {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .banner_box .banner_desc {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4vw 4vw;
    color: #FFF;
    text-align: justify;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
    /* 175% */
  }
  .breadcrumbs {
    margin-top: 0vw;
  }
  .product_register_content {
    width: 100%;
    height: auto;
    padding-bottom: 5.33333vw;
  }
  .product_register_content .box {
    width: 100%;
    margin-top: 0vw;
  }
  .product_register_content .box .box_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 4vw;
  }
  .product_register_content .box .box_l {
    width: 100%;
    height: auto;
  }
  .product_register_content .box .box_l .box_l_t {
    width: 100%;
    height: auto;
    padding: 4.53333vw 3.2vw 9.2vw 3.2vw;
    border-radius: 0.8vw;
    background: #FBFBFD;
  }
  .product_register_content .box .box_l .box_l_t .search {
    width: 100%;
    height: 8.8vw;
    position: relative;
  }
  .product_register_content .box .box_l .box_l_t .search input {
    border-radius: 0.8vw;
    border: 0.13333vw solid #E5E5E5;
    width: 100%;
    height: 100%;
    outline: none;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 6.66667vw 0 2.66667vw;
    background: transparent;
  }
  .product_register_content .box .box_l .box_l_t .search input::placeholder {
    color: #999;
  }
  .product_register_content .box .box_l .box_l_t .search img {
    width: 4.33333vw;
    height: 4.26667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.66667vw;
  }
  .product_register_content .box .box_l .box_l_t .box_t_b {
    width: 100%;
    height: auto;
    margin-top: 4.53333vw;
  }
  .product_register_content .box .box_l .box_l_t .box_t_b .product_name {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_register_content .box .box_l .box_l_t .box_t_b .product_name .name_title {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_l .box_l_t .box_t_b .product_name .name_desc {
    margin-top: 1.33333vw;
    text-align: left;
    color: #888;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.85;
    text-transform: capitalize;
  }
  .product_register_content .box .box_l .box_l_t .box_t_b .product_period {
    margin-top: 6vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_register_content .box .box_l .box_l_t .box_t_b .product_period .period_title {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_l .box_l_t .box_t_b .product_period .period_desc {
    margin-top: 1.33333vw;
    text-align: left;
    color: #888;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.85;
    text-transform: capitalize;
  }
  .product_register_content .box .box_l .box_l_b {
    width: 100%;
    height: auto;
    padding: 4.53333vw 3.2vw 4.53333vw 3.2vw;
    border-radius: 0.8vw;
    background: #FBFBFD;
  }
  .product_register_content .box .box_l .box_l_b .reasons_title {
    text-align: left;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_l .box_l_b .reasons_box {
    width: 100%;
    height: auto;
  }
  .product_register_content .box .box_l .box_l_b .reasons_box p {
    margin-top: 2vw;
    text-align: left;
    color: #888;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.85;
    /* 185.714% */
    text-transform: capitalize;
  }
  .product_register_content .box .box_r {
    width: 100%;
    height: auto;
    margin-top: 4.26667vw;
  }
  .product_register_content .box .box_r .apply_box {
    width: 100%;
    height: auto;
    margin-top: 0vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product_register_content .box .box_r .apply_box .apply_item {
    width: 100%;
    height: auto;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form {
    width: 100%;
    height: auto;
    margin-top: 0vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item {
    width: 100%;
    height: auto;
    margin-top: 5.06667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item .form_name {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item .tips {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    color: #E62129;
    text-align: left;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item .select_box {
    width: 100%;
    height: 10.13333vw;
    position: relative;
    margin-top: 1.06667vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item .select_box select {
    border: none;
    outline: none;
    appearance: none;
    width: 100%;
    height: 100%;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #CCC;
    padding: 0 3.2vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item .select_box img {
    width: 2.4vw;
    height: auto;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    right: 2.4vw;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item input {
    border: none;
    outline: none;
    margin-top: 1.06667vw;
    width: 100%;
    height: 10.13333vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #CCC;
    padding: 0 3.2vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item input::placeholder {
    color: #999;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 17.86667vw;
    max-height: 17.86667vw;
    resize: none;
    margin-top: 1.33333vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #CCC;
    padding: 1.6vw 3.2vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item textarea::placeholder {
    color: #999;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_item span {
    text-align: left;
    margin-top: 1.33333vw;
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    /* 150% */
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_code {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_code img {
    cursor: pointer;
    width: 100px;
    height: 50px;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_code .code {
    margin-top: 0;
    margin-right: 20px;
    width: 170px;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_first, .product_register_content .box .box_r .apply_box .apply_item .form .form_purchase, .product_register_content .box .box_r .apply_box .apply_item .form .form_model {
    width: 100%;
    margin-right: 0vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_last, .product_register_content .box .box_r .apply_box .apply_item .form .form_date, .product_register_content .box .box_r .apply_box .apply_item .form .form_quantity {
    width: 100%;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_btn {
    width: 100%;
    height: auto;
    margin-top: 5.06667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_btn .cancel {
    margin-right: 4vw;
    width: 44vw;
    height: 10.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    cursor: pointer;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 0vw 0vw !important;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_btn .back {
    margin-right: 4vw;
    width: 44vw;
    height: 10.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    cursor: pointer;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 0vw 0vw !important;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_btn .next {
    width: 44vw;
    height: 10.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 0vw 0vw !important;
    border-radius: 0.53333vw;
    background: #000;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_btn .next:hover {
    background: #000 !important;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_btn .submit {
    width: 100%;
    height: 10.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 0vw 0vw !important;
    border-radius: 0.53333vw;
    background: #000;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_btn .submit:hover {
    background: #000 !important;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_btn1 {
    margin-top: 8vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_btn2 {
    margin-top: 6.66667vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_date {
    width: 100%;
    height: auto;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_date .date_input {
    width: 100%;
    height: 10.13333vw;
    margin-top: 1.06667vw;
    position: relative;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_date .date_input input {
    border: none;
    outline: none;
    margin-top: 0vw;
    width: 100%;
    height: 10.13333vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #CCC;
    padding: 0 3.2vw;
    padding-right: 6.66667vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_date .date_input input::placeholder {
    color: #999;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_date .date_input img {
    width: 2.93333vw;
    height: 2.93333vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_upload {
    width: 100%;
    height: auto;
    margin-top: 5.06667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_upload .form_name {
    text-align: left;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_upload .upload {
    margin-top: 1.06667vw;
    padding: 4vw 5.33333vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #999;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_upload .upload img {
    width: 1.86667vw;
    height: 2.13333vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_upload .upload p {
    margin-left: 1.06667vw;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_upload span {
    margin-top: 2.66667vw;
    text-align: left;
    color: #BBB;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 5.2vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_radio .form_name {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio {
    width: 100%;
    height: auto;
    margin-top: 0.8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3.2vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label input::before {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/no_radio_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label input:checked::before {
    content: " ";
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/radio_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_radio .radio label p {
    color: #222;
    margin-left: 4vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about {
    margin-top: 5.2vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about .form_name {
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about .form_name .remove {
    cursor: pointer;
    margin-left: 1.73333vw;
    color: #999;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 2.66667vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label {
    margin-bottom: 4.26667vw;
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label input::before {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label input:checked::before {
    content: " ";
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box label p {
    color: #222;
    margin-left: 3.33333vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_about .about_box .label1 {
    width: 100%;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_agree {
    margin-top: 5.2vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_agree label {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_agree label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    margin-top: 2.13333vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_agree label input::before {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_agree label input:checked::before {
    content: " ";
    width: 2.66667vw;
    height: 2.66667vw;
    background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_agree label p {
    text-align: left;
    color: #222;
    margin-left: 3.46667vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_agree span {
    display: inline-block;
    text-align: left;
    margin-top: 2vw;
    color: #BBB;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_agree span a {
    text-decoration: underline;
    color: #BBB;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_robot {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_robot label {
    cursor: pointer;
    padding: 2.13333vw 16vw 2.13333vw 3.2vw;
    position: relative;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #999;
    background: #F9F9F9;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_robot label::after {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.06667vw;
    background: url(/wp-content/uploads/2024/03/Group-43.png) no-repeat;
    background-size: 100% 100%;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_robot label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_robot label input::before {
    content: '';
    width: 2.4vw;
    height: 2.4vw;
    background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_robot label input:checked::before {
    content: " ";
    width: 2.4vw;
    height: 2.4vw;
    background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_robot label p {
    color: #222;
    margin-left: 3.2vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_product {
    margin-top: 5.33333vw;
    width: 100%;
    text-align: left;
    color: #222;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_product1 {
    margin-top: 0vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .product_item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_add {
    margin-top: 6.13333vw;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form .form_add .add_btn {
    cursor: pointer;
    color: #FFF;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0vw;
    padding: 3.33333vw 3.33333vw;
    border-radius: 0.53333vw;
    background: #000;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form_btn {
    width: 100%;
    height: auto;
    margin-top: 5.06667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form_btn .cancel {
    margin-right: 4vw;
    width: 44vw;
    height: 10.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    cursor: pointer;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 0vw 0vw !important;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form_btn .back {
    margin-right: 4vw;
    width: 44vw;
    height: 10.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    cursor: pointer;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 0vw 0vw !important;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form_btn .next {
    width: 44vw;
    height: 10.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 0vw 0vw !important;
    border-radius: 0.53333vw;
    background: #000;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form_btn .next:hover {
    background: #000 !important;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form_btn .submit {
    width: 100%;
    height: 10.13333vw;
    text-align: center;
    line-height: 10.13333vw;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 3.46667vw;
    font-weight: 400;
    padding: 0vw 0vw !important;
    border-radius: 0.53333vw;
    background: #000;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form_btn .submit:hover {
    background: #000 !important;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form_btn1 {
    margin-top: 8vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item .form_btn2 {
    margin-top: 6.66667vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_first {
    width: 100%;
    margin-right: 0vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_last {
    width: 100%;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_email_address {
    margin-top: 5.33333vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_email_address span {
    display: inline-block;
    margin-top: 1.86667vw;
    color: #BBB;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_agree {
    margin-top: 5.2vw;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label {
    cursor: pointer;
    padding: 2.13333vw 16vw 2.13333vw 3.2vw;
    position: relative;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #999;
    background: #F9F9F9;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label::after {
    content: '';
    width: 2.66667vw;
    height: 2.66667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.06667vw;
    background: url(/wp-content/uploads/2024/03/Group-43.png) no-repeat;
    background-size: 100% 100%;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label input::before {
    content: '';
    width: 2.4vw;
    height: 2.4vw;
    background: url(/wp-content/uploads/2024/03/no_check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label input:checked::before {
    content: " ";
    width: 2.4vw;
    height: 2.4vw;
    background: url(/wp-content/uploads/2024/03/check.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_robot label p {
    color: #222;
    margin-left: 3.2vw;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .product_register_content .box .box_r .apply_box .apply_item2 .form .form_tips {
    margin-top: 5.33333vw;
    width: 100%;
    text-align: left;
    color: #222;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0vw;
  }
}
