@charset "UTF-8";
@import url("./animation.css");
html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@font-face {
  font-family: "Bebas Neue";
  src: url("https://oss.ipweb.cc/assets/fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.font-bebas {
  font-family: "Bebas Neue", "Bebas Neue Regular", Arial, sans-serif;
}

/* banner标题 */
.ipweb-wp-banner-title {
  font-size: 3.5rem;
  font-family: var(--ff-medium);
  font-weight: var(--fw-600);
}

/* 一级标题 */
.ipweb-wp-title-widget {
  text-align: center;
}
.ipweb-wp-title-widget h1,
.ipweb-wp-title-widget h2 {
  font-family: var(--ff-medium);
  font-weight: var(--fw-600);
  display: inline-block;
  text-align: left;
  font-size: var(--fs-40);
  line-height: 1.3;
}
.ipweb-wp-title-widget.is_light h1, .ipweb-wp-title-widget.is_light h2 {
  color: #fff;
}

/* 二级标题 */
.ipweb-wp-sec-title {
  font-size: var(--fs-16);
  text-align: center;
}

/* 三级标题 */
.ipweb-wp-trd-title {
  font-family: var(--ff-medium);
  font-size: var(--fs-24);
}

/* 带圆点标题 */
.ipweb-wp-circle-title {
  font-size: var(--fs-24);
  font-family: var(--ff-medium);
  color: var(--fc-400);
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

.ipweb-wp-circle-title .circle {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: #000;
  border-radius: 50%;
  flex-shrink: 0;
}

/* 强调文本 */
.ipweb-wp-gen-text {
  font-family: var(--ff-medium);
  font-size: var(--fs-32);
  font-weight: var(--fw-600);
}

/* 大标题上方下方文本 */
.ipweb-wp-title-text {
  font-size: var(--fs-24);
}

/* 标题左侧竖线 */
.title-left-icon::before {
  content: "";
  width: 0.375rem;
  height: 1em;
  border-radius: 0.5rem;
  background: #2084ff;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* 覆盖全球样式 */
.global-coverage-item {
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid var(--c-border);
  cursor: pointer;
}

.global-coverage-item:hover {
  border: 1px solid var(--c-main);
  box-shadow: 0 4px 32px 0 rgba(0, 123, 255, 0.2);
  background-color: #fdfdfd;
}

.global-coverage-item img {
  width: 3.5rem;
  height: 3.5rem !important;
  margin-right: 0.75rem;
  border-radius: 100% !important;
  border: 1px solid var(--c-border) !important;
}

/* 通用居中单选/多选样式 */
.common-check-container {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.common-check-container .common-check-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.start-container {
  justify-content: start;
  gap: 2.5rem 4.6rem;
}

.start-container .common-check-item {
  width: 180px;
}

.common-check-item input {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: center;
}

.common-check-item input[type=checkbox] {
  background-image: url(../imgs/icons/checkbox.svg);
  background-size: cover;
}

.common-check-item input[type=radio] {
  background-image: url(../imgs/icons/radio.svg);
  background-size: cover;
}

.common-check-item input[type=checkbox]:checked {
  background-image: url(../imgs/icons/checkbox_checked.svg);
  background-color: var(--c-main);
  background-size: auto;
}

.common-check-item input[type=radio]:checked {
  background-image: url(../imgs/icons/radio_checked.svg);
}

.common-check-item label {
  font-size: var(--fs-24);
  cursor: pointer;
}

/* 品牌对比样式 */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  background-color: white;
  text-align: center;
}

.comparison-table td {
  padding: 0.6rem 0;
  border-bottom: 2px solid white;
  line-height: 22px;
}

.comparison-table tr:last-child td {
  border: none;
}

.ipweb-column {
  background-color: var(--c-main);
  color: #fff;
  width: 37%;
}

.comparison-table tr:first-child td.ipweb-column {
  background-color: #2253af;
}

.name-column {
  background-color: #f7f8fa;
  border-right: 2px solid white;
  border-left: 2px solid white;
}

.other-brand-column {
  background-color: #aaaaaa;
  color: #fff;
  width: 37%;
}

.comparison-table tr:first-child td.other-brand-column {
  background-color: #898989;
}

/* 爬虫对比样式 */
.crawler-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.crawler-comparison-table td {
  padding: 1.25rem 0 1.13rem 0;
  line-height: 1.5;
}

.crawler-comparison-table .first-column {
  width: 20%;
}

.crawler-comparison-table .first-column img {
  margin-left: 1rem;
  width: 1.875rem;
  height: 1.875rem;
}

.crawler-comparison-table .second-column {
  width: 40%;
  text-align: center;
}

.crawler-comparison-table .third-column {
  width: 40%;
  text-align: center;
}

.crawler-comparison-table tr:first-child .second-column {
  background: #2084ff;
  color: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 1.88rem 0 1.56rem 0;
  font-size: 1.125rem;
}

.crawler-comparison-table tr:first-child .third-column {
  padding: 1.88rem 0 1.56rem 0;
  font-family: var(--ff-medium);
  font-size: 1.125rem;
}

.crawler-comparison-table tr:last-child .second-column {
  border-radius: 0 0 1.25rem 1.25rem;
}

.crawler-comparison-table tr:not(:first-child):nth-child(odd) .second-column {
  background: #e9f3ff;
}

.crawler-comparison-table tr:not(:first-child):nth-child(even) .second-column {
  background: #dfebfc;
}

.crawler-comparison-table tr:first-child .first-column,
.crawler-comparison-table tr:first-child .third-column {
  background: #fff;
}

.crawler-comparison-table tr:nth-child(even) .first-column,
.crawler-comparison-table tr:nth-child(even) .third-column {
  background: #fff;
}

.crawler-comparison-table tr:nth-child(odd):not(:first-child) .first-column,
.crawler-comparison-table tr:nth-child(odd):not(:first-child) .third-column {
  background: #f4f7fc;
}

/* 定价计划样式 */
.pricing-card {
  border: 1px solid var(--c-border);
  border-radius: 0.5rem;
  padding: 2.5rem 1.5rem;
  transition: all 0.3s ease;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.pricing-card .pricing-card-bg {
  position: absolute;
  top: 2rem;
  left: 0;
  right: -3rem;
  bottom: 0;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: right top;
  opacity: 0.1;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 32px 0 rgba(0, 123, 255, 0.2);
  border-color: var(--c-main);
  background-color: #fdfdfd;
}
.pricing-card:hover .c-btn {
  background: var(--gradient-1);
  color: var(--fc-0);
  border: none;
  border: 2px solid var(--gradient-1);
}
.pricing-card:hover .c-btn img {
  display: inline-block;
}

.pricing-tabs .pricing-tab-btn {
  transition: all 0.3s ease;
  padding: 0.38rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  cursor: pointer;
  background: #fff;
  color: #999;
  cursor: pointer;
}
.pricing-tabs .pricing-tab-btn:hover {
  color: var(--c-main);
}
.pricing-tabs .pricing-tab-btn.active {
  background: var(--gradient-1);
  color: var(--fc-0);
}
.pricing-tabs .pricing-tab-btn.active:hover {
  color: var(--fc-0);
}

/* api定价 */
@media (min-width: 768px) {
  .clip-trapezoid {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  }
}
/* 全宽度背景图 */
.elementor-widget-full_width_bg {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ipweb-wp-full-width-bg {
  width: 100%;
  height: 100%;
}

.ipweb-wp-desktop-bg {
  height: 100% !important;
  width: 100%;
}

.ipweb-wp-mobile-bg {
  display: none;
  max-width: 100%;
  height: 100% !important;
  width: 100%;
}

.elementor-widget-full_width_bg.full-width-bg-cover {
  z-index: 100 !important;
  pointer-events: none !important;
}

.elementor-widget-full_width_bg.full-width-bg-cover .ipweb-wp-full-width-bg.cover img {
  pointer-events: none;
}

/* 首页横幅 */
.home-banner-wrap {
  overflow: hidden !important;
}

.home-banner .price-box {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home-banner .price-box .price {
  font-family: "DIN Alternate";
}

/* 学习中心横幅 */
.study-banner .desc,
.product-banner .desc {
  animation-delay: 200ms;
}
.study-banner .btn-box,
.product-banner .btn-box {
  animation-delay: 400ms;
}
.study-banner .tips,
.product-banner .tips {
  animation-delay: 500ms;
}

/* 代理位置横幅 */
.location-banner .desc {
  animation-delay: 200ms;
}
.location-banner .tip-box {
  animation-delay: 400ms;
}
.location-banner .btn-box {
  animation-delay: 500ms;
}
.location-banner .tips {
  animation-delay: 600ms;
}
.location-banner .comment-box {
  animation-delay: 700ms;
}

/* 应用场景 */
.carousel-scene .carousel-btn {
  transition: all 0.3s ease;
}

.carousel-scene .carousel-btn:hover {
  transform: scale(1.1);
}

.carousel-scene .carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.carousel-scene .carousel-item {
  min-width: 20%;
}

.carousel-scene .card {
  transition: all 0.3s ease;
  margin: 0 auto;
}

.carousel-scene .card:hover {
  transform: translateY(-4px);
}

/* 应用场景2 */
.carousel-scene2 .carousel-item .card {
  border-radius: 0.5rem;
  border: 1px solid #c9cdd4;
  background: #fff;
}
.carousel-scene2 .carousel-item .card:hover {
  border: 1px solid var(--c-main);
  box-shadow: 0 4px 32px 0 rgba(0, 123, 255, 0.2);
}

/* 无限轮播 */
.carousel-track {
  animation: InfiniteCarouselScroll var(--carousel-duration, 20s) linear infinite;
  will-change: transform;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 2.5rem 5rem;
}
@media (max-width: 768px) {
  .carousel-track {
    gap: 1.5rem 2.5rem;
    justify-content: start;
  }
}

/* 为所有偶数行添加反向滚动效果 */
.carousel-track:nth-child(even) {
  animation-direction: reverse;
}

.infinite-carousel-item {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.infinite-carousel-item img {
  height: 2.5rem !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* 卡片列表三列 */
.list-3-col .card .default-img {
  padding: 1.5rem 1.5rem 0;
}
.list-3-col .card .default-img img {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 1.25rem !important;
}

.list-3-col .card .full-img {
  padding: 0;
}
.list-3-col .card .full-img img {
  width: 100%;
  height: 12.5rem;
  border-radius: 1.25rem 1.25rem 0 0 !important;
}

.list-3-col .card:nth-child(1) {
  animation-delay: 0ms;
}
.list-3-col .card:nth-child(2) {
  animation-delay: 250ms;
}
.list-3-col .card:nth-child(3) {
  animation-delay: 500ms;
}
.list-3-col .card:nth-child(4) {
  animation-delay: 500ms;
}
.list-3-col .card:nth-child(5) {
  animation-delay: 750ms;
}
.list-3-col .card:nth-child(6) {
  animation-delay: 1000ms;
}

.list-3-col .bottom-btn {
  animation-delay: 500ms;
}

.tip-box .tip {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.3rem;
  color: #999999;
}
.tip-box .tip .icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}

.card-wrap .card:nth-child(1) {
  animation-delay: 0ms;
}
.card-wrap .card:nth-child(2) {
  animation-delay: 250ms;
}
.card-wrap .card:nth-child(3) {
  animation-delay: 500ms;
}
.card-wrap .card:nth-child(4) {
  animation-delay: 500ms;
}
.card-wrap .card:nth-child(5) {
  animation-delay: 750ms;
}
.card-wrap .card:nth-child(6) {
  animation-delay: 1000ms;
}
.card-wrap .card:nth-child(7) {
  animation-delay: 1250ms;
}
.card-wrap .card:nth-child(8) {
  animation-delay: 1500ms;
}
.card-wrap .card:nth-child(9) {
  animation-delay: 1750ms;
}
.card-wrap .card:nth-child(10) {
  animation-delay: 2000ms;
}
.card-wrap .card:nth-child(11) {
  animation-delay: 2250ms;
}
.card-wrap .card:nth-child(12) {
  animation-delay: 2500ms;
}

/* 列表三列二列 */
.list-3-2-col.type2 .left .card-box .card {
  border-radius: 1.25rem;
  text-align: left;
}
.list-3-2-col.type2 .left .card-box .card .img-wrap {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.list-3-2-col.type2 .left .card-box .card .img-wrap img {
  width: 100%;
  height: 100%;
}
.list-3-2-col.type2 .left .card-box .card .c-btn {
  padding: 0.4375rem 1.25rem;
}

/* 轻松集成 */
.easy-integration .tip-box .tip {
  display: flex;
  gap: 0.3rem;
}
.easy-integration .tip-box .tip .icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}
.easy-integration .language-tabs .language-tab {
  padding: 0.5rem;
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #c9cdd4;
  color: #999;
  cursor: pointer;
}
.easy-integration .language-tabs .language-tab.active {
  border-bottom: none;
  color: #000;
  background: #fff;
}

/* 问题解答 */
.faq-item {
  transition: all 0.3s ease;
  outline: none;
  border: 1px solid #c9cdd4;
}

.faq-item:focus {
  outline: none;
  border: 1px solid #c9cdd4;
  box-shadow: 0 4px 32px 0 rgba(0, 123, 255, 0.2);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-content ul {
  list-style: disc outside none !important;
  padding-left: 1.75rem;
}
.faq-content ol {
  list-style: decimal outside none !important;
  padding-left: 1.75rem;
}
.faq-content a {
  color: var(--c-main) !important;
}
.faq-content a:hover {
  text-decoration: underline !important;
}

.faq-item:hover,
.faq-item.active {
  border: 1px solid var(--c-main);
  background-color: #fdfdfd;
  box-shadow: 0 4px 32px 0 rgba(0, 123, 255, 0.2);
}

.faq-item.active {
  cursor: default;
}
.faq-item.active .chevron {
  cursor: pointer;
}

.faq-item.active .title {
  color: #000;
  font-weight: 500;
}

.faq-item.active .faq-content {
  max-height: 500px;
  overflow: auto;
}

.faq-item .chevron {
  color: #999;
  transition: transform 0.3s ease;
}

.faq-item.active .chevron {
  color: #000;
  transform: rotate(180deg);
}

/* tag列表 */
.tag-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.tag-box .tag {
  border-radius: 0.125rem;
  border: 1px solid var(--c-main);
  padding: 0.125rem 0.5rem;
  color: var(--c-main);
  font-size: 0.875rem;
}
.tag-box.fill .tag {
  background: var(--c-main);
  color: #fff;
}

/* 创作作者 */
.customer-author-box {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.customer-author-box .author-img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  /* margin-top: 0.5rem; */
}
.customer-author-box .author-img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-author-box .author-name {
  font-size: 1.5rem;
  font-family: var(--ff-medium);
  font-weight: 500;
}

/* 左右布局文章列表 */
.left-right-post-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.left-right-post-item {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #c9cdd4;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.left-right-post-item:hover {
  border-color: var(--c-main);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}
.left-right-post-item.active {
  border-color: var(--c-main);
  background: #fdfdfd;
  box-shadow: 0 4px 32px 0 rgba(0, 123, 255, 0.2);
}
.left-right-post-item .img {
  width: 7.875rem;
  height: 7.875rem;
  border-radius: 0.5rem !important;
}
.left-right-post-item .post-info {
  flex: 1;
  overflow: hidden;
}
.left-right-post-item .post-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.left-right-post-item .tag-box {
  margin-bottom: 0.5rem;
}
.left-right-post-item .author-name {
  font-size: 1rem;
  color: #999;
  font-weight: 500;
}
.left-right-post-item:nth-child(1) {
  animation-delay: 0ms;
}
.left-right-post-item:nth-child(2) {
  animation-delay: 200ms;
}
.left-right-post-item:nth-child(3) {
  animation-delay: 400ms;
}
.left-right-post-item:nth-child(4) {
  animation-delay: 600ms;
}

/* 合作伙伴列表 */
.partners-few .left-right-post-item {
  border-radius: 1.25rem;
  cursor: default;
}
.partners-few .left-right-post-item .img {
  width: 6.0625rem;
  height: 6.0625rem;
  border-radius: 0.95988rem !important;
}

/* 面包屑 */
.breadcrumb .breadcrumb-item.active,
.breadcrumb span.active {
  font-family: var(--ff-medium);
  font-weight: 500;
  color: #000;
}
.breadcrumb a,
.breadcrumb span {
  white-space: nowrap;
}

/* 顾客评价2 */
.customer-reviews2 .card {
  padding: 5rem 1.5em;
  border: 1px solid #c9cdd4;
  border-radius: 0.5rem;
  background: #fff;
  text-align: center;
}
.customer-reviews2 .card img {
  width: 6.42856rem;
  height: 6.42856rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.customer-reviews2 .card:hover {
  border: 1px solid var(--c-main);
  background: #fdfdfd;
  box-shadow: 0 4px 32px 0 rgba(0, 123, 255, 0.2);
}
.customer-reviews2 .card:nth-child(1) {
  animation-delay: 0ms;
}
.customer-reviews2 .card:nth-child(2) {
  animation-delay: 250ms;
}
.customer-reviews2 .card:nth-child(3) {
  animation-delay: 500ms;
}
.customer-reviews2 .card:nth-child(4) {
  animation-delay: 750ms;
}

/* 顾客评价3 */
.customer-reviews3 .tip-box .tip {
  color: #666;
}

/* 步骤 */
.steps {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #999;
  font-size: 1.5rem;
}

.steps .step-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.steps .step-item .num {
  font-size: 0.75rem;
  padding: 0 0.4em;
  border: 1px solid #999;
  border-radius: 50%;
}

.steps .step-item.active {
  color: #2084ff;
}
.steps .step-item.active .num {
  border: 1px solid #2084ff;
}

.steps .step-item.active2 {
  color: #000;
}
.steps .step-item.active2 .num {
  border: 1px solid #2084ff;
  background: #2084ff;
  color: #fff;
}

.steps .step-line {
  flex: 1;
  height: 1px;
  background: #999;
}

.steps .step-line.active {
  background: #2084ff;
}

/* 合作伙伴 */
.partners-many {
  display: grid;
  grid-template-columns: 1fr 2fr;
  overflow: visible !important;
}
.partners-many .type-list .item {
  text-align: center;
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid var(--Color-border-3, #c9cdd4);
  background: #fff;
}
.partners-many .type-list .item.active, .partners-many .type-list .item:hover {
  color: #000;
  border: 1px solid var(--Color-6, #2084ff);
  background: #fdfdfd;
  box-shadow: 0 4px 32px 0 rgba(0, 123, 255, 0.2);
}
.partners-many .title-left-icon::before {
  left: 0;
}
.partners-many .type-detail-item .left-right-post-item {
  border-radius: 1.25rem;
}

.partners-many .type-list-sticky {
  position: sticky !important;
  top: 160px !important;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 99;
  transition: all 0.3s ease;
}

/* 客户案例 */
.customer-case-item {
  padding: 1.5rem;
  border: 1px solid var(--c-border);
  border-radius: 1.25rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.customer-case-item:hover {
  border-color: var(--c-main);
  box-shadow: 0 4px 32px 0 rgba(0, 123, 255, 0.2);
}

/* 代理集成列表 */
.proxy-integration .list-1-title {
  animation-delay: 100ms;
}
.proxy-integration .list-1 {
  animation-delay: 200ms;
}
.proxy-integration .list-2-title {
  animation-delay: 400ms;
}
.proxy-integration .list-2 {
  animation-delay: 600ms;
}

/* 开始使用 */
.bottom-section .mask-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* 顾客评价4 */
.customer-reviews4 {
  /* 底部白色渐变遮罩 */
  /* 三列不同速度 + 错位 */
  /* 悬停暂停动画 */
}
.customer-reviews4 .t2-column {
  overflow: hidden;
  height: 31.25rem;
  position: relative;
  width: 100%;
}
.customer-reviews4 .t2-column::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
  z-index: 2;
}
.customer-reviews4 .t2-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}
.customer-reviews4 .t2-list .t2-item {
  background: #eaf3ff;
  border-radius: 1.25rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.05);
  cursor: pointer;
  width: 100%;
  flex-shrink: 0;
  max-width: 100%;
}
.customer-reviews4 .t2-list .t2-item:hover {
  box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.customer-reviews4 .t2-item .header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}
.customer-reviews4 .t2-item .header .avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.customer-reviews4 .t2-item .header .name {
  font-size: 1.875rem;
  color: #000;
  font-family: var(--ff-medium);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.customer-reviews4 .t2-item .content {
  font-size: 1.125rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.customer-reviews4 .t2-column1 .t2-list {
  animation: scroll 16s linear infinite;
}
.customer-reviews4 .t2-column2 .t2-list {
  animation: scroll 20s linear infinite;
}
.customer-reviews4 .t2-column3 .t2-list {
  animation: scroll 16s linear infinite;
}
.customer-reviews4 .t2-column:hover .t2-list {
  animation-play-state: paused;
}

/* 自定义tabs */
.custom-tabs .custom-tab {
  padding: 0 0.5rem 1rem;
  text-align: center;
  color: #666;
  cursor: pointer;
  font-size: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-tabs .custom-tab.active {
  border-bottom: 2px solid var(--c-main);
}
.custom-tabs .custom-tab.active, .custom-tabs .custom-tab:hover {
  color: var(--c-main);
  font-weight: 600;
}

/* ace编辑器 */
.ace_editor {
  font-size: 1rem;
}
.ace_editor .ace_mobile-menu {
  display: none !important;
}
.ace_editor .ace_gutter {
  background: #fff !important;
}
.ace_editor .ace_content {
  height: 100% !important;
}

.code-editor-wrap .editor-body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.code-editor-wrap .editor-body::-webkit-scrollbar-track {
  background: #e5e6eb;
  border-radius: 10px;
}
.code-editor-wrap .editor-body::-webkit-scrollbar-thumb {
  background: #c9cdd4;
  border-radius: 10px;
}

.theme-clouds .ace_editor .ace_gutter {
  background: #f7f8fa !important;
}
.theme-clouds .ace_editor .ace_content {
  background: #f7f8fa !important;
}

.theme-dracula .editor-body::-webkit-scrollbar-track {
  background: #373a4b;
  border-radius: 10px;
}
.theme-dracula .editor-body::-webkit-scrollbar-thumb {
  background: #1d1e27;
  border-radius: 10px;
}
.theme-dracula .ace_editor .ace_gutter {
  background: #282a36 !important;
}

#editor .ace_scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#editor .ace_scrollbar::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}
#editor .ace_scrollbar::-webkit-scrollbar-thumb {
  background: #2084ff;
  border-radius: 10px;
}

.inputEditor .ace_scrollbar.ace_scrollbar-v,
.outputEditor .ace_scrollbar.ace_scrollbar-v {
  height: 100% !important;
}
.inputEditor .ace_scrollbar::-webkit-scrollbar,
.outputEditor .ace_scrollbar::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.inputEditor .ace_scrollbar::-webkit-scrollbar-track,
.outputEditor .ace_scrollbar::-webkit-scrollbar-track {
  background: #e5e6eb;
  border-radius: 10px;
}
.inputEditor .ace_scrollbar::-webkit-scrollbar-thumb,
.outputEditor .ace_scrollbar::-webkit-scrollbar-thumb {
  background: #c9cdd4;
  border-radius: 10px;
}

/* 文本编辑器文字样式 */
.elementor-widget-text-editor.ff-main {
  font-family: var(--ff-main) !important;
}

/* 单行文本溢出 */
.text-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 两行文本溢出 */
.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 3em; /* 2行 * 1.5行高 = 3em */
}

/* 三行文本溢出 */
.text-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 4.5em; /* 3行 * 1.5行高 = 4.5em */
}

/* 渐变背景 */
.gradient-bg {
  border-radius: 112.5rem;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 123, 255, 0.12) 0%, rgba(0, 123, 255, 0) 100%);
}

.gradient-bg2 {
  background: linear-gradient(120deg, #eafbff 0%, #f4f7fc 50%, #e3edff 100%);
}

.sample-table-wrapper {
  background: #fff;
  border: 1px solid #e5e6eb;
  border-radius: 0.5rem;
  overflow: hidden;
}

.sample-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: var(--fs-14);
  line-height: 1.375rem;
  /* 简单的缺省状态样式 */
}
.sample-table .no-results {
  display: none;
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}
.sample-table .no-results.show {
  display: table-row;
}

.sample-table thead th {
  background: #f2f3f5;
  padding: 0.56rem 1rem;
  text-align: left;
  font-family: var(--ff-medium);
}

.sample-table tbody td {
  background: #fff;
  padding: 0.56rem 1rem;
  border-top: 1px solid #e5e6eb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 为特定列设置宽度 */
.sample-table th:nth-child(1),
.sample-table td:nth-child(1) {
  width: 21.67%;
}

.sample-table th:nth-child(2),
.sample-table td:nth-child(2) {
  width: 28.33%;
}

.sample-table th:nth-child(3),
.sample-table td:nth-child(3) {
  width: 16.67%;
}

.sample-table th:nth-child(4),
.sample-table td:nth-child(4) {
  width: 33.33%;
}

/* 隐藏行的样式 */
.sample-table tr.hidden-row {
  display: none;
}

/* 遮罩层样式 */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.4);
  /* backdrop-filter: blur(10px); */
  -webkit-backdrop-filter: blur(8.6999998093px);
          backdrop-filter: blur(8.6999998093px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.cus-tabs-btn {
  padding: 0.75rem 2rem;
  border-radius: 2.5rem;
  transition: all 0.2s;
  background: #fff;
  color: var(--c-main);
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-width: 10rem;
}

.cus-tabs-btn.active {
  background: transparent;
  color: var(--fc-0);
  background: var(--gradient-1);
}

/* Trustpilot轮播 */
.trustpilot-carousel-inner {
  display: flex;
  will-change: transform;
}

.trustpilot-carousel-item {
  flex: 0 0 100%;
  overflow: hidden;
  padding: 0 0.75rem;
}

@media (min-width: 768px) {
  .trustpilot-carousel-item {
    flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .trustpilot-carousel-item {
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 1200px) {
  /* 应用场景 */
  .carousel-scene .carousel-item {
    min-width: 25%;
  }
  /* 学习中心 */
  .study-banner .block-2 {
    justify-content: end;
  }
}
@media (max-width: 1024px) {
  /* 首页横幅 */
  .home-banner .price-box {
    right: 1rem;
    top: 1rem;
  }
  /* 应用场景 */
  .carousel-scene .carousel-item {
    min-width: 28.5714%;
  }
  /* 开始使用 */
}
@media (max-width: 768px) {
  /* 品牌对比样式 */
  .comparison-table {
    font-size: 14px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem;
  }
  /* 全宽度背景图 */
  .ipweb-wp-full-width-bg[data-use-mobile=yes] .ipweb-wp-desktop-bg {
    display: none;
  }
  .ipweb-wp-full-width-bg[data-use-mobile=yes] .ipweb-wp-mobile-bg {
    display: block;
  }
  /* 首页横幅 */
  .home-banner .price-box {
    left: 18rem;
    right: unset;
    top: 1.5rem;
  }
  /* 应用场景 */
  .carousel-scene .carousel-item {
    min-width: 100%;
  }
}
.container .customer-img {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 650px) {
  /* 合作伙伴-多 */
  .partners-many {
    display: grid;
    grid-template-columns: 1fr;
  }
  .partners-many .type-list {
    display: none;
  }
}
@media (max-width: 600px) {
  /* 步骤 */
  .steps {
    gap: 0.5rem;
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=custom-widget.css.map */