html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}
:root {
  --primary-color: #e43939;
}
.product-video-netflix {
  padding-bottom: 143px;
}
.container {
  width: var(--page-width);
  margin: 0 auto;
}
.icon {
  background-size: 2457px 1598px;
  background-repeat: no-repeat;
  background-image: url('/uploads/pages/sprite2.png');
  display: inline-block;
  flex-shrink: 0;
}
.nav .nav_pc .nav_right .list .active a {
  color: #e43939;
}
.nav .nav_pc .nav_right .list li a:hover {
  color: #e43939;
}
h2 {
  text-align: center;
  color: #463232;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.try_box {
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin: 32px auto 0;
  width: fit-content;
}
.try_box .try_btn {
  display: flex;
  align-items: center;
  column-gap: 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 22px 37px;
  background: linear-gradient(89deg, #ff9264 0%, #ff4f4f 100%);
  border-radius: 15px;
  transition: all 0.5s;
}
.try_box .try_btn:hover {
  background: linear-gradient(90deg, #e67f58 0%, #e64948 100%);
  transform: translateY(-10px);
}
.try_box .icon-win {
  background-position: -1034px -10px;
  width: 22px;
  height: 21px;
}
.try_box .icon-mac {
  background-position: -1065px -10px;
  width: 17px;
  height: 21px;
}
.introduce-box {
  display: flex;
  align-items: flex-start;
  column-gap: 52px;
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.introduce-box h3 {
  color: #444444;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  width: 80%;
}
.introduce-box .introduce-lift_text {
  margin-top: 20px;
}
.introduce-box .introduce-lift_list {
  padding: 10px;
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0 4px 0 #fab2b2;
  border-radius: 10px;
  border: 2px #ffffff solid;
  backdrop-filter: blur(4px);
  font-size: 12px;
  line-height: 1.5;
}
.introduce-box .introduce-lift_list .lift-list_item {
  margin-top: 6px;
}
.introduce-box .introduce-lift_list .lift-list_item:first-child {
  margin-top: 0;
}
.introduce-box .introduce-lift_list strong {
  color: #444444;
}
.method_link {
  margin: auto;
  width: fit-content;
  display: block;
  color: #ffa98e;
  font-size: 14px;
  font-weight: 700;
  padding: 21px 16px;
  box-shadow: 0 0 6px rgba(151, 191, 210, 0.27);
  border-radius: 82px;
  background: #fff;
}
.method_link:hover {
  background: linear-gradient(89deg, #fff2ee 0%, #ffebf8 100%);
}
.banner {
  background: url('/uploads/pages/product-video-netflix/banner-bg.png') no-repeat center;
  background-size: cover;
  padding: 50px 0 130px;
  border-bottom: 20px #ff7979 solid;
}
.banner .container {
  width: 1200px;
  display: flex;
  align-items: center;
  column-gap: 31px;
}
.banner .container .product_min-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, #56d6ff 3%, #9f2bfb 8%, #ff5eef 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.banner .container .product_title {
  font-size: 42px;
  color: #2f2121;
}
.banner .container .product_desc {
  box-sizing: border-box;
  color: var(--primary-color);
  margin-top: 15px;
  font-weight: 600;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.67);
  box-shadow: 0 4px 0 #fab2b2;
  border-radius: 10px;
  border: 2px #ffffff solid;
  backdrop-filter: blur(4px);
  padding: 9px 14px;
  font-size: 16px;
}
.banner .container .product-introduce {
  margin-top: 18px;
  color: #606060;
  font-weight: 400;
  font-size: 16px;
}
.banner .container .product-introduce_item {
  line-height: 1.5;
}
.banner .container .product-introduce_item::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 8px;
  margin-right: 11px;
}
.banner .container .toggle {
  position: relative;
  z-index: 2;
  height: 29px;
  width: 155px;
  background: #ffd3d3;
  border-radius: 20px;
  margin-top: 15px;
}
.banner .container .toggle-choose {
  width: 155px;
  height: 29px;
  position: absolute;
  z-index: 2;
}
.banner .container .toggle-choose_btn {
  width: 74px;
  color: var(--primary-color);
  font-size: 11px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.banner .container .toggle-choose_btn img {
  margin-right: 10px;
}
.banner .container .toggle-choose .win_icon,
.banner .container .toggle-choose .mac_icon {
  margin-right: 8px;
}
.banner .container .toggle-choose .win_icon {
  background-position: -1036px -493px;
  width: 14px;
  height: 15px;
}
.banner .container .toggle-choose .mac_icon {
  background-position: -1059px -493px;
  width: 12px;
  height: 15px;
}
.banner .container .toggle .current_active {
  position: absolute;
  content: '';
  width: 74px;
  height: 23px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 17px;
  background: #fff;
  z-index: 1;
}
.banner .container .banner-btn {
  display: flex;
  margin-top: 20px;
  color: #fff;
}
.banner .container .banner-btn_icon {
  background-position: -376px -10px;
  width: 31px;
  height: 31px;
}
.banner .container .banner-btn .banner_mac_btn {
  background-position: -299px -10px;
  width: 26px;
  height: 31px;
}
.banner .container .banner-btn .banner_buy_btn {
  background-position: -335px -10px;
  width: 31px;
  height: 31px;
}
.banner .container .banner-btn_text span {
  font-weight: 700;
  font-size: 20px;
}
.banner .container .banner-btn_text p {
  font-size: 12px;
}
.banner .container .banner-btn_item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  column-gap: 15px;
}
.banner .container .banner-btn_download,
.banner .container .banner-btn_buy {
  box-sizing: border-box;
  flex: 0 0 200px;
  padding: 13px 21px 13px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  column-gap: 21px;
  transition: all 0.5s;
}
.banner .container .banner-btn_download {
  background: linear-gradient(90deg, #ff9264 0.04%, #ff4f4f 99.96%);
}
.banner .container .banner-btn_download:hover {
  background: linear-gradient(90deg, #e6835a 0.04%, #e64948 99.96%);
  transform: translateY(-10px);
}
.banner .container .banner-btn_buy {
  background: linear-gradient(90deg, #21df9b 0.04%, #00c6ba 99.96%);
}
.banner .container .banner-btn_buy:hover {
  background: linear-gradient(90deg, #1ec98d 0.04%, #01b3a7 99.96%);
  transform: translateY(-10px);
}
.banner .container .banner-btn .banner_mac {
  display: none;
}
.banner .container .tips {
  color: #848798;
  margin-top: 23px;
  line-height: 1.5;
  font-size: 14px;
}
.banner .container .tips strong {
  color: var(--primary-color);
}
.banner .product_pic {
  height: auto;
}
.merit {
  margin-top: -103px;
}
.merit .container {
  width: 1200px;
  background: #fff;
  border-radius: 20px;
}
.merit .merit-list {
  display: flex;
  column-gap: 88px;
  border-radius: 20px;
  padding: 37px 59px;
  box-shadow: 0 7px 13px rgba(38, 71, 121, 0.12);
}
.merit .merit-list_item {
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #606060;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merit .merit-list_item:hover {
  color: var(--primary-color);
  transform: translateY(-10px);
}
.merit .merit-list_item::after {
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 70%;
  background: #f2f2f2;
}
.merit .merit-list_item:last-child::after {
  display: none;
}
.merit .icon {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}
.merit .merit-icon_one {
  background-position: -1080px -493px;
}
.merit .merit-icon_two {
  background-position: -1144px -493px;
}
.merit .merit-icon_three {
  background-position: -1206px -493px;
}
.merit .merit-icon_four {
  background-position: -1269px -493px;
}
.merit .merit-icon_five {
  background-position: -1334px -493px;
}
.wrap2 {
  padding: 120px 0 0;
  position: relative;
}
.wrap2 .introduce-box {
  margin-top: 80px;
}
.wrap2 .introduce-box:nth-child(even) {
  flex-direction: row-reverse;
}
.wrap2::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 763px;
  height: 1705px;
  background: url('/uploads/pages/product-video-netflix/wrap2-before.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap2::after {
  z-index: -1;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 739px;
  height: 1705px;
  background: url('/uploads/pages/product-video-netflix/wrap2-after.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap3 {
  padding: 100px 0;
  background: linear-gradient(180deg, white 0%, #fff5f5 100%);
}
.wrap3 .icon {
  width: 60px;
  height: 53px;
}
.wrap3 .icon-extras1 {
  background-position: -1469px -497px;
}
.wrap3 .icon-extras2 {
  background-position: -1673px -497px;
}
.wrap3 .icon-extras3 {
  background-position: -1884px -499px;
}
.wrap3 .icon-extras4 {
  background-position: -1539px -499px;
}
.wrap3 .icon-extras5 {
  background-position: -1743px -495px;
}
.wrap3 .icon-extras6 {
  background-position: -1813px -497px;
}
.wrap3 .icon-extras7 {
  background-position: -1400px -504px;
}
.wrap3 .icon-extras8 {
  background-position: -1607px -501px;
}
.wrap3 .icon-extras9 {
  background-position: -1950px -498px;
}
.wrap3 .wrap3-swiper {
  margin-top: 62px;
}
.wrap3 .swiper-wrapper {
  gap: 50px 30px;
}
.wrap3 .swiper-slide {
  flex: 0 0 335px;
  height: auto;
  box-sizing: border-box;
  padding: 38px 13px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  border: 2px #ffb8b8 solid;
  line-height: 1.5;
  color: #606060;
  font-size: 16px;
  font-weight: 400;
}
.wrap3 .swiper-slide .slide_title {
  margin: 22px auto 14px;
  color: #444444;
  font-size: 16px;
  font-weight: 700;
}
.wrap3 .swiper-slide:hover {
  box-shadow: 0 4px 20px rgba(159, 80, 80, 0.15);
  border: 1px #fff solid;
}
.wrap4 {
  margin: 120px 0;
}
.wrap4 .method-box {
  margin-top: 95px;
  background: url('/uploads/pages/product-video-netflix/method-bg.png') no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  height: 100%;
  column-gap: 74px;
  position: relative;
}
.wrap4 .method-box::after {
  position: absolute;
  right: 60px;
  bottom: 130px;
  content: '';
  background: url('/uploads/pages/product-video-netflix/method-after.png') no-repeat center;
  background-size: 100% 100%;
  width: 199px;
  height: 224px;
}
.wrap4 .method_control {
  height: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 38px;
  position: relative;
}
.wrap4 .method_control .icon {
  width: 67px;
  height: 67px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.wrap4 .method_control::after {
  content: '';
  height: 99%;
  position: absolute;
  top: 0;
  left: 50%;
  border: 1px var(--primary-color) dashed;
}
.wrap4 .icon-method1 {
  background-position: -2322px -493px;
}
.wrap4 .icon-method1:hover,
.wrap4 .icon-method1.active {
  background-position: -2020px -493px;
}
.wrap4 .icon-method2 {
  background-position: -10px -573px;
}
.wrap4 .icon-method2:hover,
.wrap4 .icon-method2.active {
  background-position: -2095px -493px;
}
.wrap4 .icon-method3 {
  background-position: -85px -573px;
}
.wrap4 .icon-method3:hover,
.wrap4 .icon-method3.active {
  background-position: -2171px -493px;
}
.wrap4 .icon-method4 {
  background-position: -161px -573px;
}
.wrap4 .icon-method4:hover,
.wrap4 .icon-method4.active {
  background-position: -2246px -493px;
}
.wrap4 .method_right {
  flex: 0 0 570px;
  width: 570px;
}
.wrap4 .method-swiper {
  max-width: 100%;
  overflow: hidden;
}
.wrap4 .swiper-slide .slide_img {
  max-width: 100%;
  height: auto;
}
.wrap4 .swiper-slide .slide_text {
  margin: 26px 0;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.wrap4 .swiper-slide .slide_text strong {
  color: var(--primary-color);
}
.wrap6 {
  margin-top: 113px;
  overflow: hidden;
  padding: 120px 0;
  background: url('/uploads/pages/product-video-netflix/wrap6-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap6 .container {
  box-sizing: border-box;
  padding: 41px 210px;
  margin-bottom: 175px;
  box-shadow: 0 4px 20px rgba(159, 193, 224, 0.53);
  position: relative;
  border-radius: 17px;
  background: linear-gradient(to bottom, white 95%, transparent 95%), linear-gradient(89deg, #ff8ec4 0%, #ff985e 100%);
}
.wrap6 .container::before,
.wrap6 .container::after {
  position: absolute;
  content: '';
  background-size: 2457px 1598px;
  background-repeat: no-repeat;
  background-image: url('/uploads/pages/sprite2.png');
  display: inline-block;
  flex-shrink: 0;
}
.wrap6 .container::before {
  left: 9px;
  top: 40px;
  background-position: -150px -708px;
  width: 174px;
  height: 172px;
}
.wrap6 .container::after {
  right: 9px;
  bottom: 40px;
  background-position: -378px -725px;
  width: 174px;
  height: 166px;
}
.wrap6 .satisfied-swiper {
  overflow: hidden;
  margin: 47px 0;
  background: linear-gradient(to right, #fcf2fb 0%, #f2f1fb 100%);
  border-radius: 15px;
  border: 1px rgba(82, 157, 247, 0.4) solid;
}
.wrap6 .satisfied-swiper .satisfied-button-prev,
.wrap6 .satisfied-swiper .satisfied-button-next {
  top: 210px;
  left: unset;
  right: 270px;
}
.wrap6 .satisfied-swiper .satisfied-button-prev::after,
.wrap6 .satisfied-swiper .satisfied-button-next::after {
  content: '';
  background-size: 2457px 1598px;
  background-repeat: no-repeat;
  background-image: url('/uploads/pages/sprite2.png');
  display: inline-block;
  flex-shrink: 0;
  background-position: -1766px -99px;
  width: 14px;
  height: 16px;
}
.wrap6 .satisfied-swiper .satisfied-button-prev:hover::after,
.wrap6 .satisfied-swiper .satisfied-button-next:hover::after {
  background-position: -1826px -99px;
}
.wrap6 .satisfied-swiper .satisfied-pagination {
  bottom: 40px;
}
.wrap6 .satisfied-swiper .satisfied-button-next {
  right: 242px;
}
.wrap6 .satisfied-swiper .satisfied-button-next::after {
  background-position: -1860px -99px;
}
.wrap6 .satisfied-swiper .satisfied-button-next:hover::after {
  background-position: -1800px -99px;
}
.wrap6 .satisfied-swiper .swiper-pagination-bullet {
  background: #ff7dcc;
  bottom: 0;
}
.wrap6 .satisfied-swiper .swiper-slide {
  display: flex;
  align-items: center;
  column-gap: 26px;
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 22px 23px;
  box-sizing: border-box;
}
.wrap6 .satisfied-swiper .swiper-slide .icon {
  width: 125px;
  height: 125px;
}
.wrap6 .satisfied-swiper .swiper-slide .icon-avatar1 {
  background-position: -763px -573px;
}
.wrap6 .satisfied-swiper .swiper-slide .icon-avatar2 {
  background-position: -898px -573px;
}
.wrap6 .satisfied-swiper .swiper-slide .icon-avatar3 {
  background-position: -1032px -573px;
}
.wrap6 .satisfied-swiper .swiper-slide .icon-star {
  background-position: -1270px -98px;
  width: 108px;
  height: 19px;
}
.wrap6 .satisfied-swiper .slide_author,
.wrap6 .satisfied-swiper .slide_title {
  margin: 7px 0;
}
.wrap6 .roll-swiper {
  margin-top: 66px;
  overflow: hidden;
  position: relative;
}
.wrap6 .roll-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.wrap6 .roll-swiper .swiper-slide {
  box-sizing: border-box;
  width: 550px;
  height: auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
}
.wrap6 .roll-swiper .swiper-slide .slide_desc {
  margin-top: 18px;
}
.wrap6 .roll-swiper .swiper-slide .icon {
  height: 81px;
}
.wrap6 .roll-swiper .swiper-slide .icon-logo1 {
  background-position: -1463px -575px;
  width: 201px;
}
.wrap6 .roll-swiper .swiper-slide .icon-logo2 {
  background-position: -1675px -573px;
  width: 174px;
}
.wrap6 .roll-swiper .swiper-slide .icon-logo3 {
  background-position: -1860px -576px;
  width: 199px;
}
.wrap6 .roll-swiper .swiper-slide .icon-logo4 {
  background-position: -2069px -573px;
  width: 81px;
}
.wrap6 .roll-swiper .swiper-slide .icon-logo5 {
  background-position: -2159px -573px;
  width: 277px;
}
.faq {
  margin-top: 135px;
}
.faq .faq-collaps_wrap {
  width: var(--page-width);
  margin: 56px auto 0;
  position: relative;
  z-index: 2;
}
.faq .faq-collaps_wrap .faq-collapse_item {
  border-radius: 6px;
  background: #f2f7ff;
  transition: max-height 0.2s ease-out;
  margin-bottom: 16px;
  cursor: pointer;
}
.faq .faq-collaps_wrap .faq-collapse_item .collapse-text {
  border-radius: 6px;
  padding: 28px 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: #f19898;
}
.faq .faq-collaps_wrap .faq-collapse_item .collapse-text h3 {
  font-weight: 700;
  font-size: 24px;
  margin-right: 10px;
}
.faq .faq-collaps_wrap .faq-collapse_item .collapse-text:hover {
  background: #ff8686;
}
.faq .faq-collaps_wrap .faq-collapse_item .collapse-text .icon-arrow {
  background-position: -2119px -95px;
  width: 29px;
  height: 17px;
  transition: all 0.5s;
}
.faq .faq-collaps_wrap .active {
  transition: all 0.2s;
  border: 1px solid #f35f5f;
}
.faq .faq-collaps_wrap .active .icon-arrow {
  transform: rotate(180deg);
}
.faq .faq-collaps_wrap .active .collapse-text {
  background: var(--primary-color);
}
.faq .faq-collaps_wrap .active .collapse-text:hover {
  background: var(--primary-color);
}
.faq .faq-collaps_wrap .active .collapse-content {
  padding: 20px 38px;
  max-height: 400px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.faq .faq-collaps_wrap .collapse-content {
  border-radius: 6px;
  padding: 0 38px;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  font-size: 16px;
  color: #606060;
  line-height: 1.5;
  background: #fff5f5;
}
.faq .faq-collaps_wrap .collapse-content li {
  list-style-position: outside;
  margin-left: 20px;
}
.faq .faq-collaps_wrap .collapse-content ol li {
  list-style-type: decimal;
}
.faq .faq-collaps_wrap .collapse-content ul li {
  list-style-type: disc;
}
.faq .faq-collaps_wrap .collapse-content a {
  color: var(--primary-color);
}
.cta {
  margin-top: 135px;
}
.cta-desc {
  font-weight: 600;
  text-align: center;
  width: var(--page-width);
  color: #656565;
  font-size: 16px;
  margin: 20px auto 60px auto;
  line-height: 1.5;
}
.cta-info {
  border-radius: 18px;
  background: linear-gradient(247deg, rgba(82, 157, 247, 0.08) 0%, rgba(255, 123, 226, 0.05) 100%);
  padding: 38px 0 30px 20px;
  display: flex;
  margin: 40px auto 0 auto;
  justify-content: space-between;
  width: calc(var(--page-width) - 120px);
}
.cta-info_item {
  position: relative;
  padding: 0 27px;
}
.cta-info_item .item-title {
  display: flex;
  align-items: center;
}
.cta-info_item .item-title svg {
  margin-right: 10px;
  fill: #e43939;
}
.cta-info_item .item-title_text {
  color: #e43939;
  font-size: 14px;
  font-weight: 600;
  margin-left: 12px;
}
.cta-info_item .item-desc {
  margin-top: 7px;
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.cta-info_item .star {
  display: flex;
  margin-top: 5px;
}
.cta-info_item:nth-child(1) .item-desc {
  width: 209px;
}
.cta-info_item:not(:last-child):after {
  content: '';
  width: 1px;
  height: 35px;
  background: #cecece;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cta-info_item:last-child {
  padding: 0 20px 0 40px;
}
.cta .method_link {
  margin: 30px auto 0;
}
.cta .icon1 {
  background-position: -2058px -1095px;
  width: 22px;
  height: 18px;
}
.cta .icon2 {
  background-position: -2092px -1093px;
  width: 20px;
  height: 20px;
}
.cta .icon3 {
  background-position: -2126px -1094px;
  width: 21px;
  height: 20px;
}
.cta .icon4 {
  background-position: -2160px -1093px;
  width: 22px;
  height: 22px;
}
.cta .icon-star {
  background-position: -2022px -97px;
  width: 88px;
  height: 16px;
}
@media (max-width: 768px) {
  .product-video-netflix {
    padding-bottom: 60px;
  }
  .container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
  h2 {
    font-size: 22px;
  }
  .try_box {
    column-gap: 20px;
  }
  .try_box .try_btn {
    column-gap: 9px;
    font-size: 16px;
    padding: 16px 20px;
    border-radius: 12px;
  }
  .try_box .icon-win {
    background-position: -2191px -97px;
    width: 17px;
    height: 17px;
  }
  .try_box .icon-mac {
    background-position: -2218px -97px;
    width: 14px;
    height: 17px;
  }
  .introduce-box {
    flex-direction: column;
    gap: 28px 0;
    font-size: 12px;
  }
  .introduce-box h3 {
    font-size: 16px;
    margin-bottom: 16px;
    width: 100%;
  }
  .introduce-box .introduce-lift_text {
    margin-top: 16px;
  }
  .introduce-box .introduce-lift_list {
    padding: 12px 16px;
  }
  .introduce-box .introduce_right {
    width: 95%;
    height: auto;
  }
  .method_link {
    font-size: 12px;
    padding: 12px 14px;
    text-align: center;
  }
  .banner {
    background: url('/uploads/pages/product-video-netflix/banner-bg-mb.png') no-repeat center;
    background-size: cover;
    padding: 48px 0;
  }
  .banner .container {
    width: 100%;
    flex-direction: column;
    gap: 20px 0;
  }
  .banner .container .product_min-title {
    font-size: 24px;
  }
  .banner .container .product_title {
    font-size: 32px;
  }
  .banner .container .product_desc {
    font-size: 12px;
  }
  .banner .container .product-introduce {
    font-size: 12px;
  }
  .banner .container .product-introduce_item::before {
    margin-right: 9px;
  }
  .banner .container .toggle {
    margin: 30px auto 0;
  }
  .banner .container .banner-btn_icon {
    background-position: -2241px -97px;
    width: 28px;
    height: 27px;
  }
  .banner .container .banner-btn .banner_mac_btn {
    background-position: -1399px -366px;
    width: 22px;
    height: 27px;
  }
  .banner .container .banner-btn .banner_buy_btn {
    background-position: -2278px -97px;
    width: 28px;
    height: 27px;
  }
  .banner .container .banner-btn_text span {
    font-size: 16px;
  }
  .banner .container .banner-btn_text p {
    font-size: 10px;
  }
  .banner .container .banner-btn_item {
    column-gap: 12px;
  }
  .banner .container .banner-btn_download,
  .banner .container .banner-btn_buy {
    flex: 0 0 155px;
    padding: 7px;
    column-gap: 10px;
  }
  .banner .container .tips {
    margin-top: 20px;
    font-size: 12px;
  }
  .banner .product_pic {
    width: 100%;
  }
  .merit {
    display: none;
  }
  .wrap2 {
    padding: 60px 0;
  }
  .wrap2::before,
  .wrap2::after {
    display: none;
  }
  .wrap2 .introduce-box {
    margin-top: 60px;
  }
  .wrap2 .introduce-box:nth-child(even) {
    flex-direction: column;
  }
  .wrap3 {
    padding: 60px 0;
    overflow: hidden;
  }
  .wrap3 .wrap3-swiper {
    position: relative;
    margin-top: 49px;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .wrap3 .swiper-wrapper {
    gap: 0;
  }
  .wrap3 .swiper-slide {
    flex: 0 0 100%;
    padding: 40px 23px;
    border: none;
  }
  .wrap3 .swiper-slide .slide_title {
    margin: 16px auto;
    font-size: 16px;
  }
  .wrap3::before {
    top: 200px;
    left: -100px;
  }
  .wrap3::after {
    top: 0;
    right: -150px;
  }
  .wrap4 {
    background: linear-gradient(180deg, white 0%, #f5fbff 100%);
    margin: 100px 0;
  }
  .wrap4 .method-box {
    flex-direction: column;
    gap: 25px 0;
    margin-top: 40px;
  }
  .wrap4 .method-box::after {
    display: none;
  }
  .wrap4 .method_control {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 0;
  }
  .wrap4 .method_control .icon {
    width: 57px;
    height: 57px;
  }
  .wrap4 .method_control::after {
    content: '';
    width: 99%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px var(--primary-color) dashed;
  }
  .wrap4 .icon-method1 {
    background-position: -302px -573px;
  }
  .wrap4 .icon-method1:hover,
  .wrap4 .icon-method1.active {
    background-position: -236px -573px;
  }
  .wrap4 .icon-method2 {
    background-position: -434px -573px;
  }
  .wrap4 .icon-method2:hover,
  .wrap4 .icon-method2.active {
    background-position: -368px -573px;
  }
  .wrap4 .icon-method3 {
    background-position: -566px -573px;
  }
  .wrap4 .icon-method3:hover,
  .wrap4 .icon-method3.active {
    background-position: -500px -573px;
  }
  .wrap4 .icon-method4 {
    background-position: -697px -573px;
  }
  .wrap4 .icon-method4:hover,
  .wrap4 .icon-method4.active {
    background-position: -631px -573px;
  }
  .wrap4 .method_right {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 25px;
  }
  .wrap4 .method-swiper {
    max-width: 100%;
    overflow: hidden;
  }
  .wrap4 .swiper-slide .slide_img {
    width: 100%;
    height: auto;
  }
  .wrap4 .swiper-slide .slide_text {
    margin: 26px 0;
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .wrap4 .swiper-slide .slide_text strong {
    color: var(--primary-color);
  }
  .wrap6 {
    margin-top: 60px;
    padding: 60px 0;
  }
  .wrap6 .container {
    padding: 41px 27px;
    margin-bottom: 60px;
    background: none;
    box-shadow: none;
  }
  .wrap6 .container::before,
  .wrap6 .container::after {
    display: none;
  }
  .wrap6 .satisfied-swiper {
    margin: 40px 0;
    background: linear-gradient(to bottom, white 95%, transparent 95%), linear-gradient(89deg, #ff8ec4 0%, #ff985e 100%);
    box-shadow: 0 4px 20px rgba(159, 193, 224, 0.53);
    padding-bottom: 20px;
    border: none;
  }
  .wrap6 .satisfied-swiper .satisfied-button-prev,
  .wrap6 .satisfied-swiper .satisfied-button-next {
    display: none;
  }
  .wrap6 .satisfied-swiper .swiper-slide {
    height: auto;
    flex-direction: column;
    text-align: center;
    gap: 26px;
    font-size: 12px;
    padding: 22px 23px 34px;
  }
  .wrap6 .satisfied-swiper .slide_author,
  .wrap6 .satisfied-swiper .slide_title {
    margin: 7px 0;
  }
  .wrap6 .roll-swiper {
    margin: 30px 15px 0;
    padding-bottom: 40px;
  }
  .faq {
    margin-top: 60px;
  }
  .faq .faq-collaps_wrap {
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
  .faq .faq-collaps_wrap .faq-collapse_item {
    margin-bottom: 20px;
  }
  .faq .faq-collaps_wrap .faq-collapse_item .collapse-text {
    padding: 20px;
  }
  .faq .faq-collaps_wrap .faq-collapse_item .collapse-text h3 {
    font-size: 16px;
  }
  .faq .faq-collaps_wrap .active .collapse-content {
    padding: 20px;
    max-height: 400px;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
  }
  .faq .faq-collaps_wrap .collapse-content {
    padding: 0 20px;
    font-size: 14px;
  }
  .cta {
    padding: 0 var(--page-padding-x) 20px var(--page-padding-x);
  }
  .cta-desc {
    width: auto;
    font-size: 14px;
  }
  .cta .video-download-wrap {
    justify-content: space-between;
  }
  .cta .video-download-wrap_btn {
    margin: 0;
  }
  .cta-info {
    flex-direction: column;
    padding: 30px 0 10px 20px;
    width: auto;
  }
  .cta-info_item {
    padding: 0;
    margin-bottom: 30px;
  }
  .cta-info_item::after {
    display: none;
  }
  .cta-info_item:last-child {
    padding: 0;
  }
}
