.aq_home .box_header {
  /* margin-top: -5px; */
  padding: 30px 0 40px;
  width: 800px;
  margin: 0px auto; }
  @media only screen and (max-width: 800px) {
    .aq_home .box_header {
      width: 100%; } }
.aq_home .home_cat_aq {
  display: flex;
  flex-wrap: wrap; }
  .aq_home .home_cat_aq .cat_lv0 {
    width: calc(25% - 10px);
    float: left;
    /* margin-bottom: 30px; */
    border: 1px solid #dadce0;
    margin: 0px 5px 10px;
    box-sizing: border-box;
    padding: 20px 10px;
    border-radius: 10px; }
    @media only screen and (max-width: 800px) {
      .aq_home .home_cat_aq .cat_lv0 {
        width: calc(33.33% - 10px); } }
    @media only screen and (max-width: 414px) {
      .aq_home .home_cat_aq .cat_lv0 {
        width: calc(50% - 10px); } }
    .aq_home .home_cat_aq .cat_lv0 .box_cat_lv0 {
      text-align: center;
      display: block; }
      .aq_home .home_cat_aq .cat_lv0 .box_cat_lv0 .cat_title {
        font-size: 14px;
        /* font-weight: 600; */
        color: #000;
        margin-top: 15px;
        display: block; }
      .aq_home .home_cat_aq .cat_lv0 .box_cat_lv0 .wrap_icon {
        display: flex;
        justify-content: center; }
      .aq_home .home_cat_aq .cat_lv0 .box_cat_lv0 .icon_aq {
        width: 55px;
        height: 55px;
        /* background: var(--extra-color); */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 15px; }
        .aq_home .home_cat_aq .cat_lv0 .box_cat_lv0 .icon_aq svg {
          width: 30px;
          height: 30px;
          fill: var(--main-color); }
        .aq_home .home_cat_aq .cat_lv0 .box_cat_lv0 .icon_aq img {
          width: 50px;
          height: 50px; }
    .aq_home .home_cat_aq .cat_lv0 .box_sub_cat {
      box-sizing: border-box;
      padding-left: 70px;
      margin-top: 10px; }
      .aq_home .home_cat_aq .cat_lv0 .box_sub_cat .item_cat {
        display: block;
        font-size: 16px;
        padding: 6px 0px;
        line-height: 26px; }
.aq_home .question_frequent .box_common {
  padding: 20px 0 40px; }
  @media only screen and (max-width: 600px) {
    .aq_home .question_frequent .box_common {
      padding: 20px 0 0px; } }
  .aq_home .question_frequent .box_common .common_l {
    text-align: center; }
    .aq_home .question_frequent .box_common .common_l .cat-title {
      font-size: 30px;
      color: var(--extra-color);
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .aq_home .question_frequent .box_common .common_l .cat-title {
          font-size: 26px;
          line-height: 1.2em;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 450px) {
        .aq_home .question_frequent .box_common .common_l .cat-title {
          font-size: 24px; } }
      @media screen and (max-width: 300px) {
        .aq_home .question_frequent .box_common .common_l .cat-title {
          font-size: 20px; } }
  .aq_home .question_frequent .box_common .common_r .common_r_t {
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color); }
    @media only screen and (max-width: 768px) {
      .aq_home .question_frequent .box_common .common_r .common_r_t {
        padding: 0px 0; } }
  .aq_home .question_frequent .box_common .common_r .name {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #8f8d8d;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .aq_home .question_frequent .box_common .common_r .name {
        font-size: 16px; } }
  .aq_home .question_frequent .box_common .common_r .send_request {
    width: 280px;
    float: right;
    text-align: center; }

.quess_wrap {
  box-sizing: border-box;
  margin-top: 20px;
  width: calc(60% - 30px);
  float: left; }
  @media only screen and (max-width: 800px) {
    .quess_wrap {
      width: 100%; } }
  .quess_wrap li.item {
    line-height: 25px;
    list-style: inherit;
    padding: 4px 0;
    font-size: 16px; }

.question_form {
  width: 40%;
  float: right;
  margin-top: 20px;
  background: #e4e4e4;
  margin-bottom: 20px; }
  @media only screen and (max-width: 800px) {
    .question_form {
      width: 100%; } }

.main_wrapper_nohome {
  margin-top: 0px; }

.bg_faq {
  background-size: cover;
  background-repeat: no-repeat;
  display: block !important; }
  .bg_faq #search_form_ {
    text-align: center;
    position: relative;
    width: 600px; }
    @media all and (max-width: 600px) {
      .bg_faq #search_form_ {
        width: 500px; } }
    @media all and (max-width: 500px) {
      .bg_faq #search_form_ {
        width: 400px;
        margin: 0px auto; } }
    @media all and (max-width: 400px) {
      .bg_faq #search_form_ {
        width: calc(100% - 50px); } }
  .bg_faq .search_aq {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 600px) {
      .bg_faq .search_aq {
        height: 220px; } }

.faq_title, .cat_childlv {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  background: var(--main-color);
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
  line-height: 45px;
  padding: 0px 20px;
  color: #fff; }
  @media only screen and (max-width: 600px) {
    .faq_title, .cat_childlv {
      line-height: 22px;
      padding: 12px 20px; } }
  .faq_title:before, .cat_childlv:before {
    content: "";
    fill: #fff;
    padding-right: 5px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 15px;
    height: 15px;
    right: 10px;
    background: url('data:image/svg+xml;utf8,<svg width="15px" height="15px" fill="white" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 492.002 492.002" style="enable-background:new 0 0 492.002 492.002;" xml:space="preserve"><g><g><path d="M484.136,328.473L264.988,109.329c-5.064-5.064-11.816-7.844-19.172-7.844c-7.208,0-13.964,2.78-19.02,7.844 L7.852,328.265C2.788,333.333,0,340.089,0,347.297c0,7.208,2.784,13.968,7.852,19.032l16.124,16.124 c5.064,5.064,11.824,7.86,19.032,7.86s13.964-2.796,19.032-7.86l183.852-183.852l184.056,184.064 c5.064,5.06,11.82,7.852,19.032,7.852c7.208,0,13.96-2.792,19.028-7.852l16.128-16.132 C494.624,356.041,494.624,338.965,484.136,328.473z"/></g></g></svg>');
    background-repeat: no-repeat; }
  .faq_title a, .cat_childlv a {
    color: #fff; }

.quess_wrap .item {
  margin-bottom: 10px; }
  .quess_wrap .item .active:before {
    background: url('data:image/svg+xml;utf8,<svg width="15px" height="15px" fill="white" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 491.996 491.996" style="enable-background:new 0 0 491.996 491.996;" xml:space="preserve"><g><g><path d="M484.132,124.986l-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86c-7.208,0-13.964,2.792-19.036,7.86l-183.84,183.848 L62.056,108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968,2.788-19.036,7.856l-16.12,16.128 c-10.496,10.488-10.496,27.572,0,38.06l219.136,219.924c5.064,5.064,11.812,8.632,19.084,8.632h0.084 c7.212,0,13.96-3.572,19.024-8.632l218.932-219.328c5.072-5.064,7.856-12.016,7.864-19.224 C491.996,136.902,489.204,130.046,484.132,124.986z"/></g></g></svg>');
    background-repeat: no-repeat; }
.quess_wrap .item-content {
  overflow: hidden;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-top: 0px;
  padding: 15px;
  line-height: 25px; }
  .quess_wrap .item-content img {
    width: 100% !important; }

.cat_value .cat_childlv {
  margin-bottom: 10px; }
.cat_value .active:before {
  background: url('data:image/svg+xml;utf8,<svg width="15px" height="15px" fill="white" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 491.996 491.996" style="enable-background:new 0 0 491.996 491.996;" xml:space="preserve"><g><g><path d="M484.132,124.986l-16.116-16.228c-5.072-5.068-11.82-7.86-19.032-7.86c-7.208,0-13.964,2.792-19.036,7.86l-183.84,183.848 L62.056,108.554c-5.064-5.068-11.82-7.856-19.028-7.856s-13.968,2.788-19.036,7.856l-16.12,16.128 c-10.496,10.488-10.496,27.572,0,38.06l219.136,219.924c5.064,5.064,11.812,8.632,19.084,8.632h0.084 c7.212,0,13.96-3.572,19.024-8.632l218.932-219.328c5.072-5.064,7.856-12.016,7.864-19.224 C491.996,136.902,489.204,130.046,484.132,124.986z"/></g></g></svg>');
  background-repeat: no-repeat; }
.cat_value .faq_title {
  background: unset;
  line-height: unset;
  padding: 12px 0px 12px 25px; }
  .cat_value .faq_title:before {
    content: "";
    fill: #fff;
    padding-right: 5px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 18px;
    height: 18px;
    left: 0px;
    background: url('data:image/svg+xml;utf8,<svg width="18px" height="18px" fill="rgb(177, 31, 143)" id="Capa_1" enable-background="new 0 0 515.556 515.556"  viewBox="0 0 515.556 515.556" xmlns="http://www.w3.org/2000/svg"><path d="m257.778 0c-142.137 0-257.778 115.641-257.778 257.778s115.641 257.778 257.778 257.778 257.778-115.641 257.778-257.778-115.642-257.778-257.778-257.778zm128.889 290h-96.667v96.667h-64.444v-96.667h-96.667v-64.444h96.667v-96.667h64.444v96.667h96.667z"/></svg>');
    background-repeat: no-repeat; }
  .cat_value .faq_title a {
    color: #000;
    font-weight: bold; }
.cat_value .item .active:before {
  background: url('data:image/svg+xml;utf8,<svg width="18px" height="18px" fill="rgb(177, 31, 143)" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="m256 0c-141.164062 0-256 114.835938-256 256s114.835938 256 256 256 256-114.835938 256-256-114.835938-256-256-256zm112 277.332031h-224c-11.777344 0-21.332031-9.554687-21.332031-21.332031s9.554687-21.332031 21.332031-21.332031h224c11.777344 0 21.332031 9.554687 21.332031 21.332031s-9.554687 21.332031-21.332031 21.332031zm0 0"/></svg>');
  background-repeat: no-repeat; }
.cat_value .item-content {
  border: unset;
  padding-top: 0px; }

.content_page .title {
  text-align: center;
  font-size: 30px;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .content_page .title {
      font-size: 26px;
      line-height: 1.2em; } }
  @media only screen and (max-width: 450px) {
    .content_page .title {
      font-size: 24px; } }
  @media screen and (max-width: 300px) {
    .content_page .title {
      font-size: 20px; } }
  @media only screen and (max-width: 414px) {
    .content_page .title {
      margin-bottom: 10px; } }
  .content_page .title span {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: normal;
    margin-top: 10px; }
.content_page ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  width: calc(100% + 30px); }
  @media screen and (max-width: 414px) {
    .content_page ul {
      margin: 0px 0px;
      width: calc(100% + 0px); } }
.content_page .item {
  text-align: center;
  width: calc(33.333% - 30px);
  margin: 0px 15px 30px; }
  @media only screen and (max-width: 414px) {
    .content_page .item {
      width: 100%;
      margin: 0px 0px 15px;
      padding: 0px 20px; } }
  .content_page .item span {
    display: block;
    font-size: 14px;
    margin-top: 20px;
    color: #777;
    line-height: 22px; }
  .content_page .item a {
    font-weight: 700;
    font-size: 16px; }
.content_page .share_nows .text svg {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 15px; }
.content_page svg {
  width: 70px;
  height: 70px;
  fill: var(--main-color); }
.content_page a {
  color: var(--main-color); }

/*# sourceMappingURL=aq_home.css.map */
