.topic-blog-page {
  padding-bottom: 60px;
  font-family: helvetica neue, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}
.topic-section-main {
  width: 100%;
  background-image: url('/assets/images/aiblog/ai-saas/top_background_image.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  min-height: 1120px;
  overflow: hidden;
}
.topic-section-main .ai-main-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.topic-section-main .ai-main-content .top-desc {
  max-width: 1450px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 12px;
}
.topic-section-main .ai-main-content .top-desc .text-gradient {
  background: linear-gradient(128.17deg,#00A382 38.57%,#03875B 79.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
.topic-section-main .ai-main-content h1 {
  max-width: 1340px;
  margin: 0 auto;
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  position: relative;
}
.topic-section-main .ai-main-content h1 p {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
.topic-section-main .ai-main-content p.tip {
  max-width: 730px;
  margin: 18px auto 0;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
.topic-section-main .ai-main-content .btn-row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.topic-section-main .ai-main-content .btn-row .btn-item {
  min-width: 260px;
  height: 60px;
}
.topic-section-main .main-banner {
  padding: 53px 20px 0;
}
.topic-section-main .main-banner .banner-wrap {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
}
.topic-section-main .main-banner .banner-wrap .banner-img {
  box-shadow: 0px -3px 67px 0px #E8F4FC;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 38px 38px 0 0;
  position: relative;
}
.topic-section-main .main-banner .banner-wrap .banner-img .img-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 38px 38px 0 0;
  opacity: 0;
}
.topic-section-main .main-banner .banner-wrap .banner-img .banner-show-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 38px 38px 0 0;
  opacity: 0;
}
.topic-section-main .main-banner .banner-wrap .banner-img .opacity1 {
  opacity: 1;
}
.topic-section-main .main-banner .banner-wrap .pick-box {
  position: absolute;
  top: -31px;
  right: -53px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px #5C9AE51A;
}
.topic-section-main .main-banner .banner-wrap .pick-box .bgblur {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  backdrop-filter: blur(10px);
  position: absolute;
  background: #5C9AE51A;
}
.topic-section-main .main-banner .banner-wrap .pick-box .pick-content {
  padding: 14px;
  position: relative;
  z-index: 2;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box {
  background: #FFFFFF;
  border: 1px solid #6C9DD9;
  padding: 24px 16px;
  border-radius: 20px;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .tit {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #000000;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3,130px);
  gap: 10px;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item {
  padding: 18px 4px;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  width: 100%;
  flex-shrink: 0;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item .pick-item-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item .pick-item-img-wrap .pick-item-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item .pick-item-text {
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  text-align: center;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item .mark-check-box {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  background: #ffffff;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item .mark-check-box .check-img {
  width: 11px;
  height: 11px;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item:hover {
  border: 1px solid #4185D9;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected {
  border: 1px solid #4185D9;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected .mark-check-box {
  border-color: #005BCC;
  background: #005BCC;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .btn-row {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.topic-section-main .main-banner .banner-wrap .pick-box .inner-box .btn-row .btn-item {
  min-width: 148px;
  background: #10A683;
  height: 40px;
}
.topic-section-main.ai-saas {
  background-image: url('/assets/images/aiblog/ai-saas/top_background_image.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topic-section-main.ecommerce {
  background-image: url('/assets/images/aiblog/ecommerce/top_background_image.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .banner-img {
  box-shadow: none;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .pick-box {
  position: absolute;
  top: -31px;
  right: -53px;
  border-radius: 30px;
  box-shadow: 0px 0px 34px 0px #A3A3A324;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .pick-box .bgblur {
  background: #53A67F1A;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .pick-box .inner-box {
  background: #FFFFFF;
  border: 1px solid #10A683;
  padding: 24px 16px;
  border-radius: 20px;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .pick-box .inner-box .pick-list {
  grid-template-columns: repeat(3,130px);
  gap: 10px;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item {
  width: 100%;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item:hover {
  border: 1px solid #10A683;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected {
  border: 1px solid #10A683;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected .mark-check-box {
  border-color: #10A683;
  background: #10A683;
}
.topic-section-main.ecommerce .main-banner .banner-wrap .pick-box .inner-box .btn-row .btn-item {
  background: #10A683;
}
.topic-section-main.tiktok-shop {
  background-image: url('/assets/images/aiblog/tiktok-shop/top_background_image.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .banner-img {
  box-shadow: none;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .pick-box {
  position: absolute;
  top: -31px;
  right: -53px;
  border-radius: 30px;
  box-shadow: 0px 0px 34px 0px #A3A3A324;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .pick-box .bgblur {
  background: #0DA3941A;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .pick-box .inner-box {
  background: #FFFFFF;
  border: 1px solid #0DA37B;
  padding: 24px 16px;
  border-radius: 20px;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .pick-box .inner-box .pick-list {
  grid-template-columns: repeat(2,185px);
  gap: 10px;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item {
  width: 100%;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item:hover {
  border: 1px solid #0DA37B;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected {
  border: 1px solid #0DA37B;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected .mark-check-box {
  border-color: #10A683;
  background: #10A683;
}
.topic-section-main.tiktok-shop .main-banner .banner-wrap .pick-box .inner-box .btn-row .btn-item {
  background: #10A683;
}
.topic-section-main.dropshipping {
  background-image: url('/assets/images/aiblog/dropshipping/top_background_image.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .banner-img {
  box-shadow: none;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .pick-box {
  position: absolute;
  top: -31px;
  right: -53px;
  border-radius: 30px;
  box-shadow: 0px 0px 34px 0px #A3A3A324;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .pick-box .bgblur {
  background: #FF9D261A;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .pick-box .inner-box {
  background: #FFFFFF;
  border: 1px solid #FFB366;
  padding: 24px 16px;
  border-radius: 20px;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .pick-box .inner-box .pick-list {
  grid-template-columns: repeat(3,130px);
  gap: 10px;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item {
  width: 100%;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item:hover {
  border: 1px solid #FF8000;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected {
  border: 1px solid #FF8000;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected .mark-check-box {
  border-color: #FF8000;
  background: #FF8000;
}
.topic-section-main.dropshipping .main-banner .banner-wrap .pick-box .inner-box .btn-row .btn-item {
  background: #FF8000;
}
.topic-section-main.application {
  background-image: url('/assets/images/aiblog/application/top_background_image.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topic-section-main.application .main-banner .banner-wrap .banner-img {
  box-shadow: none;
}
.topic-section-main.application .main-banner .banner-wrap .pick-box {
  position: absolute;
  top: -31px;
  right: -53px;
  border-radius: 30px;
  box-shadow: 0px 0px 34px 0px #A3A3A324;
}
.topic-section-main.application .main-banner .banner-wrap .pick-box .bgblur {
  background: #D5E9FA80;
}
.topic-section-main.application .main-banner .banner-wrap .pick-box .inner-box {
  background: #FFFFFF;
  border: 1px solid #13A0DC;
  padding: 24px 16px;
  border-radius: 20px;
}
.topic-section-main.application .main-banner .banner-wrap .pick-box .inner-box .pick-list {
  grid-template-columns: repeat(3,130px);
  gap: 10px;
}
.topic-section-main.application .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item {
  width: 100%;
}
.topic-section-main.application .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item:hover {
  border: 1px solid #13A0DC;
}
.topic-section-main.application .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected {
  border: 1px solid #13A0DC;
}
.topic-section-main.application .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected .mark-check-box {
  border-color: #0077E5;
  background: #0077E5;
}
.topic-section-main.application .main-banner .banner-wrap .pick-box .inner-box .btn-row .btn-item {
  background: #10A683;
}
.topic-section-main.game {
  background-image: url('/assets/images/aiblog/game/top_background_image.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topic-section-main.game .main-banner .banner-wrap .banner-img {
  box-shadow: none;
}
.topic-section-main.game .main-banner .banner-wrap .pick-box {
  position: absolute;
  top: -31px;
  right: -53px;
  border-radius: 30px;
  box-shadow: 0px 0px 34px 0px #A3A3A324;
}
.topic-section-main.game .main-banner .banner-wrap .pick-box .bgblur {
  background: #7EB2071A;
}
.topic-section-main.game .main-banner .banner-wrap .pick-box .inner-box {
  background: #FFFFFF;
  border: 1px solid #10A683;
  padding: 24px 16px;
  border-radius: 20px;
}
.topic-section-main.game .main-banner .banner-wrap .pick-box .inner-box .pick-list {
  grid-template-columns: repeat(3,130px);
  gap: 10px;
}
.topic-section-main.game .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item {
  width: 100%;
}
.topic-section-main.game .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item:hover {
  border: 1px solid #7CB200;
}
.topic-section-main.game .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected {
  border: 1px solid #7CB200;
}
.topic-section-main.game .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected .mark-check-box {
  border-color: #79AD00;
  background: #79AD00;
}
.topic-section-main.game .main-banner .banner-wrap .pick-box .inner-box .btn-row .btn-item {
  background: #10A683;
}
.topic-section-main.drama {
  background-image: url('/assets/images/aiblog/drama/top_background_image.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.topic-section-main.drama .main-banner .banner-wrap .banner-img {
  box-shadow: none;
}
.topic-section-main.drama .main-banner .banner-wrap .pick-box {
  position: absolute;
  top: -31px;
  right: -53px;
  border-radius: 30px;
  box-shadow: 0px 0px 34px 0px #A3A3A324;
}
.topic-section-main.drama .main-banner .banner-wrap .pick-box .bgblur {
  background: #FA508F1A;
}
.topic-section-main.drama .main-banner .banner-wrap .pick-box .inner-box {
  background: #FFFFFF;
  border: 1px solid #E55388;
  padding: 24px 16px;
  border-radius: 20px;
}
.topic-section-main.drama .main-banner .banner-wrap .pick-box .inner-box .pick-list {
  grid-template-columns: repeat(3,130px);
  gap: 10px;
}
.topic-section-main.drama .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item {
  width: 100%;
}
.topic-section-main.drama .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item:hover {
  border: 1px solid #E55388;
}
.topic-section-main.drama .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected {
  border: 1px solid #E55388;
}
.topic-section-main.drama .main-banner .banner-wrap .pick-box .inner-box .pick-list .pick-item.selected .mark-check-box {
  border-color: #E55388;
  background: #E55388;
}
.topic-section-main.drama .main-banner .banner-wrap .pick-box .inner-box .btn-row .btn-item {
  background: #10A683;
}
@media screen and (max-width: 1369px) {
  .topic-section-main .main-banner .banner-wrap .pick-box {
    right: 0 !important;
  }
}
@media screen and (min-width: 901px) {
  .topic-section-main .main-banner .banner-wrap .pick-box .inner-box .tit {
    max-width: 410px;
  }
}
@media screen and (max-width: 900px) {
  .topic-section-main .main-banner .banner-wrap .pick-box {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    margin-bottom: 30px !important;
  }
  .topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list {
    display: grid;
    grid-template-columns: repeat(4,1fr) !important;
  }
}
@media screen and (max-width: 820px) {
  .topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list {
    display: grid;
    grid-template-columns: repeat(3,1fr) !important;
  }
}
@media screen and (max-width: 769px) {
  .topic-section-main .main-banner .banner-wrap .pick-box .inner-box .pick-list {
    display: grid;
    grid-template-columns: repeat(2,1fr) !important;
  }
}
.blog-recommend {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 120px;
  padding-bottom: 100px;
}
.blog-recommend h2 {
  max-width: 1234px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-size: 30px;
}
.blog-recommend .recommend-user {
  max-width: 1234px;
  margin: 50px auto 0;
  padding: 0 42px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.blog-recommend .recommend-user .recommend-user-item {
  width: 60px;
  height: 60px;
}
.blog-recommend .recommend-user .recommend-user-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-recommend .recommend-user .white-shadow {
  width: 98px;
  position: absolute;
  z-index: 2;
}
.blog-recommend .recommend-user .white-shadow.left {
  left: 42px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(270deg,rgba(255,255,255,0) 0%,#FFFFFF 100%);
}
.blog-recommend .recommend-user .white-shadow.right {
  right: 042px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#FFFFFF 100%);
}
@media screen and (max-width: 769px) {
  .blog-recommend {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.monitor-accounts {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 0px;
}
.monitor-accounts .monitor-accounts-content {
  max-width: 1450px;
  margin: 0 auto;
  padding-top: 80px;
  border-radius: 50px;
  background: url('/assets/images/aiblog/monitor_account_bg.webp') no-repeat center center;
  background-size: 100% 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.monitor-accounts .monitor-accounts-content h2 {
  font-weight: 700;
  color: #000000;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
.monitor-accounts .monitor-accounts-content p.desc {
  font-size: 18px;
  color: #666666;
  text-align: center;
  max-width: 980px;
  margin: 14px auto 0;
}
.monitor-accounts .monitor-accounts-content .btn-row {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.monitor-accounts .monitor-accounts-content .monitor-accounts-img-wrap {
  margin: 50px auto 0px;
  max-width: 1150px;
}
.monitor-accounts .monitor-accounts-content .monitor-accounts-img-wrap .monitor-accounts-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 769px) {
  .monitor-accounts {
    padding-top: 40px;
  }
  .monitor-accounts .monitor-accounts-content {
    padding-top: 40px;
  }
}
.ai-avd-library {
  padding-left: 20px;
  padding-right: 20px;
}
.ai-avd-library .ai-avd-library-content {
  max-width: 1713px;
  margin: 0 auto;
  padding: 80px 0 113px;
}
.ai-avd-library .ai-avd-library-content p.tit {
  max-width: 1713px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.ai-avd-library .ai-avd-library-content .avd-library-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 10px 8px;
}
.ai-avd-library .ai-avd-library-content .avd-library-list .avd-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 14px 12px;
  border: 1px solid #ECECEC;
  display: flex;
  gap: 10px;
  max-width: 100%;
  overflow: hidden;
}
.ai-avd-library .ai-avd-library-content .avd-library-list .avd-item .logo-img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.ai-avd-library .ai-avd-library-content .avd-library-list .avd-item .avd-right {
  flex: 1;
  min-width: 0;
}
.ai-avd-library .ai-avd-library-content .avd-library-list .avd-item .avd-right .avd-right-title {
  font-weight: 600;
  font-size: 14px;
  color: #2F3032;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ai-avd-library .ai-avd-library-content .avd-library-list .avd-item .avd-right .avd-right-desc {
  margin-top: 2px;
  font-size: 12px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ai-avd-library .ai-avd-library-content .avd-library-list .avd-item .avd-right .stores {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}
.ai-avd-library .ai-avd-library-content .avd-library-list .avd-item .avd-right .stores .store-item {
  display: flex;
  gap: 3px;
  align-items: center;
  min-width: 0;
}
.ai-avd-library .ai-avd-library-content .avd-library-list .avd-item .avd-right .stores .store-item img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  flex-shrink: 0;
}
.ai-avd-library .ai-avd-library-content .avd-library-list .avd-item .avd-right .stores .store-item span {
  font-size: 12px;
  color: #191919;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  .ai-avd-library .ai-avd-library-content .avd-library-list {
    grid-template-columns: repeat(4,1fr);
  }
}
@media screen and (max-width: 1100px) {
  .ai-avd-library .ai-avd-library-content .avd-library-list {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 900px) {
  .ai-avd-library .ai-avd-library-content .avd-library-list .avd-item .avd-right .stores .store-item span {
    font-size: 12px;
  }
  .ai-avd-library .ai-avd-library-content .avd-library-list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 768px) {
  .ai-avd-library .ai-avd-library-content .avd-library-list {
    grid-template-columns: repeat(1,1fr);
  }
}
.adfinder-library {
  padding-top: 48px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
.adfinder-library .library-title {
  color: #000000;
  text-align: center;
  max-width: 1450px;
  margin: 0 auto;
  font-weight: 700;
}
.adfinder-library .library-tip {
  max-width: 1280px;
  margin: 18px auto 0 auto;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
.adfinder-library .library-demo {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin: 50px auto 0 auto;
  width: 100%;
  height: auto;
  max-width: 1380px;
  object-fit: contain;
}
.section-block {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.section-block .section-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  max-width: 1450px;
  margin: 0 auto;
}
.section-block .image-wrap {
  flex: 1 0 48%;
  display: flex;
}
.section-block .image-wrap img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}
.section-block {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-block .section-content h2.block-title {
  font-weight: bold;
  color: #081A15;
  line-height: 1.5;
  margin-top: 16px;
}
.section-block .section-content p.block-desc {
  font-weight: 500;
  font-size: 18px;
}
.section-block .section-content .section-desc {
  margin-top: 30px;
}
.section-block .section-content .section-desc-item + .section-desc-item {
  margin-top: 26px;
}
.section-block .section-content .section-desc-item {
  display: flex;
}
.section-block .section-content .section-desc-item .desc {
  font-size: 18px;
  color: #2F3032;
}
.section-block .section-content .section-desc-item .desc .high-light {
  font-weight: 500;
  font-family: Albert Sans Bold;
}
.section-block .section-content .btn-row {
  margin-top: 60px;
  display: flex;
}
.section-block.discover-ai-project .section-content {
  flex: 1 0 37%;
}
.section-block.discover-ai-project .image-wrap {
  flex: 1 0 55%;
  justify-content: flex-end;
}
.section-block.discover-ai-project .block-desc,
.section-block.discover-ai-project .rounded-icon {
  color: #146CCC;
}
.section-block.best-library-savi .section-content {
  flex: 1 0 37%;
}
.section-block.best-library-savi .image-wrap {
  flex: 1 0 55%;
  justify-content: flex-end;
}
.section-block.best-library-savi .block-desc,
.section-block.best-library-savi .rounded-icon {
  color: #FF8000;
}
.section-block.browse-ai-project .section-content {
  flex: 1 0 37%;
}
.section-block.browse-ai-project .image-wrap {
  flex: 1 0 55%;
}
.section-block.browse-ai-project .block-desc,
.section-block.browse-ai-project .rounded-icon {
  color: #10A683;
}
.section-block.opportunities .section-content {
  flex: 1 0 37%;
}
.section-block.opportunities .image-wrap {
  flex: 1 0 55%;
}
.section-block.opportunities .block-desc,
.section-block.opportunities .rounded-icon {
  color: #10A683;
}
.section-block.data-insights .section-content {
  flex: 1 0 37%;
}
.section-block.data-insights .image-wrap {
  flex: 1 0 55%;
  justify-content: flex-end;
}
.section-block.data-insights .block-desc,
.section-block.data-insights .rounded-icon {
  color: #FF8000;
}
@media screen and (max-width: 1100px) {
  .section-block.discover-ai-project .section-inner {
    flex-direction: column-reverse;
  }
  .section-block.browse-ai-project .section-inner {
    flex-direction: column;
  }
  .section-block.best-library-savi .section-inner {
    flex-direction: column-reverse;
  }
  .section-block.opportunities .section-inner {
    flex-direction: column;
  }
  .section-block .section-content .btn-row {
    justify-content: center;
  }
  .section-block.data-insights .section-inner {
    flex-direction: column-reverse;
  }
}
.avd-monitor {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 120px;
}
.avd-monitor .avd-monitor-content {
  max-width: 1498px;
  margin: 0 auto;
  padding: 70px 80px;
  background-image: url('/assets/images/home/banner_6.webp');
  background-size: 1498px 100%;
  border-radius: 40px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.avd-monitor .avd-monitor-content .content-wrap {
  flex: 1 0 37%;
}
.avd-monitor .avd-monitor-content .content-wrap p.tip {
  font-weight: 600;
  font-size: 18px;
  color: #FEEF18;
}
.avd-monitor .avd-monitor-content .content-wrap h2 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
}
.avd-monitor .avd-monitor-content .content-wrap p.desc {
  margin-top: 24px;
  font-weight: 400;
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  line-height: 24px;
}
.avd-monitor .avd-monitor-content .content-wrap ol.content-ol {
  margin-top: 24px;
  list-style: decimal;
  padding-left: 20px;
  color: rgba(255,255,255,0.9);
}
.avd-monitor .avd-monitor-content .content-wrap ol.content-ol li+li {
  margin-top: 15px;
}
.avd-monitor .avd-monitor-content .content-wrap ol.content-ol .high-light {
  font-weight: 500;
  font-family: Albert Sans Bold;
}
.avd-monitor .avd-monitor-content .content-wrap .btn-row {
  margin-top: 50px;
  display: flex;
}
.avd-monitor .avd-monitor-content .img-wrap {
  flex: 1 0 55%;
  justify-content: flex-end;
  display: flex;
}
.avd-monitor .avd-monitor-content .img-wrap img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .avd-monitor .avd-monitor-content {
    flex-direction: column-reverse;
  }
  .avd-monitor .avd-monitor-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .avd-monitor .avd-monitor-content .content-wrap .btn-row {
    justify-content: center;
  }
}
.robust-saas {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  margin-top: 80px;
}
.robust-saas .robust-title {
  color: #000000;
  text-align: center;
  max-width: 1168px;
  margin: 0 auto;
  font-weight: 700;
}
.robust-saas .robust-tip {
  max-width: 1168px;
  margin: 12px auto 0 auto;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
.robust-saas .tools-list {
  max-width: 1168px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 60px 40px;
  margin-top: 80px;
}
.robust-saas .tools-list .tools-item {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}
.robust-saas .tools-list .tools-item .tools-item-icon {
  width: 90px;
  height: 90px;
}
.robust-saas .tools-list .tools-item .tools-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.robust-saas .tools-list .tools-item .tool-title {
  margin-top: 5px;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  max-width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.robust-saas .tools-list .tools-item .desc {
  margin-top: 14px;
  font-size: 16px;
  color: #000000;
}
.robust-saas .btn-row {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .robust-saas .tools-list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 768px) {
  .robust-saas .tools-list {
    grid-template-columns: repeat(1,1fr);
  }
}
.core-spy-tool {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  margin-top: 80px;
}
.core-spy-tool .core-title {
  color: #000000;
  text-align: center;
  max-width: 730px;
  margin: 0 auto;
  font-weight: 700;
}
.core-spy-tool .core-tip {
  max-width: 1000px;
  margin: 12px auto 0 auto;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
}
.core-spy-tool .tools-list {
  max-width: 1168px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 60px 40px;
  margin-top: 80px;
}
.core-spy-tool .tools-list .tools-item {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}
.core-spy-tool .tools-list .tools-item .tools-item-icon {
  width: 58px;
  height: 58px;
}
.core-spy-tool .tools-list .tools-item .tools-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.core-spy-tool .tools-list .tools-item .tool-title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  max-width: 100%;
}
.core-spy-tool .tools-list .tools-item .desc {
  margin-top: 14px;
  font-size: 16px;
  color: #000000;
}
.core-spy-tool .btn-row {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .core-spy-tool .tools-list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 768px) {
  .core-spy-tool .tools-list {
    grid-template-columns: repeat(1,1fr);
  }
}
.talk-about-us {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 80px;
}
.talk-about-us .talk-about-us-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 0px 0;
}
.talk-about-us .talk-about-us-content h2 {
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  margin-top: 24px;
}
.talk-about-us .talk-about-us-content .btn-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.talk-about-us .talk-about-us-content .brands {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  max-width: 1246px;
  margin: 0 auto;
}
.talk-about-us .talk-about-us-content .brands .brands-list {
  display: flex;
  gap: 16px;
  max-width: 1126px;
  margin: 40px auto 0 auto;
  flex-wrap: nowrap;
  overflow: hidden;
}
.talk-about-us .talk-about-us-content .brands .brands-list.swiper-container {
  overflow: hidden;
  position: relative;
}
.talk-about-us .talk-about-us-content .brands .brands-list .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item {
  width: 100%;
  height: 460px;
  background-color: #F8F9FB;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .img-wrap {
  flex: 1;
  height: 460px;
  overflow: hidden;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .img-wrap img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro {
  max-width: 420px;
  flex-shrink: 0;
  padding: 50px 26px 30px;
  display: flex;
  flex-direction: column;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro .brand-logo {
  height: 28px;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro .brand-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro .brand-saying {
  flex: 1 1 0%;
  min-width: 0;
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro .brand-saying wrap
              .high-light {
  color: #11A683;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro .bottom-info {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro .bottom-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro .bottom-info .name {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro .bottom-info .desc {
  font-weight: 400;
}
.talk-about-us .talk-about-us-content .brands .left-icon {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.talk-about-us .talk-about-us-content .brands .right-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.talk-about-us .talk-about-us-content .left-icon,
.talk-about-us .talk-about-us-content .right-icon {
  background-color: #FFFFFF;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  z-index: 5;
  justify-content: center;
}
.talk-about-us .talk-about-us-content .left-icon:hover,
.talk-about-us .talk-about-us-content .right-icon:hover {
  color: #11A683;
  border-color: #10A683;
}
.talk-about-us .talk-about-us-content .brans-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  max-width: 1126px;
  margin: 50px auto 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
  user-select: none;
}
.talk-about-us .talk-about-us-content .brans-logos .brans-logo-item {
  height: 38px;
  position: relative;
  cursor: pointer;
}
.talk-about-us .talk-about-us-content .brans-logos .brans-logo-item .brans-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.talk-about-us .talk-about-us-content .brans-logos .brans-logo-item .brans-logo-selected {
  width: auto;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: .3s;
}
.talk-about-us .talk-about-us-content .brans-logos .brans-logo-item.limith2 {
  height: 22px;
}
.talk-about-us .talk-about-us-content .brans-logos .brans-logo-item.limith3 {
  height: 28px;
}
.talk-about-us .talk-about-us-content .brans-logos .brans-logo-item:hover .brans-logo-selected {
  opacity: 1;
}
.talk-about-us .talk-about-us-content .brans-logos .brans-logo-item.selected .brans-logo-selected {
  opacity: 1;
}
.talk-about-us .talk-about-us-content .user-appreciation-wrapper .swiper-container {
  overflow: hidden;
  position: relative;
  max-width: 1115px;
  margin: 0 auto 0 auto;
  flex-wrap: nowrap;
}
.talk-about-us .talk-about-us-content .user-appreciation-wrapper .swiper-container .swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.talk-about-us .talk-about-us-content .user-appreciation-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.talk-about-us .talk-about-us-content .user-appreciation {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  max-width: 1115px;
  margin: 70px auto 0 auto;
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item {
  padding: 26px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid rgba(13,34,71,0.1);
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item.flex1 {
  flex: 1;
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item .appreciation-top {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item .appreciation-top .user-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item .appreciation-top .user-info .username {
  font-weight: 600;
  font-size: 18px;
  color: #18181B;
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item .appreciation-top .user-info .user-desc {
  font-weight: 400;
  font-size: 13px;
  color: rgba(99,101,108,0.99);
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item .appreciation-top img.portrait {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(0,0,0,0.15);
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item .user-saying {
  margin-top: 24px;
  flex: 1;
  display: flex;
  align-items: center;
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item .user-intro {
  position: relative;
  margin-top: 24px;
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item .user-intro img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.talk-about-us .talk-about-us-content .user-appreciation .user-appreciation-item .user-intro:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url('/assets/images/home/play.svg');
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  transition: .3s;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.talk-about-us .talk-about-us-content .switch-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.talk-about-us .talk-about-us-content .switch-btns .switch-btn {
  width: 44px;
  height: 44px;
  background-image: url('/assets/images/home/switch.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 894px) {
  .talk-about-us .talk-about-us-content .brands .brands-list .brand-item {
    flex-direction: column;
    height: auto;
  }
  .talk-about-us .talk-about-us-content .brands .brands-list .brand-item .intro {
    max-width: 100%;
  }
  .talk-about-us .talk-about-us-content .btn-row {
    flex-direction: column;
  }
  .talk-about-us .talk-about-us-content .user-appreciation {
    grid-template-columns: repeat(1,1fr);
  }
}
@media screen and (max-width: 900px) {
  .talk-about-us .talk-about-us-content .brands {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .tiktok-ads-academy .tiktok-ads-top-content {
    justify-content: center;
  }
  .tiktok-ads-academy .academys {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tiktok-ads-academy .academys .academys-list .academy-item {
    width: 100%;
  }
}
.vs-other-tool {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 160px;
}
.vs-other-tool h2.vs-title {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  color: #000000;
}
.vs-other-tool .vs-content {
  max-width: 1334px;
  margin: 0 auto;
  overflow-x: auto;
}
.vs-other-tool .vs-content .table-wrap {
  display: block;
  width: 1334px;
}
.vs-other-tool .vs-content .table-wrap .td-cell.top-img {
  padding: 10px 10px;
  display: flex;
  justify-content: center;
}
.vs-other-tool .vs-content .table-wrap .td-cell {
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.vs-other-tool .vs-content .table-wrap .td-cell.left-text {
  justify-content: flex-start;
}
.vs-other-tool .vs-content .table-wrap .td-cell .icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vs-other-tool .vs-content .table-wrap .td-cell .icon-img img {
  width: auto;
  height: 20px;
  object-fit: contain;
}
.vs-other-tool .vs-content .table-wrap th:nth-child(2) .top-img img {
  width: auto;
  height: 28px;
  object-fit: contain;
}
.vs-other-tool .vs-content .table-wrap th:nth-child(3) .top-img img {
  width: auto;
  height: 25px;
  object-fit: contain;
}
.vs-other-tool .vs-content .table-wrap th:nth-child(4) .top-img img {
  width: auto;
  height: 28px;
  object-fit: contain;
}
.vs-other-tool .vs-content .table-wrap th:nth-child(5) .top-img img {
  width: auto;
  height: 24px;
  object-fit: contain;
}
.vs-other-tool .vs-content .table-wrap th:nth-child(6) .top-img img {
  width: auto;
  height: 22px;
  object-fit: contain;
}
.vs-other-tool .vs-content .table-wrap {
  border: 1px solid #ECECEC;
  border-radius: 20px;
  overflow: hidden;
  margin: 60px auto 0;
}
.vs-other-tool .vs-content .table-wrap .my-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.vs-other-tool .vs-content .table-wrap .my-table colgroup col:nth-child(1) {
  width: 390px;
}
.vs-other-tool .vs-content .table-wrap .my-table colgroup col:nth-child(2) {
  width: 200px;
}
.vs-other-tool .vs-content .table-wrap .my-table colgroup col:nth-child(n+3) {
  width: 150px;
}
.vs-other-tool .vs-content .table-wrap .my-table th,
.vs-other-tool .vs-content .table-wrap .my-table td {
  border-bottom: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  padding: 2px 10px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}
.vs-other-tool .vs-content .table-wrap .my-table th:last-child,
.vs-other-tool .vs-content .table-wrap .my-table td:last-child {
  border-right: none;
}
.vs-other-tool .vs-content .table-wrap .my-table thead th {
  font-weight: 600;
}
.vs-other-tool .vs-content .table-wrap .my-table thead tr:last-child th {
  border-bottom: 1px solid #ECECEC;
}
.vs-other-tool .vs-content .table-wrap .my-table tbody tr:nth-child(odd) td {
  background: #FCFCFC;
}
.vs-other-tool .vs-content .table-wrap .my-table tbody tr:last-child td {
  border-bottom: none;
}
.powerful-ad-library {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 160px;
}
.powerful-ad-library .powerful-ad-library-content {
  max-width: 1450px;
  margin: 0 auto;
  padding: 70px 20px 20px;
  background-image: url('/assets/images/home/banner_18.webp');
  background-size: 1450px 100%;
  border-radius: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.powerful-ad-library .powerful-ad-library-content .all-in-one-wrapper {
  display: flex;
  justify-content: center;
}
.powerful-ad-library .powerful-ad-library-content .top-all-in-one {
  margin-left: auto;
  margin-right: auto;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.powerful-ad-library .powerful-ad-library-content .top-all-in-one .all-in-one-title {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.powerful-ad-library .powerful-ad-library-content .top-all-in-one .all-in-one-content {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.powerful-ad-library .powerful-ad-library-content .top-all-in-one .all-in-one-content .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.powerful-ad-library .powerful-ad-library-content .top-all-in-one .all-in-one-content .stars .star {
  width: 18px;
  height: 18px;
  background-image: url('/assets/images/home/starsvg.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.powerful-ad-library .powerful-ad-library-content .top-all-in-one .all-in-one-content span {
  font-weight: 500;
  font-size: 18px;
  color: #FFC401;
}
.powerful-ad-library .powerful-ad-library-content .top-all-in-one .left-feature,
.powerful-ad-library .powerful-ad-library-content .top-all-in-one .right-feature {
  display: block;
  width: 18px;
  height: 42px;
}
.powerful-ad-library .powerful-ad-library-content .top-all-in-one .left-feature {
  position: absolute;
  left: 0;
  top: 5px;
}
.powerful-ad-library .powerful-ad-library-content .top-all-in-one .right-feature {
  position: absolute;
  right: 0;
  top: 5px;
}
.powerful-ad-library .powerful-ad-library-content h2 {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 2px;
  padding-bottom: 2px;
  line-height: 1.25;
}
.powerful-ad-library .powerful-ad-library-content p.desc {
  font-size: 20px;
  text-align: center;
  max-width: 1000px;
  margin: 14px auto 0;
  color: #FFFFFF;
}
.powerful-ad-library .powerful-ad-library-content .btn-row {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.powerful-ad-library .powerful-ad-library-content .bottom-tip {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 76px;
  color: #FFFFFF;
  opacity: 0.5;
}
.topic-section-main .ai-main-content h1 {
  font-family: Albert Sans ExtraBold;
}
.topic-section-main .suitablefor h2 {
  font-family: Albert Sans Bold;
}
.adfinder-library h2.title-2,
.adfinder-library h2.library-title {
  font-family: Albert Sans Bold;
}
.section-block .section-content h2.block-title {
  font-family: Albert Sans Bold;
}
.powerful-ad-library .powerful-ad-library-content h2 {
  font-family: Albert Sans Bold;
}
.avd-monitor .avd-monitor-content .content-wrap h2 {
  font-family: Albert Sans Bold;
}
.tiktok-ads-academy .tiktok-ads-top-content h2 {
  font-family: Albert Sans Bold;
}
.talk-about-us .talk-about-us-content h2 {
  font-family: Albert Sans Bold;
}
.robust-saas .robust-title {
  font-family: Albert Sans Bold;
}
.core-spy-tool .core-title {
  font-family: Albert Sans Bold;
}
.vs-other-tool h2.vs-title {
  font-family: Albert Sans Bold;
}
@media screen and (min-width: 1281px) {
  .topic-section-main .ai-main-content h1 {
    font-size: 72px;
  }
  .topic-section-main .suitablefor h2,
  .adfinder-library h2.title-2,
  .adfinder-library h2.library-title,
  .section-block .section-content h2.block-title,
  .powerful-ad-library .powerful-ad-library-content h2,
  .avd-monitor .avd-monitor-content .content-wrap h2,
  .tiktok-ads-academy .tiktok-ads-top-content h2,
  .talk-about-us .talk-about-us-content h2,
  .robust-saas .robust-title,
  .core-spy-tool .core-title,
  .monitor-accounts .monitor-accounts-content h2,
  .vs-other-tool h2.vs-title {
    font-size: 56px;
  }
}
@media screen and (max-width: 1280px) {
  .topic-section-main .ai-main-content h1 {
    font-size: 48px;
  }
  .topic-section-main .suitablefor h2,
  .adfinder-library h2.title-2,
  .adfinder-library h2.library-title,
  .section-block .section-content h2.block-title,
  .powerful-ad-library .powerful-ad-library-content h2,
  .avd-monitor .avd-monitor-content .content-wrap h2,
  .tiktok-ads-academy .tiktok-ads-top-content h2,
  .talk-about-us .talk-about-us-content h2,
  .robust-saas .robust-title,
  .core-spy-tool .core-title,
  .monitor-accounts .monitor-accounts-content h2,
  .vs-other-tool h2.vs-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .topic-section-main .ai-main-content h1 {
    font-size: 36px;
  }
  .topic-section-main .suitablefor h2 {
    font-size: 24px;
  }
  .adfinder-library h2.title-2,
  .adfinder-library h2.library-title {
    font-size: 24px;
  }
  .section-block .section-content h2.block-title {
    font-size: 24px;
  }
  .powerful-ad-library .powerful-ad-library-content h2 {
    font-size: 24px;
  }
  .avd-monitor .avd-monitor-content .content-wrap h2 {
    font-size: 24px;
  }
  .tiktok-ads-academy .tiktok-ads-top-content h2 {
    font-size: 24px;
  }
  .talk-about-us .talk-about-us-content h2 {
    font-size: 24px;
  }
  .robust-saas .robust-title {
    font-size: 24px;
  }
  .core-spy-tool .core-title {
    font-size: 24px;
  }
  .blog-recommend h2 {
    font-size: 24px;
  }
  .monitor-accounts .monitor-accounts-content h2 {
    font-size: 24px;
  }
  .vs-other-tool h2.vs-title {
    font-size: 24px;
  }
}
.btn-item {
  user-select: none;
  min-width: 200px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 12px;
  cursor: pointer;
  transition: all 0.1s ease;
}
.btn-item.black-primary {
  color: #fff;
  background: #000000;
  border: 1px solid #000000;
}
.btn-item.black-primary:hover:not(.with-mask) {
  background: #11A683;
  border: 1px solid #11A683;
}
.btn-item.transparent-outline {
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
}
.btn-item.transparent-outline:hover {
  border-color: #000000;
  color: #10A683;
}
.btn-item.theme-gradient-primary {
  color: #fff;
  background: linear-gradient(180deg,#10A683 0%,#008F6D 100%);
}
.btn-item.theme-gradient-primary:hover {
  opacity: 0.85;
}
.btn-item.black-outline {
  color: #000000;
  background: #fff;
  border: 1px solid #808080;
}
.btn-item.black-outline:hover {
  color: #10A683;
  border: 1px solid #10A683;
}
.btn-item.white-outline {
  color: #000000;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.btn-item.white-outline:hover {
  border-color: #10A683;
  color: #10A683;
}
.btn-item.primary-btn {
  color: #fff;
  justify-content: center;
  padding: 0 20px;
  gap: 12px;
  font-size: 14px;
  border-radius: 8px;
}
.btn-item.primary-btn:hover {
  opacity: 0.85;
}
.btn-item.primary-btn .icon {
  width: 14px;
  height: 14px;
  display: block;
  z-index: 2;
}
.btn-item.primary-btn .arrow-rt {
  background-image: url('/assets/images/home/vector2.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-item.primary-with-icon {
  color: #fff;
  justify-content: space-between;
  padding: 0 20px;
  gap: 12px;
  font-size: 14px;
  border-radius: 8px;
}
.btn-item.primary-with-icon:hover {
  opacity: 0.85;
}
.btn-item.primary-with-icon .icon {
  width: 14px;
  height: 14px;
  display: block;
  z-index: 2;
}
.btn-item.primary-with-icon .arrow-rt {
  background-image: url('/assets/images/home/vector2.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-item.black-primary-with-icon {
  color: #fff;
  background: #000000;
  justify-content: space-between;
  padding: 0 20px;
  gap: 12px;
  border: 1px solid #000000;
}
.btn-item.black-primary-with-icon:hover:not(.with-mask) {
  background: #11A683;
}
.btn-item.black-primary-with-icon .icon {
  width: 16px;
  height: 16px;
  display: block;
  z-index: 2;
}
.btn-item.black-primary-with-icon .arrow-rt {
  background-image: url('/assets/images/home/vector2.svg');
  z-index: 2;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-item.white-primary-with-icon {
  color: #000000;
  background: #fff;
  justify-content: space-between;
  padding: 0 20px;
  gap: 12px;
}
.btn-item.white-primary-with-icon:hover {
  background: #e0e0e0;
}
.btn-item.white-primary-with-icon .icon {
  width: 16px;
  height: 16px;
  z-index: 2;
}
.btn-item.white-primary-with-icon .arrow-rt {
  background-image: url('/assets/images/home/vector2.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-item.rounded {
  border-radius: 9999px;
}
.btn-item.with-mask {
  overflow: hidden;
  position: relative;
}
.btn-item.with-mask > span {
  position: relative;
  z-index: 2;
}
.btn-item.with-mask:hover {
  color: #fff;
}
.btn-item.with-mask:hover {
  background: transparent;
  border-color: transparent;
}
.btn-item.with-mask:hover .primary-mask {
  transform: translateY(-12.5%);
}
.btn-item .primary-mask {
  z-index: 1;
  background-color: #11A683;
  border-radius: 50%;
  border-radius: 8;
  height: 150%;
  left: -25%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(75%);
  transition-duration: .25s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  width: 150%;
}
.btn-text-with-icon {
  display: flex;
  align-items: center;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  gap: 8px;
  padding: 0 12px;
}
.btn-text-with-icon:hover {
  color: #11A683;
}
.btn-text-with-icon .icon {
  width: 12px;
  height: 12px;
  z-index: 2;
}
.btn-text-with-icon .arrow-rt {
  background-image: url('/assets/images/home/shareVector.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
