.faq-technical-support-page * {
  box-sizing: border-box;
}

.faq-technical-support-body {
  margin: 0;
  background: rgba(245, 246, 247, 1);
  color: rgba(0, 0, 0, 1);
  font-family: "AlibabaPuHuiTi-Regular", "Roboto-Regular", sans-serif;
}

.faq-technical-support-page {
  min-width: 320px;
  background: rgba(245, 246, 247, 1);
  --faq-technical-support-sticky-offset: 0px;
}

.faq-technical-support-breadcrumb-bar {
  display: flex;
  justify-content: center;
  background: rgba(242, 242, 242, 1);
}

.faq-technical-support-breadcrumb-shell {
  width: min(1920px, 100%);
  padding: 0 24px;
  display: flex;
  justify-content: center;
}

.faq-technical-support-breadcrumb {
  width: min(1200px, 100%);
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
}

.faq-technical-support-breadcrumb-link,
.faq-technical-support-breadcrumb-link:visited,
.faq-technical-support-breadcrumb-link:hover,
.faq-technical-support-breadcrumb-link:active {
  color: rgba(153, 153, 153, 1);
  text-decoration: none;
}

.faq-technical-support-breadcrumb-current,
.faq-technical-support-breadcrumb-current:visited,
.faq-technical-support-breadcrumb-current:hover,
.faq-technical-support-breadcrumb-current:active {
  color: rgba(153, 153, 153, 1);
  text-decoration: none;
}

.faq-technical-support-tabbar-sentinel {
  height: 0;
}

.faq-technical-support-main {
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 1);
  padding: 34px 0 120px;
}

.faq-technical-support-tabbar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 1);
  position: sticky;
  top: var(--faq-technical-support-sticky-offset);
  z-index: 40;
}

.faq-technical-support-tabbar-wrap.faq-technical-support-tabbar-wrap-stuck {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.faq-technical-support-tabbar-shell {
  width: min(1920px, 100%);
  padding: 0 24px;
  display: flex;
  justify-content: center;
}

.faq-technical-support-tabbar {
  width: min(1200px, 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 11px 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.faq-technical-support-tab {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 153px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(218, 36, 29, 1);
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular", "AlibabaPuHuiTi-Regular", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}

.faq-technical-support-tab-active {
  border-top: 1px solid rgba(218, 36, 29, 1);
  border-right: 1px solid rgba(218, 36, 29, 1);
  border-left: 1px solid rgba(218, 36, 29, 1);
  border-bottom: 0;
  color: rgba(218, 36, 29, 1);
}

.faq-technical-support-tabbar-fill {
  min-width: 120px;
  flex: 1 0 120px;
  height: 34px;
  border-bottom: 1px solid rgba(218, 36, 29, 1);
  background: rgba(255, 255, 255, 1);
}

.faq-technical-support-shell {
  width: min(1200px, calc(100vw - 48px));
  min-width: 0;
  padding: 0;
}

.faq-technical-support-content {
  display: flex;
  flex-direction: column;
  min-height: 998px;
  gap: 21px;
}

.faq-technical-support-title {
  padding: 0;
  color: rgba(31, 41, 55, 1);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: "AlibabaPuHuiTi-Bold", "AlibabaPuHuiTi-Regular", sans-serif;
}

.faq-technical-support-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.faq-technical-support-list-item {
  min-height: 64px;
  padding: 19px 7px 19px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(196, 196, 196, 1);
  color: inherit;
  text-decoration: none;
}

.faq-technical-support-list-title {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular", "AlibabaPuHuiTi-Regular", sans-serif;
  transition: color 0.2s ease;
}

.faq-technical-support-list-date {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "SourceHanSansCN-Regular", "AlibabaPuHuiTi-Regular", sans-serif;
  white-space: nowrap;
}

.faq-technical-support-list-item:hover .faq-technical-support-list-title {
  color: #2563eb;
}

.faq-technical-support-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 39px 0 0;
  flex-wrap: wrap;
}

.faq-technical-support-pagination-pages {
  display: flex;
  align-items: center;
  gap: 0;
}

.faq-technical-support-page-chip,
.faq-technical-support-page-total {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(238, 238, 238, 1);
  background: rgba(255, 255, 255, 1);
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  font-family: "AlibabaPuHuiTi-Regular", sans-serif;
  white-space: nowrap;
}

.faq-technical-support-page-chip {
  min-width: 39.8px;
  padding: 0 15px;
  cursor: pointer;
}

.faq-technical-support-page-chip-nav {
  min-width: 60.8px;
}

.faq-technical-support-page-chip-wide {
  min-width: 47.58px;
}

.faq-technical-support-page-chip-active {
  border-color: rgba(221, 33, 40, 1);
  background: rgba(221, 33, 40, 1);
  color: rgba(255, 255, 255, 1);
}

.faq-technical-support-page-chip-disabled {
  color: rgba(210, 210, 210, 1);
  cursor: default;
}

.faq-technical-support-page-chip:disabled {
  pointer-events: none;
}

.faq-technical-support-page-chip-ellipsis {
  cursor: default;
}

.faq-technical-support-page-total {
  width: 85px;
  border-left: 0;
}

@media (max-width: 1100px) {
  .faq-technical-support-shell {
    width: min(1200px, calc(100vw - 32px));
  }
}

@media (max-width: 860px) {
  .faq-technical-support-shell {
    width: calc(100vw - 24px);
  }

  .faq-technical-support-main {
    padding: 28px 0 56px;
  }

  .faq-technical-support-tabbar {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .faq-technical-support-tab {
    width: calc(50% - 0px);
    min-width: 0;
  }

  .faq-technical-support-tabbar-fill {
    display: none;
  }

  .faq-technical-support-list-item {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .faq-technical-support-pagination {
    justify-content: flex-start;
    padding-top: 24px;
  }

  .faq-technical-support-pagination-pages {
    flex-wrap: wrap;
  }

  .faq-technical-support-page-total {
    width: auto;
    min-width: 85px;
    padding: 0 12px;
    border-left: 1px solid rgba(238, 238, 238, 1);
  }
}
