.wrap-h2 {
  width: 100%;
  text-align: left;
}
.banner {
  padding: 60px 0;
  text-align: center;
  background-size: cover;
  background-image: url(../../img/who-is-car-t-for/banner.png);
}
.banner .wrap-h1 {
  color: #fff;
}
.banner .wrap-desc {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 60rem 0;
  }
}
.wrap-1 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    margin-top: 60rem;
  }
}
.wrap-1 .wrap-desc {
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wrap-1 .wrap-desc {
    margin-top: 40rem;
  }
}
.wrap-1 .wrap-pic {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .wrap-1 .wrap-pic {
    margin-top: 30rem;
  }
}
.wrap-2 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-2 {
    padding: 60rem 0;
  }
}
.wrap-2 .wrap-h2 {
  margin-bottom: 50px;
}
.wrap-2 .common-collapse {
  margin-top: 30px;
}
.wrap-2 .common-collapse_item {
  margin-bottom: 20px;
  cursor: pointer;
}
.wrap-2 .common-collapse_item:last-child {
  margin-bottom: 0;
}
.wrap-2 .common-collapse_item.active .common-collapse_title {
  background: #F5A253;
  color: #fff;
}
.wrap-2 .common-collapse_item.active .common-collapse_title .iconfont {
  color: #fff;
}
.wrap-2 .common-collapse_title {
  border-radius: 10px;
  background: #f2f2f2;
  padding: 18px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  line-height: 1.5;
}
.wrap-2 .common-collapse_title .iconfont {
  font-size: 24px;
  font-weight: bold;
}
.wrap-2 .common-collapse_info {
  padding: 28px 80px 8px 28px;
  background: #fff;
  display: none;
  font-size: 16px;
  font-weight: normal;
  color: #393939;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .wrap-2 .common-collapse_item {
    margin-bottom: 15rem;
  }
  .wrap-2 .common-collapse_title {
    border-radius: 10rem;
    background: #f2f2f2;
    padding: 13rem;
    font-size: 16rem;
  }
  .wrap-2 .common-collapse_title .iconfont {
    font-size: 20rem;
  }
  .wrap-2 .common-collapse_info {
    padding: 18rem 0 15rem 0;
    background: #fff;
    display: none;
    font-size: 14rem;
  }
}
.wrap-2 .wrap-desc {
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wrap-2 .wrap-h2 {
    margin-bottom: 40rem;
  }
  .wrap-2 .common-collapse {
    margin-top: 30rem;
  }
  .wrap-2 .wrap-desc {
    margin-top: 30rem;
  }
}
.wrap-3 {
  padding: 100px 0;
  background: #152E56;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap-3 {
    padding: 60rem 0;
  }
}
.wrap-3 .bg-1 {
  position: absolute;
  right: 45px;
  top: 0;
  background-image: url(../img/index/form-bg2.png);
  width: 448px;
  height: 300px;
}
.wrap-3 .bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../../img/index/form-bg2.png);
  width: 448px;
  height: 300px;
  transform: rotate(180deg);
}
.wrap-3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../img/index/form-bg1.png);
  width: 528px;
  height: 497px;
}
.wrap-3::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../../img/index/form-bg1.png);
  width: 528px;
  height: 497px;
  transform: rotate(180deg);
}
.wrap-3 .wrap-h2 {
  text-align: center;
  color: #fff;
}
.wrap-3 .common-form {
  margin: 50px auto 0;
  width: 858px;
  border-radius: 16px 0px 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap-3 .common-form {
    flex-direction: column;
  }
}
.wrap-3 .common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap-3 .common-form.popup::before,
.wrap-3 .common-form.popup::after {
  display: none;
}
.wrap-3 .common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.wrap-3 .common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.wrap-3 .common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.wrap-3 .common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.wrap-3 .common-form_item.half {
  flex: 0 0 353px;
}
.wrap-3 .common-form_pact {
  display: flex;
  align-items: flex-start;
}
.wrap-3 .common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.wrap-3 .common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.wrap-3 .common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.wrap-3 .common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.wrap-3 .common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-3 .common-form_input.error {
  border: 1px solid #d04c3f;
}
.wrap-3 .common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.wrap-3 .common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.wrap-3 .common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.wrap-3 .common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.wrap-3 .common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-3 .common-form .file-box_collect {
  display: none;
  align-items: center;
}
.wrap-3 .common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.wrap-3 .common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.wrap-3 .common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.wrap-3 .common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.wrap-3 .common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.wrap-3 .common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .wrap-3 .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .wrap-3 .common-form::after,
  .wrap-3 .common-form::before {
    display: none;
  }
  .wrap-3 .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .wrap-3 .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .wrap-3 .common-form_item.half {
    flex: unset;
  }
  .wrap-3 .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .wrap-3 .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .wrap-3 .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .wrap-3 .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .wrap-3 .common-form_input::placeholder {
    font-size: 14rem;
  }
  .wrap-3 .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .wrap-3 .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .wrap-3 .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .wrap-3 .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .wrap-3 .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .wrap-3 .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .wrap-3 .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-3 .bg-1,
  .wrap-3 .bg-2,
  .wrap-3::before {
    display: none;
  }
  .wrap-3 .common-form {
    position: relative;
    z-index: 1;
  }
  .wrap-3::after {
    z-index: 0;
  }
}
.wrap-4 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-4 {
    padding: 60rem 0;
  }
}
.wrap-4 .common-next-step .wrap-info {
  font-size: 24px;
  font-weight: normal;
  color: #171717;
}
.wrap-4 .common-next-step .flex-wrapper {
  gap: 28px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .wrap-4 .common-next-step .flex-wrapper {
    margin-top: 40rem;
  }
}
.wrap-4 .common-next-step_item {
  flex: 0 0 526px;
  width: 526px;
  height: 251px;
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wrap-4 .common-next-step_item:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
}
.wrap-4 .common-next-step_info {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  padding: 15px 23px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  border-radius: 0 0 10px 10px;
  width: 100%;
  min-height: 102px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrap-4 .common-next-step .wrap-info {
    font-size: 16rem;
  }
  .wrap-4 .common-next-step .flex-wrapper {
    display: none;
  }
  .wrap-4 .common-next-step .next-step-swiper {
    position: relative;
    padding-bottom: 60rem;
    overflow: hidden;
    margin-top: 40rem;
  }
  .wrap-4 .common-next-step .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12rem;
  }
  .wrap-4 .common-next-step .swiper-slide_item {
    height: 165rem;
    width: 345rem;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .wrap-4 .common-next-step .swiper-slide_info {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2rem);
    padding: 12rem;
    font-size: 16rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    border-radius: 0 0 10rem 10rem;
    width: 100%;
    min-height: 68rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .wrap-4 .common-next-step .swiper-pagination-bullet {
    width: 13rem;
    height: 13rem;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .wrap-4 .common-next-step .swiper-pagination-bullet-active {
    background-color: #F5A253;
  }
  .wrap-4 .common-next-step .swiper-pagination {
    text-align: center;
  }
}
.wrap-4 .common-next-step .item-1 {
  background-image: url(../../img/who-is-car-t-for/next-step-1.png);
}
.wrap-4 .common-next-step .item-2 {
  background-image: url(../../img/who-is-car-t-for/next-step-2.png);
}
.wrap-4 .common-next-step .item-3 {
  background-image: url(../../img/who-is-car-t-for/next-step-3.png);
}
.wrap-4 .common-next-step .item-4 {
  background-image: url(../../img/who-is-car-t-for/next-step-4.png);
}
