.banner-wrap img {
  display: block;
  width: 100%;
}
.content {
  margin: 0 0.24rem;
}
.card-wrap {
  margin-top: 0.24rem;
  padding: 0.32rem;
  background-color: #fff;
  border-radius: 0.16rem;
  box-sizing: border-box;
}
.card-title {
  font-size: 0.36rem;
  color: #181818;
  font-weight: 600;
  line-height: 0.5rem;
}
.category-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-top: 0.28rem;
  font-size: 0;
}
.category-item {
  display: inline-block;
  height: 0.64rem;
  min-width: 1.4rem;
  text-align: center;
  background: #f6f6f6;
  border-radius: 0.32rem;
  padding: 0.12rem 0.28rem;
  font-size: 0.28rem;
  color: #343434;
  letter-spacing: 0;
  font-weight: 500;
  box-sizing: border-box;
}
.faq-items {
  margin-top: 0.16rem;
}
.faq-items .no-data {
  text-align: center;
}
.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;

  height: 0.96rem;
  border-bottom: 0.02rem solid rgba(0, 0, 0, 0.06);
  font-size: 0.3rem;
  color: #343434;

  box-sizing: border-box;
}
.faq-item .faq-item-title {
  display: block;
  width: 6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.faq-item::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.32rem;
  height: 0.32rem;
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/right-arrow-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.change-faq-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.28rem;
  font-size: 0.24rem;
  color: #ff4c00;
}
.change-faq-btn::before {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
  background: url(/app_inc/pingan/v40/futures_mobile/images/faq/change-faq-icon.png) no-repeat;
  background-size: 100% 100%;
}

/* list */
.tab-wrap {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #f6f6f6;
}
.tab-items {
  font-size: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
  height: 0.96rem;
  line-height: 0.96rem;
  -webkit-overflow-scrolling: touch;
}
.tab-items::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.tab-item {
  position: relative;
  display: inline-block;
  font-size: 0.32rem;
  font-weight: 500;
  margin-right: 0.48rem;
  color: #565656;
  box-sizing: border-box;
}
.tab-item:last-child {
  margin-right: 0;
}
.tab-item.active {
  color: #ff4c00;
}
.tab-item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  width: 100%;
  height: 0.04rem;
  background: #ff4c00;
}
.card-wrap.list {
  padding-top: 0.16rem;
}
.card-wrap.list .faq-items {
  margin-top: 0;
}
.card-wrap.detail {
  padding: 0 0.32rem;
}
.card-wrap.detail .faq-title {
  padding: 0.4rem 0;
  font-size: 0.36rem;
  color: #181818;
  line-height: 0.48rem;
  font-weight: 600;
  border-bottom: 0.02rem solid #f6f6f6;
}
.card-wrap.detail .faq-content {
  padding: 0.32rem 0 0.4rem;
  font-size: 0.3rem;
  color: #343434;
  line-height: 0.48rem;
}