.banner {
  background: url("/resource/images/purchase-faq/dp-purchase-img-banner-bg@2x.jpg") no-repeat center;
  background-size: cover;
}
.banner .container2 {
  padding-top: 80px;
  padding-bottom: 218px;
}
.banner h1 {
  font-size: 56px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
}
.content {
  background: #F8F9FA;
  padding-top: 1px;
}
.content .container2 {
  padding: 0 20px;
  margin-top: -139px;
}
.content .content-ul {
  counter-reset: index;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
}
.content .content-ul > li:first-child {
  padding-top: 0;
}
.content .content-ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.content .content-ul li {
  border-bottom: 1px solid #F0F3F9;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.content .content-ul li.active {
  transition: 0.5s;
}
.content .content-ul li.active h5:after {
  background: url(/resource/images/purchase-faq/dp-purchase-ic-qa-24-2.svg) no-repeat;
}
.content .content-ul li h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.content .content-ul li h5:before {
  font-size: 24px;
  font-weight: bold;
  color: #2f2f2f;
  counter-increment: index;
  content: 'Q' counter(index) ' :';
  display: inline-block;
  margin-right: 5px;
  height: 100%;
}
.content .content-ul li h5:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/resource/images/purchase-faq/dp-purchase-ic-qa-24-1.svg) no-repeat;
  width: 24px;
  height: 24px;
  transition: 0.5s;
}
.content .content-ul li p {
  display: none;
  max-width: 910px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #6b6b6b;
}
.contact {
  background: #F8F9FA;
  padding: 160px 0;
  color: #FFFFFF;
}
.contact .container2 {
  background: #091121;
  padding: 80px 90px;
  border-radius: 24px 24px 24px 24px;
}
.contact .cnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact-right {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact h2 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 54px;
}
.contact p {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  margin: 16px 0;
}
.contact .btn {
  width: 240px;
  height: 64px;
  line-height: 64px;
  background: #2258F6;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
  border-radius: 288px 288px 288px 288px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.contact .btn:hover::after {
  transform: translateX(10px);
}
.contact .btn::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  margin-left: 8px;
  background: url(/resource/images/purchase-faq/dp-purchase-ic-arrow-24.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .contact .cnt {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .contact .contact-right {
    align-items: center;
  }
}
