.breadcrumbs {
  margin-top: 146px;
}

.apply_content {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}

.apply_content .box {
  width: 100%;
  margin-top: 30px;
}

.apply_content .box h2 {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.apply_content .box .desc {
  margin-top: 20px;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.apply_content .box .apply_box {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.apply_content .box .apply_box .safearea {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apply_content .box .apply_box .apply_item {
  width: 750px;
  height: auto;
}

.apply_content .box .apply_box .apply_item .steps_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.apply_content .box .apply_box .apply_item .steps_box .steps_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apply_content .box .apply_box .apply_item .steps_box .steps_item.active .steps_num {
  border: 1px solid #E62129;
  background: #E62129;
  color: #fff;
}

.apply_content .box .apply_box .apply_item .steps_box .steps_item.active span {
  color: #E62129;
}

.apply_content .box .apply_box .apply_item .steps_box .steps_item:last-child .steps_num::after {
  width: 0;
}

.apply_content .box .apply_box .apply_item .steps_box .steps_item .steps_num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #999;
  background: #FFF;
  color: #999;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.apply_content .box .apply_box .apply_item .steps_box .steps_item .steps_num::after {
  content: '';
  width: 190px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 12px;
  right: calc(-100% - 205px);
}

.apply_content .box .apply_box .apply_item .steps_box .steps_item span {
  color: #999;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

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

.apply_content .box .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;
}

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

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

.apply_content .box .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;
}

.apply_content .box .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%);
}

.apply_content .box .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;
}

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

.apply_content .box .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;
}

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

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

.apply_content .box .apply_box .apply_item .form .form_code img {
  cursor: pointer;
  width: 100px;
  height: 50px;
}

.apply_content .box .apply_box .apply_item .form .form_code .code {
  margin-top: 0;
  margin-right: 20px;
  width: 170px;
}

.apply_content .box .apply_box .apply_item .form .form_first, .apply_content .box .apply_box .apply_item .form .form_purchase {
  width: 360px;
  margin-right: 30px;
}

.apply_content .box .apply_box .apply_item .form .form_last, .apply_content .box .apply_box .apply_item .form .form_date {
  width: 360px;
}

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

.apply_content .box .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;
}

.apply_content .box .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;
}

.apply_content .box .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;
}

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

.apply_content .box .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;
}

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

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

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

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

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

.apply_content .box .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;
}

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

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

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

.apply_content .box .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;
}

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

.apply_content .box .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;
}

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

.apply_content .box .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;
}

.apply_content .box .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;
}

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

.apply_content .box .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;
}

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

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

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

.apply_content .box .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%);
}

.apply_content .box .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%);
}

.apply_content .box .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;
}

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

.apply_content .box .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;
}

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

.apply_content .box .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;
}

.apply_content .box .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;
}

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

.apply_content .box .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%);
}

.apply_content .box .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%);
}

.apply_content .box .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;
}

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

.apply_content .box .apply_box .apply_item .form .form_agree {
  margin-top: 34px;
}

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

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

.apply_content .box .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%);
}

.apply_content .box .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%);
}

.apply_content .box .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;
}

.apply_content .box .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;
}

.apply_content .box .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;
}

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

.apply_content .box .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;
}

.apply_content .box .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%;
}

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

.apply_content .box .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%);
}

.apply_content .box .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%);
}

.apply_content .box .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;
}

.apply_content .box .apply_box .apply_item .form .form_product {
  margin-top: 80px;
  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;
}

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

.apply_content .box .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;
}

.apply_content .box .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;
}

.apply_content .box .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;
}

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

.apply_content .box .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;
}

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

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

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

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

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

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

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

.apply_content .box .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;
}

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

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

.apply_content .box .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;
}

.apply_content .box .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%;
}

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

.apply_content .box .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%);
}

.apply_content .box .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%);
}

.apply_content .box .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;
}

.apply_content .box .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) {
  .breadcrumbs {
    display: none;
    margin-top: 19.46667vw;
  }
  .apply_content {
    margin-top: 11.73333vw;
    width: 100%;
    height: auto;
    padding-bottom: 8vw;
  }
  .apply_content .box {
    width: 100%;
    margin-top: 4vw;
  }
  .apply_content .box h2 {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .apply_content .box .desc {
    margin-top: 1.73333vw;
    color: #666;
    text-align: justify;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
    /* 175% */
  }
  .apply_content .box .apply_box {
    width: 100%;
    height: auto;
    margin-top: 0vw;
  }
  .apply_content .box .apply_box .safearea {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .apply_content .box .apply_box .apply_item {
    width: 100%;
    height: auto;
  }
  .apply_content .box .apply_box .apply_item .steps_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .apply_content .box .apply_box .apply_item .steps_box .steps_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .apply_content .box .apply_box .apply_item .steps_box .steps_item.active .steps_num {
    border: 0.13333vw solid #E62129;
    background: #E62129;
    color: #fff;
  }
  .apply_content .box .apply_box .apply_item .steps_box .steps_item.active span {
    color: #E62129;
  }
  .apply_content .box .apply_box .apply_item .steps_box .steps_item:last-child .steps_num::after {
    width: 0;
  }
  .apply_content .box .apply_box .apply_item .steps_box .steps_item .steps_num {
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    border: 0.13333vw solid #999;
    background: #FFF;
    color: #999;
    text-align: center;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.73333vw;
    position: relative;
  }
  .apply_content .box .apply_box .apply_item .steps_box .steps_item .steps_num::after {
    content: '';
    width: 25.33333vw;
    height: 0.13333vw;
    background: #999;
    position: absolute;
    top: 1.6vw;
    right: calc(-100% - 205*$mw);
  }
  .apply_content .box .apply_box .apply_item .steps_box .steps_item span {
    color: #999;
    text-align: center;
    margin-top: 1.33333vw;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .apply_content .box .apply_box .apply_item .form {
    width: 100%;
    height: auto;
    margin-top: 2.13333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .apply_content .box .apply_box .apply_item .form .form_item {
    width: 100%;
    height: auto;
    margin-top: 5.2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_item .tips {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    color: #E62129;
    text-align: left;
  }
  .apply_content .box .apply_box .apply_item .form .form_item .select_box {
    width: 100%;
    height: 10.13333vw;
    position: relative;
    margin-top: 1.06667vw;
  }
  .apply_content .box .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;
  }
  .apply_content .box .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%);
  }
  .apply_content .box .apply_box .apply_item .form .form_item input {
    border: none;
    outline: none;
    margin-top: 1.33333vw;
    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;
  }
  .apply_content .box .apply_box .apply_item .form .form_item input::placeholder {
    color: #999;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_item textarea::placeholder {
    color: #999;
  }
  .apply_content .box .apply_box .apply_item .form .form_code {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .apply_content .box .apply_box .apply_item .form .form_code img {
    cursor: pointer;
    width: 26.66667vw;
    height: auto;
  }
  .apply_content .box .apply_box .apply_item .form .form_code .code {
    margin-top: 0;
    margin-right: 2.66667vw;
    width: 62.66667vw;
  }
  .apply_content .box .apply_box .apply_item .form .form_first, .apply_content .box .apply_box .apply_item .form .form_purchase {
    width: 100%;
    margin-right: 0vw;
  }
  .apply_content .box .apply_box .apply_item .form .form_last, .apply_content .box .apply_box .apply_item .form .form_date {
    width: 100%;
  }
  .apply_content .box .apply_box .apply_item .form .form_btn {
    width: 100%;
    height: auto;
    margin-top: 9.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .apply_content .box .apply_box .apply_item .form .form_btn .cancel {
    margin-right: 2.66667vw;
    cursor: pointer;
    color: #000;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2.13333vw 5.86667vw !important;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
  }
  .apply_content .box .apply_box .apply_item .form .form_btn .back {
    margin-right: 2.66667vw;
    cursor: pointer;
    color: #000;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2.13333vw 5.86667vw !important;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
  }
  .apply_content .box .apply_box .apply_item .form .form_btn .next {
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2.13333vw 6.93333vw !important;
    border-radius: 0.53333vw;
    background: #000;
  }
  .apply_content .box .apply_box .apply_item .form .form_btn .next:hover {
    background: #000 !important;
  }
  .apply_content .box .apply_box .apply_item .form .form_btn .submit {
    width: 100%;
    height: 10.13333vw;
    border: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 10.13333vw;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2.13333vw 6.93333vw !important;
    border-radius: 0.53333vw;
    background: #000;
  }
  .apply_content .box .apply_box .apply_item .form .form_btn .submit:hover {
    background: #000 !important;
  }
  .apply_content .box .apply_box .apply_item .form .form_btn1 {
    margin-top: 8vw;
  }
  .apply_content .box .apply_box .apply_item .form .form_btn2 {
    margin-top: 6.66667vw;
  }
  .apply_content .box .apply_box .apply_item .form .form_date {
    width: 100%;
    height: auto;
  }
  .apply_content .box .apply_box .apply_item .form .form_date .date_input {
    width: 100%;
    height: 10.13333vw;
    margin-top: 1.06667vw;
    position: relative;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_date .date_input input::placeholder {
    color: #999;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_upload {
    width: 100%;
    height: auto;
    margin-top: 5.2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_upload .tips {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    color: #E62129;
    text-align: left;
  }
  .apply_content .box .apply_box .apply_item .form .form_upload .upload {
    margin-top: 2.4vw;
    padding: 3.86667vw 4.93333vw;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #999;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .apply_content .box .apply_box .apply_item .form .form_upload .upload img {
    width: 2.26667vw;
    height: 2.53333vw;
  }
  .apply_content .box .apply_box .apply_item .form .form_upload .upload p {
    margin-left: 1.33333vw;
    color: #222;
    text-align: center;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .apply_content .box .apply_box .apply_item .form .form_upload span {
    margin-top: 2vw;
    text-align: left;
    color: #BBB;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .apply_content .box .apply_box .apply_item .form .form_radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 5.2vw;
  }
  .apply_content .box .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;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_radio .radio label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3.2vw;
  }
  .apply_content .box .apply_box .apply_item .form .form_radio .radio label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_about {
    margin-top: 5.2vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_about .tips {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    color: #E62129;
    text-align: left;
  }
  .apply_content .box .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;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_about .about_box label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_about .about_box .label1 {
    width: 100%;
  }
  .apply_content .box .apply_box .apply_item .form .form_agree {
    margin-top: 5.2vw;
  }
  .apply_content .box .apply_box .apply_item .form .form_agree label {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .apply_content .box .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;
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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;
  }
  .apply_content .box .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;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form .form_robot {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .apply_content .box .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;
  }
  .apply_content .box .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%;
  }
  .apply_content .box .apply_box .apply_item .form .form_robot label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item .form_btn {
    width: 100%;
    height: auto;
    margin-top: 8vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .apply_content .box .apply_box .apply_item .form_btn .cancel {
    margin-right: 2.66667vw;
    cursor: pointer;
    color: #000;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2.13333vw 5.86667vw !important;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
  }
  .apply_content .box .apply_box .apply_item .form_btn .back {
    margin-right: 2.66667vw;
    cursor: pointer;
    color: #000;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2.13333vw 5.86667vw !important;
    border-radius: 0.53333vw;
    border: 0.13333vw solid #000;
  }
  .apply_content .box .apply_box .apply_item .form_btn .next {
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2.13333vw 6.93333vw !important;
    border-radius: 0.53333vw;
    background: #000;
  }
  .apply_content .box .apply_box .apply_item .form_btn .next:hover {
    background: #000 !important;
  }
  .apply_content .box .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-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 2.13333vw 15.73333vw !important;
    border-radius: 0.53333vw;
    background: #000;
  }
  .apply_content .box .apply_box .apply_item .form_btn .submit:hover {
    background: #000 !important;
  }
  .apply_content .box .apply_box .apply_item .form_btn1 {
    margin-top: 8vw;
  }
  .apply_content .box .apply_box .apply_item .form_btn2 {
    margin-top: 6.66667vw;
  }
  .apply_content .box .apply_box .apply_item2 .form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .apply_content .box .apply_box .apply_item2 .form .form_first {
    width: 100%;
    margin-right: 0vw;
  }
  .apply_content .box .apply_box .apply_item2 .form .form_last {
    width: 100%;
  }
  .apply_content .box .apply_box .apply_item2 .form .form_email_address {
    margin-top: 5.33333vw;
  }
  .apply_content .box .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;
  }
  .apply_content .box .apply_box .apply_item2 .form .form_agree {
    margin-top: 5.2vw;
  }
  .apply_content .box .apply_box .apply_item2 .form .form_robot {
    width: 100%;
    height: auto;
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .apply_content .box .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;
  }
  .apply_content .box .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%;
  }
  .apply_content .box .apply_box .apply_item2 .form .form_robot label input {
    cursor: pointer;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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%);
  }
  .apply_content .box .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;
  }
  .apply_content .box .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;
  }
}
