html {
  scroll-behavior: smooth;
}
.sprite {
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
}
.flex-fs-s {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.polygon-shape {
  transform: rotate(90deg);
  clip-path: polygon(98.66025% 45%, 99.39693% 46.5798%, 99.84808% 48.26352%, 100% 50%, 99.84808% 51.73648%, 99.39693% 53.4202%, 98.66025% 55%, 78.66025% 89.64102%, 77.66044% 91.06889%, 76.42788% 92.30146%, 75% 93.30127%, 73.4202% 94.03794%, 71.73648% 94.48909%, 70% 94.64102%, 30% 94.64102%, 28.26352% 94.48909%, 26.5798% 94.03794%, 25% 93.30127%, 23.57212% 92.30146%, 22.33956% 91.06889%, 21.33975% 89.64102%, 1.33975% 55%, 0.60307% 53.4202%, 0.15192% 51.73648%, 0% 50%, 0.15192% 48.26352%, 0.60307% 46.5798%, 1.33975% 45%, 21.33975% 10.35898%, 22.33956% 8.93111%, 23.57212% 7.69854%, 25% 6.69873%, 26.5798% 5.96206%, 28.26352% 5.51091%, 30% 5.35898%, 70% 5.35898%, 71.73648% 5.51091%, 73.4202% 5.96206%, 75% 6.69873%, 76.42788% 7.69854%, 77.66044% 8.93111%, 78.66025% 10.35898%);
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top30 {
  margin-top: 30px;
}
.mobile_style {
  display: none;
}
.pc_style {
  display: block;
}

.banner {
  background: linear-gradient(8.99deg, rgba(255, 255, 255, 0.41) 7.42%, rgba(243, 239, 255, 0.41) 38.85%, rgba(203, 231, 255, 0.63) 93.77%);
  padding: 50px 0;
}
.banner .logo {
  border-radius: 6px;
  border: 1px solid #a6cbf5;
  background: #d2e7ff;
  padding: 5px 10px;
  color: #2760a2;
  font-size: 20px;
  font-weight: 400;
  width: max-content;
  margin-bottom: 14px;
}
.banner .container {
  max-width: var(--page-width);
  margin: 0 auto;
}
.banner .container .product_title {
  font-size: 40px;
  color: #323836;
}
.banner .container .product_desc {
  color: #7c8298;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.5;
}
.banner .container .product-introduce {
  margin-top: 15px;
  color: #4a5954;
  font-weight: 600;
}
.banner .container .product-introduce_item {
  line-height: 32.4px;
}
.banner .container .product-introduce_item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2899f5;
  border-radius: 8px;
  margin-right: 11px;
}
.banner .container .product_pic {
  margin-right: -20px;
  max-width: 512px;
}
.banner .container .toggle {
  position: relative;
  z-index: 2;
  height: 29px;
  width: 155.09px;
  background: #c4c4c480;
  border-radius: 20px;
  margin-top: 15px;
}
.banner .container .toggle-choose {
  width: 155.09px;
  height: 29px;
  position: absolute;
  z-index: 2;
}
.banner .container .toggle-choose_btn {
  width: 74.39px;
  color: #000000;
  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;
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
}
.banner .container .toggle-choose .win_icon {
  background-position: -449.25px -521.833px;
  width: 12.58px;
  height: 13.37px;
}
.banner .container .toggle-choose .mac_icon {
  background-position: -472.25px -519.83px;
  width: 12.61px;
  height: 15.13px;
}
.banner .container .toggle .current_active {
  position: absolute;
  content: "";
  width: 74.39px;
  height: 23.96px;
  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;
}
.banner .container .banner-btn_download,
.banner .container .banner-btn_buy {
  width: 224px;
  height: 65px;
  border-radius: 32.5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner .container .banner-btn_download {
  background: #2899F5;
  color: #fff;
  margin-right: 24px;
}
.banner .container .banner-btn_download:hover {
  background-color: #1781d7;
}
.banner .container .banner-btn_download_icon {
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
  width: 21px;
  height: 22px;
  background-position: -449.25px -488.83px;
}
.banner .container .banner-btn_download .banner_mac_btn {
  height: 25.2px;
  background-position: -475.25px -486.83px;
}
.banner .container .banner-btn_download_text span {
  font-weight: 700;
  font-size: 20px;
}
.banner .container .banner-btn_download_text p {
  font-size: 12px;
}
.banner .container .banner-btn_buy {
  border: 1px solid #c8cac9;
}
.banner .container .banner-btn_buy_text span {
  font-weight: 700;
  font-size: 20px;
  color: #3d3d3d;
}
.banner .container .banner-btn_buy_text p {
  font-size: 14px;
  margin-top: 2px;
  color: #3d3d3d80;
}
.banner .container .banner-btn_buy .banner-btn_buy_icon {
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
  width: 30px;
  height: 30px;
  background-position: -501.25px -484.83px;
}
.banner .container .banner-btn_item {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner .container .banner-btn .banner_mac {
  display: none;
}
.banner .container .tips {
  color: #848798;
  margin-top: 15px;
  line-height: 1.5;
  font-size: 14px;
}
main .container {
  max-width: var(--page-width);
  margin: 0 auto;
}
.merit-list {
  display: flex;
  width: 1063px;
  margin: 0 auto;
  height: 178px;
  justify-content: space-between;
  border-radius: 16px;
  box-shadow: 0px 4px 45.3px 0px #3261d726;
  border: 1px solid #6993ff30;
  padding: 12px 20px;
}
.merit-list_item {
  width: 190px;
  height: 178px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  line-height: 1.5;
}
.merit-list_item span {
  font-size: 18px;
  font-weight: 700;
  color: #4a5954;
}
.merit-list_item .img {
  margin: 0px 0 17px 0;
  width: 59px;
  height: 59px;
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
}
.merit-list_item:hover {
  background: #ecf7ff;
  color: #118ef4;
}
.merit-list_item:hover span {
  color: #118ef4;
}
.merit-list .merit-img_one {
  width: 58px;
  height: 58px;
  background-position: -444px -622px;
}
.merit-list_item:nth-child(1):hover .img {
  background-position: -444px -546px;
}
.merit-list .merit-img_two {
  width: 58px;
  height: 58px;
  background-position: -516px -626px;
}
.merit-list_item:nth-child(2):hover .img {
  background-position: -517px -551px;
}
.merit-list .merit-img_three {
  width: 58px;
  height: 58px;
  background-position: -614px -624px;
}
.merit-list_item:nth-child(3):hover .img {
  background-position: -614px -548px;
}
.merit-list .merit-img_four {
  width: 58px;
  height: 58px;
  background-position: -698px -622px;
}
.merit-list_item:nth-child(4):hover .img {
  background-position: -698px -546px;
}
.merit-list .merit-img_five {
  width: 58px;
  height: 58px;
  background-position: -788px -621px;
}
.merit-list_item:nth-child(5):hover .img {
  background-position: -788px -545px;
}
.video-download {
  margin-top: 100px;
}
.video-download_title {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  white-space: pre;
}
.video-download_btn {
  width: 260px;
  height: 52px;
  margin: -20px auto 40px auto;
  border-radius: 26px;
  border: 1px solid #3d3d3d;
  display: flex;
  align-items: center;
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  column-gap: 16px;
  cursor: pointer;
}
.video-download_btn .btn-icon {
  width: 25px;
  height: 25px;
  background-position: -594px -488px;
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
}
.video-download-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.video-download-wrap_btn {
  width: 169px;
  height: 52px;
  border-radius: 6px;
  background: #2899f5;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.video-download-wrap_btn:hover {
  background-color: #1781d7;
}
.video-download-wrap_btn .btn-icon {
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
}
.video-download-wrap_btn:nth-child(1) .btn-icon {
  width: 22px;
  height: 22px;
  background-position: -449.25px -488.83px;
}
.video-download-wrap_btn:nth-child(2) .btn-icon {
  width: 21px;
  height: 25.2px;
  background-position: -475.25px -486.83px;
}
.introduce-title {
  color: #272727;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 146.682%;
}
.introduce2 {
  padding: 50px 0;
  background: #fafafa;
}
.introduce2 .introduce-wrap {
  padding: 40px 0;
}
.introduce-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  width: var(--page-width);
  margin: 0 auto;
}
.introduce-wrap:nth-child(even) {
  background-color: #f7f9fc;
}
.introduce-wrap {
  width: 100%;
  padding: 78px 0;
}
.introduce-wrap_article {
  width: 516px;
  line-height: 1.5;
}
.introduce-wrap_article .article-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.introduce-wrap_article div {
  margin-top: 16px;
  color: #080f30;
  font-size: 16px;
  font-weight: 600;
}
.introduce-wrap_article p {
  position: relative;
  margin-top: 16px;
  color: #53576f;
  font-size: 16px;
  font-weight: 600;
}
.introduce-wrap_article p strong {
  color: #080f30;
}
.introduce-wrap_article p a {
  color: #118ef4;
}
.introduce-wrap .introduce-wrap_img {
  max-width: 621px;
}
.introduce-wrap .introduce-wrap_img .img {
  width: 100%;
}
.introduce-wrap:nth-child(odd) .introduce-box {
  flex-direction: row-reverse;
}
.browse {
  margin-top: 100px;
  margin-bottom: 146px;
}
.browse-title {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  max-width: 700px;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 55px;
}
.browse .swiper {
  overflow: visible;
}
.browse .browse-wrap_item {
  position: relative;
  width: 334px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 10.7px 0px rgba(22, 30, 63, 0.15);
  padding: 20px 70px;
  box-sizing: border-box;
  overflow: hidden;
}
.browse .browse-wrap_item img {
  margin: 0 auto;
}
.browse .browse-wrap_item .item-title {
  font-size: 18px;
  margin-top: 35px;
  font-weight: 600;
  line-height: 1.5;
}
.browse .browse-wrap_item .item-info {
  position: absolute;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 40px 16px;
  color: #424141;
  font-size: 14px;
  line-height: 1.5;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.browse .browse-wrap_item:hover .item-info {
  transform: translateY(0);
}
.features {
  width: var(--page-width);
  margin: 100px auto 0;
}
.features-title {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.5;
}
.features-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.features-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  border: 1px solid #d3e7f8;
}
.features-box .swiper-slide {
  width: calc(100% / 3 - 2px);
  text-align: center;
  border-right: 1px solid #d3e7f8;
  border-bottom: 1px solid #d3e7f8;
}
.features-box .swiper-slide:nth-child(3n) {
  border-right: none;
}
.features-box .swiper-slide:nth-child(7),
.features-box .swiper-slide:nth-child(8),
.features-box .swiper-slide:nth-child(9) {
  border-bottom: none;
}
.features-box .swiper-slide:nth-child(odd) {
  background-color: #fbfbfb;
}
.features-box_item {
  height: 190px;
  padding: 30px 28px;
}
.features-box_item .item-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 12px 0;
}
.features-box_item .item-desc {
  color: #53576f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.features-box .item-icon {
  margin-bottom: 17px;
  width: 39px;
  height: 39px;
  margin: 0 auto;
}
.features-box .slide1 .item-icon {
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
  background-position: -572px -778px;
}
.features-box .slide2 .item-icon {
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
  background-position: -443px -720px;
}
.features-box .slide3 .item-icon {
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
  background-position: -512px -717px;
}
.features-box .slide4 .item-icon {
  background: url(/uploads/pages/amazon-video-downloader/icon4.png) no-repeat center center;
}
.features-box .slide5 .item-icon {
  background: url(/uploads/pages/amazon-video-downloader/icon5.png) no-repeat center center;
}
.features-box .slide6 .item-icon {
  background: url(/uploads/pages/amazon-video-downloader/icon6.png) no-repeat center center;
}
.features-box .slide7 .item-icon {
  background: url(/uploads/pages/amazon-video-downloader/icon7.png) no-repeat center center;
}
.features-box .slide8 .item-icon {
  background: url(/uploads/pages/amazon-video-downloader/icon8.png) no-repeat center center;
}
.features-box .slide9 .item-icon {
  background: url(/uploads/pages/amazon-video-downloader/icon9.png) no-repeat center center;
}
.features .features-pagination {
  display: none;
}
.steps-box {
  position: relative;
  width: 1009px;
  margin: 90px auto 0 auto;
  padding-bottom: 60px;
}
.steps-box_title {
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 36px;
}
.steps-box .polygon {
  width: 332.51px;
  position: absolute;
  height: 332.51px;
  transform: rotate(90deg);
  clip-path: polygon(98.66025% 45%, 99.39693% 46.5798%, 99.84808% 48.26352%, 100% 50%, 99.84808% 51.73648%, 99.39693% 53.4202%, 98.66025% 55%, 78.66025% 89.64102%, 77.66044% 91.06889%, 76.42788% 92.30146%, 75% 93.30127%, 73.4202% 94.03794%, 71.73648% 94.48909%, 70% 94.64102%, 30% 94.64102%, 28.26352% 94.48909%, 26.5798% 94.03794%, 25% 93.30127%, 23.57212% 92.30146%, 22.33956% 91.06889%, 21.33975% 89.64102%, 1.33975% 55%, 0.60307% 53.4202%, 0.15192% 51.73648%, 0% 50%, 0.15192% 48.26352%, 0.60307% 46.5798%, 1.33975% 45%, 21.33975% 10.35898%, 22.33956% 8.93111%, 23.57212% 7.69854%, 25% 6.69873%, 26.5798% 5.96206%, 28.26352% 5.51091%, 30% 5.35898%, 70% 5.35898%, 71.73648% 5.51091%, 73.4202% 5.96206%, 75% 6.69873%, 76.42788% 7.69854%, 77.66044% 8.93111%, 78.66025% 10.35898%);
}
.steps-box .polygon:nth-child(1) {
  left: 0;
  bottom: 150px;
  background: rgba(1, 150, 107, 0.09);
}
.steps-box .polygon:nth-child(2) {
  right: 0;
  top: 120px;
  background: rgba(157, 170, 241, 0.09);
}
.steps-box .steps-swiper {
  width: 768px;
  margin: 60px auto;
  height: 550px;
}
.steps-box .steps-swiper img {
  width: 100%;
  max-width: 768px;
}
.steps-box .step-content {
  display: flex;
  align-items: center;
  padding: 26px 40px;
}
.steps-box .step-content_title {
  width: 100px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-right: 15px;
}
.steps-box .step-content_desc {
  flex: 1;
  color: #53576f;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.feedback {
  text-align: center;
  padding-bottom: 80px;
}
.feedback-title {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 50px;
}
.feedback-swiper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.feedback-swiper .slide-item {
  display: flex;
  align-items: center;
  text-align: left;
  width: 650px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.feedback-swiper .slide-item .head {
  margin-right: 44px;
  width: 87px;
  height: 87px;
}
.feedback-swiper .slide-item .name {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.feedback-swiper .slide-item .detail {
  font-size: 14px;
  margin-top: 14px;
  color: #53576f;
  line-height: 1.5;
  font-weight: 600;
}
.feedback-right_button,
.feedback-left_button {
  position: absolute;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99999;
  width: 40px;
  height: 40px;
  background-position: -616px -771px;
  cursor: pointer;
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/sprite.png);
}
.feedback-right_button {
  background-position: -674.25px -771px;
}
.feedback-left_button {
  left: 0;
}
.m-t-38 {
  margin-top: 38px;
}
.evaluate {
  background: #23272c;
  position: relative;
  padding: 74px 0;
  overflow: hidden;
  z-index: 0;
}
.evaluate-title {
  font-size: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.evaluate-polygon-group {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.evaluate-polygon-group_item {
  width: 771px;
  height: 771px;
  position: absolute;
  transform: rotate(90deg);
  clip-path: polygon(98.66025% 45%, 99.39693% 46.5798%, 99.84808% 48.26352%, 100% 50%, 99.84808% 51.73648%, 99.39693% 53.4202%, 98.66025% 55%, 78.66025% 89.64102%, 77.66044% 91.06889%, 76.42788% 92.30146%, 75% 93.30127%, 73.4202% 94.03794%, 71.73648% 94.48909%, 70% 94.64102%, 30% 94.64102%, 28.26352% 94.48909%, 26.5798% 94.03794%, 25% 93.30127%, 23.57212% 92.30146%, 22.33956% 91.06889%, 21.33975% 89.64102%, 1.33975% 55%, 0.60307% 53.4202%, 0.15192% 51.73648%, 0% 50%, 0.15192% 48.26352%, 0.60307% 46.5798%, 1.33975% 45%, 21.33975% 10.35898%, 22.33956% 8.93111%, 23.57212% 7.69854%, 25% 6.69873%, 26.5798% 5.96206%, 28.26352% 5.51091%, 30% 5.35898%, 70% 5.35898%, 71.73648% 5.51091%, 73.4202% 5.96206%, 75% 6.69873%, 76.42788% 7.69854%, 77.66044% 8.93111%, 78.66025% 10.35898%);
}
.evaluate-polygon-group_item:nth-child(1) {
  width: 771px;
  height: 771px;
  background: rgba(1, 150, 107, 0.11);
}
.evaluate-polygon-group_item:nth-child(2) {
  width: 601px;
  height: 601px;
  background: rgba(1, 150, 107, 0.31);
}
.evaluate-polygon-group_item:nth-child(3) {
  width: 421px;
  height: 421px;
  background: rgba(1, 150, 107, 0.27);
}
.evaluate-box-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1350px;
  justify-content: center;
  margin: 20px auto;
  position: relative;
  z-index: 22;
}
.evaluate-box-wrap .evaluate-slide {
  margin: 26px 0;
  width: 443px;
}
.evaluate-box-wrap .evaluate-slide_item {
  margin: 0 22px;
  border-radius: 16px;
  padding: 36px 32px 15px 32px;
  height: 218px;
  background-color: #ffffff;
}
.evaluate-box-wrap .evaluate-slide_item .item-img {
  margin-bottom: 20px;
}
.evaluate-box-wrap .evaluate-slide_item .evaluate-one {
  width: 184px;
  height: 51px;
}
.evaluate-box-wrap .evaluate-slide_item .evaluate-two {
  width: 217.142px;
  height: 29.855px;
}
.evaluate-box-wrap .evaluate-slide_item .evaluate-three {
  width: 89px;
  height: 55px;
}
.evaluate-box-wrap .evaluate-slide_item .evaluate-four {
  width: 152px;
  height: 60px;
}
.evaluate-box-wrap .evaluate-slide_item .evaluate-five {
  width: 149px;
  height: 50px;
}
.evaluate-box-wrap .evaluate-slide_item .item-content {
  line-height: 150%;
  font-weight: 600;
}
.FAQ {
  background: linear-gradient(0deg, #eafaff 0%, rgba(243, 246, 248, 0) 81.32%);
  padding: 140px 0 140px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.FAQ-title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 47px;
}
.FAQ .polygon-box {
  filter: drop-shadow(2px 4px 50px rgba(35, 63, 96, 0.1));
  position: absolute;
}
.FAQ .polygon {
  content: "";
  width: 303px;
  height: 303px;
  background: #fff;
  transform: rotate(90deg);
  clip-path: polygon(98.66025% 45%, 99.39693% 46.5798%, 99.84808% 48.26352%, 100% 50%, 99.84808% 51.73648%, 99.39693% 53.4202%, 98.66025% 55%, 78.66025% 89.64102%, 77.66044% 91.06889%, 76.42788% 92.30146%, 75% 93.30127%, 73.4202% 94.03794%, 71.73648% 94.48909%, 70% 94.64102%, 30% 94.64102%, 28.26352% 94.48909%, 26.5798% 94.03794%, 25% 93.30127%, 23.57212% 92.30146%, 22.33956% 91.06889%, 21.33975% 89.64102%, 1.33975% 55%, 0.60307% 53.4202%, 0.15192% 51.73648%, 0% 50%, 0.15192% 48.26352%, 0.60307% 46.5798%, 1.33975% 45%, 21.33975% 10.35898%, 22.33956% 8.93111%, 23.57212% 7.69854%, 25% 6.69873%, 26.5798% 5.96206%, 28.26352% 5.51091%, 30% 5.35898%, 70% 5.35898%, 71.73648% 5.51091%, 73.4202% 5.96206%, 75% 6.69873%, 76.42788% 7.69854%, 77.66044% 8.93111%, 78.66025% 10.35898%);
}
.FAQ .polygon-box:nth-child(1) {
  left: -100px;
  bottom: -50px;
}
.FAQ .polygon-box:nth-child(2) {
  right: -100px;
  top: 350px;
}
.FAQ .FAQ-collaps_wrap {
  width: var(--page-width);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.FAQ .FAQ-collaps_wrap .FAQ-collapse_item {
  border-radius: 6px;
  border: 1px solid #8a8fab;
  background: #fff;
  padding: 30px 40px;
  transition: max-height 0.2s ease-out;
  margin-bottom: 16px;
  cursor: pointer;
}
.FAQ .FAQ-collaps_wrap .FAQ-collapse_item .collapse-text {
  font-weight: 800;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.FAQ .FAQ-collaps_wrap .FAQ-collapse_item .collapse-text div {
  width: 80%;
}
.FAQ .FAQ-collaps_wrap .FAQ-collapse_item .collapse-text .arrow {
  stroke: #080f30;
}
.FAQ .FAQ-collaps_wrap .active {
  background: rgba(40, 153, 245, 0.03);
  transition: all 0.2s;
  border: 1px solid #2899f5;
}
.FAQ .FAQ-collaps_wrap .active .collapse-text {
  color: #2899f5;
}
.FAQ .FAQ-collaps_wrap .active .arrow {
  transition: all 0.5s;
  content: url("/uploads/pages/amazon-video-downloader/arrow-sel.png") !important;
}
.FAQ .FAQ-collaps_wrap .active .collapse-content {
  max-height: 400px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  position: relative;
  margin-top: 14px;
}
.FAQ .FAQ-collaps_wrap .collapse-content {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  font-size: 16px;
  color: #656565;
  line-height: 1.5;
}
.CTA {
  padding-top: 88px;
  padding-bottom: 10px;
}
.CTA-title {
  font-size: 35px;
  text-align: center;
}
.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: #f3faff;
  padding: 30px 0 30px 20px;
  display: flex;
  margin: 40px auto 0 auto;
  justify-content: space-between;
  width: calc(var(--page-width));
}
.CTA-info_item {
  position: relative;
  padding: 0 40px;
}
.CTA-info_item .item-title {
  display: flex;
  align-items: center;
}
.CTA-info_item .item-title img {
  margin-right: 10px;
  fill: #2899f5;
}
.CTA-info_item .item-title_text {
  color: #2899f5;
  font-size: 14px;
}
.CTA-info_item .item-desc {
  margin-top: 7px;
  color: #656565;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
}
.CTA-info_item .item-desc span {
  font-weight: 400;
}
.CTA-info_item .star {
  display: flex;
  margin-top: 5px;
}
.CTA-info_item:nth-child(1) .item-desc {
  width: 220px;
}
.CTA-info_item:nth-child(3) .item-desc {
  width: 180px;
}
.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 .history_btn {
  font-size: 14px;
  margin: 60px auto;
  text-decoration: underline;
  text-align: center;
  display: block;
}
.more {
  padding-bottom: 60px;
}
.more-title {
  font-size: 35px;
  text-align: center;
}
.more-box {
  display: flex;
  width: var(--page-width);
  margin: 60px auto 0 auto;
}
.more-box_item {
  flex: 1;
  padding: 40px 0;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(185, 135, 248, 0.09) 0%, rgba(196, 141, 248, 0) 100%);
  margin: 0 10px;
}
.more-box_item .item-img {
  display: block;
  margin: 0 auto;
}
.more-box_item .item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #080f30;
  margin: 30px auto 10px auto;
}
.more-box_item .item-desc {
  color: #53576f;
  font-size: 18px;
}
.more-box_item .video-download-wrap {
  margin-top: 35px;
  flex-direction: column;
  justify-content: center;
}
.more-box_item .video-download-wrap .video-download-wrap_btn {
  background: linear-gradient(93deg, #4596e5 -9.17%, #4539cc 105.48%);
  margin: 10px auto;
}
.more-box_item:nth-child(2) {
  background: linear-gradient(180deg, rgba(27, 178, 193, 0.12) 0%, rgba(30, 174, 192, 0) 100%);
}
.more-box_item:nth-child(3) {
  background: linear-gradient(180deg, rgba(121, 95, 253, 0.12) 0%, rgba(119, 93, 250, 0) 100%);
}
@media screen and (max-width: 768px) {
  main .container {
    padding: 0 var(--page-padding-x);
  }
  .pc_style {
    display: none !important;
  }
  .mobile_style {
    display: block;
  }
  .banner {
    padding: 33px 0;
    width: 100%;
  }
  .banner .container {
    width: calc(100% - 32px);
    flex-wrap: wrap;
  }
  .banner .container .product_title {
    font-size: 32px;
  }
  .banner .container .product-introduce_item {
    font-size: 16px;
  }
  .banner .container .product-introduce_item::before {
    background-color: #8065f4;
  }
  .banner .container .banner-btn {
    margin-top: 30px;
  }
  .banner .container .banner-btn_download {
    width: 196px;
    height: 61px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .banner .container .banner-btn_download_text span {
    font-size: 16px;
  }
  .banner .container .banner-btn_download_text p {
    font-size: 12px;
  }
  .banner .container .banner-btn_buy {
    width: 129px;
    height: 61px;
  }
  .banner .container .banner-btn_buy_text span {
    font-size: 16px;
  }
  .banner .container .banner-btn_buy_text p {
    font-size: 12px;
  }
  .banner .container .banner-btn_buy .banner-btn_buy_icon {
    display: none;
  }
  .banner .container .product_pic {
    margin-right: 0;
  }
  .banner .container .product_pic img {
    width: 100%;
    margin-top: 15px;
  }
  .merit .merit-list {
    width: fit-content;
    flex-shrink: 0;
    flex-basis: 100%;
    box-shadow: unset;
    border: unset;
    padding: 12px 0;
    height: 140px;
  }
  .merit .merit-list_item {
    max-width: calc(33vw - 10px);
    flex: 1;
    padding: 0 0px;
    height: 140px;
  }
  .merit .merit-list_item span {
    font-size: 12px;
  }
  .merit .merit-list_item:not(.merit .merit-list_item:first-child) {
    margin-right: 20px;
  }
  .merit .merit-list_item:hover {
    background: unset;
  }
  .merit .merit-list-box {
    width: 100%;
    overflow-x: auto;
  }
  .merit .merit-list-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #2899f5;
  }
  .merit .merit-list-box::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #cbd3dc;
  }
  .merit .video-download {
    margin-top: 65px;
  }
  .merit .video-download-wrap {
    margin-top: 40px;
  }
  .merit .video-download_title {
    font-size: 24px;
    padding: 0 20px;
    max-width: 100%;
    white-space: unset;
  }
  .merit .video-download_btn {
    font-size: 20px;
    margin-top: 25px;
  }
  .introduce {
    padding: 0 20px;
  }
  .introduce .article-title {
    font-size: 20px;
  }
  .introduce-wrap {
    padding: 37px 0;
    border-bottom: 1px dashed #ddd;
  }
  .introduce-wrap .introduce-box {
    width: 100%;
    flex-direction: column !important;
  }
  .introduce-wrap .introduce-box .introduce-wrap_img {
    width: 100%;
  }
  .introduce-wrap .introduce-box .introduce-wrap_article {
    width: auto;
  }
  .introduce-wrap .introduce-box .introduce-wrap_article p {
    font-size: 14px;
  }
  .introduce2 .introduce-title {
    font-size: 24px;
    padding: 0 15px;
    text-align: left;
  }
  .introduce-wrap:nth-child(even) {
    background-color: unset;
  }
  .browse {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .browse-title {
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .browse .browse-wrap-box {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 16px 8px 30px;
  }
  .browse .browse-wrap {
    justify-content: unset;
  }
  .browse .swiper-pagination .swiper-pagination-bullet {
    background: #b4baff;
  }
  .browse .swiper-pagination .swiper-pagination-bullet-active {
    background: #b4baff;
  }
  .browse .browse-wrap_item {
    width: 100%;
    padding: 24px 16px;
  }
  .browse .browse-wrap_item .item-title {
    padding: 0 16px;
  }
  .browse .browse-wrap_item .item-info {
    position: relative;
    transform: translateY(0);
    gap: 10px;
    padding: 0;
    margin-top: 10px;
  }
  .features {
    width: auto;
    padding: 0 15px;
    margin-top: 60px;
  }
  .features .features-title {
    font-size: 24px;
    text-align: left;
    padding-right: 10px;
  }
  .features .features-swiper {
    padding-bottom: 40px;
  }
  .features .features-wrap {
    flex-wrap: nowrap;
  }
  .features .features-box {
    border: none;
    margin-top: 30px;
  }
  .features .features-box .features-box_item {
    padding: 30px 15px;
  }
  .features .swiper-slide {
    width: 100%;
    background: #fbfbfb;
    border: none !important;
  }
  .features-box {
    width: 100%;
    display: block;
  }
  .features-box-wrap {
    width: 100%;
  }
  .features .features-pagination {
    display: block;
  }
  .features .features-pagination .swiper-pagination-bullet {
    background: #b4baff;
  }
  .features .features-pagination .swiper-pagination-bullet-active {
    background: #b4baff;
  }
  .steps-box {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 0px;
  }
  .steps-box_title {
    font-size: 24px;
    padding: 0 40px;
  }
  .steps-box .step-content_title {
    font-size: 18px;
    width: auto;
  }
  .steps-box .step-content {
    align-items: start;
    padding: 24px 0px;
  }
  .steps .steps-swiper {
    width: 90%;
    height: auto;
    padding-bottom: 60px;
  }
  .steps .polygon {
    display: none;
  }
  .steps .video-download-wrap_btn {
    background: #5386ed;
    flex-direction: row-reverse;
    width: 160px;
  }
  .steps .video-download-wrap_btn .btn-text {
    margin: auto;
    font-size: 16px;
  }
  .steps .video-download-wrap_btn .btn-icon {
    margin-left: 22px;
  }
  .feedback {
    padding-bottom: 40px;
  }
  .feedback-swiper {
    width: 90%;
  }
  .feedback-swiper .slide-item {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .feedback-swiper .slide-item .head {
    display: block;
    margin-right: unset;
    margin-bottom: 20px;
    width: 62px;
    height: 62px;
  }
  .feedback-swiper .slide-item .name {
    text-align: center;
    font-size: 16px;
  }
  .feedback-swiper .slide-item .detail {
    font-size: 12px;
  }
  .feedback-swiper .swiper-button {
    display: none;
  }
  .feedback-title {
    font-size: 24px;
    padding: 0 40px;
  }
  .evaluate-title {
    font-size: 24px;
    padding: 0 40px;
    position: relative;
    z-index: 44;
  }
  .evaluate .evaluate-box {
    position: relative;
  }
  .evaluate .evaluate-swiper {
    height: 650px;
    padding: 20px;
    margin-top: -30px;
  }
  .evaluate .swiper-pagination {
    height: 20px !important;
  }
  .evaluate .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .evaluate .swiper-pagination-bullet-active {
    background: #007aff;
  }
  .evaluate .evaluate-box-wrap {
    width: 100%;
    margin: 0;
  }
  .evaluate .evaluate-box-wrap .evaluate-slide {
    height: 290px;
    margin: 0;
  }
  .evaluate .evaluate-box-wrap .evaluate-slide_item {
    max-width: 100%;
    margin: 0;
    padding: 36px 32px 30px 32px;
  }
  .FAQ {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .FAQ-title {
    font-size: 24px;
  }
  .FAQ .polygon-box {
    display: none;
  }
  .FAQ .collapse_wraper {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
  .FAQ .collapse_wraper .FAQ-collapse_item {
    padding: 20px;
  }
  .FAQ .collapse_wraper .FAQ-collapse_item .collapse-text {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
  }
  .FAQ .collapse_wraper .FAQ-collapse_item .collapse-content {
    font-size: 14px;
  }
  .CTA {
    padding: 0 var(--page-padding-x) 20px var(--page-padding-x);
  }
  .CTA-title {
    font-size: 24px;
    padding-top: 60px;
  }
  .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;
  }
  .more-title {
    font-size: 20px;
  }
  .more-box {
    width: calc(100% - 30px);
    padding: 15px;
    flex-direction: column;
  }
}
