.topbanner{
  height: 6.12rem;
  background: url(../images/faqbg.webp) no-repeat center center;
  background-size: 100%;
  padding-top: 3.4rem;
}

.topbanner .title{
  text-align: center;
  color: #fff;
  font-size: 0.96rem;
  font-family: Outfit-Bold;
}

.faq-content{
  padding: 2rem 4.2rem;
}
.faq-content ul{
  width: 100%;
}
.faq-content ul li{
  margin-bottom: 0.64rem;
  width: 100%;
}
.faq-content ul li dl{
  width: 100%;
}
.faq-content ul li dt{
  font-family: Outfit-SemiBold;
  font-weight: 600;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.56rem;
  padding-right: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 0.02rem solid #000000;
  padding-bottom: .44rem;
  cursor: pointer;
}

.faq-content ul li dl dd{
  font-family: Outfit-Light;
  font-weight: 300;
  font-size: 0.4rem;
  color: #717171;
  line-height: 0.47rem;
  padding-top: 0.32rem;
  display: none;
}

.faq-content ul li dt::after{
  content: '';
  position: absolute;
  width: 0.84rem;
  height: 0.84rem;
  right: 0;
  background: url(../images/arrow-down.png) no-repeat center center;
  background-size: 100%;
}

.faq-content dt.isopen::after{
  background: url(../images/arrow-up.png) no-repeat center center;
  background-size: 100%;
}