#en-body .container {
    max-width: 1200px;
    padding: 0;
    width: 1200px;
  }
  .iconfont::before {
    font-weight: 300;
  }
  .nav.product-nav {
    z-index: 999;
  }
  .nav.product-nav .container {
    width: 1200px;
  }
  .nav.product-nav .btn-box {
    column-gap: 0;
  }
  .nav.product-nav .btn-box .btn {
    width: auto;
    height: auto;
    column-gap: 0;
  }
  .nav.product-nav .btn-box .btn .icon-mac::before {
    font-size: 20px;
  }
  @media (max-width: 1200px) {
    .nav.product-nav .container .nav-left a {
      margin-right: 30px;
    }
  }
  @media (max-width: 996px) {
    .nav.product-nav .container .nav-left a {
      margin-right: 10px;
      font: 400 16px / 21px "Rubik";
    }
    .nav.product-nav .container .nav-right .btn-box .btn {
      font-size: 14px;
    }
  }
  .mb-buy-bar {
    display: none;
  }
  @media (max-width: 770px) {
    .mb-buy-bar {
      position: fixed;
      top: -100rem;
      display: flex;
      align-items: center;
      width: 100%;
      height: 65rem;
      padding: 0 15rem;
      background: #fff;
      z-index: 1000;
      transition: all 0.2s;
      box-shadow: 0 2rem 6rem #ddd;
    }
    .mb-buy-bar .bar-title {
      font-size: 16rem;
      color: #000;
      margin-right: 20rem;
    }
    .mb-buy-bar .bar-buy {
      position: relative;
      background: #00a480;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 110rem;
      height: 34rem;
      padding: 1rem;
      border-radius: 4rem;
      border: 1px double #00a480;
      background-clip: content-box;
    }
    .mb-buy-bar .bar-buy_text {
      color: #fff;
      text-shadow: 0 1rem 2rem #007158;
      font-weight: bold;
      font-size: 14px;
      margin-right: 4rem;
    }
    .mb-buy-bar .bar-buy .icon-buy-cart {
      color: #fff;
      font-size: 18rem;
    }
    .mb-buy-bar .bar-buy_tag {
      position: absolute;
      top: -14rem;
      right: -22rem;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 34rem;
      height: 40rem;
      text-align: center;
      background: url(../../img/icon-off-30.png) no-repeat;
      background-size: 100% 100%;
    }
    .mb-buy-bar .bar-buy_tag-text {
      font-weight: bold;
      font-size: 12rem;
      color: #fff;
      transform: scale(0.8);
    }
    .mb-buy-bar.active {
      top: 0;
    }
  }
  .btn-box {
    display: flex;
    column-gap: 32px;
  }
  .btn-box .btn {
    width: 216px;
    height: 64px;
    justify-content: center;
    display: flex;
    align-items: center;
    column-gap: 6px;
    border-radius: 10px;
    background: #00a480;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: transform 0.5s;
  }
  .btn-box .btn:hover {
    transform: scale(0.9);
  }
  .btn-box .btn-win .iconfont {
    font-size: 20px;
  }
  .btn-box .btn-mac .iconfont {
    font-size: 24px;
  }
  .banner-btn {
    margin: 24px auto 0;
    display: flex;
    align-items: center;
  }
  .banner-btn_item {
    column-gap: 22px;
  }
  .banner-btn_item a {
    border-radius: 6px;
    width: max-content;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 26px;
    column-gap: 12px;
    transition: all 0.5s;
  }
  .banner-btn_item a:hover {
    transform: scale(0.9);
  }
  .banner-btn_item a .iconfont {
    font-size: 24px;
  }
  .banner-btn_download {
    background: #00b78f;
    color: #fff;
  }
  .banner-btn_download p {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
  }
  .banner-btn_download p span:last-child {
    font-size: 10px;
    font-weight: 300;
  }
  .banner-btn_buy {
    position: relative;
    background: #fff;
    color: #00a480;
    font-size: 18px;
    font-weight: 600;
  }
  .banner-btn_buy::after {
    content: "50% 0FF";
    display: flex;
    align-items: center;
    justify-content: center;
    top: -6px;
    right: -3px;
    position: absolute;
    width: 55px;
    height: 24px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 125.4%;
    /* 13.302px */
    background: url("../../img/iphone-unlocker-en/sale.png") no-repeat center / cover;
  }
  .banner {
    padding: 126px 0 64px;
    background: url("../../img/iphone-unlocker-en/banner-bg.webp") no-repeat center / cover;
    background-size: 100% 100%;
  }
  .banner .flex-box {
    display: flex;
  }
  .banner .flex-box .banner-left {
    flex: 0 0 464px;
  }
  .banner .flex-box .banner-right {
    flex: 1;
    text-align: end;
  }
  .banner .flex-box .banner-right img {
    margin-top: 36px;
    transform: translateX(40px);
  }
  .banner .banner-tip {
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 125.4%;
  }
  .banner .banner-title {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 125.4%;
  }
  .banner .banner-desc {
    margin: 8px 0 20px;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 125.4%;
  }
  .banner .banner-list {
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 230.188%;
  }
  .banner .banner-list li {
    list-style: disc;
  }
  .swiper-pagination-bullet {
    background: #c3f0e9;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #25bca2;
  }
  .wrap1 {
    padding: 48px 0;
    background: #16796f;
  }
  .wrap1 .honor-list {
    display: flex;
    justify-content: space-between;
  }
  .wrap1 .honor-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .wrap1 .honor-item::before {
    content: "";
    width: 48px;
    height: 99px;
    background: url("../../img/iphone-unlocker-en/num-left.png") no-repeat center;
    background-size: 100% 100%;
  }
  .wrap1 .honor-item::after {
    content: "";
    width: 48px;
    height: 99px;
    background: url("../../img/iphone-unlocker-en/num-right.png") no-repeat center;
    background-size: 100% 100%;
  }
  .wrap1 .honor-item .honor-num {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
  }
  .wrap1 .honor-item .honor-tit {
    margin-top: 8px;
    color: #fff;
    font-size: 15.8px;
    line-height: 130%;
  }
  .wrap1 .honor-item .item-cont {
    width: 150px;
    margin: 0 auto;
    text-align: center;
  }
  .wrap2 {
    margin-top: 100px;
  }
  .wrap2 .wrap-tit {
    color: #0b1212;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 114%;
  }
  .wrap2 .btn-box {
    margin-top: 60px;
    justify-content: center;
  }
  .wrap2 .wrap1-swiper {
    margin-top: 60px;
    position: relative;
    overflow: hidden;
  }
  .wrap2 .wrap1-swiper .swiper-wrapper {
    width: 100%;
    height: 464px;
    flex-wrap: wrap;
    column-gap: 24px;
  }
  .wrap2 .wrap1-swiper .column1 {
    display: flex;
    justify-content: space-between;
    flex: 0 0 588px;
  }
  .wrap2 .wrap1-swiper .column2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    gap: 24px;
  }
  .wrap2 .swiper-slide {
    border-radius: 10px;
    background: #25bca2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .wrap2 .swiper-slide .slide-info {
    padding: 20px 16px;
  }
  .wrap2 .swiper-slide .slide-tit {
    margin: 8px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
  }
  .wrap2 .swiper-slide .slide-desc {
    color: #fff;
    font-size: 14px;
    line-height: 174.5%;
  }
  .wrap2 .swiper-slide.slide1 {
    width: 282px;
    height: 464px;
  }
  .wrap2 .swiper-slide.slide2 {
    width: 282px;
    height: 464px;
  }
  .wrap2 .swiper-slide.slide3 {
    width: 282px;
    height: 203px;
  }
  .wrap2 .swiper-slide.slide4 {
    width: 282px;
    height: 203px;
  }
  .wrap2 .swiper-slide.slide5 {
    width: 180px;
    height: 236px;
  }
  .wrap2 .swiper-slide.slide5 .slide-tit {
    font-size: 18px;
  }
  .wrap2 .swiper-slide.slide5 .slide-desc {
    font-size: 14px;
  }
  .wrap2 .swiper-slide.slide5 .slide-info {
    width: 100%;
    height: 100%;
  }
  .wrap2 .swiper-slide.slide6 {
    width: 180px;
    height: 236px;
  }
  .wrap2 .swiper-slide.slide6 .slide-info {
    width: 100%;
    height: 100%;
    padding: 20px 6px 0 12px;
  }
  .wrap2 .swiper-slide.slide6 .slide-tit {
    font-size: 18px;
  }
  .wrap2 .swiper-slide.slide6 .slide-desc {
    font-size: 14px;
  }
  .wrap2 .swiper-slide.slide7 {
    width: 180px;
    height: 236px;
  }
  .wrap2 .swiper-slide.slide7 .slide-tit {
    font-size: 18px;
  }
  .wrap2 .swiper-slide.slide7 .slide-info {
    width: 100%;
    height: 100%;
  }
  .wrap2 .swiper-slide.slide7 .slide-desc {
    font-size: 14px;
  }
  .wrap3 {
    margin-top: 160px;
  }
  .wrap3 .wrap-tit {
    color: #0b1212;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 114%;
  }
  .wrap3 .wrap-desc {
    margin: 48px 0;
    color: #595959;
    text-align: center;
    font-size: 16px;
    line-height: 197.9%;
  }
  .wrap3 .wrap3-swiper {
    position: relative;
  }
  .wrap3 .wrap3-swiper .swiper-wrapper {
    column-gap: 26px;
  }
  .wrap3 .swiper-slide {
    position: relative;
    flex: 1;
    height: auto;
  }
  .wrap3 .swiper-slide:hover .slide-new {
    opacity: 1;
  }
  .wrap3 .swiper-slide img {
    width: 217px;
    height: 311px;
    box-shadow: 0 -6px 19px rgba(2, 99, 96, 0.2);
    border-radius: 36px 36px 0 0;
  }
  .wrap3 .swiper-slide .slide-tit {
    margin-top: 16px;
    color: #202020;
    text-align: center;
    font-size: 14px;
    line-height: 166.9%;
  }
  .wrap3 .swiper-slide .slide-old {
    border-radius: 36px 36px 0 0;
  }
  .wrap3 .swiper-slide .slide-new {
    position: absolute;
    width: 91%;
    height: 86%;
    top: 12px;
    left: 50%;
    background: #2e837d;
    box-shadow: 0 -6px 19px rgba(2, 99, 96, 0.2);
    border-radius: 24px 24px 0 0;
    transform: translate(-50%, 0);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0;
    padding: 80px 20px;
    transition: all 0.5s;
  }
  .wrap3 .swiper-slide .slide-new a {
    font-weight: 600;
    color: #fff;
  }
  .wrap3 .wrap-notice {
    margin: 30px auto 42px;
    width: max-content;
    border-radius: 6px;
    background: #f0f3f8;
    backdrop-filter: blur(4px);
    padding: 6px 12px;
    color: #595959;
    font-size: 12px;
    font-weight: 300;
    line-height: 220.4%;
  }
  .wrap3 .btn-box {
    justify-content: center;
  }
  .wrap4 {
    margin-top: 130px;
  }
  .wrap4.reserve .flex-box {
    flex-direction: row-reverse;
  }
  .wrap4.reserve .wrap-right {
    text-align: justify;
  }
  .wrap4.reserve .wrap-left {
    flex: 0 0 564px;
  }
  .wrap4 .flex-box {
    display: flex;
    justify-content: space-between;
  }
  .wrap4 .wrap-left {
    flex: 0 0 508px;
    margin-top: 32px;
  }
  .wrap4 .wrap-right {
    flex: 1;
    text-align: end;
  }
  .wrap4 .wrap-tit {
    color: #0b1212;
    font-size: 36px;
    font-weight: 600;
    line-height: 114%;
  }
  .wrap4 .wrap-desc {
    margin-top: 40px;
    color: #595959;
    font-size: 16px;
    line-height: 197.9%;
  }
  .wrap4 .wrap-text {
    color: #595959;
    margin: 12px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 197.9%;
  }
  .wrap4 .wrap-list {
    margin: 24px 0 0 20px;
    color: #595959;
    font-size: 16px;
    line-height: 197.9%;
  }
  .wrap4 .wrap-list.text-list {
    margin-top: 0;
  }
  .wrap4 .wrap-list li {
    list-style-type: disc;
  }
  .wrap4 .wrap-list li::marker {
    color: #00a480;
  }
  .wrap4 .btn-box {
    margin-top: 32px;
  }
  .wrap5 {
    margin-top: 150px;
    padding: 100px 0 118px;
    background: url("../../img/iphone-unlocker-en/wrap5-bg.webp") no-repeat center / cover;
  }
  .wrap5 .wrap-tit {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 114%;
  }
  .wrap5 .wrap-cont {
    margin-top: 62px;
  }
  .wrap5 .step-list {
    overflow: hidden;
    display: flex;
    border-radius: 20px 20px 0 0;
    background: #d0efeb;
  }
  .wrap5 .step-list .step-item {
    flex: 1;
    padding: 24px 0;
    color: #81b1ae;
    text-align: center;
    font-family: Rubik;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%;
    transition: all 0.3s;
    cursor: pointer;
  }
  .wrap5 .step-list .step-item.active {
    background: #fff;
    color: #00a480;
  }
  .wrap5 .wrap5-swiper {
    padding: 44px 46px 0;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    border-top: 1px solid #b3d5d1;
    background: #f3faf9;
  }
  .wrap5 .swiper-slide {
    display: flex;
    height: auto;
  }
  .wrap5 .swiper-slide .slide-desc {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 197.9%;
  }
  .wrap5 .swiper-slide .slide-list {
    margin: 24px 0 56px 20px;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 197.9%;
  }
  .wrap5 .swiper-slide .slide-list li {
    list-style: disc;
  }
  .wrap6 {
    margin-top: 150px;
  }
  .wrap6 .wrap-tit {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 143.4%;
    margin-bottom: 62px;
  }
  .wrap6 .pc-content {
    display: flex;
  }
  .wrap6 .pc-content .tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 16px 0 0 16px;
    background: #fff;
    box-shadow: 0 0 21px 0 rgba(19, 141, 142, 0.15);
  }
  .wrap6 .pc-content .tab .item {
    flex: 1;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .wrap6 .pc-content .tab .item .text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid rgba(49, 183, 180, 0.21);
  }
  .wrap6 .pc-content .tab .item.active {
    background: linear-gradient(90deg, #3085b6 19.97%, #32bcb4 104.87%);
  }
  .wrap6 .pc-content .tab .item.active .text {
    border-bottom: none;
    color: #ffffff;
  }
  .wrap6 .pc-content .tab .item:first-child {
    border-radius: 15px 0 0 0;
  }
  .wrap6 .pc-content .tab .item:last-child {
    border-radius: 0 0 0 15px;
  }
  .wrap6 .pc-content .tab .item:last-child .text {
    border-bottom: none;
  }
  .wrap6 .pc-content .content {
    border-radius: 0 16px 16px 0;
    background: #fff;
    box-shadow: 0 0 21px 0 rgba(19, 141, 142, 0.15);
    width: 924px;
    height: 590px;
    padding: 48px 80px;
    overflow: hidden;
    position: relative;
  }
  .wrap6 .pc-content .content .box {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
  }
  .wrap6 .pc-content .content .box.active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
  }
  .wrap6 .pc-content .content .box.slide-out {
    opacity: 0;
    transform: translateX(-100%);
  }
  .wrap6 .pc-content .content .item {
    display: flex;
    justify-content: space-between;
  }
  .wrap6 .pc-content .content .item .step {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
  .wrap6 .pc-content .content .item .step img {
    border-radius: 14px;
  }
  .wrap6 .pc-content .content .item .step .num {
    background: #f4f4f4;
    border-radius: 6px;
    padding: 6px 18px;
    font-size: 16px;
    color: #00a480;
    margin: 28px 0 20px;
  }
  .wrap6 .pc-content .content .item .step p {
    width: 196px;
    font-size: 14px;
    font-weight: 300;
    line-height: 147.5%;
    /* 20.65px */
    text-align: center;
  }
  .wrap6 .mobile-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 21px 0 rgba(19, 141, 142, 0.15);
  }
  .wrap6 .mobile-content .tab {
    width: 100%;
    height: 80px;
    background: #ffffff;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 16px;
    line-height: 143.4%;
  }
  .wrap6 .mobile-content .tab:nth-child(n + 2) {
    border-top: 1px solid rgba(49, 183, 180, 0.21);
  }
  .wrap6 .mobile-content .tab.active {
    background: linear-gradient(90deg, #3085b6 19.97%, #32bcb4 104.87%);
    border: none;
    color: #ffffff;
  }
  .wrap6 .mobile-content .content {
    /* display: none; */
    width: 100%;
    /* height: auto; */
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
  .wrap6 .mobile-content .content.active {
    max-height: 600px;
    visibility: visible;
    opacity: 1;
  }
  .wrap6 .mobile-content .swiper-2,
  .wrap6 .mobile-content .swiper-3,
  .wrap6 .mobile-content .swiper-4,
  .wrap6 .mobile-content .swiper-5 {
    height: 528rem;
  }
  .wrap6 .mobile-content .swiper-2 .swiper-pagination,
  .wrap6 .mobile-content .swiper-3 .swiper-pagination,
  .wrap6 .mobile-content .swiper-4 .swiper-pagination,
  .wrap6 .mobile-content .swiper-5 .swiper-pagination {
    bottom: 20rem;
  }
  .wrap6 .mobile-content .swiper-2 .swiper-pagination-bullet-active,
  .wrap6 .mobile-content .swiper-3 .swiper-pagination-bullet-active,
  .wrap6 .mobile-content .swiper-4 .swiper-pagination-bullet-active,
  .wrap6 .mobile-content .swiper-5 .swiper-pagination-bullet-active {
    background: #00a480;
  }
  .wrap6 .mobile-content .swiper-2 .step,
  .wrap6 .mobile-content .swiper-3 .step,
  .wrap6 .mobile-content .swiper-4 .step,
  .wrap6 .mobile-content .swiper-5 .step {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    padding-top: 29rem;
  }
  .wrap6 .mobile-content .swiper-2 .step .num,
  .wrap6 .mobile-content .swiper-3 .step .num,
  .wrap6 .mobile-content .swiper-4 .step .num,
  .wrap6 .mobile-content .swiper-5 .step .num {
    background: #f4f4f4;
    border-radius: 6.26024px;
    padding: 4px 17px;
    font-size: 16px;
    color: #00a480;
    line-height: 147.5%;
    margin: 16px 0 20px;
  }
  .wrap6 .mobile-content .swiper-2 .step p,
  .wrap6 .mobile-content .swiper-3 .step p,
  .wrap6 .mobile-content .swiper-4 .step p,
  .wrap6 .mobile-content .swiper-5 .step p {
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    color: #595959;
    line-height: 147.5%;
    /* 20.65px */
  }
  .wrap9 {
    margin-top: 154px;
    padding: 82px 0 80px;
    background: url("../../img/iphone-unlocker-en/wrap9-bg.webp") no-repeat center / cover;
  }
  .wrap9 .container {
    text-align: center;
  }
  .wrap9 .wrap-tit {
    margin: 24px 0 4px;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 143.4%;
  }
  .wrap9 .wrap-desc {
    color: #fff;
    font-size: 20px;
    line-height: 197.9%;
  }
  .wrap9 .btn-box {
    margin-top: 32px;
    justify-content: center;
  }
  .wrap9 .btn-box .btn {
    background: #fff;
    color: #00a480;
  }
  @media (max-width: 1300px) {
    .banner .flex-box .banner-right img {
      transform: translateX(0);
    }
  }
  @media (max-width: 1200px) {
    #en-body .container {
      width: 100%;
      padding: 0 15px;
    }
    .wrap6 .pc-content .content {
      width: 760px;
      padding: 28px 20px;
    }
    .wrap6 .pc-content .tab .item .text {
      font-size: 16px;
    }
    .wrap1 .honor-item .item-cont {
      width: 140px;
    }
    .banner .flex-box .banner-right img {
      width: 90%;
    }
    .wrap3 .swiper-slide .slide-new {
      display: none;
    }
    .wrap3 .swiper-slide img {
      width: 90%;
    }
    .wrap3 .wrap3-swiper .swiper-wrapper {
      column-gap: 6px;
    }
    .wrap4.reserve .wrap-left {
      flex: 0 0 440px;
    }
    .wrap4 .wrap-left {
      flex: 0 0 420px;
    }
    .wrap4 .wrap-right img {
      width: 90%;
    }
    .wrap4 .wrap-tit {
      font-size: 28px;
    }
    .wrap4 .wrap-desc {
      margin-top: 24px;
      font-size: 14px;
    }
    .wrap4 .wrap-list {
      font-size: 14px;
    }
    .wrap4 .wrap-text {
      margin: 12px 0 4px;
      font-size: 14px;
    }
    .wrap2 .wrap1-swiper .swiper-wrapper {
      column-gap: 10px;
    }
    .wrap2 .wrap1-swiper .column1 {
      flex: 0 0 478px;
    }
    .wrap2 .wrap1-swiper .column2 {
      gap: 25px 10px;
    }
    .wrap2 .swiper-slide.slide1 {
      width: 234px;
    }
    .wrap2 .swiper-slide.slide1 img {
      max-width: 100%;
    }
    .wrap2 .swiper-slide.slide2 {
      width: 234px;
    }
    .wrap2 .swiper-slide.slide2 img {
      max-width: 100%;
    }
    .wrap2 .swiper-slide.slide3 {
      width: 234px;
    }
    .wrap2 .swiper-slide.slide4 {
      width: 234px;
    }
    .wrap2 .swiper-slide.slide5 {
      width: 152px;
    }
    .wrap2 .swiper-slide.slide5 .slide-desc {
      font-size: 12px;
    }
    .wrap2 .swiper-slide.slide5 .slide-tit {
      font-size: 16px;
    }
    .wrap2 .swiper-slide.slide6 {
      width: 152px;
    }
    .wrap2 .swiper-slide.slide6 .slide-desc {
      font-size: 12px;
    }
    .wrap2 .swiper-slide.slide6 .slide-tit {
      font-size: 16px;
    }
    .wrap2 .swiper-slide.slide7 {
      width: 152px;
    }
    .wrap2 .swiper-slide.slide7 .slide-desc {
      font-size: 12px;
    }
    .wrap2 .swiper-slide.slide7 .slide-tit {
      font-size: 16px;
    }
  }
  @media (max-width: 996px) {
    .wrap1 .honor-list {
      flex-wrap: wrap;
      gap: 40px;
    }
    .wrap1 .honor-item {
      flex: 0 0 40%;
    }
    .wrap1 .honor-item .item-cont {
      width: 150px;
    }
    .wrap5 .swiper-slide {
      flex-direction: column;
    }
    .wrap5 .slide-right {
      margin-top: 40px;
      text-align: center;
    }
    .wrap5 .step-list .step-item {
      font-size: 20px;
    }
    .wrap6 .pc-content .content {
      width: 600px;
      height: 470px;
      padding: 28px 10px;
    }
    .wrap6 .pc-content .content .item .step img {
      width: 80%;
      height: auto;
    }
    .wrap2 .wrap1-swiper {
      padding-bottom: 50px;
      width: 60%;
      margin: 50px auto 0;
    }
    .wrap2 .wrap1-swiper .swiper-wrapper {
      gap: 0;
      height: 100%;
      flex-wrap: nowrap;
    }
    .wrap2 .swiper-slide {
      height: auto !important;
    }
    .wrap2 .swiper-slide .slide-info {
      padding: 20px !important;
    }
    .wrap2 .swiper-slide > img {
      display: none;
    }
    .wrap2 .swiper-slide .slide-tit {
      font-size: 20px !important;
    }
    .wrap2 .swiper-slide .slide-desc {
      font-size: 14px !important;
    }
  }
  @media (max-width: 768px) {
    .wrap1 {
      padding: 34px 0;
    }
    .wrap1 .honor-list {
      gap: 30px;
      justify-content: space-around;
    }
    .wrap1 .honor-item {
      flex: 0 0 31%;
      position: relative;
    }
    .wrap1 .honor-item .item-cont {
      width: 114px;
    }
    .wrap1 .honor-item .honor-num {
      font-size: 24px;
    }
    .wrap1 .honor-item .honor-tit {
      margin-top: 0;
      font-size: 12px;
    }
    .wrap1 .honor-item::after {
      position: absolute;
      right: -26px;
      width: 28px;
      height: 58px;
    }
    .wrap1 .honor-item::before {
      position: absolute;
      left: -26px;
      width: 28px;
      height: 58px;
    }
    .banner {
      padding: 68px 0 28px;
      background: linear-gradient(180deg, #358781 0%, #27b19d 100%);
    }
    .banner .flex-box {
      flex-direction: column;
    }
    .banner .flex-box .banner-right {
      text-align: center;
    }
    .banner .flex-box .banner-right img {
      width: 100%;
      margin-top: 56px;
    }
    .banner .flex-box .banner-left {
      flex: 1;
    }
    .banner .banner-tip {
      font-size: 42px;
    }
    .banner .banner-tip img {
      width: 36px;
      height: 36px;
    }
    .banner .banner-title {
      font-size: 42px;
    }
    .banner .banner-desc {
      font-size: 18px;
      margin: 16px 0;
    }
    .banner .banner-list {
      font-size: 14px;
      line-height: 180%;
    }
    .banner-btn {
      justify-content: center;
    }
    .banner-btn_item {
      flex-direction: column;
      row-gap: 18px;
    }
    .banner-btn_item a {
      width: 242px;
      height: 64px;
      padding: 0;
    }
    .btn-box {
      column-gap: 24px;
    }
    .btn-box .btn {
      width: 160px;
      height: 48px;
      font-size: 14px;
      column-gap: 4px;
    }
    .btn-box .btn-win .iconfont {
      font-size: 16px;
    }
    .btn-box .btn-mac .iconfont {
      font-size: 20px;
    }
    .wrap3 {
      margin-top: 80px;
    }
    .wrap3 .wrap-tit {
      font-size: 32px;
    }
    .wrap3 .wrap-desc {
      font-size: 14px;
      margin: 26px 0 0;
    }
    .wrap3 .wrap-notice {
      padding: 16px;
      width: 100%;
      margin: 28px auto 36px;
    }
    .wrap3 .wrap3-swiper {
      overflow: hidden;
      padding: 40px;
    }
    .wrap3 .wrap3-swiper .swiper-wrapper {
      column-gap: 0;
    }
    .wrap3 .swiper-slide {
      flex: none;
      text-align: center;
    }
    .wrap3 .swiper-slide .slide-new {
      display: block;
      width: 200px;
    }
    .wrap3 .swiper-slide img {
      width: 100%;
      max-width: 216px;
      margin: 0 auto;
    }
    .wrap4 {
      margin-top: 60px;
    }
    .wrap4.reserve .flex-box {
      flex-direction: column;
    }
    .wrap4.reserve .wrap-left {
      flex: 1;
    }
    .wrap4 .flex-box {
      flex-direction: column;
    }
    .wrap4 .wrap-left {
      flex: 1;
      margin-top: 0;
    }
    .wrap4 .wrap-desc {
      margin-top: 12px;
    }
    .wrap4 .wrap-list {
      margin: 12px 0 0 20px;
    }
    .wrap4 .btn-box {
      margin-top: 24px;
    }
    .wrap4 .wrap-right {
      text-align: center;
    }
    .wrap4 .wrap-right img {
      width: 100%;
      margin-top: 36px;
    }
    .wrap5 {
      margin-top: 62px;
      padding: 44px 0 58px;
      background: linear-gradient(180deg, #358781 0%, #27b19d 100%);
    }
    .wrap5 .wrap-tit {
      font-size: 32px;
    }
    .wrap5 .step-list {
      border-radius: 10px 10px 0 0;
    }
    .wrap5 .step-list .step-item {
      font-size: 14px;
      padding: 12px 16px;
    }
    .wrap5 .wrap5-swiper {
      border-radius: 0 0 10px 10px;
      padding: 16px 12px 34px;
    }
    .wrap5 .wrap-cont {
      margin-top: 32px;
    }
    .wrap5 .swiper-slide .slide-desc {
      font-size: 14px;
    }
    .wrap5 .swiper-slide .slide-list {
      font-size: 14px;
      margin: 8px 0 26px 20px;
    }
    .wrap5 .swiper-slide .slide-right {
      display: none;
    }
    .wrap6 {
      margin-top: 34px;
    }
    .wrap6 .wrap-tit {
      display: none;
    }
    .wrap9 {
      margin-top: 100px;
      background: linear-gradient(180deg, #2fae9f 0%, #27b19d 100%);
      padding: 76px 0 90px;
    }
    .wrap9 .wrap-tit {
      font-size: 32px;
      margin: 16px 0;
    }
    .wrap9 .wrap-desc {
      font-size: 16px;
    }
    .wrap9 .btn-box {
      margin-top: 20px;
    }
    .wrap2 .wrap-tit {
      font-size: 32px;
    }
    .wrap2 .wrap1-swiper {
      width: 100%;
    }
    .wrap2 .swiper-slide .slide-tit {
      font-size: 18px !important;
    }
    .wrap2 .btn-box {
      margin-top: 32px;
    }
  }
  .toggle {
    margin-top: 32px;
    width: 156px;
    position: relative;
    z-index: 2;
    height: 30px;
    background: rgba(234, 234, 234, 0.69);
    border-radius: 20px;
  }
  .toggle .icon-windows {
    font-size: 14px;
  }
  .toggle .toggle-choose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
  }
  .toggle .toggle-choose_btn {
    width: 74px;
    color: #2d2d2d;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    gap: 4px;
  }
  .toggle .current_active {
    position: absolute;
    content: "";
    width: 74px;
    height: 24px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
    background: #fff;
    z-index: 1;
    transition: all 0.5s;
  }
  @media (max-width: 768px) {
    .toggle {
      margin: 18px auto;
    }
  }
  .banner-btn_item a .icon-mac {
    font-size: 30px;
  }
  