#en-body .container {
    max-width: 1200px;
    padding: 0;
    width: 1200px;
  }
  .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: 500;
    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;
  }
  .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;
    }
  }
  .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;
    }
  }
  .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;
  }
  .banner-btn {
    margin: 46px 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_item a .icon-mac {
    font-size: 30px;
  }
  .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: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
  }
  .banner-btn_buy::after {
    content: "50% 0FF";
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: -14px;
    position: absolute;
    width: 94px;
    padding-bottom: 8px;
    box-sizing: border-box;
    height: 39px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: url("../../img/activation-lock-bypasser-en/sale.png") no-repeat center / cover;
  }
  .banner {
    padding: 100px 0;
    background: url("../../img/activation-lock-bypasser-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 604px;
  }
  .banner .flex-box .banner-right {
    flex: 1;
    text-align: end;
  }
  .banner .flex-box .banner-right img {
    margin-top: 36px;
    transform: translateX(100px);
  }
  .banner .banner-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
  }
  .banner .banner-desc {
    margin: 22px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }
  .banner .banner-list {
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 230.188%;
  }
  .banner .banner-list li {
    list-style: disc;
  }
  .banner .banner-list li::marker {
    color: #15ffcc;
  }
  .swiper-pagination-bullet {
    background: #c3f0e9;
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #25bca2;
  }
  .wrap1 {
    margin-top: 180px;
  }
  .wrap1 .wrap-tit {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 143.4%;
  }
  .wrap1 .wrap-desc {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin: 32px 0 52px;
  }
  .wrap1 .wrap1-swiper {
    position: relative;
  }
  .wrap1 .wrap1-swiper .swiper-wrapper {
    gap: 42px 52px;
    flex-wrap: wrap;
    width: 100%;
    height: 646px;
  }
  .wrap1 .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    width: 260px;
    height: 302px;
    padding: 32px 36px 0;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.3s;
  }
  .wrap1 .swiper-slide:hover {
    transform: translateY(-8px);
  }
  .wrap1 .swiper-slide .slide-tit {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
  }
  .wrap1 .swiper-slide.slide1 {
    background: linear-gradient(180deg, rgba(240, 251, 255, 0.6) 0%, rgba(224, 244, 244, 0.6) 100%), #fff;
  }
  .wrap1 .swiper-slide.slide2 {
    background: linear-gradient(180deg, #fef1c3 0%, #ffe3bb 100%);
  }
  .wrap1 .swiper-slide.slide3 {
    background: linear-gradient(180deg, rgba(240, 251, 255, 0.6) 0%, rgba(224, 244, 244, 0.6) 100%), linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(180deg, #beeaf6 0%, #bdddf9 100%);
  }
  .wrap1 .swiper-slide.slide4 {
    background: linear-gradient(180deg, #c2f6cc 0%, #aaf2cc 100%), linear-gradient(180deg, #beeaf6 0%, #bdddf9 100%);
  }
  .wrap1 .swiper-slide.slide5 {
    background: linear-gradient(180deg, #beeaf6 0%, #bdddf9 100%);
  }
  .wrap1 .swiper-slide.slide6 {
    background: linear-gradient(180deg, rgba(240, 251, 255, 0.6) 0%, rgba(224, 244, 244, 0.6) 100%), #fff;
  }
  .wrap1 .swiper-slide.slide7 {
    background: linear-gradient(180deg, #ebddfa 0%, #d8ddf7 100%), linear-gradient(180deg, #beeaf6 0%, #bdddf9 100%);
  }
  .wrap1 .swiper-slide.slide8 {
    background: linear-gradient(180deg, rgba(240, 251, 255, 0.6) 0%, rgba(224, 244, 244, 0.6) 100%), linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(180deg, #beeaf6 0%, #bdddf9 100%);
  }
  .wrap1 .btn-box {
    margin: 48px 0;
    justify-content: center;
  }
  .wrap1 .notice {
    border-radius: 14px;
    background: #f6fdff;
    padding: 18px 108px 26px 26px;
  }
  .wrap1 .notice .notice-tit {
    color: #000;
    font-size: 18px;
    line-height: 197.9%;
  }
  .wrap1 .notice .notice-tit::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    background: url("../../img/activation-lock-bypasser-en/notice.svg") 100% / 100% no-repeat;
    margin-right: 12px;
  }
  .wrap1 .notice .notice-desc {
    margin-left: 14px;
    color: #595959;
    font-size: 12px;
    line-height: 220.4%;
  }
  .wrap1 .notice .notice-desc li {
    list-style: decimal;
  }
  .wrap2 {
    position: relative;
    z-index: 1;
    padding: 270px 0 0;
    background: url("../../img/activation-lock-bypasser-en/wrap2-bg.png") no-repeat center;
    background-size: 1920px 1186px;
  }
  .wrap2 .wrap-tit {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 143.4%;
  }
  .wrap2 .btn-box {
    justify-content: center;
    margin: 40px 0 56px;
  }
  .wrap2 .btn-box .btn {
    background: #fff;
    color: #00784c;
  }
  .wrap2 .wrap2-swiper {
    margin-top: 56px;
    position: relative;
  }
  .wrap2 .wrap2-swiper .swiper-wrapper {
    flex-wrap: wrap;
    gap: 40px 48px;
    height: 830px;
    width: 100%;
  }
  .wrap2 .swiper-slide {
    width: 576px;
    height: 395px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    background: #ebfcf1;
    box-shadow: 0 4px 24px 0 rgba(32, 123, 88, 0.26);
  }
  .wrap2 .swiper-slide:nth-child(2),
  .wrap2 .swiper-slide:nth-child(3) {
    background: #fff;
  }
  .wrap2 .swiper-slide:nth-child(2) .slide-info {
    padding: 30px 0 0;
  }
  .wrap2 .swiper-slide:nth-child(2) img {
    margin-left: auto;
    margin-bottom: 32px;
  }
  .wrap2 .swiper-slide:nth-child(3) img {
    margin-bottom: 60px;
  }
  .wrap2 .swiper-slide .slide-info {
    text-align: center;
    padding: 30px 80px 0;
  }
  .wrap2 .swiper-slide .slide-tit {
    color: #29956b;
    font-size: 20px;
    font-weight: 600;
    line-height: 180%;
  }
  .wrap2 .swiper-slide .slide-desc {
    color: #222228;
    font-size: 16px;
    line-height: 180%;
  }
  .wrap3 {
    padding: 360px 0 86px;
    margin-top: -222px;
    background: #f5fff9;
  }
  .wrap3 .flex-box {
    display: flex;
    justify-content: space-between;
  }
  .wrap3 .flex-box .wrap-left {
    flex: 0 0 574px;
  }
  .wrap3 .flex-box .wrap-right {
    flex: 1;
    transform: translateX(100px);
    text-align: end;
  }
  .wrap3 .wrap-tit {
    max-width: 356px;
    margin-top: 88px;
    color: #000;
    font-size: 52px;
    font-weight: 600;
    line-height: 143.4%;
  }
  .wrap3 .wrap-list {
    margin-top: 26px;
  }
  .wrap3 .wrap-list .wrap-item {
    margin-top: 24px;
    display: flex;
    align-items: center;
    column-gap: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #b6cac0;
    background: #fff;
  }
  .wrap3 .wrap-list .item-text {
    color: #131313;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
  }
  .wrap3 .btn-box {
    justify-content: center;
    margin-top: 60px;
  }
  .wrap4 {
    margin-top: 120px;
  }
  .wrap4 .wrap-tit {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 143.4%;
  }
  .wrap4 .step-cont {
    display: flex;
    margin-top: 62px;
  }
  .wrap4 .step-cont .step-list {
    display: flex;
    flex-direction: column;
    flex: 0 0 270px;
    border-radius: 16px 0 0 16px;
    background: #fff;
    box-shadow: 0 0 21px 0 rgba(19, 141, 142, 0.15);
    overflow: hidden;
  }
  .wrap4 .step-cont .step-swiper {
    position: relative;
    overflow: hidden;
    flex: 1;
    border-radius: 0 16px 16px 0;
    background: #fff;
    box-shadow: 0 0 21px 0 rgba(19, 141, 142, 0.15);
  }
  .wrap4 .step-cont .step-item {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    line-height: 143.4%;
    transition: all 0.3s;
  }
  .wrap4 .step-cont .step-item.active {
    background: linear-gradient(90deg, #3085b6 19.97%, #32bcb4 104.87%);
    color: #fff;
  }
  .wrap4 .step-cont .step-item:nth-child(n + 2)::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 90%;
    background: rgba(49, 183, 180, 0.21);
  }
  .wrap4 .mb-style {
    display: none;
  }
  .wrap4 .swiper-slide {
    padding: 48px 96px;
    text-align: center;
  }
  .wrap4 .swiper-slide .slide-desc {
    margin-top: 20px;
    color: #595959;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 147.5%;
  }
  .wrap4 .swiper-slide .slide-desc a {
    color: #00a480;
  }
  .wrap4 .btn-box {
    justify-content: center;
    margin: 70px 0;
  }
  .wrap4 .wrap-disclaimer {
    position: relative;
    max-width: 1166px;
    margin-left: auto;
    padding: 8px 84px 18px 44px;
    border-radius: 10px;
    background: linear-gradient(0deg, #f6fdff 0%, #f6fdff 100%), #fff;
  }
  .wrap4 .wrap-disclaimer::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: -1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #b0d5ff;
  }
  .wrap4 .wrap-disclaimer::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -6px;
    width: 45px;
    height: 37px;
    background: url("../../img/activation-lock-bypasser-en/line.png") no-repeat;
    background-size: 100% 100%;
  }
  .wrap4 .wrap-disclaimer .disclaimer-tit {
    color: #000;
    font-size: 18px;
    line-height: 197.9%;
  }
  .wrap4 .wrap-disclaimer .disclaimer-desc {
    color: #595959;
    font-size: 12px;
    line-height: 220.4%;
  }
  .wrap5 {
    margin-top: 154px;
    padding: 78px 0 98px;
    background: url("../../img/activation-lock-bypasser-en/wrap5-bg.webp") no-repeat center / cover;
  }
  .wrap5 .container {
    text-align: center;
  }
  .wrap5 .wrap-tit {
    margin: 34px 0 18px;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 143.4%;
  }
  .wrap5 .wrap-desc {
    color: #fff;
    font-size: 18px;
    line-height: 197.9%;
  }
  .wrap5 .btn-box {
    margin-top: 48px;
    justify-content: center;
  }
  @media (max-width: 1600px) {
    .banner .flex-box .banner-right img {
      transform: translateX(0);
    }
  }
  @media (max-width: 1500px) {
    .wrap3 .flex-box .wrap-left {
      flex: 0 0 480px;
    }
    .wrap3 .flex-box .wrap-right {
      transform: translateX(40px);
    }
  }
  @media (max-width: 1400px) {
    .banner .flex-box .banner-right img {
      width: 90%;
    }
  }
  @media (max-width: 1300px) {
    .wrap3 .flex-box .wrap-right {
      transform: translateX(0);
    }
  }
  @media (max-width: 1200px) {
    #en-body .container .container {
      width: 100%;
      padding: 0 15px;
    }
    .banner .flex-box .banner-left {
      flex: 0 0 450px;
    }
    .banner .banner-list {
      font-size: 14px;
    }
    .banner .banner-desc {
      font-size: 18px;
    }
    .banner .banner-title {
      font-size: 42px;
    }
    .wrap1 .wrap1-swiper .swiper-wrapper {
      justify-content: space-between;
      gap: 30px 36px;
    }
    .wrap1 .swiper-slide {
      width: 210px;
      height: 280px;
      padding: 18px 10px 0;
      align-items: center;
    }
    .wrap2 .wrap2-swiper .swiper-wrapper {
      gap: 40px 16px;
    }
    .wrap2 .swiper-slide {
      width: 466px;
    }
    .wrap2 .swiper-slide:nth-child(2) img {
      width: 90%;
      height: auto;
    }
    .wrap2 .swiper-slide:nth-child(3) img {
      width: 90%;
      height: auto;
    }
    .wrap3 .flex-box .wrap-right {
      display: flex;
      align-items: center;
      justify-content: end;
    }
    .wrap3 .flex-box .wrap-right img {
      width: 95%;
      height: auto;
    }
  }
  @media (max-width: 996px) {
    .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: left;
    }
    .banner .flex-box .banner-right img {
      width: 70%;
      margin-top: 56px;
    }
    .banner .flex-box .banner-left {
      flex: 1;
    }
    .banner .banner-title {
      font-size: 42px;
    }
    .banner .banner-desc {
      font-size: 18px;
      margin: 16px 0;
    }
    .banner .banner-list {
      font-size: 14px;
      line-height: 180%;
    }
    .wrap4 .swiper-slide {
      padding: 24px;
    }
    .wrap4 .step-cont .step-list {
      flex: 0 0 200px;
    }
    .wrap4 .wrap-disclaimer {
      width: 96%;
    }
    .wrap1 .wrap1-swiper .swiper-wrapper {
      height: 490px;
    }
    .wrap1 .swiper-slide {
      width: 160px;
      height: 230px;
    }
    .wrap1 .swiper-slide .slide-tit {
      font-size: 14px;
    }
    .wrap1 .swiper-slide img {
      width: 90%;
      height: auto;
    }
    .wrap2 {
      margin-top: 114px;
      padding: 62px 0 38px;
      background: #29956b;
    }
    .wrap2 .wrap2-swiper {
      overflow: hidden;
      padding-bottom: 40px;
    }
    .wrap2 .wrap2-swiper .swiper-wrapper {
      height: 100%;
      flex-wrap: nowrap;
      gap: 0;
    }
    .wrap2 .swiper-slide {
      height: auto;
    }
    .wrap3 {
      margin-top: 0;
      padding: 100px 0 86px;
    }
  }
  @media (max-width: 768px) {
    .banner-btn {
      justify-content: center;
    }
    .banner-btn_item {
      flex-direction: column;
      row-gap: 18px;
    }
    .banner-btn_item a {
      width: 242px;
      height: 64px;
      padding: 0;
    }
    .banner-btn_buy {
      background: #1f5d55;
    }
    .banner-btn_buy::after {
      width: 74px;
      height: 30px;
      font-size: 12px;
      top: -12px;
      right: -12px;
    }
    .toggle {
      margin: 18px auto;
    }
    .btn-box {
      column-gap: 24px;
    }
    .btn-box .btn {
      width: 160px;
      height: 48px;
      font-size: 14px;
    }
    .btn-box .btn-win .iconfont {
      font-size: 18px;
    }
    .banner {
      padding: 54px 0 80px;
      background: linear-gradient(180deg, #1e5952 0%, #247c73 100%);
    }
    .banner .flex-box .banner-right {
      text-align: center;
    }
    .banner .flex-box .banner-right img {
      width: 100%;
    }
    .wrap1 {
      margin-top: 92px;
    }
    .wrap1 .wrap-tit {
      font-size: 32px;
    }
    .wrap1 .wrap-desc {
      font-size: 16px;
      margin: 22px 0 40px;
    }
    .wrap1 .wrap1-swiper {
      padding: 0 42px 40px;
      position: relative;
      overflow: hidden;
    }
    .wrap1 .wrap1-swiper .swiper-wrapper {
      height: 100%;
      gap: 0;
      flex-wrap: nowrap;
    }
    .wrap1 .swiper-slide {
      height: auto;
      padding: 32px 36px 0;
    }
    .wrap1 .swiper-slide .slide-tit {
      font-size: 18px;
      margin-bottom: 22px;
    }
    .wrap1 .swiper-slide img {
      width: 83%;
    }
    .wrap1 .notice {
      padding: 20px 16px;
    }
    .wrap2 .wrap-tit {
      font-size: 32px;
    }
    .wrap2 .swiper-slide .slide-info {
      padding: 30px 22px 0;
    }
    .wrap2 .swiper-slide .slide-tit {
      font-size: 16px;
    }
    .wrap2 .swiper-slide .slide-desc {
      font-size: 14px;
    }
    .wrap2 .swiper-pagination-bullet {
      background: rgba(195, 240, 233, 0.34);
    }
    .wrap2 .swiper-pagination-bullet-active {
      background: #c3f0e9;
    }
    .wrap3 .flex-box .wrap-left {
      flex: 1;
    }
    .wrap3 .flex-box .wrap-right {
      display: none;
    }
    .wrap3 .wrap-tit {
      font-size: 32px;
      margin-top: 0;
      max-width: 100%;
      text-align: center;
      padding: 0 10px;
    }
    .wrap3 .wrap-list .wrap-item {
      margin-top: 12px;
    }
    .wrap3 .wrap-list .item-text {
      font-size: 16px;
    }
    .wrap3 .btn-box {
      margin-top: 46px;
    }
    .wrap4 {
      margin-top: 64px;
    }
    .wrap4 .wrap-tit {
      font-size: 32px;
    }
    .wrap4 .wrap-disclaimer {
      width: 100%;
      padding: 24px 18px 32px;
    }
    .wrap4 .wrap-disclaimer::before,
    .wrap4 .wrap-disclaimer::after {
      content: none;
    }
    .wrap4 .wrap-disclaimer .disclaimer-tit {
      font-size: 16px;
    }
    .wrap4 .btn-box {
      margin: 48px 0;
    }
    .wrap4 .mb-style {
      display: block;
    }
    .wrap4 .pc-style {
      display: block;
    }
    .wrap4 .step-box {
      background: #fff;
      box-shadow: 0 0 21px 0 rgba(19, 141, 142, 0.15);
    }
    .wrap4 .step-box .step-item {
      display: flex;
      flex-direction: column;
    }
    .wrap4 .step-box .step-item:nth-child(n + 2)::before {
      width: 100%;
    }
    .wrap4 .step-box .step-item.is-active .step-top {
      background: linear-gradient(90deg, #3085b6 19.97%, #32bcb4 104.87%);
      color: #fff;
    }
    .wrap4 .step-box .step-item.is-active .step-bottom {
      max-height: 800px;
      overflow: hidden;
      visibility: visible;
      opacity: 1;
    }
    .wrap4 .step-box .step-bottom {
      max-height: 0;
      visibility: hidden;
      opacity: 0;
      text-align: center;
      transition: all 0.3s;
    }
    .wrap4 .step-box .step-bottom img {
      margin-top: 16px;
    }
    .wrap4 .step-box .step-bottom .step-desc {
      margin: 32px 0 46px;
      color: #595959;
      font-size: 12px;
      font-weight: 300;
      line-height: 147.5%;
      padding: 0 20px;
    }
    .wrap4 .step-box .step-bottom .step-desc a {
      color: #00a480;
    }
    .wrap4 .step-box .step-top {
      width: 100%;
      padding: 28px 0;
      color: #333;
      text-align: center;
      font-size: 16px;
      line-height: 143.4%;
    }
    .wrap4 .step-cont {
      margin-top: 50px;
    }
    .wrap5 {
      padding: 50px 0 74px;
      background: #0a2623;
      margin-top: 64px;
    }
    .wrap5 .wrap-tit {
      font-size: 32px;
    }
    .wrap5 .wrap-desc {
      font-size: 14px;
    }
    .wrap5 .btn-box {
      margin-top: 34px;
    }
  }
  