.breadcrumbs {
  margin-top: 146px;
}

.newsletter_content {
  margin-top: 146px;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

.newsletter_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;
}

.newsletter_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;
}

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

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

.newsletter_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;
}

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

.newsletter_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;
}

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

.newsletter_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;
}

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

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

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

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

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

.newsletter_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;
}

.newsletter_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;
}

.newsletter_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;
}

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

.newsletter_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;
}

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

@media screen and (max-width: 960px) {
  .breadcrumbs {
    display: none;
    margin-top: 19.46667vw;
  }
  .newsletter_content {
    margin-top: 11.73333vw;
    width: 100%;
    height: auto;
    padding-bottom: 8vw;
  }
  .newsletter_content .box {
    width: 100%;
    margin-top: 4vw;
  }
  .newsletter_content .box h2 {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .newsletter_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% */
  }
  .newsletter_content .box .apply_box {
    width: 100%;
    height: auto;
    margin-top: 0vw;
  }
  .newsletter_content .box .apply_box .safearea {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newsletter_content .box .apply_box .apply_item {
    width: 100%;
    height: auto;
  }
  .newsletter_content .box .apply_box .apply_item .form {
    width: 100%;
    height: auto;
    margin-top: 2.13333vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .newsletter_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;
  }
  .newsletter_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;
  }
  .newsletter_content .box .apply_box .apply_item .form .form_item .tips {
    margin-top: 1.33333vw;
    font-size: 3.2vw;
    color: #E62129;
    text-align: left;
  }
  .newsletter_content .box .apply_box .apply_item .form .form_item .select_box {
    width: 100%;
    height: 10.13333vw;
    position: relative;
    margin-top: 1.06667vw;
  }
  .newsletter_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;
  }
  .newsletter_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%);
  }
  .newsletter_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;
  }
  .newsletter_content .box .apply_box .apply_item .form .form_item input::placeholder {
    color: #999;
  }
  .newsletter_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;
  }
  .newsletter_content .box .apply_box .apply_item .form .form_item textarea::placeholder {
    color: #999;
  }
  .newsletter_content .box .apply_box .apply_item .form .form_code {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .newsletter_content .box .apply_box .apply_item .form .form_code img {
    cursor: pointer;
    width: 26.66667vw;
    height: auto;
  }
  .newsletter_content .box .apply_box .apply_item .form .form_code .code {
    margin-top: 0;
    margin-right: 2.66667vw;
    width: 62.66667vw;
  }
  .newsletter_content .box .apply_box .apply_item .form_btn {
    width: 100%;
    height: auto;
    margin-top: 8vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .newsletter_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;
  }
  .newsletter_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;
  }
  .newsletter_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;
  }
  .newsletter_content .box .apply_box .apply_item .form_btn .next:hover {
    background: #000 !important;
  }
  .newsletter_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;
  }
  .newsletter_content .box .apply_box .apply_item .form_btn .submit:hover {
    background: #000 !important;
  }
  .newsletter_content .box .apply_box .apply_item .form_btn1 {
    margin-top: 8vw;
  }
  .newsletter_content .box .apply_box .apply_item .form_btn2 {
    margin-top: 6.66667vw;
  }
}
