.bg1 {
  background-color: #f2f4f7;
}

.section1 {
  background: url(/static/images/faq/faq_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section1 .title {
  width: 396px;
  height: 70px;
  margin-bottom: 10px;
}

.section1 .des1,
.section1 .des2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.section1 .des1 {
  margin-bottom: 6px;
  color: #ffffff;
}
.section1 .des2 {
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.section1 .group {
  display: flex;
  gap: 24px;
}

.section1 .group .item {
  background: rgba(0, 0, 0, 0.14);
  border-radius: 12px 12px 12px 12px;
  padding: 28px 24px 24px;
}
.section1 .group .item1 {
  max-width: 382px;
}

.section1 .group .item .sec_title {
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.section1 .group .item .text {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}
.section1 .group .item .email,
.section1 .group .item .wx {
  display: flex;
  gap: 9px;
  align-items: center;
}

.section1 .group .item .email .icon,
.section1 .group .item .wx .icon {
  width: 24px;
  height: 24px;
}

.section1 .group .item .email {
  margin-top: 33px;
  margin-bottom: 14px;
}
.section1 .group .item .wx {
}

/* 8 */

.section8 .title {
  font-size: 40px;
  color: #0d2d6f;
  line-height: 56px;
  margin-bottom: 48px;
  font-weight: 800;
}

.section8 .item {
  background: #0d2d6f;
  border-radius: 12px;
  padding: 32px 48px;
  width: 100%;
  margin-bottom: 24px;
}

.section8 .item .question {
  display: flex;
  justify-content: space-between;
}

.section8 .item .question .text {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
}

.section8 .item .question .icon {
  width: 32px;
  height: 32px;
  transition: transform 0.3s;
  cursor: pointer;
}

.section8 .item .answer {
  font-size: 18px;
  color: #b8d0ff;
  line-height: 27px;
  margin-top: 24px;
  display: none;
}

.section8 .top {
  display: flex;
  gap: 54px;
}

.section8 .top > div {
  flex: 1;
}

.section8 .top .pic {
  width: 226px;
  height: 216px;
}
