.flex-box {
    display: flex;
  }
  .container {
    padding: 0;
  }
  .faq {
    margin-top: 36px;
  }
  .faq .wrap-tit {
    color: #121258;
    font-size: 42px;
    font-weight: 600;
    line-height: 146.682%;
    /* 61.606px */
    text-align: center;
  }
  .faq_box {
    margin-top: 38px;
  }
  .faq_box .faq_item {
    transition: max-height 0.3s ease-out;
    cursor: pointer;
    padding: 30px 0;
    border-bottom: 1px solid #d9ebff;
  }
  .faq_box .faq_item.is-active .faq-cont {
    max-height: 400px;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    padding-top: 26px;
  }
  .faq_box .faq_item.is-active .icon-row {
    transform: rotate(0);
  }
  .faq_box .faq_item.is-active .faq-text h3 {
    color: #007bff;
  }
  .faq .faq-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .faq .faq-text h3 {
    color: #1d1e25;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    /* 28.8px */
  }
  .faq .faq-cont {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    color: #454c5d;
    font-size: 16px;
    line-height: 160%;
  }
  .faq .faq-icon {
    position: relative;
    border-radius: 4px;
    background: rgba(0, 123, 255, 0.05);
    width: 40px;
    height: 40px;
  }
  .faq .faq-icon .icon-column {
    position: absolute;
    top: 19px;
    left: 12px;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #007bff;
    border-radius: 10px;
  }
  .faq .faq-icon .icon-row {
    position: absolute;
    top: 19px;
    left: 12px;
    width: 16px;
    height: 2px;
    background-color: #007bff;
    transform: rotate(90deg);
    transition: all 0.3s;
    border-radius: 10px;
  }
  @media (max-width: 768px) {
    .faq .wrap-tit {
      font-size: 28px;
    }
    .faq .faq_box {
      margin-top: 20px;
    }
    .faq .faq_item {
      padding: 22px 0;
    }
    .faq .faq_item.is-active .faq-cont {
      padding-top: 18px;
    }
    .faq .faq-text {
      align-items: flex-start;
    }
    .faq .faq-text h3 {
      font-size: 18px;
      font-weight: 400;
      flex: 1;
    }
    .faq .faq-cont {
      font-size: 16px;
    }
    .faq .faq-icon {
      width: 20px;
      height: 20px;
    }
    .faq .faq-icon .icon-row,
    .faq .faq-icon .icon-column {
      width: 8px;
      height: 1px;
      top: 9px;
      left: 6px;
    }
  }
  .wrap5 {
    position: relative;
    background: #0b63e5;
    margin-top: 162px;
    padding: 46px 0;
  }
  .wrap5 .flex-box {
    column-gap: 70px;
    align-items: center;
  }
  .wrap5 .wrap-tit {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
  }
  .wrap5 .wrap-desc {
    color: #fff;
    font-size: 26px;
    line-height: 1.6;
    text-transform: capitalize;
    margin: 16px 0 36px;
  }
  .wrap5 .btn-box {
    display: flex;
    column-gap: 26px;
    align-items: center;
    justify-content: center;
  }
  .wrap5 .btn-box .btn {
    font-size: 18px;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 50px;
    transition: transform 0.3s;
  }
  .wrap5 .btn-box .btn:hover {
    transform: translateY(-10px);
  }
  .wrap5 .btn-box .join {
    background: #ffc830;
    color: #050505;
    padding: 20px 60px;
  }
  .wrap5 .btn-box .contact {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.17);
    color: #fff;
    padding: 20px 32px;
  }
  .wrap5 .container {
    position: relative;
    z-index: 2;
  }
  .wrap5 .earning {
    position: absolute;
    right: 12vw;
    bottom: 0;
    z-index: 1;
  }
  .wrap1 {
    margin-top: 64px;
  }
  .wrap1 .container {
    padding: 0;
  }
  .wrap1 .flex-box {
    justify-content: space-between;
    align-items: center;
  }
  .wrap1 .wrap-text {
    color: #121258;
    font-size: 18px;
    line-height: 160%;
    /* 33.721px */
  }
  .wrap1 .wrap-tit {
    color: #121258;
    font-size: 42px;
    font-weight: 600;
    line-height: 146.682%;
    margin: 8px 0 20px;
  }
  .wrap1 .wrap-list {
    color: #121258;
    font-size: 22px;
    line-height: 160%;
    /* 35.2px */
  }
  .wrap1 .wrap-list li {
    display: flex;
    column-gap: 14px;
    margin: 10px 0;
  }
  .wrap1 .start-swiper {
    padding-top: 64px;
    position: relative;
    overflow: hidden;
  }
  .wrap1 .start-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
    grid-gap: 54px 62px;
  }
  .wrap1 .start-swiper .swiper-slide {
    height: auto;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(153, 204, 255, 0.51);
    background: rgba(237, 246, 255, 0.3);
    transition: transform 0.3s;
  }
  .wrap1 .start-swiper .swiper-slide:hover {
    transform: translateY(-10px);
  }
  .wrap1 .start-swiper .slide-tit {
    color: #061c3d;
    font-size: 20px;
    font-weight: 500;
    line-height: 146.682%;
    /* 29.336px */
    margin: 16px 0 8px;
  }
  .wrap1 .start-swiper .slide-desc {
    color: rgba(6, 28, 61, 0.9);
    font-size: 14px;
    line-height: 173%;
    /* 24.22px */
  }
  .banner {
    padding: 46px 0 84px;
    position: relative;
    background: #f2f8ff;
  }
  .banner .banner-tit {
    margin-top: 2.3vw;
    color: #061c3d;
    font-size: 2.92vw;
    font-weight: 600;
    line-height: 146.682%;
    /* 82.142px */
  }
  .banner .banner-desc {
    color: #061c3d;
    font-size: 1.04vw;
    line-height: 160%;
    /* 32px */
    margin: 1.35vw 0 2.61vw;
  }
  .banner .banner-btn {
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 1.04vw;
    line-height: normal;
    border-radius: 500px;
    background: #007bff;
    padding: 1vw 3.4vw;
    transition: transform 0.3s;
  }
  .banner .banner-btn:hover {
    transform: translateY(-10px);
  }
  .banner .banner-img {
    flex: 1;
  }
  .banner .banner-img img {
    position: absolute;
    right: 6vw;
    width: 47.76vw;
    bottom: 0;
    height: auto;
  }
  .banner .banner-cont {
    width: 548px;
  }
  .wrap2 {
    margin-top: 150px;
  }
  .wrap2 .wrap-tit {
    color: #061c3d;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 146.682%;
    /* 52.805px */
  }
  .wrap2 .wrap-desc {
    color: #061c3d;
    font-size: 18px;
    line-height: 160%;
    /* 28.8px */
    margin: 16px 0 48px;
    text-align: center;
  }
  .wrap2 .wrap-box {
    display: grid;
    gap: 22px;
  }
  .wrap2 .wrap-box.box1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .wrap2 .wrap-box.box1 .item1 {
    background: #fff6e5;
  }
  .wrap2 .wrap-box.box1 .item1 strong {
    color: #f9960d;
  }
  .wrap2 .wrap-box.box1 .item2 {
    background: #f5f6ff;
  }
  .wrap2 .wrap-box.box1 .item2 .item-tit {
    color: #6c71ff;
  }
  .wrap2 .wrap-box.box1 .item3 {
    justify-content: flex-start;
    row-gap: 40px;
    background: #ffefef;
  }
  .wrap2 .wrap-box.box1 .item3 strong {
    color: #d35757;
  }
  .wrap2 .wrap-box.box2 {
    margin-top: 24px;
    grid-template-columns: repeat(3, 1fr);
    /* 定义3列 */
  }
  .wrap2 .wrap-box.box2 .item1 {
    grid-column: span 2;
    background: #eafaff;
    padding: 24px 30px 0;
    row-gap: 40px;
  }
  .wrap2 .wrap-box.box2 .item2 {
    row-gap: 46px;
    justify-content: flex-start;
    grid-column: span 1;
    background: #fff6e5;
  }
  .wrap2 .wrap-box.box2 .item2 strong {
    color: #ffbf46;
  }
  .wrap2 .wrap-box.box3 {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap2 .wrap-box.box3 .wrap-item {
    flex-direction: row;
  }
  .wrap2 .wrap-box.box3 .item1 {
    background: #ffefef;
    column-gap: 80px;
  }
  .wrap2 .wrap-box.box3 .item1 strong {
    color: #d35757;
  }
  .wrap2 .wrap-box.box3 .item2 {
    column-gap: 40px;
    background: #f5f6ff;
  }
  .wrap2 .wrap-box.box3 .item2 strong {
    color: #007bff;
    font-weight: 400;
  }
  .wrap2 .wrap-box.box3 .item2 .item-desc {
    font-style: italic;
    font-weight: 300;
  }
  .wrap2 .wrap-box .wrap-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 24px 30px;
    transition: transform 0.3s;
  }
  .wrap2 .wrap-box .wrap-item:hover {
    transform: translateY(-10px);
  }
  .wrap2 .wrap-box .item-tit {
    color: #061c3d;
    font-size: 26px;
    font-weight: 600;
    line-height: 138%;
    /* 35.88px */
  }
  .wrap2 .wrap-box .item-desc {
    color: #061c3d;
    font-size: 16px;
    line-height: 147%;
    /* 23.52px */
  }
  .wrap2 .when-swiper {
    display: none;
  }
  .notification {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #2ecc71;
    color: white;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 1000;
  }
  .notification.show {
    opacity: 1;
  }
  .notification.error {
    background-color: #e74c3c;
  }
  .wrap3 {
    margin-top: 200px;
    padding: 136px 0 124px;
    background: url("https://img.tunefab.com/uploads/page/affiliate/wrap3-bg.png") no-repeat center center;
  }
  .wrap3 .wrap-tit {
    color: #061c3d;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 146.682%;
    /* 52.805px */
  }
  .wrap3 .wrap-desc {
    color: #061c3d;
    font-family: Rubik;
    font-size: 18px;
    line-height: 160%;
    /* 28.8px */
    margin: 16px 0 54px;
    text-align: center;
  }
  .wrap3 .step-swiper .swiper-wrapper {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
    column-gap: 60px;
    grid-column-gap: 60px;
    -ms-grid-column-gap: 60px;
  }
  .wrap3 .step-swiper .slide-num {
    width: 80px;
    box-sizing: border-box;
    margin-bottom: 38px;
    padding: 4px 12px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background: #fff;
    color: #061c3d;
    font-size: 16px;
    line-height: 146.682%;
  }
  .wrap3 .step-swiper .slide-tit {
    margin: 26px 0 18px;
    color: #061c3d;
    font-size: 24px;
    font-weight: 600;
    line-height: 146.682%;
    /* 35.204px */
  }
  .wrap3 .step-swiper .slide-desc {
    color: #061c3d;
    font-size: 18px;
    line-height: 160%;
    /* 28.8px */
  }
  .wrap3 .swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wrap3 .swiper-slide:first-child .slide-num {
    position: relative;
  }
  .wrap3 .swiper-slide:first-child .slide-num::after {
    content: url("https://img.tunefab.com/uploads/page/affiliate/wrap3-line.png");
    display: block;
    position: absolute;
    left: 80px;
    top: 0;
  }
  .wrap3 .swiper-slide:last-child .slide-num {
    position: relative;
  }
  .wrap3 .swiper-slide:last-child .slide-num::after {
    content: url("https://img.tunefab.com/uploads/page/affiliate/wrap3-line.png");
    display: block;
    position: absolute;
    right: 78px;
    top: 0;
  }
  .wrap3 .swiper-slide img {
    height: 70px;
  }
  @media (max-width: 1200px) {
    .wrap5 .flex-box {
      column-gap: 10px;
    }
    .wrap5 .btn-box .join {
      padding: 20px 40px;
    }
    .container {
      padding: 0 15px;
    }
    .banner .banner-cont {
      width: 400px;
    }
    .wrap3 {
      margin-top: 60px;
      padding: 118px 0 82px;
    }
    .wrap3 .swiper-slide:first-child .slide-num::after {
      content: none;
    }
    .wrap3 .swiper-slide:last-child .slide-num::after {
      content: none;
    }
  }
  @media (max-width: 996px) {
    .wrap1 .container {
      padding: 0 15px;
    }
    .wrap1 .wrap-img img {
      width: 100%;
    }
    .wrap1 .flex-box {
      flex-direction: column;
      row-gap: 30px;
    }
    .wrap1 .wrap-text {
      text-align: center;
    }
    .wrap1 .wrap-tit {
      text-align: center;
      font-size: 28px;
    }
    .wrap1 .wrap-list {
      font-size: 16px;
    }
    .wrap1 .wrap-list li {
      align-items: flex-start;
    }
    .wrap1 .start-swiper {
      padding: 36px 0 50px;
    }
    .wrap1 .start-swiper .swiper-wrapper {
      display: flex;
      grid-gap: 0;
    }
    .wrap1 .start-swiper .swiper-pagination-bullet {
      background: #cee0fa;
      width: 12px;
      height: 12px;
      opacity: 1;
      transition: width 0.3s;
    }
    .wrap1 .start-swiper .swiper-pagination-bullet-active {
      width: 32px;
      background: #0b63e5;
      border-radius: 500px;
    }
    .banner .banner-cont {
      width: 300px;
    }
    .wrap5 .flex-box {
      flex-direction: column;
    }
    .wrap5 .wrap-tit {
      font-size: 28px;
      text-align: center;
      margin-top: 32px;
    }
    .wrap5 .wrap-desc {
      font-size: 18px;
      text-align: center;
    }
    .wrap5 .earning {
      opacity: 0;
    }
    .wrap5 .btn-box .btn {
      font-size: 16px;
    }
    .wrap3 {
      padding: 118px 0 50px;
    }
    .wrap2 {
      margin-top: 50px;
    }
    .wrap2 .wrap-box {
      display: none;
    }
    .wrap2 .wrap-desc {
      margin: 10px 0 26px;
      font-size: 16px;
    }
    .wrap2 .wrap-tit {
      font-size: 28px;
    }
    .wrap2 .when-swiper {
      display: block;
      position: relative;
      overflow: hidden;
      padding-bottom: 50px;
    }
    .wrap2 .when-swiper .swiper-slide {
      border-radius: 10px;
      padding: 22px 30px;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }
    .wrap2 .when-swiper .item-tit {
      font-size: 22px;
      color: #061c3d;
      font-weight: 600;
      line-height: 138%;
      /* 30.36px */
    }
    .wrap2 .when-swiper .item-desc {
      color: #061c3d;
      font-size: 14px;
      font-weight: 400;
      line-height: 147%;
      /* 21.07px */
    }
    .wrap2 .when-swiper .item1 {
      background: #fff6e5;
    }
    .wrap2 .when-swiper .item1 strong {
      color: #f9960d;
    }
    .wrap2 .when-swiper .item2 {
      background: #f5f6ff;
    }
    .wrap2 .when-swiper .item2 .item-tit {
      color: #6c71ff;
    }
    .wrap2 .when-swiper .item6 {
      background: #eafaff;
    }
    .wrap2 .when-swiper .item3 {
      background: #fff6e5;
    }
    .wrap2 .when-swiper .item3 strong {
      color: #ffbf46;
    }
    .wrap2 .when-swiper .item4 {
      background: #f5f6ff;
    }
    .wrap2 .when-swiper .item4 .item-desc {
      font-style: italic;
      font-weight: 300;
    }
    .wrap2 .when-swiper .item4 strong {
      color: #007bff;
    }
    .wrap2 .when-swiper .item5 {
      background: #ffefef;
    }
    .wrap2 .when-swiper .item5 strong {
      color: #d35757;
    }
    .wrap2 .when-swiper .item7 {
      background: #ffefef;
    }
    .wrap2 .when-swiper .item7 strong {
      color: #d35757;
    }
    .wrap2 .when-swiper .swiper-pagination-bullet {
      background: #cee0fa;
      width: 12px;
      height: 12px;
      opacity: 1;
      transition: width 0.3s;
    }
    .wrap2 .when-swiper .swiper-pagination-bullet-active {
      width: 32px;
      background: #0b63e5;
      border-radius: 500px;
    }
  }
  @media (max-width: 768px) {
    .banner {
      padding: 32px 0 70px;
    }
    .banner .banner-cont {
      width: 100%;
    }
    .banner .flex-box {
      justify-content: center;
    }
    .banner .banner-img {
      display: none;
    }
    .banner .banner-tit {
      font-size: 36px;
      margin-top: 0;
      text-align: center;
    }
    .banner .banner-desc {
      font-size: 16px;
      margin: 18px 0 48px;
      text-align: center;
    }
    .banner .banner-btn {
      padding: 20px 64px;
      font-size: 20px;
      margin: 0 auto;
    }
    .wrap5 {
      margin-top: 100px;
      padding: 94px 0;
    }
    .wrap5 .wrap-img {
      text-align: center;
    }
    .wrap5 .wrap-img img {
      width: 80%;
    }
    .wrap5 .btn-box {
      flex-direction: column;
      row-gap: 20px;
    }
    .wrap5 .btn-box .btn {
      width: 100%;
      padding: 16px 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .wrap3 {
      padding: 28px 0 0;
      background: url("https://img.tunefab.com/uploads/page/affiliate/wrap3-bg-mb.webp") no-repeat center;
      background-size: 100% 100%;
    }
    .wrap3 .wrap-tit {
      font-size: 28px;
    }
    .wrap3 .wrap-desc {
      font-size: 16px;
      margin: 10px 0 24px;
    }
    .wrap3 .step-swiper {
      position: relative;
      overflow: hidden;
      padding-bottom: 30px;
    }
    .wrap3 .step-swiper .swiper-wrapper {
      display: flex;
      column-gap: 0;
    }
    .wrap3 .step-swiper .slide-num {
      padding: 4px 12px;
      margin-bottom: 24px;
    }
    .wrap3 .step-swiper .slide-tit {
      margin: 18px 0;
    }
    .wrap3 .step-swiper .swiper-pagination-bullet {
      background: #cee0fa;
      width: 12px;
      height: 12px;
      opacity: 1;
      transition: width 0.3s;
    }
    .wrap3 .step-swiper .swiper-pagination-bullet-active {
      width: 32px;
      background: #0b63e5;
      border-radius: 500px;
    }
  }
.wrap6 {
  margin-top: 243px;
}
.wrap6 .wrap-cont {
  position: relative;
  padding: 90px 0 94px;
  background: url("https://img.tunefab.com/uploads/page/affiliate/wrap6-bg-pc.webp") no-repeat center / cover;
  border-radius: 26px;
}
.wrap6 .wrap-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.wrap6 .wrap-tit {
  color: #061c3d;
  text-align: center;
  font-family: Rubik;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 146.682%;
  /* 52.805px */
}
.wrap6 .wrap-desc {
  max-width: 942px;
  margin: 16px auto 0;
  color: #061c3d;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
}
.wrap6 .partner-list {
  display: flex;
  margin-top: 64px;
  align-items: inherit;
  justify-content: center;
  gap: 16px 28px;
}
.wrap6 .partner-list .partner-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  padding: 8px 20px;
}
.wrap6 .partner-list .partner-item a {
  display: block;
}
@media (max-width: 768px) {
  .wrap6 {
    margin-top: 100px;
  }
  .wrap6 .wrap-top {
    width: 103px;
    height: 103px;
  }
  .wrap6 .wrap-tit {
    font-size: 28px;
  }
  .wrap6 .wrap-desc {
    font-size: 16px;
  }
  .wrap6 .wrap-cont {
    padding: 72px 10px 48px;
  }
  .wrap6 .partner-list {
    margin-top: 26px;
    flex-direction: column;
  }
  .wrap6 .partner-list .partner-item {
    justify-content: center;
    max-width: 162px;
    height: 54px;
    margin: 0 auto;
  }
  .wrap6 .partner-list .partner-item img {
    max-width: 100%;
    height: auto;
  }
  .wrap6 .partner-list .partner-item.item1 {
    order: 2;
  }
  .wrap6 .partner-list .partner-item.item2 {
    order: 3;
  }
  .wrap6 .partner-list .partner-item.item3 {
    order: 1;
  }
}
