.banner-install {
  padding: 54px 0;
  background: url('../img/install/install-revision-bg.png') no-repeat top;
}
.banner-install .banner_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-install .content_left {
  flex: 0 0 606px;
  line-height: 1.5;
}
.banner-install .content_left .left_title {
  color: #00A976;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
}
.banner-install .content_left .left_particulars {
  color: #565656;
  font-size: 18px;
  margin: 16px 0 30px 0;
}
.banner-install .content_left .left-btns {
  display: flex;
}
.banner-install .content_left .left-btns a {
  padding: 20px 25px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #22ca79 0%, #00bb85 100%);
  margin-right: 18px;
  border-radius: 31px;
}
.banner-install .content_left .left-btns a:hover {
  background-image: linear-gradient(90deg, #0a8454 0%, #11bbc9 100%);
}
.banner-install .content_right {
  position: relative;
  flex: 0 0 520px;
  height: 310px;
}
.banner-install .content_right iframe {
  border-radius: 13px;
  box-shadow: 0 0 20px 0 rgba(0, 125, 80, 0.38);
}
.banner-install .content_right .icon {
  position: absolute;
}
.banner-install .content_right .icon1 {
  top: -25px;
  left: -50px;
}
.banner-install .content_right .icon2 {
  bottom: 00px;
  right: -70px;
}
@media (max-width: 768px) {
  .banner-install {
    padding: 34rem 0;
    background: linear-gradient(0deg, #EEFFF9 0%, #EEFFF9 100%), linear-gradient(86deg, #DFFFEA 2.55%, #FBFFE9 49.23%, #EEFFF3 94.99%);
    text-align: center;
  }
  .banner-install .banner_content {
    flex-direction: column;
  }
  .banner-install .content_left {
    flex: unset;
    width: 100%;
  }
  .banner-install .content_left .left_title {
    font-size: 24rem;
    padding: 0 10rem;
  }
  .banner-install .content_left .left_particulars {
    font-size: 16rem;
    margin: 25rem 0;
  }
  .banner-install .content_left .left-btns {
    width: 100%;
    justify-content: space-evenly;
  }
  .banner-install .content_left .left-btns a {
    width: 138rem;
    font-size: 11rem;
    padding: 10rem 0;
    margin-right: 0;
    border-radius: 19rem;
  }
  .banner-install .content_right {
    margin-top: 40rem;
    flex: unset;
    width: 90%;
    height: 180rem;
  }
  .banner-install .content_right .icon1 {
    width: 35rem;
    height: auto;
    top: -15rem;
    left: -23rem;
  }
  .banner-install .content_right .icon2 {
    width: 45rem;
    height: auto;
    bottom: 5rem;
    right: -26rem;
  }
}
.video-dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.video-dialog.show {
  display: flex;
}
.video-dialog .video-container {
  padding-top: 20px;
  background-color: #fff;
}
.video-dialog .video-container .video-content {
  width: 800px;
  height: 400px;
  margin-bottom: 20px;
}
.video-dialog .video-container .video-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #f1f1f1;
  padding: 20px;
}
.video-dialog .video-container .video-footer_close {
  display: inline-block;
  line-height: 1.6;
  color: #22ca79;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 25px;
  border: 1px solid #22ca79;
  border-radius: 4px;
  cursor: pointer;
}
.wrapper-1 {
  padding: 110px 0;
  overflow: hidden;
}
.wrapper-1 .wrapper-title {
  display: block;
  color: #080f30;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.wrapper-1 .wrapper-text {
  display: block;
  color: #565656;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
.wrapper-1 .wrapper-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 102px;
  background: #f3fff9;
  padding: 18px 20px;
  margin-bottom: 80px;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto 80px auto;
}
.wrapper-1 .wrapper-item {
  position: relative;
  height: 65px;
  line-height: 51px;
  text-indent: 62px;
  color: #565656;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 17px;
  border-radius: 10px;
  cursor: pointer;
}
.wrapper-1 .wrapper-item.active {
  color: #fff;
  background: linear-gradient(270deg, #04b570 0%, #22d655 100%);
}
.wrapper-1 .wrapper-item::before {
  content: '';
  position: absolute;
  left: 18px;
  width: 55px;
  height: 55px;
  background-image: url('../img/install/sprite.png');
  background-size: 367px auto;
}
.wrapper-1 .item1::before {
  background-position: -62px 2px;
}
.wrapper-1 .item2::before {
  background-position: -123px 2px;
}
.wrapper-1 .item3::before {
  background-position: 1px 2px;
}
.wrapper-1 .item4::before {
  background-position: -185px 2px;
}
.wrapper-1 .item5::before {
  background-position: -246px 2px;
}
.wrapper-1 .item6::before {
  background-position: -308px 2px;
}
.wrapper-1 .wrapper-switch {
  position: relative;
  width: fit-content;
  display: flex;
  margin: 0 auto;
  padding: 4px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 0 18px 4px rgba(51, 64, 88, 0.08);
  margin-bottom: 30px;
}
.wrapper-1 .wrapper-switch .switch-title {
  position: relative;
  z-index: 10;
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #565656;
  border-radius: 40px;
  cursor: pointer;
  transition: all 500ms;
}
.wrapper-1 .wrapper-switch .switch-title.active {
  color: #fff;
}
.wrapper-1 .wrapper-switch .switch-slide {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 180px;
  height: 48px;
  border-radius: 40px;
  background: linear-gradient(90deg, #22d654 0%, #03b56f 100%);
  z-index: 1;
  transition: all 500ms;
}
.wrapper-1 .wrapper-switch .switch-slide.active {
  left: 184px;
}
.wrapper-1 .wrapper-switch .bundles-tips {
  position: absolute;
  top: -66px;
  right: -35px;
  width: 145px;
  height: 70px;
  background: url(../img/bg-bundles-tip.svg) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper-1 .wrapper-switch .bundles-tips .tips-bold {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.wrapper-1 .wrapper-switch .bundles-tips .tips-lighter {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  margin-top: -10px;
}
.wrapper-1 .wrapper-all-introduce {
  margin: 10px auto 50px;
  text-align: center;
  display: none;
}
.wrapper-1 .wrapper-all-introduce .introduce-title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.wrapper-1 .wrapper-all-introduce .introduce-title img {
  margin-right: 15px;
}
.wrapper-1 .wrapper-all-introduce .introduce-desc {
  line-height: 2;
  font-size: 20px;
}
.wrapper-1 .wrapper-all-introduce .introduce-desc span{
  font-weight: 700;
  color: #00BA84;
}
.wrapper-1 .wrapper_desc {
  color: #565656;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 10px 0 50px;
  text-align: center;
}
.wrapper-1 .wrapper-content {
  display: none;
}
.wrapper-1 .wrapper-content.active {
  display: block;
}
.wrapper-1 .content-inner {
  display: none;
  justify-content: center;
}
.wrapper-1 .content-inner.top {
  align-items: flex-start;
  gap: 55px;
}
.wrapper-1 .content-inner.center {
  align-items: flex-start;
  gap: 30px;
}
.wrapper-1 .content-inner.active {
  display: flex;
}
.wrapper-1 .content-item {
  position: relative;
  border-radius: 28px;
  border: 1px solid #24ca89;
}
.wrapper-1 .content-item.month {
  width: 350px;
}
.wrapper-1 .content-item.month .item-top::before {
  top: 70%;
  width: 90%;
  height: 120px;
}
.wrapper-1 .content-item.lifetime {
  width: 365px;
  border-color: #0096ff;
}
.wrapper-1 .content-item.lifetime .item-top {
  background-image: url('../img/buy-blue.png');
}
.wrapper-1 .content-item.lifetime .item-price::before {
  background: #44b2ff;
}
.wrapper-1 .content-item.lifetime .item-buy {
  color: #0096ff;
}
.wrapper-1 .content-item.lifetime .item-buy:hover {
  background: linear-gradient(90deg, #d0ecff 0%, #f3faff 100%);
}
.wrapper-1 .content-item.lifetime .item-top::before {
  top: 70%;
  width: 90%;
  height: 120px;
}
.wrapper-1 .content-item.bundles {
  width: 350px;
}
.wrapper-1 .content-item.bundles .item-tag {
  top: -100px;
}
.wrapper-1 .content-item.bundles .item-top::before {
  width: 100%;
  height: 120px;
}
.wrapper-1 .content-item.year {
  width: 482px;
}
.wrapper-1 .content-item.year .item-top {
  padding-bottom: 70px;
}
.wrapper-1 .content-item.year .item-top::before {
  width: 95%;
  height: 140px;
}
.wrapper-1 .content-item.year .item-include {
  width: 86%;
}
.wrapper-1 .content-item.allinone {
  width: 482px;
}
.wrapper-1 .content-item.allinone .item-top::before {
  width: 90%;
  height: 130px;
}
.wrapper-1 .content-item.allinone .item-title {
  box-sizing: border-box;
  padding: 0 50px;
}
.wrapper-1 .content-item.allinone .item-include {
  width: 88%;
}
.wrapper-1 .item-tag {
  position: absolute;
  z-index: 10;
  top: -50px;
  right: -50px;
  width: 135px;
  height: 135px;
  background: url(../img/bg-tag.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper-1 .item-tag .tag-bold {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.wrapper-1 .item-tag .tag-lighter {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.wrapper-1 .item-top {
  position: relative;
  border-radius: 24px;
  padding: 15px 10px;
  background: url('../img/buy-green.png') center no-repeat;
  background-size: 102% 100%;
  background-position: 0 -12px;
  padding-bottom: 60px;
  z-index: 2;
}
.wrapper-1 .item-top::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/bg-buy-star.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
.wrapper-1 .item-best-seller {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url('../img/buy-absolute.png') center no-repeat;
  background-size: 100% 100%;
  padding: 11px 37px;
  color: #f67600;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.wrapper-1 .item-title {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 70px;
  font-size: 22px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.wrapper-1 .item-desc {
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.wrapper-1 .item-price {
  position: relative;
  z-index: 1;
  width: fit-content;
  display: block;
  font-size: 44px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 12px;
}
.wrapper-1 .item-price::before {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 12px;
  background: #3fe3a3;
  z-index: -1;
}
.wrapper-1 .item-cover {
  display: block;
  margin: 24px auto 12px;
}
.wrapper-1 .item-old-price-tax {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  margin: 20px 0;
}
.wrapper-1 .item-old-price {
  font-weight: bold;
  text-decoration: line-through;
}
.wrapper-1 .item-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 180px;
  height: 44px;
  background: #fff;
  border-radius: 40px;
  margin: 12px auto;
  font-weight: bold;
  color: #1cb579;
}
.wrapper-1 .item-buy .iconfont {
  font-weight: normal;
  font-size: 22px;
  transform: translateY(1px);
}
.wrapper-1 .item-buy:hover {
  background: linear-gradient(90deg, #ccf4e4 0%, #f4fffb 100%);
}
.wrapper-1 .item-list {
  padding: 20px 35px;
}
.wrapper-1 .item-list_li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #7a7a7a;
  padding: 15px 0;
}
.wrapper-1 .item-list_li::before {
  flex-shrink: 0;
  background: url(../img/tick.png) center no-repeat;
  background-size: 100% 100%;
  content: '';
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
}
.wrapper-1 .item-include {
  position: relative;
  top: -30px;
  z-index: 10;
  width: 94%;
  padding: 12px 12px 0;
  margin: -25px auto;
  border-radius: 15px;
  background: #f2f9f5;
}
.wrapper-1 .item-include_title {
  width: fit-content;
  display: block;
  border-radius: 12px 0px;
  background: #1cb579;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin: 0 auto 12px;
  padding: 6px 24px;
}
.wrapper-1 .item-include_list {
  margin-bottom: 8px;
}
.wrapper-1 .item-include_list .include-list_li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #7a7a7a;
  padding: 10px 0;
}
.wrapper-1 .item-include_list .include-list_li .li-title {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  color: #7a7a7a;
}
.wrapper-1 .item-include_list .include-list_li .li-price {
  font-size: 14px;
  line-height: 1.5;
  color: #606060;
}
.wrapper-1 .item-include_list .include-list_li::before {
  flex-shrink: 0;
  background: url(../img/tick.png) center no-repeat;
  background-size: 100% 100%;
  content: '';
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
}
.wrapper-1 .item-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 22px 0;
}
.wrapper-1 .item-btns_buy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 180px;
  height: 44px;
  background: #47b875;
  border-radius: 40px;
  font-weight: bold;
  color: #fff;
  transition: background 0.5s;
}
.wrapper-1 .item-btns_buy .iconfont {
  font-weight: normal;
  font-size: 22px;
  transform: translateY(1px);
}
.wrapper-1 .item-btns_buy:hover {
  background: #036c4e;
}
.wrapper-2 .titel {
  font-weight: 700;
  font-size: 35px;
  line-height: 146%;
  text-align: center;
  color: #080f30;
  margin-bottom: 42px;
}
.wrapper-2 .wrapper-3-logo {
  display: block;
  margin: 0 auto 120px;
}
.wrapper-2 .note {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #f1f8f8;
  border-radius: 30px;
  background-color: #e6fcf4;
  border: 10px solid #fff;
  box-shadow: 0 0 10px 0 rgba(39, 152, 147, 0.08);
  padding: 50px 30px;
}
.wrapper-2 .note .note-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 134%;
  text-align: center;
  color: #212121;
  margin-bottom: 25px;
}
.wrapper-2 .note ul {
  width: 90%;
  margin: 0 auto;
}
.wrapper-2 .note ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 220%;
  color: #565656;
  margin-bottom: 10px;
}
.wrapper-2 .note ul li:last-child {
  margin-bottom: 0;
}
.wrapper-2 .note ul li a {
  font-weight: bold;
  color: #03996c;
}
.wrapper-3 {
  background: url(../img/bg-why-choose.svg) no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-top: -400px;
  padding: 550px 0 100px;
}
.wrapper-3 .main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.wrapper-3 .content {
  display: flex;
  justify-content: center;
  gap: 56px;
}
.wrapper-3 .content .item {
  width: 320px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 12px 60px;
  box-shadow: 0 0 20px 0 rgba(0, 125, 80, 0.38);
}
.wrapper-3 .content .item .item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #222222;
  margin: 20px 0;
}
.wrapper-3 .content .item .item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #444b4a;
}
.wrapper-3 .content .item .item-link {
  font-weight: 700;
  color: #03996c;
}
.wrapper-3 .content .item .item-link:hover {
  text-decoration: underline;
}
footer {
  margin-top: 0;
}

@media (max-width: 770px) {
  .wrapper-1 {
    padding: 80rem 0;
  }
  .wrapper-1 .wrapper-title {
    font-size: 22rem;
    margin-bottom: 16rem;
  }
  .wrapper-1 .wrapper-tabs {
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 12rem 20rem;
    margin-bottom: 80rem;
    border-radius: 10rem;
  }
  .wrapper-1 .wrapper-item {
    width: 100%;
    height: 57rem;
    line-height: 45rem;
    text-indent: 120rem;
    font-size: 15rem;
    padding: 6rem 17rem;
    border-radius: 10rem;
    cursor: pointer;
  }
  .wrapper-1 .wrapper-item::before {
    left: 73rem;
    width: 45rem;
    height: 45rem;
    background-size: 367rem auto;
  }
  .wrapper-1 .item1::before {
    background-position: -54rem -61rem;
  }
  .wrapper-1 .item2::before {
    background-position: -109rem -61rem;
  }
  .wrapper-1 .item3::before {
    background-position: 1rem -61rem;
  }
  .wrapper-1 .item4::before {
    background-position: -163rem -61rem;
  }
  .wrapper-1 .item5::before {
    background-position: -217rem -61rem;
  }
  .wrapper-1 .item6::before {
    background-position: -272rem -61rem;
  }
  .wrapper-1 .wrapper-switch {
    padding: 4rem;
    border-radius: 40rem;
    box-shadow: 0 0 18rem 4rem rgba(51, 64, 88, 0.08);
    margin-bottom: 30rem;
  }
  .wrapper-1 .wrapper-switch .switch-title {
    width: 170rem;
    height: 44rem;
    font-size: 16rem;
    border-radius: 40rem;
  }
  .wrapper-1 .wrapper-switch .switch-slide {
    top: 4rem;
    left: 4rem;
    width: 170rem;
    height: 44rem;
    border-radius: 40rem;
  }
  .wrapper-1 .wrapper-switch .switch-slide.active {
    left: 198px;
  }
  .wrapper-1 .wrapper-switch .bundles-tips {
    top: -65rem;
    right: -10rem;
    width: 145rem;
    height: 70rem;
  }
  .wrapper-1 .wrapper-switch .bundles-tips .tips-bold {
    font-size: 16rem;
  }
  .wrapper-1 .wrapper-switch .bundles-tips .tips-lighter {
    font-size: 12rem;
    margin-top: -10rem;
  }
  .wrapper-1 .wrapper-all-introduce {
    margin: 10rem auto 50rem;
  }
  .wrapper-1 .wrapper-all-introduce .introduce-title {
    font-size: 24rem;
    margin-bottom: 20rem;
  }
  .wrapper-1 .wrapper-all-introduce .introduce-desc {
    font-size: 20rem;
  }
  .wrapper-1 .wrapper_desc {
    font-size: 18rem;
    margin: 10rem 0 50rem;
  }
  .wrapper-1 .content-inner {
    flex-direction: column;
  }
  .wrapper-1 .content-inner.top {
    gap: 65rem;
  }
  .wrapper-1 .content-inner.center {
    gap: 65rem;
  }
  .wrapper-1 .content-item {
    border-radius: 28rem;
    border-width: 1rem;
  }
  .wrapper-1 .content-item.month {
    width: 100%;
  }
  .wrapper-1 .content-item.month .item-top::before {
    top: 70%;
    width: 90%;
    height: 120rem;
  }
  .wrapper-1 .content-item.lifetime {
    width: 100%;
  }
  .wrapper-1 .content-item.lifetime .item-top {
    padding-top: 60rem;
  }
  .wrapper-1 .content-item.lifetime .item-top::before {
    top: 70%;
    width: 90%;
    height: 120rem;
  }
  .wrapper-1 .content-item.bundles {
    width: 100%;
    padding-bottom: 5rem;
  }
  .wrapper-1 .content-item.bundles .item-tag {
    top: -70rem;
  }
  .wrapper-1 .content-item.bundles .item-top::before {
    width: 100%;
    height: 120rem;
  }
  .wrapper-1 .content-item.year {
    width: 100%;
  }
  .wrapper-1 .content-item.year .item-top {
    padding-bottom: 60rem;
  }
  .wrapper-1 .content-item.year .item-top::before {
    width: 95%;
    height: 140rem;
  }
  .wrapper-1 .content-item.year .item-include {
    width: 90%;
  }
  .wrapper-1 .content-item.allinone {
    width: 100%;
  }
  .wrapper-1 .content-item.allinone .item-top::before {
    width: 90%;
    height: 130rem;
  }
  .wrapper-1 .content-item.allinone .item-title {
    padding: 0;
  }
  .wrapper-1 .content-item.allinone .item-include {
    width: 90%;
  }
  .wrapper-1 .item-tag {
    top: -70rem;
    right: -15rem;
    width: 95rem;
    height: 95rem;
  }
  .wrapper-1 .item-tag .tag-bold {
    font-size: 14rem;
  }
  .wrapper-1 .item-tag .tag-lighter {
    font-size: 10rem;
  }
  .wrapper-1 .item-top {
    border-radius: 28rem;
    padding: 15rem 10rem;
    background-position: 0 -12rem;
    padding-bottom: 60rem;
  }
  .wrapper-1 .item-best-seller {
    padding: 11rem 37rem;
    font-size: 14rem;
  }
  .wrapper-1 .item-title {
    width: 100%;
    height: auto;
    font-size: 22rem;
    margin-bottom: 12rem;
  }
  .wrapper-1 .item-desc {
    margin-bottom: 12rem;
  }
  .wrapper-1 .item-price {
    font-size: 44rem;
    margin-bottom: 12rem;
  }
  .wrapper-1 .item-price::before {
    bottom: 2rem;
    height: 12rem;
  }
  .wrapper-1 .item-cover {
    margin: 24rem auto 12rem;
  }
  .wrapper-1 .item-old-price-tax {
    gap: 10rem;
    font-size: 14rem;
    margin: 20rem 0;
  }
  .wrapper-1 .item-buy {
    gap: 6rem;
    width: 160rem;
    height: 38rem;
    border-radius: 40rem;
    margin: 12rem auto;
  }
  .wrapper-1 .item-buy .iconfont {
    font-size: 18rem;
    transform: translateY(1rem);
  }
  .wrapper-1 .item-list {
    padding: 20rem 35rem;
  }
  .wrapper-1 .item-list_li {
    gap: 10rem;
    font-size: 14rem;
    padding: 15rem 0;
  }
  .wrapper-1 .item-list_li::before {
    width: 22rem;
    height: 22rem;
  }
  .wrapper-1 .item-include {
    top: -30rem;
    padding: 12rem 12rem 4rem;
    margin: -25rem auto;
    border-radius: 15rem;
  }
  .wrapper-1 .item-include_title {
    border-radius: 12rem 0;
    font-size: 14rem;
    margin: 0 auto 12rem;
    padding: 6rem 24rem;
  }
  .wrapper-1 .item-include_list {
    margin-bottom: 8rem;
  }
  .wrapper-1 .item-include_list .include-list_li {
    gap: 8rem;
    font-size: 14rem;
    padding: 4rem 0;
  }
  .wrapper-1 .item-include_list .include-list_li .li-title {
    font-size: 12rem;
  }
  .wrapper-1 .item-include_list .include-list_li .li-price {
    font-size: 10rem;
  }
  .wrapper-1 .item-include_list .include-list_li::before {
    width: 18rem;
    height: 18rem;
  }
  .wrapper-1 .item-btns {
    gap: 15rem;
    padding: 22rem 0;
  }
  .wrapper-1 .item-btns_buy {
    gap: 6rem;
    width: 160rem;
    height: 38rem;
    border-radius: 40rem;
    font-size: 14rem;
  }
  .wrapper-1 .item-btns_buy .iconfont {
    font-size: 18rem;
    transform: translateY(1rem);
  }
  .wrapper-2 {
    padding-bottom: 0;
  }
  .wrapper-2 .container {
    width: 100%;
  }
  .wrapper-2 .titel {
    font-size: 22rem;
    margin-bottom: 35rem;
  }
  .wrapper-2 .wrapper-3-logo {
    display: block;
    margin: 0 auto 70rem;
    width: 93%;
    height: auto;
  }
  .wrapper-2 .note {
    width: 100%;
    height: auto;
    padding: 50rem 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .wrapper-2 .note .note-title {
    font-weight: 700;
    font-size: 22rem;
    line-height: 134%;
    text-align: center;
    color: #212121;
    margin-bottom: 25rem;
  }
  .wrapper-2 .note ul {
    width: 90%;
    margin: 0 0 0 30rem;
  }
  .wrapper-2 .note ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 14rem;
    line-height: 220%;
    color: #565656;
    padding-right: 15rem;
    margin-bottom: 10rem;
  }
  .wrapper-3 {
    margin-top: 0;
    padding-top: 80rem;
    padding: 80rem 0 60rem;
    background: linear-gradient(180deg, #85ccb2 -3.73%, #009c93 100%), #e6fcf4;
  }
  .wrapper-3 .main-title {
    font-size: 24rem;
  }
  .wrapper-3 .content {
    flex-direction: column;
    align-items: center;
    gap: 35rem;
  }
  .wrapper-3 .content .item {
    width: 320rem;
  }
  .wrapper-3 .content .item .item-img {
    width: 100rem;
    height: 100rem;
  }
  .wrapper-3 .content .item .item-title {
    font-size: 20rem;
    margin: 20rem 0 10rem;
  }
  .wrapper-3 .content .item .item-desc {
    font-size: 16rem;
  }
}
