.banner-buy {
  width: 100%;
  height: auto;
  padding-bottom: 34px;
  background: url("../img/buy-banner-new.svg") no-repeat center;
  background-size: cover;
}
.banner-buy .top {
  display: flex;
  padding: 36px 10px 0;
}
.banner-buy .top img {
  margin-right: 30px;
  width: 80px;
  height: 80px;
}
.banner-buy .top .text {
  flex: 0 0 65%;
}
.banner-buy .top .text .text-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 158%;
  color: #212121;
  margin-bottom: 10px;
}
.banner-buy .top .text .text-particulars {
  font-size: 16px;
  line-height: 32px;
  color: #565656;
}
.banner-buy .top .text .text-particulars span {
  font-size: 20px;
  margin-right: 5px;
}
.banner-buy .top .banner-button {
  width: 223px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 34px;
  align-self: center;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  color: white;
  background: linear-gradient(90deg, #22ca79 0%, #00bb85 100%);
}
.banner-buy .top .banner-button a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  display: block;
  color: white;
}
.banner-buy .top .banner-button:hover {
  background-image: linear-gradient(90deg, #0a8454 0%, #11bbc9 100%);
}
.banner-buy .icon {
  display: flex;
  justify-content: space-around;
  width: 78%;
  margin: 20px auto 0;
}
.banner-buy .icon .item {
  display: flex;
  align-items: center;
}
.banner-buy .icon .item img {
  margin-right: 11px;
}
.banner-buy .icon .item span {
  font-size: 16px;
  color: #00a777;
}
.banner-mobile {
  padding: 64px 0;
  background: url("../img/install/banner-bg.png") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
}
.banner-mobile .banner_title {
  margin: 0 auto;
  color: #212121;
  font-size: 28px;
  max-width: 647px;
}
.banner-mobile .banner_particulars {
  color: #565656;
  font-size: 18px;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .banner-mobile {
    padding: 34px 0 74px;
  }
  .banner-mobile .banner_title {
    max-width: 100%;
    font-size: 28px;
  }
  .banner-mobile .banner_particulars {
    font-size: 16px;
    margin-top: 25px;
  }
}
main .container {
  max-width: 1080px;
}
.wrapper-1 {
  padding: 40px 0 110px;
  overflow: hidden;
}
.wrapper-1 .container {
  max-width: 1200px;
}
.wrapper-1 .wrapper-title {
  display: block;
  color: #080f30;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 6px;
}
.wrapper-1 .wrapper-text {
  display: block;
  color: #565656;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
.wrapper-1 .wrapper-tabs {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 57px;
  margin: 0 auto 35px;
  padding: 6px 8px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 42px;
}
.wrapper-1 .wrapper-all-introduce {
  margin: 10px auto 6px;
  text-align: center;
}
.wrapper-1 .wrapper-all-introduce .introduce-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  color: #212121;
}
.wrapper-1 .wrapper-all-introduce .introduce-title img {
  margin-right: 15px;
  width: 40px;
}
.wrapper-1 .wrapper-all-introduce .introduce-desc {
  font-size: 16px;
}
.wrapper-1 .wrapper-all-introduce .introduce-desc span {
  font-weight: 700;
  color: #00ba84;
}
.wrapper-1 .wrapper-item {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  height: 43px;
  padding: 6px 8px;
  color: #565656;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.585;
  text-indent: 0;
  border-radius: 52px;
  cursor: pointer;
}
.wrapper-1 .wrapper-item.active {
  padding: 6px 22px;
  color: #ffffff;
  background: #00a777;
}
.wrapper-1 .wrapper-item::before {
  content: "";
  position: static;
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}
.wrapper-1 .item1::before {
  background: url(../img/buy/buy-all-in-one.png) no-repeat center;
  background-size: cover;
}
.wrapper-1 .item2::before {
  background: url(../img/new-store/netfix.png) no-repeat center;
  background-size: cover;
}
.wrapper-1 .item3::before {
  background: url(../img/new-store/amazon.png) no-repeat center;
  background-size: cover;
}
.wrapper-1 .item4::before {
  background: url(../img/new-store/disney.png) no-repeat center;
  background-size: cover;
}
.wrapper-1 .item5::before {
  background: url(../img/new-store/hbo.png) no-repeat center;
  background-size: cover;
}
.wrapper-1 .item6::before {
  background: url(../img/new-store/hulu.png) no-repeat center;
  background-size: cover;
}
.wrapper-1 .item7::before {
  background: url(../img/paramount.png) no-repeat center;
  background-size: cover;
}
.wrapper-1 .item8::before {
  background: url(../img/new-store/apple-tv.png) no-repeat center;
  background-size: cover;
}
.wrapper-1 .item9::before {
  background: url(../img/new-store/youtube.png) no-repeat center;
  background-size: cover;
}
.wrapper-1 .wrapper-switch {
  width: fit-content;
  display: flex;
  margin: 0 auto;
  padding: 6px;
  border: 1px solid #eaeaea;
  border-radius: 42px;
  background: #fff;
  margin-bottom: 30px;
}
.wrapper-1 .wrapper-switch .switch-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  color: #4c4c4c;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.585;
  border-radius: 52px;
  cursor: pointer;
  transition: color 200ms, background-color 200ms;
  white-space: nowrap;
}
.wrapper-1 .wrapper-switch .switch-title.active {
  background: #00a777;
  color: #fff;
}
.wrapper-1 .wrapper-switch .switch-slide {
  display: none;
}
.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: 20px;
  color: #fff;
}
.wrapper-1 .wrapper-switch .bundles-tips .tips-lighter {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  margin-top: -10px;
}
.wrapper-1 .wrapper_desc {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 10px 0 35px;
  text-align: center;
}
.wrapper-1 .wrapper-content {
  display: none;
}
.wrapper-1 .wrapper-content.active {
  display: block;
}
.wrapper-1 .content-inner {
  display: none;
  justify-content: space-between;
}
.wrapper-1 .content-inner.active {
  display: flex;
}
.wrapper-1 .inner-1 {
  align-items: center;
}
.wrapper-1 .inner-1 .content-item {
  width: 370px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px #dbdbdb solid;
  color: #ffffff;
  line-height: 1.5;
  background: url("../img/buy-green.png") top no-repeat;
  background-size: contain;
  background-position: 0 -50px;
}
.wrapper-1 .inner-1 .content-item .item_top {
  padding: 53px 18px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.wrapper-1 .inner-1 .content-item .item_top::before {
  position: absolute;
  background: url("../img/content-top-before.png") center no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 392px;
  height: 109px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
}
.wrapper-1 .inner-1 .content-item .top_sale {
  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;
  margin-bottom: 30px;
  margin-top: -30px;
}
.wrapper-1 .inner-1 .content-item .item-label {
  position: absolute;
  top: 13px;
  border-radius: 59px;
  background: #c2ffe7;
  padding: 6px 22px;
  color: #007044;
  font-weight: 700;
  font-size: 12px;
}
.wrapper-1 .inner-1 .content-item .top_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.wrapper-1 .inner-1 .content-item .top_desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  height: 24px;
}
.wrapper-1 .inner-1 .content-item .pop {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.wrapper-1 .inner-1 .content-item .pop:hover .pop-content {
  visibility: visible;
  opacity: 1;
}
.wrapper-1 .inner-1 .content-item .pop-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  color: #7a7a7a;
  background: #fff;
  transition: all 0.4s;
  font-size: 12px;
  z-index: 9;
  border-radius: 5px;
  padding: 6px 12px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.wrapper-1 .inner-1 .content-item .pop-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper-1 .inner-1 .content-item .top_price {
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 22px;
}
.wrapper-1 .inner-1 .content-item .top_price .price {
  font-size: 42px;
  font-weight: 700;
}
.wrapper-1 .inner-1 .content-item .top_tax {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.wrapper-1 .inner-1 .content-item .top_button {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-radius: 34px;
  color: #1cb579;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  width: fit-content;
  position: relative;
  margin-top: 10px;
  z-index: 2;
}
.wrapper-1 .inner-1 .content-item .top_button .iconfont {
  font-size: 20px;
}
.wrapper-1 .inner-1 .content-item .top_button:hover {
  background: linear-gradient(90deg, #ccf4e4 0%, #f4fffb 100%);
}
.wrapper-1 .inner-1 .content-item ul {
  padding: 10px 36px 30px;
}
.wrapper-1 .inner-1 .content-item li {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-align: left;
  margin-top: 35px;
  padding-left: 40px;
}
.wrapper-1 .inner-1 .content-item li::before {
  position: absolute;
  background: url("../img/buy/tick.svg") center no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.wrapper-1 .inner-1 .content-blue {
  flex: 0 0 400px;
  border: 1px #0096ff solid;
  background: url("../img/buy-blue2.png") top no-repeat;
  background-size: 100% 345px;
  box-shadow: 0px 0px 10.029px 0px rgba(18, 128, 84, 0.16);
}
.wrapper-1 .inner-1 .content-blue .price {
  color: #ffe03d;
}
.wrapper-1 .inner-1 .content-blue .top_button {
  color: #0096ff;
}
.wrapper-1 .inner-1 .content-blue .top_button:hover {
  background: linear-gradient(90deg, #d0ecff 0%, #f3faff 100%);
}
.wrapper-1 .inner-1 .content-off {
  position: relative;
}
.wrapper-1 .inner-1 .content-off::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -28px;
  background: url("../img/off.svg") center no-repeat;
  background-size: 100% 100%;
  width: 108px;
  height: 108px;
}
.wrapper-1 .inner-1 .bundles {
  text-align: center;
  position: relative;
  background: unset;
}
.wrapper-1 .inner-1 .bundles .item-cover {
  margin-bottom: 15px;
}
.wrapper-1 .inner-1 .bundles .item-info {
  padding-top: 22px;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.wrapper-1 .inner-1 .bundles .item-info::before {
  position: absolute;
  background: url(../img/content-top-before.png) center no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 392px;
  height: 109px;
  left: 50%;
  transform: translateX(-50%);
  top: 166px;
}
.wrapper-1 .inner-1 .bundles .item-info::after {
  content: "";
  border-radius: 30px 30px 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/buy-green.png) top no-repeat;
  background-size: cover;
}
.wrapper-1 .inner-1 .bundles .item-title {
  padding: 0 50px;
}
.wrapper-1 .inner-1 .bundles .item-desc {
  margin: 10px auto;
}
.wrapper-1 .inner-1 .bundles .item-intro {
  background: #f2f9f5;
  margin-top: -20px;
}
.wrapper-1 .inner-1 .bundles .intro-title {
  background: #1cb579;
}
.wrapper-1 .inner-1 .bundles .tag-lighter {
  font-weight: 300;
  font-size: 10px;
}
.wrapper-1 .inner-1 .bundles .item-tag {
  right: -46px;
  width: 90px;
  height: 90px;
}
.wrapper-1 .inner-1 .bundles .tag-bold {
  font-size: 14px;
}
.wrapper-1 .inner-1 .bundles ul {
  padding: 0;
}
.wrapper-1 .inner-1 .bundles li {
  margin-top: 12px;
}
.wrapper-1 .intro-title {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 30px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 15px 0px;
}
.wrapper-1 .item-intro {
  position: relative;
  z-index: 10;
  width: 93%;
  border-radius: 15px;
  margin: -50px auto 18px;
  padding: 20px 18px;
}
.wrapper-1 .intro-list {
  margin-top: 20px;
}
.wrapper-1 .list-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.wrapper-1 .list-li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/li-mark.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.wrapper-1 .list-li_name {
  flex: 1;
  font-size: 12px;
  color: #7a7a7a;
}
.wrapper-1 .list-li_price {
  font-size: 14px;
  color: #606060;
}
.wrapper-1 .item-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 30px 0 10px;
}
.wrapper-1 .buy-btn {
  width: 154px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: #fff;
  font-weight: bold;
  font-size: 15px;
  color: #0096ff;
  transition: all 0.5s;
}
.wrapper-1 .buy-btn .iconfont {
  font-weight: lighter;
  font-size: 15px;
}
.wrapper-1 .buy-btn:hover {
  background: #dcf1ff;
}
.wrapper-1 .inner-2 {
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.wrapper-1 .inner-2 .content-item {
  width: 338px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(18, 128, 84, 0.16);
  border-radius: 30px;
  border: 1px #24ca89 solid;
  color: #ffffff;
  line-height: 1.5;
}
.wrapper-1 .inner-2 .content-item .item_top {
  padding: 53px 18px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
}
.wrapper-1 .inner-2 .content-item .item_top::before {
  position: absolute;
  background: url("../img/content-top-before.png") center no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 392px;
  height: 109px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 26px;
}
.wrapper-1 .inner-2 .content-item .item_top::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/buy-green.png") top no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.wrapper-1 .inner-2 .content-item .top_sale {
  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;
  margin-bottom: 30px;
  margin-top: -30px;
}
.wrapper-1 .inner-2 .content-item .item-label {
  position: absolute;
  top: 13px;
  border-radius: 59px;
  background: #c2ffe7;
  padding: 6px 22px;
  color: #007044;
  font-weight: 700;
  font-size: 12px;
}
.wrapper-1 .inner-2 .content-item .top_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.wrapper-1 .inner-2 .content-item .top_desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  height: 24px;
}
.wrapper-1 .inner-2 .content-item .pop {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.wrapper-1 .inner-2 .content-item .pop:hover .pop-content {
  visibility: visible;
  opacity: 1;
}
.wrapper-1 .inner-2 .content-item .pop-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  color: #7a7a7a;
  background: #fff;
  transition: all 0.4s;
  font-size: 12px;
  z-index: 9;
  border-radius: 5px;
  padding: 6px 12px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.wrapper-1 .inner-2 .content-item .pop-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper-1 .inner-2 .content-item .top_price {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}
.wrapper-1 .inner-2 .content-item .top_price .price {
  font-size: 42px;
  font-weight: 700;
}
.wrapper-1 .inner-2 .content-item .top_tax {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.wrapper-1 .inner-2 .content-item .top_button {
  display: inline-block;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-radius: 34px;
  color: #1cb579;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 30px;
  width: fit-content;
  position: relative;
  margin-top: 10px;
  z-index: 2;
}
.wrapper-1 .inner-2 .content-item .top_button .iconfont {
  font-size: 20px;
}
.wrapper-1 .inner-2 .content-item .top_button:hover {
  background: linear-gradient(90deg, #ccf4e4 0%, #f4fffb 100%);
}
.wrapper-1 .inner-2 .content-item ul {
  padding: 10px 36px 30px;
}
.wrapper-1 .inner-2 .content-item li {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-align: left;
  margin-top: 30px;
  padding-left: 30px;
}
.wrapper-1 .inner-2 .content-item li::before {
  position: absolute;
  background: url("../img/buy/tick.svg") center no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
.wrapper-1 .inner-2 .content-item.all-in {
  border-color: #0096ff;
  width: 385px;
}
.wrapper-1 .inner-2 .content-item.all-in .item-info {
  background-image: url(../img/buy-blue.png);
}
.wrapper-1 .inner-2 .content-item.all-in .item-title::before {
  content: "All-in-One Plan \A For 5 Streaming Platforms";
}
.wrapper-1 .inner-2 .content-item.all-in .item-intro {
  background: #eaf6ff;
  margin-top: -70px;
}
.wrapper-1 .inner-2 .content-item.all-in .intro-title {
  background: #0096ff;
}
.wrapper-1 .inner-2 .content-item.all-in ul {
  padding: 0;
}
.wrapper-1 .inner-2 .content-item.all-in li {
  margin-top: 12px;
}
.wrapper-1 .inner-2 .content-item.two-product {
  border-color: #0096ff;
}
.wrapper-1 .inner-2 .content-item.two-product .item-info {
  background-image: url(../img/buy-blue.png);
}
.wrapper-1 .inner-2 .content-item.two-product .item-title::before {
  content: "Netflix + Amazon Prime \A Video Downloader";
}
.wrapper-1 .inner-2 .content-item.two-product .item-price::after {
  background: #44b2ff;
}
.wrapper-1 .inner-2 .content-item.two-product .item-intro {
  background: #f2f7f9;
}
.wrapper-1 .inner-2 .content-item.two-product .intro-title {
  background: #1fa3ff;
}
.wrapper-1 .inner-2 .item-tag {
  position: absolute;
  z-index: 10;
  top: -30px;
  right: -30px;
  width: 95px;
  font-size: 16px;
  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 .inner-2 .tag-bold {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
.wrapper-1 .inner-2 .tag-lighter {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.wrapper-1 .inner-2 .item-info {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -1px -10px;
  padding: 24px 0 80px;
  border-radius: 30px;
  overflow: hidden;
}
.wrapper-1 .inner-2 .item-info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 413px;
  height: 145px;
  background: url(../img/bg-buy-star.png) no-repeat center;
  background-size: 100% 100%;
}
.wrapper-1 .inner-2 .item-title {
  position: relative;
  white-space: nowrap;
  height: 70px;
  font-size: 0;
}
.wrapper-1 .inner-2 .item-title::before {
  visibility: visible;
  display: inline;
  white-space: pre-line;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
}
.wrapper-1 .inner-2 .item-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
}
.wrapper-1 .inner-2 .item-cover {
  display: block;
  margin: 20px auto;
}
.wrapper-1 .inner-2 .item-price {
  display: block;
  position: relative;
  z-index: 10;
  width: fit-content;
  font-weight: bold;
  font-size: 44px;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
}
.wrapper-1 .inner-2 .item-price::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: -1;
}
.wrapper-1 .inner-2 .item-tips {
  text-align: center;
  opacity: 0.7;
}
.wrapper-1 .inner-2 .item-old-price {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-decoration: line-through;
}
.wrapper-1 .inner-2 .item-tax {
  font-weight: lighter;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
}
.wrapper-1 .item-tag {
  position: absolute;
  z-index: 10;
  top: -30px;
  right: -30px;
  width: 95px;
  height: 95px;
  background: url(../img/bg-tag.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper-2 .accept-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 120px;
  gap: 10px;
}
.wrapper-2 .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  text-align: center;
  color: #080f30;
}
.wrapper-2 .wrapper-3-logo {
  display: block;
}
.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;
  text-decoration: underline;
}
.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 .swiper-slide {
  width: max-content;
}
.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;
}
.wrapper-1 .plan-cards {
  justify-content: center;
  align-items: flex-end;
  gap: 32px;
}
.wrapper-1 .plan-cards .content-item {
  box-sizing: border-box;
  flex: 0 0 336px;
  width: 336px;
  min-height: 441px;
  position: relative;
  color: #444444;
  background: #ffffff;
  background-image: none;
  border: 1px solid #cecece;
  border-radius: 16px;
  box-shadow: 0 4px 8.9px rgba(67, 67, 67, 0.134);
}
.wrapper-1 .plan-cards .content-item .item_top {
  position: static;
  box-sizing: border-box;
  min-height: 152px;
  padding: 22px 16px 0;
}
.wrapper-1 .plan-cards .content-item .item_top::before {
  display: none;
}
.wrapper-1 .plan-cards .content-item .top_title {
  margin-bottom: 8px;
  color: #424242;
  font-size: 18px;
}
.wrapper-1 .plan-cards .content-item .top_price,
.wrapper-1 .plan-cards .content-item .top_price .price {
  margin-bottom: 8px;
  color: #009c4c;
  font-size: 30px;
  font-weight: bold;
}
.wrapper-1 .plan-cards .content-item .top_desc {
  height: auto;
  margin-bottom: 10px;
  color: #565656;
  font-size: 16px;
}
.wrapper-1 .plan-cards .content-item ul {
  margin: 0 16px;
  padding: 7px 0 82px;
  border-top: 1px solid #e5e5e5;
}
.wrapper-1 .plan-cards .content-item li {
  margin-top: 17px;
  padding-left: 27px;
  color: #565656;
  font-size: 16px;
}
.wrapper-1 .plan-cards .content-item li::before {
  width: 16px;
  height: 16px;
}
.wrapper-1 .plan-cards .content-item .top_button {
  position: absolute;
  top: 354px;
  right: 53px;
  bottom: auto;
  left: 53px;
  display: block;
  width: auto;
  margin: 0;
  padding: 14px 0;
  color: #009c4c;
  background: #ffffff;
  border: 1px solid #009c4c;
  border-radius: 8px;
  box-shadow: none;
  text-align: center;
}
.wrapper-1 .plan-cards .content-item .item-tag {
  position: absolute;
  z-index: 2;
  top: -27px;
  right: -30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 16px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  background: url("../img/bg-tag.png") no-repeat center;
  background-size: 100% 100%;
}
.wrapper-1 .plan-cards .content-item .item-tag .tag-discount {
  font-size: 20px;
}
.wrapper-1 .plan-cards .perpetual-plan {
  min-height: 469px;
  border: 3px solid #009c4c;
}
.wrapper-1 .plan-cards .perpetual-plan .item_top {
  min-height: 180px;
  padding-top: 50px;
}
.wrapper-1 .plan-cards .perpetual-plan .item_top::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  width: auto;
  height: 36px;
  background: #009c4c;
  color: #ffffff;
  content: "BEST VALUE";
  transform: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 12px 12px 0 0;
}
.wrapper-1 .plan-cards .perpetual-plan .top_button {
  top: 382px;
  color: #ffffff;
  background: #009c4c;
}
.wrapper-1 .plan-cards .perpetual-plan .top_button:hover {
  background: #008a43;
}
@media (max-width: 1280px) {
  .banner-buy {
    background: url("../img/buy/banner.png") no-repeat top left;
    background-size: auto 100%;
  }
  .banner-buy .container {
    width: 1080px;
  }
  .banner-buy .container .top .text {
    margin-right: 30px;
  }
  .banner-buy .container .icon {
    width: 80%;
  }
}
@media (max-width: 770px) {
  .banner-buy {
    position: relative;
    width: 100%;
    height: auto;
    background: #f3fff8;
    padding-bottom: 100px;
    padding-top: 50px;
  }
  .banner-buy .container {
    width: 100%;
  }
  .banner-buy .top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 18px;
  }
  .banner-buy .top img {
    margin-bottom: 18px;
    margin-right: 0;
  }
  .banner-buy .top .text {
    flex: 0 0 100%;
    margin-bottom: 18px;
    margin: 0 auto;
    margin-right: 0 !important;
  }
  .banner-buy .top .text .text-title {
    text-align: center;
    padding: 0 5px;
    font-size: 26px;
  }
  .banner-buy .top .text .text-particulars {
    text-align: center;
    width: 85%;
    font-size: 14px;
    margin: 0 auto 20px;
  }
  .banner-buy .top .text .text-particulars strong {
    display: block;
  }
  .banner-buy .top .banner-button {
    position: absolute;
    bottom: 50px;
    width: 190px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 34px;
    color: white;
    align-self: center;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
  }
  .banner-buy .top .banner-button:hover {
    background-image: linear-gradient(90deg, #0a8454 0%, #11bbc9 100%);
  }
  .banner-buy .icon {
    width: 68% !important;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  .banner-buy .icon .item {
    margin-bottom: 21px;
  }
  .banner-buy .icon .item span {
    font-size: 16px;
  }
  .wrapper-1 .plan-cards .content-item .item-tag .tag-discount {
    font-size: 16px;
  }
  .wrapper-1 {
    padding: 80px 0;
  }
  .wrapper-1 .container {
    width: 100%;
  }
  .wrapper-1 .wrapper_desc {
    font-size: 14px;
  }
  .wrapper-1 .wrapper-tabs {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 57px;
    margin: 0 auto 30px;
    padding: 6px 8px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 42px;
  }
  .wrapper-1 .wrapper-tabs span {
    display: none;
  }
  .wrapper-1 .wrapper-item {
    height: 36px;
    padding: 0;
  }
  .wrapper-1 .wrapper-item.active {
    padding: 0 2px;
    border-radius: 8px;
  }
  .wrapper-2 {
    padding-bottom: 0;
  }
  .wrapper-2 .accept-box {
    flex-direction: column;
    margin-bottom: 0;
  }
  .wrapper-2 .wrapper-3-logo {
    content: url(../img/buy/combination-buy.webp);
  }
  .wrapper-2 .container {
    width: 100%;
  }
  .wrapper-2 .title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .wrapper-2 .wrapper-3-logo {
    display: block;
    margin: 10px auto 50px;
    width: 93%;
    height: auto;
  }
  .wrapper-2 .note {
    width: 100%;
    height: auto;
    padding: 50px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .wrapper-2 .note .note-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 134%;
    text-align: center;
    color: #212121;
    margin-bottom: 25px;
  }
  .wrapper-2 .note ul {
    width: 90%;
    margin: 0 0 0 30px;
  }
  .wrapper-2 .note ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 14px;
    line-height: 220%;
    color: #565656;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .wrapper-3 {
    margin-top: 0;
    padding-top: 80px;
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #85ccb2 -3.73%, #009c93 100%), #e6fcf4;
  }
  .wrapper-3 .main-title {
    font-size: 24px;
  }
  .wrapper-3 .swiper {
    --swiper-theme-color: #fff;
    width: 320px;
    padding-bottom: 60px;
  }
  .wrapper-3 .content {
    align-items: unset;
    justify-content: unset;
    gap: 0;
  }
  .wrapper-3 .content .item {
    width: 320px;
  }
  .wrapper-3 .content .item .item-img {
    width: 100px;
    height: 100px;
  }
  .wrapper-3 .content .item .item-title {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .wrapper-3 .content .item .item-desc {
    font-size: 16px;
  }
}
@media (max-width: 770px) {
  .wrapper-1 .wrapper-title {
    font-size: 24px;
  }
  .wrapper-1 .wrapper-text {
    font-size: 14px;
  }
  .wrapper-1 .wrapper-all-introduce .introduce-title {
    font-size: 16px;
  }
  .wrapper-1 .wrapper-all-introduce .introduce-desc {
    font-size: 14px;
  }
  .wrapper-1 .plan-cards {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .wrapper-1 .plan-cards .content-item {
    flex: 0 1 auto;
    width: calc(100% - 32px);
    max-width: 336px;
  }
  .wrapper-1 .plan-cards .content-item .item-tag {
    right: -22px;
  }
  .wrapper-1 .plan-cards .content-item .top_title {
    font-size: 22px;
  }
  .wrapper-1 .plan-cards .content-item .top_desc,
  .wrapper-1 .plan-cards .content-item li,
  .wrapper-1 .plan-cards .content-item .top_button {
    font-size: 14px;
  }
}
