* {
  -webkit-tap-highlight-color: transparent;
}
body {
  background: linear-gradient(0deg, #0C0C25 0%, #0C0C25 100%), #FFF;
  position: relative;
}
body.modal-open {
  overflow: hidden;
  height: 100%;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
.container {
  width: 1200px;
  padding: 0;
}
.tiktok-header {
  padding: 18px 0;
}
.tiktok-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tiktok-header .header-logo {
  width: 134px;
}
.tiktok-header .header-login {
  padding: 4px 17px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.89);
  background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #0c0c2500 50%, #0c0c2500 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tiktok-header .header-login span {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.tiktok-header .header-login:hover,
.tiktok-header .header-login:active {
  background-position: 0% 0;
}
.tiktok-header .header-login:hover span,
.tiktok-header .header-login:active span {
  color: #0C0C25;
}
.btn-group {
  display: flex;
  align-items: center;
  gap: 32px;
}
.btn-group .full-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 55px;
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/full-btn-bg.png") bottom center, linear-gradient(90deg, #434EF8 0%, #6C4AFF 49.04%, #A358FF 100%);
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-group .full-btn::after {
  position: absolute;
  content: '';
  inset: 0;
  opacity: 0;
  border-radius: 55px;
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/full-btn-bg-hover.png") bottom center, linear-gradient(90deg, #434EF8 0%, #6C4AFF 49.04%, #A358FF 100%);
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.btn-group .full-btn span {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 10;
}
.btn-group .full-btn:hover::after,
.btn-group .full-btn:active::after {
  opacity: 1;
}
.btn-group .empty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/empty-btn-bg.png") bottom center, #0C0C25;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.btn-group .empty-btn::before {
  position: absolute;
  content: "";
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #A358FF 0%, #6C4AFF 25%, #434EF8 50%, #6C4AFF 75%, #A358FF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.btn-group .empty-btn::after {
  position: absolute;
  content: '';
  inset: 0;
  opacity: 0;
  border-radius: 55px;
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/empty-btn-bg-hover.png") bottom center, #0C0C25;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.btn-group .empty-btn span {
  background: linear-gradient(180deg, #8B71FF 4.13%, #AB98FF 44.71%, #D4CBFF 77.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 10;
}
.btn-group .empty-btn:hover::before,
.btn-group .empty-btn:active::before {
  background-position: 0% 0;
}
.btn-group .empty-btn:hover::after,
.btn-group .empty-btn:active::after {
  opacity: 1;
}
.banner {
  margin-top: -68px;
  padding: 154px 0 120px 0;
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/banner-bg-top.png") top left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/banner-bg.png") top center / cover, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/banner-bg-bottom.png") bottom right / contain;
  background-repeat: no-repeat;
}
.banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .banner-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin-bottom: 26px;
}
.banner .banner-title .title-top {
  padding: 11px 18px;
  border-radius: 84px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 -3.202px 16.758px 0 rgba(255, 255, 255, 0.2) inset;
}
.banner .banner-title .title-top-text {
  background: linear-gradient(96deg, #57F7FF 4.13%, #B5A6FF 44.71%, #FF4DF3 77.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}
.banner .banner-title .title-bottom {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}
.banner .banner-desc {
  max-width: 586px;
  color: rgba(255, 255, 255, 0.89);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 44px;
}
.banner .copy {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 10px 14px 36px;
  border-radius: 53px;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  background: rgba(32, 32, 49, 0.58);
  margin-bottom: 60px;
}
.banner .copy .copy-detail {
  color: rgba(255, 255, 255, 0.89);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.banner .copy .copy-code {
  color: #4DE4FF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.banner .copy .copy-btn {
  border-radius: 52px;
  background: #007BFF;
  padding: 9px 26px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.banner .copy .copy-btn:hover {
  background: #0066ff;
}
.banner .copy .copy-btn-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.banner .copy-mobile {
  display: none;
  color: #F2AD5E;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 18px;
}
.banner .btn-group {
  margin-bottom: 52px;
}
.banner .btn-group .full-btn {
  padding: 16px 80px;
}
.banner .btn-group .empty-btn {
  padding: 16px 62px;
}
.banner .banner-text {
  display: flex;
}
.banner .banner-text .text-left,
.banner .banner-text .text-right {
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.banner .banner-text .text-left {
  border-right: 1px solid rgba(168, 168, 177, 0.63);
}
.banner .banner-text .yellow-star {
  color: #FFCC4A;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.sec-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
h2 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.sec-desc {
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.unlock {
  padding: 160px 0 108px 0;
}
.unlock .unlock-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 72px;
  border-radius: 20px;
  border: 2px solid rgba(83, 146, 210, 0.52);
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-top.png") top left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-bottom-1.png") bottom center / contain, #181633;
  background-repeat: no-repeat;
}
.unlock .sec-desc {
  max-width: 938px;
  margin-bottom: 32px;
}
.unlock .unlock-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  margin-bottom: 44px;
}
.unlock .unlock-detail .detail-top,
.unlock .unlock-detail .detail-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  width: 100%;
}
.unlock .unlock-detail .detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 60px 0 20px;
  max-width: 508px;
  width: 100%;
  min-height: 86px;
  border-radius: 8px;
  background: #2A2166;
  backdrop-filter: blur(1px);
}
.unlock .unlock-detail .detail-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}
.unlock .unlock-detail .text-top {
  color: rgba(255, 255, 255, 0.95);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.unlock .unlock-detail .text-bottom {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.unlock .unlock-detail .text-spe {
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.unlock .unlock-detail .copy-code {
  color: #4ADFF9;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.unlock .btn-group {
  margin-bottom: 20px;
}
.unlock .btn-group .full-btn {
  padding: 15px 38px;
}
.unlock .unlock-tips {
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.online {
  padding-bottom: 100px;
}
.online .online-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 174px 50px;
  border-radius: 20px;
  border: 2px solid rgba(83, 146, 210, 0.52);
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-top.png") top left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-bottom-2.png") bottom right / contain, #181633;
  background-repeat: no-repeat;
}
.online h2 {
  max-width: 784px;
  text-align: center;
}
.online .sec-desc {
  max-width: 617px;
}
.online .sec-desc.online-desc {
  margin-bottom: 48px;
}
.online .online-try {
  display: flex;
  align-items: center;
  padding: 6px;
  background: rgba(29, 26, 77, 0.88);
  border-radius: 53px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  margin-bottom: 34px;
  width: 100%;
}
.online .online-try .online-input-container {
  max-width: 684px;
  width: 100%;
}
.online .online-try .online-input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 71px;
  padding: 14px 5px 14px 32px;
  background: rgba(29, 26, 77, 0.88);
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.online .online-try .online-input::placeholder {
  color: #EFEFEF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.online .online-try .online-btn {
  border-radius: 71px;
  background: #007BFF;
  padding: 11px 52px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.online .online-try .online-btn:hover {
  background: #0066ff;
}
.online .online-try .online-btn-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.online .online-swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.online .online-wrapper {
  width: 100%;
  display: flex;
}
.online .online-slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
}
.online .online-slide .online-pc {
  display: block;
  height: auto;
  border-radius: 20px;
  width: 100%;
}
.online .online-slide .online-mobile {
  display: none;
}
.online .online-pagination {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}
.online .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.18);
  opacity: 1;
  border-radius: 50%;
}
.online .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 34px;
  height: 14px;
  border-radius: 30px;
  background-color: #FFF;
}
.online .warning-text {
  display: none;
  padding-left: 40px;
  margin-bottom: 30px;
  color: #EB5F5F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.online .warning-text::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 20px;
  width: 12px;
  height: 12px;
  background-image: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/online-warning.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.online .warning-text.is-visible {
  display: block;
}
.online .online-loading {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 32px;
}
.online .online-loading .online-loading-img {
  width: 120px;
  height: 120px;
}
.online .online-loading .online-loading-text {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.online .online-loading .online-loading-text.primary {
  font-size: 20px;
  font-weight: 500;
}
.online .online-loading .online-loading-text.secondary {
  opacity: 0.8;
  text-align: center;
}
.online .analysis-result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  visibility: hidden;
  height: 0;
}
.online .analysis-result.is-visible {
  visibility: visible;
  height: auto;
}
.online .analysis-result .analysis-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.online .analysis-result .analysis-img {
  width: 120px;
}
.online .analysis-result .analysis-text {
  padding-bottom: 12px;
}
.online .analysis-result .analysis-title {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 4px;
}
.online .analysis-result .analysis-author {
  color: rgba(255, 255, 255, 0.79);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.online .analysis-result .download-btn {
  padding: 8px 40px;
  border-radius: 50px;
  background: #007BFF;
  transition: all 0.3s ease;
  cursor: pointer;
}
.online .analysis-result .download-btn span {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.online .analysis-result .download-btn:hover,
.online .analysis-result .download-btn:active {
  background: #0066ff;
}
.online .conversion {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 35px 50px;
  border-radius: 20px;
  border: 2px solid rgba(83, 146, 210, 0.52);
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-top.png") top left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-bottom-2.png") bottom right / contain, #181633;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 100%;
}
.online .conversion .close-btn-content {
  width: 100%;
  display: flex;
  justify-content: right;
}
.online .conversion .close-btn-content .close-btn {
  width: 24px;
}
.online .conversion .online-successful {
  width: 80px;
}
.online .conversion .online-fail,
.online .conversion .online-used-up {
  width: 120px;
}
.online .conversion .cs-title,
.online .conversion .cf-title,
.online .conversion .cuu-title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
}
.online .conversion .cs-desc,
.online .conversion .cf-desc,
.online .conversion .cuu-desc {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
.online .conversion-successful .online-successful {
  margin-bottom: 18px;
}
.online .conversion-successful .cs-desc {
  max-width: 400px;
}
.online .conversion-successful .cs-desc.cs-desc-bottom {
  margin-bottom: 30px;
}
.online .conversion-successful .cs-desc .free-num {
  color: #1ED760;
}
.online .conversion-successful .cs-desc .left-num {
  color: #F0853C;
}
.online .conversion-fail .online-fail {
  margin-bottom: 8px;
}
.online .conversion-fail .cf-title {
  margin-bottom: 6px;
}
.online .conversion-fail .cf-desc {
  max-width: 400px;
  margin-bottom: 25px;
}
.online .conversion-used-up .online-used-up {
  margin-bottom: 8px;
}
.online .conversion-used-up .cuu-desc {
  max-width: 516px;
  margin-bottom: 15px;
}
.online .btn-group {
  flex-direction: column;
}
.online .btn-group .full-btn {
  background: linear-gradient(140deg, #FF4DF3 0%, #7C61FF 26.04%, #007BFF 50%, #7C61FF 74.04%, #FF4DF3 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 10px 38px;
}
.online .btn-group .full-btn::after {
  display: none;
}
.online .btn-group .full-btn:hover,
.online .btn-group .full-btn:active {
  background-position: 0% 0;
}
.online .btn-group .empty-btn {
  background: #0C0C25;
}
.online .btn-group .empty-btn::after {
  display: none;
}
.online .btn-group .empty-btn span {
  background: #FFF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.online .btn-group .empty-btn.empty-1 {
  padding: 10px 142px;
}
.online .btn-group .empty-btn.empty-2 {
  padding: 10px 46px;
}
.reason {
  padding-bottom: 200px;
}
.reason .reason-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 62px 0 92px;
  border-radius: 20px;
  border: 2px solid rgba(83, 146, 210, 0.52);
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-top.png") top left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-bottom-2.png") bottom right / contain, #181633;
  background-repeat: no-repeat;
}
.reason .sec-desc {
  max-width: 1000px;
  margin-bottom: 40px;
}
.reason .reason-show {
  display: flex;
  gap: 44px;
}
.reason .reason-show .reason-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
  margin-bottom: 42px;
}
.reason .reason-show .reason-item {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.reason .reason-show .reason-item::before {
  position: absolute;
  content: '';
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #41FFF9;
}
.reason .reason-show .btn-group {
  gap: 20px;
  margin-bottom: 30px;
}
.reason .reason-show .btn-group img {
  z-index: 10;
}
.reason .reason-show .btn-group .full-btn {
  gap: 8px;
  padding: 15px 41px;
}
.reason .reason-show .reason-tips {
  max-width: 488px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.reason .reason-show .reason-right {
  padding-top: 8px;
  transition: all 0.3s ease;
}
.reason .reason-show .reason-right .reason-hover-img {
  display: none;
}
.compare {
  padding-bottom: 150px;
}
.compare .compare-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare .sec-desc {
  margin-bottom: 55px;
}
.compare .compare-table-pc {
  margin-bottom: 60px;
  width: 100%;
}
.compare .compare-table-mobile {
  display: none;
}
.compare .table-head,
.compare .table-body {
  width: 100%;
}
.compare .table-head.fix-head {
  position: fixed;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1200px;
  background: #0C0C25;
  z-index: 10;
  border-bottom: 1px solid rgba(83, 146, 210, 0.52);
}
.compare .table-feat {
  width: 100%;
  border: none;
}
.compare .table-feat .td-left-right {
  border-left: 1px solid rgba(83, 146, 210, 0.52);
  border-right: 1px solid rgba(83, 146, 210, 0.52);
}
.compare .table-feat .td-right {
  border-right: 1px solid rgba(83, 146, 210, 0.52);
}
.compare .table-feat .td-bottom-brl {
  border-radius: 0 0 0 20px;
  border-bottom: 1px solid rgba(83, 146, 210, 0.52);
}
.compare .table-feat .td-bottom {
  border-bottom: 1px solid rgba(83, 146, 210, 0.52);
}
.compare .table-feat .td-bottom-brr {
  border-radius: 0 0 20px 0;
  border-bottom: 1px solid rgba(83, 146, 210, 0.52);
}
.compare .table-feat .tb-title {
  width: 25%;
  padding: 38px 0 8px 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-top: 1px solid rgba(83, 146, 210, 0.52);
}
.compare .table-feat .tb-title.tb-tit1 {
  border-radius: 20px 0 0 0;
}
.compare .table-feat .tb-title.tb-tit3 {
  border-radius: 0 20px 0 0;
}
.compare .table-feat .tb-title-inc {
  width: 25%;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  height: 72px;
}
.compare .table-feat .tb-desc {
  width: 25%;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  height: 30px;
}
.compare .table-feat .tb-tr {
  height: 84px;
}
.compare .table-feat .tb-tr-spe {
  height: 150px;
}
.compare .table-feat .tb-sub-title {
  width: 25%;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 3;
}
.compare .table-feat .tb-body-desc {
  width: 25%;
}
.compare .table-feat .tb-body-desc p {
  padding: 0 28px;
  color: #FFF;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.compare .table-feat .tb-body-desc .spe {
  color: #41FFF9;
}
.compare .upgrade-btn {
  padding: 24px 50px;
  border-radius: 74px;
  background: linear-gradient(119deg, #FF4DF3 0%, #7C61FF 35%, #007BFF 50%, #7C61FF 65%, #FF4DF3 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.compare .upgrade-btn span {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}
.compare .upgrade-btn:hover,
.compare .upgrade-btn:active {
  background-position: 0% 0;
}
.user {
  padding-bottom: 126px;
}
.user .user-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user h2 {
  margin-bottom: 44px;
}
.user .user-group {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.user .user-group .user-card {
  border-radius: 12px;
  background: linear-gradient(0deg, #1F1C4F 0%, #1F1C4F 100%), #D9D9D9;
  max-width: 584px;
  min-height: 276px;
  padding: 30px;
}
.user .user-group .card-top {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
}
.user .user-group .card-middle {
  max-width: 524px;
  width: 100%;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
.user .user-group .card-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.user .user-group .card-bottom span {
  color: #FFF;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.user .user-group .card-bottom img {
  width: 54px;
  height: 54px;
}
.faq {
  padding-bottom: 180px;
}
.faq .faq-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq h2 {
  margin-bottom: 44px;
}
.faq .faq-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.faq .faq-item {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
  cursor: pointer;
}
.faq .faq-item .faq-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 24px;
}
.faq .faq-item .title-text {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.faq .faq-item .title-text-mobile {
  display: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.faq .faq-item .faq-detail {
  padding: 16px 24px 24px;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0.85;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.faq .faq-item.active .title-text,
.faq .faq-item.active .title-text-mobile {
  font-weight: 500;
}
.faq .faq-item.active .faq-arrow {
  transform: rotate(90deg);
}
.faq .faq-item.active .faq-detail {
  display: block;
}
.bottom {
  padding-top: 14px;
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/bottom-pc.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom .bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom .bottom-logo {
  margin-bottom: 22px;
}
.bottom .bottom-text-1 {
  background: linear-gradient(96deg, #BE49E5 4.13%, #856EFF 28.3%, #50A2FF 44.71%, #49B6E5 59.36%, #F0F2FF 77.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.bottom .bottom-text-2 {
  background: linear-gradient(180deg, #FFF 0%, #AEDBFA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 270px;
}
.bottom .bottom-text-3 {
  max-width: 412px;
  border-radius: 16px 16px 0 0;
  background: #0C0C25;
  box-shadow: 0 7.008px 8.046px 0 rgba(255, 255, 255, 0.18) inset;
  padding: 32px 36px 14px;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}
.linkdown {
  padding: 60px 0 138px;
}
.linkdown .linkdown-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkdown .btn-group {
  margin: 0 auto;
}
.linkdown .btn-group .full-btn {
  padding: 16px 80px;
}
.linkdown .btn-group .empty-btn {
  padding: 16px 62px;
}
.linkdown .btn-group .btn-text-pc {
  display: block;
}
.linkdown .btn-group .btn-text-mobile {
  display: none;
}
.bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 800;
  background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/bar-left.png") bottom left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/bar-right.png") bottom right / contain, linear-gradient(180deg, #010020 0%, #050357 100%);
  background-repeat: no-repeat;
}
.bar .bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 11px 96px;
  position: relative;
}
.bar .bar-content::before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: -110px;
  width: 79px;
  height: 74px;
  background-image: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/bar-img-1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.bar .bar-content::after {
  position: absolute;
  content: '';
  top: 0;
  right: -220px;
  width: 100px;
  height: 80px;
  background-image: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/bar-img-2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.bar .bar-text {
  position: relative;
}
.bar .bar-text::before {
  position: absolute;
  content: '';
  top: -6px;
  left: -114px;
  width: 120px;
  height: 80px;
  background-image: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/bar-img-3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.bar .bar-title {
  background: linear-gradient(96deg, #57F7FF 4.13%, #B5A6FF 44.71%, #FF4DF3 77.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 1.374px 8.257px rgba(9, 40, 85, 0.29);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.248px;
}
.bar .bar-tips {
  margin-top: 4px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.bar .btn-group .full-btn {
  background: linear-gradient(90deg, #A358FF 0%, #6C4AFF 26.04%, #434EF8 50%, #6C4AFF 74.04%, #A358FF 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bar .btn-group .full-btn::after {
  display: none;
}
.bar .btn-group .full-btn span {
  font-size: 18px;
  text-wrap: nowrap;
}
.bar .btn-group .full-btn:hover,
.bar .btn-group .full-btn:active {
  background-position: 0% 0;
  background-repeat: no-repeat;
}
.bar .btn-group .full-btn.full-try {
  padding: 10px 34px;
}
.bar .btn-group .full-btn.full-download {
  padding: 10px 27px;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .btn-group {
    flex-direction: column;
    gap: 18px;
  }
  .unlock .unlock-content {
    padding: 45px;
  }
  .unlock .unlock-detail {
    gap: 18px;
  }
  .unlock .unlock-detail .detail-top,
  .unlock .unlock-detail .detail-bottom {
    flex-direction: column;
    gap: 18px;
  }
  .unlock .unlock-detail .detail-item {
    padding: 0 20px;
  }
  .reason .reason-content {
    padding: 40px 32px 0 32px;
  }
  .reason .reason-show {
    gap: 10px;
  }
  .reason .reason-show .btn-group {
    align-items: flex-start;
  }
  .reason .reason-show .btn-group .full-btn {
    padding: 15px 82px;
  }
  .reason .reason-show .reason-right {
    padding-top: 110px;
  }
  .reason .reason-show .reason-right img {
    width: 500px;
  }
  .compare .table-head.fix-head {
    padding: 0 15px;
  }
  .compare .table-feat .tb-body-desc p {
    padding: 0 18px;
  }
  .bar .bar-content {
    gap: 20px;
    padding: 12px 0 11px;
  }
  .bar .bar-content::before {
    display: none;
  }
  .bar .bar-content::after {
    display: none;
  }
  .bar .bar-text::before {
    display: none;
  }
  .bar .btn-group {
    flex-direction: row;
  }
}
@media (max-width: 1040px) {
  .unlock .unlock-content {
    padding: 45px;
  }
  .unlock .unlock-detail .detail-item {
    padding: 0 20px;
  }
  .online .online-content {
    padding: 35px 75px 50px;
  }
  .user .user-group {
    gap: 16px;
  }
  .user .user-group .user-card {
    min-height: 266px;
    padding: 15px;
  }
  .user .user-group .card-middle {
    font-size: 18px;
  }
  .bar {
    background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/bar-mobile-left.png") bottom left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/bar-mobile-right.png") bottom right / contain, linear-gradient(180deg, #010020 0%, #050357 100%);
    background-repeat: no-repeat;
  }
}
@media (max-width: 1020px) {
  .reason .reason-content {
    padding: 40px 32px;
  }
  .reason .reason-show {
    gap: 0;
  }
  .reason .reason-show .btn-group {
    align-items: center;
  }
  .reason .reason-show .btn-group .full-btn {
    width: 60%;
    padding: 15px 82px;
  }
  .reason .reason-show .reason-right {
    display: none;
  }
  .compare .table-feat .tb-body-desc p {
    padding: 0 8px;
  }
}
@media (max-width: 900px) {
  .banner .banner-title .title-top-text {
    font-size: 22px;
  }
  .banner .banner-title .title-bottom {
    font-size: 50px;
  }
  .banner .copy .copy-detail {
    font-size: 14px;
  }
  .banner .copy .copy-code {
    font-size: 16px;
  }
  .banner .copy .copy-btn-text {
    font-size: 16px;
  }
  .compare .table-feat .tb-title {
    font-size: 20px;
  }
  .compare .table-feat .tb-title-inc {
    font-size: 20px;
  }
  .compare .table-feat .tb-desc {
    font-size: 14px;
  }
  .compare .table-feat .tb-sub-title {
    font-size: 16px;
  }
  .compare .table-feat .tb-body-desc p {
    font-size: 12px;
  }
}
@media (max-width: 860px) {
  .user .user-group .middle-spe {
    margin-bottom: 54px;
  }
}
@media (max-width: 768px) {
  .tiktok-header {
    padding: 20px 0;
  }
  .tiktok-header .header-logo {
    width: 99px;
  }
  .tiktok-header .header-login {
    padding: 4px 15px;
    border-radius: 4px;
  }
  .tiktok-header .header-login span {
    font-size: 12px;
  }
  .btn-group .full-btn {
    border-radius: 36px;
  }
  .btn-group .full-btn span {
    font-size: 16px;
  }
  .btn-group .empty-btn {
    border-radius: 36px;
  }
  .btn-group .empty-btn span {
    font-size: 16px;
  }
  .banner {
    margin-top: -69px;
    padding: 84px 0 74px 0;
    background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/banner-bg-top-mobile.png") top left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/banner-bg-bottom-mobile.png") bottom right / contain;
    background-repeat: no-repeat;
  }
  .banner .banner-title {
    gap: 28px;
    margin-bottom: 22px;
  }
  .banner .banner-title .title-top {
    padding: 11px 14px;
    border-radius: 70px;
  }
  .banner .banner-title .title-top-text {
    font-size: 20px;
  }
  .banner .banner-title .title-bottom {
    font-size: 36px;
  }
  .banner .banner-desc {
    max-width: 284px;
    font-size: 14px;
    margin-bottom: 32px;
  }
  .banner .copy {
    width: 100%;
    justify-content: space-between;
    padding: 12px 6px 12px 8px;
    border-radius: 4px;
    margin-bottom: 12px;
  }
  .banner .copy .copy-detail {
    font-size: 14px;
  }
  .banner .copy .copy-pc {
    display: none;
  }
  .banner .copy .copy-code {
    color: #FFF;
    font-weight: 600;
    margin-left: 8px;
  }
  .banner .copy .copy-btn {
    border-radius: 40px;
    padding: 7px 21px;
  }
  .banner .copy .copy-btn-text {
    font-size: 14px;
  }
  .banner .copy-mobile {
    display: block;
    width: 100%;
    text-align: left;
  }
  .banner .btn-group {
    margin-bottom: 18px;
  }
  .banner .btn-group .full-btn {
    padding: 11px 61px;
  }
  .banner .btn-group .empty-btn {
    padding: 11px 50px;
  }
  .banner .banner-text {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .banner .banner-text .text-left,
  .banner .banner-text .text-right {
    padding: 0 12px;
    font-size: 12px;
  }
  .banner .banner-text .text-left {
    border-right: unset;
  }
  .banner .banner-text .yellow-star {
    font-size: 12px;
  }
  .sec-img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  h2 {
    text-align: left;
    font-size: 28px;
  }
  .sec-desc {
    text-align: left;
    font-size: 14px;
  }
  .unlock {
    padding: 74px 0 66px 0;
  }
  .unlock .unlock-content {
    align-items: flex-start;
    padding: 30px 18px 36px;
    border: none;
    background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-top-mobile.png") top left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-bottom-mobile-1.png") bottom right / contain, #181633;
    background-repeat: no-repeat;
  }
  .unlock .sec-desc {
    width: 100%;
    margin-bottom: 15px;
  }
  .unlock .unlock-detail {
    margin-bottom: 0 40px;
    width: 100%;
  }
  .unlock .unlock-detail .detail-item {
    gap: 8px;
    padding: 0 14px;
    max-width: 702px;
    width: 100%;
    min-height: 60px;
    border-radius: 6px;
  }
  .unlock .unlock-detail .detail-img {
    width: 36px;
    height: 36px;
  }
  .unlock .unlock-detail .detail-img img {
    width: 32px;
  }
  .unlock .unlock-detail .text-top {
    font-size: 16px;
  }
  .unlock .unlock-detail .text-bottom {
    font-size: 12px;
  }
  .unlock .unlock-detail .text-spe {
    font-size: 14px;
  }
  .unlock .unlock-detail .copy-code {
    font-size: 16px;
  }
  .unlock .btn-group {
    margin-bottom: 14px;
    width: 100%;
  }
  .unlock .btn-group .full-btn {
    box-sizing: border-box;
    width: 100%;
    padding: 11px 26px;
    margin: 0 auto;
  }
  .unlock .unlock-tips {
    margin: 0 auto;
    font-size: 12px;
  }
  .online {
    padding-bottom: 50px;
  }
  .online .online-content {
    align-items: flex-start;
    padding: 30px 16px 22px;
    border: none;
    background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-top-mobile.png") top left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-bottom-mobile-1.png") bottom right / contain, #181633;
    background-repeat: no-repeat;
  }
  .online h2 {
    text-align: left;
  }
  .online .sec-desc.online-desc {
    margin-bottom: 16px;
  }
  .online .online-try {
    margin-bottom: 26px;
    box-sizing: border-box;
  }
  .online .online-try .online-input {
    padding: 6px;
    font-size: 12px;
  }
  .online .online-try .online-input::placeholder {
    font-size: 12px;
  }
  .online .online-try .online-btn {
    padding: 7px 14px;
  }
  .online .online-try .online-btn-text {
    font-size: 14px;
  }
  .online .online-slide {
    border-radius: 8px;
  }
  .online .online-slide .online-pc {
    display: none;
  }
  .online .online-slide .online-mobile {
    display: block;
    height: auto;
    border-radius: 8px;
    width: 100%;
  }
  .online .online-pagination {
    gap: 8px;
    margin-top: 14px;
  }
  .online .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .online .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    border-radius: 16px;
  }
  .online .warning-text {
    padding-left: 24px;
    margin-bottom: 18px;
    font-size: 12px;
  }
  .online .warning-text::before {
    top: 2px;
    left: 4px;
  }
  .online .analysis-result {
    gap: 18px;
  }
  .online .analysis-result .analysis-card {
    gap: 12px;
  }
  .online .analysis-result .analysis-img {
    width: 80px;
  }
  .online .analysis-result .analysis-text {
    padding-bottom: 10px;
  }
  .online .analysis-result .analysis-title {
    font-size: 16px;
  }
  .online .analysis-result .analysis-author {
    font-size: 12px;
  }
  .online .analysis-result .download-btn {
    padding: 6px 30px;
  }
  .online .analysis-result .download-btn span {
    font-size: 12px;
  }
  .online .conversion {
    padding: 16px 16px 32px;
    border-radius: 10px;
    border: 1px solid rgba(83, 146, 210, 0.52);
    background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/online-bg-top.png") top center / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/online-bg-bottom.png") bottom center / contain, linear-gradient(180deg, #0C1B2D 0%, #191946 100%);
    background-repeat: no-repeat;
  }
  .online .conversion .close-btn-content .close-btn {
    width: 16px;
  }
  .online .conversion-successful .online-successful {
    width: 56px;
    margin-bottom: 8px;
  }
  .online .conversion-successful .cs-title {
    font-size: 16px;
  }
  .online .conversion-successful .cs-desc {
    max-width: 274px;
    font-size: 14px;
  }
  .online .conversion-fail .online-fail {
    width: 80px;
  }
  .online .conversion-fail .cf-title {
    font-size: 16px;
  }
  .online .conversion-fail .cf-desc {
    max-width: 274px;
    font-size: 14px;
  }
  .online .conversion-used-up .online-used-up {
    width: 80px;
    margin-bottom: 3px;
  }
  .online .conversion-used-up .cuu-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .online .conversion-used-up .cuu-desc {
    max-width: 280px;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .online .btn-group {
    gap: 18px;
  }
  .online .btn-group .full-btn {
    padding: 10px 15px;
  }
  .online .btn-group .full-btn span {
    font-size: 14px;
  }
  .online .btn-group .empty-btn span {
    font-size: 14px;
  }
  .online .btn-group .empty-btn.empty-1 {
    padding: 10px 80px;
  }
  .online .btn-group .empty-btn.empty-2 {
    padding: 10px 22px;
  }
  .reason {
    padding-bottom: 60px;
  }
  .reason .reason-content {
    align-items: flex-start;
    padding: 30px 18px 28px 16px;
    border: none;
    background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-top-mobile.png") top left / contain, url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/section-bottom-mobile-2.png") bottom right / contain, #181633;
    background-repeat: no-repeat;
  }
  .reason .sec-desc {
    margin-bottom: 14px;
  }
  .reason .reason-show {
    max-width: 704px;
    width: 100%;
  }
  .reason .reason-show .reason-left {
    width: 100%;
  }
  .reason .reason-show .reason-list {
    gap: 14px;
    padding-left: 18px;
    margin-bottom: 24px;
  }
  .reason .reason-show .reason-item {
    font-size: 14px;
  }
  .reason .reason-show .reason-item::before {
    top: 6px;
    left: -18px;
  }
  .reason .reason-show .btn-group {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 16px;
  }
  .reason .reason-show .btn-group .full-btn {
    width: 100%;
    gap: 6px;
    padding: 11px 0;
  }
  .reason .reason-show .btn-group img {
    width: 14px;
    height: 14px;
  }
  .reason .reason-show .reason-tips {
    text-align: center;
    margin: 0 auto;
  }
  .compare {
    padding-bottom: 76px;
  }
  .compare h2 {
    text-align: center;
  }
  .compare .sec-desc {
    text-align: center;
    margin-bottom: 28px;
  }
  .compare .compare-table-pc {
    display: none;
  }
  .compare .compare-table-mobile {
    display: block;
    margin-bottom: 32px;
    width: 100%;
  }
  .compare .table-head.fix-head {
    top: 0;
    padding: 0 15px;
  }
  .compare .table-body {
    padding-top: 20px;
  }
  .compare .table-feat .tb-title {
    width: 33.3%;
    font-size: 12px;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .compare .table-feat .tb-title.tb-tit1 {
    border-radius: 0;
    padding: 12px;
  }
  .compare .table-feat .tb-title.tb-tit2 {
    padding: 12px 22px;
  }
  .compare .table-feat .tb-title.tb-tit3 {
    border-radius: 0;
    padding: 12px 22px;
  }
  .compare .table-feat .tb-tit-desc {
    margin-top: 8px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
  }
  .compare .table-feat .tb-tr {
    height: 42px;
  }
  .compare .table-feat .tb-tr-spe {
    height: 44px;
  }
  .compare .table-feat .tb-tr-spe2 {
    height: 66px;
  }
  .compare .table-feat .tb-sub-title {
    width: 33.3%;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
  }
  .compare .table-feat .tb-sub-title .sub-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 342px;
  }
  .compare .table-feat .tb-body-desc {
    width: 33.3%;
    padding: 0 calc((33.3% - 18px) / 2);
  }
  .compare .table-feat .tb-body-desc img {
    width: 18px;
    height: 18px;
  }
  .compare .table-feat .tb-body-desc-spe {
    width: 33.3%;
    position: relative;
  }
  .compare .table-feat .tb-body-desc-spe p {
    position: absolute;
    top: 0;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.8;
    padding: 0 4px;
  }
  .compare .table-feat .tb-body-desc-spe2 {
    width: 33.3%;
  }
  .compare .table-feat .tb-body-desc-spe2 p {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.8;
  }
  .compare .upgrade-btn {
    padding: 14px 16px;
    border-radius: 42px;
  }
  .compare .upgrade-btn span {
    font-size: 14px;
  }
  .user h2 {
    text-align: center;
    margin-bottom: 22px;
  }
  .user .user-group {
    flex-direction: column;
    gap: 22px;
  }
  .user .user-group .user-card {
    max-width: 738px;
    width: 100%;
    background: #1F1C4F;
    min-height: 166px;
    padding: 16px 20px 14px;
  }
  .user .user-group .card-top {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
  }
  .user .user-group .card-middle {
    max-width: 698px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .user .user-group .middle-spe {
    margin-bottom: 12px;
  }
  .user .user-group .card-bottom {
    gap: 8px;
  }
  .user .user-group .card-bottom span {
    font-size: 14px;
  }
  .user .user-group .card-bottom img {
    width: 36px;
    height: 36px;
  }
  .faq {
    padding-bottom: 76px;
  }
  .faq h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .faq .faq-item .faq-title {
    padding: 18px;
  }
  .faq .faq-item .title-text {
    display: none;
  }
  .faq .faq-item .title-text-mobile {
    display: block;
  }
  .faq .faq-item .faq-arrow {
    margin-top: 2px;
  }
  .faq .faq-item .faq-detail {
    padding: 0 18px 18px;
    font-size: 14px;
  }
  .bottom .bottom-logo {
    margin-bottom: 22px;
  }
  .bottom .bottom-text-1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .bottom .bottom-text-2 {
    font-size: 20px;
    margin-bottom: 270px;
  }
  .bottom .bottom-text-3 {
    max-width: 186px;
    padding: 24px 30px;
    font-size: 16px;
  }
  .linkdown {
    padding: 30px 0 120px;
  }
  .linkdown .btn-group {
    margin: 0 auto;
  }
  .linkdown .btn-group .full-btn {
    padding: 11px 95px;
  }
  .linkdown .btn-group .empty-btn {
    padding: 11px 88px;
  }
  .linkdown .btn-group .btn-text-pc {
    display: none;
  }
  .linkdown .btn-group .btn-text-mobile {
    display: block;
  }
  .bar .bar-content {
    padding: 14px 0;
  }
  .bar .bar-title {
    font-size: 16px;
  }
  .bar .bar-tips {
    margin-top: 6px;
    font-size: 10px;
  }
  .bar .btn-group {
    flex-direction: column;
    gap: 10px;
  }
  .bar .btn-group .full-btn span {
    font-size: 10px;
  }
  .bar .btn-group .full-btn.full-try {
    padding: 4px 30px;
  }
  .bar .btn-group .full-btn.full-download {
    padding: 4px 10px;
  }
}
@media (max-width: 550px) {
  .bottom {
    padding-top: 24px;
    background: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/bottom-mobile.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bottom .bottom-logo {
    width: 100px;
    margin-bottom: 12px;
  }
  .bottom .bottom-text-1 {
    max-width: 268px;
  }
  .bottom .bottom-text-2 {
    margin-bottom: 300px;
  }
  .bottom .bottom-text-3 {
    border-radius: 9px 9px 0 0;
  }
}
@media (max-width: 500px) {
  .bottom .bottom-text-2 {
    margin-bottom: 220px;
  }
}
@media (max-width: 400px) {
  .bottom .bottom-text-2 {
    margin-bottom: 186px;
  }
}
@media (max-width: 365px) {
  .banner .btn-group .empty-btn {
    padding: 11px 48px;
  }
  .unlock .btn-group .full-btn {
    padding: 11px;
  }
  .unlock .unlock-detail .text-top {
    font-size: 14px;
  }
  .unlock .unlock-detail .text-spe {
    font-size: 12px;
  }
  .unlock .unlock-detail .copy-code {
    font-size: 14px;
  }
  .user .user-group .card-top {
    margin-bottom: 6px;
  }
  .user .user-group .card-middle {
    margin-bottom: 12px;
  }
  .user .user-group .middle-spe {
    margin-bottom: 36px;
  }
  .bar .bar-title {
    font-size: 14px;
  }
}
