html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
.sprite {
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(https://img.videone.ai/uploads/pages/ja/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 .container {
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  column-gap: 30px;
}
.banner .container .product_title {
  font-size: 42px;
  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: 540px;*/
/*}*/
/*.banner .container .product_pic img{*/
/*  width:716px*/
/*}*/
.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(https://img.videone.ai/uploads/pages/ja/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(https://img.videone.ai/uploads/pages/ja/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(https://img.videone.ai/uploads/pages/ja/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 {
  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(https://img.videone.ai/uploads/pages/ja/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: -502px -1152px;
}
.merit-list_item:nth-child(4):hover .img {
  background-position: -442px -1152px;
}
.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(https://img.videone.ai/uploads/pages/ja/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(https://img.videone.ai/uploads/pages/ja/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-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: 30px 0 90px 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 {
  padding-left: 15px;
  position: relative;
  margin-top: 16px;
  color: #53576F;
  font-size: 16px;
  font-weight: 600;
}
.introduce-wrap_article p strong {
  color: #080F30;
}
.introduce-wrap_article p::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #080F30;
  top: 8px;
  left: 0;
  position: absolute;
}
.introduce-wrap .introduce-wrap_img {
  max-width: 521px;
}
.introduce-wrap .introduce-wrap_img .img {
  width: 100%;
}
.introduce-wrap:nth-child(odd) .introduce-box {
  flex-direction: row-reverse;
}
.features {
  width: var(--page-width);
  margin: 0 auto;
}
.features-title {
  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: 80px;
  width: 1200px;
}
.features-box-wrap {
  width: calc(92% / 3);
}
.features-box_item {
  width: 100%;
  margin-bottom: 60px;
  height: 190px;
}
.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: 39px;
  height: 39px;
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(https://img.videone.ai/uploads/pages/ja/sprite.png);
}
.features-box .wrap1 .features-box_item:nth-child(1) .item-icon {
  background-position: -443px -720px;
}
.features-box .wrap1 .features-box_item:nth-child(2) .item-icon {
  background-position: -623px -714px;
}
.features-box .wrap1 .features-box_item:nth-child(3) .item-icon {
  background-position: -451px -773px;
}
.features-box .wrap2 .features-box_item:nth-child(1) .item-icon {
  background-position: -512px -717px;
}
.features-box .wrap2 .features-box_item:nth-child(2) .item-icon {
  background-position: -691px -715px;
}
.features-box .wrap2 .features-box_item:nth-child(3) .item-icon {
  background-position: -512px -776px;
}
.features-box .wrap3 .features-box_item:nth-child(1) .item-icon {
  background-position: -567px -724px;
}
.features-box .wrap3 .features-box_item:nth-child(2) .item-icon {
  background-position: -743px -713px;
}
.features-box .wrap3 .features-box_item:nth-child(3) .item-icon {
  background-position: -572px -778px;
}
.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: 570px;
}
.steps-box .steps-swiper img {
  width: 100%;
  max-width: 768px;
  max-height: 453px;
}
.steps-box .step-content {
  display: flex;
  align-items: center;
  padding: 26px 40px;
}
.steps-box .step-content_title {
  width: 138px;
  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(https://img.videone.ai/uploads/pages/ja/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: 245px;
  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 {
  transform: rotate(180deg);
  transition: all 0.5s;
  stroke: #2899F5 !important;
}
.FAQ .FAQ-collaps_wrap .active .collapse-content {
  max-height: 400px;
  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;
  margin-top: 14px;
  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) - 120px);
}
.CTA-info_item {
  position: relative;
  padding: 0 35px;
}
.CTA-info_item .item-title {
  display: flex;
  align-items: center;
}
.CTA-info_item .item-title svg {
  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;
}
.CTA-info_item .star {
  display: flex;
  margin-top: 5px;
}
.CTA-info_item:nth-child(1) .item-desc {
  width: 209px;
}
.CTA-info_item:not(:last-child):after {
  content: '';
  width: 1px;
  height: 35px;
  background: #CECECE;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.CTA-info_item:last-child {
  padding: 0 20px 0 40px;
}
.CTA .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%);
}

.recommend {
  margin-bottom: 80px;
}
.recommend a {
  text-decoration: none;
}
.recommend .recommend-title {
  color: #212121;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 125.4%;
  /* 40.128px */
  padding: 30px 0 17px;
}
.recommend .container {
  padding: 0 42px;
  border-radius: 6px;
}
.recommend .recommend-con {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 95px;
  padding: 32px 0;
  counter-reset: recommend-con-item;
}
.recommend .recommend-con_item {
  counter-increment: recommend-con-item;
  color: #313940;
  width: 45%;
  overflow: hidden;
  display: flex;
  align-items: baseline;
  line-height: 1.8;
}
.recommend .recommend-con_item::before {
  content: counter(recommend-con-item);
  display: inline-block;
  color: #313940;
  font-size: 16px;
  margin-right: 10px;
  width: 23px;
  line-height: normal;
  height: 23px;
  border-radius: 3px;
  border: 1px solid #cbdfef;
  text-align: center;
}
.recommend-blue .recommend-title {
  border-bottom: 1px solid #e0edf9;
}
.recommend-blue .container {
  border: 1px solid #c9dae8;
  background: #f6fbff;
}
.recommend-blue .recommend-con_item:hover {
  color: #2899F5;
}

@media screen and (max-width: 768px) {
  .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: 156px;
    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: 156px;
    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;
    margin-top: 40px;
  }
  .introduce .article-title {
    font-size: 20px;
  }
  .introduce-wrap {
    padding-bottom: 37px;
  }
  .introduce-wrap .introduce-box {
    width: 100%;
    flex-direction: column !important;
  }
  .introduce-wrap .introduce-box .introduce-wrap_img {
    width: 100%;
    margin-top: 38px;
  }
  .introduce-wrap .introduce-box .introduce-wrap_article {
    width: auto;
  }
  .introduce-wrap .introduce-box .introduce-wrap_article p {
    font-size: 14px;
  }
  .introduce-wrap:nth-child(even) {
    background-color: unset;
  }
  .features {
    width: auto;
    padding: 0 40px;
  }
  .features-title {
    font-size: 24px;
  }
  .features-box {
    width: 100%;
    display: block;
  }
  .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: #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;
    height: 265px;
  }
  .FAQ {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .FAQ-title {
    font-size: 24px;
  }
  .FAQ .polygon-box {
    display: none;
  }
  .FAQ .collapse_wraper {
    width: 100%;
    padding: 0 20px;
  }
  .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;
  }
  .recommend {
    margin-bottom: 40px;
  }
  .recommend .recommend-title {
    padding: 20px 0 16px;
    font-size: 26px;
  }
  .recommend .container {
    padding: 0;
    width: 95%;
  }
  .recommend .recommend-con_item {
    width: 100%;
    font-size: 14px;
  }
  .recommend .recommend-con_item .con-box {
    width: 100%;
  }
  .recommend .recommend-con_item::before {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
  .recommend .recommend-con {
    padding: 28px 24px;
    gap: 25px;
  }

}
