/* video embed up start*/
.video_embed_up {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 900;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video_embed_up_content .video_embed_up_content_height {
  text-align: right;
  padding: 20px 27px;
  border-bottom: 2px solid #f0f0f0;
}
.video_embed_up_content .close_icon {
  cursor: pointer;
}
.video_embed_up_content {
  width: 802px;
  height: 608px;
  background: #fff;
  margin: 9vh auto 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.video_embed_up_content .video_box {
  height: auto;
  padding: 20px;
  border-bottom: 2px solid #f0f0f0;
  flex: 1 0 auto;
}
.video_embed_up_content .video_embed_up_footer {
  padding: 18px;
  text-align: right;
}
.video_embed_up_content .video_embed_gourl {
  display: inline-block;
  height: 39px;
  border: 2px solid #01966B;
  text-align: center;
  line-height: 37px;
  font-weight: 700;
  font-size: 20px;
  color: #01966B;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 10px;
}
.video_embed_up_content .video_embed_gourl:hover {
  color: #fff;
  background: #01966B;
}
@media screen and (max-width: 768px) {
  .video_embed_up_content {
    width: 95%;
    height: auto;
  }
}
/* video embed up end*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: -100px;
}
/* default styles for amazon music converter start*/
.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('/uploads/page/product/amazon-music-converter/banner_icon1.svg') no-repeat;
  background-size: 100% 100%;
}
.banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 300px;
  height: 300px;
  background: url('/uploads/page/product/amazon-music-converter/banner_icon2.svg') no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
.banner .container {
  display: flex;
  position: relative;
  z-index: 1;
}
.banner .banner_left {
  width: 50%;
  padding: 65px 0;
  z-index: 10;
}
.banner .banner_left h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125.18%;
  color: #080F30;
}
.banner .banner_left .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(8, 15, 48, 0.5);
  margin: 17px 0 15px;
}
.banner .banner_left ul li {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #4A5954;
}
.banner .banner_left ul li span {
  font-size: 32px;
  color: #5E43EA;
  margin: 0px 10px 0 0;
}
.banner .banner_left .toggle-options {
  position: relative;
  width: 155px;
  height: 30px;
  background: rgba(196, 196, 196, 0.5);
  border-radius: 19.2616px;
  margin: 30px 0 27px;
}
.banner .banner_left .toggle-options .current-active {
  position: absolute;
  top: 3px;
  left: 2.5px;
  width: 75px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 17.2962px;
  transition: all 0.5s;
}
.banner .banner_left .toggle-options .options-box {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner .banner_left .toggle-options .options-box .option-item,
.banner .banner_left .toggle-options .options-box .option-item {
  margin-top: 3px;
  width: 75px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner .banner_left .banner_btn_box .iconfont {
  font-size: 26px;
  color: #fff;
}
.banner .banner_left .banner_btn_box .btn_win,
.banner .banner_left .banner_btn_box .btn_mac {
  display: flex;
  gap: 20px;
}
.banner .banner_left .banner_btn_box .btn_win .download,
.banner .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;
  gap: 10px;
  transition: all 0.5s;
}
.banner .banner_left .banner_btn_box .btn_win .download:hover,
.banner .banner_left .banner_btn_box .btn_mac .download:hover {
  background: #432DB3;
}
.banner .banner_left .banner_btn_box .btn_win .download .text .button,
.banner .banner_left .banner_btn_box .btn_mac .download .text .button {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.ko-apple .banner .banner_left .banner_btn_box .btn_win .download .text .button,
.ko-amazon .banner .banner_left .banner_btn_box .btn_win .download .text .button,
.ko-audible .banner .banner_left .banner_btn_box .btn_win .download .text .button,
.ko-pandora .banner .banner_left .banner_btn_box .btn_win .download .text .button,
.ko-apple .banner .banner_left .banner_btn_box .btn_mac .download .text .button,
.ko-audible .banner .banner_left .banner_btn_box .btn_mac .download .text .button,
.ko-pandora .banner .banner_left .banner_btn_box .btn_mac .download .text .button,
.ko-amazon .banner .banner_left .banner_btn_box .btn_mac .download .text .button {
  font-size: 16px;
}
.banner .banner_left .banner_btn_box .btn_win .download .text p,
.banner .banner_left .banner_btn_box .btn_mac .download .text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
.banner .banner_left .banner_btn_box .btn_win .download img,
.banner .banner_left .banner_btn_box .btn_mac .download img {
  width: 21px;
  height: 22px;
  margin-left: 20px;
}
.banner .banner_left .banner_btn_box .btn_win .buy,
.banner .banner_left .banner_btn_box .btn_mac .buy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px; /*zuo*/
  height: 65px;
  border: 1px solid #C8CAC9;
  background: #FFFFFF;
  border-radius: 32.5px;
  transition: all 0.5s;
  gap: 10px;
}
.banner .banner_left .banner_btn_box .btn_win .buy .iconfont,
.banner .banner_left .banner_btn_box .btn_mac .buy .iconfont {
  color: #000;
}
.banner .banner_left .banner_btn_box .btn_win .buy .button,
.banner .banner_left .banner_btn_box .btn_mac .buy .button {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #3D3D3D;
}
.banner .banner_left .banner_btn_box .btn_win .buy p,
.banner .banner_left .banner_btn_box .btn_mac .buy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(61, 61, 61, 0.5);
}
.banner .banner_left .banner_btn_box .btn_win .buy:hover,
.banner .banner_left .banner_btn_box .btn_mac .buy:hover {
  background: #303030;
}
.banner .banner_left .banner_btn_box .btn_win .buy:hover .button,
.banner .banner_left .banner_btn_box .btn_mac .buy:hover .button,
.banner .banner_left .banner_btn_box .btn_win .buy:hover .iconfont,
.banner .banner_left .banner_btn_box .btn_mac .buy:hover .iconfont {
  color: #FFFFFF;
}
.banner .banner_left .banner_btn_box .btn_win .buy:hover p,
.banner .banner_left .banner_btn_box .btn_mac .buy:hover p {
  color: rgba(255, 255, 255, 0.5);
}
.banner .banner_left .banner_btn_box .btn_win {
  z-index: 100;
}
.banner .banner_left .banner_btn_box .btn_mac {
  z-index: 90;
}
.banner .banner_left .banner_btn_box .btn_mac .download .text p {
  font-size: 12px;
}
.banner .banner_left .tip {
  font-weight: 400;
  font-size: 14px;
  line-height: 150.5%;
  color: #848798;
  margin-top: 20px;
}
.banner .banner_right {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .banner::before,
  .banner::after {
    display: none;
  }
}
@media screen and (max-width: 996px) {
  .banner .banner_left {
    width: 100%;
  }
  .banner .banner_right {
    display: none;
  }
}
.overview {
  width: 100%;
  background: #5542A6;
}
.overview .container {
  display: flex;
  justify-content: space-between;
}
.overview .item {
  max-width: 240px;
  padding: 20px 0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.overview .item:hover {
  background: linear-gradient(180deg, rgba(191, 67, 234, 0) 32.72%, rgba(120, 67, 234, 0.2948) 94.68%);
}
.overview .item:hover .item-icon {
  filter: brightness(2);
}
.overview .item .item-icon {
  width: 50px;
  height: 50px;
}
.overview .item .item-icon.item-icon-1 {
  background: url('/uploads/page/product/amazon-music-converter/item-icon1_hover.png') no-repeat;
  background-size: 100% 100%;
}
.overview .item .item-icon.item-icon-2 {
  background: url('/uploads/page/product/amazon-music-converter/item-icon2_hover.png') no-repeat;
  background-size: 100% 100%;
}
.overview .item .item-icon.item-icon-3 {
  background: url('/uploads/page/product/amazon-music-converter/item-icon3_hover.png') no-repeat;
  background-size: 100% 100%;
}
.overview .item .item-icon.item-icon-4 {
  background: url('/uploads/page/product/amazon-music-converter/item-icon4_hover.png') no-repeat;
  background-size: 100% 100%;
}
.overview .item .item-icon.item-icon-5 {
  background: url('/uploads/page/product/amazon-music-converter/item-icon5_hover.png') no-repeat;
  background-size: 100% 100%;
}
.overview .item .item-icon.item-icon-6{
  background: url('https://img.tunefab.com/uploads/page/product/audible-converter/item-icon6.png') no-repeat;
  background-size: 100% 100%;
}
.overview .item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 146.68%;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  max-width: 90%;
}
.highlights {
  margin: 100px auto 0;
}
.highlights .container {
  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;
  margin-bottom: 50px;
}
.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;
  cursor: pointer;
}
.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-image: url('/uploads/page/product/amazon-music-converter/video_icon.svg');
  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-image: url('/uploads/page/product/amazon-music-converter/video_icon_hover.svg');
}
.highlights .highlights_part {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
  align-items: center;
}
.highlights .highlights_part .part_pic {
  flex: 0 0 48%;
}
.highlights .highlights_part .part_pic img {
  width: 100%;
  height: auto;
}
.highlights .highlights_part .part_intro {
  flex: 0 0 48%;
}
.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 p a {
  display: contents;
}
.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 ul li a {
  display: flex;
}
.highlights .highlights_part .part_intro a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5E43EA;
}
.highlights .highlights_part .part_intro a.more_link {
  text-decoration: underline;
}
@media screen and (max-width: 996px) {
  .highlights .highlights_part {
    flex-wrap: wrap;
    gap: 30px;
  }
  .highlights .highlights_part .part_pic,
  .highlights .highlights_part .part_intro {
    flex: 0 0 100%;
  }
  .highlights .highlights_part .part_pic img {
    height: auto;
  }
}
.features {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  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;
  margin-top: 70px;
}
.en-product .features .container {
  margin-top: 70px;
  display: block;
  justify-content: unset;
}
@media screen and (min-width: 769px) {
  .en-product .features .container .features_swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    transform: none !important;
  }
  .en-product .features .container .features_swiper .swiper-slide {
    transform: none !important;
    width: auto !important;
    margin-right: 0 !important;
  }
  .en-product .features .container .features_swiper .swiper-pagination {
    display: none;
  }
}
.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;
}
.apple-mc .features .container .features-part .part-item {
  height: 200px;
}
.audible-mc .features .container .features-part .part-item {
  height: 300px;
}
.nl-audible.audible-mc .features .container .features-part .part-item {
  height: 335px;
}
.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 h3.part-item-five-h3,
.features .container .features-part .part-item h3.part-item-seven-h3 {
  padding-top: 10px;
}
.features .container .features-part .part-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
  margin: 10px 0;
}
.en-product .features .features_swiper .swiper-slide .part-item {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .en-product .features .features_swiper .swiper-slide .part-item {
    text-align: left;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .en-product .features .features_swiper .swiper-slide .part-item {
    text-align: center;
  }
}
.en-product .features .features_swiper .swiper-slide .part-item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.68%;
  color: #080F30;
  margin: 10px 0;
}
.en-product .features .features_swiper .swiper-slide .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;
  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%;
  background: url('/uploads/page/product/amazon-music-converter/step_img.webp') no-repeat;
  background-size: contain;
  background-position: top;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 60px 0;
}
.step .container .step_swiper {
  position: relative;
  width: 70%;
  overflow: hidden;
}
.step .container .step_swiper .swiper-wrapper {
  padding-bottom: 50px;
}
.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;
}
.step .video_btn {
  max-width: 335px;
  height: 52px;
  border: 1px solid #3D3D3D;
  border-radius: 26px;
  margin: 36px 0;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  cursor: pointer;
}
.step .video_btn p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #3D3D3D;
  margin-right: 21px;
}
.step .video_btn .video_btn-icon {
  width: 30px;
  height: 30px;
  background: url('/uploads/page/product/amazon-music-converter/video_icon.svg') no-repeat;
  background-size: 100% 100%;
}
.step .video_btn:hover {
  background: #303030;
}
.step .video_btn:hover p {
  color: #FFFFFF;
}
.step .video_btn:hover .video_btn-icon {
  background: url('/uploads/page/product/amazon-music-converter/video_btn_hover.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 776px) {
  .step .video_btn p {
    font-size: 16px;
  }
}
.evaluation {
  margin: 100px auto;
  position: relative;
  text-align: center;
}
.evaluation .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080F30;
}
.evaluation .view_more {
  width: 308px;
  height: 52px;
  display: inline-block;
  border: 1px solid #3D3D3D;
  font-weight: 500;
  border-radius: 26px;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  color: #3D3D3D;
  margin: 20px 0;
}
.it-amazon-mc .evaluation .view_more {
  width: 410px;
}
.evaluation .view_more:hover {
  background: #303030;
  color: #FFFFFF;
}
.evaluation .evaluation_swiper {
  width: 90%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.evaluation .evaluation_swiper .swiper-wrapper {
  width: 100%;
  padding-bottom: 40px;
}
.evaluation .evaluation_swiper .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  padding: 25px 120px;
  display: flex;
  align-items: center;
}
.evaluation .evaluation_swiper .swiper-wrapper .swiper-slide img {
  width: 87px;
  height: 87px;
  margin-right: 40px;
}
.evaluation .evaluation_swiper .swiper-wrapper .swiper-slide .evaluation-text {
  text-align: left;
}
.evaluation .evaluation_swiper .swiper-wrapper .swiper-slide .author {
  font-weight: 700;
  font-size: 22px;
  line-height: 146.68%;
  color: #080F30;
}
.evaluation .evaluation_swiper .swiper-wrapper .swiper-slide p {
  font-weight: 400;
  font-size: 14px;
  line-height: 152.68%;
  color: #53576F;
  margin: 12px 0;
  /*min-height: 106px;*/ /*zuo*/
}
.apple-mc .evaluation .evaluation_swiper .swiper-wrapper .swiper-slide a { /*zuo*/
  font-weight: 600;
  font-size: 16px;
  line-height: 146.68%;
  color: #8065F4;
}
.evaluation .evaluation_swiper .swiper-pagination-bullet-active {
  background-color: #5E43EA;
}
.evaluation .evaluation_swiper .swiper-pagination {
  left: 57px;
}
.evaluation .swiper-button-prev::after,
.evaluation .swiper-button-next::after {
  display: none;
}
.evaluation .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url('/uploads/page/product/amazon-music-converter/prev_icon.svg') no-repeat;
  background-size: 100% 100%;
}
.evaluation .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url('/uploads/page/product/amazon-music-converter/next_icon.svg') no-repeat;
  background-size: 100% 100%;
}
.trusted {
  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('/uploads/page/product/amazon-music-converter/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('/uploads/page/product/amazon-music-converter/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;
  text-align: center;
}
.trusted .container {
  margin-top: 20px;
  z-index: 100;
}
.trusted .part {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
@media screen and (max-width: 996px) {
  .trusted .part {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.trusted .part .part-item {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trusted .part .part-item .item-img {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
}
.trusted .part .part-item .item-text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #53576F;
}
.trusted .part1-box .item1 {
  width: 403px;
  height: 282px;
}
.trusted .part2-box {
  justify-content: center;
}
.trusted .part2-box .item2 {
  width: 567px;
  height: 282px;
}
.faqs {
  width: 100%;
  margin-top: 150px;
  background: linear-gradient(rgba(243, 248, 248, 0) 81.32%, #eeebfe);
  padding: 50px 0;
  position: relative;
}
.faqs .container::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 160px;
  height: 170px;
  background: url('/uploads/page/product/amazon-music-converter/faqs_before.svg') no-repeat;
  background-size: 100% 100%;
}
.faqs::after {
  position: absolute;
  top: 100px;
  right: 0;
  content: '';
  width: 200px;
  height: 300px;
  background: url('/uploads/page/product/amazon-music-converter/faqs_after.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 996px) {
  .faqs {
    margin-top: 50px;
  }
  .faqs .container::before,
  .faqs .container::after {
    display: none;
  }
}
.faqs .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
  margin-bottom: 20px;
}
.faqs .container {
  padding: 0 15px;
  max-width: 1200px;
  width: unset;
  background: initial;
}
.faqs .container .content {
  max-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: 20px;
  line-height: 1.5;
  color: #080F30;
  cursor: pointer; /*zuo*/
}
.faqs .container .content .content-item .question .faqs-icon {
  width: 20px;
  height: 20px;
  background: url('/uploads/page/product/amazon-music-converter/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('/uploads/page/product/amazon-music-converter/faqs_icon1.svg') no-repeat;
  background-size: 100% 100%;
}
.try {
  padding: 120px 0;
  margin: 0 auto;
}
.try .container {
  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-btn {
  height: auto;
  margin: 40px 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.try-btn .iconfont {
  font-size: 26px;
  color: #FFFFFF;
}
.try-btn .btn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  background: #5E43EA;
  border-radius: 6px;
  transition: all 0.5s;
  padding: 0 20px;
}
.try-btn .btn-item span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-right: 10px;
}
.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 .try-info-header {
  width: 100%;
  height: 30%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.try .try-info .info-item .try-info-header .iconfont {
  font-size: 22px;
  color: #5E43EA;
}
.try .try-info .info-item .try-info-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 .intro-p {
  font-size: 16px;
  color: #656565;
  line-height: 1.5;
  font-weight: 600;
}
.try .try-info .line {
  width: 0;
  height: 35px;
  border: 1px solid #CECECE;
  margin: 25px 35px;
}
.try .jump {
  font-weight: 400;
  font-size: 14px;
  line-height: 262.5%;
  text-decoration-line: underline;
  color: #656565;
  margin-top: 30px;
}
.recommend {
  height: auto;
  margin: 0 auto;
}
.recommend .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}
.recommend .container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend .container .item {
  box-sizing: border-box;
  flex: 0 0 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: 16px;
  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: auto;
  height: 52px;
  background: linear-gradient(93.03deg, #4596E5 -9.17%, #4539CC 105.48%);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.recommend .container .item .recommend-btn .iconfont {
  font-size: 26px;
  color: #FFFFFF;
}
.recommend .container .item .recommend-btn span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 10px;
}
.ko-pandora .recommend .container .item .recommend-btn span {
  font-size: 18px;
}
.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%);
}
@media screen and (max-width: 768px) {
  .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;
    margin: 0 auto;
  }
  .banner .banner_left {
    width: 100%;
    padding: 50px 0;
  }
  .banner .banner_left .desc {
    font-size: 16px;
  }
  .banner .banner_left .tips li span {
    color: #4A5954;
    font-size: 16px;
  }
  .banner .banner_left .banner_btn_box {
    width: 100%;
  }
  .banner .banner_left .banner_btn_box .btn_win,
  .banner .banner_left .banner_btn_box .btn_mac {
    flex-wrap: wrap;
    gap: 10px;
  }
  .banner .banner_left .banner_btn_box .btn_mac .buy .text .button,
  .banner .banner_left .banner_btn_box .btn_win .buy .text .button,
  .banner .banner_left .banner_btn_box .btn_mac .download .text .button,
  .banner .banner_left .banner_btn_box .btn_win .download .text .button {
    font-size: 16px;
  }
  .banner .banner_left .banner_btn_box .btn_win .download .text p,
  .banner .banner_left .banner_btn_box .btn_mac .download .text p {
    font-size: 12px;
  }
  .banner .banner_left .banner_btn_box .btn_win .download img,
  .banner .banner_left .banner_btn_box .btn_mac .download img {
    margin-left: 34px;
  }
  .banner .banner_left .banner_btn_box .btn_win .buy .text p,
  .banner .banner_left .banner_btn_box .btn_mac .buy .text p {
    font-size: 12px;
  }
  .banner .banner_left .banner_btn_box .btn_mac .download img {
    margin-left: 5px;
  }
  .banner .banner_left .tip {
    font-size: 12px;
  }
  .overview .container {
    flex-direction: column;
  }
  .overview .container .item {
    flex-flow: row;
    justify-content: flex-start;
    max-width: 100%;
    gap: 22px;
  }
  .overview .container .item p {
    font-size: 12px;
    margin-top: 0;
    max-width: 100%;
    text-align: left;
  }
  .overview .container .item-icon {
    width: 31px;
    height: 31px;
  }
  .highlights {
    margin: 70px auto;
  }
  .highlights .video_btn {
    margin: 20px auto 0;
  }
  .highlights .highlights_title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 0;
  }
  .highlights .highlights_part {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .highlights .highlights_part:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #DFDFDF;
  }
  .highlights .highlights_part .part_pic {
    display: none;
  }
  .highlights .highlights_part .part_intro {
    width: 100%;
  }
  .highlights .highlights_part .part_intro .title {
    font-size: 20px;
    word-wrap: break-word;
  }
  .highlights .highlights_part .part_intro p {
    font-size: 14px;
  }
  .highlights .highlights_part .part_intro p a {
    display: contents;
    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 {
    display: block;
  }
  .features h2 {
    width: 80%;
    font-size: 24px;
    margin: 0 auto;
  }
  .features .container {
    display: block;
    margin-top: 30px;
  }
  .features_swiper {
    padding-bottom: 40px;
  }
  .features .features_swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .features .features_swiper .swiper-slide .part-item {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    height: 230px;
    border-radius: 8px;
    border: 1px solid #DDD;
    padding: 20px 17px;
    background: #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .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 {
    background: none;
    padding: 0;
  }
  .step .container .step_swiper {
    width: 100%;
  }
  .step .container .step_swiper .swiper-slide img {
    width: 90%;
    height: auto;
  }
  .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 {
    margin: 80px auto;
  }
  .evaluation .title {
    font-size: 24px;
  }
  .evaluation .evaluation_swiper {
    width: 100%;
  }
  .it-amazon-mc .evaluation .view_more {
    width: 360px;
    font-size: 18px;
  }
  .evaluation {
    margin-top: 20px;
    overflow: hidden;
  }
  .evaluation .evaluation_swiper .swiper-wrapper {
    width: 100%;
  }
  .evaluation .evaluation_swiper .swiper-wrapper .swiper-slide {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .evaluation .evaluation_swiper .swiper-wrapper .swiper-slide img {
    width: 87px;
    height: 87px;
    margin-right: 0;
  }
  .evaluation .evaluation_swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
  }
  .evaluation .evaluation_swiper .swiper-wrapper .swiper-slide .evaluation-text {
    margin-top: 15px;
    text-align: center;
  }
  .evaluation .evaluation_swiper .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    text-align: center;
  }
  .evaluation .evaluation_swiper .swiper-pagination-bullet-active {
    background-color: #5E43EA;
  }
  .evaluation .swiper-button-prev,
  .evaluation .swiper-button-next {
    display: none;
  }
  .evaluation .evaluation_swiper .swiper-pagination {
    left: 0;
  }
  .trusted {
    position: relative;
    width: 100%;
    background: #23272C;
    padding: 50px 0;
  }
  .trusted::before,
  .trusted::after {
    display: none;
  }
  .trusted .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 146.68%;
    text-align: center;
    color: #FFFFFF;
    z-index: 120;
  }
  .trusted .part-box {
    width: 100%;
  }
  .trusted .part-box .part {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 20px;
  }
  .trusted .part-box .part::-webkit-scrollbar {
    display: none;
  }
  .trusted .part-box .part .part-item {
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
  }
  .trusted .part-box .part .part-item .item-img {
    width: 100%;
    height: 30%;
    display: flex;
    align-items: center;
  }
  .trusted .part-box .part .part-item .item-text {
    font-size: 14px;
  }
  .trusted .part-box .part .item2 {
    width: 335px;
    height: 240px;
  }
  .faqs {
    margin-top: 80px;
  }
  .faqs .title {
    font-size: 24px;
  }
  .faqs .container {
    height: auto;
    margin-top: 20px;
    padding: 20px 0;
  }
  .faqs::before {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: none;
  }
  .faqs::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: 16px;
  }
  .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('/uploads/page/product/amazon-music-converter/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 .btn-item {
    flex-direction: row-reverse;
    width: auto;
    height: 51px;
  }
  .apple-mc .try .try-btn .btn-item,
  .amazon-mc .try .try-btn .btn-item {
    width: 200px;
  }
  .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;
  }
}
/* default styles for amazon music converter end*/
/* styles for youtube music converter start*/
.youtube-mc .banner {
  background: linear-gradient(180deg, #FFE2E3 0%, rgba(255, 226, 227, 0) 81.32%, rgba(255, 250, 244, 0.38) 81.32%);
  padding-bottom: 50px;
}
.youtube-mc .banner::before {
  width: 220px;
  height: 220px;
  background-image: url('/uploads/page/product/youtube-music-converter/banner_bg_icon1.svg');
}
.youtube-mc .banner::after {
  bottom: 80px;
  right: -40px;
  width: 250px;
  height: 270px;
  background-image: url('/uploads/page/product/youtube-music-converter/banner_bg_icon2.svg');
}
.youtube-mc .banner .banner_left ul li span {
  color: #f9464b;
}
.youtube-mc .banner .banner_left .banner_btn_box .btn_win .download,
.youtube-mc .banner .banner_left .banner_btn_box .btn_mac .download {
  background: #F9464B;
}
.youtube-mc .banner .banner_left .banner_btn_box .btn_win .download:hover,
.youtube-mc .banner .banner_left .banner_btn_box .btn_mac .download:hover {
  background: #FF585D;
}
.youtube-mc .overview {
  background: #AD4646;
}
.youtube-mc .overview .item:hover {
  background: linear-gradient(180deg, rgba(255, 227, 228, 0) 32.72%, rgba(249, 70, 75, 0.2278) 100%);
}
.youtube-mc .overview .item:hover .item-icon {
  filter: brightness(100);
}
.youtube-mc .overview .item .item-icon {
  width: 50px;
  height: 50px;
}
.youtube-mc .overview .item .item-icon.item-icon-1 {
  background: url('/uploads/page/product/youtube-music-converter/download_hover.png') no-repeat;
  background-size: 100% 100%;
}
.youtube-mc .overview .item .item-icon.item-icon-2 {
  background: url('/uploads/page/product/youtube-music-converter/arrowsClockwise_hover.png') no-repeat;
  background-size: 100% 100%;
}
.youtube-mc .overview .item .item-icon.item-icon-3 {
  background: url('/uploads/page/product/youtube-music-converter/audioQuality_hover.png') no-repeat;
  background-size: 100% 100%;
}
.youtube-mc .overview .item .item-icon.item-icon-4 {
  background: url('/uploads/page/product/youtube-music-converter/arrowsClockwise35_hover.png') no-repeat;
  background-size: 100% 100%;
}
.youtube-mc .overview .item .item-icon.item-icon-5 {
  background: url('/uploads/page/product/youtube-music-converter/ID3_hover.png') no-repeat;
  background-size: 100% 100%;
}
.youtube-mc .highlights .highlights_title {
  margin-bottom: 60px;
}
.youtube-mc .highlights .highlights_part {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .youtube-mc .highlights .highlights_title {
    margin-bottom: 0px;
  }
}
.youtube-mc .features .features_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F9464B;
}
.youtube-mc .step .container {
  background-image: url('/uploads/page/product/youtube-music-converter/index-four-bg.png');
}
.youtube-mc .step .step_swiper .swiper-pagination-bullet-active {
  background-color: #F9464B;
}
@media screen and (max-width: 768px) {
  .youtube-mc .step .container {
    background: unset;
  }
}
.youtube-mc .evaluation .swiper-button-prev {
  background-image: url('/uploads/page/product/youtube-music-converter/prev_icon.svg');
}
.youtube-mc .evaluation .swiper-button-next {
  background-image: url('/uploads/page/product/youtube-music-converter/next_icon.svg');
}
.youtube-mc .evaluation .evaluation_swiper .swiper-pagination-bullet-active {
  background-color: #F9464B;
}
.youtube-mc .trusted::before {
  width: 280px;
  height: 350px;
  background: url('/uploads/page/product/youtube-music-converter/trusted_before.png') no-repeat;
  background-size: 100% 100%;
}
.youtube-mc .trusted::after {
  width: 280px;
  height: 300px;
  background: url('/uploads/page/product/youtube-music-converter/trusted_after.png') no-repeat;
  background-size: 100% 100%;
}
.youtube-mc .faqs {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.38) 0%, #FFE2E3 81.32%);
  position: relative;
}
.youtube-mc .faqs .container {
  margin-top: unset;
  padding: 0;
  max-width: unset;
  margin: 0;
}
.youtube-mc .faqs .container .content {
  padding: 50px 0;
  position: relative;
  z-index: 3;
}
.youtube-mc .faqs .container .content .item-active {
  border: 1px solid #F9464B;
  background: rgba(249, 70, 75, 0.03);
}
.youtube-mc .faqs .container .content .item-active .question h3 {
  color: #F9464B;
}
.youtube-mc .faqs .container .content .item-active .question .icon-active {
  width: 18px;
  height: 12px;
  background: url('/uploads/page/product/youtube-music-converter/up.svg') no-repeat;
  background-size: 100% 100%;
}
.youtube-mc .try {
  padding: 120px 0 60px;
}
.youtube-mc .try .try-btn .btn-item {
  background: #F9464B;
}
.youtube-mc .try .try-btn .btn-item:hover {
  background: #FF585D;
}
.youtube-mc .try .try-info {
  background: #FFF4F4;
}
.youtube-mc .try .try-info .info-item .try-info-header .iconfont {
  color: #FF585D;
}
.youtube-mc .try .try-info .info-item .try-info-header p {
  color: #FF585D;
}
.youtube-mc .try .try-info .info-item .intro .intro-p {
  font-weight: 500;
  font-size: 14px;
}
/* styles for youtube music converter end*/
/* styles for deezer music converter start*/
.deezer-mc .try-btn .btn-item {
  background-color: #EE860D;
}
.deezer-mc .try-btn .btn-item:hover {
  background: #FF9C28;
}
.deezer-mc .video_embed {
  display: flex;
  align-items: center;
  margin-top: 25px;
  cursor: pointer;
}
.deezer-mc .video_embed_text {
  font-size: 16px;
  color: #FF9C28;
  font-style: normal;
  font-weight: 500;
  margin-left: 12px;
}
.deezer-mc .banner {
  background: linear-gradient(180deg, #FFF1E8 0%, rgba(255, 250, 244, 0.38) 81.32%);
  padding-bottom: 50px;
}
.deezer-mc .banner .banner_left ul li span {
  color: #EE860D;
}
.deezer-mc .banner .banner_left .banner_btn_box .btn_win .download,
.deezer-mc .banner .banner_left .banner_btn_box .btn_mac .download {
  background: #EE860D;
}
.deezer-mc .banner .banner_left .banner_btn_box .btn_win .download:hover,
.deezer-mc .banner .banner_left .banner_btn_box .btn_mac .download:hover {
  background: #FF9C28;
}
.deezer-mc .overview {
  background-color: #E19455;
}
.deezer-mc .overview .item:hover {
  background: linear-gradient(180deg, rgba(202, 124, 67, 0) 32.72%, rgba(255, 186, 9, 0.2211) 100%);
}
.deezer-mc .overview .item:hover .item-icon {
  filter: brightness(3);
}
.deezer-mc .overview .item .item-icon.item-icon-1 {
  background: url('/uploads/page/product/deezer-music-converter/arrowsClockwise_hover.png') no-repeat;
  background-size: 100% 100%;
}
.deezer-mc .overview .item .item-icon.item-icon-2 {
  background: url('/uploads/page/product/deezer-music-converter/speakerHigh_hover.png') no-repeat;
  background-size: 100% 100%;
}
.deezer-mc .overview .item .item-icon.item-icon-3 {
  background: url('/uploads/page/product/deezer-music-converter/rocketLaunch_hover.png') no-repeat;
  background-size: 100% 100%;
}
.deezer-mc .overview .item .item-icon.item-icon-4 {
  background: url('/uploads/page/product/deezer-music-converter/monitorPlay_hover.png') no-repeat;
  background-size: 100% 100%;
}
.deezer-mc .overview .item .item-icon.item-icon-5 {
  background: url('/uploads/page/product/deezer-music-converter/receipt_hover.png') no-repeat;
  background-size: 100% 100%;
}
.deezer-mc .features .features_swiper .swiper-pagination-bullet-active {
  background-color: #EE860D;
}
.deezer-mc .highlights .highlights_part {
  align-items: center;
}
.deezer-mc .step .try-btn {
  margin: 0 0 40px;
}
.deezer-mc .step .container {
  background-image: url('/uploads/page/product/deezer-music-converter/index-four-bg.png');
  background-position: center;
  padding-top: 0;
}
.deezer-mc .step .step_swiper .swiper-pagination-bullet-active {
  background-color: #EE860D;
}
@media screen and (max-width: 768px) {
  .deezer-mc .step .container {
    background: unset;
  }
}
.deezer-mc .evaluation .swiper-button-prev {
  background-image: url('/uploads/page/product/deezer-music-converter/prev_icon.svg');
}
.deezer-mc .evaluation .swiper-button-next {
  background-image: url('/uploads/page/product/deezer-music-converter/next_icon.svg');
}
.deezer-mc .evaluation .evaluation_swiper {
  margin-top: 60px;
}
.deezer-mc .evaluation .evaluation_swiper .swiper-pagination-bullet-active {
  background-color: #EE860D;
}
.deezer-mc .faqs {
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.38) 0%, #FFF1E8 81.32%);
  position: relative;
  margin-top: 0;
}
.deezer-mc .faqs .container {
  background: unset;
  position: static;
  margin-top: unset;
  padding: 0;
  max-width: unset;
  margin: 0;
}
.deezer-mc .faqs .container .content {
  padding: 50px 0;
}
.deezer-mc .faqs .container .content .item-active {
  border: 1px solid #EE860D;
  background: rgba(249, 70, 75, 0.03);
}
.deezer-mc .faqs .container .content .item-active .question h3 {
  color: #EE860D;
}
.deezer-mc .faqs .container .content .item-active .question .icon-active {
  width: 18px;
  height: 12px;
  background: url('/uploads/page/product/deezer-music-converter/up.svg') no-repeat;
  background-size: 100% 100%;
}
.deezer-mc .try {
  padding: 80px 0 60px;
}
.deezer-mc .try .try-btn .btn-item {
  background: #EE860D;
}
.deezer-mc .try .try-btn .btn-item:hover {
  background: #FF9C28;
}
.deezer-mc .try .try-info {
  background: #FEF9F3;
}
.deezer-mc .try .try-info .info-item .try-info-header .iconfont {
  color: #FF9C28;
}
.deezer-mc .try .try-info .info-item .try-info-header p {
  color: #FF9C28;
}
.deezer-mc .try .try-info .info-item .intro .intro-p {
  font-weight: 500;
  font-size: 14px;
}
/* styles for deezer music converter end*/
/* styles for audible converter start*/
.audible-mc .try-btn .btn-item {
  background-color: #0D82D7;
}
.audible-mc .try-btn .btn-item:hover {
  background: #0F70B7;
}
.audible-mc .banner {
  background: linear-gradient(180deg, #E1F1FF 0%, rgba(243, 248, 248, 0) 81.32%);
  padding-bottom: 50px;
}
.audible-mc .banner .banner_left ul li span {
  color: #0D82D7;
}
.audible-mc .banner .banner_left .banner_btn_box .btn_win .download,
.audible-mc .banner .banner_left .banner_btn_box .btn_mac .download {
  background: #0D82D7;
}
.audible-mc .banner .banner_left .banner_btn_box .btn_win .download:hover,
.audible-mc .banner .banner_left .banner_btn_box .btn_mac .download:hover {
  background: #0F70B7;
}
.audible-mc .overview {
  background-color: #3292D7;
}
.audible-mc .overview .item:hover {
  background: linear-gradient(180deg, rgba(13, 130, 215, 0) 32.72%, rgba(13, 130, 215, 0.3015) 100%);
}
.audible-mc .overview .item:hover .item-icon {
  filter: brightness(0) invert(1);
}
.audible-mc .overview .item .item-icon.item-icon-1 {
  background: url('/uploads/page/product/audible-converter/blue1.png') no-repeat;
  background-size: 100% 100%;
}
.audible-mc .overview .item .item-icon.item-icon-2 {
  background: url('/uploads/page/product/audible-converter/blue2.png') no-repeat;
  background-size: 100% 100%;
}
.audible-mc .overview .item .item-icon.item-icon-3 {
  background: url('/uploads/page/product/audible-converter/blue3.png') no-repeat;
  background-size: 100% 100%;
}
.audible-mc .overview .item .item-icon.item-icon-4 {
  background: url('/uploads/page/product/audible-converter/blue4.png') no-repeat;
  background-size: 100% 100%;
}
.audible-mc .highlights_title {
  margin-bottom: 60px;
}
.audible-mc .highlights .highlights_part {
  align-items: center;
}
.audible-mc .highlights .highlights_part a {
  color: #3981d1;
}
.audible-mc .highlights .highlights_part ul li:before {
  content: '·';
  color: #0D82D7;
  font-size: 21px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .audible-mc .highlights .highlights_title {
    margin-bottom: 0px;
  }
}
.audible-mc .step .title {
  margin-bottom: 30px;
}
.audible-mc .features-desc {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}
.audible-mc .features-desc a {
  color: #3981d1;
}
.audible-mc .features .swiper-pagination-bullet-active {
  background-color: #0D82D7;
}
.audible-mc .step .try-btn {
  margin: 0 auto 30px;
  justify-content: center;
}
.audible-mc .step .container {
  padding-top: 0;
  background-image: url('/uploads/page/product/deezer-music-converter/index-four-bg.png');
  margin-top: 0;
  background-position: center;
}
.audible-mc .step .step_swiper .swiper-slide img {
  width: 100%;
}
.audible-mc .step .step_swiper .swiper-slide .step_text {
  display: block;
}
.audible-mc .step .step_swiper .swiper-pagination {
  position: static;
}
.audible-mc .step .step_swiper .swiper-pagination-bullet-active {
  background-color: #0D82D7;
}
@media screen and (max-width: 768px) {
  .audible-mc .step .container {
    background: unset;
  }
}
.audible-mc .evaluation .swiper-button-prev {
  background-image: url('/uploads/page/product/audible-converter/prev_icon.svg');
}
.audible-mc .evaluation .swiper-button-next {
  background-image: url('/uploads/page/product/audible-converter/next_icon.svg');
}
.audible-mc .evaluation .evaluation_swiper {
  margin-top: 60px;
}
.audible-mc .evaluation .evaluation_swiper .swiper-pagination-bullet-active {
  background-color: #0D82D7;
}
.audible-mc .trusted {
  background: #0b2030;
}
.audible-mc .trusted::before {
  width: 280px;
  height: 350px;
  background: url('/uploads/page/product/audible-converter/trusted_before.png') no-repeat;
  background-size: 100% 100%;
}
.audible-mc .trusted::after {
  width: 280px;
  height: 300px;
  background: url('/uploads/page/product/audible-converter/trusted_after.png') no-repeat;
  background-size: 100% 100%;
}
.audible-mc .trusted .part .part-item .item-img {
  width: 100%;
  height: 75px;
}
.audible-mc .trusted .part .part-item .item-img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .audible-mc .trusted .part .part-item {
    width: 335px;
    justify-content: flex-start;
    gap: 20px;
  }
}
.audible-mc .faqs {
  background: linear-gradient(0deg, #F3F8F9 0%, #E2F2FF 0.01%, rgba(243, 248, 248, 0) 81.32%);
}
.audible-mc .faqs .container {
  max-width: 100%;
}
.audible-mc .faqs .container .content {
  padding: 0 0 50px;
}
.audible-mc .faqs .container .content .item-active {
  border: 1px solid #0D82D7;
  background: rgba(13, 130, 215, 0.05);
}
.audible-mc .faqs .container .content .item-active .question h3 {
  color: #0D82D7;
}
.audible-mc .faqs .container .content .item-active .question .icon-active {
  width: 18px;
  height: 12px;
  background: url('/uploads/page/product/audible-converter/up.svg') no-repeat;
  background-size: 100% 100%;
}
.audible-mc .try {
  padding: 120px 0 60px;
}
.audible-mc .try .try-btn .btn-item {
  background: #0D82D7;
}
.audible-mc .try .try-btn .btn-item:hover {
  background: #0F70B7;
}
.audible-mc .try .try-info {
  background: #F3F8F9;
}
.audible-mc .try .try-info .info-item .try-info-header .iconfont {
  color: #0D82D7;
}
.audible-mc .try .try-info .info-item .try-info-header p {
  color: #0D82D7;
}
.audible-mc .try .try-info .info-item .intro .intro-p {
  font-weight: 500;
  font-size: 14px;
}
/* styles for audible converter end*/
/* styles for pandora music converter start*/
.pandora-mc .try-btn .btn-item {
  background-color: #3769FF;
}
.pandora-mc .try-btn .btn-item:hover {
  background: #2957E0;
}
.pandora-mc .video_embed {
  display: flex;
  align-items: center;
  margin-top: 25px;
  cursor: pointer;
}
.pandora-mc .video_embed img {
  filter: brightness(0) invert(1);
}
.pandora-mc .video_embed_text {
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  margin-left: 12px;
}
.pandora-mc .banner {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  background: url(/uploads/page/product/pandora-music-converter/banner_bg.webp) no-repeat center;
  background-size: cover;
}
.pandora-mc .banner::before,
.pandora-mc .banner::after {
  display: none;
}
.pandora-mc .banner .banner_left h1,
.pandora-mc .banner .banner_left .desc {
  color: #fff;
}
.pandora-mc .banner .banner_left ul li {
  color: #fff;
}
.pandora-mc .banner .banner_left ul li span {
  color: #0DE0EE;
}
.pandora-mc .banner .banner_left .tip {
  color: #fff;
}
.pandora-mc .banner .banner_left .tip strong {
  color: #fff;
}
.pandora-mc .banner .banner_left .banner_btn_box .btn_win .download,
.pandora-mc .banner .banner_left .banner_btn_box .btn_mac .download {
  background: #0DC5EE;
}
.pandora-mc .banner .banner_left .banner_btn_box .btn_win .download:hover,
.pandora-mc .banner .banner_left .banner_btn_box .btn_mac .download:hover {
  background: #0CB3D8;
}
.pandora-mc .overview {
  background-color: #2E56CE;
}
.pandora-mc .overview .item:hover {
  background: linear-gradient(180deg, rgba(49, 83, 182, 0) 32.72%, rgba(55, 105, 255, 0.67) 100%);
}
.pandora-mc .overview .item:hover .item-icon {
  filter: brightness(0) invert(1);
}
.pandora-mc .overview .item .item-icon.item-icon-1 {
  background: url('/uploads/page/product/pandora-music-converter/download_hover.png') no-repeat;
  background-size: 100% 100%;
}
.pandora-mc .overview .item .item-icon.item-icon-2 {
  background: url('/uploads/page/product/pandora-music-converter/rocketLaunch_hover.png') no-repeat;
  background-size: 100% 100%;
}
.pandora-mc .overview .item .item-icon.item-icon-3 {
  background: url('/uploads/page/product/pandora-music-converter/speakerHigh_hover.png') no-repeat;
  background-size: 100% 100%;
}
.pandora-mc .overview .item .item-icon.item-icon-4 {
  background: url('/uploads/page/product/pandora-music-converter/receipt_hover.png') no-repeat;
  background-size: 100% 100%;
}
.pandora-mc .overview .item .item-icon.item-icon-5 {
  background: url('/uploads/page/product/pandora-music-converter/arrowsClockwise_hover.png') no-repeat;
  background-size: 100% 100%;
}
.pandora-mc .highlights_title {
  margin-bottom: 48px;
}
.pandora-mc .highlights .highlights_part {
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .pandora-mc .highlights .highlights_title {
    margin-bottom: 0px;
  }
  .pandora-mc .highlights .highlights_part {
    margin-bottom: 0px;
  }
}
.pandora-mc .features .swiper-pagination-bullet-active {
  background-color: #3769FF;
}
.pandora-mc .step .try-btn {
  margin: 0 0 40px;
}
.pandora-mc .step .container {
  background-image: url('/uploads/page/product/deezer-music-converter/index-four-bg.png');
  padding-top: 0;
  background-position: center;
}
.pandora-mc .step .step_swiper .swiper-pagination-bullet-active {
  background-color: #3769FF;
}
@media screen and (max-width: 768px) {
  .pandora-mc .step .container {
    background: unset;
  }
}
.pandora-mc .evaluation .swiper-button-prev {
  background-image: url('/uploads/page/product/pandora-music-converter/prev_icon.svg');
}
.pandora-mc .evaluation .swiper-button-next {
  background-image: url('/uploads/page/product/pandora-music-converter/next_icon.svg');
}
.pandora-mc .evaluation .evaluation_swiper {
  margin-top: 60px;
}
.pandora-mc .evaluation .evaluation_swiper .swiper-pagination-bullet-active {
  background-color: #3769FF;
}
.pandora-mc .faqs {
  background: linear-gradient(180deg, rgba(236, 246, 254, 0) 0%, #ECF6FE 100%);
  position: relative;
  margin-top: 0;
}
.pandora-mc .faqs .container {
  background: unset;
  position: static;
  margin-top: unset;
  padding: 0;
  max-width: unset;
  margin: 0;
}
.pandora-mc .faqs .container .content {
  padding: 50px 0;
}
.pandora-mc .faqs .container .content .item-active {
  border: 1px solid #3769FF;
  background: rgba(36, 123, 250, 0.05);
}
.pandora-mc .faqs .container .content .item-active .question h3 {
  color: #3769FF;
}
.pandora-mc .faqs .container .content .item-active .question .icon-active {
  width: 18px;
  height: 12px;
  background: url('/uploads/page/product/pandora-music-converter/up.svg') no-repeat;
  background-size: 100% 100%;
}
.pandora-mc .try {
  padding: 120px 0 60px;
}
.pandora-mc .try .desc {
  text-align: center;
  max-width: 800px;
}
.pandora-mc .try .try-btn .btn-item {
  background: #3769FF;
}
.pandora-mc .try .try-btn .btn-item:hover {
  background: #2957E0;
}
.pandora-mc .try .try-info {
  background: #F6FBFF;
}
.pandora-mc .try .try-info .info-item .try-info-header .iconfont {
  color: #3769FF;
}
.pandora-mc .try .try-info .info-item .try-info-header p {
  color: #3769FF;
}
.pandora-mc .try .try-info .info-item .intro .intro-p {
  font-weight: 500;
  font-size: 14px;
}
/* styles for pandora music converter end*/
/* styles for apple music converter start*/
.apple-mc .try-btn .btn-item {
  background-color: #8065F4;
}
.nl-apple.apple-mc .try-btn .btn-item,
.nl-amazon.amazon-mc .try-btn .btn-item,
.nl-deezer.deezer-mc .try-btn .btn-item,
.nl-audible.audible-mc .try-btn .btn-item,
.nl-pandora.pandora-mc .try-btn .btn-item{
  width: 220px;
}
.ko-apple.apple-mc .try-btn .btn-item span,
.ko-amazon.amazon-mc .try-btn .btn-item span,
.ko-deezer.deezer-mc .try-btn .btn-item span,
.ko-audible.audible-mc .try-btn .btn-item span,
.ko-pandora.pandora-mc .try-btn .btn-item span{
  font-size: 18px;
}
.ko-apple.apple-mc .try-btn .btn-item,
.ko-amazon.amazon-mc .try-btn .btn-item,
.ko-deezer.deezer-mc .try-btn .btn-item,
.ko-audible.audible-mc .try-btn .btn-item,
.ko-pandora.pandora-mc .try-btn .btn-item{
  width: 220px;
}
.apple-mc .try-btn .btn-item:hover {
  background: #6650C9;
}
.apple-mc .banner {
  background: linear-gradient(180deg, #F4EFFF 0%, rgba(244, 238, 251, 0) 81.32%);
}
.apple-mc .banner .container {
  align-items: center;
}
.apple-mc .banner_left ul li .backlink {
  color: #1E96EC;
}
.apple-mc .banner_left ul li span {
  color: #0D82D7;
}
.apple-mc .banner_left .banner_btn_box .btn_win .download,
.apple-mc .banner_left .banner_btn_box .btn_mac .download {
  background: #8065F4;
}
.apple-mc .banner_left .banner_btn_box .btn_win .download:hover,
.apple-mc .banner_left .banner_btn_box .btn_mac .download:hover {
  background: #6650C9;
}
.apple-mc .banner_right {
  flex-direction: column;
}
.apple-mc .top-features {
  margin-top: 20px;
}
.apple-mc .top-features_heart {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: rgba(81, 27, 103, 0.16) 0px 8px 36px;
  padding: 0 40px;
  margin: 0px auto;
  flex-flow: row;
  background: #ffffff;
  border-radius: 20px;
}
.apple-mc .top-features .features-item {
  position: relative;
  box-sizing: border-box;
  width: 160px;
  height: 100%;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.apple-mc .top-features .features-item::before {
  position: absolute;
  top: 0px;
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background-color: transparent;
  transition: 0.2s;
}
.apple-mc .top-features .features-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 146.68%;
  text-align: center;
  color: #4a5954;
  margin-top: 8px;
}
.apple-mc .top-features .features-item:hover {
  box-sizing: border-box;
}
.apple-mc .top-features .features-item:hover p {
  color: #8065F4;
}
.apple-mc .top-features .features-item:hover::before {
  background-color: #8065F4;
}
@media screen and (max-width: 768px) {
  .apple-mc .top-features {
    margin: -20px auto 0;
    background: #F9F9F9;
  }
  .apple-mc .top-features .top-features_heart {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .apple-mc .top-features .top-features_heart {
    flex-direction: column;
    padding: 10px 0;
  }
  .apple-mc .top-features .features-item {
    flex-flow: nowrap;
    justify-content: flex-start;
    width: 100%;
    gap: 18px;
    padding: 10px 0;
  }
  .apple-mc .top-features .features-item img {
    width: 33px;
    height: 33px;
  }
  .apple-mc .top-features .features-item p {
    font-size: 14px;
    color: #000;
  }
  .apple-mc .top-features .features-item:hover::before {
    display: none;
  }
}
.apple-mc .index-one {
  margin-top: 112px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.apple-mc .index-one .index-one_desc {
  display: inline-block;
  width: 790px;
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}
.apple-mc .index-one .pc-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.apple-mc .index-one .pc-content .item {
  flex: 32% 0;
}
.apple-mc .index-one .pc-content .item > div {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 10px 10px;
  margin-top: -5px;
  padding: 15px 10px;
  height: 258px;
}
.apple-mc.nl-apple .index-one .pc-content .item > div {
  height: 280px;
}
.it-apple-mc .index-one .pc-content .item > div {
  height: 280px;
}
.apple-mc .index-one .pc-content .item > div .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}
.apple-mc .index-one .pc-content .item > div .desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #4F4F4F;
  margin-top: 10px;
}
.apple-mc .index-one .pc-content .item > div .desc a {
  color: #7C45F1;
}
.apple-mc .index-one .pc-content .item > div .desc a:hover {
  text-decoration: underline !important;
}
.apple-mc .index-one .pc-content .item .item-pic {
  width: 100%;
}
.apple-mc .index-one .mb-content {
  display: none;
}
@media screen and (max-width: 768px) {
  .apple-mc .index-one {
    margin-top: 44px;
  }
  .apple-mc .index-one .index-one_desc {
    display: inline-block;
    width: 335px;
    font-size: 24px;
  }
  .apple-mc .index-one .pc-content {
    display: none;
  }
  .apple-mc .index-one .mb-content {
    display: block;
    margin-top: 20px;
  }
  .apple-mc .index-one .index_one_swiper {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
  }
  .apple-mc .index-one .index_one_swiper .swiper-slide {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 10px;
  }
  .apple-mc .index-one .index_one_swiper .swiper-slide img {
    width: 100%;
  }
  .apple-mc .index-one .index_one_swiper .swiper-slide > div {
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    margin-top: -5px;
    height: 275px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .apple-mc .index-one .index_one_swiper .swiper-slide > div .title {
    width: 90%;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
  }
  .apple-mc .index-one .index_one_swiper .swiper-slide > div .desc {
    font-weight: 300;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    color: #4F4F4F;
  }
  .apple-mc .index-one .index_one_swiper .swiper-slide > div .desc a {
    color: #7C45F1;
    text-decoration: underline !important;
  }
  .apple-mc .index-one .index_one_swiper .swiper-pagination-bullet-active {
    background-color: #8065F4;
  }
}
.apple-mc .highlights .highlights_title {
  margin-bottom: 60px;
}
.apple-mc .highlights .highlights_part {
  align-items: center;
}
.apple-mc .highlights .highlights_part a {
  color: #7C45F1;
}
.apple-mc .highlights .highlights_part ul {
  border-radius: 8px;
  background: #F9F9F9;
  padding: 18px;
}
.apple-mc .highlights .highlights_part ul li:before {
  content: '·';
  color: #8065f4;
  font-size: 21px;
  margin-right: 8px;
}
.apple-mc .highlights .highlights_part ul li span {
  font-size: inherit;
  border-bottom: 2px solid red;
  color: inherit;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .apple-mc .highlights .highlights_title {
    margin-bottom: 0px;
  }
}
.apple-mc .features {
  background: #F9F9F9;
  padding: 73px 0;
}
.apple-mc .features .container {
  margin-top: 40px;
}
.apple-mc .features-desc {
  margin-top: 20px;
}
.apple-mc .features-desc a {
  color: #3981d1;
}
.apple-mc .features .features-part {
  gap: 50px;
}
.apple-mc.en-product  .features .features_swiper .swiper-slide .part-item {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 25.3px 0px rgba(0, 0, 0, 0);
  height: 200px;
}
.apple-mc .features .part-item {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 25.3px 0px rgba(0, 0, 0, 0);
}
.apple-mc .step .try-btn {
  margin: 50px auto 60px;
  justify-content: center;
}
.apple-mc .step .desc {
  margin: 30px auto 0;
  max-width: 800px;
  text-align: center;
}
.apple-mc .step .container {
  padding-top: 0;
  background-image: url('/uploads/page/product/deezer-music-converter/index-four-bg.png');
  margin-top: 0;
  background-position: center;
  padding-bottom: 40px;
}
.apple-mc .step .step_swiper .swiper-slide img {
  width: 100%;
}
.apple-mc .step .step_swiper .swiper-slide .step_text {
  display: block;
}
.apple-mc .step .step_swiper .swiper-pagination {
  position: static;
}
.apple-mc .step .step_swiper .swiper-pagination-bullet-active {
  background-color: #7C45F1;
}
@media screen and (max-width: 768px) {
  .apple-mc .step .container {
    background: unset;
  }
}
.apple-mc .evaluation {
  margin: 0 auto 100px;
}
.apple-mc .evaluation .swiper-button-prev {
  background-image: url('/uploads/page/product/apple-music-converter/prev_icon.svg');
}
.apple-mc .evaluation .swiper-button-next {
  background-image: url('/uploads/page/product/apple-music-converter/next_icon.svg');
}
.apple-mc .evaluation .evaluation_swiper {
  margin-top: 60px;
}
.apple-mc .evaluation .evaluation_swiper .swiper-pagination-bullet-active {
  background-color: #7C45F1;
}
.apple-mc .trusted {
  background: #0b2030;
}
.apple-mc .trusted::before {
  width: 280px;
  height: 350px;
  background: url('/uploads/page/product/apple-music-converter/trusted_before.png') no-repeat;
  background-size: 100% 100%;
}
.apple-mc .trusted::after {
  width: 280px;
  height: 300px;
  background: url('/uploads/page/product/apple-music-converter/trusted_after.png') no-repeat;
  background-size: 100% 100%;
}
.apple-mc .trusted .part {
  gap: 20px;
  margin-top: 20px;
}
.apple-mc .trusted .part .part-item {
  margin: 0;
}
.apple-mc .trusted .part .part-item .item-img {
  width: 100%;
  height: 75px;
}
.apple-mc .trusted .part .part-item .item-img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .apple-mc .trusted .part .part-item {
    width: 335px;
    justify-content: flex-start;
    gap: 20px;
  }
}
.apple-mc .faqs {
  background: url(/uploads/page/product/apple-music-converter/questions_bg.webp);
  background-size: 100% 100%;
  margin-top: 100px;
}
.apple-mc .faqs .container {
  max-width: 100%;
  margin-top: 40px;
}
.apple-mc .faqs .container::before,
.apple-mc .faqs .container::after {
  display: none;
}
.apple-mc .faqs .container .content {
  padding: 0 0 50px;
}
.apple-mc .faqs .container .content .item-active {
  border: 1px solid #8065F4;
  background: rgba(128, 101, 244, 0.05);
}
.apple-mc .faqs .container .content .item-active .question h3 {
  color: #8065F4;
}
.apple-mc .faqs .container .content .item-active .question .icon-active {
  width: 18px;
  height: 12px;
  background: url('/uploads/page/product/apple-music-converter/up.svg') no-repeat;
  background-size: 100% 100%;
}
.apple-mc .try {
  padding: 120px 0 60px;
}
.apple-mc .try .try-btn .btn-item {
  background: #8065F4;
}
.apple-mc .try .try-btn .btn-item:hover {
  background: #6049C5;
}
.apple-mc .try .try-info .info-item .try-info-header .iconfont {
  color: #8065F4;
}
.apple-mc .try .try-info .info-item .try-info-header p {
  color: #8065F4;
}
.apple-mc .try .try-info .info-item .intro .intro-p {
  font-weight: 500;
  font-size: 14px;
}
/* styles for apple music converter end*/
.has-dropdown {
  position: relative;
}
.has-dropdown:hover .overview-dropdown,
.has-dropdown.dropdown-open .overview-dropdown {
  display: block;
}
.overview-dropdown {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 240px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(30, 150, 236, 0.08), 0 1.5px 6px rgba(0, 0, 0, 0.04);
  border-radius: 18px;
  padding: 24px 0 16px 0;
  z-index: 1000;
}
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 32px 18px 28px;
  font-size: 18px;
  font-weight: 700;
  color: #080F30;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.dropdown-item img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}
.dropdown-item span {
  font-size: 16px;
  font-weight: 600;
  color: #080F30;
}
.dropdown-item:hover {
  background: #f5f8ff;
}
#appleMC .overview-link {
  position: relative;
  font-weight: 600;
  color: #1e96ec;
  font-size: 16px;
  display: flex;
  gap: 5px;
  align-items: center;
}
#appleMC .navigation-content_nav a:hover {
  color: #1e96ec;
}
#pandoraMC .navigation-content_nav a:hover {
  color: #2957E0;
}
#deezerMC .navigation-content_nav a:hover {
  color: #FF9C28;
}
#spotifyMC .navigation-content_nav a:hover {
  color: #1DB954;
}
#spotifyMC4 .navigation-content_nav a:hover {
  color: #1DB954;
}
#amazonMC .navigation-content_nav a:hover,
#audibleMC .navigation-content_nav a:hover,
#soundcloudMC .navigation-content_nav a:hover {
  color: #1e96ec;
}
#youtubeMC .navigation-content_nav a:hover {
  color: #FF585D;
}
#allInOneMC .navigation-content_nav a:hover {
  color: #37bba1;
}
a {
  text-decoration: none;
  color: #1E96EC;
}
[lang='ru'] .banner .toggle-options,
[lang='pt'] .banner .toggle-options {
  width: 175px;
}
[lang='ru'] .banner .toggle-options .current-active,
[lang='ru'] .banner .banner_left .toggle-options .option-item,
[lang='pt'] .banner .toggle-options .current-active,
[lang='pt'] .banner .banner_left .toggle-options .option-item {
  font-size: 12px;
  width: 85px;
}
[lang='ru'] .banner .toggle-options .current-active.active,
[lang='pt'] .banner .toggle-options .current-active.active {
  left: 85px !important;
}
[lang='ru'] .banner .banner_left .banner_btn_box .download,
[lang='ru'] .banner .banner_left .banner_btn_box .buy {
  width: auto;
  gap: 4px;
  padding: 0 16px;
}
[lang='ru'] .apple-mc .index-one .pc-content .item > div {
  height: 340px;
}
[lang='pt'] .apple-mc .index-one .pc-content .item > div {
  height: 310px;
}
[lang='ru'] .apple-mc.en-product .features .features_swiper .swiper-slide .part-item {
  height: 220px;
}
[lang='pt'] .apple-mc .try .try-info .info-item:nth-child(5) .intro .intro-p {
  white-space: nowrap;
}
[lang='en'] .apple-mc .index-one .pc-content .item > div{
  height: 273px;
}
@media screen and (max-width: 768px) {
  [lang='ru'] .apple-mc .index-one .index_one_swiper {
    height: 564px;
  }
  [lang='ru'] .apple-mc .index-one .index_one_swiper .swiper-slide > div {
    height: 302px;
  }
}