.banner {
    padding: 50px 0 56px;
    background: linear-gradient(93deg, #7028e4 -20.39%, #e5b2ca 117.59%);
  }
  .banner .container {
    text-align: center;
  }
  .banner .banner-tit {
    margin-top: 16px;
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
  }
  .banner .banner-desc {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 170%;
    /* 30.6px */
  }
  .wrap1 {
    margin-top: 78px;
  }
  .wrap1 .wrap-tit {
    color: #131313;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
  }
  .wrap1 .wrap-txt {
    padding: 14px 58px;
    width: max-content;
    margin: 28px auto 0;
    border-radius: 46px;
    background: #7950ef;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
  .wrap1 .flex-box {
    margin-top: 60px;
    display: flex;
    column-gap: 80px;
    align-items: center;
  }
  .wrap1 .flex-box .flex-left {
    flex: 1;
    background: url("../../img/install/wrap1-left.png") no-repeat center / cover;
    background-size: 100% 100%;
  }
  .wrap1 .flex-box .flex-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    flex: 0 0 246px;
  }
  .wrap1 .right-tit {
    color: #353535;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
  }
  .wrap1 .right-desc {
    color: #353535;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
  .wrap1 .right-price .new-price {
    color: #ff4b5b;
    font-size: 38px;
    font-weight: 600;
  }
  .wrap1 .right-price del {
    margin-left: 6px;
    color: #939393;
    font-size: 20px;
    font-weight: 400;
  }
  .wrap1 .right-buy {
    display: flex;
    padding: 14px 42px;
    justify-content: center;
    column-gap: 12px;
    width: max-content;
    border-radius: 6px;
    background: linear-gradient(102deg, #7028e4 -8.82%, #ff48f8 125.52%), linear-gradient(106deg, #ffd046 -13.93%, #fd5b4b 114.16%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
  }
  .wrap1 .right-buy:hover {
    transform: scale(0.9);
  }
  .wrap1 .pro-list {
    padding: 10px 102px 10px 48px;
  }
  .wrap1 .pro-list .pro-item {
    display: flex;
    padding: 30px 0;
  }
  .wrap1 .pro-list .pro-item:nth-child(n + 2) {
    border-top: 1px solid #efe0f6;
  }
  .wrap1 .pro-list .item-tit {
    flex: 0 0 60%;
    color: #353535;
    font-size: 20px;
    font-weight: 600;
  }
  .wrap1 .pro-list .item-price {
    margin-right: 48px;
    color: #ff4b5b;
    font-size: 20px;
    font-weight: 600;
  }
  .wrap1 .pro-list .item-buy {
    color: #7950ef;
    font-size: 20px;
    cursor: pointer;
  }
  .wrap1 .pro-list .item-buy span {
    display: inline-block;
    transition: all 0.3s;
  }
  .wrap1 .pro-list .item-buy:hover span {
    transform: translateX(8px);
  }
  .wrap1 .guide-box {
    margin-top: 168px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .wrap1 .guide-right {
    flex: 0 0 468px;
    transform: translateX(-90px);
  }
  .wrap1 .guide-right .guide-tit {
    color: #131313;
    font-size: 32px;
    font-weight: 600;
    line-height: 131%;
    /* 41.92px */
  }
  .wrap1 .guide-right .guide-list {
    margin-top: 18px;
    padding-left: 18px;
  }
  .wrap1 .guide-right .guide-item {
    list-style: disc;
    color: #212a33;
    font-size: 16px;
    font-weight: 400;
    line-height: 222%;
    /* 35.52px */
  }
  .wrap1 .guide-right .guide-how {
    margin-top: 6px;
    color: #7950ef;
    font-size: 16px;
    font-weight: 400;
    line-height: 222%;
    /* 35.52px */
  }
  .wrap1 .guide-left-img {
    transform: translateX(-84px);
  }
  .wrap2 {
    position: relative;
    margin-top: 100px;
    padding: 44px 0;
    background: linear-gradient(90deg, #e0c3fc 0%, #8ec5fc 100%);
  }
  .wrap2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 178px;
    background: url("../../img/install/wrap2-ico.png") no-repeat center / cover;
    width: 425px;
    height: 165px;
  }
  .wrap2 .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wrap2 .flex-left {
    max-width: 552px;
  }
  .wrap2 .flex-left .wrap-tit {
    color: #000;
    font-size: 32px;
    font-weight: 600;
  }
  .wrap2 .flex-left .wrap-desc {
    margin-top: 18px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
  }
  .wrap2 .install-newsletter-email {
    position: relative;
    border-radius: 8px;
    background: #fff;
    padding: 8px 10px;
  }
  .wrap2 .install-newsletter-email .install-newsletter-btn {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #7950ef;
    cursor: pointer;
  }
  .wrap2 .install-newsletter-email .install-newsletter-input {
    width: 336px;
    height: 48px;
    font-size: 20px;
    outline: none;
    border: none;
  }
  .wrap2 .install-newsletter-email .install-newsletter-input::placeholder {
    color: rgba(0, 0, 0, 0.27);
    font-size: 20px;
  }
  .wrap2 .install-newsletter-email .newsletter-tips {
    color: #886dff;
    position: absolute;
    z-index: 2;
    bottom: -30px;
    font-size: 14px;
    font-weight: 300;
  }
  @media (max-width: 1200px) {
    .container {
      width: 100%;
      padding: 0 15px;
    }
    .wrap1 .guide-left-img {
      width: 500px;
      height: auto;
    }
    .wrap1 .flex-box {
      column-gap: 40px;
    }
    .wrap1 .pro-list {
      padding: 10px 50px 10px 20px;
    }
    .wrap1 .pro-list .item-tit {
      flex: 0 0 54%;
    }
    .wrap2 .flex-left {
      max-width: 470px;
    }
  }
  @media (max-width: 996px) {
    .wrap1 .pro-list .pro-item {
      padding: 22px 0;
    }
    .wrap1 .pro-list .item-tit,
    .wrap1 .pro-list .item-buy,
    .wrap1 .pro-list .item-price {
      font-size: 12px;
    }
    .wrap1 .guide-box {
      flex-direction: column-reverse;
      align-items: center;
    }
    .wrap1 .guide-box .guide-right {
      flex: auto;
      transform: translateX(0);
    }
    .wrap1 .guide-left-img {
      margin-top: 40px;
      width: 700px;
      transform: translateX(0);
    }
    .wrap2 .flex-left {
      max-width: 360px;
    }
    .wrap2 .install-newsletter-email .install-newsletter-input {
      max-width: 300px;
    }
  }
  @media (max-width: 768px) {
    .banner {
      padding: 90px 0;
    }
    .banner .banner-tit {
      font-size: 32px;
      margin-top: 24px;
    }
    .banner .banner-desc {
      font-size: 16px;
      margin-top: 20px;
    }
    .wrap1 .flex-box {
      margin-top: 44px;
      flex-direction: column-reverse;
    }
    .wrap1 .flex-box .flex-left {
      margin-top: 24px;
      max-width: 348px;
      flex: auto;
      background: url("../../img/install/wrap1-left-mb.png") no-repeat center center;
      background-size: 100% 100%;
    }
    .wrap1 .right-sale {
      width: 128px;
      height: 76px;
    }
    .wrap1 .right-tit {
      font-size: 26px;
    }
    .wrap1 .right-desc {
      font-size: 14px;
    }
    .wrap1 .right-price .new-price {
      font-size: 28px;
    }
    .wrap1 .right-price del {
      font-size: 14px;
    }
    .wrap1 .pro-list {
      width: 348px;
      padding: 20px 20px 16px 20px;
    }
    .wrap1 .pro-list .item-price {
      margin-right: 20px;
    }
    .wrap1 .pro-list .pro-item {
      justify-content: space-between;
    }
    .wrap1 .guide-box {
      margin-top: 80px;
    }
    .wrap1 .guide-left-img {
      transform: translateX(0);
      width: 100%;
      margin-top: 42px;
    }
    .wrap1 .guide-right .guide-list {
      margin-top: 10px;
    }
    .wrap1 .guide-right .guide-how {
      font-size: 14px;
    }
    .wrap2 {
      padding: 28px 0 38px;
      margin-top: 80px;
    }
    .wrap2::before {
      content: none;
    }
    .wrap2 .flex-box {
      flex-direction: column;
    }
    .wrap2 .wrap-desc {
      margin-top: 10px;
    }
    .wrap2 .install-newsletter-email {
      margin-top: 18px;
      padding: 4px 6px 4px 10px;
    }
    .wrap2 .install-newsletter-email .install-newsletter-input {
      max-width: 270px;
      height: 38px;
      font-size: 14px;
    }
    .wrap2 .install-newsletter-email .install-newsletter-input::placeholder {
      font-size: 14px;
    }
    .wrap2 .install-newsletter-email .install-newsletter-btn {
      width: 38px;
      height: 38px;
    }
    .wrap2 .install-newsletter-email .install-newsletter-btn img {
      width: 24px;
      height: 24px;
    }
  }
  