@import "global.css";
@import "fonts.css";

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html,
body {
  width: 100%;
}

body {
  font-family: 'Rubik', sans-serif !important;
  font-style: normal;
}

.mobile_style {
  display: none;
}

.pc_style {
  display: block;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 59px;
  background: #FFFFFF;
  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: 37px;
  height: 37px;
  margin-right: 13px;
}

.nav .nav_pc .nav_left .product_info .logotitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.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: 500;
  font-size: 14px;
  line-height: 17px;
  color: #606060;
}

.nav .nav_pc .nav_right .list li a:hover {
  color: #1E96EC;
}

.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: 0px 5px 4px rgba(0, 0, 0, 0.11);
}

.banner {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, rgba(118, 92, 249, 0.13) 0%, rgba(243, 248, 248, 0) 81.32%);
  overflow: hidden;
}

.banner::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: url('https://cdn.tunefab.com/img/banner_icon1.svg') no-repeat;
  background-size: 100% 100%;
}

.banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 300px;
  height: 300px;
  background: url('https://cdn.tunefab.com/img/banner_icon2.svg') no-repeat;
  background-size: 100% 100%;
}

.banner .container {
  display: flex;
  width: 1080px;
  margin: 0 auto;
}

.banner .container .banner_left {
  width: 50%;
  padding: 65px 0;
  z-index: 10;
}

.banner .container .banner_left h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.18%;
  color: #323836;
  /* font-family: 'Rubik', sans-serif; */
}

.banner .container .banner_left .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(8, 15, 48, 0.5);
  margin: 17px 0 15px;
  /* font-family: 'Rubik', sans-serif; */
}

.banner .container .banner_left ul li {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #4A5954;
  /* font-family: 'Rubik', sans-serif; */
}

.banner .container .banner_left ul li span {
  font-size: 32px;
  color: #5E43EA;
  margin: 0px 10px 0 0;
}

.banner .container .banner_left .toggle {
  position: relative;
  width: 155px;
  height: 30px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 19.2616px;
  /* margin: 16px 0 27px; */
}

.banner .container .banner_left .toggle .current {
  position: absolute;
  top: 3px;
  left: 2.5px;
  width: 75px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 17.2962px;
  transition: all 0.5s;
}

.banner .container .banner_left .toggle .options {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner .container .banner_left .toggle .options .option-win,
.banner .container .banner_left .toggle .options .option-mac {
  margin-top: 3px;
  width: 75px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.banner .container .banner_left .toggle .options .option-win img,
.banner .container .banner_left .toggle .options .option-mac img {
  width: 12.58px;
  height: 13.37px;
  margin-right: 5px;
}

.banner .container .banner_left .banner_btn_box {
  position: relative;
  width: 480px;
  height: 65px;
  margin: 30px 0 27px;
}

.banner .container .banner_left .banner_btn_box .btn_win,
.banner .container .banner_left .banner_btn_box .btn_mac {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner .container .banner_left .banner_btn_box .btn_win .download,
.banner .container .banner_left .banner_btn_box .btn_mac .download {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 65px;
  background: #5E43EA;
  border-radius: 32.5px;
  transition: all 0.5s;
  margin-right: 40px;
}

.banner .container .banner_left .banner_btn_box .btn_win .download .text .button,
.banner .container .banner_left .banner_btn_box .btn_mac .download .text .button {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.banner .container .banner_left .banner_btn_box .btn_win .download .text p,
.banner .container .banner_left .banner_btn_box .btn_mac .download .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}

.banner .container .banner_left .banner_btn_box .btn_win .download img,
.banner .container .banner_left .banner_btn_box .btn_mac .download img {
  width: 21px;
  height: 22px;
  margin-left: 20px;
}

.banner .container .banner_left .banner_btn_box .btn_win .download:hover,
.banner .container .banner_left .banner_btn_box .btn_mac .download:hover {
  background: #432DB3;
}

.banner .container .banner_left .banner_btn_box .btn_win .buy,
.banner .container .banner_left .banner_btn_box .btn_mac .buy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 65px;
  border: 1px solid #C8CAC9;
  background: #FFFFFF;
  border-radius: 32.5px;
  transition: all 0.5s;
}

.banner .container .banner_left .banner_btn_box .btn_win .buy .text .button,
.banner .container .banner_left .banner_btn_box .btn_mac .buy .text .button {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #3D3D3D;
}

.banner .container .banner_left .banner_btn_box .btn_win .buy .text p,
.banner .container .banner_left .banner_btn_box .btn_mac .buy .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(61, 61, 61, 0.5);
}

.banner .container .banner_left .banner_btn_box .btn_win .buy .cart_icon,
.banner .container .banner_left .banner_btn_box .btn_mac .buy .cart_icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url('https://cdn.tunefab.com/img/cart_black.svg') no-repeat;
  background-size: 100% 100%;
}

.banner .container .banner_left .banner_btn_box .btn_win .buy:hover,
.banner .container .banner_left .banner_btn_box .btn_mac .buy:hover {
  background: #303030;
}

.banner .container .banner_left .banner_btn_box .btn_win .buy:hover .button,
.banner .container .banner_left .banner_btn_box .btn_mac .buy:hover .button {
  color: #FFFFFF;
}

.banner .container .banner_left .banner_btn_box .btn_win .buy:hover p,
.banner .container .banner_left .banner_btn_box .btn_mac .buy:hover p {
  color: rgba(255, 255, 255, 0.5);
}

.banner .container .banner_left .banner_btn_box .btn_win .buy:hover .cart_icon,
.banner .container .banner_left .banner_btn_box .btn_mac .buy:hover .cart_icon {
  background: url('https://cdn.tunefab.com/img/cart_white.svg') no-repeat;
  background-size: 100% 100%;
}

.banner .container .banner_left .banner_btn_box .btn_win {
  z-index: 100;
}

.banner .container .banner_left .banner_btn_box .btn_mac {
  z-index: 90;
}

.banner .container .banner_left .banner_btn_box .btn_mac .download .text p {
  font-size: 12px;
}

.banner .container .banner_left .tip {
  font-weight: 400;
  font-size: 14px;
  line-height: 150.5%;
  color: #848798;
  margin-top: 20px;
}

.banner .container .banner_right {
  width: 50%;
  display: flex;
  align-items: center;
}

.banner .container .banner_right img {
  width: 100%;
}

.overview {
  width: 100%;
  height: 188px;
  background: #23272C;
}

.overview .container {
  display: flex;
  width: 960px;
  height: 100%;
  margin: 0 auto;
}

.overview .container .item {
  width: 240px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.overview .container .item .item-icon {
  width: 50px;
  height: 50px;
}

.overview .container .item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 146.68%;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
}

.overview .container .item:hover {
  background: linear-gradient(180deg, rgba(191, 67, 234, 0) 32.72%, rgba(120, 67, 234, 0.2948) 94.68%);
}

.overview .container .item:nth-child(1) .item-icon {
  background: url('https://cdn.tunefab.com/img/item-icon1.svg') no-repeat;
  background-size: 100% 100%;
}

.overview .container .item:nth-child(1):hover .item-icon {
  background: url('https://cdn.tunefab.com/img/item-icon1_hover.svg') no-repeat;
  background-size: 100% 100%;
}

.overview .container .item:nth-child(2) .item-icon {
  background: url('https://cdn.tunefab.com/img/item-icon2.svg') no-repeat;
  background-size: 100% 100%;
}

.overview .container .item:nth-child(2):hover .item-icon {
  background: url('https://cdn.tunefab.com/img/item-icon2_hover.svg') no-repeat;
  background-size: 100% 100%;
}

.overview .container .item:nth-child(3) .item-icon {
  background: url('https://cdn.tunefab.com/img/item-icon3.svg') no-repeat;
  background-size: 100% 100%;
}

.overview .container .item:nth-child(3):hover .item-icon {
  background: url('https://cdn.tunefab.com/img/item-icon3_hover.svg') no-repeat;
  background-size: 100% 100%;
}

.overview .container .item:nth-child(4) .item-icon {
  background: url('https://cdn.tunefab.com/img/item-icon4.svg') no-repeat;
  background-size: 100% 100%;
}

.overview .container .item:nth-child(4):hover .item-icon {
  background: url('https://cdn.tunefab.com/img/item-icon4_hover.svg') no-repeat;
  background-size: 100% 100%;
}

.highlights {
  width: 1080px;
  margin: 100px auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.highlights .highlights_title {
  width: 70%;
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.highlights .video_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 239px;
  height: 52px;
  border: 1px solid #3D3D3D;
  border-radius: 26px;
  margin: 50px 0;
  transition: all 0.5s;
}

.highlights .video_btn p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #3D3D3D;
}

.highlights .video_btn .video_icon {
  width: 25px;
  height: 25px;
  background: url('https://cdn.tunefab.com/img/video_icon.svg') no-repeat;
  background-size: 100% 100%;
  margin-left: 20px;
}

.highlights .video_btn:hover {
  background: #303030;
}

.highlights .video_btn:hover p {
  color: #FFFFFF;
}

.highlights .video_btn:hover .video_icon {
  background: url('https://cdn.tunefab.com/img/video_icon_hover.svg') no-repeat;
  background-size: 100% 100%;
}

.highlights .highlights_part {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 120px;
}

.highlights_part.part4 {
  width: 108%;
}

.highlights .highlights_part .part_pic {
  width: 52%;
  padding-top: 10px;
}

.highlights .highlights_part .part_pic img {
  width: 100%;
}

.highlights .highlights_part .part_intro {
  width: 42%;
}

.highlights .highlights_part .part_intro .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 146.68%;
  color: #080F30;
}

.highlights .highlights_part .part_intro p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
  margin: 20px 0;
}

.highlights .highlights_part .part_intro ul {
  margin: 20px 0;
}

.highlights .highlights_part .part_intro ul li {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
}

.highlights .highlights_part .part_intro ul li span {
  font-size: 32px;
  color: #5E43EA;
  margin-right: 20px;
}

.highlights .highlights_part .part_intro a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5E43EA;
}

.highlights .highlights_part .part_intro .more_link {
  text-decoration: underline;
}

.features {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.features h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.features .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}

.features .container .features-part {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 30%;
}

.features .container .features-part .part-item {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 260px;
}

.features .container .features-part .part-item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.68%;
  color: #080F30;
  margin: 10px 0;
}

.features .container .features-part .part-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
  margin: 10px 0;
}

.step {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 1080px;
  height: auto;
  margin: 50px auto;
}

.step .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080F30;
}

.step .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 179.18%;
  color: #656565;
  margin-top: 12px;
}

.step .container {
  width: 100%;
  height: 650px;
  background: url('https://cdn.tunefab.com/img/step_img.webp') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.step .container .step_swiper {
  position: relative;
  width: 70%;
  height: 90%;
  overflow: hidden;
}

.step .container .step_swiper .swiper-slide {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.step .container .step_swiper .swiper-slide .step_text {
  box-sizing: border-box;
  display: flex;
  padding: 0 20px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #656565;
}

.step .container .step_swiper .swiper-slide .step_text span {
  white-space: nowrap;
  font-weight: 700;
  font-size: 24px;
  line-height: 146.68%;
  color: #080F30;
  margin: -10px 5px 0 0;
}

.step .container .step_swiper .swiper-pagination-bullet-active {
  background-color: #5E43EA;
}

.evaluation {
  width: 1080px;
  margin: 100px auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.evaluation .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080F30;
}

.evaluation .view_more {
  width: 308px;
  height: 52px;
  border: 1px solid #3D3D3D;
  font-weight: 500;
  border-radius: 26px;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  color: #3D3D3D;
  margin: 20px 0;
}

.evaluation .view_more:hover {
  background: #303030;
  color: #FFFFFF;
}

.evaluation .container {
  position: relative;
  width: 100%;
  height: 300px;
}

.evaluation .container .evaluation_swiper {
  position: absolute;
  top: 0;
  left: calc(50% - 45%);
  width: 90%;
  height: 100%;
  overflow: hidden;
}

.evaluation .container .evaluation_swiper .swiper-wrapper {
  width: 100%;
}

.evaluation .container .evaluation_swiper .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  padding: 25px 120px;
  display: flex;
  align-items: center;
}

.evaluation .container .evaluation_swiper .swiper-wrapper .swiper-slide img {
  width: 87px;
  height: 87px;
  margin-right: 40px;
}

.evaluation .container .evaluation_swiper .swiper-wrapper .swiper-slide .author {
  font-weight: 700;
  font-size: 22px;
  line-height: 146.68%;
  color: #080F30;
}

.evaluation .container .evaluation_swiper .swiper-wrapper .swiper-slide p {
  font-weight: 400;
  font-size: 14px;
  line-height: 152.68%;
  color: #53576F;
  margin-top: 12px;
}

.evaluation .container .evaluation_swiper .swiper-pagination-bullet-active {
  background-color: #5E43EA;
}

.evaluation .container .swiper-button-prev::after,
.evaluation .container .swiper-button-next::after {
  display: none;
}

.evaluation .container .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: url('https://cdn.tunefab.com/img/prev_icon.svg') no-repeat;
  background-size: 100% 100%;
}

.evaluation .container .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url('https://cdn.tunefab.com/img/next_icon.svg') no-repeat;
  background-size: 100% 100%;
}

.trusted {
  display: none !important;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  background: #312439;
  padding: 80px 0;
}

.trusted::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 280px;
  height: 350px;
  z-index: 10;
  background: url('https://cdn.tunefab.com/img/trusted_before.webp') no-repeat;
  background-size: 100% 100%;
}

.trusted::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  width: 280px;
  height: 300px;
  z-index: 10;
  background: url('https://cdn.tunefab.com/img/trusted_after.webp') no-repeat;
  background-size: 100% 100%;
}

.trusted .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #FFFFFF;
  z-index: 100;
}

.trusted .pc_container {
  margin-top: 20px;
  z-index: 100;
}

.trusted .pc_container .part {
  display: flex;
  margin-top: 40px;
}

.trusted .pc_container .part .part-item {
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 16px;
  margin: 0 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trusted .pc_container .part .part-item .item-img {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
}

.trusted .pc_container .part .part-item .item-text {
  width: 100%;
  height: 65%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
}

.trusted .pc_container .part1 .part1-item {
  width: 403px;
  height: 282px;
}

.trusted .pc_container .part2 {
  justify-content: center;
}

.trusted .pc_container .part2 .part2-item {
  width: 567px;
  height: 282px;
}

.faqs {
  width: 100%;
  margin-top: 150px;
}

.faqs .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.faqs .container {
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 50px;
  background: linear-gradient(rgba(243, 248, 248, 0) 81.32%, #eeebfe);
  padding: 50px 0;
}

.faqs .container::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 160px;
  height: 170px;
  background: url('https://cdn.tunefab.com/img/faqs_before.svg') no-repeat;
  background-size: 100% 100%;
}

.faqs .container::after {
  position: absolute;
  top: 100px;
  right: 0;
  content: '';
  width: 200px;
  height: 300px;
  background: url('https://cdn.tunefab.com/img/faqs_after.svg') no-repeat;
  background-size: 100% 100%;
}

.faqs .container .content {
  width: 900px;
  height: 100%;
  margin: 0 auto;
}

.faqs .container .content .content-item {
  box-sizing: border-box;
  width: 100%;
  height: 72px;
  background: #FFFFFF;
  border: 1px solid #8A8FAB;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 0 20px 0 50px;
  overflow: hidden;
}

.faqs .container .content .content-item .question {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
}

.faqs .container .content .content-item .question h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 188.51%;
  color: #080F30;
}

.faqs .container .content .content-item .question .faqs-icon {
  width: 20px;
  height: 20px;
  background: url('https://cdn.tunefab.com/img/faqs_icon2.svg') no-repeat;
  background-size: 100% 100%;
}

.faqs .container .content .content-item .answer {
  width: 90%;
  font-weight: 400;
  font-size: 16px;
  line-height: 179.18%;
  color: #656565;
}

.faqs .container .content .item-active {
  height: auto;
  padding: 20px 20px 20px 50px;
  background: rgba(94, 67, 234, 0.05);
  border: 1px solid #5E43EA;
}

.faqs .container .content .item-active .question h3 {
  color: #5E43EA;
}

.faqs .container .content .item-active .question .icon-active {
  width: 20px;
  height: 20px;
  background: url('https://cdn.tunefab.com/img/faqs_icon1.svg') no-repeat;
  background-size: 100% 100%;
}

.try {
  width: 1080px;
  padding: 120px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.try .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080F30;
}

.try .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 179.18%;
  color: #656565;
  margin-top: 20px;
}

.try .try-btn {
  width: 33%;
  height: auto;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}

.try .try-btn .btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 52px;
  background: #5E43EA;
  border-radius: 6px;
  transition: all 0.5s;
}

.try .try-btn .btn-item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  margin-right: 10px;
}

.try .try-btn .btn-item:hover {
  background: #432DB2;
}

.try .try-info {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: rgba(94, 67, 234, 0.06);
  border-radius: 18px;
  padding: 30px;
  display: flex;
  justify-content: center;
}

.try .try-info .info-item {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.try .try-info .info-item .header {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.try .try-info .info-item .header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 179.18%;
  color: #5E43EA;
  margin-left: 15px;
}

.try .try-info .info-item .intro {
  width: 100%;
  height: 65%;
}

.try .try-info .info-item .intro p {
  font-weight: 600;
  font-size: 13px;
  line-height: 146.68%;
  color: #656565;
}

.try .try-info .info-item .intro .intro-p {
  /* font-size: 18px; */
}

.try .try-info .line {
  width: 0;
  height: 35px;
  border: 1px solid #CECECE;
  margin: 25px 32px;
}

.try .jump {
  font-weight: 400;
  font-size: 14px;
  line-height: 262.5%;
  text-decoration-line: underline;
  color: #656565;
  margin-top: 30px;
}

.recommend {
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.recommend .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.recommend .container {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.recommend .container .item {
  box-sizing: border-box;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  border-radius: 10px;
}

.recommend .container .item .itema {
  text-align: center;
}

.recommend .container .item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
  margin: 20px 0;
}

.recommend .container .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 152.68%;
  text-align: center;
  color: #53576F;
  margin-bottom: 30px;
}

.recommend .container .item .recommend-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 221px;
  height: 52px;
  background: linear-gradient(93.03deg, #4596E5 -9.17%, #4539CC 105.48%);
  border-radius: 8px;
  margin-bottom: 20px;
}

.recommend .container .item .recommend-btn span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 10px;
}

.recommend .container .item .recommend-btn:hover {
  background: linear-gradient(93.03deg, #4539CC -9.17%, #4596E5 105.48%);
}

.recommend .container .item1 {
  background: linear-gradient(180deg, rgba(59, 200, 155, 0.13) 0%, rgba(31, 191, 161, 0) 100%);
}

.recommend .container .item2 {
  background: linear-gradient(180deg, rgba(185, 135, 248, 0.09) 0%, rgba(196, 141, 248, 0) 100%);
}

.recommend .container .item3 {
  background: linear-gradient(180deg, rgba(27, 178, 193, 0.12) 0%, rgba(30, 174, 192, 0) 100%);
}

.step .container .step_swiper .swiper-slide img {
  width: 756px;
}

.recommend .container .item1 a {
  color: #080F30;
}

@media screen and (max-width: 768px) {
  .pc_style {
    display: none !important;
  }

  .mobile_style {
    display: block;
  }

  .nav {
    width: 100%;
    height: 59px;
    background: #FFFFFF;
  }

  .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: 37px;
    height: 37px;
  }

  .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: #FFFFFF;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.17);
    border-radius: 0px 0px 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: 500;
    font-size: 14px;
    line-height: 17px;
    color: #606060;
  }

  .nav .nav_mobile .nav_right .list .list_data li a:hover {
    color: #1E96EC;
  }

  .nav .nav_mobile .nav_right .list:hover .list_data {
    display: block;
  }

  .banner::before {
    display: none;
  }

  .banner::after {
    display: none;
  }

  .banner .container {
    display: flex;
    flex-flow: column nowrap;
    width: 93%;
    margin: 0 auto;
  }

  .banner .container .banner_left {
    width: 100%;
    padding: 50px 0;
  }

  .banner .container .banner_left .desc {
    font-size: 16px;
  }

  .banner .container .banner_left .banner_btn_box {
    width: 100%;
    height: 61px;
  }

  .banner .container .banner_left .banner_btn_box .btn_win .download,
  .banner .container .banner_left .banner_btn_box .btn_mac .download {
    width: 196px;
    height: 100%;
    margin-right: 20px;
  }

  .banner .container .banner_left .banner_btn_box .btn_win .download .text h3,
  .banner .container .banner_left .banner_btn_box .btn_mac .download .text h3 {
    font-size: 16px;
  }

  .banner .container .banner_left .banner_btn_box .btn_win .download .text p,
  .banner .container .banner_left .banner_btn_box .btn_mac .download .text p {
    font-size: 12px;
  }

  .banner .container .banner_left .banner_btn_box .btn_win .download img,
  .banner .container .banner_left .banner_btn_box .btn_mac .download img {
    margin-left: 5px;
  }

  .banner .container .banner_left .banner_btn_box .btn_win .buy,
  .banner .container .banner_left .banner_btn_box .btn_mac .buy {
    width: 145px;
    height: 100%;
  }

  .banner .container .banner_left .banner_btn_box .btn_win .buy .cart_icon,
  .banner .container .banner_left .banner_btn_box .btn_mac .buy .cart_icon {
    margin-left: 4px;
  }

  .banner .container .banner_left .banner_btn_box .btn_win .buy .text h3,
  .banner .container .banner_left .banner_btn_box .btn_mac .buy .text h3 {
    font-size: 16px;
  }

  .banner .container .banner_left .banner_btn_box .btn_win .buy .text p,
  .banner .container .banner_left .banner_btn_box .btn_mac .buy .text p {
    font-size: 12px;
  }

  .banner .container .banner_left .banner_btn_box .btn_mac .download img {
    margin-left: 5px;
  }

  .banner .container .banner_right {
    width: 100%;
  }

  .overview {
    margin-top: 40px;
  }

  .overview .overview_swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .overview .overview_swiper .swiper-wrapper {
    width: 100%;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: center;
    margin: 40px 20px;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item .item-icon {
    width: 50px;
    height: 50px;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item p {
    font-weight: 500;
    font-size: 12px;
    line-height: 146.68%;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item:nth-child(1) .item-icon {
    background: url('https://cdn.tunefab.com/img/item-icon1.svg') no-repeat;
    background-size: 100% 100%;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item:nth-child(1):hover .item-icon {
    background: url('https://cdn.tunefab.com/img/item-icon1_hover.svg') no-repeat;
    background-size: 100% 100%;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item:nth-child(2) .item-icon {
    background: url('https://cdn.tunefab.com/img/item-icon2.svg') no-repeat;
    background-size: 100% 100%;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item:nth-child(2):hover .item-icon {
    background: url('https://cdn.tunefab.com/img/item-icon2_hover.svg') no-repeat;
    background-size: 100% 100%;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item:nth-child(3) .item-icon {
    background: url('https://cdn.tunefab.com/img/item-icon3.svg') no-repeat;
    background-size: 100% 100%;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item:nth-child(3):hover .item-icon {
    background: url('https://cdn.tunefab.com/img/item-icon3_hover.svg') no-repeat;
    background-size: 100% 100%;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item:nth-child(4) .item-icon {
    background: url('https://cdn.tunefab.com/img/item-icon4.svg') no-repeat;
    background-size: 100% 100%;
  }

  .overview .overview_swiper .swiper-wrapper .swiper-slide .item:nth-child(4):hover .item-icon {
    background: url('https://cdn.tunefab.com/img/item-icon4_hover.svg') no-repeat;
    background-size: 100% 100%;
  }

  .overview .overview_swiper .swiper-scrollbar {
    position: absolute;
    left: calc(50% - 20%);
    bottom: 20px;
    width: 40%;
    overflow: hidden;
    background: #3B4148;
  }

  .overview .overview_swiper .swiper-scrollbar-drag {
    background: #B9ABFF;
    width: 70% !important;
  }

  .highlights {
    width: 93%;
    margin: 70px auto;
  }

  .highlights .highlights_title {
    width: 100%;
    font-size: 24px;
  }

  .highlights .highlights_part {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
  }

  .highlights .highlights_part .part_pic {
    width: 100%;
  }

  .highlights .highlights_part .part_pic img {
    width: 100%;
  }

  .highlights .highlights_part .part_intro {
    width: 100%;
  }

  .highlights .highlights_part .part_intro .title {
    font-size: 20px;
  }

  .highlights .highlights_part .part_intro p {
    font-size: 14px;
  }

  .highlights .highlights_part .part_intro ul li {
    font-size: 14px;
  }

  .highlights .highlights_part .part_intro ul li span {
    margin-right: 10px;
  }

  .highlights .highlights_part .part_intro a {
    font-size: 14px;
  }

  .highlights .highlights_part .part_intro .more_link {
    text-decoration: none;
  }

  .highlights .part2,
  .highlights .part4 {
    flex-flow: column-reverse nowrap;
  }

  .features {
    width: 93%;
    margin-top: -80px;
  }

  .features h2 {
    width: 80%;
    font-size: 24px;
  }

  .features .features_swiper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }

  .features .features_swiper .swiper-slide {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    height: 440px;
  }

  .features .features_swiper .swiper-slide .part-item {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: 200px;
  }

  .features .features_swiper .swiper-slide .part-item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 146.68%;
    color: #080F30;
    margin: 10px 0;
  }

  .features .features_swiper .swiper-slide .part-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #53576F;
    margin: 10px 0;
  }

  .features .features_swiper .swiper-pagination-bullet-active {
    background-color: #5E43EA;
  }

  .step {
    width: 93%;
    margin: 50px auto;
  }

  .step .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 146.68%;
    color: #080F30;
    text-align: center;
  }

  .step .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 179.18%;
    color: #656565;
    margin-top: 12px;
    text-align: center;
  }

  .step .container {
    height: 420px;
    background: none;
  }

  .step .container .step_swiper {
    width: 100%;
  }

  .step .container .step_swiper .swiper-slide img {
    width: 90%;
  }

  .step .container .step_swiper .swiper-slide .step_text {
    font-size: 14px;
  }

  .step .container .step_swiper .swiper-slide .step_text span {
    font-size: 18px;
    margin-top: -2px;
  }

  .evaluation {
    width: 93%;
    margin: 80px auto;
  }

  .evaluation .title {
    font-size: 24px;
  }

  .evaluation .container {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 20px;
    overflow: hidden;
  }

  .evaluation .container .evaluation_swiper {
    position: absolute;
    top: 0;
    left: calc(50% - 50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .evaluation .container .evaluation_swiper .swiper-wrapper {
    width: 100%;
  }

  .evaluation .container .evaluation_swiper .swiper-wrapper .swiper-slide {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }

  .evaluation .container .evaluation_swiper .swiper-wrapper .swiper-slide img {
    width: 87px;
    height: 87px;
    margin-right: 0;
  }

  .evaluation .container .evaluation_swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
  }

  .evaluation .container .evaluation_swiper .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    text-align: center;
  }

  .evaluation .container .evaluation_swiper .swiper-pagination-bullet-active {
    background-color: #5E43EA;
  }

  .evaluation .container .swiper-button-prev::after,
  .evaluation .container .swiper-button-next::after {
    display: none;
  }

  .evaluation .container .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('https://cdn.tunefab.com/img/prev_icon.svg') no-repeat;
    background-size: 100% 100%;
  }

  .evaluation .container .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background: url('https://cdn.tunefab.com/img/next_icon.svg') no-repeat;
    background-size: 100% 100%;
  }

  .trusted {
    padding: 60px 0 40px;
  }

  .trusted::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 120px;
    height: 150px;
    z-index: 10;
    background: url('https://cdn.tunefab.com/img/trusted_before.webp') no-repeat;
    background-size: 100% 100%;
  }

  .trusted::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    z-index: 10;
    background: none;
    background-size: 100% 100%;
  }

  .trusted .title {
    width: 80%;
    font-weight: 700;
    font-size: 24px;
    line-height: 146.68%;
    text-align: center;
    color: #FFFFFF;
  }

  .trusted .mobile_container {
    width: 100%;
    margin-top: 40px;
    z-index: 100;
  }

  .trusted .mobile_container .part-box {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
  }

  .trusted .mobile_container .part-box .part {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-right: 20px;
  }

  .trusted .mobile_container .part-box .part .part-item {
    box-sizing: border-box;
    width: 335px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 16px;
    flex-shrink: 0;
    margin-left: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .trusted .mobile_container .part-box .part .part-item .item-img {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
  }

  .trusted .mobile_container .part-box .part .part-item .item-text {
    width: 100%;
    height: 65%;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #53576F;
  }

  .trusted .mobile_container .part-box .part::-webkit-scrollbar {
    display: none;
  }

  .faqs {
    margin-top: 80px;
  }

  .faqs .title {
    font-size: 24px;
  }

  .faqs .container {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 20px 0;
  }

  .faqs .container::before {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: none;
  }

  .faqs .container::after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: none;
  }

  .faqs .container .content {
    width: 93%;
    height: auto;
    margin: 0 auto;
  }

  .faqs .container .content .content-item {
    height: 85px;
    padding: 10px;
  }

  .faqs .container .content .content-item .question h3 {
    font-size: 14px;
  }

  .faqs .container .content .content-item .question .faqs-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin-top: -30px;
  }

  .faqs .container .content .content-item .answer {
    font-size: 14px;
  }

  .faqs .container .content .item-active {
    height: auto;
    padding: 10px;
  }

  .faqs .container .content .item-active .question .icon-active {
    width: 15px;
    height: 15px;
    background: url('https://cdn.tunefab.com/img/faqs_icon1.svg') no-repeat;
    background-size: 100% 100%;
  }

  .try {
    width: 93%;
    padding: 80px 0;
  }

  .try .title {
    font-size: 24px;
    text-align: center;
  }

  .try .desc {
    width: 80%;
    font-size: 14px;
    text-align: center;
  }

  .try .try-btn {
    width: 100%;
    height: auto;
    justify-content: space-around;
  }

  .try .try-btn .btn-item {
    flex-direction: row-reverse;
    width: 160px;
    height: 51px;
  }

  .try .try-btn .btn-item span {
    font-size: 16px;
    margin-left: 10px;
  }

  .try .try-info {
    padding: 30px 30px 0;
    flex-direction: column;
  }

  .try .try-info .info-item {
    margin-bottom: 30px;
  }

  .try .try-info .info-item .intro p {
    font-size: 16px;
  }

  .recommend {
    width: 93%;
  }

  .recommend .title {
    font-size: 24px;
  }

  .recommend .container {
    flex-direction: column;
  }

  .recommend .container .item {
    width: 100%;
    padding: 50px;
    margin-bottom: 10px;
  }
}