@media screen and (min-width: 1024px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
.banner {
  margin-top: 2.92rem;
  color: #ffffff;
  text-align: center;
  background: url(/assets/faq.ef164e.png) no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
.banner > .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.33rem;
}
.banner > .desc {
  font-size: 1rem;
  line-height: 1.33rem;
  margin-top: 0.63rem;
}
.qa {
  padding: 2rem 0;
  margin: 0 auto;
  width: 80%;
  max-width: 980px;
}
.qa > ul > li {
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #EBEBEB;
}
.qa > ul > li > .q-content {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.qa > ul > li > .q-content > .toggle-icon {
  width: 1.2rem;
  height: 1.2rem;
  background: #6DAB3C;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
  position: relative;
}
.qa > ul > li > .q-content > .toggle-icon::before {
  content: '';
  width: 0.42rem;
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.qa > ul > li > .q-content > .toggle-icon::after {
  content: '';
  height: 0.42rem;
  width: 2px;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.qa > ul > li > .q-content > .q {
  color: #262b2e;
  font-size: 0.75rem;
  line-height: 1.08rem;
  display: inline-block;
  width: calc(100% - 1.5rem);
  vertical-align: middle;
}
.qa > ul > li > .a {
  padding: 1.5rem 0 0 0;
  color: #676b6d;
  font-size: 0.67rem;
  line-height: 1.04rem;
}
.qa > ul > li > .a > a {
  color: #25a83b;
  text-decoration: underline;
}
.qa > ul > li:last-child {
  border-bottom: none;
}
.qa > ul > .select > .q-content .toggle-icon::after {
  display: block;
}
