.thank-you .banner-wrapper {
  width: 100%;
  background-color: #FFEEF0;
  height: 232px;
  padding-top: 60px;
}
.thank-you .banner-wrapper .article-box .title {
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  color: #000;
}
.thank-you .banner-wrapper .article-box .desc-article {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
.thank-you .banner-wrapper .article-box .desc-article span {
  display: inline-block;
}
.thank-you .banner-wrapper .article-box .desc-article span:last-child {
  margin-top: 5px;
}
.thank-you .banner-wrapper .article-box .img-box {
  text-align: center;
  margin-top: 20px;
}
.thank-you .banner-wrapper .article-box .img-box img {
  display: inline-block;
  width: 20px;
}
.thank-you .content-wrapper {
  margin: 50px 0 90px 0;
  background: #fff;
}
.thank-you .content-wrapper .content-bg {
  margin-top: 317px;
  background-image: url(/img/global/thank-you-cbg.png);
  background-size: 100% 100%;
  height: 730px;
  width: 100%;
  position: relative;
}
.thank-you .content-wrapper .content-bg .frame-box {
  width: 636px;
  box-sizing: border-box;
  position: absolute;
  top: -267px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  border: 26px solid #A9B4F7;
  z-index: 2;
}
.thank-you .content-wrapper .content-bg .frame-box .frame-content {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  border: 1px dashed #5B66F4;
  background: #fff;
}
.thank-you .content-wrapper .content-bg .frame-box .frame-content .title-box {
  margin-top: 30px;
  color: #000;
  font-size: 0;
}
.thank-you .content-wrapper .content-bg .frame-box .frame-content .title-box .title {
  font-size: 36px;
  text-align: center;
}
.thank-you .content-wrapper .content-bg .frame-box .frame-content .title-box .desc {
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  padding: 0 68px;
  margin-top: 20px;
}
.thank-you .content-wrapper .content-bg .frame-box .frame-content .form-wrapper {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 60px;
}
.thank-you .content-wrapper .content-bg .frame-box .frame-content .form-wrapper .form-item {
  width: 100%;
  margin-top: 20px;
}
.thank-you .content-wrapper .content-bg .frame-box .frame-content .form-wrapper .form-item .label-text {
  color: #333333;
  font-size: 16px;
  text-align: left;
}
.thank-you .content-wrapper .content-bg .frame-box .frame-content .form-wrapper .form-item .input-box {
  padding-left: 10px;
  width: 100%;
  line-height: 28px;
  background: #F2F3FC;
}
.thank-you .content-wrapper .content-bg .frame-box .frame-content .form-wrapper .form-item:first-child {
  margin-top: 0;
}
.thank-you .content-wrapper .content-bg .frame-mask {
  width: 868px;
  height: 416px;
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background: #fff;
  opacity: 0.5;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.thank-you .content-wrapper .content-bg .step-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.thank-you .content-wrapper .content-bg .step-box .title {
  font-size: 36px;
  color: #000;
  text-align: center;
}
.thank-you .content-wrapper .content-bg .step-box .step-content {
  margin-top: 35px;
}
.thank-you .content-wrapper .content-bg .step-box .step-content .step-item {
  width: 770px;
  height: 93px;
  position: relative;
  margin-top: 20px;
}
.thank-you .content-wrapper .content-bg .step-box .step-content .step-item:first-child {
  margin-top: 0;
}
.thank-you .content-wrapper .content-bg .step-box .step-content .step-item .step-top-bg {
  width: 756px;
  height: 85px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFABB3;
  z-index: -1;
}
.thank-you .content-wrapper .content-bg .step-box .step-content .step-item .step-bottom-bg {
  width: 756px;
  height: 85px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.thank-you .content-wrapper .content-bg .step-box .step-content .step-item .step-bottom-bg .step-text {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  width: 80%;
  margin-left: 50px;
}
.thank-you .content-wrapper .sign-up-box {
  margin: 30px auto;
  text-align: center;
}
.thank-you .content-wrapper .sign-up-box .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  min-height: 45px;
  color: #fff;
  border-radius: 5px;
  background: #ff555e;
  font-size: 20px;
  margin: 0 auto;
}
.thank-you .content-wrapper .sign-up-box .link-item:hover {
  opacity: 0.8;
  color: #fff !important;
}
.thank-you .content-wrapper .sign-up-box .desc {
  font-size: 16px;
  margin: 20px auto 0 auto;
  color: #333333;
  text-align: center;
  width: 80%;
}
@media (max-width: 996px) {
  .thank-you .banner-wrapper {
    padding: 50px 0 15px 0;
    height: unset;
  }
  .thank-you .banner-wrapper .article-box {
    width: 90%;
    margin: 0 auto;
  }
  .thank-you .banner-wrapper .article-box .title {
    font-size: 24px;
    line-height: 30px;
  }
  .thank-you .banner-wrapper .article-box .desc-article {
    font-size: 14px;
  }
  .thank-you .content-wrapper {
    margin: 50px 0 90px 0;
    background: #fff;
  }
  .thank-you .content-wrapper .content-bg {
    height: 700px;
  }
  .thank-you .content-wrapper .content-bg .frame-box {
    width: 90%;
    top: -267px;
    border-left: 8px solid #A9B4F7;
    border-right: 8px solid #A9B4F7;
    border-top: 26px solid #A9B4F7;
    border-bottom: 26px solid #A9B4F7;
  }
  .thank-you .content-wrapper .content-bg .frame-box .frame-content {
    padding-bottom: 30px;
  }
  .thank-you .content-wrapper .content-bg .frame-box .frame-content .title-box {
    margin-top: 20px;
    color: #000;
    font-size: 0;
  }
  .thank-you .content-wrapper .content-bg .frame-box .frame-content .title-box .title {
    font-size: 24px;
    text-align: center;
  }
  .thank-you .content-wrapper .content-bg .frame-box .frame-content .title-box .desc {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
    margin-top: 13px;
  }
  .thank-you .content-wrapper .content-bg .frame-box .frame-content .form-wrapper {
    margin-top: 30px;
    padding: 0 15px;
  }
  .thank-you .content-wrapper .content-bg .frame-mask {
    width: 100%;
    height: 341px;
    top: -120px;
  }
  .thank-you .content-wrapper .content-bg .step-box {
    width: 100%;
  }
  .thank-you .content-wrapper .content-bg .step-box .title {
    font-size: 24px;
  }
  .thank-you .content-wrapper .content-bg .step-box .step-content .step-item {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .thank-you .content-wrapper .content-bg .step-box .step-content .step-item:first-child {
    margin: 0 auto;
  }
  .thank-you .content-wrapper .content-bg .step-box .step-content .step-item:last-child {
    height: 144px;
  }
  .thank-you .content-wrapper .content-bg .step-box .step-content .step-item:last-child .step-bottom-bg,
  .thank-you .content-wrapper .content-bg .step-box .step-content .step-item:last-child .step-top-bg {
    height: 136px;
  }
  .thank-you .content-wrapper .content-bg .step-box .step-content .step-item .step-top-bg {
    width: 95%;
  }
  .thank-you .content-wrapper .content-bg .step-box .step-content .step-item .step-bottom-bg {
    width: 98%;
  }
  .thank-you .content-wrapper .content-bg .step-box .step-content .step-item .step-bottom-bg .step-text {
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
    width: 90%;
  }
  .thank-you .content-wrapper .sign-up-box {
    width: 90%;
  }
  .thank-you .content-wrapper .sign-up-box .desc {
    font-size: 14px;
    width: 90%;
  }
}
