.banner {
  position: relative;
  height: 0;
  padding-top: 18.75%;
  background-image: url(../images/faq-banner-n.png);
  background-position: center;
}
.banner .cnt-grid {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
}
.banner .banner-inner {
  position: relative;
}
.banner .banner-title-en {
  color: rgba(1, 89, 163, 0.05);
  position: absolute;
  font-size: 32px;
  font-weight: 900;
  white-space: nowrap;
  top: -48px;
}
.banner .banner-title {
  font-size: 32px;
  color: var(--theme);
  font-weight: 700;
  margin-bottom: 10px;
}
.banner .banner-tip {
  font-size: 16px;
  color: var(--theme);
  line-height: 28px;
}
.faq-wrap {
  display: flex;
  margin-bottom: 60px;
}
.faq-wrap .faq-detail {
  padding: 40px;
  background: #fff;
  margin-right: 20px;
  flex: 1;
  border-radius: 10px;
}
.faq-wrap .faq-detail .faq-block {
  max-width: 840px;
  margin: 0 auto;
}
.faq-wrap .faq-detail .faq-title {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 700;
}
.faq-wrap .faq-detail .faq-detail-cnt img {
  max-width: 100%;
  vertical-align: top;
}
.faq-wrap .faq-rec {
  width: 340px;
  min-width: 340px;
}
.faq-wrap .faq-rec .rec-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  background: var(--theme);
}
.faq-wrap .faq-rec .rec-list {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}
.faq-wrap .faq-rec .rec-list .rec-item {
  padding: 20px;
  border-bottom: solid 1px #EBEFF2;
}
.faq-wrap .faq-rec .rec-list .rec-item:last-child {
  border-bottom: 0;
}
.faq-wrap .faq-rec .rec-list .rec-item .rec-item-title {
  color: var(--theme);
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 34px;
  position: relative;
}
.faq-wrap .faq-rec .rec-list .rec-item .rec-item-title:hover {
  color: var(--themeHover);
}
.faq-wrap .faq-rec .rec-list .rec-item .rec-item-title::before {
  content: "Q";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: var(--theme);
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-wrap .faq-rec .rec-list .rec-item .rec-intro {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 10px;
  padding-left: 34px;
  position: relative;
}
.faq-wrap .faq-rec .rec-list .rec-item .rec-intro::before {
  content: "A";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fa6425;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .wrapper .banner {
    padding-top: 33.333%;
    height: 0;
    background-size: cover;
    position: relative;
  }
  .wrapper .banner .cnt-grid {
    position: absolute;
    height: 100%;
    top: 0;
  }
  .wrapper .banner .cnt-grid .banner-inner {
    padding-top: 0;
  }
  .wrapper .banner .cnt-grid .banner-title-en {
    display: none;
  }
  .wrapper .banner .cnt-grid .banner-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .wrapper .banner .cnt-grid .banner-tip {
    font-size: 12px;
  }
  .wrapper .crumb {
    display: none;
  }
  .wrapper .faq-wrap {
    margin-bottom: 0;
    margin: 0 -20px;
  }
  .wrapper .faq-detail {
    margin-right: 0;
    border-radius: 0;
    padding: 20px;
  }
  .wrapper .faq-detail .faq-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wrapper .faq-detail img {
    height: auto !important;
  }
  .wrapper .faq-rec {
    display: none;
  }
  .wrapper .container {
    padding-bottom: 0;
  }
}
