/** @format */
:root {
  --page-width: 1080px;
  --page-padding-x: 15px;
  --page-theme: #c20907;
  --swiper-pagination-color: var(--page-theme);
  --swiper-theme-color: var(--page-theme);
  --swiper-pagination-bullet-inactive-color: #fa3636;
}
.icon {
  display: inline-block;
  background: url('../img/product-netfilx-2024/sprite.png') no-repeat;
  background-size: 485px 393px;
  flex-shrink: 0;
}
.icon-win {
  background-position: -81px -256px;
  width: 19px;
  height: 20px;
}
.icon-mac-w {
  background-position: -189px -256px;
  width: 19px;
  height: 20px;
}
.icon-mac {
  background-position: -330px -252px;
  width: 20px;
  height: 23px;
}
.icon-max-win {
  background-position: -216px -252px;
  width: 34px;
  height: 35px;
}
.icon-max-mac {
  background-position: -259px -252px;
  width: 30px;
  height: 35px;
}
.icon-buy {
  background-position: -109px -256px;
  width: 19px;
  height: 20px;
}
.icon-buy-w {
  background-position: -399px -252px;
  width: 19px;
  height: 21px;
}
.netfilx-logo {
  background-position: -425px 0;
  width: 60px;
  height: 60px;
}
.settings-dow {
  background-position: 0 -29px;
  width: 36px;
  height: 26px;
}
.settings-audio {
  background-position: -46px -27px;
  width: 36px;
  height: 26px;
}
.settings-set {
  background-position: -92px -28px;
  width: 36px;
  height: 27px;
}
.icon-next {
  background-position: -853px -1px;
  width: 44px;
  height: 24px;
}
.icon-stars {
  background-position: -5px -314px;
  width: 136px;
  height: 21px;
}
.icon-brand-MacUpdate {
  background-position: -150px -312px;
  width: 68px;
  height: 67px;
}
.icon-brand-Business {
  background-position: -224px -312px;
  width: 68px;
  height: 67px;
}
.icon-brand-SOFTPEDIA {
  background-position: -298px -312px;
  width: 67px;
  height: 67px;
}
.icon-brand-TechRounder {
  background-position: -372px -312px;
  width: 67px;
  height: 67px;
}
.content-box {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.btn[data-agent] {
  display: none;
}
.page-title {
  font-size: 48px;
  font-weight: 700;
}
.section-title {
  max-width: 836px;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #2e2f35;
}
.section-title .color {
  color: #c20a08;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 26px;
  flex-shrink: 0;
  border-radius: 16px;
  transition: all 0.3s;
  background: #c20a08;
  box-shadow: 0 20px 52px 0 #c20a083d;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.btn:hover {
  background: #9d0200;
}
.btn .icon {
  margin-right: 10px;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.netfilx-banner {
  width: 100%;
  position: relative;
  background: url('../img/product-netfilx-2024/banner-bg.png') no-repeat;
  background-size: 100% 100%;
}
.netfilx-banner .gradient-border-text {
  position: absolute;
  top: -10%;
  left: 0;
  font-size: 280px;
}
.netfilx-banner .gradient-border-text::after {
  top: 0;
}
.netfilx-banner .font-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 4%;
}
.netfilx-banner .content-box {
  display: flex;
  padding-top: 140px;
  padding-bottom: 110px;
}
.netfilx-banner .netfilx-banner-content {
  flex: 1;
  padding-right: 48px;
}
.netfilx-banner .netfilx-banner-content .page-title {
  margin-bottom: 14px;
  color: var(--page-theme);
}
.netfilx-banner .netfilx-banner-content .banner-min-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  color: #3a3a3a;
}
.netfilx-banner .netfilx-banner-content .banner-text {
  max-width: 482px;
  margin-top: 16px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 150%;
  color: #484848;
}
.netfilx-banner .netfilx-banner-content .banner-btn-box {
  display: flex;
}
.netfilx-banner .netfilx-banner-content .banner-btn-box .btn-buy {
  margin-left: 36px;
  background: #fff;
  color: var(--page-theme);
}
.netfilx-banner .netfilx-banner-content .banner-btn-box .btn-buy:hover {
  background: #ffbbbb;
}
.change-button {
  display: inline-block;
  padding: 4px 4px;
  margin-bottom: 26px;
  background: #ffb8b7;
  border-radius: 40px;
  text-align: center;
}
.change-button .button-item {
  display: inline-block;
  position: relative;
  padding: 4px 16px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background: transparent;
  color: #d85453;
  font-size: 12px;
  transition: all 0.4s;
}
.change-button .button-item.button-win {
  border-radius: 40px 0 0 40px;
}
.change-button .button-item.button-mac {
  border-radius: 0 40px 40px 0;
}
.change-button .button-item.action {
  padding: 4px 16px;
  border-radius: 40px;
  z-index: 99;
  color: #c20907;
  background: #fff;
}
.change-button .button-item.action.button-win {
  margin-right: -16px;
}
.change-button .button-item.action.button-win .icon-svg {
  width: 10px;
  height: 10px;
  background-position: -1px -256px;
}
.change-button .button-item.action.button-mac {
  margin-left: -16px;
}
.change-button .button-item.action.button-mac .icon-svg {
  width: 10px;
  height: 12px;
  background-position: -41px -256px;
}
.change-button .button-item .icon-svg {
  display: inline-block;
  margin-right: 6px;
}
.change-button .button-item .windows {
  width: 10px;
  height: 10px;
  background-position: -21px -256px;
}
.change-button .button-item .mac {
  width: 10px;
  height: 12px;
  background-position: -61px -256px;
}
.banner-right {
  flex: 1;
}
.right-img-box {
  height: fit-content;
}
.right-img-box iframe {
  position: relative;
  z-index: 1;
  border: none;
}
.right-img-box .video-wrap-box {
  width: 500px;
  height: 280px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10.0312px;
}
.right-img-box .video-wrap-box .wrap-video_btn{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background-image: url(../img/videos/icon-play.svg);
  background-color: rgba(238, 13, 17, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 300ms;
}
.right-img-box .video-wrap-box .wrap-video_btn:hover{
  transform: translate(-50%, -50%) scale(1.1);
}
.right-img-box .right-img_after {
  margin: -40px -45px;
}
.right-module {
  width: fit-content;
  padding: 13px 25px;
  margin-top: 40px;
  background: url('../img/product-netfilx-2024/module-bg.png') no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.right-module .module_logo {
  flex-shrink: 0;
  margin-right: 30px;
}
.right-module .module-desc_title {
  color: #b50e00;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.right-module .module-desc_txt {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 5px 0 15px;
}
.right-module .desc-more_btn {
  background: #ffffff;
  border-radius: 16px;
  border: 1px #ff6563 solid;
  color: #b53d33;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 16px;
}
.nav-btn {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 4px 6.8px 0 rgba(120, 120, 120, 0.15);
}
.nav-btn .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-btn .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-btn .nav-list .nav-item {
  position: relative;
  padding: 20px 0;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #9c9c9c;
}
.nav-btn .nav-list .nav-item::after {
  content: "";
  display: inline-block;
  width: 100%;
  background: #c20a08;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  transform: scale(0);
  transition: all 0.5s;
}
.nav-btn .nav-list .nav-item.active,
.nav-btn .nav-list .nav-item:hover {
  color: #c20a08;
}
.nav-btn .nav-list .nav-item.active::after,
.nav-btn .nav-list .nav-item:hover::after {
  transform: scale(1);
}
.nav-btn .btn-box {
  display: flex;
}
.nav-btn .btn-box .btn {
  border-radius: 8px;
}
.nav-btn .btn-box .btn .icon {
  margin-right: 0;
  margin-left: 12px;
}
.nav-btn .btn-box .btn-buy {
  margin-left: 36px;
}
.benefits-box {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.benefits-box .section-title {
  max-width: 700px;
}
.benefits-box .font-img1 {
  position: absolute;
  right: 0;
  top: 8%;
}
.benefits-box .font-img2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.benefits-box .benefits-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.benefits-box .benefits-content .benefits-item-title {
  width: 330px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
.benefits-box .benefits-content .benefits-item:nth-child(2) {
  position: relative;
}
.benefits-box .benefits-content .benefits-item:nth-child(2) .benefits-item-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.benefits-box .flex-content .swiper-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.benefits-box .flex-content .item {
  width: calc((100% - 16px * 2) / 3);
  max-width: 480px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.benefits-box .flex-content .item:hover .outer {
  transform: translateY(0);
  justify-content: center;
}
.benefits-box .flex-content .item:hover .outer .info-title {
  margin-bottom: unset;
}
.benefits-box .flex-content .outer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: #be1b19;
  border-radius: 6px;
  transform: translateY(calc(100% - 115px));
  transition: all 1s;
  padding: 20px;
}
.benefits-box .flex-content .outer .info-title {
  margin: 0 auto;
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  text-align: center;
}
.benefits-box .flex-content .outer .info-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.06em;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
.benefits-box .flex-content .outer .info-desc .color {
  font-weight: 700;
  color: #c20907;
}
.benefits-box .flex-content .outer .info-desc .color:hover {
  border-bottom: 1px solid #c20907;
}
.benefits-box .flex-content .outer .info-show-desc {
  color: #fff;
  background: linear-gradient(180deg, #ffffff 100%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.benefits-box .flex-content .mask img {
  width: 100%;
}
.article {
  margin: 100px 0;
  position: relative;
}
.article .font-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.article .content-box {
  display: flex;
  justify-content: space-between;
}
.article .img-box {
  margin-top: 30px;
  max-width: 532px;
  position: relative;
}
.article .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.article .article-content {
  flex: 1;
}
.article .article-title {
  text-align: left;
}
.article .article-red-container {
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  background: #ffecec;
}
.article .article-des {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  color: #4a4a4a;
}
.article .article-des .color {
  font-weight: 700;
  color: #c20a08;
}
.article .article-des .color:hover {
  border-bottom: 1px solid #c20a08;
}
.article .article-list {
  color: #4a4a4a;
  margin: 4px 0 0 18px;
}
.article .article-list li {
  font-size: 16px;
  list-style: disc;
  line-height: 2;
}
.article .article-text {
  font-size: 16px;
  margin-top: 0;
}
.article .article-mar {
  margin-top: 18px;
}
.article:nth-child(even) .font-img {
  right: 0;
  left: unset;
}
.article:nth-child(even) .img-box::after {
  left: unset;
  right: 0;
}
.article:nth-child(odd) .article-content {
  margin-right: 96px;
}
.article:nth-child(even) .article-content {
  margin-left: 96px;
}
.settings-box {
  padding-top: 100px;
  padding-bottom: 156px;
  position: relative;
  background: #fff2f3;
  background-size: 100% 100%;
  overflow: hidden;
}
.settings-box .font-img {
  position: absolute;
  left: -2%;
  bottom: 0;
}
.settings-box .section-title {
  max-width: 900px;
}
.settings-box .section-title strong {
  display: inline-block;
}
.settings-box .settings-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  margin-top: 58px;
}
.settings-box .settings-list .settings-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background: #ffffff;
  font-weight: 700;
  color: #2a473f;
  cursor: pointer;
}
.settings-box .settings-list .settings-item .setting-tab-title {
  font-size: 20px;
}
.settings-box .settings-list .settings-item.active {
  color: #ffffff;
  background: #c20a08;
}
.settings-box .settings-list .settings-item.active .settings-dow {
  background-position: -138px -28px;
}
.settings-box .settings-list .settings-item.active .settings-audio {
  background-position: -184px -27px;
}
.settings-box .settings-list .settings-item.active .settings-set {
  background-position: -230px -28px;
}
.settings-box .settings-list .icon {
  margin-right: 8px;
}
.settings-box .settings-swiper {
  margin-top: 48px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 16px;
}
.settings-box .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  padding: 42px 32px;
  border-radius: 16px;
  position: relative;
  background: white;
  border: 1px solid #ffd2d5;
  box-sizing: border-box;
}
.settings-box .swiper-slide .img-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.settings-box .swiper-slide .introduce-item-content {
  flex: 1;
  margin-left: 34px;
}
.settings-box .swiper-slide .settings-item-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
}
.settings-box .swiper-slide .settings-item-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  text-align: left;
  color: #545454;
}
.settings-box .swiper-slide .settings-item-text .color {
  font-weight: 700;
  color: #c20907;
}
.settings-box .swiper-slide .settings-item-text .color:hover {
  border-bottom: 1px solid #c20907;
}
.settings-box .swiper-slide .introduce-item-icon {
  position: absolute;
  right: 30px;
  bottom: 24px;
  content: "";
}
.settings-box .swiper-slide .introduce-item-icon.icon1 {
  background-position: -296px -106px;
  width: 125px;
  height: 125px;
}
.settings-box .swiper-slide .introduce-item-icon.icon2 {
  background-position: 0 -107px;
  width: 138px;
  height: 123px;
}
.settings-box .swiper-slide .introduce-item-icon.icon3 {
  background-position: -148px -107px;
  width: 138px;
  height: 123px;
}
.download-box {
  padding-top: 90px;
  padding-bottom: 156px;
  position: relative;
  overflow: hidden;
}
.download-box .font-img1 {
  position: absolute;
  right: 0;
  top: 18%;
}
.download-box .font-img2 {
  position: absolute;
  left: -2%;
  bottom: 1%;
}
.download-box .download-swiper {
  margin-top: 90px;
}
.download-box .download-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(338px, 1fr));
  grid-gap: 54px 32px;
}
.download-box .download-content .download-swiper {
  display: none;
}
.download-box .download-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 14px;
  position: relative;
  background: white;
  border: solid 2px transparent;
  border-radius: 20px;
  background-image: linear-gradient(white, white), linear-gradient(78.9deg, #ffb6b6 0.66%, #ffc0e6 51.29%, #ffca7b 100.91%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}
.download-box .download-item:hover {
  border: solid 2px white;
  box-shadow: 0 0 45.8px 0 #78877a30;
  transform: translateY(-14px);
}
.download-box .download-item .img-box {
  width: 100%;
}
.download-box .download-item .img-box img {
  width: 100%;
  border-radius: 8px;
}
.download-box .download-item .download-item-title {
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.download-box .download-item .download-item-des {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
  color: #545454;
}
.download-box .download-item .download-item-des .color {
  font-weight: 700;
  color: #c20a08;
}
.download-box .download-item .download-item-des .color:hover {
  border-bottom: 1px solid #c20a08;
}
.download-box .download-swiper-pagination {
  display: none;
}
.settings-box .btn-box,
.download-box .btn-box,
.steps-box .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.settings-box .btn-box .btn,
.download-box .btn-box .btn,
.steps-box .btn-box .btn {
  border-radius: 12px;
}
.settings-box .btn-box .btn-mac,
.download-box .btn-box .btn-mac,
.steps-box .btn-box .btn-mac {
  margin-left: 36px;
  background: #fff;
  color: var(--page-theme);
}
.settings-box .btn-box .btn-mac:hover,
.download-box .btn-box .btn-mac:hover,
.steps-box .btn-box .btn-mac:hover {
  background: #ffbbbb;
}
.steps-box {
  padding-top: 90px;
  padding-bottom: 126px;
  background: #fff1f1;
  position: relative;
  overflow: hidden;
}
.steps-box .font-img {
  position: absolute;
  left: -2%;
  bottom: 0;
}
.steps-box .section-title {
  max-width: 700px;
}
.steps-box .steps-content {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  height: 366px;
}
.steps-box .steps-swiper {
  max-width: 520px;
  overflow: hidden;
}
.steps-box .steps-list {
  flex: 1;
  margin-left: 60px;
}
.steps-box .steps-list-swiper-content {
  flex-direction: column;
  height: fit-content;
}
.steps-box .step {
  display: flex;
  margin-bottom: 30px;
  cursor: pointer;
}
.steps-box .step .step-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  position: relative;
  font-size: 20px;
  color: #c20a085e;
}
.steps-box .step .step-number .height {
  --after-element-height: 25%;
  flex: 0;
  width: 2px;
  margin-top: 14px;
  background: rgba(194, 10, 8, 0.22);
  position: relative;
  transition: all 0.3s;
  border-radius: 13px;
}
.steps-box .step .step-number .height::after {
  content: '';
  width: 3px;
  height: var(--after-element-height);
  position: absolute;
  left: 0;
  top: 0;
  background: #c20a08;
  border-radius: 13px;
}
.steps-box .step .step-text {
  flex: 1;
  margin-left: 20px;
}
.steps-box .step .step-title {
  font-size: 20px;
  color: #c20a085e;
}
.steps-box .step .step-des {
  margin-top: 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  font-size: 16px;
  line-height: 200%;
  color: #545454;
}
.steps-box .step:last-child {
  margin-top: 0;
}
.steps-box .step.active {
  margin-bottom: 20px;
}
.steps-box .step.active .step-number {
  width: 80px;
  font-size: 20px;
  color: #c20a08;
}
.steps-box .step.active .step-number .height {
  flex: 1;
}
.steps-box .step.active .step-title {
  color: #2e2f35;
}
.steps-box .step.active .step-des {
  max-height: 100px;
  opacity: 1;
}
.steps-box .step-btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 48px;
}
.steps-box .step-btn .btn {
  padding: 16px 42px;
  border-radius: 50px;
  font-size: 18px;
}
.steps-box .step-btn .btn:hover .icon-next {
  transform: translateX(8px);
}
.steps-box .step-btn .icon-next {
  margin-left: 8px;
  transition: all 0.3s;
}
.media-box {
  padding-top: 120px;
  padding-bottom: 200px;
  background: #ffdfdf;
  position: relative;
  overflow: hidden;
}
.media-box .font-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.media-box .media-swiper {
  margin-top: 124px;
}
.media-box .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.media-box .media-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 512px;
  padding: 34px 26px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 22px 81.5px 0 rgba(169, 109, 169, 0.13);
  height: auto;
}
.media-box .media-item .media-des {
  font-size: 16px;
  line-height: 200%;
  color: #545454;
}
.media-box .media-item .company-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.media-box .media-item .company-brand .company-name {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 200%;
}
.faqs {
  padding-top: 150px;
  padding-bottom: 100px;
}
.faqs .questions-collapse {
  margin-top: 78px;
}
.faqs .questions-collapse .collapse-item {
  margin-top: 24px;
  cursor: pointer;
  border: 1px solid #cfcfcf;
}
.faqs .questions-collapse .collapse-item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 24px;
  background-color: #fff;
}
.faqs .questions-collapse .collapse-item .item-header .item-title {
  font-size: 16px;
  line-height: 200%;
  color: #383838;
}
.faqs .questions-collapse .collapse-item .item-header .icon-box {
  font-size: 20px;
  color: #383838;
}
.faqs .questions-collapse .collapse-item .item-content {
  display: none;
  padding: 24px;
  overflow: hidden;
  background: #fff;
}
.faqs .questions-collapse .collapse-item .item-content .item-desc {
  font-size: 16px;
  line-height: 200%;
  color: #545454;
  font-weight: lighter;
}
.faqs .questions-collapse .collapse-item .item-content .item-desc .color {
  font-weight: 700;
  color: #c20a08;
}
.faqs .questions-collapse .collapse-item .item-content .item-desc .color:hover {
  border-bottom: 1px solid #c20a08;
}
.faqs .questions-collapse .collapse-item:first-child .item-content {
  display: block;
}
.faqs .questions-collapse .collapse-item.collapse-item-active .item-header {
  padding-bottom: 20px;
  background-color: #efefef;
}
.faqs .questions-collapse .collapse-item.collapse-item-active .item-header .item-title,
.faqs .questions-collapse .collapse-item.collapse-item-active .item-header .icon-box {
  color: #383838;
}
.faqs .questions-collapse .collapse-item.collapse-item-active .item-header .icon-box {
  font-size: 28px;
}
.freeDownload-box {
  margin-top: 100px;
  padding-top: 206px;
  padding-bottom: 50px;
  position: relative;
  background: linear-gradient(262deg, rgba(255, 107, 134, 0.89) 0%, rgba(255, 164, 143, 0.93) 34%, #f14545 100%);
  border-radius: 200px 200px 0 0;
}
.freeDownload-box::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 722px;
  height: 764px;
  background: url('../img/product-netfilx-2024/freeDownload-before-1.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.freeDownload-box::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 692px;
  height: 764px;
  border-radius: 0 200px 0 0;
  background: url('../img/product-netfilx-2024/freeDownload-before-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.freeDownload-box .freeDownload-des-box {
  padding: 38px 100px;
  margin-top: -280px;
  margin-bottom: 68px;
  box-sizing: border-box;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 -4px 28.5px 0 rgba(118, 168, 132, 0.03), 0 4px 28.5px 0 rgba(139, 85, 61, 0.1);
  z-index: 10;
}
.freeDownload-box .freeDownload-des {
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  color: #4a4a4a;
}
.freeDownload-box .section-title {
  color: #2d2d2d;
}
.freeDownload-box .product-down {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.freeDownload-box .product-down .img-box {
  max-width: 555px;
}
.freeDownload-box .product-down .img-box img {
  width: 100%;
}
.freeDownload-box .btn-box {
  display: flex;
  margin-top: 52px;
  z-index: 10;
}
.freeDownload-box .btn-box .btn {
  border-radius: 12px;
  font-size: 20px;
  box-shadow: 0 20px 52px 0 #ce2d3f;
  background: #b91219;
  padding: 18px 20px;
  box-shadow: unset;
}
.freeDownload-box .btn-box .btn:hover {
  transform: translateY(-8px);
}
.freeDownload-box .btn-box .btn .icon {
  margin-right: 0;
  margin-right: 12px;
}
.freeDownload-box .btn-box .btn .text {
  display: flex;
  flex-direction: column;
}
.freeDownload-box .btn-box .btn .text span {
  font-size: 12px;
  font-weight: 300;
}
.freeDownload-box .btn-box .btn-mac {
  margin-left: 36px;
  background: #fff;
  color: #b91219;
}
.freeDownload-box .btn-box .btn-mac:hover {
  background: #ffbbbb;
  transform: translateY(-8px);
}
.video-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video-wrap .content {
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 430px);
  display: flex;
  flex-direction: column;
  width: 860px;
  height: 600px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 0 0;
}
.video-wrap .content .video-box {
  height: 500px;
  box-sizing: border-box;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding: 10px 20px;
}
.video-wrap .content .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding: 20px;
}
.video-wrap .content .close span {
  font-weight: 700;
  color: #00c69b;
  border: 2px solid #00c69b;
  padding: 5px 20px;
  cursor: pointer;
}
.video-wrap .content .close span:hover {
  background: #00c69b;
  color: #fff;
}
.users-box {
  padding-bottom: 180px;
  position: relative;
}
.users-box .users-swiper {
  width: 100%;
  margin-top: 70px;
  padding-bottom: 116px;
  position: relative;
}
.users-box .swiper-wrapper {
  align-items: center;
  width: 100%;
}
.users-box .swiper-slide {
  border-radius: 22px;
  width: 634px;
  height: 250px;
  padding: 34px 35px 0 27px;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.users-box .swiper-slide.user-slide-1 {
  background: #fee;
}
.users-box .swiper-slide.user-slide-2 {
  background: #e7f5e8;
}
.users-box .swiper-slide.user-slide-3 {
  background: #fff9ee;
}
.users-box .swiper-slide.user-slide-4 {
  background: #f1ebff;
}
.users-box .swiper-slide.user-slide-5 {
  background: #f5f6f7;
}
.users-box .swiper-slide .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.users-box .swiper-slide .user-avater {
  width: 54px;
}
.users-box .swiper-slide .user-info-text {
  margin-left: 20px;
}
.users-box .swiper-slide .user-name {
  color: #2d2d2d;
  font-family: Verdana;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.users-box .swiper-slide .user-status {
  color: #6d6c80;
  font-family: Verdana;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.users-box .swiper-slide .user-text {
  color: #6d6c80;
  font-family: Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.users-box .swiper-slide.swiper-slide-active {
  width: 760px;
  height: 320px;
  padding: 40px 40px 0 36px;
}
.users-box .swiper-slide.swiper-slide-active .user-avater {
  width: 66px;
  height: 66px;
}
.users-box .swiper-slide.swiper-slide-active .user-name {
  font-size: 22px;
}
.users-box .swiper-slide.swiper-slide-active .user-status {
  font-size: 16px;
}
.users-box .swiper-slide.swiper-slide-active .user-text {
  font-size: 20px;
}
.users-box .swiper-button-prev,
.users-box .swiper-button-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(252, 78, 77, 0.1);
  top: auto;
  bottom: 0;
  margin-top: 0;
  transition: all 0.3s ease;
}
.users-box .swiper-button-prev::after,
.users-box .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #fc4e4d;
  transition: all 0.3s ease;
}
.users-box .swiper-button-prev:hover,
.users-box .swiper-button-next:hover,
.users-box .swiper-button-prev:active,
.users-box .swiper-button-next:active {
  background: #fc4e4d;
}
.users-box .swiper-button-prev:hover::after,
.users-box .swiper-button-next:hover::after,
.users-box .swiper-button-prev:active::after,
.users-box .swiper-button-next:active::after {
  color: #ffffff;
}
.users-box .swiper-button-prev {
  left: calc(50% - 78px);
}
.users-box .swiper-button-next {
  right: calc(50% - 78px);
}
.users-box .user-swiper-pagination {
  display: none;
  margin-top: 20px;
  text-align: center;
  --swiper-pagination-color: #fa3636;
  --swiper-theme-color: #e5a9e5;
  --swiper-pagination-bullet-inactive-color: #fa3636;
}
@media (max-width: 1200px) {
  .content-box {
    width: 100%;
    padding: 0 15px;
  }
  .freeDownload-box::before {
    display: none;
  }
  .freeDownload-box::after {
    display: none;
  }
}
@media (max-width: 980px) {
  .content-box {
    padding-inline: var(--page-padding-x);
  }
  .page-title {
    font-size: 32px;
  }
  .section-title {
    font-size: 28px;
  }
  .btn {
    font-size: 16px;
    padding: 16px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .netfilx-banner {
    overflow: hidden;
    box-sizing: border-box;
    padding-inline: var(--page-padding-x);
  }
  .netfilx-banner .content-box {
    flex-direction: column;
    align-items: center;
    padding-inline: 0;
    padding: 80px 0;
  }
  .netfilx-banner .netfilx-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .netfilx-banner .netfilx-banner-content .banner-min-title {
    font-size: 20px;
  }
  .netfilx-banner .netfilx-banner-content .banner-text {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .netfilx-banner .change-button {
    width: fit-content;
  }
  .netfilx-banner .banner-right {
    flex: 1;
    width: 100%;
  }
  .netfilx-banner .right-img-box .video-wrap-box {
    width: 100%;
    height: 200px;
  }
  .netfilx-banner .right-img-box iframe {
    width: 100%;
    margin: 0 auto;
  }
  .netfilx-banner .right-img-box .right-img_after {
    max-width: 120%;
    margin: -30px auto;
    transform: translateX(-9%);
  }
  .benefits-box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .benefits-box .flex-content {
    flex-direction: column;
    align-items: center;
    margin-top: 66px;
  }
  .benefits-box .flex-content .item {
    max-width: 100%;
    margin-top: 40px;
  }
  .right-module {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  .right-module .module_logo {
    margin-right: 10px;
    width: 45px;
    height: auto;
  }
  .right-module .module-desc_title {
    font-size: 12px;
  }
  .right-module .module-desc_txt {
    font-size: 10px;
    margin: 5px 0 8px;
  }
  .right-module .desc-more_img {
    width: 60%;
    height: auto;
  }
  .right-module .desc-more_btn {
    font-size: 9px;
    padding: 5px;
  }
  .article {
    overflow: hidden;
  }
  .article .content-box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .article .article-content {
    margin-left: 0;
  }
  .article:nth-child(odd) .article-content {
    margin-right: 0px;
  }
  .article:nth-child(even) .article-content {
    margin-left: 0px;
  }
  .article .img-box {
    max-width: 100%;
    margin-top: 42px;
  }
  .article .article-title,
  .article .article-des {
    text-align: left;
    padding-left: 0;
  }
  .article .article-title {
    font-size: 26px;
  }
  .article:nth-child(even) .content-box {
    flex-direction: column;
  }
  .article:nth-child(even) .article-content {
    margin: 0;
  }
  .settings-box .settings-list {
    flex-direction: column;
  }
  .settings-box .settings-list .settings-item {
    width: 100%;
    margin-top: 20px;
  }
  .settings-box .settings-list .settings-item h3 {
    font-size: 16px;
  }
  .settings-box .swiper-slide {
    flex-direction: column;
    padding: 22px 22px;
  }
  .settings-box .swiper-slide .img-box {
    width: inherit;
    max-width: 100%;
  }
  .settings-box .swiper-slide .introduce-item-content {
    margin-left: 0;
    margin-top: 30px;
  }
  .settings-box .swiper-slide .settings-item-title,
  .settings-box .swiper-slide .settings-item-text {
    text-align: center;
  }
  .settings-box .swiper-slide .introduce-item-icon.icon {
    width: 0;
    height: 0;
  }
  .download-box .download-content {
    display: flex;
    grid-gap: 0;
  }
  .download-box .download-item:hover {
    transform: translateY(0);
    box-shadow: 0 0 0 0 #78877a30;
    border: solid 4px transparent;
  }
  .download-box .download-swiper-pagination {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .settings-box .btn-box,
  .download-box .btn-box {
    justify-content: space-evenly;
    margin-top: 60px;
  }
  .settings-box .btn-box .btn-mac,
  .download-box .btn-box .btn-mac {
    margin-left: 0;
  }
  .steps-box .steps-content {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 60px;
  }
  .steps-box .steps-swiper {
    max-width: 100%;
  }
  .steps-box .steps-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 22px;
    margin-left: 0;
  }
  .steps-box .steps-list-swiper-content {
    flex-direction: row;
  }
  .steps-box .steps-item {
    width: 100%;
  }
  .steps-box .steps-item img {
    width: 100%;
  }
  .steps-box .step {
    flex-direction: column;
    align-items: center;
    min-height: 150px;
  }
  .steps-box .step .step-text {
    margin-left: 0;
  }
  .steps-box .step .step-title,
  .steps-box .step .step-des {
    text-align: center;
  }
  .steps-box .step .step-title {
    margin-top: 12px;
    margin-bottom: 22px;
  }
  .steps-box .step .step-des {
    min-height: auto;
  }
  .steps-box .btn-box {
    flex-direction: column;
  }
  .steps-box .btn-box .btn {
    padding: 16px 25px;
    font-size: 16px;
  }
  .steps-box .btn-box .btn:nth-child(2) {
    margin-top: 16px;
    margin-left: 0;
  }
  .steps-box .btn-box .btn:hover .icon-next {
    transform: translateX(5px);
  }
  .steps-box .steps-list-swiper-pagination {
    text-align: center;
  }
  .media-box {
    padding-inline: var(--page-padding-x);
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .media-box .media-swiper {
    margin-top: 36px;
  }
  .media-box .media-item .media-des {
    font-size: 14px;
  }
  .media-box .media-item .company-name {
    font-size: 18px;
  }
  .media-box .media-swiper-pagination {
    margin-top: 20px;
    text-align: center;
    --swiper-pagination-color: #fa3636;
    --swiper-theme-color: #e5a9e5;
    --swiper-pagination-bullet-inactive-color: #fa3636;
  }
  .freeDownload-box {
    border-radius: 38px 38px 0 0;
    padding-inline: var(--page-padding-x);
  }
  .freeDownload-box .freeDownload-des-box {
    width: 100%;
  }
  .freeDownload-box .btn-box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 52px;
    width: 100%;
  }
  .freeDownload-box .btn-box .btn {
    padding: 12px;
    font-size: 13px;
  }
  .freeDownload-box .btn-box .btn .text span {
    font-size: 8px;
  }
  .freeDownload-box .btn-box .btn-mac {
    margin-left: 0;
  }
  .video-wrap .content {
    top: calc(50% - 125rem);
    left: calc(50% - 160rem);
    width: 320rem;
    height: 250rem;
    border-radius: 10rem;
    padding: 30rem 0 0;
  }
  .video-wrap .content .video-box {
    border-top: 2rem solid #f0f0f0;
    border-bottom: 2rem solid #f0f0f0;
    padding: 10rem 0;
  }
  .video-wrap .content .video-box iframe {
    width: 318rem !important;
    height: 150rem !important;
  }
  .video-wrap .content .close {
    padding: 5rem 10rem;
  }
  .video-wrap .content .close span {
    border: 2rem solid #00c69b;
    padding: 5rem 10rem;
    font-size: 12rem;
  }
  .users-box {
    padding-inline: var(--page-padding-x);
  }
  .users-box .users-swiper {
    padding-bottom: 62px;
  }
  .users-box .swiper-slide {
    max-width: 950px;
    width: 100%;
    padding: 32px;
  }
  .users-box .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    max-width: 950px;
    width: 100%;
    height: 250px;
    padding: 32px;
  }
  .users-box .swiper-slide.swiper-slide-active .user-avater {
    width: 54px;
    height: 54px;
  }
  .users-box .swiper-slide.swiper-slide-active .user-name {
    font-size: 18px;
  }
  .users-box .swiper-slide.swiper-slide-active .user-status {
    font-size: 14px;
  }
  .users-box .swiper-slide.swiper-slide-active .user-text {
    font-size: 16px;
  }
  .users-box .swiper-button-prev,
  .users-box .swiper-button-next {
    display: none;
  }
  .users-box .user-swiper-pagination {
    display: block;
  }
}
@media (max-width: 580px) {
  .netfilx-banner {
    background: #fff9f0;
    position: relative;
  }
  .netfilx-banner::before {
    position: absolute;
    content: '';
    top: -50%;
    right: 15%;
    width: 732px;
    height: 732px;
    border-radius: 732px;
    background: #ff9090;
    filter: blur(376.45001221px);
  }
  .netfilx-banner::after {
    position: absolute;
    content: '';
    bottom: -28%;
    left: 44%;
    width: 732px;
    height: 732px;
    border-radius: 732px;
    background: #ffe1fc;
    filter: blur(318.8500061px);
  }
  .netfilx-banner .content-box {
    padding: 78px 0 84px;
    z-index: 10;
  }
  .netfilx-banner .change-button {
    width: fit-content;
    margin: 0 0 26px;
  }
  .netfilx-banner .right-img-box iframe {
    height: 200px;
  }
  .netfilx-banner .right-img-box .video-wrap-box {
    width: 100%;
    height: 200px;
  }
  .benefits-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .benefits-box .flex-content {
    margin-top: 46px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  .benefits-box .flex-content .swiper-wrapper {
    flex-flow: nowrap;
    margin-top: 0;
  }
  .benefits-box .flex-content .item {
    width: 100%;
    margin-top: 0;
  }
  .benefits-box .flex-content .outer {
    transform: translateY(calc(100% - 93px));
    padding: 16px;
  }
  .benefits-box .flex-content .outer .info-box {
    padding: 14px 20px;
  }
  .benefits-box .flex-content .outer .info-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .benefits-box .flex-content .outer .info-desc {
    line-height: 150%;
  }
  .article {
    margin: 60px 0;
  }
  .article .article-des {
    font-size: 16px;
  }
  .article .article-list li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .article .article-list li:last-child {
    margin-bottom: 0;
  }
  .article .img-box {
    display: none;
  }
  .article .img-box::after {
    width: 375px;
    height: 375px;
  }
  .article:nth-child(even) .img-box::after {
    right: 0;
  }
  .article .article-content {
    padding-bottom: 26px;
  }
  .article .article-red-container {
    padding: 20px 12px 20px 18px;
  }
  .settings-box {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .settings-box .settings-list {
    margin-top: 40px;
  }
  .settings-box .settings-list .settings-item {
    margin-top: 14px;
    font-size: 18px;
  }
  .settings-box .swiper-slide {
    height: auto;
    padding: 22px 16px;
  }
  .settings-box .swiper-slide .settings-item-title {
    font-size: 18px;
  }
  .settings-box .swiper-slide .settings-item-text {
    font-size: 14px;
  }
  .download-box {
    padding-bottom: 86px;
  }
  .download-box .download-item {
    padding: 14px;
  }
  .download-box .download-swiper-pagination {
    margin-top: 16px;
  }
  .media-box .media-swiper {
    margin-top: 50px;
  }
  .media-box .media-swiper .media-swiper-pagination {
    margin-top: 40px;
  }
  .faqs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .faqs .questions-collapse {
    margin-top: 26px;
  }
  .faqs .questions-collapse .collapse-item .item-header {
    padding: 14px;
  }
  .faqs .questions-collapse .collapse-item .item-content .item-desc {
    font-size: 14px;
  }
  .freeDownload-box {
    margin-top: 100px;
    padding-inline: var(--page-padding-x);
  }
  .freeDownload-box .icon-max-win {
    background-position: -81px -256px;
    width: 19px;
    height: 20px;
  }
  .freeDownload-box .icon-max-mac {
    background-position: -330px -252px;
    width: 20px;
    height: 23px;
  }
  .freeDownload-box .freeDownload-des {
    font-size: 14px;
  }
  .freeDownload-box .freeDownload-des-box {
    border-radius: 15px;
    width: 100%;
    padding: 32px 4px;
  }
  .freeDownload-box .section-title {
    color: #313b3b;
    padding: 0 24px;
  }
  .freeDownload-box .btn-box .btn {
    font-size: 13px;
  }
  .freeDownload-box .btn-box .btn .text span {
    font-size: 8px;
  }
  .freeDownload-box .btn-box .btn .icon {
    margin-right: 4px;
  }
  .users-box {
    padding-bottom: 80px;
  }
  .users-box .users-swiper {
    margin-top: 38px;
  }
  .users-box .swiper-slide {
    height: 335px;
  }
  .users-box .swiper-slide .user-avater {
    width: 64px;
    height: 64px;
  }
  .users-box .swiper-slide .user-text {
    font-size: 14px;
  }
  .users-box .swiper-slide.swiper-slide-active {
    height: 335px;
  }
  .users-box .swiper-slide.swiper-slide-active .user-avater {
    width: 64px;
    height: 64px;
  }
  .users-box .swiper-slide.swiper-slide-active .user-text {
    font-size: 14px;
  }
}
