body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

div,
li {
  box-sizing: border-box;
}

input,
textarea {
  outline: none;
  border: none;
  resize: none;
}

button {
  border: none;
}

.container {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}

.pc-style {
  display: block;
}

.mobile-style {
  display: none;
}

.flex {
  display: flex;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.icon {
  display: inline-block;
  background-size: 1045px 524px;
  background-repeat: no-repeat;
  background-image: url("../../img/sprite.png");
}

.icon-win {
  background-position: -80px -101px;
  width: 13px;
  height: 14px;
}

.banner .icon-win:before,
.banner .icon-mac:before,
.banner .icon-buy:before {
  display: none;
}

.icon-win-w {
  background-position: -75px -54px;
  width: 21px;
  height: 23px;
}

.icon-buy {
  background-position: -137px -53px;
  width: 26px;
  height: 26px;
}

.icon-mac {
  background-position: -139px -101px;
  width: 14px;
  height: 16px;
}

.icon-mac-w {
  background-position: -139px -129px;
  width: 19px;
  height: 22px;
}

.banner {
  position: relative;
  padding: 60px 0 40px;
  width: 100%;
  background: linear-gradient(180deg, #f4efff 0%, rgba(244, 238, 251, 0) 100%);
  box-sizing: border-box;
  overflow: hidden;
}

.banner_heart {
  position: relative;
  width: 1080px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  z-index: 120;
  margin: 0 auto;
}

.banner_heart .product_intro {
  box-sizing: border-box;
  flex: 0 0 55%;
  height: 100%;
}

.banner_heart .product_intro .product_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  color: #323836;
}

.banner_heart .product_intro .product_desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(8, 15, 48, 0.5);
  margin: 17px 0 10px;
}

.banner_heart .product_intro .product_introduce-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4a5954;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}

.banner_heart .product_intro .product_introduce-item::before {
  position: absolute;
  left: 0;
  content: "·";
  color: #8065f4;
  font-size: 21px;
  margin-right: 8px;
  line-height: 1;
  font-weight: bolder;
}

.banner_heart .product_intro .toggle {
  position: relative;
  width: 155.09px;
  height: 29px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 19.2616px;
  margin: 39px 0 29px;
}

.banner_heart .product_intro .toggle .current_active {
  position: absolute;
  top: 2.1px;
  left: 3px;
  width: 74.39px;
  height: 23.96px;
  background: #ffffff;
  border-radius: 17.2962px;
  transition: all 0.5s;
}

.banner_heart .product_intro .toggle .toggle_choose {
  position: absolute;
  top: 2.3px;
  left: 2.5px;
  display: flex;
}

.banner_heart .product_intro .toggle .toggle_choose .toggle-btn {
  width: 74.39px;
  height: 23.96px;
  font-weight: 400;
  font-size: 11.0066px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.banner_heart .product_intro .toggle .toggle_choose .toggle-btn .icon {
  margin-right: 4px;
}

.banner_heart .product_intro .banner_btn {
  position: relative;
  width: 480px;
  height: 65px;
}

.banner_heart .product_intro .banner_btn .banner_win,
.banner_heart .product_intro .banner_btn .banner_mac {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.banner_heart .product_intro .banner_btn .banner_mac {
  z-index: 90;
}

.banner_heart .product_intro .banner_btn .banner_btn_download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 224px;
  box-sizing: border-box;
  height: 65px;
  background: #8065f4;
  border-radius: 32px;
  transition: all 0.5s;
}

.banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text {
  flex: 0 0 70%;
}

.banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

.banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
}

.banner_heart .product_intro .banner_btn .banner_btn_download .banner_mac_text p {
  font-size: 12px;
  line-height: 1.5;
}

.banner_heart .product_intro .banner_btn .banner_btn_download:hover {
  background: #6049c5;
}

.banner_heart .product_intro .banner_btn .banner_btn_buy {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 224px;
  height: 65px;
  border: 1px solid #c8cac9;
  border-radius: 32.5px;
  transition: all 0.5s;
}

.banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text {
  flex: 0 0 70%;
}

.banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #3d3d3d;
}

.banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(61, 61, 61, 0.5);
}

.banner_heart .product_intro .banner_btn .banner_btn_buy:hover {
  background: #303030;
}

.banner_heart .product_intro .banner_btn .banner_btn_buy:hover .banner_btn_buy_text h4 {
  color: #ffffff;
}

.banner_heart .product_intro .banner_btn .banner_btn_buy:hover .banner_btn_buy_text p {
  color: rgba(255, 255, 255, 0.5);
}

.banner_heart .product_intro .banner_btn .banner_btn_buy:hover .icon-buy {
  background-position: -189px -53px;
}

.banner_heart .product_intro .tip {
  margin-top: 17px;
  font-size: 14px;
  line-height: 262.5%;
  color: #848798;
}

.banner_heart .product_pic {
  flex: 0 0 45%;
}

.banner_heart .product_pic img {
  width: 612px;
  height: auto;
  margin-top: -80px;
}

h2 {
  width: 920px;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.5;
  color: #080f30;
  margin: 0 auto;
  text-align: center;
}

.min-article_desc {
  width: 700px;
}

.article {
  margin-top: 112px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.article .article_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
  column-gap: 30px;
}

.article .article_content:nth-child(odd) {
  flex-direction: row-reverse;
}

.article .article_content-left {
  flex: 0 0 500px;
}

.article .article_content-left img {
  width: 100%;
  height: auto;
}

.article .article_content-left .anpassbare_img {
  width: 436px;
}

.article .article_content-right {
  box-sizing: border-box;
  flex: 0 0 460px;
  height: auto;
}

.article .article_content-right h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  color: #080f30;
}

.article .article_content-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #53576f;
  margin-top: 32px;
}

.article .article_content-right p a {
  color: #7c45f1;
}

.article .article_content-right p a:hover {
  text-decoration: underline;
}

.article.reverse .article_content:nth-child(even) {
  flex-direction: row-reverse;
}

.article.reverse .article_content:nth-child(odd) {
  flex-direction: row;
}

.features {
  margin-top: 168px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.features .features_content {
  margin-top: 100px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 36px;
}

.features .features_content .features_content-item {
  flex: 31%;
  height: auto;
}

.features .features_content .features_content-item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.68%;
  color: #080f30;
  margin: 22px 0 12px;
}

.features .features_content .features_content-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576f;
}

.features .features-icon1 {
  background-position: -316px -53px;
  width: 38px;
  height: 38px;
}

.features .features-icon2 {
  background-position: -379px -53px;
  height: 38px;
  width: 36px;
}

.features .features-icon3 {
  background-position: -443px -52px;
  height: 38px;
  width: 32px;
}

.features .features-icon4 {
  background-position: -74px -199px;
  width: 28px;
  height: 34px;
}

.features .features-icon5 {
  background-position: -218px -202px;
  width: 28px;
  height: 29px;
}

.features .features-icon6 {
  background-position: -145px -200px;
  width: 30px;
  height: 32px;
}
.features .features-icon7 {
  background-position: -311px -114px;
  height: 38px;
  width: 38px;
}

.features .features-icon8 {
  background-position: -381px -115px;
  height: 38px;
  width: 32px;
}

.features .features-icon9 {
  background-position: -443px -115px;
  height: 38px;
  width: 32px;
}

.steps {
  margin-top: 150px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.steps .steps_desc {
  width: 830px;
  margin: 16px auto 0;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.steps .steps-btn {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
}

.steps .steps-btn .steps-btn-item {
  padding: 14px 20px;
  box-sizing: border-box;
  background: #8065f4;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}

.steps .steps-btn .steps-btn-item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 16px;
}

.steps .steps-btn .steps-btn-item:hover {
  background: #5f47c8;
}

.steps .steps_content {
  background: url("../../img/steps-bg.png") no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

.steps .steps_content .steps-swiper {
  height: 100%;
}

.steps .steps_content .steps-swiper .swiper-wrapper {
  height: 90%;
  width: 100%;
}

.steps .steps_content .steps-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.steps .steps_content .steps-swiper .swiper-wrapper .swiper-slide img {
  width: 768px;
  height: 435px;
}

.steps .steps_content .steps-swiper .swiper-wrapper .swiper-slide p {
  margin-top: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #53576f;
}

.steps .steps_content .steps-swiper .swiper-wrapper .swiper-slide span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #080f30;
}

.steps .steps_content .steps-swiper .swiper-pagination-bullet-active {
  background-color: #8065f4;
}

@import "../global.css";

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans";
  font-style: normal;
}

a {
  text-decoration: none !important;
  color: #1e96ec;
}

.mobile_style {
  display: none !important;
}

.title_logo {
  font-size: 14px !important;
  color: #333333 !important;
  font-family: "Rubik", sans-serif;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  z-index: 200;
  transform: translateY(-60px);
  transition: all 0.5s;
}

.show_nav {
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.11);
  transform: translateY(0px);
}

.nav .nav_pc_heart {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.nav .nav_pc_heart .pc_product_intro {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav .nav_pc_heart .pc_product_intro .pc_product_logo {
  width: 40px;
  height: 40px;
  background: url("../../images/new-apple-music-converter/AMC_Logo.svg") no-repeat;
  background-size: 100% 100%;
}

.nav .nav_pc_heart .pc_product_intro .pc_product_title {
  margin-left: 20px;
}

.nav .nav_pc_heart .pc_product_intro .pc_product_title .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.nav .nav_pc_heart .pc_product_intro .pc_product_title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a0a0a0;
  margin-top: 5px;
}

.nav .nav_pc_heart .pc_menu {
  width: 60%;
  height: 100%;
  display: flex;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .pc_menu_left_item {
  width: 23%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .pc_menu_left_item a {
  font-size: 14px;
  line-height: 17px;
  color: #606060;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .pc_menu_left_item a:hover {
  color: #1e96ec;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .overview_more {
  position: relative;
  display: block;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .overview_more .overview_more_title {
  position: absolute;
  top: 22px;
  left: 10px;
  color: #1e96ec;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .overview_more .over_more_icon {
  position: absolute;
  top: 24px;
  right: 0;
  width: 10px;
  height: 10px;
  background: url("../../images/new-apple-music-converter/more_up.svg") no-repeat;
  background-size: 100% 100%;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .overview_more .over_more_menu {
  box-sizing: border-box;
  position: absolute;
  top: 61px;
  left: 0;
  width: 225px;
  height: 258px;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.11);
  border-radius: 0px 0px 16px 16px;
  display: none;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 9px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.11);
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .overview_more .over_more_menu .over_more_menu_item {
  width: 209px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .overview_more .over_more_menu .over_more_menu_item img {
  margin-left: 10px;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .overview_more .over_more_menu .over_more_menu_item a {
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .overview_more:hover .over_more_menu {
  display: flex;
}

.nav .nav_pc_heart .pc_menu .pc_menu_left .over_more_menu .over_more_menu_item:hover {
  background: rgba(27, 48, 66, 0.06);
}

.nav .nav_pc_heart .pc_menu .pc_menu_right {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav .nav_pc_heart .pc_menu .pc_menu_right a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.nav .nav_pc_heart .pc_menu .pc_menu_right a img {
  width: 100%;
}

.index-five {
  margin: 170px 0 80px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.index-five>.title {
  font-weight: 700;
  font-size: 35px;
  line-height: 51px;
  color: #080f30;
}

.index-five .index-five_content {
  width: 1000px;
  height: 280px;
  overflow: hidden;
}

.index-five .index-five_content .index-five-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.index-five .index-five_content .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  padding: 0 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-pic {
  width: 87px;
  height: 87px;
  margin: 0 30px;
}

.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-pic img {
  width: 100%;
}

.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro {
  width: 68%;
  height: auto;
}

.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro .name,
.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro .author {
  font-weight: 700;
  font-size: 22px;
  line-height: 146.68%;
  color: #080f30;
}

.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro p {
  font-weight: 400;
  font-size: 14px;
  line-height: 152.68%;
  color: #53576f;
  margin: 12px 0;
}

.index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro a {
  font-weight: 600;
  font-size: 16px;
  line-height: 146.68%;
  color: #8065f4;
}

.index-five .index-five_content .swiper-button-prev::after {
  display: none;
}

.index-five .index-five_content .swiper-button-next::after {
  display: none;
}

.index-five .index-five_content .swiper-button-prev {
  width: 35px;
  height: 35px;
  background: url("../../images/new-apple-music-converter/prev_icon.svg") no-repeat;
  bottom: 15px;
}

.index-five .index-five_content .swiper-button-next {
  width: 35px;
  height: 35px;
  background: url("../../images/new-apple-music-converter/next_icon.svg") no-repeat;
  bottom: 15px;
}

.index-five .index-five_content .swiper-pagination-bullet-active {
  background-color: #8065f4;
}

/* trusted */
.trusted {
  position: relative;
  width: 100%;
  background: #23272c;
  padding: 100px 0;
}

.trusted::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 280px;
  height: 350px;
  background: url("../../images/new-apple-music-converter/trusted_before.png") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.trusted::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 280px;
  height: 300px;
  background: url("../../images/new-apple-music-converter/trusted_after.png") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.trusted h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #ffffff;
  z-index: 120;
}

.trusted .pc_container {
  width: 1450px;
  height: 600px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trusted .pc_container .part {
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
}

.trusted .pc_container .part .item {
  box-sizing: border-box;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.trusted .pc_container .part .item .item-img {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
}

.trusted .pc_container .part .item .item-text {
  width: 100%;
  height: 65%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576f;
}

.trusted .pc_container .part .item1 {
  width: 567px;
  height: 282px;
  z-index: 100;
}

.trusted .pc_container .part .item2 {
  width: 403px;
  height: 282px;
}

/* trusted */

.questions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 140px auto 0;
  padding-bottom: 70px;
  background: url("../../images/new-apple-music-converter/questions_bg.webp") no-repeat;
  background-size: 100% 100%;
}

.questions>.title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080f30;
}

.questions .content {
  width: 920px;
  margin-top: 40px;
}

.questions .content .item {
  box-sizing: border-box;
  border: 1px solid #8a8fab;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}

.questions .content .item .question {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.questions .content .item .question::after {
  content: url("../../images/new-apple-music-converter/down.svg");
  margin-top: 10px;
}

.questions .content .item .question .question-text {
  width: 90%;
  font-weight: 600;
  font-size: 20px;
  line-height: 188.51%;
  color: #080f30;
}

.questions .content .item .answer {
  width: 85%;
  font-weight: 400;
  font-size: 16px;
  line-height: 179.18%;
  color: #656565;
  display: none;
  margin-top: 10px;
}

.item-current {
  background: rgba(128, 101, 244, 0.05) !important;
  border: 1px solid #8065f4 !important;
}

.item-current .question::after {
  content: url("../../images/new-apple-music-converter/up.svg") !important;
}

.item-current .question-text {
  color: #8065f4 !important;
}

.item-current .answer {
  display: block !important;
}

.try {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 120px;
}

.try>.title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080f30;
}

.try .try_desc {
  width: 80%;
  font-weight: 400;
  font-size: 16px;
  line-height: 179.18%;
  text-align: center;
  color: #656565;
  margin-top: 15px;
}

.try .try_btn {
  width: 380px;
  height: 52px;
  margin-top: 36px;
  display: flex;
  justify-content: space-around;
}

.try .try_btn .try_btn-item {
  box-sizing: border-box;
  width: 169px;
  height: 52px;
  background: #8065f4;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none !important;
}

.try .try_btn .try_btn-item p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 16px;
}

.try .try_btn .try_btn-item:nth-child(1) .try_btn-item-icon {
  width: 25px;
  height: 25px;
  background: url("../../images/new-apple-music-converter/win_btn.svg") no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.try .try_btn .try_btn-item:nth-child(2) .try_btn-item-icon {
  width: 25px;
  height: 25px;
  background: url("../../images/new-apple-music-converter/mac_btn.svg") no-repeat;
  background-size: 100% 100%;
  margin-top: -5px;
  transition: all 0.5s;
}

.try .try_btn .try_btn-item:hover {
  background: #6049c5;
}

.try .try_intro {
  box-sizing: border-box;
  width: 100%;
  height: 158px;
  background: rgba(128, 101, 244, 0.05);
  border-radius: 18px;
  margin-top: 43px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 40px;
}

.try .try_intro .try_intro-item {
  width: auto;
}

.try .try_intro .try_intro-item .try_intro-item-title {
  display: flex;
  align-items: center;
}

.try .try_intro .try_intro-item .try_intro-item-title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 179.18%;
  color: #8065f4;
  margin-left: 7px;
}

.try .try_intro .try_intro-item .try_intro-item-desc {
  /*font-weight: 600;*/
  font-size: 13px;
  line-height: 146.68%;
  color: #656565;
  margin-top: 7px;
}

.try .try_intro .try_intro-item-line {
  width: 0px;
  height: 35px;
  border: 1px solid #cecece;
  margin: 20px 20px;
}

.try a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline !important;
  color: #8065f4;
}

.others {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 1080px;
  height: auto;
  margin: 80px auto;
  padding-bottom: 100px;
}

.others>.title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080f30;
}

.others .others_content {
  width: 100%;
  height: 516px;
  margin-top: 67px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}

.others .others_content .others_content-item {
  width: 345px;
  height: 516px;
  border-radius: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.others .others_content .others_content-item .title {
  width: 80%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 146.68%;
  color: #080f30;
  margin: 30px 0 15px;
}

.others .others_content .others_content-item p {
  width: 85%;
  font-weight: 400;
  font-size: 18px;
  line-height: 152.68%;
  text-align: center;
  color: #53576f;
}

.others .others_content .others_content-item .other_win_btn {
  width: 221px;
  height: 52px;
  background: linear-gradient(93.03deg, #4596e5 -9.17%, #4539cc 105.48%);
  border-radius: 8px;
  margin: 36px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.others .others_content .others_content-item .other_win_btn .other_win_btn-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 12px;
}

.others .others_content .others_content-item .other_win_btn .other_win_btn-icon {
  width: 20px;
  height: 20px;
  background: url("../../images/new-apple-music-converter/win_btn.svg") no-repeat;
  background-size: 100% 100%;
}

.others .others_content .others_content-item .other_mac_btn {
  width: 221px;
  height: 52px;
  background: linear-gradient(93.03deg, #4596e5 -9.17%, #4539cc 105.48%);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.others .others_content .others_content-item .other_mac_btn .other_mac_btn-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 12px;
}

.others .others_content .others_content-item .other_mac_btn .other_mac_btn-icon {
  width: 20px;
  height: 20px;
  background: url("../../images/new-apple-music-converter/mac_btn.svg") no-repeat;
  background-size: 100% 100%;
}

.others .others_content .others_content-item-1 {
  background: linear-gradient(180deg,
      rgba(59, 200, 155, 0.13) 0%,
      rgba(31, 191, 161, 0) 100%);
}

.others .others_content .others_content-item-2 {
  background: linear-gradient(180deg,
      rgba(27, 178, 193, 0.12) 0%,
      rgba(30, 174, 192, 0) 100%);
}

.others .others_content .others_content-item-3 {
  background: linear-gradient(180deg,
      rgba(121, 95, 253, 0.12) 0%,
      rgba(119, 93, 250, 0) 100%);
}

.others .others_content .others_content-item .other_win_btn:hover,
.others .others_content .others_content-item .other_mac_btn:hover {
  background: linear-gradient(93.03deg, #4539cc -9.17%, #4596e5 105.48%);
}

.index-banner {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.index-banner .index_video_btn {
  width: auto;
  height: 52px;
  border: 1px solid #3d3d3d;
  box-sizing: border-box;
  border-radius: 26px;
  margin: 36px 0;
  padding: 0 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  text-decoration: unset;
}

.index-banner .index_video_btn p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #3d3d3d;
  margin-right: 21px;
}

.index-banner .index_video_btn .index_video_btn_icon {
  width: 30px;
  height: 30px;
  background: url("../../images/new-spotify-music-converter/video_icon.svg") no-repeat;
  background-size: 100% 100%;
}

.index-banner .index_video_btn:hover p {
  color: #ffffff;
}

.index-banner .index_video_btn:hover {
  background: #303030;
}

.index-banner .index_video_btn:hover p {
  color: #ffffff;
}

.index-banner .index_video_btn:hover .index_video_btn_icon {
  width: 30px;
  height: 30px;
  background: url("../../images/new-spotify-music-converter/video_btn_hover.svg") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .index-banner .index_video_btn p {
    font-size: 14px;
  }

  .pc_style {
    display: none !important;
  }

  .mobile_style {
    display: block !important;
  }

  .nav .nav_mobile_heart {
    box-sizing: border-box;
    width: 93%;
    height: 100%;
    margin: 0 auto;
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .nav .nav_mobile_heart .mobile_product_logo {
    width: 40px;
    height: 40px;
    background: url("../../images/new-apple-music-converter/AMC_Logo.svg") no-repeat;
    background-size: 100% 100%;
  }

  .nav .nav_mobile_heart .mobile_menu {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_left {
    width: 60%;
    height: 100%;
    margin-right: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_left a {
    display: inline-block;
    width: 25px;
    height: 25px;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_left a img {
    width: 100%;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right {
    position: relative;
    width: 20%;
    height: 100%;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_icon {
    position: absolute;
    top: 18px;
    left: 12px;
    width: 25px;
    height: 25px;
    background: url("../../images/new-apple-music-converter/more.svg") no-repeat;
    background-size: 100% 100%;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu {
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: -65px;
    width: 125px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.17);
    border-radius: 0px 0px 12px 12px;
    padding: 20px 10px 20px 20px;
    display: none;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right:hover .more_menu {
    display: block;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu .more_menu_item {
    margin: 5px 0;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu .more_menu_item>a {
    color: #606060;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu .overview_more .overview_more_title {
    display: flex;
    align-items: center;
    color: #1e96ec;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu .overview_more .overview_more_title span {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background: url("../../images/new-apple-music-converter/more_up.svg") no-repeat;
    background-size: 100% 100%;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu .overview_more .overview_more_menu {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu .overview_more .overview_more_menu a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.56);
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu .overview_more:hover .overview_more_menu {
    display: block;
  }

  .nav .nav_mobile_heart .mobile_menu .mobile_menu_right .more_menu .overview_more:hover .overview_more_title span {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background: url("../../images/new-apple-music-converter/more_down.svg") no-repeat;
    background-size: 100% 100%;
  }

  .index-five {
    margin: 25px 0 50px;
  }

  .index-five>.title {
    font-size: 24px;
    line-height: 35px;
  }

  .index-five .index-five_content {
    width: 100%;
    height: auto;
    margin-top: 38px;
  }

  .index-five .index-five_content .swiper-wrapper .swiper-slide {
    padding: 0;
    flex-flow: column nowrap;
  }

  .index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro {
    width: 97%;
    height: auto;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 30px;
  }

  .index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro .name {
    font-size: 18px;
  }

  .index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro p {
    font-size: 14px;
    margin: 12px 0;
  }

  .index-five .index-five_content .swiper-wrapper .swiper-slide .index-five_content-intro h5 {
    font-size: 14px;
    margin-top: -25px;
  }

  .trusted {
    position: relative;
    width: 100%;
    background: #23272c;
    padding: 50px 0;
  }

  .trusted::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    background: none;
  }

  .trusted::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    background: none;
  }

  .trusted h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 146.68%;
    text-align: center;
    color: #ffffff;
    z-index: 120;
  }

  .trusted .mobile_container {
    width: 100%;
    margin-top: 20px;
  }

  .trusted .mobile_container .part-box {
    width: 100%;
  }

  .trusted .mobile_container .part-box .part {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 20px;
  }

  .trusted .mobile_container .part-box .part::-webkit-scrollbar {
    display: none;
  }

  .trusted .mobile_container .part-box .part .item {
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16px;
    margin-right: 20px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
  }

  .trusted .mobile_container .part-box .part .item .item-img {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
  }

  .trusted .mobile_container .part-box .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 .item1 {
    width: 335px;
    height: 220px;
  }

  .trusted .mobile_container .part-box .part .item2 {
    width: 335px;
    height: 240px;
  }

  .trusted .mobile_container .part1-box {
    width: 100%;
    height: 240px;
  }

  .trusted .mobile_container .part2-box {
    width: 100%;
    height: 240px;
    margin-top: 20px;
  }

  .questions {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 40px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background: url("../../images/new-apple-music-converter/questions_mobile_bg.webp") no-repeat;
    background-size: 100% 100%;
  }

  .questions>.title {
    width: 80%;
    font-size: 24px;
  }

  .questions .content {
    width: 93%;
  }

  .questions .content .item .question .question-text {
    width: 85%;
    font-size: 18px;
    line-height: 30px;
  }

  .questions .content .item .answer {
    width: 85%;
    font-size: 14px;
  }

  .try {
    width: 93%;
    height: auto;
    margin-top: 60px;
  }

  .try>.title {
    width: 80%;
    font-size: 24px;
    text-align: center;
  }

  .try .try_desc {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 179.18%;
    text-align: center;
    color: #656565;
    margin-top: 15px;
  }

  .try .try_btn {
    width: 100%;
    height: 52px;
    margin-top: 36px;
    display: flex;
    justify-content: space-around;
  }

  .try .try_btn .try_btn-item {
    width: 160px;
  }

  .try .try_intro {
    width: 93%;
    height: auto;
    flex-flow: column nowrap;
    padding: 40px 20px 20px;
  }

  .try .try_intro .try_intro-item {
    width: auto;
    margin-bottom: 20px;
  }

  .try .try_intro .try_intro-item .try_intro-item-title {
    display: flex;
    align-items: center;
  }

  .others {
    width: 93%;
    height: auto;
    margin: 54px auto 0;
  }

  .others>.title {
    width: 90%;
    font-weight: 700;
    font-size: 24px;
    line-height: 146.68%;
    text-align: center;
    color: #080f30;
  }

  .others .others_content {
    width: 100%;
    height: auto;
    margin-top: 67px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
  }

  .others .others_content .others_content-item {
    width: 100%;
    height: 516px;
    border-radius: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .try .try_btn .try_btn-item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    padding: 33px 0 65px;
  }

  .banner_heart {
    width: 95%;
    flex-flow: column;
  }

  .banner_heart .product_intro {
    padding-top: 0;
    flex: unset;
  }

  .banner_heart .product_intro .product_title {
    font-size: 32px;
  }

  .banner_heart .product_intro .product_desc {
    font-size: 16px;
    margin: 12px 0 14px;
  }

  .banner_heart .product_intro .product_introduce-item {
    font-size: 16px;
  }

  .banner_heart .product_intro .toggle {
    margin: 22px 0 20px;
  }

  .banner_heart .product_intro .banner_btn {
    width: 100%;
    height: 61px;
  }

  .banner_heart .product_intro .banner_btn .banner_btn_download {
    flex: 0 0 48%;
    height: 61px;
  }

  .banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text h4 {
    font-size: 14px;
  }

  .banner_heart .product_intro .banner_btn .banner_btn_download .banner_btn_download_text p {
    font-size: 10px;
  }

  .banner_heart .product_intro .banner_btn .banner_btn_download .banner_mac_text p {
    font-size: 9px;
  }

  .banner_heart .product_intro .banner_btn .banner_btn_buy {
    flex: 0 0 48%;
    height: 61px;
  }

  .banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text h4 {
    font-size: 16px;
  }

  .banner_heart .product_intro .banner_btn .banner_btn_buy .banner_btn_buy_text p {
    font-size: 12px;
  }

  .banner_heart .product_pic {
    width: 100%;
    margin-top: 53px;
    display: flex;
  }

  .banner_heart .product_pic img {
    width: 100%;
    margin-top: 0;
  }

  h2 {
    width: 95%;
    font-size: 24px;
  }

  .min-article_desc {
    width: 95%;
  }

  .article {
    margin-top: 44px;
  }

  .article .article_content {
    display: flex;
    flex-flow: column-reverse;
    margin-top: 55px;
  }

  .article .article_content:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .article .article_content:nth-child(odd) .article_content-right {
    margin: 0 0 30px 0;
  }

  .article .article_content .article_content-left {
    flex: unset;
    width: 100%;
  }

  .article .article_content .article_content-right {
    flex: unset;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .article .article_content .article_content-right h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .article .article_content .article_content-right p {
    font-size: 14px;
  }

  .article .article_content-left .anpassbare_img {
    width: 100%;
  }

  .article.reverse .article_content:nth-child(even),
  .article.reverse .article_content:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .article.reverse .article_content:nth-child(even) .article_content-right,
  .article.reverse .article_content:nth-child(odd) .article_content-right {
    margin: 0 0 30px 0;
  }

  .features {
    position: relative;
    margin-top: 45px;
    padding-bottom: 50px;
  }

  .features .features_content_mobile {
    overflow: hidden;
  }

  .features .features_content_mobile .features-swiper .swiper-slide {
    display: flex;
    flex-flow: column;
    height: 0;
  }

  .features .features_content_mobile .features-swiper .swiper-slide .features_content_mobile-part {
    margin-top: 50px;
  }

  .features .features_content_mobile .features-swiper .swiper-slide .features_content_mobile-part h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 146.68%;
    color: #080f30;
    margin: 12px 0 4px;
  }

  .features .features_content_mobile .features-swiper .swiper-slide .features_content_mobile-part p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #53576f;
  }

  .features .features_content_mobile .features-swiper .swiper-slide-active {
    height: auto;
  }

  .features .features_content_mobile .features-swiper .swiper-pagination-bullet-active {
    background-color: #8065f4;
  }

  .steps {
    margin-top: 65px;
  }

  .steps .steps_desc {
    width: 100%;
  }

  .steps .steps-btn {
    column-gap: 20px;
  }

  .steps .steps-btn .steps-btn-item p {
    font-size: 16px;
  }

  .steps .steps_content {
    width: 100%;
    height: auto;
    background-size: contain;
    padding-bottom: 50px;
  }

  .steps .steps_content .steps-swiper {
    height: auto;
    position: relative;
  }

  .steps .steps_content .steps-swiper .swiper-wrapper {
    width: 100%;
    height: auto;
  }

  .steps .steps_content .steps-swiper .swiper-wrapper .swiper-slide {
    padding: 10px;
  }

  .steps .steps_content .steps-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .steps .steps_content .steps-swiper .swiper-wrapper .swiper-slide p {
    margin: 24px 0 40px;
    font-size: 14px;
  }

  .steps .steps_content .steps-swiper .swiper-wrapper .swiper-slide span {
    font-size: 18px;
  }
}

@media (max-width: 770px) {
  /* html {
        font-size: 0.2666667vw;
    } */

  .container {
    width: 95%;
  }

  .mobile-style {
    display: block;
  }

  .pc-style {
    display: none !important;
  }
}

/* suspension */
.suspension {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: max-content;
  border-radius: 8px;
  background: linear-gradient(128deg, #4a00e0 0%, #d11149 55%, #4a00e0 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 18px 20px;
  z-index: 999;
}

.suspension .logo {
  margin-right: 13px;
}

.suspension .suspension-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.suspension .suspension-right a span {
  padding-left: 5px;
}

.suspension .suspension-info {
  font-size: 14px;
}

.suspension .suspension-info strong {
  font-size: 15px;
}

.suspension .btn {
  border-radius: 4px;
  background: #fff;
  padding: 12px;
  color: #1c1c1e;
  transition: all 0.3s;
}

.suspension .btn i {
  margin-right: 6px;
}

.suspension .btn:hover {
  transform: scale(1.06);
}

@media (max-width: 820px) {
  .suspension {
    width: 95%;
    padding: 15px 20px;
    gap: 10px;
    bottom: 90px;
  }

  .suspension .logo {
    width: 36px;
  }

  .suspension .suspension-info {
    font-size: 11px;
    display: flex;
    flex-direction: column-reverse;
    gap: 3px;
  }

  .suspension .suspension-info strong {
    font-size: 11px;
  }

  .suspension .btn {
    padding: 7px;
    white-space: nowrap;
    font-size: 9px;
  }

  .suspension .btn i {
    margin-right: 0;
  }
}