@charset "UTF-8";

.faq-page {
  background: #fff;
  color: #333;
}

.faq-hero {
  position: relative;
  overflow: hidden;
  height: 3.5rem;
  background: #f5f7fb url("../images/FAQs/FAQs_banner.png") center bottom / cover no-repeat;
}

.faq-globe {
  display: none;
}

.faq-hero-inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

.faq-hero h1 {
  font-family: Alibaba-PuHuiTi-B, Alibaba PuHuiTi;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  text-align: center;
}

.faq-content {
  padding: 0.62rem 0 0.78rem;
  background: #fff;
}

.faq-container {
  width: 74%;
  max-width: 15.05rem;
  margin: 0 auto;
}

.faq-container h2 {
  font-family: Alibaba-PuHuiTi-B;
  font-size: 0.34rem;
  line-height: 1.25;
  text-align: center;
  color: #333;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.64rem 0.64rem;
  margin-top: 0.62rem;
}

.faq-card {
  min-height: 3.02rem;
  background: #f6f7fb;
  border-radius: 0.08rem;
  overflow: hidden;
  box-sizing: border-box;
}

.faq-card h3 {
  padding: 0.2rem 0.22rem 0.16rem;
  border-bottom: 0.01rem solid #dfdfdf;
  color: #ff5b1a;
  font-family: Alibaba-PuHuiTi-B;
  font-size: 0.24rem;
  line-height: 1.25;
}

.faq-card ul {
  padding: 0.22rem 0.22rem 0.06rem;
}

.faq-card li {
  display: flex;
  align-items: center;
  min-height: 0.44rem;
  margin-bottom: 0.03rem;
}

.faq-card li:nth-child(n+4) {
  display: none;
}

.faq-card li img {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.09rem;
  flex: 0 0 auto;
}

.faq-card li .faq-question-link {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #555;
  font-size: 0.19rem;
  line-height: 1.35;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.faq-card li .faq-question-link:hover,
.faq-card li .faq-question-link:focus-visible {
  color: #ff5b1a;
}

.faq-more {
  display: inline-block;
  min-width: 0.73rem;
  height: 0.3rem;
  margin: 0.08rem 0 0.22rem 0.22rem;
  padding: 0 0.16rem;
  border: 0.01rem solid #e1e1e1;
  border-radius: 0.16rem;
  background: #fff;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-family: Alibaba-PuHuiTi-R;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0.01rem 0.03rem rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.faq-detail-content {
  padding: 0.58rem 0 1.02rem;
  background: #fff;
}

.faq-detail-container {
  width: 84%;
  max-width: 16.4rem;
  margin: 0 auto;
}

.faq-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  margin-bottom: 0.58rem;
  color: #777;
  font-family: Alibaba-PuHuiTi-B, Alibaba PuHuiTi;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.2;
}

.faq-breadcrumb a,
.faq-breadcrumb span {
  color: #777;
}

.faq-breadcrumb strong {
  color: #ff5b1a;
  font-weight: bold;
}

.faq-detail-layout {
  display: grid;
  grid-template-columns: 4.85rem minmax(0, 1fr);
  min-height: 8.8rem;
  overflow: hidden;
  border: 0.01rem solid #eceff5;
  border-radius: 0.08rem;
  background: #fff;
  box-shadow: 0 0.16rem 0.32rem rgba(33, 44, 68, 0.06);
}

.faq-side-nav {
  padding: 0.3rem 0.3rem 0.42rem;
  border-right: 0.01rem solid #e1e4eb;
  background: #f6f7fb;
}

.faq-side-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 0.78rem;
  margin: 0 -0.3rem;
  padding: 0 0.22rem 0 0.3rem;
  border-bottom: 0.01rem solid #e0e2e8;
  border-left: 0.04rem solid transparent;
  color: #333;
  font-family: Alibaba-PuHuiTi-B, Alibaba PuHuiTi;
  font-size: 0.21rem;
  font-weight: bold;
  line-height: 1.25;
  box-sizing: border-box;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.faq-side-nav a span {
  min-width: 0;
  white-space: nowrap;
}

.faq-side-nav a:hover,
.faq-side-nav a:focus-visible,
.faq-side-nav a.active {
  border-bottom-color: transparent;
  border-left-color: #ff5b1a;
  background: #fff2ec;
  color: #ff5b1a;
}

.faq-side-nav em {
  flex: 0 0 auto;
  width: 0.09rem;
  height: 0.14rem;
  overflow: hidden;
  background: url("../images/FAQs/faq-gray-square.png") center / contain no-repeat;
  color: transparent;
  font-style: normal;
  font-size: 0;
  line-height: 1;
  opacity: 0;
  text-indent: -9999px;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.faq-side-nav a:hover em,
.faq-side-nav a:focus-visible em,
.faq-side-nav a.active em {
  opacity: 1;
  visibility: visible;
}

.faq-detail-panel {
  padding: 0.5rem 0.56rem 0.7rem;
  background: #fff;
}

.faq-detail-layout.is-switching {
  pointer-events: none;
}

.faq-detail-header {
  padding-bottom: 0.28rem;
  border-bottom: 0.01rem solid #e5e5e5;
}

.faq-detail-header h2 {
  color: #333;
  font-family: Alibaba-PuHuiTi-B, Alibaba PuHuiTi;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 1.2;
}

.faq-detail-header p {
  margin-top: 0.24rem;
  color: #666;
  font-size: 0.2rem;
  line-height: 1.9;
}

.faq-detail-item {
  padding: 0.33rem 0;
  border-bottom: 0.01rem solid #e9e9e9;
}

.faq-detail-item h3 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.18rem;
  padding-right: 0.52rem;
  color: #333;
  font-family: Alibaba-PuHuiTi-B, Alibaba PuHuiTi;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
}

.faq-question-main {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  flex: 1 1 auto;
}

.faq-question-main > img {
  width: 0.28rem;
  height: 0.28rem;
  margin: 0.04rem 0.16rem 0 0;
  flex: 0 0 auto;
}

.faq-question-main span {
  min-width: 0;
}

.faq-toggle {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.faq-toggle img {
  display: block;
  width: 0.16rem;
  height: 0.09rem;
}

.faq-toggle:focus-visible {
  outline: 0.02rem solid #ff5b1a;
  outline-offset: 0.03rem;
  border-radius: 0.04rem;
}

.faq-detail-item p {
  margin-top: 0.19rem;
  color: #666;
  font-size: 0.2rem;
  line-height: 1.9;
  white-space: pre-line;
}

.faq-detail-item.is-collapsed .faq-answer {
  display: none;
}

.faq-static-contact {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .faq-container {
    width: 86%;
  }

  .faq-detail-container {
    width: 86%;
  }

  .faq-grid {
    gap: 0.42rem;
  }

  .faq-detail-layout {
    grid-template-columns: 4.55rem minmax(0, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .faq-hero {
    height: 3.9rem;
  }

  .faq-hero-inner {
    width: 100%;
  }

  .faq-globe {
    display: none;
  }

  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-detail-layout {
    grid-template-columns: 1fr;
  }

  .faq-side-nav {
    display: flex;
    overflow-x: auto;
    gap: 0.12rem;
    padding: 0.22rem;
    border-right: 0;
    border-bottom: 0.01rem solid #e1e4eb;
  }

  .faq-side-nav a {
    flex: 0 0 auto;
    min-height: 0.52rem;
    margin: 0;
    padding: 0 0.2rem;
    border: 0.01rem solid #e0e2e8;
    border-radius: 0.06rem;
    background: #fff;
    font-size: 0.18rem;
  }

  .faq-side-nav a:hover,
  .faq-side-nav a:focus-visible,
  .faq-side-nav a.active {
    margin: 0;
    padding: 0 0.2rem;
    border: 0.01rem solid #ff5b1a;
    background: #fff2ec;
  }

  .faq-side-nav em {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .faq-hero {
    height: auto;
    min-height: 4.1rem;
  }

  .faq-hero-inner {
    width: 100%;
  }

  .faq-hero h1 {
    font-size: 0.5rem;
  }

  .faq-content {
    padding: 0.7rem 0;
  }

  .faq-container {
    width: 90%;
  }

  .faq-detail-container {
    width: 90%;
  }

  .faq-container h2 {
    font-size: 0.4rem;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 0.36rem;
    margin-top: 0.48rem;
  }

  .faq-card {
    min-height: 0;
  }

  .faq-card h3 {
    font-size: 0.34rem;
    padding: 0.24rem 0.28rem 0.2rem;
  }

  .faq-card ul {
    padding: 0.26rem 0.28rem 0.1rem;
  }

  .faq-card li {
    min-height: 0.56rem;
  }

  .faq-card li img {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.12rem;
  }

  .faq-card li .faq-question-link {
    font-size: 0.28rem;
  }

  .faq-more {
    height: 0.42rem;
    margin: 0.1rem 0 0.28rem 0.28rem;
    padding: 0 0.22rem;
    border-radius: 0.21rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .faq-detail-content {
    padding: 0.6rem 0 0.78rem;
  }

  .faq-breadcrumb {
    margin-bottom: 0.38rem;
    font-size: 0.28rem;
  }

  .faq-detail-panel {
    padding: 0.42rem 0.32rem 0.52rem;
  }

  .faq-detail-header h2 {
    font-size: 0.44rem;
  }

  .faq-detail-header p,
  .faq-detail-item p {
    font-size: 0.28rem;
    line-height: 1.65;
  }

  .faq-detail-item h3 {
    font-size: 0.34rem;
  }

  .faq-question-main > img {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.14rem;
  }

  .faq-toggle {
    width: 100%;
    height: 100%;
  }

  .faq-toggle img {
    width: 0.24rem;
    height: 0.14rem;
  }
}
