html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  overflow-x: hidden;
}
.tf-navigation .navigation-content .btn-group .tf-btn {
  width: 170px;
  font-size: 14px;
}
.main-margin {
  margin-top: 90px;
}
.wrap-padding {
  padding-top: 70px;
}
.aColor {
  color: #3586ff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.aColor:hover {
  color: #505050;
  text-decoration: underline;
}
.section-text {
  color: #505050;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.swiper-pagination {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fce3ef;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
@keyframes progress {
  0% {
    height: 0;
  }
  80% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-margin {
    margin-top: 65px;
  }
  .wrap-padding {
    padding-top: 57px;
  }
  .mobile-style {
    display: block;
  }
  .section-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .try-btn .win-icon {
    background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -525px -18px;
  }
  .try-btn .mac-icon {
    background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -568px -19px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination.wrap .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #cde1ff;
  }
  .swiper-pagination.wrap .swiper-pagination-bullet-active {
    width: 10px;
    background-color: #3586ff;
    border-radius: 5px;
  }
}
.tf-banner {
  background: linear-gradient(97deg, #fef4ff 0.22%, #e8fbff 51.32%, #d4e3ff 100.33%);
  padding: 50px 0;
}
.tf-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tf-banner .banner-info {
  margin-right: 15px;
}
.tf-banner .banner-info .h1-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 25px;
}
.tf-banner .banner-info .h1-title span {
  background: linear-gradient(180deg, #267dff 0%, #06f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tf-banner .banner-info_list {
  color: #257cff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 2;
  padding-left: 15px;
  margin-bottom: 15px;
}
.tf-banner .banner-info_list li {
  white-space: nowrap;
  list-style: disc;
}
.tf-banner .banner-info_list li::marker {
  font-size: 12px;
}
.tf-banner .banner-info_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 156px;
  height: 30px;
  border-radius: 20px;
  padding: 2px;
  background: rgba(196, 196, 196, 0.5);
  margin-bottom: 20px;
}
.tf-banner .banner-info_tips {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 15px;
}
.tf-banner .banner-info_tips span {
  font-weight: 700;
}
.tf-banner .toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  gap: 5px;
}
.tf-banner .toggle-btn.active {
  border-radius: 17px;
  background: #fff;
}
.tf-banner .btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
.tf-banner .btn-group .tf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 61px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  background: #3586ff;
  border-radius: 0;
  margin-right: 24px;
  border: 1px solid transparent;
  gap: 10px;
  margin-right: 0;
}
.nl-all-in-one .tf-banner .btn-group .tf-btn {
  width: 200px;
}
.ko-all-in-one .tf-banner .btn-group .tf-btn {
  width: 210px;
}
.tf-banner .btn-group .tf-btn .iconfont {
  font-size: 26px;
}
.tf-banner .btn-group .tf-btn:hover {
  color: #3586ff;
  background-color: #fff;
  border-color: #3586ff;
}
.tf-banner .btn-group .cart-btn {
  background-color: #ffa235;
}
.tf-banner .btn-group .cart-btn:hover {
  color: #ffa235;
  background-color: #fff;
  border-color: #ffa235;
}
.tf-banner .banner-img {
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .tf-banner .container {
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
    flex-wrap: wrap;
  }
  .tf-banner .banner-info {
    flex: 1;
    margin-right: 0;
  }
  .tf-banner .banner-img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .tf-banner {
    padding-bottom: 30px;
  }
  .tf-banner .banner-info .h1-title {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .tf-banner .banner-info_list {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .tf-banner .banner-info_list li {
    white-space: unset;
  }
  .tf-banner .banner-info_list li::marker {
    font-size: 8px;
  }
  .tf-banner .banner-info_toggle {
    width: 156px;
    height: 30px;
    border-radius: 20px;
    padding: 2px;
    margin-bottom: 20px;
  }
  .tf-banner .banner-info_tips {
    font-size: 10px;
    margin-top: 25px;
  }
  .tf-banner .banner-info_tips span {
    font-weight: 700;
  }
  .tf-banner .toggle-btn {
    width: 50%;
    height: 100%;
    font-size: 11px;
  }
  .tf-banner .toggle-btn.active {
    border-radius: 17px;
  }
  .tf-banner .btn-group {
    gap: 20px;
  }
  .tf-banner .btn-group .tf-btn {
    width: 170px;
    height: 54px;
    font-size: 16px;
    border-radius: 28px;
  }
  .nl-all-in-one .tf-banner .btn-group .tf-btn {
    width: 170px;
    font-size: 14px;
  }
  .ko-all-in-one .tf-banner .btn-group .tf-btn {
    width: 180px;
    font-size: 14px;
  }
  .tf-banner .banner-img {
    width: 100%;
    margin-top: 23px;
  }
}
.tf-main1 {
  padding: 65px;
  border-radius: 20px;
  margin: 50px auto;
}
.tf-main1 .container {
  position: relative;
}
.tf-main1 .container-title {
  color: #080f30;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tf-main1 .container-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.tf-main1 .container-sub {
  position: absolute;
  top: 162px;
  left: 112px;
  right: 112px;
  line-height: 1.7;
  text-align: center;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.tf-main1 .container-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #eff5ff;
  margin-bottom: 95px;
  border-radius: 28px;
  padding: 15px;
}
.tf-main1 .container-tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.tf-main1 .tab-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  margin-right: 5px;
  border-radius: 50%;
}
.tf-main1 .tab-icon.spotify-icon {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -348px -349px;
}
.tf-main1 .tab-icon.apple-icon {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -402px -349px;
}
.tf-main1 .tab-icon.amazon-icon {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -456px -349px;
}
.tf-main1 .tab-icon.deezer-icon {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -510px -349px;
}
.tf-main1 .tab-icon.pandora-icon {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -564px -349px;
}
.tf-main1 .tab-icon.youTube-icon {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -618px -349px;
}
.tf-main1 .tab-icon.soundcloud-icon {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -536px -526px;
}
.tf-main1 .tab-icon.audible-icon {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -592px -526px;
}
.tf-main1 .swiper-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.tf-main1 .swiper-slide.tab-2 .tf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 54px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: #d765f4;
  border-radius: 28px;
  margin-right: 24px;
  border: 1px solid transparent;
  gap: 10px;
}
.tf-main1 .swiper-slide.tab-2 .tf-btn .iconfont {
  font-size: 26px;
}
.tf-main1 .swiper-button {
  position: static;
  display: inline-block;
  bottom: 0;
  top: unset;
  width: 35px;
  height: 35px;
  background-color: #fff;
  margin-top: unset;
  border-radius: 50%;
}
.tf-main1 .swiper-button::after {
  display: none;
}
.tf-main1 .swiper-button-prev {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -361px -524px;
}
.tf-main1 .swiper-button-prev:hover {
  background-position: -419px -524px;
}
.tf-main1 .swiper-button-next {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -303px -524px;
}
.tf-main1 .swiper-button-next:hover {
  background-position: -476px -524px;
}
.tf-main1 .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 30px;
}
.tf-main1 .swiper-pagination-bullet {
  background-color: #e4efff;
}
.tf-main1 .swiper-pagination-bullet-active {
  background-color: #3586ff;
}
.tf-main1 .swiper-slide {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.tf-main1 .swiper-slide .tab-img {
  width: 515px;
}
.tf-main1 .swiper-slide .tab-info {
  width: 495px;
}
.tf-main1 .swiper-slide .tab-info_title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .tf-main1 .swiper-slide .tab-info_title {
    font-size: 24px;
  }
}
.tf-main1 .swiper-slide .tab-info_text {
  flex: 1;
  line-height: 1.7;
}
.tf-main1 .swiper-slide .tab-info_text p {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.tf-main1 .swiper-slide .tab-info_text p + p {
  margin-top: 10px;
}
.tf-main1 .swiper-slide .tab-info_tips {
  color: #FA243C;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 16px;
}
.tf-main1 .swiper-slide .tab-info_tips span {
  color: #ff6778;
}
.tf-main1 .swiper-slide .btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
.tf-main1 .swiper-slide .btn-group .tf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 58px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  background: #00bb78;
  border-radius: 32px;
  margin-right: 24px;
  border: 1px solid transparent;
  gap: 10px;
  margin-right: 0;
}
.tf-main1 .swiper-slide .btn-group .tf-btn .iconfont {
  font-size: 26px;
}
.tf-main1 .swiper-slide .btn-group .tf-btn:hover {
  color: #00bb78;
  background-color: #fff;
  border-color: #00bb78;
}
.tf-main1 .swiper-slide .btn-group .apple {
  background-color: #d765f4;
}
.tf-main1 .swiper-slide .btn-group .apple:hover {
  color: #d765f4;
  border-color: #d765f4;
}
.tf-main1 .swiper-slide .btn-group .amazon {
  background-color: #5e43ea;
}
.tf-main1 .swiper-slide .btn-group .amazon:hover {
  color: #5e43ea;
  border-color: #5e43ea;
}
.tf-main1 .swiper-slide .btn-group .deezer {
  background-color: #ee860d;
}
.tf-main1 .swiper-slide .btn-group .deezer:hover {
  color: #ee860d;
  border-color: #ee860d;
}
.tf-main1 .swiper-slide .btn-group .pandora {
  background-color: #3769ff;
}
.tf-main1 .swiper-slide .btn-group .pandora:hover {
  color: #3769ff;
  border-color: #3769ff;
}
.tf-main1 .swiper-slide .btn-group .youTube {
  background-color: #f9464b;
}
.tf-main1 .swiper-slide .btn-group .youTube:hover {
  color: #f9464b;
  border-color: #f9464b;
}
.tf-main1 .swiper-slide .btn-group .soundcloud { /*zuo*/
  background-color: #ff6a01;
}
.tf-main1 .swiper-slide .btn-group .soundcloud:hover { /*zuo*/
  color: #ff6a01;
  border-color: #ff6a01;
}
.tf-main1 .swiper-slide .btn-group .audible { /*zuo*/
  background-color:#FF902B;
}
.tf-main1 .swiper-slide .btn-group .audible:hover { /*zuo*/
  color: #FF902B;
  border-color: #FF902B;
}
@media screen and (max-width: 1200px) {
  .tf-main1 .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tf-main1 {
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: unset;
    margin: 50px 0;
  }
  .tf-main1 .container-tab {
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 115px;
    border-radius: 8px;
    justify-content: flex-start;
  }
  .tf-main1 .container-tab_item {
    justify-content: flex-start;
    font-size: 10px;
    padding: 2px;
    flex: 0 0 48%;
  }
  .tf-main1 .container-tab .active {
    border-radius: 30px;
  }
  .tf-main1 .container-sub {
    top: 301px;
    left: 15px;
    right: 15px;
    text-align: left;
    font-size: 14px;
  }
  .tf-main1 .tab-icon {
    width: 30px;
    height: 30px;
    margin-right: 0;
    transform: scale(0.6);
  }
  .tf-main1 .tab-icon.spotify-icon {
    background-position: -346px -73px;
  }
  .tf-main1 .tab-icon.apple-icon {
    background-position: -400px -74px;
  }
  .tf-main1 .tab-icon.amazon-icon {
    background-position: -456px -73px;
  }
  .tf-main1 .tab-icon.deezer-icon {
    background-position: -508px -72px;
  }
  .tf-main1 .tab-icon.pandora-icon {
    background-position: -562px -72px;
  }
  .tf-main1 .tab-icon.youTube-icon {
    background-position: -618px -73px;
  }
  .tf-main1 .swiper {
    padding-bottom: 30px;
  }
  .tf-main1 .swiper-bottom {
    margin-top: 30px;
  }
  .tf-main1 .swiper .swiper-slide {
    display: flex;
    height: 1px;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .tf-main1 .swiper .swiper-slide .tab-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .tf-main1 .swiper .swiper-slide .tab-info {
    width: 100%;
  }
  .tf-main1 .swiper .swiper-slide .tab-info_title {
    margin-bottom: 20px;
  }
  .tf-main1 .swiper .swiper-slide .tab-info_text {
    flex: unset;
  }
  .tf-main1 .swiper .swiper-slide .tab-info_tips {
    font-size: 10px;
    margin-top: 16px;
  }
  .tf-main1 .swiper .swiper-slide .btn-group {
    gap: 20px;
  }
  .tf-main1 .swiper .swiper-slide .btn-group .tf-btn {
    width: 166px;
    height: 44px;
    font-size: 15px;
    border-radius: 24px;
  }
  .tf-main1 .swiper .swiper-slide-active {
    height: auto;
  }
  .tf-main1 .swiper .swiper-pagination-bullet-active {
    width: 15px;
    border-radius: 10px;
  }
}
.wrap2 {
  text-align: center;
}
.wrap2-title {
  max-width: 838px;
  color: #080f30;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
}
.wrap2-text {
  max-width: 700px;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.7;
  margin: 18px auto 50px;
}
.wrap2-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.wrap2-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wrap2-item.item1 {
  max-width: 507px;
  margin-right: 30px;
}
.wrap2-item.item2 {
  flex: 1;
}
.wrap2-item_title {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(180deg, #3586ff 0%, #096afc 100%);
  padding: 10px 20px;
  border-radius: 10px 10px 0px 0px;
}
.wrap2-item_body {
  text-align: left;
  background: #f4f9ff;
  padding: 35px 19px 26px;
  border-radius: 0 10px 10px 10px;
}
.wrap2-item_body p {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.7;
}
.wrap2-item_body p + p {
  margin-top: 15px;
}
.wrap2-item_body p a {
  font-size: 16px;
}
.wrap2-item_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 13px 25px;
  margin-top: 25px;
}
.wrap2-item_list a {
  font-size: 13px;
  padding-bottom: 15px;
}
.wrap2-item .border-bottom {
  border-bottom: 1px solid #cee2ff;
}
@media screen and (max-width: 768px) {
  .wrap2 {
    text-align: left;
  }
  .wrap2-title {
    width: 100%;
    font-size: 28px;
  }
  .wrap2-text {
    width: 100%;
    font-size: 14px;
    margin: 15px 0 20px;
  }
  .wrap2-content {
    flex-direction: column;
  }
  .wrap2-item.item1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 33px;
  }
  .wrap2-item.item2 {
    width: 100%;
  }
  .wrap2-item.item2 .wrap2-item_body {
    padding-bottom: 0;
  }
  .wrap2-item_title {
    font-size: 20px;
    padding: 5px 17px;
    border-radius: 10px 10px 0 0;
  }
  .wrap2-item_body {
    padding: 20px 17px 33px;
    border-radius: 0 10px 10px 10px;
  }
  .wrap2-item_body p {
    font-size: 14px;
  }
  .wrap2-item_body p + p {
    margin-top: 15px;
  }
  .wrap2-item_body p a {
    font-size: 14px;
  }
  .wrap2-item_list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 13px 0;
    margin-top: 12px;
  }
  .wrap2-item_list a {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .wrap2-item_list a:nth-child(5) {
    border-bottom: 1px solid #cee2ff;
  }
}
.wrap3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/uploads/page/product/all-in-one-music-converter/main7-bg.webp');
  padding-top: 145px;
  padding-bottom: 22px;
}
.wrap3 .container {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.wrap3-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 158px;
}
.wrap3-item.reverse {
  flex-direction: row-reverse;
}
.wrap3-item.reverse .wrap3-left {
  margin-right: 0;
  margin-left: 175px;
}
.wrap3-item.reverse .wrap3-left::before {
  right: unset;
  top: -30px;
  left: -90px;
  width: 945px;
  height: 396px;
  border-radius: 200px 0 0 0;
}
.wrap3-item.reverse img {
  top: 32px;
}
.wrap3-left {
  position: relative;
  margin-right: 130px;
}
.wrap3-left_img {
  position: relative;
  top: 61px;
}
.wrap3-left::before {
  content: '';
  position: absolute;
  top: 0;
  right: -64px;
  width: 945px;
  height: 411px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 100%);
  stroke-width: 3px;
  stroke: rgba(255, 255, 255, 0.35);
  border-radius: 0 200px 0 0;
}
.wrap3-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}
.wrap3-text {
  line-height: 1.7;
}
.wrap3-text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  margin-top: 20px;
}
@media screen and (max-width: 996px) {
  .wrap3-item.reverse .wrap3-left {
    margin-left: 50px;
  }
  .wrap3-left {
    margin-right: 50px;
  }
  .wrap3-left::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wrap3 {
    padding-top: 67px;
    padding-bottom: 0;
  }
  .wrap3-item {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .wrap3-item.reverse {
    flex-direction: column-reverse;
  }
  .wrap3-item.reverse .wrap3-left {
    margin-right: 0;
    margin-left: 0;
  }
  .wrap3-item.reverse img {
    top: 0;
  }
  .wrap3-left {
    margin-right: 0;
    margin-top: 43px;
  }
  .wrap3-left_img {
    width: 100%;
    top: 0;
  }
  .wrap3-left::before {
    display: none;
  }
  .wrap3-title {
    font-size: 28px;
  }
  .wrap3-text {
    font-size: 14px;
  }
  .wrap3-text p {
    margin-top: 20px;
  }
}
.tf-main4 {
  background: #f8fdff;
  padding-bottom: 50px;
  padding-top: 100px;
}
.tf-main4 .container {
  text-align: center;
}
.tf-main4 .container-title {
  max-width: 808px;
  color: #080f30;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tf-main4 .container-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.tf-main4 .container-sub {
  line-height: 1.7;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  margin: 20px auto 53px;
}
.tf-main4 .wrap4-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.tf-main4 .wrap4-item.reverse {
  flex-direction: row-reverse;
}
.tf-main4 .item-info {
  flex: 0 0 48%;
  text-align: left;
}
.tf-main4 .item-info_title {
  font-size: 28px;
  font-weight: 700;
  color: #080f30;
}
@media screen and (max-width: 768px) {
  .tf-main4 .item-info_title {
    font-size: 24px;
  }
}
.tf-main4 .item-info_text p {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 25px;
}
.tf-main4 .item-info_subhead {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.7;
  margin-bottom: 3px;
}
.tf-main4 .item-info_list {
  display: flex;
  flex-direction: column;
  line-height: 1.7;
}
.tf-main4 .item-img {
  flex: 0 0 45%;
  width: auto;
}
@media screen and (max-width: 996px) {
  .tf-main4 .wrap4-item {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tf-main4 {
    padding-bottom: 1px;
  }
  .tf-main4 .container-title {
    width: 100%;
    text-align: left;
  }
  .tf-main4 .container-sub {
    width: 90%;
    font-size: 14px;
    text-align: left;
    white-space: unset;
    margin: 0 0 50px;
  }
  .tf-main4 .wrap4-item {
    flex-direction: column;
    margin-bottom: 75px;
    gap: 0;
  }
  .tf-main4 .wrap4-item.reverse {
    flex-direction: column;
  }
  .tf-main4 .item-info {
    flex: unset;
    width: 100%;
    margin-bottom: 25px;
  }
  .tf-main4 .item-info_title {
    margin-bottom: 20px;
  }
  .tf-main4 .item-info_subhead {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .tf-main4 .item-info_text {
    font-size: 14px;
  }
  .tf-main4 .item-info_text p {
    margin-top: 0;
  }
  .tf-main4 .item-info_list a {
    font-size: 12px;
  }
  .tf-main4 .item-img {
    flex: unset;
    width: 100%;
  }
}
.wrap5-title {
  color: #080f30;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .wrap5-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.wrap5 .swiper {
  padding: 10px;
}
.wrap5-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 37px;
}
.wrap5-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 9.6px 0px rgba(46, 78, 140, 0.13);
  cursor: pointer;
  transition: all 0.3s;
}
.wrap5-item:hover {
  transform: translateY(-10px);
}
.wrap5-item_img {
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
}
.wrap5-item_title {
  color: #505050;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 12px;
}
.wrap5-item_text {
  line-height: 1.7;
  text-align: center;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.wrap5-item .img1 {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -21px -424px;
}
[lang='en'] .wrap5-item .img1 {
  background-image: url(https://img.tunefab.com/uploads/page/product/all-in-one-music-converter/search-filter-sort.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: unset;
  width: 51px;
  height: 50px;
}
.wrap5-item .img2 {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -115px -424px;
}
[lang='en'] .wrap5-item .img2 {
  background-image: url(https://img.tunefab.com/uploads/page/product/all-in-one-music-converter/id3-editor.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: unset;
  width: 51px;
  height: 50px;
}
.wrap5-item .img3 {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -210px -424px;
}
[lang='en'] .wrap5-item .img3 {
  background-image: url(https://img.tunefab.com/uploads/page/product/all-in-one-music-converter/proxy-settings.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: unset;
  width: 51px;
  height: 50px;
}
.wrap5-item .img4 {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -303px -424px;
}
[lang='en'] .wrap5-item .img4 {
  background-image: url(https://img.tunefab.com/uploads/page/product/all-in-one-music-converter/local-converter.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: unset;
  width: 51px;
  height: 50px;
}
.wrap5-item .img5 {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -398px -424px;
}
[lang='en'] .wrap5-item .img5 {
  background-image: url(https://img.tunefab.com/uploads/page/product/all-in-one-music-converter/easyprocess.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: unset;
  width: 51px;
  height: 50px;
}
.wrap5-item .img6 {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -492px -424px;
}
[lang='en'] .wrap5-item .img6 {
  background-image: url(https://img.tunefab.com/uploads/page/product/all-in-one-music-converter/local-audio-player.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: unset;
  width: 51px;
  height: 50px;
}
.wrap5-item .img7 {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -586px -424px;
}
[lang='en'] .wrap5-item .img7 {
  background-image: url(https://img.tunefab.com/uploads/page/product/all-in-one-music-converter/format-converter.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: unset;
  width: 51px;
  height: 50px;
}
.wrap5-item .img8 {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -20px -525px;
}
[lang='en'] .wrap5-item .img8 {
  background-image: url(https://img.tunefab.com/uploads/page/product/all-in-one-music-converter/download-task-manager.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: unset;
  width: 51px;
  height: 50px;
}
.wrap5-item .img9 {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -114px -524px;
}
[lang='en'] .wrap5-item .img9 {
  background-image: url(https://img.tunefab.com/uploads/page/product/all-in-one-music-converter/one-click-deletion.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: unset;
  width: 51px;
  height: 50px;
}
[lang='en'] #supported .section-text{font-size: 14px;}
@media screen and (max-width: 768px) {
  .wrap5 {
    padding-bottom: 85px;
  }
  .wrap5-title {
    margin-bottom: 0;
  }
  .wrap5 .swiper {
    padding: 0 0 40px;
    margin: 0 20px;
  }
  .wrap5-content {
    display: flex;
    grid-gap: unset;
  }
  .wrap5-item {
    height: 1px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0px 1px 9.6px 0px rgba(46, 78, 140, 0.13);
  }
  .wrap5-item.swiper-slide-active {
    height: auto;
  }
  .wrap5-item:hover {
    transform: unset;
  }
  .wrap5-item_img {
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
  }
  .wrap5-item_title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .wrap5-item_text {
    font-size: 14px;
  }
  .wrap5-item .img1 {
    background-position: -21px -424px;
  }
  .wrap5-item .img2 {
    background-position: -115px -424px;
  }
  .wrap5-item .img3 {
    background-position: -210px -424px;
  }
  .wrap5-item .img4 {
    background-position: -303px -424px;
  }
  .wrap5-item .img5 {
    background-position: -398px -424px;
  }
  .wrap5-item .img6 {
    background-position: -492px -424px;
  }
  .wrap5-item .img7 {
    background-position: -586px -424px;
  }
  .wrap5-item .img8 {
    background-position: -20px -525px;
  }
  .wrap5-item .img9 {
    background-position: -114px -524px;
  }
  .wrap5-item .img1 {
    background-position:unset;
  }
  .wrap5-item .img2 {
    background-position:unset;
  }
  .wrap5-item .img3 {
    background-position:unset;
  }
  .wrap5-item .img4 {
    background-position:unset;
  }
  .wrap5-item .img5 {
    background-position:unset;
  }
  .wrap5-item .img6 {
    background-position:unset;
  }
  .wrap5-item .img7 {
    background-position:unset;
  }
  .wrap5-item .img8 {
    background-position:unset;
  }
  .wrap5-item .img9 {
    background-position:unset;
  }
}
.tf-main6 .container {
  height: 610px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/uploads/page/product/all-in-one-music-converter/main5-bg.png');
  padding: 42px 18px 28px;
}
.tf-main6 .container-title {
  color: #080f30;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tf-main6 .container-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.tf-main6 .container .btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
.tf-main6 .container .btn-group .tf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 58px;
  text-decoration: none;
  color: #3586ff;
  font-size: 20px;
  background: #fff;
  border-radius: 32px;
  margin-right: 24px;
  border: 1px solid transparent;
  gap: 10px;
  margin: 0 14px;
}
.nl-all-in-one .tf-main6 .container .btn-group .tf-btn {
  width: 210px;
  font-size: 18px;
}
.ko-all-in-one .tf-main6 .container .btn-group .tf-btn {
  width: 200px;
  font-size: 16px;
}
.tf-main6 .container .btn-group .tf-btn .iconfont {
  font-size: 26px;
}
.tf-main6 .container .btn-group .tf-btn:hover {
  background-color: #f1f7ff;
}
.tf-main6 .container .btn-group .btn-icon {
  margin-right: 10px;
}
.tf-main6 .container-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tf-main6 .swiper {
  width: 520px;
  padding-bottom: 30px;
  margin-left: 0;
}
.tf-main6 .swiper .swiper-slide {
  width: 520px;
}
.tf-main6 .swiper .swiper-slide_img {
  width: 100%;
}
.tf-main6 .container-content_nav {
  width: 505px;
}
.tf-main6 .container-content_nav .use-step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 64px;
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 4px solid #fff;
  border-radius: 0px 10px 10px 0px;
}
.tf-main6 .container-content_nav .use-step span {
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 12px;
}
.tf-main6 .container-content_nav .use-step.active {
  color: #505050;
  background-color: #fff;
}
.tf-main6 .container-content_nav .use-step.active span {
  color: #3586ff;
}
.tf-main6 .container-content_nav .use-step.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  background-color: #3586ff;
  animation: progress 3.5s linear;
}
.tf-main6 .container-content_nav .tips {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding-top: 12px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tf-main6 {
    margin-top: 0;
  }
  .tf-main6 .container {
    height: auto;
    background-size: cover;
    padding: 55px 15px 20px;
  }
  .tf-main6 .container .btn-group {
    margin-bottom: 40px;
  }
  .tf-main6 .container .btn-group .tf-btn {
    width: 166px;
    height: 55px;
    font-size: 18px;
    border-radius: 30px;
  }
  .tf-main6 .container .btn-group .btn-icon {
    transform: scale(1);
    margin-right: 5px;
  }
  .tf-main6 .container-content {
    flex-direction: column;
  }
  .tf-main6 .swiper {
    width: 100%;
    padding-bottom: 35px;
    margin-left: 0;
  }
  .tf-main6 .swiper .swiper-slide {
    width: 520px;
    height: 1px;
  }
  .tf-main6 .swiper .swiper-slide_img {
    width: 100%;
  }
  .tf-main6 .swiper .swiper-slide_text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 10px;
  }
  .tf-main6 .swiper .swiper-slide_text p {
    flex-shrink: 0;
    color: #303030;
    font-weight: 700;
    margin-right: 18px;
  }
  .tf-main6 .swiper .swiper-slide-active {
    height: auto;
  }
  .tf-main6 .tips {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin: 12px auto;
  }
}
.wrap7-title {
  color: #080f30;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .wrap7-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.wrap7-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 17px;
}
.wrap7-column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  max-width: 450px;
  border-top: 1px solid #e0e0e0;
}
.wrap7-item {
  position: relative;
  width: 100%;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 13px 16px;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.wrap7-item::before {
  content: '';
  position: absolute;
  top: 23px;
  right: 23px;
  width: 22px;
  height: 10px;
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -211px -521px;
  transition: transform 0.3s;
}
.wrap7-item:hover {
  color: #3586ff;
}
.wrap7-item:hover::before {
  background-position: -258px -521px;
  transform: translateX(10px);
}
@media screen and (max-width: 996px) {
  .wrap7-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .wrap7 {
    padding-bottom: 85px;
  }
  .wrap7-content {
    padding-top: 0;
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .wrap7-column {
    width: 100%;
  }
  .wrap7 .swiper {
    padding-bottom: 40px;
  }
  .wrap7-item {
    font-size: 12px;
    padding: 13px 8px;
  }
  .wrap7-item::before {
    top: 15px;
    right: 27px;
    width: 22px;
    height: 10px;
    background-position: -211px -521px;
  }
  .wrap7-item:hover::before {
    background-position: -258px -521px;
    transform: translateX(10px);
  }
}
.tf-main8 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/uploads/page/product/all-in-one-music-converter/main7-bg.webp');
  height: 1097px;
  padding-bottom: 70px;
}
.tf-main8 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.tf-main8 .container-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tf-main8 .container-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.tf-main8 .container-subhead {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tf-main8 .container-subhead {
    font-size: 24px;
  }
}
.tf-main8 .swiper {
  width: 100%;
}
.tf-main8 .swiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tf-main8 .customers-swiper {
  margin-bottom: 60px;
}
.tf-main8 .customers-swiper .swiper-slide {
  width: 347px;
  height: 285px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 14px 0px rgba(48, 61, 151, 0.14);
}
.nl-all-in-one .tf-main8 .customers-swiper .swiper-slide {
  height: 310px;
}
.tf-main8 .customers-swiper .swiper-slide_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-size: 90px 60px;
  background-position: center;
  background-image: url('/uploads/page/product/all-in-one-music-converter/customersBg.png');
  background-position: right top;
}
.tf-main8 .customers-swiper .swiper-slide_info .info-portrait {
  width: 77px;
  height: 77px;
  margin-right: 15px;
}
.tf-main8 .customers-swiper .swiper-slide_info .info-name {
  color: #080f30;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.tf-main8 .customers-swiper .swiper-slide_info .info-star {
  width: 105px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('/uploads/page/product/all-in-one-music-converter/star.png');
  margin-top: 8px;
}
.tf-main8 .customers-swiper .swiper-slide_text {
  margin-top: 15px;
}
.tf-main8 .reviews-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 256px;
  border-radius: 15px;
  transition: all 0.5s;
  cursor: pointer;
}
.tf-main8 .reviews-swiper .swiper-slide_item {
  font-size: 0;
  margin-top: 10px;
  cursor: text;
}
.tf-main8 .reviews-swiper .swiper-slide_logo {
  flex-shrink: 0;
  width: 94px;
  height: 27px;
}
.tf-main8 .reviews-swiper .swiper-slide.reviews1 {
  background: linear-gradient(180deg, #6fe9c0 0%, #d8fff2 100%);
}
.tf-main8 .reviews-swiper .swiper-slide.reviews1 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -24px -147px;
}
.tf-main8 .reviews-swiper .swiper-slide.reviews2 {
  background: linear-gradient(180deg, #80e58d 0%, #f4ffef 100%), linear-gradient(180deg, #80e58d 0%, #dcffcb 100%);
}
.tf-main8 .reviews-swiper .swiper-slide.reviews2 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -138px -147px;
}
.tf-main8 .reviews-swiper .swiper-slide.reviews3 {
  background: linear-gradient(180deg, #ff9296 0%, #ffd6d7 100%);
}
.tf-main8 .reviews-swiper .swiper-slide.reviews3 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -253px -147px;
}
.tf-main8 .reviews-swiper .swiper-slide.reviews4 {
  background: linear-gradient(180deg, #27d8c7 0%, #d0fcff 100%), linear-gradient(180deg, #31e3d3 0%, #acfaff 100%);
}
.tf-main8 .reviews-swiper .swiper-slide.reviews4 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -373px -143px;
}
.tf-main8 .reviews-swiper .swiper-slide.reviews5 {
  background: linear-gradient(180deg, #4eadf9 0%, #c8e7ff 100%), linear-gradient(180deg, #2c8edc 0%, #86c7fa 100%);
}
.tf-main8 .reviews-swiper .swiper-slide.reviews5 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -480px -147px;
}
.tf-main8 .reviews-swiper .swiper-slide.active {
  justify-content: space-between;
  flex-direction: column;
  width: 610px;
  padding: 32px 27px;
}
.tf-main8 .reviews-swiper .swiper-slide.active .swiper-slide_logo {
  width: 142px;
  height: 40px;
}
.tf-main8 .reviews-swiper .swiper-slide.active .swiper-slide_title {
  color: #080f30;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.tf-main8 .reviews-swiper .swiper-slide.active .section-text {
  flex: 1;
  text-align: center;
  font-size: 16px;
}
.tf-main8 .reviews-swiper .swiper-slide.active.reviews1 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -24px -206px;
}
.tf-main8 .reviews-swiper .swiper-slide.active.reviews2 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -183px -206px;
}
.tf-main8 .reviews-swiper .swiper-slide.active.reviews3 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -344px -206px;
}
.tf-main8 .reviews-swiper .swiper-slide.active.reviews4 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -514px -200px;
}
.tf-main8 .reviews-swiper .swiper-slide.active.reviews5 .swiper-slide_logo {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -6px -278px;
}
@media screen and (max-width: 1200px) {
  .tf-main8 {
    height: auto;
  }
  .tf-main8 .swiper {
    margin-top: 40px;
  }
  .tf-main8 .customers-swiper {
    width: 100%;
  }
  .tf-main8 .customers-swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .tf-main8 .customers-swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .tf-main8 {
    padding-bottom: 70px;
    margin-top: 0;
    background-position: right bottom;
  }
  .tf-main8 .container-title {
    font-size: 24px;
  }
  .tf-main8 .container-subhead {
    font-size: 18px;
  }
  .tf-main8 .swiper {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .tf-main8 .swiper .swiper-pagination-bullet {
    background-color: #9698bd;
  }
  .tf-main8 .swiper .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .tf-main8 .customers-swiper {
    margin-bottom: 60px;
  }
  .tf-main8 .customers-swiper .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
  }
  .tf-main8 .customers-swiper .swiper-wrapper .swiper-slide {
    width: 347px;
    height: 285px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 14px 0px rgba(48, 61, 151, 0.14);
  }
  .tf-main8 .customers-swiper .swiper-wrapper .swiper-slide_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    background-repeat: no-repeat;
    background-size: 90px 60px;
    background-position: center;
    background-image: url('/uploads/page/product/all-in-one-music-converter/customersBg.png');
    background-position: right top;
  }
  .tf-main8 .customers-swiper .swiper-wrapper .swiper-slide_info .info-portrait {
    width: 77px;
    height: 77px;
    margin-right: 15px;
  }
  .tf-main8 .customers-swiper .swiper-wrapper .swiper-slide_info .info-name {
    color: #080f30;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
  .tf-main8 .customers-swiper .swiper-wrapper .swiper-slide_info .info-star {
    width: 105px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('/uploads/page/product/all-in-one-music-converter/star.png');
    margin-top: 8px;
  }
  .tf-main8 .customers-swiper .swiper-wrapper .swiper-slide_text {
    margin-top: 15px;
  }
  .tf-main8 .reviews-swiper .swiper-slide {
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 271px;
    border-radius: 15px;
    padding: 32px 16px;
    transition: unset;
  }
  .tf-main8 .reviews-swiper .swiper-slide .swiper-slide_item {
    margin-top: 10px;
  }
  .tf-main8 .reviews-swiper .swiper-slide .swiper-slide_logo {
    width: 142px;
    height: 40px;
  }
  .tf-main8 .reviews-swiper .swiper-slide .swiper-slide_title {
    font-size: 20px;
  }
  .tf-main8 .reviews-swiper .swiper-slide .section-text {
    font-size: 14px;
    text-align: center;
  }
  .tf-main8 .reviews-swiper .swiper-slide.reviews1 .swiper-slide_logo {
    background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -24px -206px;
  }
  .tf-main8 .reviews-swiper .swiper-slide.reviews2 .swiper-slide_logo {
    background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -183px -206px;
  }
  .tf-main8 .reviews-swiper .swiper-slide.reviews3 .swiper-slide_logo {
    background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -344px -206px;
  }
  .tf-main8 .reviews-swiper .swiper-slide.reviews4 .swiper-slide_logo {
    background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -514px -200px;
  }
  .tf-main8 .reviews-swiper .swiper-slide.reviews5 .swiper-slide_logo {
    background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -6px -278px;
  }
}
.tf-main9 .container-title {
  color: #080f30;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tf-main9 .container-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.tf-main9 .container-item {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background: #f9f9fb;
  margin-bottom: 13px;
}
.tf-main9 .container .item-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 28px 22px;
  cursor: pointer;
}
.tf-main9 .container .item-question_text {
  color: #505050;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.7;
}
.tf-main9 .container .item-question_icon {
  width: 21px;
  height: 21px;
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -23px -75px;
}
.tf-main9 .container .item-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s;
  background: #e8f3ff;
}
.tf-main9 .container .item-answer .section-text {
  min-height: 0;
  margin-bottom: 0;
}
.tf-main9 .container .active .item-question {
  border-radius: 5px 5px 0px 0px;
  background: #3586ff;
}
.tf-main9 .container .active .item-question_text {
  color: #fff;
}
.tf-main9 .container .active .item-question_icon {
  background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
  background-repeat: no-repeat;
  background-size: 757px 645px;
  background-position: -70px -66px;
}
.tf-main9 .container .active .item-answer {
  padding: 32px 22px;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 768px) {
  .tf-main9 .container-title {
    font-size: 24px;
  }
  .tf-main9 .container-item {
    border-radius: 5px;
    margin-bottom: 13px;
  }
  .tf-main9 .container .item-question {
    height: auto;
    padding: 18px;
  }
  .tf-main9 .container .item-question_text {
    font-size: 16px;
    margin-right: 11px;
  }
  .tf-main9 .container .item-question_icon {
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -23px -75px;
  }
  .tf-main9 .container .item-answer .section-text {
    margin-bottom: 0;
  }
  .tf-main9 .container .active .item-question {
    border-radius: 5px 5px 0px 0px;
  }
  .tf-main9 .container .active .item-question_icon {
    width: 21px;
    height: 21px;
    background-image: url(/uploads/page/product/all-in-one-music-converter/sprite.png);
    background-repeat: no-repeat;
    background-size: 757px 645px;
    background-position: -70px -66px;
  }
  .tf-main9 .container .active .item-answer {
    padding: 16px;
  }
}
.tf-main10 {
  margin-bottom: 90px;
}
.tf-main10 .container-title {
  color: #080f30;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tf-main10 .container-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.tf-main10 .container .section-text {
  text-align: center;
}
.tf-main10 .container .btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.tf-main10 .container .btn-group .tf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 58px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  background: #3586ff;
  border-radius: 32px;
  margin-right: 24px;
  border: 1px solid transparent;
  gap: 10px;
  margin: 28px 14px 40px;
}
.nl-all-in-one .tf-main10 .container .btn-group .tf-btn {
  width: 230px;
}
.ko-all-in-one .tf-main10 .container .btn-group .tf-btn {
  width: 200px;
  font-size: 16px;
}
.tf-main10 .container .btn-group .tf-btn .iconfont {
  font-size: 26px;
}
.tf-main10 .container .btn-group .tf-btn:hover {
  color: #3586ff;
  background-color: #fff;
  border-color: #3586ff;
}
.tf-main10 .container .btn-group .tf-btn:hover .win-icon {
  background-position: -525px -18px;
}
.tf-main10 .container .btn-group .tf-btn:hover .mac-icon {
  background-position: -568px -19px;
}
.tf-main10 .container .btn-group .btn-icon {
  margin-right: 10px;
}
.tf-main10 .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tf-main10 .swiper-slide {
  width: 259px;
  height: 158px;
  border-radius: 10px;
  border: 1px solid #b9d2f0;
  background: #f6faff;
  padding: 20px 17px;
}
.it-all-in-one .tf-main10 .swiper-slide {
  height: 170px;
}
.nl-all-in-one .tf-main10 .swiper-slide {
  height: 170px;
}
.tf-main10 .swiper-slide_title {
  display: block;
  color: #080f30;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 15px;
}
.tf-main10 .swiper-slide .section-text {
  text-align: left;
  line-height: 1.7;
  margin-bottom: 0;
}
.tf-main10 .swiper-slide img {
  margin-top: 10px;
}
.tf-main10 .swiper .supported {
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: center;
  background-image: url('/uploads/page/product/all-in-one-music-converter/supported.png');
  background-position: right bottom;
}
.tf-main10 .swiper .ratings {
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: center;
  background-image: url('/uploads/page/product/all-in-one-music-converter/ratings.png');
  background-position: right bottom;
}
.tf-main10 .swiper .pricing {
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: center;
  background-image: url('/uploads/page/product/all-in-one-music-converter/pricing.png');
  background-position: right bottom;
}
.tf-main10 .swiper .formats {
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: center;
  background-image: url('/uploads/page/product/all-in-one-music-converter/formats.png');
  background-position: right bottom;
}
@media screen and (max-width: 1200px) {
  .tf-main10 .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tf-main10 {
    margin-bottom: 45px;
  }
  .tf-main10 .container-title {
    font-size: 24px;
  }
  .tf-main10 .container .btn-group .tf-btn {
    width: 164px;
    height: 55px;
    font-size: 18px;
    border-radius: 30px;
    margin: 28px 14px 40px;
  }
  .tf-main10 .container .btn-group .tf-btn:hover .win-icon {
    background-position: -525px -18px;
  }
  .tf-main10 .container .btn-group .tf-btn:hover .mac-icon {
    background-position: -568px -19px;
  }
  .tf-main10 .container .btn-group .btn-icon {
    transform: scale(1);
    margin-right: 5px;
  }
  .tf-main10 .swiper {
    width: 259px;
    padding-bottom: 40px;
  }
  .tf-main10 .swiper .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
  }
  .tf-main10 .swiper .swiper-wrapper .swiper-slide {
    height: 158px;
    border-radius: 10px;
    padding: 20px 17px;
    background-position: right bottom;
    background-size: 130px;
  }
  .it-all-in-one .tf-main10 .swiper .swiper-wrapper .swiper-slide {
    height: 180px;
  }
  .tf-main10 .swiper .swiper-wrapper .swiper-slide_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tf-main10 .swiper .swiper-wrapper .swiper-slide .section-text {
    margin-bottom: 0;
  }
  .tf-main10 .swiper .swiper-wrapper .swiper-slide img {
    margin-top: 10px;
  }
  .tf-main10 .swiper .swiper-pagination-bullet {
    background-color: #cbe0ff;
  }
  .tf-main10 .swiper .swiper-pagination-bullet-active {
    background-color: #3586ff;
  }
}
.parse-input-url .input::placeholder {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
}
.parse-cover,
.download-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1.85000002px);
  z-index: 1000;
}
.online-tool-download-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 817px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  padding: 40px 140px;
}
.online-tool-download-con .download-content-title {
  color: #202020;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 34px;
}
.online-tool-download-con .download-content-title .price {
  color: #ff621f;
}
.online-tool-download-con .download-content-desc {
  position: relative;
  background: #ececec;
  border-radius: 25px;
  width: max-content;
  margin: 10px auto 0;
  padding: 10px 20px;
  color: #454545;
  font-size: 18px;
  margin-top: 20px;
}
.online-tool-download-con .download-content-desc::before {
  /* 三角形 */
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ececec;
}
.online-tool-download-con .buy-btn {
  display: block;
  margin: 10px auto 0;
  width: max-content;
  padding: 12px 20px;
  border-radius: 86px;
  background: linear-gradient(90deg, #ffad61 0.04%, #ff7979 99.96%), #d9d9d9;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s;
}
.online-tool-download-con .buy-btn:hover {
  background: linear-gradient(90deg, #ff9532 0.04%, #ff3535 99.96%), #d9d9d9;
}
.online-tool-download-con .close-icon {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.parse-content {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 572px;
  transform: translate(-50%, -50%);
  width: 974px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
}
.parse-content .parse-content-header {
  background: url("/uploads/page/online-tool/header-bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 40px 0 27px;
  border-radius: 12px 12px 0 0;
}
.parse-content .parse-content-header .header-title {
  color: #202020;
  font-size: 32px;
  font-weight: 700;
}
.parse-content .parse-content-header .header-desc {
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  width: 540px;
  margin: 13px auto 0;
}
.parse-content .parse-content-body {
  padding: 40px 0 0;
}
.parse-content .parse-input {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 6px;
  width: 642px;
  margin: 0 auto;
}
.parse-content .parse-input .parse-input-url {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.parse-content .parse-input .parse-input-url input {
  padding: 0 10px;
  width: 100%;
  color: #202020;
  background: transparent;
  font-size: 14px;
  border:unset;
}
.parse-content .parse-input .parse-input-url input:focus-visible{
  border:unset;
}
.parse-content .parse-input .loading-icon {
  display: none;
  animation: loading 1.2s infinite linear;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.parse-content .parse-input .parse-input-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: linear-gradient(90deg, #32c06c 0%, #24a659 100%);
  color: #fff;
  font-size: 14px;
  padding: 9px 16px;
  cursor: pointer;
  gap: 8px;
}
.parse-content .parse-input .parse-input-btn:hover {
  background: linear-gradient(90deg, #15ad53 0%, #109144 100%);
}
.parse-content .parse-input .parse-input-btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #237142;
}
.parse-content .parse-loading {
  margin-top: 60px;
  display: none;
}
.parse-content .parse-loading .loading-img {
  animation: loading2 2s infinite ease-in-out;
}
@keyframes loading2 {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-8px);
  }
  75% {
    transform: translateY(8px);
  }
}
.parse-content .parse-input-error {
  border: 1px solid #ff7979;
  background: #fffafa;
}
.parse-content .parse-input-error .parse-input-btn {
  cursor: not-allowed;
  pointer-events: none;
  background: #f8b6b6;
}
.parse-content .parse-error {
  display: none;
  position: absolute;
  align-items: center;
  top: 50px;
  left: 0;
  gap: 10px;
  color: #ff0000;
  font-size: 14px;
  margin: 10px auto 0;
}
.parse-content .close-icon {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.parse-content .parse-info {
  margin-top: 26px;
}
.parse-content .parse-info .info-title {
  color: #353535;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
.parse-content .parse-info .info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
}
.parse-content .parse-info .pc-img {
  display: block;
}
.parse-content .parse-info .mobile-img {
  display: none;
}
.parse-content .error-img {
  display: none;
  margin-top: 80px;
}
.parse-content .patse-result {
  display: none;
  margin-top: 48px;
  padding: 0 80px;
}
.parse-content .thead,
.parse-content .tbody-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.parse-content .thead-item-icon {
  margin-right: 8px;
}
.parse-content .thead {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}
.parse-content .thead-item,
.parse-content .td {
  width: 160px;
  text-align: left;
}
.parse-content .thead-item.duration,
.parse-content .td.duration {
  width: 100px;
}
.parse-content .thead-item.name,
.parse-content .td.name {
  width: 200px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.parse-content .thead-item.name img,
.parse-content .td.name img {
  width: 54px;
  height: auto;
}
.parse-content .td {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 131%;
  padding-top: 20px;
}
.parse-content .thead {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.parse-content .download-btn {
  cursor: pointer;
  margin: 70px auto 0;
  width: max-content;
  padding: 12px 42px;
  border-radius: 7px;
  background: linear-gradient(90deg, #ffad61 0.04%, #ff7979 99.96%), #d9d9d9;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.parse-content .download-btn:hover {
  background: linear-gradient(90deg, #ff9532 0.04%, #ff3535 99.96%), #d9d9d9;
}
.online-tool {
  background: url(/uploads/page/online-tool/download-bg.webp) no-repeat center;
  background-size: cover;
  padding: 60px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.online-tool h2 {
  color: #fff;
  font-size: 36px;
}
.online-tool h2 span {
  color: #2dc261;
}
.online-tool .down_desc {
  color: #ffffff;
  max-width: 580px;
  margin: 20px auto;
}
.online-tool .down_feature {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}
.online-tool .down_feature .feature_flex {
  background: #fff;
  position: relative;
  margin: 15px 0;
  max-width: 100%;
  border-radius: 4px;
  border: 1px #caddd3 solid;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.online-tool .down_feature .down_input {
  box-sizing: border-box;
  font-size: 14px;
  color: #7e7e7e;
  padding: 10px;
  flex: 0 0 75%;
  border: unset;
}
.online-tool .down_feature.error {
  border: 1px #f00 solid;
}
.online-tool .down_feature .error-text {
  text-align: left;
  margin: 15px 0;
  color: #e02020;
}
.online-tool .down_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #2dc261;
  padding: 11px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: unset;
}
.online-tool .down_btn img {
  width: 16px;
  height: auto;
}
.online-tool .down_btn:hover {
  background: #00a63a;
}
.online-tool .down_jump {
  color: #2dc261;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.online-tool .down_jump .arrow-icon {
  transition: all 0.5s;
  width: 16px;
  height: auto;
}
.online-tool .down_jump:hover {
  text-decoration: underline;
}
.online-tool .down_jump:hover .arrow-icon {
  transform: translateX(10px);
}
.online-tool .down_loading {
  display: none;
  text-align: center;
  margin: 40px auto 0;
}
.online-tool .down_loading img {
  width: 140px;
  height: auto;
}
.online-tool .down_loading .down_text {
  color: #888888;
}
.online-tool .down_loading .down_text span {
  position: relative;
  top: 0;
  display: inline-block;
  animation: toolbounce 0.3s ease infinite alternate;
}
.online-tool .down_loading .down_text span:nth-child(2) {
  animation-delay: 0.1s;
}
.online-tool .down_loading .down_text span:nth-child(3) {
  animation-delay: 0.2s;
}
.online-tool .down_exhibition {
  margin: 0 auto;
  max-width: 580px;
  display: flex;
  align-items: center;
  gap: 23px;
}
.online-tool .down_exhibition .exhibition_img {
  margin-top: 80px;
  width: 81px;
  height: 81px;
  object-fit: cover;
}
.online-tool .down_exhibition .exhibition_info {
  margin-top: 80px;
  flex: 0 0 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.online-tool .down_exhibition .info_title {
  color: #1db954;
  font-size: 20px;
  font-weight: 600;
}
.online-tool .down_exhibition .info_author {
  color: #767676;
}
.online-tool .down_exhibition .info_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  background: #24a659;
  border-radius: 67px;
  padding: 10px 26px;
}
.online-tool .down_exhibition .info_btn img {
  width: 19px;
  height: auto;
}
.online-tool .down_exhibition .info_btn:hover {
  background: #00a63a;
}
.online-tool .down-pop {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: linear-gradient(#d6f0e0, #ffffff 100%);
  box-shadow: 0 4px 31px rgba(151, 151, 151, 0.25);
  border-radius: 8px;
  border: 1px #ffffff solid;
  width: 231px;
  height: auto;
  padding: 16px 23px 34px;
  text-align: center;
}
.online-tool .down-pop .pop_close {
  width: 18px;
  height: auto;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.online-tool .down-pop .pop_title {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 600;
  margin: 7px 0;
}
.online-tool .down-pop .pop_desc {
  color: #2e2e2e;
}
.online-tool .down-pop .pop_btn {
  margin-top: 23px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  background: #24a659;
  border-radius: 67px;
  padding: 10px 36px;
}
.overspread {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #00000066;
  position: fixed;
  top: 0;
  z-index: 99;
}
@keyframes toolbounce {
  100% {
    top: -10px;
  }
}
.online-tool .down_feature .down_input:focus-visible{
  outline: unset;
}
.online-tool .container{display: block;}
@media screen and (max-width: 768px) {
  .online-tool .down_jump{
    font-size: 12px;
  }

  .online-tool {
    background: url(/uploads/page/online-tool/download-bg-mobile.webp) no-repeat center;
    background-size: cover;
    padding: 80px 0;
    font-size: 14px;
  }
  .online-tool h2 {
    font-size: 28px;
  }
  .online-tool .down_desc {
    width: 100%;
    margin: 11px 0 45px;
  }
  .online-tool .down_feature {
    width: 100%;
  }
  .online-tool .down_feature .down_input {
    flex: 1;
  }
  .online-tool .down_feature .down_paste {
    flex: 0 0 17%;
    background: rgba(201, 221, 211, 0.3);
    border-radius: 4px;
    border: 1px #d9e7e0 solid;
    padding: 10px;
    color: #676767;
  }
  .online-tool .down_feature .error-text {
    text-align: left;
    margin: 15px 0;
    color: #e02020;
  }
  .online-tool .down_btn {
    position: static;
    padding: 13px;
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .online-tool .down_btn img {
    width: 20px;
  }
  .online-tool .down_loading {
    margin: 46px auto 0;
  }
  .online-tool .down_exhibition {
    gap: 20px;
    align-items: unset;
  }
  .online-tool .down_exhibition .exhibition_img {
    margin-top: 46px;
    width: 135px;
    height: 135px;
  }
  .online-tool .down_exhibition .exhibition_info {
    margin-top: 46px;
    flex: unset;
    align-items: flex-start;
    flex-direction: column;
  }
  .online-tool .down_exhibition .info_title {
    text-align: left;
  }
  .online-tool .down_exhibition .info_btn {
    padding: 10px 36px;
  }
  .online-tool.online-tool-aio:after{display: none;}
  .online-tool-aio {
    background: unset;
  }
  .online-tool-aio h2 {
    color: #212121;
  }
  .online-tool-aio .down_desc {
    color: #676767;
    font-size: 12px;
  }
  .online-tool-aio .down_feature .feature_flex {
    border: 1px #e0edff solid;
  }
  .online-tool-aio .down_feature .down_paste {
    border: 1px #e0edff solid;
    background: #f5f9ff;
  }
  .online-tool-aio .down_feature .down_btn {
    background: #3586ff;
  }
  .online-tool-aio .down_feature .down_btn:hover {
    background: #0e67ec;
  }
  .online-tool-aio .down_exhibition .info_title {
    color: #3586ff;
  }
  .online-tool-aio .down_exhibition .info_btn {
    background: #3586ff;
  }
  .online-tool-aio .down_exhibition .info_btn:hover {
    background: #0e67ec;
  }
  .online-tool-aio .down-pop {
    background: linear-gradient(180deg, #d8e7ff 0%, #fff 100%);
  }
  .online-tool-aio .down-pop .pop_btn {
    background: #3586ff;
  }
  .btn-icon.win-icon {
    background-size: 757rem 645rem !important;
  }
  .parse-cover .parse-content {
    width: 90%;
    height: auto;
  }
  .parse-cover .parse-content .parse-content-header {
    background: linear-gradient(180deg, #d0f4dc 0%, #eafff1 100%), #fff;
    padding: 24px 20px 13px;
  }
  .parse-cover .parse-content .parse-content-header .header-title {
    font-size: 20px;
  }
  .parse-cover .parse-content .parse-content-header .header-desc {
    width: 100%;
    font-size: 12px;
    margin-top: 7px;
  }
  .parse-cover .parse-content .parse-error {
    top: 35px;
    font-size: 12px;
  }
  .parse-cover .parse-content .parse-content-body {
    padding: 25px 15px 30px;
  }
  .parse-cover .parse-content .error-img {
    margin-top: 25px;
    width: 100px;
  }
  .parse-cover .parse-content .parse-loading {
    margin-top: 25px;
  }
  .parse-cover .parse-content .parse-loading img {
    width: 100px;
  }
  .parse-cover .parse-content .parse-info .info-title {
    display: none;
  }
  .parse-cover .parse-content .parse-info .info-box {
    justify-content: space-between;
  }
  .parse-cover .parse-content .parse-info .info-box-item:not(:last-child) {
    position: relative;
    padding-right: 20px;
  }
  .parse-cover .parse-content .parse-info .info-box-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 20px;
    background: url("/uploads/page/online-tool/arrow-right.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .parse-cover .parse-content .patse-result {
    padding: 0;
    margin-top: 10px;
  }
  .parse-cover .parse-content .thead-item.album,
  .parse-cover .parse-content .td.album {
    display: none;
  }
  .parse-cover .parse-content .thead-item-icon {
    margin-right: 0;
  }
  .parse-cover .parse-content .thead,
  .parse-cover .parse-content .td {
    font-size: 12px;
    padding-top: 13px;
  }
  .parse-cover .parse-content .thead-item,
  .parse-cover .parse-content .td {
    width: 30%;
  }
  .parse-cover .parse-content .thead-item.name,
  .parse-cover .parse-content .td.name {
    padding-top: 13px;
    width: 50%;
  }
  .parse-cover .parse-content .thead-item.name img,
  .parse-cover .parse-content .td.name img {
    width: 43px;
  }
  .parse-cover .parse-content .thead-item.artist,
  .parse-cover .parse-content .td.artist {
    width: 30%;
  }
  .parse-cover .parse-content .thead-item.duration,
  .parse-cover .parse-content .td.duration {
    width: 50px;
  }
  .parse-cover .parse-content .parse-input {
    width: 100%;
    padding: 5px;
  }
  .parse-cover .parse-content .parse-input .parse-input-btn {
    padding: 9px 20px;
  }
  .parse-cover .parse-content .parse-input .parse-input-btn span {
    display: none;
  }
  .parse-cover .parse-content .parse-info .info-box .pc-img {
    display: none;
  }
  .parse-cover .parse-content .parse-info .info-box .mobile-img {
    display: block;
  }
  .parse-cover .parse-content .download-btn {
    margin-top: 30px;
    padding: 12px 25px;
    font-size: 14px;
  }
  .online-tool-download-con {
    width: 90%;
    padding: 40px 10px 30px;
  }
  .online-tool-download-con .download-content-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .online-tool-download-con .download-content-desc {
    font-size: 12px;
    margin-top: 12px;
    padding: 5px 11px;
  }
  .online-tool-download-con .download-content-desc::before {
    bottom: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ececec;
  }
  .online-tool-download-con .buy-btn {
    margin-top: 5px;
    font-size: 16px;
    padding: 8px 18px;
    border-radius: 67px;
  }
  .download-img {
    width: 190px;
  }
}
[lang='ru'] .tf-main1 .swiper-slide .btn-group {
  gap: 10px;
}
[lang='ru'] .tf-main1 .swiper-slide .btn-group .tf-btn,
[lang='ru'] .tf-main6 .container .btn-group .tf-btn,
[lang='ru'] .tf-main10 .container .btn-group .tf-btn,
[lang='pt'] .tf-main6 .container .btn-group .tf-btn,
[lang='pt'] .tf-main10 .container .btn-group .tf-btn {
  width: auto;
  gap: 4px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  [lang='ru'] .tf-banner .banner-info_toggle,
  [lang='pt'] .tf-banner .banner-info_toggle {
    width: 186px;
  }
  [lang='ru'] .tf-banner .btn-group .tf-btn {
    width: 220px;
  }
  [lang='ru'] .tf-main1 .container-sub {
    top: 200px;
  }
  [lang='ru'] .tf-main1 .swiper-slide .tab-info {
    width: 530px;
  }
}
