@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  color: var(--BK_01); }

a {
  display: inline-block; }

.body_top {
  margin-top: 0; }

.guide-header {
  position: fixed;
  display: flex;
  padding: 0px 30px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--Line_01);
  background: var(--White); }
  .guide-header .gkrgrg {
    cursor: pointer; }
  .guide-header .guidUl {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    display: flex;
    gap: 60px;
    width: 1320px; }
    .guide-header .guidUl .guidLi {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 66px;
      color: var(--BK_02);
      font-size: 16px;
      font-weight: 400;
      line-height: 100%;
      /* 16px */
      border-bottom: 2px solid transparent; }
      .guide-header .guidUl .guidLi.active {
        color: var(--BK_01);
        border-bottom: 2px solid var(--VI_01); }
  .guide-header .header-right {
    display: flex;
    align-items: center;
    gap: 20px; }
    .guide-header .header-right .searchBox {
      width: 310px;
      position: relative; }
      .guide-header .header-right .searchBox input {
        background: none;
        outline: none;
        background: var(--White);
        border: 1px solid var(--Line_01);
        font-size: 14px;
        font-weight: 400;
        color: #22264B;
        width: 310px;
        height: 36px;
        border-radius: 4px;
        padding: 11px 15px;
        padding-left: 39px;
        padding-right: 34px; }
        .guide-header .header-right .searchBox input::placeholder {
          color: var(--BK_03); }
        .guide-header .header-right .searchBox input:focus {
          border: 1px solid #D0D5DD; }
      .guide-header .header-right .searchBox .searchdd {
        width: 14px;
        height: 14px;
        position: absolute;
        left: 15px;
        top: 11px;
        cursor: pointer; }
      .guide-header .header-right .searchBox .search_del_btn {
        display: none;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 34px;
        height: 34px;
        background: url("../img/close.svg") center no-repeat;
        cursor: pointer;
        background-size: 14px 14px; }
    .guide-header .header-right .newchangelang .hearder-select1 {
      top: 22px; }
    .guide-header .header-right .hcont-right {
      display: none;
      align-items: center;
      flex: none; }
      .guide-header .header-right .hcont-right .ptxt {
        color: var(--BK_01);
        font-size: 15px;
        font-weight: 400;
        line-height: 100%;
        /* 15px */
        margin-right: 15px;
        cursor: pointer;
        position: relative; }
        .guide-header .header-right .hcont-right .ptxt:hover::after {
          width: 100%; }
        .guide-header .header-right .hcont-right .ptxt::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #15357a;
          transition: all 0.3s; }
      .guide-header .header-right .hcont-right .ptxtfff {
        font-size: 17px;
        color: #22264B;
        line-height: 22px;
        margin-right: 30px;
        cursor: pointer;
        position: relative; }
        .guide-header .header-right .hcont-right .ptxtfff:hover::after {
          width: 100%; }
        .guide-header .header-right .hcont-right .ptxtfff::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #15357a;
          transition: all 0.3s; }
      .guide-header .header-right .hcont-right .header-login-box {
        position: relative; }
        .guide-header .header-right .hcont-right .header-login-box.logintxtshow:hover .header_menu {
          animation: show linear 0.3s;
          display: block; }
      .guide-header .header-right .hcont-right .header_menu {
        display: none;
        width: 275px;
        position: absolute;
        top: 40px;
        right: 0px;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
        z-index: 99;
        padding-top: 20px;
        padding-bottom: 20px; }
        .guide-header .header-right .hcont-right .header_menu::after {
          content: "";
          display: block;
          width: 150px;
          position: absolute;
          right: 0;
          top: -20px;
          height: 30px; }
        .guide-header .header-right .hcont-right .header_menu .top {
          display: flex;
          align-items: center;
          padding: 0 20px;
          padding-bottom: 15px;
          margin-bottom: 15px;
          border-bottom: 1px solid #eff2f5; }
          .guide-header .header-right .hcont-right .header_menu .top > img {
            width: 50px;
            height: 50px;
            border-radius: 6px;
            margin-right: 16px; }
          .guide-header .header-right .hcont-right .header_menu .top .h-user {
            font-size: 15px;
            color: #181c32;
            line-height: 22px; }
            .guide-header .header-right .hcont-right .header_menu .top .h-user .header_email {
              color: #a1a5b7;
              font-size: 12px;
              line-height: 18px; }
        .guide-header .header-right .hcont-right .header_menu .men-li {
          display: flex;
          align-items: center;
          justify-content: space-between;
          position: relative;
          height: 37px;
          padding: 0 16px; }
          .guide-header .header-right .hcont-right .header_menu .men-li > div {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            padding: 0 16px;
            border-radius: 6px;
            color: #3f4254;
            cursor: pointer; }
            .guide-header .header-right .hcont-right .header_menu .men-li > div:hover {
              background-color: rgba(245, 248, 250, 0.8);
              color: #009ef7; }
    .guide-header .header-right .user_acc_wrap {
      position: relative;
      display: none;
      align-items: center;
      height: 40px; }
      .guide-header .header-right .user_acc_wrap .user_acc_user_name {
        position: relative; }
        .guide-header .header-right .user_acc_wrap .user_acc_user_name a {
          position: relative;
          font-weight: 600;
          cursor: pointer;
          color: var(--BK_01);
          font-size: 15px;
          font-weight: 400;
          line-height: 100%;
          /* 15px */ }
          .guide-header .header-right .user_acc_wrap .user_acc_user_name a::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 1px;
            left: 0;
            width: 0;
            height: 0.5px;
            background-color: #15357a;
            transition: all 0.3s; }
        .guide-header .header-right .user_acc_wrap .user_acc_user_name .unread {
          position: absolute;
          right: -5px;
          top: -1px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #E53838;
          display: none; }
      .guide-header .header-right .user_acc_wrap:hover .user_acc_user_name ::after {
        width: 100%; }
      .guide-header .header-right .user_acc_wrap:hover > p::after,
      .guide-header .header-right .user_acc_wrap:hover .p-a::after {
        width: 100%; }
      .guide-header .header-right .user_acc_wrap:hover > i {
        transform: rotateZ(-180deg); }
      .guide-header .header-right .user_acc_wrap:hover .user_acc_user_select_wrap {
        display: block;
        animation: show linear 0.3s; }
      .guide-header .header-right .user_acc_wrap .user_acc_user_select_wrap {
        position: absolute;
        top: 40px;
        right: 1px;
        width: 220px;
        display: none;
        background: #ffffff;
        border: 1px solid #e9ecf1;
        box-shadow: 0px 0px 10px 1px rgba(24, 28, 50, 0.1);
        border-radius: 6px;
        padding: 6px; }
        .guide-header .header-right .user_acc_wrap .user_acc_user_select_wrap .user_accuser_list .user_accuser_li {
          display: flex;
          align-items: center;
          cursor: pointer;
          height: 46px;
          padding-left: 22px; }
          .guide-header .header-right .user_acc_wrap .user_acc_user_select_wrap .user_accuser_list .user_accuser_li img {
            width: 20px; }
          .guide-header .header-right .user_acc_wrap .user_acc_user_select_wrap .user_accuser_list .user_accuser_li .txt {
            margin-left: 8px;
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            color: #222;
            display: flex;
            align-items: center; }
            .guide-header .header-right .user_acc_wrap .user_acc_user_select_wrap .user_accuser_list .user_accuser_li .txt .unread {
              border-radius: 9px;
              padding: 3px 10px;
              background: var(--luna-tip-01, #E53838);
              color: #FFF;
              font-size: 12px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%;
              /* 12px */
              margin-left: 10px;
              display: none; }
          .guide-header .header-right .user_acc_wrap .user_acc_user_select_wrap .user_accuser_list .user_accuser_li:nth-child(2) {
            border-top: 1px solid #F3F4F9; }
          .guide-header .header-right .user_acc_wrap .user_acc_user_select_wrap .user_accuser_list .user_accuser_li:hover {
            background-color: #f6f9fe; }
      .guide-header .header-right .user_acc_wrap > i {
        display: block;
        width: 14px;
        height: 14px;
        background-image: url("../../index/img/header/ico_down.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: all 0.3s; }

.search {
  height: 320px;
  opacity: 1;
  background: var(--BG_01); }
  .search .search_w {
    position: relative;
    margin: 0 auto;
    width: 1320px; }
    .search .search_w .search-1 {
      font-style: normal;
      font-weight: 500;
      font-size: 36px;
      line-height: 100%;
      color: #22264B;
      padding-top: 115px; }
    .search .search_w .search-2 {
      margin-top: 30px;
      width: 700px;
      height: 50px;
      background: #FFFFFF;
      border-radius: 4px;
      opacity: 1;
      display: flex;
      overflow: hidden; }
      .search .search_w .search-2 div {
        position: relative;
        display: flex;
        align-items: center; }
      .search .search_w .search-2 input {
        background: none;
        outline: none;
        border: 1px solid var(--Line_01);
        font-size: 15px;
        font-weight: 400;
        color: #22264B;
        width: 700px;
        height: 50px;
        border-radius: 4px;
        padding: 15px 25px;
        padding-left: 55px; }
        .search .search_w .search-2 input::placeholder {
          color: var(--BK_03); }
        .search .search_w .search-2 input:focus {
          border: 1px solid #D0D5DD; }
      .search .search_w .search-2 .searchdd {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 25px;
        top: 15px;
        cursor: pointer; }
      .search .search_w .search-2 .search_del_btn {
        display: none;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 48px;
        height: 48px;
        background: url("../img/close.svg") center no-repeat;
        cursor: pointer; }
      .search .search_w .search-2 .search_btn_wrap {
        position: absolute;
        top: 0px;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background: #F7FAFF;
        cursor: pointer;
        transition: all .3s;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
        transition: all .3s; }
        .search .search_w .search-2 .search_btn_wrap .searchdd {
          display: block; }
        .search .search_w .search-2 .search_btn_wrap .searchdd02 {
          display: none; }
        .search .search_w .search-2 .search_btn_wrap:hover {
          background: #0447F0; }
          .search .search_w .search-2 .search_btn_wrap:hover .searchdd {
            display: none; }
          .search .search_w .search-2 .search_btn_wrap:hover .searchdd02 {
            display: block; }
    .search .search_w .search_top_pic {
      position: absolute;
      top: 106.5px;
      right: 108.96px;
      width: 231.426px;
      height: 145.999px; }
    .search .search_w .guidUl {
      display: flex;
      gap: 60px;
      width: 1320px;
      margin: 40px auto 0; }
      .search .search_w .guidUl .guidLi {
        padding: 15px 0px 13px;
        color: var(--BK_02);
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        /* 16px */
        border-bottom: 2px solid transparent; }
        .search .search_w .guidUl .guidLi.active {
          color: var(--BK_01);
          border-bottom: 2px solid var(--VI_01); }

.main {
  display: flex;
  width: 1350px;
  margin: 0 auto;
  padding-top: 66px;
  position: relative; }
  .main .faqList {
    margin: 0 auto;
    padding: 40px 15px; }
    .main .faqList .faqItem {
      padding-bottom: 30px;
      border-bottom: 1px solid var(--Line_01); }
      .main .faqList .faqItem + .faqItem {
        margin-top: 30px; }
      .main .faqList .faqItem:hover .question {
        color: var(--VI_01); }
      .main .faqList .faqItem .question {
        color: var(--BK_01);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        /* 24px */ }
      .main .faqList .faqItem .answer {
        color: var(--BK_02);
        font-size: 15px;
        font-weight: 300;
        line-height: 150%;
        /* 22.5px */
        margin-top: 10px; }

.search_wrap {
  width: 1350px;
  margin: 65px auto 0;
  padding: 40px 15px;
  display: none; }
  .search_wrap div .search-item {
    display: block; }
    .search_wrap div .search-item + .search-item {
      margin-top: 30px; }
    .search_wrap div .search-item .search-item-1 {
      border-bottom: 1px solid var(--Line_01);
      position: relative;
      display: block;
      padding-bottom: 30px;
      cursor: pointer; }
      .search_wrap div .search-item .search-item-1 p {
        display: block;
        padding: 0;
        color: var(--BK_01);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        /* 24px */ }
      .search_wrap div .search-item .search-item-1 span {
        color: var(--BK_02);
        font-size: 15px;
        font-weight: 300;
        line-height: 150%;
        /* 22.5px */
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .search_wrap div .search-item .search-item-1:hover p {
        color: var(--VI_01); }
  .search_wrap .search_no_wrap {
    margin: 100px 0 30px;
    width: 100%; }
    .search_wrap .search_no_wrap .search_no {
      display: flex;
      flex-flow: column;
      flex-wrap: wrap;
      align-items: center; }
      .search_wrap .search_no_wrap .search_no .search_no_icon {
        width: 187px;
        height: 115px; }
      .search_wrap .search_no_wrap .search_no .search_no_txt {
        display: flex;
        align-items: center;
        justify-content: center; }
        .search_wrap .search_no_wrap .search_no .search_no_txt span {
          font-style: normal;
          font-weight: 400;
          font-size: 14.5383px;
          color: #718494;
          margin-right: 5px; }
        .search_wrap .search_no_wrap .search_no .search_no_txt a {
          position: relative;
          font-style: normal;
          font-weight: 400;
          font-size: 14.5383px;
          color: #22264B;
          text-transform: capitalize; }
          .search_wrap .search_no_wrap .search_no .search_no_txt a:hover::after {
            content: "";
            position: absolute;
            width: 100%; }
          .search_wrap .search_no_wrap .search_no .search_no_txt a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background: #22264B;
            transition: all .3s; }

.main-left-fap {
  width: 300px;
  min-height: 350px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1; }
  .main-left-fap .main-left-1 {
    font-size: 22px;
    font-weight: 600;
    color: #22264b;
    width: 280px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 40px; }
  .main-left-fap .main-left-meun {
    padding: 20px 24px;
    width: 300px;
    height: 64px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #22264b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .main-left-fap .main-left-meun .meunbox {
      width: 273px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0; }
    .main-left-fap .main-left-meun:hover {
      position: relative; }
      .main-left-fap .main-left-meun:hover::after {
        content: "";
        position: absolute;
        top: 24px;
        left: 0;
        width: 3px;
        height: 16px;
        background: #2C68FF; }
  .main-left-fap .main-left-meun-active {
    position: relative; }
    .main-left-fap .main-left-meun-active::after {
      content: "";
      position: absolute;
      top: 24px;
      left: 0;
      width: 3px;
      height: 16px;
      background: #2C68FF; }
  .main-left-fap .main-left-meun2 {
    padding: 20px 24px;
    width: 300px;
    height: 64px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-transform: capitalize;
    color: #22264b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .main-left-fap .main-left-meun2 .meunbox {
      width: 273px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      margin: 0; }
  .main-left-fap .main-left-meun2:hover {
    position: relative; }
    .main-left-fap .main-left-meun2:hover::after {
      content: "";
      position: absolute;
      top: 24px;
      left: 0;
      width: 3px;
      height: 16px;
      background: #2C68FF; }
  .main-left-fap .main-left-meun2-active {
    position: relative; }
    .main-left-fap .main-left-meun2-active::after {
      content: "";
      position: absolute;
      top: 24px;
      left: 0;
      width: 3px;
      height: 16px;
      background: #2C68FF; }
    .main-left-fap .main-left-meun2-active .meunbox img {
      transform: rotate(90deg); }
  .main-left-fap .main-left-meun3 {
    width: 300px;
    min-height: 46px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #22264b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none; }
    .main-left-fap .main-left-meun3 .meunbox {
      width: 300px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 24px;
      font-weight: normal; }
      .main-left-fap .main-left-meun3 .meunbox span {
        display: block;
        width: 100%; }
        .main-left-fap .main-left-meun3 .meunbox span a {
          display: block;
          width: 100%; }
    .main-left-fap .main-left-meun3:hover {
      background: #F7FAFF; }
  .main-left-fap .main-left-meun3-active {
    color: #2C68FF;
    display: flex;
    background: #F7FAFF; }
    .main-left-fap .main-left-meun3-active .meunbox span a {
      color: #2C68FF; }

.main-left {
  padding: 30px 17px 30px 0px;
  min-height: 800px;
  position: fixed;
  width: 290px;
  height: 800px;
  overflow-y: auto; }
  .main-left::-webkit-scrollbar {
    width: 7px;
    height: 0; }
  .main-left::-webkit-scrollbar-thumb {
    background: #E8EBF0;
    border-radius: 30px; }
  .main-left::-webkit-scrollbar-track {
    background-color: var(--BG_01); }
  .main-left .main-left-1 {
    width: 270px;
    padding: 12px 15px;
    color: var(--BK_01);
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    /* 15px */
    cursor: pointer; }
    .main-left .main-left-1.active {
      background: var(--BG_01); }
    .main-left .main-left-1:hover {
      background: var(--BG_01); }
  .main-left .main-left-type {
    color: var(--BK_03);
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    /* 13px */
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0px 15px; }
  .main-left .main-left-nav .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    gap: 10px;
    flex: 1;
    color: var(--BK_01);
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    /* 15px */
    cursor: pointer; }
    .main-left .main-left-nav .title::after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      background-image: url("../../index/img/help/right.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      transition: all .2s; }
    .main-left .main-left-nav .title:hover {
      background: #F3F5FA; }
      .main-left .main-left-nav .title:hover::after {
        background-image: url("../../index/img/help/right_a.svg"); }
  .main-left .main-left-nav.active > .title::after {
    background-image: url("../../index/img/help/right_a.svg");
    transform: rotate(90deg); }
  .main-left .main-left-nav .main-left-nav-zi {
    padding-left: 15px;
    display: none; }
    .main-left .main-left-nav .main-left-nav-zi .title {
      font-size: 14px;
      color: var(--BK_02); }
      .main-left .main-left-nav .main-left-nav-zi .title:hover {
        color: var(--BK_01);
        background-color: #F3F5FA; }
    .main-left .main-left-nav .main-left-nav-zi.active > .title {
      color: var(--BK_01);
      font-size: 14px; }
      .main-left .main-left-nav .main-left-nav-zi.active > .title::after {
        background-image: url("../../index/img/help/right_a.svg");
        transform: rotate(90deg); }
  .main-left .main-left-nav .main-left-nav-no-zi {
    padding-left: 15px;
    display: none;
    width: 100%; }
    .main-left .main-left-nav .main-left-nav-no-zi .title {
      color: var(--BK_02);
      font-size: 14px;
      padding: 8px 15px;
      line-height: 150%; }
      .main-left .main-left-nav .main-left-nav-no-zi .title::after {
        display: none; }
    .main-left .main-left-nav .main-left-nav-no-zi.active {
      color: var(--BK_01); }
      .main-left .main-left-nav .main-left-nav-no-zi.active > .title {
        background: #F3F5FA; }
  .main-left .main-left-meun {
    padding: 12px 15px;
    color: var(--BK_01);
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    /* 15px */
    cursor: pointer;
    width: 100%; }
    .main-left .main-left-meun + .main-left-meun {
      margin-top: 5px; }
    .main-left .main-left-meun.active, .main-left .main-left-meun:hover {
      background: #F3F5FA;
      color: var(--BK_01);
      font-size: 15px;
      font-weight: 400;
      line-height: 100%;
      /* 15px */ }

.main-right {
  flex: 1;
  padding-left: 70px;
  border-left: 1px solid var(--Line_01);
  margin-left: 290px;
  padding-bottom: 80px;
  min-height: 800px; }
  .main-right.search_video {
    display: none; }
  .main-right .pp {
    font-size: 32px;
    font-weight: bold;
    color: #22264b;
    line-height: 36px; }
  .main-right .pp-item {
    width: 1190px;
    height: 90px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1; }
  .main-right .v_name {
    margin: 40px 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    color: #22264B; }
  .main-right .tip_title {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #718494; }
  .main-right .video_list {
    position: relative;
    margin: 40px 0;
    width: 870px;
    height: 490px;
    background: #0B0630;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .main-right .video_list img {
      opacity: .6;
      width: 870px;
      height: 490px; }
    .main-right .video_list .play_icon_w .play_icon {
      width: 60px;
      height: 60px; }
    .main-right .video_list .play_icon_w {
      position: absolute;
      top: 0;
      left: 0;
      width: 870px;
      height: 490px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .main-right .video_list .play_icon_w img {
        opacity: 1; }
  .main-right .updated {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    /* Luna_black2 */
    color: #718494; }
  .main-right .search_no_wrap {
    margin: 100px 0 30px;
    width: 100%; }
    .main-right .search_no_wrap .search_no {
      display: flex;
      flex-flow: column;
      flex-wrap: wrap;
      align-items: center; }
      .main-right .search_no_wrap .search_no .search_no_icon {
        width: 187px;
        height: 115px; }
      .main-right .search_no_wrap .search_no .search_no_txt {
        display: flex;
        align-items: center;
        justify-content: center; }
        .main-right .search_no_wrap .search_no .search_no_txt span {
          font-style: normal;
          font-weight: 400;
          font-size: 14.5383px;
          color: #718494;
          margin-right: 5px; }
        .main-right .search_no_wrap .search_no .search_no_txt a {
          position: relative;
          font-style: normal;
          font-weight: 400;
          font-size: 14.5383px;
          color: #22264B;
          text-transform: capitalize; }
          .main-right .search_no_wrap .search_no .search_no_txt a:hover::after {
            content: "";
            position: absolute;
            width: 100%; }
          .main-right .search_no_wrap .search_no .search_no_txt a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background: #22264B;
            transition: all .3s; }
  .main-right .bottom_wrap {
    position: relative;
    margin-top: 40px;
    margin-bottom: 140px;
    height: 53px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .main-right .bottom_wrap .prve_page {
      position: absolute;
      left: 0;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 40%; }
      .main-right .bottom_wrap .prve_page .pr_info {
        position: relative;
        margin-left: 14px;
        color: var(--BK_03);
        font-size: 13px;
        font-weight: 400;
        line-height: 14px;
        text-transform: capitalize; }
        .main-right .bottom_wrap .prve_page .pr_info::after {
          content: "";
          position: absolute;
          top: 0;
          left: -19px;
          width: 14px;
          height: 14px;
          background: url("../../index/img/help/right.svg") no-repeat;
          background-size: 100% 100%;
          transform: rotate(180deg); }
      .main-right .bottom_wrap .prve_page .pr_tit {
        display: inline-block;
        margin-top: 15px;
        color: var(--BK_02);
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        max-width: 370px;
        height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: capitalize;
        position: relative; }
        .main-right .bottom_wrap .prve_page .pr_tit::after {
          content: "";
          position: absolute;
          top: 16px;
          left: 0px;
          width: 0;
          height: 1px;
          background: var(--BK_01);
          transition: all .3s; }
      .main-right .bottom_wrap .prve_page:hover .pr_info {
        color: var(--BK_02); }
        .main-right .bottom_wrap .prve_page:hover .pr_info::after {
          content: "";
          position: absolute;
          background: url("../../index/img/help/right_a.svg") no-repeat;
          background-size: 100% 100%; }
      .main-right .bottom_wrap .prve_page:hover .pr_tit {
        color: var(--BK_01); }
        .main-right .bottom_wrap .prve_page:hover .pr_tit::after {
          content: "";
          position: absolute;
          width: 100%;
          background-size: 100% 100%; }
    .main-right .bottom_wrap .next_page {
      position: absolute;
      right: 0;
      text-align: right;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 40%; }
      .main-right .bottom_wrap .next_page .pr_info {
        position: relative;
        margin-right: 19px;
        text-align: right;
        color: var(--BK_03);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        text-transform: capitalize; }
        .main-right .bottom_wrap .next_page .pr_info::after {
          content: "";
          position: absolute;
          top: 0;
          right: -19px;
          width: 14px;
          height: 14px;
          background: url("../../index/img/help/right.svg") no-repeat;
          background-size: 100% 100%; }
      .main-right .bottom_wrap .next_page .pr_tit {
        display: inline-block;
        margin-top: 15px;
        color: var(--BK_02);
        position: relative;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
        max-width: 370px;
        height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: capitalize; }
        .main-right .bottom_wrap .next_page .pr_tit::after {
          content: "";
          position: absolute;
          top: 16px;
          left: 0px;
          width: 0;
          height: 1px;
          background: var(--BK_01);
          transition: all .3s; }
      .main-right .bottom_wrap .next_page:hover .pr_info {
        color: var(--BK_02); }
        .main-right .bottom_wrap .next_page:hover .pr_info::after {
          content: "";
          position: absolute;
          background: url("../../index/img/help/right_a.svg") no-repeat;
          background-size: 100% 100%; }
      .main-right .bottom_wrap .next_page:hover .pr_tit {
        color: var(--BK_01); }
        .main-right .bottom_wrap .next_page:hover .pr_tit::after {
          content: "";
          position: absolute;
          width: 100%;
          background-size: 100% 100%; }
  .main-right .related_articles {
    margin-top: 20px; }
    .main-right .related_articles .r_a_li {
      position: relative;
      padding-left: 25px; }
      .main-right .related_articles .r_a_li::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0px;
        width: 15px;
        height: 15px;
        background: url("../img/xgUrl_icon.svg") no-repeat; }
      .main-right .related_articles .r_a_li .r_a_li_a {
        display: inline-block;
        position: relative;
        padding: 10px 0px 10px 0px;
        color: #2C68FF;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%; }
        .main-right .related_articles .r_a_li .r_a_li_a::after {
          content: "";
          position: absolute;
          top: 27px;
          left: 0px;
          width: 0px;
          height: 1px;
          background: #2C68FF;
          transition: all .3s; }
        .main-right .related_articles .r_a_li .r_a_li_a:hover::after {
          content: "";
          position: absolute;
          width: 100%; }
  .main-right .showclass {
    padding-top: 40px; }
    .main-right .showclass .tit1 {
      color: var(--BK_01);
      font-size: 28px;
      font-weight: 500;
      line-height: 100%;
      /* 28px */
      margin-bottom: 40px; }
    .main-right .showclass .p + .p {
      margin-top: 35px; }
    .main-right .showclass .p .tit2 {
      color: var(--BK_01);
      font-size: 20px;
      font-weight: 500;
      line-height: 100%;
      /* 20px */
      margin-bottom: 30px; }
    .main-right .showclass .p .tit3 {
      color: var(--BK_01);
      font-size: 16px;
      font-weight: 500;
      line-height: 100%;
      /* 16px */
      margin-bottom: 20px; }
    .main-right .showclass .p .pp1 {
      color: var(--BK_01);
      font-size: 15px;
      font-weight: 300;
      line-height: 150%;
      /* 22.5px */ }
      .main-right .showclass .p .pp1 + .pp1 {
        margin-top: 10px; }
      .main-right .showclass .p .pp1 > i {
        color: var(--VI_01); }
      .main-right .showclass .p .pp1 > b {
        color: var(--BK_01);
        font-weight: 500; }
    .main-right .showclass .menu-nav-ul {
      margin-top: 20px;
      margin-bottom: 35px; }
      .main-right .showclass .menu-nav-ul.nav-2 {
        margin-top: 30px; }
        .main-right .showclass .menu-nav-ul.nav-2 .menu-li {
          padding: 17px 10px; }
      .main-right .showclass .menu-nav-ul .menu-li {
        display: flex;
        align-items: center;
        padding: 15px 15px 15px 0px;
        border-bottom: 1px solid var(--Line_01);
        color: var(--BK_01);
        font-size: 15px;
        font-weight: 400;
        line-height: 150%;
        /* 15px */ }
        .main-right .showclass .menu-nav-ul .menu-li::before {
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: var(--BK_01);
          margin-right: 10px; }
        .main-right .showclass .menu-nav-ul .menu-li::after {
          content: "";
          display: block;
          width: 14px;
          height: 14px;
          background: url("../../index/img/help/right_a.svg") no-repeat;
          margin-left: auto; }
    .main-right .showclass .sub-tit {
      color: var(--BK_02);
      font-size: 15px;
      font-weight: 300;
      line-height: 150%;
      /* 22.5px */
      margin-top: 20px; }
    .main-right .showclass .desc {
      margin-top: 40px;
      border-left: 3px solid var(--VI_01);
      background: var(--BG_01);
      display: flex;
      padding: 20px;
      align-items: flex-start;
      gap: 10px; }
      .main-right .showclass .desc .tipIcon {
        width: 25px;
        height: 25px; }
      .main-right .showclass .desc .desc1 {
        color: var(--BK_01);
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        /* 24px */ }
      .main-right .showclass .desc .desc2 {
        margin-top: 10px;
        color: var(--BK_02);
        font-size: 15px;
        font-weight: 300;
        line-height: 150%;
        /* 22.5px */ }
    .main-right .showclass .video-list {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      margin-top: 30px; }
      .main-right .showclass .video-list .video-item {
        cursor: pointer;
        width: calc((100% - 60px) / 3);
        border: 1px solid var(--Luna2024-Line_01, #EAEFF9); }
        .main-right .showclass .video-list .video-item:hover {
          /* 投影 */
          box-shadow: 0px 1px 9px 0px rgba(16, 24, 40, 0.08); }
        .main-right .showclass .video-list .video-item .video {
          width: 100%; }
        .main-right .showclass .video-list .video-item .playBox {
          width: 100%;
          padding: 15px;
          display: flex;
          background: var(--White);
          align-items: center;
          color: var(--BK_01);
          font-size: 15px;
          font-weight: 400;
          line-height: 100%;
          /* 15px */
          gap: 7px; }
          .main-right .showclass .video-list .video-item .playBox .play {
            width: 18px;
            height: 18px; }
    .main-right .showclass > p {
      line-height: 150% !important; }
      .main-right .showclass > p span {
        font-size: 15px !important; }
    .main-right .showclass a {
      color: var(--VI_01); }
    .main-right .showclass strong {
      font-weight: 500 !important; }

.showclass .quest-list .li {
  padding: 30px;
  border-bottom: 2px solid #F7F8FC;
  cursor: pointer; }
  .showclass .quest-list .li .tit {
    min-height: 0;
    padding: 0;
    padding-bottom: 0; }
    .showclass .quest-list .li .tit .txt .txt-cont {
      margin-left: 20px;
      font-weight: 400;
      font-size: 20px;
      line-height: 100%;
      color: #22264B; }
    .showclass .quest-list .li .tit .txt .num {
      position: relative;
      display: flex;
      flex: none;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      font-size: 12px;
      line-height: 1px;
      width: 20px;
      height: 20px;
      color: #fff;
      background: #22264B;
      border-radius: 50%;
      top: 0;
      margin-right: 0; }
      .showclass .quest-list .li .tit .txt .num::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -3px;
        left: 3px;
        width: 20px;
        height: 20px;
        background: #22264B;
        opacity: 0.15;
        border-radius: 50%; }
    .showclass .quest-list .li .tit i {
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      background-position: center;
      transition: all .3s;
      background: url("../img/j_icon.svg") no-repeat;
      background-size: 100% 100%; }
  .showclass .quest-list .li .cont {
    padding-left: 60px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #22264B; }
    .showclass .quest-list .li .cont p {
      background: none !important; }
      .showclass .quest-list .li .cont p span {
        background: none !important; }
  .showclass .quest-list .li.show i {
    width: 15px;
    height: 15px;
    background: url("../img/j_icon02.svg") no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg) !important; }
  .showclass .quest-list .li.show .tit {
    min-height: 0;
    padding: 0;
    padding-bottom: 0; }
    .showclass .quest-list .li.show .tit .txt .txt-cont {
      margin-left: 20px;
      font-weight: 600;
      font-size: 20px;
      line-height: 100%;
      color: #2C68FF; }
    .showclass .quest-list .li.show .tit .txt .num {
      background: #2C68FF; }
      .showclass .quest-list .li.show .tit .txt .num::after {
        content: "";
        background: #2C68FF;
        opacity: 0.15; }
  .showclass .quest-list .li:hover i {
    width: 15px;
    height: 15px;
    background: url("../img/j_icon02.svg") no-repeat;
    background-size: 100% 100%; }
  .showclass .quest-list .li:hover .tit {
    min-height: 0;
    padding: 0;
    padding-bottom: 0; }
    .showclass .quest-list .li:hover .tit .txt .txt-cont {
      margin-left: 20px;
      font-weight: 600;
      font-size: 20px;
      line-height: 100%;
      color: #2C68FF; }
    .showclass .quest-list .li:hover .tit .txt .num {
      background: #2C68FF; }
      .showclass .quest-list .li:hover .tit .txt .num::after {
        content: "";
        background: #2C68FF;
        opacity: 0.15; }
.showclass .search_no_wrap {
  margin: 100px 0 30px;
  width: 100%; }
  .showclass .search_no_wrap .search_no {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    align-items: center; }
    .showclass .search_no_wrap .search_no .search_no_icon {
      width: 187px;
      height: 115px; }
    .showclass .search_no_wrap .search_no .search_no_txt {
      display: flex;
      align-items: center;
      justify-content: center; }
      .showclass .search_no_wrap .search_no .search_no_txt span {
        font-style: normal;
        font-weight: 400;
        font-size: 14.5383px;
        color: #718494;
        margin-right: 5px; }
      .showclass .search_no_wrap .search_no .search_no_txt a {
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 14.5383px;
        color: #22264B;
        text-transform: capitalize; }
        .showclass .search_no_wrap .search_no .search_no_txt a:hover::after {
          content: "";
          position: absolute;
          width: 100%; }
        .showclass .search_no_wrap .search_no .search_no_txt a::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 1px;
          background: #22264B;
          transition: all .3s; }

.detail .search-item {
  width: 840px;
  height: auto;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  padding: 15px;
  margin-top: 20px; }
  .detail .search-item .from {
    font-size: 16px;
    font-weight: 400;
    color: #1441a3;
    line-height: 19px; }
  .detail .search-item .search-item-1 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #22264b;
    line-height: 24px; }
  .detail .search-item .search-item-2 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #718494;
    line-height: 26px;
    min-height: 30px;
    overflow: hidden; }
.detail .search-item:hover {
  background-color: #ffffff;
  cursor: pointer; }

.meunbox {
  padding: 11px 24px;
  width: 300px;
  height: auto;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #22264b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .meunbox span a {
    color: #22264b; }

.playerpop {
  width: 100vw;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  z-index: 98999999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .playerpop #player {
    width: 2;
    position: relative; }

.close {
  position: absolute;
  top: 80px;
  right: 80px;
  width: 60px;
  height: 60px;
  cursor: pointer; }

.frooo .back_help {
  position: relative;
  color: #8C92AC;
  text-transform: capitalize; }
  .frooo .back_help:hover {
    color: #2C68FF; }
    .frooo .back_help:hover::after {
      content: "";
      position: absolute;
      width: 100%; }
  .frooo .back_help::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #2C68FF;
    transition: all .3s; }

@media screen and (max-width: 820px) {
  .guide-header .guidUl {
    left: 196px;
    transform: translate(0); }
    .guide-header .guidUl .guidLi {
      height: 58px; }

  .main-left {
    background-color: #FFF;
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important; } }
