@charset "UTF-8";
.lang span {
  color: var(--PIA24-BK-01, #042040) !important;
  font-family: "Open Sans" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 38px !important;
  /* 14px */
  text-transform: capitalize; }

.header_user {
  float: left;
  color: var(--PIA24-BK-01, #042040);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 14px */
  text-transform: capitalize; }

.header-cont {
  padding: 15px 200px !important;
  border-bottom: 1px solid var(--PIA24-Line-02, #F4F4F5); }

.header-left > .line {
  width: 1px;
  height: 22px;
  background: #F4F4F5;
  float: left;
  margin: 8px 15px; }
.header-left .search-box {
  display: flex;
  width: 500px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  float: left;
  margin-top: 9px;
  position: relative; }
  .header-left .search-box > input {
    color: var(--PIA24-BK-02, #55687D);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    border: 0; }
  .header-left .search-box > .search-box-bottom {
    width: 100%;
    display: none;
    max-height: 526px;
    overflow-y: auto;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: absolute;
    left: 0;
    top: 32px;
    border-radius: 4px;
    background: var(--PIA24-BK-White, #FFF);
    /* 投影1 */
    box-shadow: 0px 5px 15px 0px rgba(4, 32, 64, 0.05);
    /* 设置滚动条滑块的样式 */ }
    .header-left .search-box > .search-box-bottom::-webkit-scrollbar {
      width: 3px;
      background-color: none; }
    .header-left .search-box > .search-box-bottom::-webkit-scrollbar-thumb {
      background-color: #DDDEE0;
      border-radius: 31px; }
    .header-left .search-box > .search-box-bottom > .serch-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      align-self: stretch; }
      .header-left .search-box > .search-box-bottom > .serch-content > .top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch; }
        .header-left .search-box > .search-box-bottom > .serch-content > .top > .title {
          color: var(--PIA24-BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 13px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 13px */
          text-align: left; }
        .header-left .search-box > .search-box-bottom > .serch-content > .top > .line {
          width: 460px;
          height: 1px;
          background: #F4F4F5; }
      .header-left .search-box > .search-box-bottom > .serch-content > .list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        align-self: stretch; }
        .header-left .search-box > .search-box-bottom > .serch-content > .list > .li {
          display: flex;
          padding: 8px;
          flex-direction: column;
          align-items: flex-start;
          gap: 6px;
          align-self: stretch;
          border-radius: 4px;
          cursor: pointer; }
          .header-left .search-box > .search-box-bottom > .serch-content > .list > .li > .li-title {
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 15px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            /*! autoprefixer: off */
            -webkit-box-orient: vertical; }
            .header-left .search-box > .search-box-bottom > .serch-content > .list > .li > .li-title span {
              color: #0E6FDE !important; }
          .header-left .search-box > .search-box-bottom > .serch-content > .list > .li > .li-cont {
            width: 100%;
            color: var(--PIA24-BK-01, #042040);
            font-family: "Open Sans";
            font-size: 13px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%;
            /* 19.5px */
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /*! autoprefixer: off */
            -webkit-box-orient: vertical; }
            .header-left .search-box > .search-box-bottom > .serch-content > .list > .li > .li-cont span {
              color: #0E6FDE !important; }
          .header-left .search-box > .search-box-bottom > .serch-content > .list > .li:hover {
            background: var(--PIA24-BG-01, #F5F5F7); }
  .header-left .search-box > .search-remove {
    position: absolute;
    right: 0;
    top: 2px;
    display: none;
    cursor: pointer; }

.contioner {
  width: 100%;
  padding: 0 200px;
  padding-top: 30px !important;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch; }
  .contioner > .left {
    display: flex;
    width: 260px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    overflow-y: auto;
    position: sticky;
    top: 130px;
    /* 设置滚动条滑块的样式 */ }
    .contioner > .left::-webkit-scrollbar {
      width: 3px;
      background-color: none; }
    .contioner > .left::-webkit-scrollbar-thumb {
      background-color: #DDDEE0;
      border-radius: 31px; }
    .contioner > .left > .overview {
      display: flex;
      padding: 10px;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: 4px;
      color: #55687D;
      font-family: "Open Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 14px */
      text-transform: capitalize;
      color: var(--PIA24-BK-02, #55687D); }
      .contioner > .left > .overview.active {
        background: #F4F7FF !important;
        color: var(--PIA24-VI-03, #1C4396);
        font-weight: 600; }
    .contioner > .left > .view_list {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-self: stretch;
      transition: all 0.3s; }
      .contioner > .left > .view_list .icon {
        transform: rotate(-90deg);
        transition: all 0.3s; }
      .contioner > .left > .view_list .list_box {
        height: 0;
        overflow: hidden; }
        .contioner > .left > .view_list .list_box.active {
          height: auto; }
      .contioner > .left > .view_list > .title {
        display: flex;
        padding: 10px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 4px;
        color: var(--PIA24-BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 14px */
        cursor: pointer; }
        .contioner > .left > .view_list > .title.active {
          background: #F4F7FF; }
          .contioner > .left > .view_list > .title.active > span {
            color: var(--PIA24-VI-03, #1C4396);
            font-weight: 600; }
          .contioner > .left > .view_list > .title.active .icon {
            transform: rotate(0); }
        .contioner > .left > .view_list > .title.title-1.active {
          background: none; }
          .contioner > .left > .view_list > .title.title-1.active > span {
            color: var(--PIA24-BK-02, #55687D);
            font-weight: 400; }
        .contioner > .left > .view_list > .title > span {
          display: inline-block;
          width: 90%; }
      .contioner > .left > .view_list > .view_list_2 {
        display: flex;
        padding-left: 20px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        position: relative;
        transition: all 0.3s; }
        .contioner > .left > .view_list > .view_list_2::before {
          content: "";
          display: block;
          position: absolute;
          left: 20px;
          top: 2%;
          width: 1px;
          height: 98%;
          background: #E9EEF2; }
        .contioner > .left > .view_list > .view_list_2 .title {
          display: flex;
          padding: 10px;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          border-radius: 4px;
          color: var(--PIA24-BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */
          cursor: pointer; }
          .contioner > .left > .view_list > .view_list_2 .title.active > .icon {
            transform: rotate(0); }
          .contioner > .left > .view_list > .view_list_2 .title > span {
            display: inline-block;
            width: 90%; }
        .contioner > .left > .view_list > .view_list_2 > a {
          display: flex;
          padding: 10px;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          border-radius: 4px;
          color: var(--PIA24-BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */ }
          .contioner > .left > .view_list > .view_list_2 > a.active {
            background: #F4F7FF !important;
            color: var(--PIA24-VI-03, #1C4396);
            font-weight: 600; }
        .contioner > .left > .view_list > .view_list_2 > .view_list_3 {
          display: flex;
          padding-left: 20px;
          flex-direction: column;
          align-items: flex-start;
          align-self: stretch;
          position: relative;
          transition: all 0.3s; }
          .contioner > .left > .view_list > .view_list_2 > .view_list_3 > .active > .title > .icon {
            transform: rotate(0); }
          .contioner > .left > .view_list > .view_list_2 > .view_list_3::before {
            content: "";
            display: block;
            position: absolute;
            left: 20px;
            top: 0;
            width: 1px;
            height: 100%;
            background: #E9EEF2; }
          .contioner > .left > .view_list > .view_list_2 > .view_list_3 > a {
            display: flex;
            padding: 10px;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            border-radius: 4px;
            color: var(--PIA24-BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 14px */ }
            .contioner > .left > .view_list > .view_list_2 > .view_list_3 > a.active {
              background: #F4F7FF !important;
              color: var(--PIA24-VI-03, #1C4396);
              font-weight: 600; }
          .contioner > .left > .view_list > .view_list_2 > .view_list_3 > .view_list_4 {
            display: flex;
            padding-left: 20px;
            flex-direction: column;
            align-items: flex-start;
            align-self: stretch;
            position: relative;
            transition: all 0.3s; }
            .contioner > .left > .view_list > .view_list_2 > .view_list_3 > .view_list_4 > .active > .title > .icon {
              transform: rotate(0); }
            .contioner > .left > .view_list > .view_list_2 > .view_list_3 > .view_list_4::before {
              content: "";
              display: block;
              position: absolute;
              left: 20px;
              top: 2%;
              width: 1px;
              height: 98%;
              background: #E9EEF2; }
            .contioner > .left > .view_list > .view_list_2 > .view_list_3 > .view_list_4 > a {
              display: flex;
              padding: 10px;
              align-items: center;
              gap: 10px;
              align-self: stretch;
              border-radius: 4px;
              color: var(--PIA24-BK-02, #55687D);
              font-family: "Open Sans";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 100%;
              /* 14px */ }
              .contioner > .left > .view_list > .view_list_2 > .view_list_3 > .view_list_4 > a.active {
                background: #F4F7FF !important;
                color: var(--PIA24-VI-03, #1C4396);
                font-weight: 600; }
  .contioner > .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0; }

.right {
  width: 1200px; }
  .right > .overview-right-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    display: none; }
    .right > .overview-right-box > .top {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
      align-self: stretch; }
      .right > .overview-right-box > .top > .link > span {
        color: var(--PIA24-BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */ }
      .right > .overview-right-box > .top > .title {
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 32px */ }
      .right > .overview-right-box > .top > .time {
        color: var(--PIA24-BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */ }
      .right > .overview-right-box > .top > .line {
        width: 100%;
        height: 1px;
        background: #F4F4F5;
        margin-top: 10px; }
    .right > .overview-right-box > .right-body {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 40px;
      align-self: stretch;
      margin-top: 25px; }
      .right > .overview-right-box > .right-body.right-body-two {
        gap: 0 !important; }
        .right > .overview-right-box > .right-body.right-body-two > p {
          line-height: 1.7em !important; }
      .right > .overview-right-box > .right-body > .dl {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch; }
        .right > .overview-right-box > .right-body > .dl > h2 {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 28px;
          font-style: normal;
          font-weight: 600;
          line-height: 100%;
          /* 28px */ }
        .right > .overview-right-box > .right-body > .dl > p {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 160%;
          /* 25.6px */ }
          .right > .overview-right-box > .right-body > .dl > p > span {
            font-weight: 400; }
        .right > .overview-right-box > .right-body > .dl > .list {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 20px;
          align-self: stretch; }
          .right > .overview-right-box > .right-body > .dl > .list > li {
            padding-left: 20px;
            position: relative; }
            .right > .overview-right-box > .right-body > .dl > .list > li::before {
              content: "";
              display: block;
              width: 3px;
              height: 3px;
              border-radius: 100%;
              background: #0E6FDE;
              position: absolute;
              left: 8.5px;
              top: 10.5px; }
            .right > .overview-right-box > .right-body > .dl > .list > li a {
              color: var(--PIA24-VI-01, #0E6FDE);
              font-family: "Open Sans";
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: 160%;
              /* 25.6px */ }
              .right > .overview-right-box > .right-body > .dl > .list > li a:hover {
                text-decoration-line: underline; }
    .right > .overview-right-box > .right-nav {
      margin-top: 25px;
      display: block;
      width: 100%;
      padding-top: 20px;
      border-top: 1px solid var(--PIA24-Line-02, #F4F4F5);
      padding-bottom: 50px; }
      .right > .overview-right-box > .right-nav::after {
        display: block;
        clear: both;
        content: ""; }
      .right > .overview-right-box > .right-nav > .nav-left {
        max-width: 45%;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex: 1 0 0; }
        .right > .overview-right-box > .right-nav > .nav-left > p {
          color: var(--PIA24-BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */
          text-align: left; }
        .right > .overview-right-box > .right-nav > .nav-left > a {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */ }
          .right > .overview-right-box > .right-nav > .nav-left > a:hover {
            color: var(--PIA24-VI-01, #0E6FDE);
            text-align: right;
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 14px */
            text-decoration-line: underline; }
      .right > .overview-right-box > .right-nav > .nav-right {
        max-width: 45%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        flex: 1 0 0;
        float: right; }
        .right > .overview-right-box > .right-nav > .nav-right > p {
          color: var(--PIA24-BK-02, #55687D);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */
          text-align: right; }
        .right > .overview-right-box > .right-nav > .nav-right > a {
          color: var(--PIA24-BK-01, #042040);
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */ }
          .right > .overview-right-box > .right-nav > .nav-right > a:hover {
            color: var(--PIA24-VI-01, #0E6FDE);
            text-align: right;
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 14px */
            text-decoration-line: underline; }
  .right > .qa-right-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0; }
    .right > .qa-right-box > .top {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
      align-self: stretch; }
      .right > .qa-right-box > .top > .link > a {
        color: var(--PIA24-BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */ }
        .right > .qa-right-box > .top > .link > a:hover {
          color: var(--PIA24-VI-01, #0E6FDE);
          text-decoration-line: underline; }
      .right > .qa-right-box > .top > .link > span {
        color: var(--PIA24-BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */ }
      .right > .qa-right-box > .top > .title {
        color: var(--PIA_BK-01, #042040);
        font-family: "Open Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        /* 32px */ }
      .right > .qa-right-box > .top > .time {
        color: var(--PIA24-BK-02, #55687D);
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 13px */ }
      .right > .qa-right-box > .top > .line {
        width: 100%;
        height: 1px;
        background: #F4F4F5;
        margin-top: 10px; }
    .right > .qa-right-box > .qa-box {
      display: flex;
      width: 900px;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      margin-top: 25px;
      padding-bottom: 50px; }
      .right > .qa-right-box > .qa-box > .qa-li {
        display: flex;
        padding: 20px;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid var(--PIA24-Line-02, #F4F4F5);
        cursor: pointer; }
        .right > .qa-right-box > .qa-box > .qa-li.close > .btn {
          width: 16px;
          height: 16px;
          background: url(../../newhelpguide/img/close.svg) no-repeat center; }
        .right > .qa-right-box > .qa-box > .qa-li.open > .btn {
          width: 16px;
          height: 16px;
          background: url(../../newhelpguide/img/open.svg) no-repeat center; }
        .right > .qa-right-box > .qa-box > .qa-li > .text-box {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          gap: 15px;
          flex: 1 0 0; }
          .right > .qa-right-box > .qa-box > .qa-li > .text-box > p {
            overflow: hidden;
            color: var(--PIA24-BK-01, #042040);
            text-overflow: ellipsis;
            font-family: "Open Sans";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%;
            /* 16px */ }
          .right > .qa-right-box > .qa-box > .qa-li > .text-box > span {
            display: none;
            color: var(--PIA24-BK-02, #55687D);
            font-family: "Open Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            /* 21px */
            overflow: hidden;
            transition: all 0.3s; }
            .right > .qa-right-box > .qa-box > .qa-li > .text-box > span > a {
              color: var(--PIA24-VI-01, #0E6FDE);
              font-family: "Open Sans";
              font-size: 14px;
              font-style: normal;
              font-weight: 400;
              line-height: 150%; }
              .right > .qa-right-box > .qa-box > .qa-li > .text-box > span > a:hover {
                text-decoration-line: underline; }
  .right > div {
    display: none !important; }
    .right > div.active {
      display: flex !important; }
