html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
.sprite {
  background-size: 924px 271px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/product-video-hulu/sprite.png);
}
.flex-fs-s {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.download_hide {
  display: none;
}
.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%);
}
.swiper-pagination-bullet-active {
  background: #4fc572;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top30 {
  margin-top: 30px;
}
.mobile_style {
  display: none;
}
.pc_style {
  display: block;
}
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 59px;
  background: #fff;
  transform: translateY(-59px);
  transition: all 0.5s;
  z-index: 1000;
}
.nav .nav_pc {
  display: flex;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.nav .nav_pc .nav_left {
  display: flex;
  align-items: center;
  width: 40%;
  height: 100%;
}
.nav .nav_pc .nav_left img {
  width: 39px;
  height: 39px;
  margin-right: 13px;
}
.nav .nav_pc .nav_left .product_info .logotitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.nav .nav_pc .nav_left .product_info p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a0a0a0;
  margin-top: 5px;
}
.nav .nav_pc .nav_right {
  display: flex;
  width: 60%;
  height: 100%;
}
.nav .nav_pc .nav_right .list {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav .nav_pc .nav_right .list li a {
  font-weight: 650;
  font-size: 14px;
  line-height: 17px;
  color: #606060;
}
.nav .nav_pc .nav_right .list .active a{
  color: #4fc572;
}
.nav .nav_pc .nav_right .list li a:hover {
  color: #4fc572;
}
.nav .nav_pc .nav_right .icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 20%;
  height: 100%;
}
.nav .nav_mobile {
  display: none;
}
.nav_show {
  transform: translateY(0px);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.11);
}
.banner {
  background: linear-gradient(8deg, rgba(255, 255, 255, 0.41) 30%, rgba(29, 225, 128, 0.17) 100%);
  padding: 50px 0;
}
.banner .container {
  max-width: var(--page-width);
  margin: 0 auto;
  flex-wrap: wrap;
}
.banner .container .product_intro {
  max-width: 555px;
}
.banner .container .product_title {
  font-size: 42px;
  color: #262626;
}
.banner .container .product_desc {
  color: #4f4f4f;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.5;
}
.banner .container .product-introduce {
  margin-top: 15px;
  color: #2b2b2b;
  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: #4fc572;
  border-radius: 8px;
  margin-right: 11px;
}
.banner .container .product_pic {
  margin-right: -20px;
  max-width: 540px;
}
.banner .container .product_pic img {
  max-width: 100%;
  height: auto;
}
.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: 924px 271px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/product-video-hulu/sprite.png);
}
.banner .container .toggle-choose .win_icon {
  background-position: -634px -115px;
  width: 13px;
  height: 14px;
}
.banner .container .toggle-choose .mac_icon {
  background-position: -656px -113px;
  width: 13px;
  height: 16px;
}
.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: linear-gradient(174deg, #173848 0%, #008f41 100%);
  color: #fff;
  margin-right: 24px;
}
.banner .container .banner-btn_download:hover {
  background: linear-gradient(341deg, #76e354 0%, #008f41 100%);
}
.banner .container .banner-btn_download_icon {
  background-size: 924px 271px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/product-video-hulu/sprite.png);
  background-position: -423px -111px;
  width: 18px;
  height: 19px;
}
.banner .container .banner-btn_download .banner_mac_btn {
  height: 23px;
  background-position: -454px -108px;
}
.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: 924px 271px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/product-video-hulu/sprite.png);
  background-position: -714px -109px;
  width: 26px;
  height: 25px;
}
.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;
}
.container {
  max-width: var(--page-width);
  margin: 0 auto;
}
.merit-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1063px;
  margin: 0 auto;
  justify-content: space-between;
  border-radius: 16px;
  border: 1px solid #134a4740;
  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: 924px 271px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/product-video-hulu/sprite.png);
}
.merit-list_item:hover {
  background: #e9f9f0;
  color: #105546;
}
.merit-list_item:hover span {
  color: #105546;
}
.merit-list .merit-img_one {
  background-position: -32px -97px;
  width: 53px;
  height: 36px;
}
.merit-list_item:nth-child(1):hover .img {
  background-position: -32px -34px;
}
.merit-list .merit-img_two {
  background-position: -109px -86px;
  width: 51px;
  height: 47px;
}
.merit-list_item:nth-child(2):hover .img {
  background-position: -109px -23px;
}
.merit-list .merit-img_three {
  background-position: -189px -94px;
  width: 43px;
  height: 37px;
}
.merit-list_item:nth-child(3):hover .img {
  background-position: -189px -31px;
}
.merit-list .merit-img_four {
  background-position: -266px -94px;
  width: 50px;
  height: 44px;
}
.merit-list_item:nth-child(4):hover .img {
  background-position: -266px -31px;
}
.merit-list .merit-img_five {
  background-position: -343px -95px;
  width: 44px;
  height: 36px;
}
.merit-list_item:nth-child(5):hover .img {
  background-position: -343px -32px;
}
.video-download {
  margin-top: 100px;
}
.video-download_title {
  max-width: 855px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 38px;
}
.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 {
  background-position: -681px -110px;
  width: 22px;
  height: 23px;
  background-size: 924px 271px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/product-video-hulu/sprite.png);
}
.video-download-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.video-download-wrap_btn {
  width: 169px;
  height: 52px;
  border-radius: 6px;
  background: #4fc572;
  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: #29bb54;
}
.video-download-wrap_btn .btn-icon {
  background-size: 924px 271px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/product-video-hulu/sprite.png);
}
.video-download-wrap_btn:nth-child(1) .btn-icon {
  background-position: -423px -111px;
  width: 18px;
  height: 19px;
}
.video-download-wrap_btn:nth-child(2) .btn-icon {
  background-position: -454px -108px;
  width: 19px;
  height: 23px;
}
.introduce-box {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  justify-content: space-between;
  gap: 60px;
  max-width: var(--page-width);
  margin: 0 auto;
}
.introduce-wrap {
  width: 100%;
  margin-top: 120px;
}
.introduce-wrap_article {
  width: 510px;
  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 .introduce-wrap_img {
  max-width: 570px;
  position: relative;
  margin: 0 -60px 0 0;
}
.introduce-wrap .introduce-wrap_img .img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.introduce-wrap .introduce-wrap_img::before {
  position: absolute;
  content: '';
  top: -55px;
  right: -150px;
  background: url('/uploads/pages/product-video-hulu/introduce-before.png') no-repeat center;
  background-size: 100% 100%;
  width: 437px;
  height: 483px;
}
.introduce-wrap:nth-child(odd) .introduce-box {
  flex-direction: row-reverse;
}
.introduce-wrap:nth-child(odd) .introduce-box .introduce-wrap_img {
  margin: 0 0 0 -60px;
}
.introduce-wrap:nth-child(odd) .introduce-box .introduce-wrap_img::before {
  right: unset;
  left: -150px;
}
.features {
  max-width: var(--page-width);
  margin: 150px auto 0;
}
.features-title {
  max-width: 80%;
  margin: 0 auto;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.features-wrap {
  justify-content: space-between;
}
.features-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
  padding: 10px 0;
}
.features-box-wrap {
  width: calc(97% / 3);
  height: auto;
}
.features-box_item {
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
  height: 31%;
}
.features-box_item .item-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 12px 0;
}
.features-box_item .item-desc {
  color: #53576f;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.features-box .item-icon {
  margin-bottom: 17px;
  width: 43px;
  height: 39px;
  background-size: 924px 271px;
  background-repeat: no-repeat;
  background-image: url(/uploads/pages/product-video-hulu/sprite.png);
}
.features-box .features-box_item {
  transition: all 0.5s;
}
.features-box .features-box_item:hover {
  transform: translateY(-10px);
}
.features-box .wrap1 .features-box_item:nth-child(1) .item-icon {
  background-position: -461px -31px;
}
.features-box .wrap1 .features-box_item:nth-child(2) .item-icon {
  background-position: -514px -31px;
}
.features-box .wrap1 .features-box_item:nth-child(3) .item-icon {
  background-position: -412px -31px;
}
.features-box .wrap2 .features-box_item:nth-child(1) .item-icon {
  background-position: -616px -31px;
}
.features-box .wrap2 .features-box_item:nth-child(2) .item-icon {
  background-position: -666px -31px;
}
.features-box .wrap2 .features-box_item:nth-child(3) .item-icon {
  background-position: -570px -31px;
}
.features-box .wrap3 .features-box_item:nth-child(1) .item-icon {
  background-position: -818px -31px;
}
.features-box .wrap3 .features-box_item:nth-child(2) .item-icon {
  background-position: -766px -29px;
}
.features-box .wrap3 .features-box_item:nth-child(3) .item-icon {
  background-position: -721px -32px;
}
.features .features-pagination {
  display: none;
}
.steps-box {
  position: relative;
  max-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: #ebf6ea;
}
.steps-box .polygon:nth-child(2) {
  right: 0;
  top: 120px;
  background: #f19d9d17;
}
.steps-box .steps-swiper {
  width: 768px;
  margin: 60px auto;
  height: 585px;
}
.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 {
  max-width: 720px;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  margin: 0 auto 50px;
}
.feedback-swiper {
  max-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 .theme {
  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-swiper .slide-item .slide_info {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #53576f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.feedback-swiper .slide-item .slide_info .info_star {
  display: flex;
  align-items: center;
  gap: 3px;
}
.feedback-swiper .swiper-button-next,
.feedback-swiper .swiper-button-prev {
  border: 2px #4fc572 solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback-swiper .swiper-button-next:after,
.feedback-swiper .swiper-button-prev:after,
.feedback-swiper .swiper-button-next:after,
.feedback-swiper .swiper-button-prev:after {
  font-size: 14px;
  color: #4fc572;
}
.feedback-swiper .swiper-button-next:hover,
.feedback-swiper .swiper-button-prev:hover {
  background: #4fc572;
}
.feedback-swiper .swiper-button-next:hover:after,
.feedback-swiper .swiper-button-prev:hover:after,
.feedback-swiper .swiper-button-next:hover:after,
.feedback-swiper .swiper-button-prev:hover:after {
  color: #fff;
}
.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;
  max-width: 1080px;
  justify-content: center;
  margin: 40px auto;
  position: relative;
  z-index: 22;
  gap: 40px 30px;
}
.evaluate-box-wrap .evaluate-slide {
  width: 338px;
}
.evaluate-box-wrap .evaluate-slide_item {
  border-radius: 16px;
  padding: 23px 21px;
  background-color: #ffffff;
}
.evaluate-box-wrap .evaluate-slide_item .item-img {
  margin-bottom: 20px;
}
.evaluate-box-wrap .evaluate-slide_item .item-content {
  line-height: 150%;
  font-weight: 600;
  color: #434343;
}
.FAQ {
  background: linear-gradient(0deg, rgba(34, 182, 100, 0.09) 0%, rgba(255, 255, 255, 0) 100%);
  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 {
  max-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 #e9e9e9;
  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: 600;
  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(34, 182, 100, 0.03);
  transition: all 0.2s;
  border: 1px solid #4fc572;
}
.FAQ .FAQ-collaps_wrap .active .collapse-text {
  color: #4fc572;
}
.FAQ .FAQ-collaps_wrap .active .collapse-text .arrow {
  transform: rotate(180deg);
  transition: all 0.5s;
  stroke: #4fc572;
}
.FAQ .FAQ-collaps_wrap .active .collapse-content {
  max-height: 400px;
  margin-top: 14px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  position: relative;
}
.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;
}
.FAQ .FAQ-collaps_wrap .active .collapse-content a {
  color: #4fc572;
}
.FAQ .FAQ-collaps_wrap .active .collapse-content a:hover {
  text-decoration: underline;
}
.CTA {
  padding-top: 88px;
  padding-bottom: 10px;
}
.CTA-title {
  font-size: 35px;
  text-align: center;
}
.CTA-desc {
  font-weight: 600;
  text-align: center;
  max-width: 855px;
  color: #545454;
  font-size: 16px;
  margin: 20px auto 60px auto;
  line-height: 1.5;
}
.CTA-info {
  border-radius: 18px;
  background: rgba(79, 197, 114, 0.04);
  padding: 30px 0;
  display: flex;
  margin: 40px auto 0 auto;
  justify-content: space-between;
  max-width: calc(var(--page-width) - 120px);
}
.CTA-info_item {
  position: relative;
  padding: 0 30px;
}
.CTA-info_item .item-title {
  display: flex;
  align-items: center;
}
.CTA-info_item .item-title svg {
  margin-right: 10px;
  fill: #4fc572;
}
.CTA-info_item .item-title_text {
  color: #4fc572;
  font-size: 14px;
}
.CTA-info_item .item-desc {
  margin-top: 7px;
  color: #545454;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.CTA-info_item .star {
  display: flex;
  margin-top: 5px;
}
.CTA-info_item:nth-child(1) .item-desc {
  max-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 .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;
  max-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: #4fc572;
  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) {
  .pc_style {
    display: none !important;
  }
  .mobile_style {
    display: block;
  }
  .nav {
    width: 100%;
    height: 59px;
    background: #fff;
  }
  .nav .nav_pc {
    display: none;
  }
  .nav .nav_mobile {
    display: flex;
    justify-content: space-between;
    width: 93%;
    height: 100%;
    margin: 0 auto;
    z-index: 100;
  }
  .nav .nav_mobile .nav_left {
    display: flex;
    align-items: center;
    width: 20%;
    height: 100%;
  }
  .nav .nav_mobile .nav_left img {
    width: 39px;
    height: 39px;
  }
  .nav .nav_mobile .nav_right {
    display: flex;
    justify-content: flex-end;
    width: 60%;
    height: 100%;
  }
  .nav .nav_mobile .nav_right .icons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    height: 100%;
  }
  .nav .nav_mobile .nav_right .list {
    position: relative;
    width: 20%;
    height: 100%;
  }
  .nav .nav_mobile .nav_right .list .list_icon {
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .nav .nav_mobile .nav_right .list .list_data {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 59px;
    left: -70px;
    width: 125px;
    height: 143px;
    background: #fff;
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.17);
    border-radius: 0 0 12px 12px;
    padding: 12px 16px;
  }
  .nav .nav_mobile .nav_right .list .list_data li {
    margin: 8px 0;
  }
  .nav .nav_mobile .nav_right .list .list_data li a {
    font-weight: 650;
    font-size: 14px;
    line-height: 17px;
    color: #606060;
  }
  .nav .nav_mobile .nav_right .list:hover .list_data {
    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 .banner-btn {
    margin-top: 30px;
  }
  .banner .container .banner-btn_download {
    width: 166px;
    height: 61px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
  }
  .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;
    flex-wrap: nowrap;
  }
  .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: #4fc572;
  }
  .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;
    margin-top: 40px;
  }
  .introduce .article-title {
    font-size: 20px;
  }
  .introduce-wrap {
    margin-top: 70px;
  }
  .introduce-wrap .introduce-box {
    width: 100%;
    flex-direction: column !important;
  }
  .introduce-wrap .introduce-box .introduce-wrap_img {
    margin-top: 20px;
    width: 100%;
    margin-left: unset;
  }
  .introduce-wrap .introduce-box .introduce-wrap_img::before {
    display: none;
  }
  .introduce-wrap .introduce-box .introduce-wrap_article {
    width: auto;
  }
  .introduce-wrap .introduce-box .introduce-wrap_article p {
    font-size: 14px;
  }
  .introduce-wrap:nth-child(odd) .introduce-box .introduce-wrap_img {
    margin-left: unset;
  }
  .features {
    width: auto;
    padding: 0 20px;
    margin: 60px 0;
  }
  .features-title {
    max-width: 100%;
    font-size: 24px;
  }
  .features-box {
    width: 100%;
    display: block;
    padding: 10px 0 50px;
  }
  .features-box_item {
    width: 100%;
  }
  .features-box-wrap {
    width: 100%;
  }
  .features .features-pagination {
    display: block;
  }
  .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: #4fc572;
    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-title {
    max-width: 100%;
  }
  .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 .theme {
    text-align: center;
    font-size: 16px;
  }
  .feedback-swiper .slide-item .detail {
    font-size: 12px;
    text-align: center;
  }
  .feedback-swiper .slide-item .slide_info {
    justify-content: center;
  }
  .feedback-swiper .swiper-button {
    display: none;
  }
  .feedback-swiper .swiper-button-next,
  .feedback-swiper .swiper-button-prev {
    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: 750px;
    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: #4fc572;
  }
  .evaluate .evaluate-box-wrap {
    width: 100%;
    margin: 0;
    gap: unset;
  }
  .evaluate .evaluate-box-wrap .evaluate-slide {
    height: 330px;
    margin: 0;
  }
  .evaluate .evaluate-box-wrap .evaluate-slide_item {
    max-width: 100%;
    margin: 0;
    height: auto;
  }
  .FAQ {
    padding-top: 60px;
    padding-bottom: 70px;
    background: #fff;
  }
  .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-text div {
    width: 90%;
  }
  .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;
  }
  .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;
  }
}
