a {
  text-decoration: none;
}

.faqContainer {
  max-width: 1000rem;
  margin: 0 auto;
}

/* 面包屑导航样式 */
.breadcrumb {
  padding: 0;
  font-size: 14rem;
  margin-top: 16rem;
}

.breadcrumb-item a {
  color: #666666;
  text-decoration: none;
  font-size: 14rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding: 0 6rem;
}

.breadcrumb-item.active {
  color: #333333;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #666666;
}

.faq-title {
  font-size: 48rem;
  font-family: Open Sans, Open Sans-400;
  height: 65rem;
  line-height: 65rem;
  color: #222222;
  margin-top: 29rem;
  position: relative;
  margin-bottom: 32rem;
}

.faq-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10rem;
  width: 79rem;
  height: 4rem;
  background-color: #FF9F00;
}

.faq-content {
  width: 100%;
  height: 175rem;
  background-color: #F8F9F9;
  border-radius: 4rem;
  margin-top: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item {
  width: 952rem;
  height: 122rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faqItem-title {
  font-size: 28rem;
  font-family: Inter, Inter-400;
  color: #0E2A58;
  line-height: 24rem;
}

.faqItem-desc {
  font-size: 16rem;
  font-family: Inter, Inter-400;
  color: #485a64;
  line-height: 24rem;
  min-height: 72rem;
}