.cont-title {
  width: 100%;
  max-width: 1300px;
  font-family: Regular_Bold;
  font-weight: normal;
  font-size: 32px;
  color: #262933;
  line-height: 39px;
  text-align: left;
  font-style: normal;
  margin-bottom: 40px; }

.question {
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .question .q-banner {
    width: 100%;
    background: url("../images/FAQ/FAQ_banner_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 168px;
    padding-bottom: 88px;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .question .q-banner .q-banner-wrapper {
      width: 100%;
      max-width: 1300px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 68px; }
      .question .q-banner .q-banner-wrapper .q-b-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px; }
        .question .q-banner .q-banner-wrapper .q-b-text .q-b-title {
          font-family: Regular_Bold;
          font-weight: normal;
          font-size: 54px;
          color: #FFFFFF;
          line-height: 65px;
          text-align: center;
          font-style: normal; }
        .question .q-banner .q-banner-wrapper .q-b-text .q-b-desc {
          font-family: Regular;
          font-weight: 400;
          font-size: 18px;
          color: #FFFFFF;
          line-height: 30px;
          text-align: center;
          font-style: normal; }
      .question .q-banner .q-banner-wrapper .q-b-search {
        position: relative;
        width: 800px; }
        .question .q-banner .q-banner-wrapper .q-b-search .input-search {
          width: 100%;
          height: 46px;
          background: #FFFFFF;
          border-radius: 6px;
          padding-left: 44px;
          box-sizing: border-box;
          outline: none; }
          .question .q-banner .q-banner-wrapper .q-b-search .input-search::placeholder {
            font-family: Regular;
            font-weight: 400;
            font-size: 14px;
            color: #A0A7BF;
            line-height: 16px;
            text-align: left;
            font-style: normal; }
        .question .q-banner .q-banner-wrapper .q-b-search .input-search-icon {
          width: 30px;
          height: 30px;
          position: absolute;
          top: 50%;
          left: 8px;
          transform: translateY(-50%); }
        .question .q-banner .q-banner-wrapper .q-b-search .input-search-tip {
          position: absolute;
          left: 2px;
          width: calc(100% - 2px);
          height: auto;
          background-color: white;
          top: calc(100% + 4px);
          box-sizing: border-box;
          box-shadow: 0px 4px 8px 0px #00000026;
          display: none; }
          .question .q-banner .q-banner-wrapper .q-b-search .input-search-tip .input-search-tip-container {
            display: flex;
            flex-direction: column;
            width: 100%;
            max-height: 240px;
            overflow-y: scroll;
            overflow-x: hidden;
            box-sizing: border-box; }
            .question .q-banner .q-banner-wrapper .q-b-search .input-search-tip .input-search-tip-container a {
              padding: 10px 20px;
              box-sizing: border-box;
              width: 100%; }
              .question .q-banner .q-banner-wrapper .q-b-search .input-search-tip .input-search-tip-container a span {
                width: 100%;
                overflow-x: hidden;
                white-space: nowrap;
                color: #262933;
                font-size: 14px;
                text-overflow: ellipsis; }
  .question .q-FAQ {
    width: 100%;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .question .q-FAQ .q-FAQ-wrapper {
      width: 100%;
      max-width: 1300px; }
      .question .q-FAQ .q-FAQ-wrapper .q-FAQ-content {
        width: 100%;
        display: flex;
        gap: 20px; }
        .question .q-FAQ .q-FAQ-wrapper .q-FAQ-content .q-FAQ-item {
          flex: 1;
          display: flex;
          flex-direction: column;
          border-radius: 6px;
          border: 1px solid #EBEDF3;
          padding: 24px 16px;
          box-sizing: border-box;
          gap: 12px; }
          .question .q-FAQ .q-FAQ-wrapper .q-FAQ-content .q-FAQ-item .q-FAQ-item-title {
            font-family: Regular_Bold;
            font-weight: normal;
            font-size: 16px;
            color: #262933;
            line-height: 24px;
            text-align: left;
            font-style: normal; }
          .question .q-FAQ .q-FAQ-wrapper .q-FAQ-content .q-FAQ-item .q-FAQ-item-content {
            display: flex;
            flex-direction: column;
            gap: 10px; }
            .question .q-FAQ .q-FAQ-wrapper .q-FAQ-content .q-FAQ-item .q-FAQ-item-content a {
              font-family: Regular;
              font-weight: 400;
              font-size: 13px;
              color: #565D73;
              line-height: 20px;
              text-align: left;
              font-style: normal;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
              text-overflow: ellipsis; }
              .question .q-FAQ .q-FAQ-wrapper .q-FAQ-content .q-FAQ-item .q-FAQ-item-content a:hover {
                color: #065AFE; }
  .question .q-latest {
    width: 100%;
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .question .q-latest .q-latest-wrapper {
      width: 100%;
      max-width: 1300px; }
      .question .q-latest .q-latest-wrapper .q-l-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px; }
        .question .q-latest .q-latest-wrapper .q-l-content .q-l-item {
          display: flex;
          flex-direction: column;
          border-radius: 16px;
          border: 1px solid #EBEDF3;
          padding: 20px 24px 0px 32px; }
          .question .q-latest .q-latest-wrapper .q-l-content .q-l-item:hover {
            border: 1px solid #B8BDCC; }
          .question .q-latest .q-latest-wrapper .q-l-content .q-l-item .q-l-item-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-left: 8px;
            box-sizing: border-box;
            padding-bottom: 20px;
            cursor: pointer; }
            .question .q-latest .q-latest-wrapper .q-l-content .q-l-item .q-l-item-top .q-l-item-top-title {
              font-family: Regular_Bold;
              font-weight: normal;
              font-size: 16px;
              color: #262933;
              line-height: 24px;
              text-align: left;
              font-style: normal; }
            .question .q-latest .q-latest-wrapper .q-l-content .q-l-item .q-l-item-top i {
              width: 15px;
              height: 15px;
              background: url("../images/FAQ/FAQ_arrow_down.png") no-repeat;
              background-size: 100% 100%;
              transition: transform 0.5s ease; }
              .question .q-latest .q-latest-wrapper .q-l-content .q-l-item .q-l-item-top i.rotate {
                transform: rotate(180deg); }
          .question .q-latest .q-latest-wrapper .q-l-content .q-l-item .q-l-item-divider {
            width: 100%;
            height: 1px;
            background: #fff;
            border-radius: 16px;
            box-sizing: border-box;
            transition: all 300ms; }
            .question .q-latest .q-latest-wrapper .q-l-content .q-l-item .q-l-item-divider.q-l-item-divider-active {
              background: #EBEDF3;
              margin-top: 15px; }
          .question .q-latest .q-latest-wrapper .q-l-content .q-l-item .q-l-item-content {
            font-family: Regular;
            font-weight: 400;
            font-size: 16px;
            color: #6B7280;
            line-height: 24px;
            text-align: left;
            font-style: normal;
            display: none;
            box-sizing: border-box;
            border-top: 1px solid #EBEDF3;
            box-sizing: border-box; }

.allquestion-container {
  width: 100%;
  height: 100vh;
  padding-top: 88px;
  box-sizing: border-box; }

.allquestion-container-h100 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }

.allquestion {
  width: 100%; }
  .allquestion .a-faq-top-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 24px 0px;
    box-sizing: border-box;
    margin-bottom: 16px; }
    .allquestion .a-faq-top-nav .a-faq-top-nav-wrapper {
      width: 100%;
      max-width: 1300px;
      display: flex;
      align-items: center;
      gap: 4px;
      font-family: Regular_Medium;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      text-align: left;
      font-style: normal; }
      .allquestion .a-faq-top-nav .a-faq-top-nav-wrapper .arrow-right {
        width: 16px;
        height: 16px; }
      .allquestion .a-faq-top-nav .a-faq-top-nav-wrapper .a-faq-top-nav-FAQ {
        color: #A0A7BF;
        cursor: pointer; }
      .allquestion .a-faq-top-nav .a-faq-top-nav-wrapper .a-faq-top-nav-target {
        color: #2A2B33; }
  .allquestion .a-faq-top-nav-750 {
    display: none;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer; }
    .allquestion .a-faq-top-nav-750 .back-content {
      display: flex;
      align-items: center;
      gap: 5px; }
      .allquestion .a-faq-top-nav-750 .back-content img {
        width: 15px;
        height: 15px; }
      .allquestion .a-faq-top-nav-750 .back-content span {
        font-family: Regular_Medium;
        font-weight: normal;
        font-size: 14px;
        color: #065AFE;
        line-height: 16px; }
  .allquestion .a-faq-content {
    width: 100%;
    display: flex;
    justify-content: center; }
    .allquestion .a-faq-content .a-faq-content-wrapper {
      display: flex;
      gap: 84px;
      width: 100%;
      max-width: 1300px; }
      .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left {
        width: 296px; }
        .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-overview {
          font-family: Regular_Bold;
          font-weight: normal;
          font-size: 14px;
          color: #2A2B33;
          line-height: 20px;
          text-align: left;
          font-style: normal;
          padding: 12px 14px;
          box-sizing: border-box; }
        .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item {
          display: flex;
          flex-direction: column; }
          .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item.a-faq-c-left-guide-item-active {
            background: #F2F3F7; }
          .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-primary {
            display: flex;
            justify-content: space-between;
            padding: 12px 14px;
            box-sizing: border-box;
            cursor: pointer; }
            .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-primary span {
              font-family: Regular;
              font-weight: 400;
              font-size: 14px;
              color: #565D73;
              line-height: 20px;
              text-align: left;
              font-style: normal; }
            .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-primary i {
              width: 16px;
              height: 16px;
              background: url("../images/FAQ/FAQ_arrow_black_right.png") no-repeat;
              background-size: 100% 100%;
              transition: transform 0.5s ease; }
          .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-sub {
            width: 100%;
            display: none; }
            .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-sub .a-faq-c-left-guide-item-sub-content {
              width: 100%;
              display: flex;
              flex-direction: column;
              padding-left: 14px;
              box-sizing: border-box;
              display: none; }
              .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-sub .a-faq-c-left-guide-item-sub-content .a-faq-c-left-guide-item-sub-i {
                padding: 8px 16px;
                box-sizing: border-box;
                border-left: 1px solid #EBEFFB;
                cursor: pointer; }
                .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-sub .a-faq-c-left-guide-item-sub-content .a-faq-c-left-guide-item-sub-i span {
                  font-family: Regular;
                  font-weight: 400;
                  font-size: 14px;
                  color: #A0A7BF;
                  line-height: 20px;
                  text-align: left;
                  font-style: normal; }
                .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-sub .a-faq-c-left-guide-item-sub-content .a-faq-c-left-guide-item-sub-i:hover {
                  background: #F2F3F7; }
              .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-sub .a-faq-c-left-guide-item-sub-content .a-faq-c-left-guide-item-sub-i-active {
                border-left: 1px solid #006FFF !important;
                background: #F2F3F7; }
                .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-sub .a-faq-c-left-guide-item-sub-content .a-faq-c-left-guide-item-sub-i-active span {
                  color: #006FFF !important; }
        .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-any {
          font-family: Regular_Bold;
          font-weight: normal;
          font-size: 14px;
          color: #2A2B33;
          line-height: 20px;
          text-align: left;
          font-style: normal;
          padding: 12px 14px;
          box-sizing: border-box;
          margin-top: 24px; }
        .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-any-content {
          font-family: Regular;
          font-weight: normal;
          font-size: 14px;
          color: #565D73;
          line-height: 20px;
          text-align: left;
          font-style: normal;
          padding: 12px 14px;
          box-sizing: border-box;
          cursor: pointer; }
          .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-any-content:hover {
            color: #006FFF; }
      .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right {
        flex: 1; }
        .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content {
          width: 100%;
          display: flex;
          flex-direction: column; }
          .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content .a-faq-c-right-item {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding: 48px 26px;
            box-sizing: border-box;
            border-bottom: 1px solid #F8F9FB; }
            .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content .a-faq-c-right-item.a-faq-c-right-item-active {
              background: #F8F9FB;
              border-radius: 4px; }
            .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content .a-faq-c-right-item .a-faq-c-right-item-title {
              font-family: Bold;
              font-weight: bold;
              font-size: 20px;
              color: #2A2B33;
              line-height: 30px;
              text-align: left;
              font-style: normal; }
            .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content .a-faq-c-right-item .a-faq-c-right-item-title-desc {
              font-family: Regular;
              font-weight: 400;
              font-size: 16px;
              color: #565D73;
              line-height: 22px;
              text-align: left;
              font-style: normal; }

@media screen and (max-width: 1400px) {
  .q-FAQ .q-FAQ-wrapper {
    padding: 0px 60px !important;
    box-sizing: border-box; }

  .q-latest .q-FAQ-title {
    padding: 0px 60px !important;
    box-sizing: border-box; }
  .q-latest .q-latest-wrapper {
    padding: 0px 60px !important;
    box-sizing: border-box; }

  .allquestion .a-faq-top-nav {
    padding: 24px 40px !important; }
  .allquestion .a-faq-content {
    padding: 0px 40px !important;
    box-sizing: border-box; } }
@media screen and (max-width: 1200px) {
  .q-FAQ .q-FAQ-wrapper .q-FAQ-content {
    flex-wrap: wrap; }
    .q-FAQ .q-FAQ-wrapper .q-FAQ-content .q-FAQ-item {
      flex: unset !important;
      width: calc(50% - 10px); } }
@media screen and (max-width: 850px) {
  .question .q-banner .q-banner-wrapper {
    padding: 0px 60px !important;
    box-sizing: border-box; }
    .question .q-banner .q-banner-wrapper .q-b-search {
      width: 100% !important; }

  .allquestion .a-faq-top-nav {
    padding: 24px 15px !important; }
  .allquestion .a-faq-content {
    padding: 0px !important;
    box-sizing: border-box; }
    .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-overview {
      padding: 15px !important;
      box-sizing: border-box; }
    .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide {
      padding: 0px 15px !important;
      box-sizing: border-box; }
    .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content .a-faq-c-right-content-inner .a-faq-c-right-item {
      padding: 20px 15px 0px !important;
      box-sizing: border-box;
      border-bottom: 0px !important; }
      .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content .a-faq-c-right-content-inner .a-faq-c-right-item .a-faq-c-right-item-title-desc {
        padding-bottom: 15px !important;
        box-sizing: border-box;
        border-bottom: 1px solid #F8F9FB; } }
@media screen and (max-width: 700px) {
  .a-faq-top-nav {
    display: none !important; }

  .a-faq-top-nav-750 {
    display: flex !important; }

  .cont-title {
    font-size: 24px !important;
    line-height: 36px !important;
    margin-bottom: 30px !important;
    box-sizing: border-box; }

  .question .q-banner {
    padding-top: 100px !important;
    padding-bottom: 50px !important; }
    .question .q-banner .q-banner-wrapper {
      padding: 0px 15px !important;
      box-sizing: border-box;
      gap: 30px !important; }
      .question .q-banner .q-banner-wrapper .q-b-text .q-b-title {
        font-size: 40px !important;
        line-height: 50px !important; }
      .question .q-banner .q-banner-wrapper .q-b-text .q-b-desc {
        font-size: 14px !important;
        line-height: 20px !important; }
      .question .q-banner .q-banner-wrapper .q-b-search {
        width: 100%; }
  .question .q-FAQ {
    margin-top: 50px !important; }
    .question .q-FAQ .q-FAQ-wrapper {
      padding: 0px 15px !important; }
      .question .q-FAQ .q-FAQ-wrapper .q-FAQ-content {
        flex-direction: column; }
        .question .q-FAQ .q-FAQ-wrapper .q-FAQ-content .q-FAQ-item {
          width: 100% !important; }
  .question .q-latest {
    margin-top: 50px !important; }
    .question .q-latest .q-FAQ-title {
      padding: 0px 15px !important;
      box-sizing: border-box; }
    .question .q-latest .q-latest-wrapper {
      padding: 0px 15px !important;
      box-sizing: border-box; }
      .question .q-latest .q-latest-wrapper .q-l-content .q-l-item {
        gap: 0px !important;
        padding: 15px 15px 0px 15px !important; }
        .question .q-latest .q-latest-wrapper .q-l-content .q-l-item .q-l-item-top {
          padding-left: 0px !important;
          padding-bottom: 15px !important; }
        .question .q-latest .q-latest-wrapper .q-l-content .q-l-item .q-l-item-content {
          padding-bottom: 0px; }

  .allquestion-container {
    padding-top: 50px !important; }

  .allquestion .a-faq-content .a-faq-content-wrapper {
    flex-direction: column;
    gap: 40px !important; }
    .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left {
      width: 100% !important; }
      .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-overview {
        font-size: 20px !important;
        line-height: 30px !important; }
      .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide {
        display: flex;
        flex-wrap: wrap;
        gap: 15px; }
        .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item {
          background: #F8F9FB;
          border-radius: 20px;
          padding: 5px 15px !important;
          box-sizing: border-box;
          transition: all 300ms;
          cursor: pointer; }
          .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item span {
            font-size: 12px !important;
            line-height: 18px !important; }
          .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item.a-faq-c-left-guide-item-active {
            background: #262933; }
            .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item.a-faq-c-left-guide-item-active span {
              color: #fff; }
          .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item:hover {
            background: #262933; }
            .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item:hover span {
              color: #fff; }
          .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-primary {
            padding: 0px !important; }
            .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-guide .a-faq-c-left-guide-item .a-faq-c-left-guide-item-primary i {
              display: none; }
      .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-any {
        display: none !important; }
      .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-left .a-faq-c-left-any-content {
        display: none !important; }
    .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content .a-faq-c-right-content-inner .a-faq-c-right-item {
      gap: 0px !important; }
      .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content .a-faq-c-right-content-inner .a-faq-c-right-item .a-faq-c-right-item-title {
        font-family: Bold;
        font-weight: bold;
        font-size: 18px;
        color: #262933;
        line-height: 28px; }
      .allquestion .a-faq-content .a-faq-content-wrapper .a-faq-c-right .a-faq-c-right-content .a-faq-c-right-content-inner .a-faq-c-right-item .a-faq-c-right-item-title-desc {
        font-family: Regular;
        font-weight: 400;
        font-size: 14px;
        color: #6B7280;
        line-height: 20px; } }

/*# sourceMappingURL=question.css.map */
