.qa .content-wrap .content {
  float: right;
}
.qa .content-wrap .content .inner {
  margin-bottom: 40px;
  padding: 58px 80px 16px;
  background: #fff;
  border-radius: 8px;
  width: 972px;
}
.qa .content-wrap .content .inner .li {
  padding: 32px 0;
}
.qa .content-wrap .content .inner .li .p {
  margin-top: 12px;
  color: #505463;
  line-height: 22px;
  font-size: 14px;
}
.qa .content-wrap .content .inner .li .h5 {
  font-size: 18px;
  line-height: 26px;
}
.qa .content-wrap .content .inner .li:not(:last-child) {
  border-bottom: 2px dashed #dee1e7;
}
.qa .content-wrap .side-wrap {
  position: -webkit-sticky;
  position: sticky;
  padding: 40px 24px;
  width: 190px;
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  float: left;
}
.qa .content-wrap .side-wrap .ul {
  border-left: 2px solid #dee1e7;
}
.qa .content-wrap .side-wrap .ul .li {
  margin-bottom: 24px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
}
.qa .content-wrap .side-wrap .ul .active {
  position: relative;
  font-weight: 700;
  color: #296afd;
}
.qa .content-wrap .side-wrap .ul .active::before {
  position: absolute;
  left: -2px;
  display: inline-block;
  content: "";
  width: 2px;
  height: 26px;
  vertical-align: top;
  background: #296afd;
}
.qa .qa-banner {
  padding-top: 100px;
  line-height: 48px;
  color: #fff;
  height: 272px;
  width: 100%;
  background-image: url(/vendor/Common/images/qa/banner_qa.png);
}
.qa .container {
  background: #f5f8ff !important;
  min-height: 100vh;
}
.qa .clear {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .qa .qa-banner {
    height: 64px;
    font-size: 20px;
    background-size: cover;
    padding-top: 0;
  }
  .qa .qa-banner .f-32 {
    font-size: 20px;
  }
  .qa .content-wrap {
    margin-top: 0;
  }
  .qa .content-wrap .content {
    width: calc(100vw - 80px);
  }
  .qa .content-wrap .content .inner {
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 0;
    width: 100%;
  }
  .qa .content-wrap .content .inner .f-24 {
    font-size: 18px;
  }
  .qa .content-wrap .content .inner .li .h5 {
    font-size: 16px;
  }
  .qa .content-wrap .side-wrap {
    top: 56px;
    bottom: 0;
    float: left;
    width: 80px;
    height: 100%;
    text-align: center;
    background: #f2f4f8;
    border-radius: 0px;
    padding: 0;
  }
  .qa .content-wrap .side-wrap .ul {
    border-left: 0;
  }
  .qa .content-wrap .side-wrap .ul .li {
    padding: 0;
    font-size: 14px;
    line-height: 48px;
    margin-bottom: 0;
  }
  .qa .content-wrap .side-wrap .ul .active {
    background: #fff;
  }
  .qa .content-wrap .side-wrap .ul .active::before {
    display: none;
  }
}/*# sourceMappingURL=qa.css.map */