:root {
  --page-width: 1080px;
  --page-padding-x: 16px;
  --page-theme: #c20907;
  --swiper-pagination-color: #2f2f2f;
  --swiper-theme-color: var(--page-theme);
  --swiper-pagination-bullet-inactive-color: #2f2f2f;
}
.spite2 {
  display: inline-block;
  background: url("../img/product-apple-tv-plus-video/sprite2.png") no-repeat;
  background-size: 143px 80px;
}
.icon {
  display: inline-block;
  background: url("../img/product-netfilx/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: 16px;
  height: 20px;
}
.icon-mac {
  background-position: -189px -256px;
  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-image: url("../img/product-apple-tv-plus-video/icon-buy.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 17px;
  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 {
  display: inline-block;
  background: url("../img/product-apple-tv-plus-video/sprite2.png") no-repeat;
  background-size: 143px 80px;
  background-position: -4px -8px;
  width: 36px;
  height: 26px;
}
.settings-audio {
  display: inline-block;
  background: url("../img/product-apple-tv-plus-video/sprite2.png") no-repeat;
  background-size: 143px 80px;
  background-position: -62px -8px;
  width: 36px;
  height: 26px;
}
.settings-set {
  display: inline-block;
  background: url("../img/product-apple-tv-plus-video/sprite2.png") no-repeat;
  background-size: 143px 80px;
  background-position: -111px -8px;
  width: 36px;
  height: 27px;
}
.icon-next {
  background-position: -853px -1px;
  width: 44px;
  height: 20px;
}
.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: 46px;
  font-weight: 700;
  line-height: 1.2;
}
.section-title {
  margin: 0 auto;
  font-size: 30px;
  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: 17px 42px;
  flex-shrink: 0;
  border-radius: 16px;
  transition: all 0.3s;
  border-radius: 6px;
  background: linear-gradient(90deg, #02a979 0%, #3fdd73 100%);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #02a979 0%, #3fdd73 100%);
}
.btn .icon {
  margin-right: 10px;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.apple-banner {
  width: 100%;
  position: relative;
  background: url("../img/product-apple-tv-plus-video/banner-bg.webp") no-repeat;
  background-size: 100% 100%;
}
.apple-banner .gradient-border-text {
  position: absolute;
  top: -10%;
  left: 0;
  font-size: 280px;
}
.apple-banner .gradient-border-text::after {
  top: 0;
}
.apple-banner .font-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 4%;
}
.apple-banner .content-box {
  display: flex;
  padding-top: 120px;
  padding-bottom: 68px;
}
.apple-banner .apple-banner-content {
  flex: 1;
  padding-right: 50px;
}
.apple-banner .apple-banner-content .page-title {
  margin-bottom: 14px;
  color: #fff;
}
.apple-banner .apple-banner-content .banner-min-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-align: left;
  color: #fff;
}
.apple-banner .apple-banner-content .banner-text {
  margin-top: 16px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
}
.apple-banner .apple-banner-content .banner-btn-box {
  display: flex;
}
.apple-banner .apple-banner-content .banner-btn-box .btn:hover {
  filter: drop-shadow(0px 9px 55.5px rgba(77, 255, 178, 0.58));
}
.apple-banner .apple-banner-content .banner-btn-box .btn-buy {
  margin-left: 20px;
  background: #fff;
  color: #02a979;
}
.change-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  width: max-content;
  margin-bottom: 26px;
  background: #898989;
  border-radius: 40px;
  text-align: center;
}
.change-button .button-item {
  display: inline-block;
  position: relative;
  padding: 6px 16px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background: transparent;
  color: #040404;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  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: 6px 16px;
  border-radius: 40px;
  z-index: 99;
  background: #fff;
}
.change-button .button-item .icon-svg {
  display: inline-block;
  margin-right: 3px;
}
.change-button .button-item .windows {
  width: 10px;
  height: 10px;
  background-image: url("../img/product-apple-tv-plus-video/black-win.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.change-button .button-item .mac {
  width: 10px;
  height: 12px;
  background-image: url("../img/product-apple-tv-plus-video/black-mac.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner-right {
  flex: 1;
}
.right-img-box {
  height: fit-content;
}
.right-img-box iframe {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  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: #FFFFFF66;
  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: -60px -45px -45px;
  position: relative;
  z-index: 1;
}
.right-module {
  width: fit-content;
  padding: 13px 18px;
  margin-top: 13px;
  background: url("../img/product-apple-tv-plus-video/module-bg.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.right-module .module_logo {
  flex-shrink: 0;
  margin-right: 12px;
}
.right-module .module_desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.right-module .module-desc_title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
.right-module .module-desc_txt {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
}
.right-module .desc-more_btn {
  display: block;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 16px;
  color: #00a772;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 12px;
  transform: translateY(12px);
}
.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: #06ac78;
  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: #06ac78;
}
.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: 5px;
  background: #06ac78;
  font-weight: 700;
}
.nav-btn .btn-box .btn .icon {
  margin-right: 0;
  margin-left: 12px;
}
.nav-btn .btn-box .btn:hover {
  background: #048c61;
}
.nav-btn .btn-box .btn-buy {
  margin-left: 36px;
}
.nav-btn .btn-box .btn-buy:hover {
  background: #06ac78;
  color: #fff;
}
.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: 543px;
  position: relative;
}
.article .img-box .download-img {
  transform: translateX(-50px);
}
.article .img-box img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.article .article-content {
  flex: 1;
  margin-left: 90px;
}
.article .article-title {
  text-align: left;
  font-size: 29px;
}
.article .article-des {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #545454;
}
.article .article-des .color {
  font-weight: 700;
  color: #c20a08;
}
.article .article-des .color:hover {
  border-bottom: 1px solid #c20a08;
}
.article:nth-child(even) .font-img {
  right: 0;
  left: unset;
}
.article:nth-child(even) .img-box::after {
  left: unset;
  right: 0;
}
.article:nth-child(even) .article-content {
  margin: 0 90px 0 0;
}
.settings-box {
  padding-top: 100px;
  padding-bottom: 156px;
  position: relative;
  background: url(../img/product-apple-tv-plus-video/wrap2-bg.webp) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.settings-box .font-img {
  position: absolute;
  left: -2%;
  bottom: 0;
}
.settings-box .section-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  max-width: 100%;
}
.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;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0 7px 21.4px 0 #36604c26;
  font-weight: 700;
  color: #2a473f;
  cursor: pointer;
}
.settings-box .settings-list .settings-item .setting-title {
  font-size: 20px;
}
.settings-box .settings-list .settings-item.active {
  color: #ffffff;
  background: linear-gradient(90deg, #02a979 0%, #3fdd73 100%);
}
.settings-box .settings-list .settings-item.active .settings-dow {
  background-position: -5px -47px;
}
.settings-box .settings-list .settings-item.active .settings-audio {
  background-position: -63px -48px;
}
.settings-box .settings-list .settings-item.active .settings-set {
  background-position: -111px -48px;
}
.settings-box .settings-list .icon {
  margin-right: 8px;
}
.settings-box .settings-swiper {
  margin-top: 48px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 64px 112px 0 rgba(153, 153, 153, 0.25);
  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: solid 4px transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  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: 28px;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  color: #232323;
}
.settings-box .swiper-slide .settings-item-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  color: #545454;
}
.settings-box .swiper-slide .settings-item-text .color {
  color: attr(data-color);
}
.settings-box .swiper-slide .introduce-item-icon {
  position: absolute;
  right: 30px;
  bottom: 24px;
  content: "";
}
.settings-box .swiper-slide .introduce-item-icon.icon1 {
  background: url("../img/product-apple-tv-plus-video/icon1.png") no-repeat;
  background-size: 100% 100%;
  width: 112px;
  height: 98px;
}
.settings-box .swiper-slide .introduce-item-icon.icon2 {
  background: url("../img/product-apple-tv-plus-video/icon2.png") no-repeat;
  background-size: 100% 100%;
  width: 110px;
  height: 96px;
}
.settings-box .swiper-slide .introduce-item-icon.icon3 {
  background: url("../img/product-apple-tv-plus-video/icon3.png") no-repeat;
  background-size: 100% 100%;
  width: 112px;
  height: 98px;
}
.download-box {
  padding-top: 100px;
  padding-bottom: 90px;
  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: 60px;
}
.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;
  align-items: center;
  padding: 14px;
  position: relative;
  background: white;
  border: solid 2px #b9b9b9;
  border-radius: 16px;
  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: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #2c2c2c;
}
.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 {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.settings-box .btn-box .btn,
.download-box .btn-box .btn {
  border-radius: 12px;
}
.settings-box .btn-box .btn-mac,
.download-box .btn-box .btn-mac {
  margin-left: 36px;
}
.steps-box {
  padding-top: 75px;
  padding-bottom: 70px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.steps-box .font-img {
  position: absolute;
  left: -2%;
  bottom: 0;
}
.steps-box .steps-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #5b5b5b 0%, #282828 100%);
  padding: 34px 26px;
}
.steps-box .steps-swiper {
  position: relative;
  padding-bottom: 20px;
}
.steps-box .steps-swiper .steps-swiper-pagination {
  display: block;
  position: absolute;
  bottom: -3px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
}
.steps-box .steps-swiper {
  max-width: 560px;
  overflow: hidden;
}
.steps-box .steps-item {
  background: #fff;
}
.steps-box .steps-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.steps-box .steps-list {
  flex: 1;
  margin-left: 40px;
}
.steps-box .steps-list-swiper-content {
  flex-direction: column;
  height: fit-content;
}
.steps-box .steps-list-swiper-content .swiper-slide {
  border-radius: 6px;
  padding: 16px 16px 10px;
}
.steps-box .step {
  margin-bottom: 0;
  cursor: pointer;
}
.steps-box .step .step-number {
  display: flex;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.steps-box .step .step-number .color {
  flex-shrink: 0;
}
.steps-box .step .step-text {
  flex: 1;
}
.steps-box .step .step-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.steps-box .step .step-des {
  margin-top: 8px;
  max-height: 30px;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  font-size: 14px;
  line-height: 200%;
  color: #888;
}
.steps-box .step:last-child {
  margin-top: 0;
}
.steps-box .step.active {
  background: linear-gradient(90deg, #000 0%, rgba(27, 27, 27, 0.31) 100%);
  margin-bottom: 16px;
}
.steps-box .step.active .step-title {
  color: #fff;
}
.steps-box .step.active .step-des {
  max-height: 110px;
  opacity: 1;
  color: #fff;
}
.steps-box .btn-box {
  display: flex;
  justify-content: space-evenly;
  margin-top: 48px;
}
.steps-box .btn-box .btn {
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 18px;
  border: 1px solid #c8c2c2;
  color: #02a979;
  font-weight: 700;
  background: #fff;
}
.steps-box .btn-box .btn:hover {
  background: #e8fff8;
}
.steps-box .btn-box .btn:hover .icon-next {
  transform: translateX(8px);
}
.steps-box .btn-box .icon-next {
  margin-left: 8px;
  transition: all 0.3s;
}
.media-box {
  padding-top: 43px;
  padding-bottom: 120px;
  background: url(../img/product-apple-tv-plus-video/media-bg.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.media-box .section-title {
  color: #fff;
}
.media-box .media-swiper {
  margin-top: 70px;
}
.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: 523px;
  height: 249px;
  padding: 24px 26px;
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 22px 81.5px 0 #a96da921;
}
.media-box .media-item .media-des {
  font-size: 15px;
  line-height: 1.8;
  color: #525252;
}
.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;
  color: #525252;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 200%;
}
.faqs {
  padding-top: 90px;
}
.faqs .questions-collapse {
  margin-top: 40px;
}
.faqs .questions-collapse .collapse-item {
  margin-top: 13px;
  cursor: pointer;
}
.faqs .questions-collapse .collapse-item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 16px 24px;
  border: 1px solid #dfdfdf;
  background: #f8f8f8;
}
.faqs .questions-collapse .collapse-item .item-header .item-title {
  font-size: 18px;
  line-height: 200%;
  color: #2c2c2c;
  font-weight: 700;
}
.faqs .questions-collapse .collapse-item .item-header .icon-box {
  background: url(../img/product-apple-tv-plus-video/arrow-up.png) no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.faqs .questions-collapse .collapse-item .item-content {
  display: none;
  padding: 16px 24px;
  overflow: hidden;
  border: 1px solid #f8f8f8;
  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: #02a979;
}
.faqs .questions-collapse .collapse-item .item-content .item-desc .color:hover {
  border-bottom: 1px solid #02a979;
}
.faqs .questions-collapse .collapse-item:first-child .item-content {
  display: block;
}
.faqs .questions-collapse .collapse-item.collapse-item-active .item-header {
  padding-bottom: 20px;
}
.faqs .questions-collapse .collapse-item.collapse-item-active .item-header .icon-box {
  transform: rotate(0);
}
.freeDownload-box {
  margin-top: 160px;
  padding-top: 75px;
  padding-bottom: 90px;
  position: relative;
  background: url(../img/product-apple-tv-plus-video/freeDownload-bg.webp) no-repeat center center;
  background-size: cover;
}
.freeDownload-box .section-title {
  color: #fff;
  max-width: 700px;
}
.freeDownload-box .freeDownload-des-box {
  margin-bottom: 24px;
  box-sizing: border-box;
}
.freeDownload-box .freeDownload-des {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.freeDownload-box .product-down {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.freeDownload-box .product-down .img-box img {
  width: 100%;
}
.freeDownload-box .btn-box {
  display: flex;
}
.freeDownload-box .btn-box .btn {
  border-radius: 8px;
  font-size: 18px;
}
.freeDownload-box .btn-box .btn:hover {
  filter: drop-shadow(0px 9px 55.5px rgba(77, 255, 178, 0.58));
}
.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;
}
.freeDownload-box .btn-box .btn-mac .icon {
  background-image: url(../img/product-apple-tv-plus-video/macos.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.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;
}
@media (max-width: 980px) {
  .content-box {
    padding-inline: var(--page-padding-x);
  }
  .page-title {
    font-size: 30px;
  }
  .section-title {
    font-size: 28px;
  }
  .btn {
    font-size: 16px;
    padding: 14px 25px;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .apple-banner {
    overflow: hidden;
    box-sizing: border-box;
    padding-inline: var(--page-padding-x);
  }
  .apple-banner .content-box {
    flex-direction: column;
    align-items: center;
    padding-inline: 0;
    padding: 80px 0;
  }
  .apple-banner .apple-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .apple-banner .apple-banner-content .banner-min-title {
    font-size: 12px;
  }
  .apple-banner .apple-banner-content .banner-text {
    font-size: 14px;
    margin-top: 12px;
  }
  .apple-banner .change-button {
    width: fit-content;
  }
  .apple-banner .banner-right {
    flex: 1;
    width: 100%;
  }
  .apple-banner .right-img-box .video-wrap-box {
    width: 100%;
    height: 200px;
  }
  .apple-banner .right-img-box iframe {
    width: 100%;
    margin: 0 auto;
  }
  .apple-banner .right-img-box .right-img_after {
    max-width: 117%;
    margin: -60px auto -45px;
    transform: translateX(-7%);
  }
  .right-module {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  .right-module .module_logo {
    margin-right: 10px;
    width: 37px;
    height: auto;
  }
  .right-module .module-desc_title {
    font-size: 9px;
  }
  .right-module .module-desc_txt {
    font-size: 7px;
    margin: 5px 0 0;
  }
  .right-module .desc-more_img {
    width: 60%;
    height: auto;
  }
  .right-module .desc-more_btn {
    font-size: 6px;
    padding: 5px;
    transform: translateY(10px);
  }
  .article {
    overflow: hidden;
    margin: 40px 0;
  }
  .article .content-box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .article .article-content {
    margin-left: 0;
    border-bottom: 1px dashed #f0f0f0;
    padding-bottom: 40px;
  }
  .article .img-box {
    max-width: 100%;
    margin-top: 42px;
  }
  .article .article-title,
  .article .article-des {
    padding-left: 0;
  }
  .article .article-title {
    font-size: 21px;
  }
  .article .article-des {
    font-size: 14px;
  }
  .article:nth-child(even) .content-box {
    flex-direction: column;
  }
  .article:nth-child(even) .article-content {
    margin: 0;
  }
  .settings-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(180deg, rgba(83, 83, 83, 0.7) 0%, rgba(45, 45, 45, 0.7) 100%), url(<path-to-image>) lightgray -2190.644px -428.233px / 868.465% 191.359% no-repeat;
  }
  .settings-box .section-title {
    font-size: 27px;
  }
  .settings-box .settings-list {
    justify-content: center;
    gap: 40px;
  }
  .settings-box .settings-list .settings-item {
    padding: 10px 14px;
    margin-top: 20px;
    flex: unset;
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    width: max-content;
  }
  .settings-box .settings-list .settings-item i {
    margin: 0;
    width: 30px;
  }
  .settings-box .settings-list .settings-item .settings-audio {
    width: 26px;
  }
  .settings-box .settings-list .settings-item .setting-title {
    display: none;
  }
  .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: 15px;
  }
  .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 {
    margin-top: 40px;
  }
  .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: 30px;
  }
  .settings-box .btn-box .btn-mac,
  .download-box .btn-box .btn-mac {
    margin-left: 0;
  }
  .steps-box {
    padding-top: 34px;
    padding-bottom: 40px;
  }
  .steps-box .steps-content {
    background: unset;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 30px;
    padding: 0;
  }
  .steps-box .steps-swiper {
    max-width: 100%;
    height: 228px;
  }
  .steps-box .steps-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
  .steps-box .steps-list-swiper-content {
    flex-direction: row;
  }
  .steps-box .steps-swiper .steps-swiper-pagination {
    display: none;
  }
  .steps-box .steps-item {
    width: 100%;
  }
  .steps-box .steps-item img {
    width: 100%;
  }
  .steps-box .step {
    font-size: 14px;
    min-height: 120px;
  }
  .steps-box .step.swiper-slide {
    padding: 0;
  }
  .steps-box .step.active {
    background: unset;
  }
  .steps-box .step.active .step-number {
    justify-content: center;
    color: #2c2c2c;
  }
  .steps-box .step.active .step-title {
    color: #2c2c2c;
  }
  .steps-box .step.active .step-des {
    color: #545454;
  }
  .steps-box .step .step-number {
    font-size: 14px;
  }
  .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 {
    font-size: 14px;
  }
  .steps-box .step .step-des {
    min-height: auto;
    font-size: 12px;
  }
  .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;
  }
  .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);
    background: #1f1f1f;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .media-box .media-swiper {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .media-box .media-item {
    border-radius: 10px;
    height: auto;
  }
  .media-box .media-item .media-des {
    font-size: 14px;
  }
  .media-box .media-item .company-name {
    font-size: 18px;
  }
  .media-box .media-item .company-name .name {
    margin-bottom: 4px;
  }
  .media-box .media-swiper-pagination {
    text-align: center;
    margin-top: 20px;
    --swiper-pagination-color: #fff;
    --swiper-theme-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
  }
  .freeDownload-box {
    background: #1f1f1f;
  }
  .freeDownload-box .freeDownload-des-box {
    width: 100%;
  }
  .freeDownload-box .btn-box {
    display: flex;
    justify-content: space-evenly;
    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;
  }
}
@media (max-width: 580px) {
  .apple-banner {
    background-image: url(../img/product-apple-tv-plus-video/banner-bg-mb.webp);
  }
  .apple-banner .content-box {
    padding: 40px 0 50px;
  }
  .apple-banner .right-img-box iframe {
    height: 200px;
  }
  .apple-banner .apple-banner-content .banner-btn-box .btn-buy {
    margin-left: 18px;
  }
  .article .img-box {
    display: none;
  }
  .article:nth-child(even) .img-box::after {
    right: 0;
  }
  .settings-box {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .settings-box .settings-list {
    margin-top: 20px;
  }
  .settings-box .settings-list .settings-item {
    margin-top: 14px;
    font-size: 18px;
  }
  .settings-box .settings-swiper {
    margin-top: 20px;
    box-shadow: unset;
  }
  .settings-box .swiper-slide {
    padding: 22px 16px;
  }
  .settings-box .swiper-slide .settings-item-title {
    font-size: 16px;
  }
  .settings-box .swiper-slide .settings-item-text {
    font-size: 12px;
  }
  .download-box {
    padding-top: 74px;
    padding-bottom: 86px;
  }
  .download-box .section-title {
    font-size: 24px;
  }
  .download-box .download-item {
    padding: 14px;
  }
  .download-box .download-swiper-pagination {
    margin-top: 16px;
  }
  .media-box .media-swiper {
    margin-top: 50px;
  }
  .faqs {
    padding-top: 80px;
  }
  .faqs .questions-collapse .collapse-item .item-header {
    padding: 14px;
  }
  .faqs .questions-collapse .collapse-item .item-header .item-title {
    font-size: 14px;
  }
  .faqs .questions-collapse .collapse-item .item-content {
    padding: 10px;
  }
  .faqs .questions-collapse .collapse-item .item-content .item-desc {
    font-size: 14px;
  }
  .freeDownload-box {
    margin-top: 80px;
    padding-top: 40px;
  }
  .freeDownload-box .section-title {
    font-size: 22px;
  }
  .freeDownload-box .icon-max-win {
    background-position: -81px -256px;
    width: 19px;
    height: 20px;
  }
  .freeDownload-box .icon-max-mac {
    width: 20px;
    height: 23px;
  }
  .freeDownload-box .freeDownload-des {
    font-size: 14px;
  }
  .freeDownload-box .freeDownload-des-box {
    width: 100%;
  }
  .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;
  }
  .freeDownload-box .btn-box .btn-mac .icon {
    width: 24px;
    height: 24px;
  }
}
