.icon-windows-shixin:before {
  content: "\e603";
}
.icon-mac-shixin:before {
  content: "\e6bb";
}
main {
  overflow-x: hidden;
}
.banner-buy {
  width: 100%;
  height: auto;
  padding-bottom: 48px;
  background: url(../img/buy-banner-new.svg) no-repeat center;
}
.banner-buy .top {
  display: flex;
  padding: 50px 10px 0;
}
.banner-buy .top img {
  margin-right: 30px;
}
.banner-buy .top .text {
  flex: 0 0 62%;
  padding-right: 65px;
}
.banner-buy .top .text .text-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 158%;
  color: #212121;
  margin-bottom: 17px;
}
.banner-buy .top .text .text-particulars {
  font-size: 16px;
  line-height: 32px;
  color: #565656;
}
.banner-buy .top .banner-button {
  width: 254px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 34px;
  align-self: center;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  color: white;
  background: linear-gradient(90deg, #22ca79 0%, #00bb85 100%);
}
.banner-buy .top .banner-button a {
  width: 100%;
  height: 100%;
  display: block;
  color: white;
}
.banner-buy .icon {
  display: flex;
  justify-content: space-around;
  width: 78%;
  margin: 46px 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: 18px;
  color: #00a777;
}
.banner-buy .btn-box {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 38px;
}
.banner-buy .btn-box .btn {
  cursor: pointer;
  border-radius: 24px;
  font-size: 16px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.4s;
  background: #EEE;
  color: #838383;
}
.banner-buy .btn-box .btn .iconfont {
  font-size: 20px;
}
.banner-buy .btn-box .btn .iconfont.icon-win:before {
  content: "\e6b0";
}
.banner-buy .btn-box .btn .iconfont.icon-mac:before {
  content: "\e6bb";
}
.banner-buy .btn-box .active {
  background: #00B580;
  color: #fff;
}
.banner-buy .btn-box .active .iconfont {
  color: #fff;
}
.wrap1 .wrap-tit {
  color: #212121;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  width: 60%;
  margin: 0 auto 0;
  text-align: center;
}
.wrap1 .wrapper-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  background: rgba(212, 242, 227, 0.64);
  padding: 16px 20px;
  margin: 38px auto 38px;
  border-radius: 10px;
  gap: 12px;
}
.wrap1 .wrapper-tabs .tabs-li {
  padding: 10px 12px;
  color: #212121;
  width: auto;
}
.wrap1 .wrapper-tabs .tabs-li.active,
.wrap1 .wrapper-tabs .tabs-li:hover {
  border-radius: 6px;
  background: linear-gradient(270deg, #04B570 0%, #22D655 100%);
}
.wrap1 .wrapper-tabs .tabs-li.active span,
.wrap1 .wrapper-tabs .tabs-li:hover span {
  color: #fff;
}
.wrap1 .wrapper-tabs .tabs-li.active span {
  font-weight: 700;
}
.wrap1 .wrapper-tabs .tabs-li .li-link {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wrap1 .wrapper-tabs .tabs-li .li-link img {
  width: 30px;
  height: 30px;
}
.wrap1 .wrapper-tabs .tabs-li .li-link span {
  font-size: 14px;
  line-height: 1.5;
}
.wrap1 .video-swiper {
  overflow: hidden;
  padding: 25px 0px;
}
.wrap1 .content-inner .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 35px;
}
.wrap1 .content-inner .content-item {
  width: 360px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px #1CB579 solid;
  color: #ffffff;
  line-height: 1.5;
  gap: 30px;
}
.wrap1 .content-inner .content-item.content-blue {
  border: 1px #0096ff solid;
}
.wrap1 .content-inner .content-item.content-blue .item_top {
  background: url(../img/buy/video-downloader/buy-blue.png) top no-repeat;
  background-size: cover;
}
.wrap1 .content-inner .content-item.content-blue .item_top .top_button {
  color: #1698F4;
}
.wrap1 .content-inner .content-item.content-blue .item_top .top_button:hover {
  background: #E9F6FF;
}
.wrap1 .content-inner .content-item.content-blue .item_top .top_price .price:after {
  background: #44B2FF;
}
.wrap1 .content-inner .content-item .item_top {
  padding: 50px 0 24px;
  background: url(../img/buy/video-downloader/buy-green.png) no-repeat center;
  background-size: cover;
  display: flex;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
}
.wrap1 .content-inner .content-item .item_top .top_desc_box {
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.wrap1 .content-inner .content-item .item_top .item-label {
  position: absolute;
  top: 0;
  background: url('../img/buy/video-downloader/top.png') no-repeat center;
  background-size: 100% 100%;
  padding: 10px 46px 16px;
  color: #F67600;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}
.wrap1 .content-inner .content-item .item_top .top_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
.wrap1 .content-inner .content-item .item_top .top_price {
  font-size: 16px;
  line-height: 1;
  margin: 10px 0;
}
.wrap1 .content-inner .content-item .item_top .top_price .price {
  font-size: 42px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.wrap1 .content-inner .content-item .item_top .top_price .price:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: -1;
  background: #3FE3A3;
}
.wrap1 .content-inner .content-item .item_top .top_desc {
  font-size: 16px;
  line-height: 1;
}
.wrap1 .content-inner .content-item .item_top .top_desc.old {
  margin: 10px 0 8px;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.85);
}
.wrap1 .content-inner .content-item .item_top .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: 6px  58px;
  width: fit-content;
  position: relative;
  margin-top: 10px;
  z-index: 2;
  align-items: center;
  gap: 6px;
}
.wrap1 .content-inner .content-item .item_top .top_button:hover {
  background: #E2FFF4;
  cursor: pointer;
}
.wrap1 .content-inner .content-item .item_top .top_button .iconfont {
  font-size: 20px;
}
.wrap1 .content-inner .content-item .item_top .item-tag {
  position: absolute;
  z-index: 10;
  top: -35px;
  right: -30px;
  width: 110px;
  height: 108px;
  background: url(../img/bg-tag.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(10deg);
}
.wrap1 .content-inner .content-item .item_top .item-tag .tag-bold {
  text-align: center;
}
.wrap1 .content-inner .content-item ul {
  padding: 0 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 156px;
}
.wrap1 .content-inner .content-item ul li {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-align: left;
  padding-left: 32px;
}
.wrap1 .content-inner .content-item ul li:before {
  position: absolute;
  background: url(../img/tick.png) center no-repeat;
  background-size: 100% 100%;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
.wrap4 .accept-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 180px auto 120px;
  gap: 10px;
}
.wrap4 .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  text-align: center;
  color: #080f30;
}
.wrap4 .wrapper-3-logo {
  display: block;
}
.wrap4 .wrapper-3-logo.mb {
  display: none;
}
.wrap4 .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;
}
.wrap4 .note .note-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 134%;
  text-align: center;
  color: #212121;
  margin-bottom: 25px;
}
.wrap4 .note ul {
  width: 90%;
  margin: 0 auto;
}
.wrap4 .note ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  line-height: 220%;
  color: #565656;
  margin-bottom: 10px;
}
.wrap4 .note ul li:last-child {
  margin-bottom: 0;
}
.wrap4 .note ul li a {
  font-weight: bold;
  color: #03996c;
  text-decoration: underline;
}
.wrap5 {
  padding: 460px 0 100px;
  background: url(../img/bg-why-choose.svg) no-repeat;
  margin-top: -360px;
  background-position: top center;
  background-size: cover;
}
.wrap5 .container {
  width: 1080px;
}
.wrap5 .container .main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.wrap5 .container .swiper {
  padding: 14px;
}
.wrap5 .container .swiper .swiper-slide {
  flex: 1;
  height: auto;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 125, 80, 0.38);
}
.wrap5 .container .swiper .content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.wrap5 .container .swiper .content .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 12px 36px;
}
.wrap5 .container .swiper .content .item .item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #222222;
  margin: 18px 0;
}
.wrap5 .container .swiper .content .item .item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #444b4a;
}
.wrap5 .container .swiper .content .item .item-link {
  font-weight: 700;
  color: #03996c;
}
.wrap5 .container .swiper .content .item .item-link:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .wrap5 .container {
    width: 100%;
  }
  .wrap4 .accept-box {
    flex-direction: column;
  }
  .wrap4 .accept-box .title {
    margin-bottom: 24px;
    font-size: 22px;
  }
  .wrap4 .wrapper-3-logo.pc {
    display: none;
  }
  .wrap4 .wrapper-3-logo.mb {
    display: block;
    width: 100%;
  }
  .banner .icon {
    width: 100%;
  }
}
@media (max-width: 996px) {
  .wrap5 {
    margin: 0;
  }
  .wrap5 .container .swiper .content {
    gap: 10px;
  }
  .wrap4 .container {
    padding: 0;
  }
  .wrap4 .container .note {
    border-radius: 0;
    background-color: #e6fcf4;
    border: 0;
    box-shadow: none;
    padding: 70px 15px 64px;
  }
  .wrap4 .container .note .note-title {
    font-size: 22px;
  }
  .wrap4 .container .note ul li {
    font-size: 14px;
  }
  .wrap4 .container .accept-box {
    padding: 0 15px;
  }
  .banner .icon {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .wrap1 .wrap-tit {
    width: 100%;
  }
  .wrap1 .content-inner {
    flex-direction: column;
  }
  .wrap1 .content-inner .content-item {
    width: 100%;
  }
  .wrap1 .content-inner .content-item {
    order: 2;
  }
  .wrap1 .content-inner .content-item.content-blue {
    order: 1;
  }
}
@media (max-width: 768px) {
  .banner-buy {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    background: #f5fffc;
  }
  .banner-buy .container {
    width: 100%;
  }
  .banner-buy .top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 80px 0 50px;;
  }
  .banner-buy .top img {
    width: 85rem;
    height: 85rem;
    margin-bottom: 14.5rem;
    margin-right: 0;
  }
  .banner-buy .top .text {
    flex: 0 0 100%;
    margin-bottom: 18rem;
    margin: 0 auto;
    margin-right: 0 !important;
    padding-right: unset;
  }
  .banner-buy .top .text .text-title {
    font-size: 24rem;
    text-align: center;
    padding: 0 20rem;
  }
  .banner-buy .top .text .text-particulars {
    text-align: center;
    width: 85%;
    font-size: 16rem;
    margin: 0 auto 20rem;
  }
  .banner-buy .top .banner-button {
    width: 190rem;
    height: 52rem;
    line-height: 52rem;
    text-align: center;
    border-radius: 34rem;
    color: white;
    align-self: center;
    font-weight: 700;
    font-size: 16rem;
    cursor: pointer;
    background: linear-gradient(90deg, #22ca79 0%, #00bb85 100%);
  }
  .banner-buy .top .banner-button:hover {
    background-image: linear-gradient(90deg, #0a8454 0%, #11bbc9 100%);
  }
  .banner-buy .icon {
    width: 68%;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding-bottom: 20rem;
  }
  .banner-buy .icon .item {
    margin-bottom: 21rem;
  }
  .banner-buy .btn-box {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .wrap1 .content-inner .swiper-slide {
    flex-direction: column;
  }
  .wrap5 .container .main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .wrap5 .container .swiper .content {
    gap: 34px;
  }
  .wrap5 {
    --swiper-theme-color: #fff;
    padding-top: 80px;
    padding: 62px 0;
    background: linear-gradient(180deg, #85ccb2 -3.73%, #009c93 100%), #e6fcf4;
  }
  .wrap5 .main-title {
    font-size: 24px;
  }
  .wrap5 .swiper {
    width: 320px;
    padding-bottom: 60px;
  }
  .wrap5 .content {
    align-items: unset;
    justify-content: unset;
    gap: 0;
  }
  .wrap5 .content .item {
    width: 320px;
  }
  .wrap5 .content .item .item-img {
    width: 100px;
    height: 100px;
  }
  .wrap5 .content .item .item-title {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .wrap5 .content .item .item-desc {
    font-size: 16px;
  }
  .banner {
    background: #F2FFF6;
    padding: 70px 0;
  }
  .banner .banner-tit {
    font-size: 28px;
  }
  .banner .banner-txt {
    font-size: 14px;
  }
  .banner .banner-txt span {
    display: block;
  }
  .banner .icon {
    flex-direction: column;
    gap: 10px;
  }
  .banner .icon .item {
    justify-content: center;
  }
  .banner .icon .item span {
    font-size: 14px;
  }
  .wrap1 .wrap-tit {
    font-size: 24px;
  }
  .wrap1 .content-inner .content-item ul li {
    font-size: 14px;
  }
  .wrap1 .wrapper-tabs {
    width: 100%;
    margin: 24px auto;
  }
  .wrap1 .wrapper-tabs .tabs-li {
    width: auto;
  }
  .wrap4 .container .accept-box {
    margin: 80px auto;
  }
}
