.index-overview-container {
    width: 100%;
    background: linear-gradient(180deg, #4362e2 0%, #2c3fc5 100%);
    /*margin-top: 80px;*/
    padding: 80px 0;
  }
  
  .index-top-bg-img-btn-buy {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .index-overview-box {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    max-width: 1200px;
    margin: 30px auto 0 auto;
  }
  
  .index-overview-item {
    /*width: 50%;*/
    flex: 1;
    background-color: rgba(32, 111, 241, 0.1);
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: 20px;
    /* height: 450px; */
    background-image: url("../src/review_bg2.png");
    background-size: 100% 100%;
    overflow: hidden;
  
    background: linear-gradient(
      315deg,
      rgba(43, 70, 220, 0.2) 0%,
      rgba(34, 50, 203, 0.6) 49%,
      #4975ff 100%
    );
    box-shadow: inset 10px 10px 40px 0px rgba(17, 13, 147, 0.4);
    border-radius: 4px;
    border: 1px solid;
    border-image: linear-gradient(
        180deg,
        rgba(26, 57, 181, 1),
        rgba(157, 243, 255, 1),
        rgba(83, 126, 255, 1)
      )
      1 1;
    backdrop-filter: blur(10px);
  }
  
  .index-overview-item:nth-child(odd) {
    margin-left: 10px;
  }
  
  /* .index-overview-item:nth-child(even) {
    margin-right: 10px;
  } */
  
  .index-overview-item:first-child {
    padding: 0 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    flex: none;
  }
  
  .index-overview-item-char-box {
    display: flex;
    justify-content: space-between;
  }
  
  .chart-swiper {
    width: 100%;
    height: 260px;
    overflow: hidden;
  }
  
  .reviewPage-swiper-pagination {
    bottom: 0 !important;
    font-size: 30px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    /*position: absolute;*/
  }
  
  .reviewPage-swiper-pagination .reviewPage-swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: #ffffff;
    opacity: 0.6;
    margin: 0 4px !important;
    cursor: pointer;
  }
  
  .reviewPage-swiper-pagination .reviewPage-swiper-pagination-bullet-ck {
    opacity: 1;
  }
  
  .index-overview-tit {
    display: flex;
    align-items: center;
    height: 100px;
    padding-bottom: 10px;
  }
  
  .index-overview-tit1 {
    display: flex;
    align-items: center;
    height: 100px;
  }
  
  .index-overview-tit img,
  .index-overview-tit1 img {
    width: 100px;
    height: 100px;
    display: block;
  }
  
  .index-overview-tit-size1 {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    line-height: 56px;
    margin-left: 10px;
  }
  
  .index-overview-tit-size2 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 10px;
  }
  
  .index-overview-tit1-right,
  .index-overview-tit1-right-en {
    border-left: 1px rgba(255, 255, 255, 0.2) solid;
    height: 100px;
    margin-left: 60px;
    padding-left: 60px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 820px;
  }
  
  .index-overview-tit1-right-en {
    height: auto;
  }
  
  .index-overview-tit1-right > div,
  .index-overview-tit1-right > a {
    display: block;
    width: 33.33%;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
  }
  
  .index-overview-tit1-right-en > div,
  .index-overview-tit1-right-en > a {
    display: block;
    width: 33.33%;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    padding: 10px 20px 10px 0;
    box-sizing: border-box;
  }
  
  .index-overview-tit1-right > a,
  .index-overview-tit1-right-en > a {
    background: linear-gradient(0deg, #f1d9af 0%, #efc173 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .index-overview-tit1-right > a:hover,
  .index-overview-tit1-right-en > a:hover {
    text-decoration: underline;
  }
  
  .index-overview-tit-fill {
    flex: 1;
  }
  .index-overview-tit-info {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    text-align: left;
    margin-top: 10px;
    margin-left: 40px;
  }
  
  .index-overview-tit-more {
    background: linear-gradient(90deg, #00d6c9 0%, #2464f5 90%);
    background: -webkit-linear-gradient(0deg, #00d6c9 0%, #2464f5 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
  }
  
  .index-review-tab {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .index-review-container {
    background-image: url("../src/review_bg6.png");
    /* background-size: auto 753px; */
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    /*display: flex;*/
  }
  
  .index-review-tab {
    display: flex;
    margin-top: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }
  
  .index-review-tab a {
    flex: none;
    margin-right: 1px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
    width: 199px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
  }
  
  /* .index-review-tab a:before {
    background-size: 32px 30px;
    content: "";
    display: block;
    width: 32px;
    height: 30px;
    margin-right: 10px;
  } */
  
  .index-review-tab .index-review-tab-ck {
    /* background: linear-gradient(90deg, #1bf7e8 0%, #175eff 100%);
    background: -webkit-linear-gradient(0deg, #1bf7e8 0%, #175eff 100%); */
    color: #2464f5;
    background: #fff;
  }
  
  .index-review-tab a:last-child {
    margin-left: 0px;
  }
  
  /* .index-review-tab-btn1:before {
    background-image: url("../src/review_icon21.png");
  }
  
  .index-review-tab-btn2:before {
    background-image: url("../src/review_icon22.png");
  }
  
  .index-review-tab-btn3:before {
    background-image: url("../src/review_icon23.png");
  } */
  /* 
  .index-review-tab .index-review-tab-ck.index-review-tab-btn1:before {
    background-image: url("../src/review_icon13.png");
  }
  
  .index-review-tab .index-review-tab-ck.index-review-tab-btn2:before {
    background-image: url("../src/review_icon11.png");
  }
  
  .index-review-tab .index-review-tab-ck.index-review-tab-btn3:before {
    background-image: url("../src/review_icon12.png");
  } */
  
  .index-review-swiper-box {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0 auto;
    height: 290px;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
  }
  
  .index-review-swiper {
    width: 1072px;
    margin-left: 64px;
  }
  
  .index-review-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .index-review-swiper .swiper-slide {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
  }
  
  .index-review-next1,
  .index-review-next2,
  .index-review-next3,
  .index-review-next4,
  .index-review-next5,
  .index-review-next6,
  .index-review-next11,
  .index-review-next12,
  .index-review-next13 {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 38%;
    background-image: url("../src/review_arrow-right@2x.png");
    background-size: 32px 32px;
    z-index: 10;
  }
  
  .index-review-prev1,
  .index-review-prev2,
  .index-review-prev3,
  .index-review-prev4,
  .index-review-prev5,
  .index-review-prev6,
  .index-review-prev11,
  .index-review-prev12,
  .index-review-prev13 {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 38%;
    background-image: url("../src/review_arrow-left@2x.png");
    background-size: 32px 32px;
    z-index: 10;
  }
  
  .index-review-swiper-box-hide {
    position: fixed;
    top: -8888px;
  }
  
  .index-snapshotGallery-box {
    flex: 1;
    overflow: hidden;
    display: flex;
  }
  
  .index-snapshotGallery-item {
    width: 33.33%;
    flex: none;
  }
  
  .index-snapshotGallery-item .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .index-snapshotGallery-title {
    background-image: url(../src/review_bg3.png);
    background-size: 100% 100%;
    width: 220px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
    flex-direction: column;
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
  }
  
  .index-snapshotGallery-title:after {
    width: 30px;
    height: 4px;
    background: #ffffff;
    display: block;
    content: "";
    margin-top: 8px;
    margin-right: 50px;
  }
  
  .index-snapshotGallery-data {
    width: 100%;
    display: flex;
    max-width: 1200px;
  }
  
  .index-snapshotGallery-data-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 30px auto 60px auto;
  }
  
  .index-snapshotGallery-data:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .index-highlights-tabs {
    width: 100%;
    border-bottom: #80809e 1px solid;
    display: flex;
    max-width: 1200px;
    margin: 30px auto 0 auto;
  }
  
  .index-highlights-tabs a {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
    padding-bottom: 13px;
    margin-right: 40px;
    display: block;
    position: relative;
  }
  
  .index-highlights-tabs a:before {
    height: 4px;
    position: absolute;
    content: "";
    bottom: 0px;
    display: block;
    width: 100%;
  }
  
  .index-highlights-tabs .index-highlights-tab-ck:before {
    background: linear-gradient(90deg, #f1d9af 0%, #efc173 100%);
  }
  
  .index-highlights-box {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: wrap;
    margin: 0px auto 0 auto;
  }
  
  .index-highlights-item {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-top: 30px;
  }
  
  .index-highlights-item:nth-child(3n) {
    margin-right: 0px;
  }
  
  .index-highlights-item-img {
    width: 100%;
    height: 230px;
    display: block;
    overflow-y: hidden;
  }
  
  .index-highlights-item-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .index-highlights-item-tit {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
    margin-top: 16px;
    -webkit-line-clamp: 2;
    height: 48px;
  }
  
  .index-highlights-item-tit:hover {
    text-decoration: underline;
  }
  
  .index-highlights-item-txt {
    font-size: 14px;
    font-weight: 400;
    color: #9eb1ff;
    line-height: 20px;
    margin-top: 6px;
    -webkit-line-clamp: 2;
    height: 40px;
  }
  
  .index-highlights-container {
    padding: 80px 0;
  }
  
  .index-attendeeTestimonial-container {
    padding: 80px 0;
    background-color: rgba(32, 111, 241, 0.1);
    background-image: url("../src/review_bg7.png");
    background-size: 1980px auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 80px;
  }
  
  .index-attendeeTestimonial-title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    line-height: 50px;
    letter-spacing: 1px;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
  }
  
  .index-attendeeTestimonial-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  
  .index-attendeeTestimonial-left,
  .index-attendeeTestimonial-right {
    flex: 1;
  }
  
  .index-attendeeTestimonial-left .index-attendeeTestimonial-item {
    background: linear-gradient(90deg, #1bf7e8 0%, #175eff 100%);
    background: -webkit-linear-gradient(0deg, #1bf7e8 0%, #175eff 100%);
    border-radius: 12px 12px 0px 12px;
  }
  
  .index-attendeeTestimonial-right .index-attendeeTestimonial-item {
    background: linear-gradient(90deg, #175eff 0%, #1bf7e8 100%);
    background: -webkit-linear-gradient(0deg, #175eff 0%, #1bf7e8 100%);
    border-radius: 12px 12px 12px 0px;
  }
  
  .index-attendeeTestimonial-item {
    width: 400px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 30px;
  }
  
  .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(1) {
    margin-left: 100px;
    margin-top: 50px;
  }
  
  .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(2) {
    margin-left: 50px;
  }
  
  .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(3) {
    margin-left: 120px;
  }
  
  .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(4) {
    margin-left: 60px;
  }
  .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(5) {
    margin-left: 110px;
  }
  .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(6) {
    margin-left: 80px;
  }
  .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(7) {
    margin-left: 100px;
  }
  
  .index-attendeeTestimonial-right .index-attendeeTestimonial-item:nth-child(1) {
    margin-left: 80px;
  }
  
  .index-attendeeTestimonial-right .index-attendeeTestimonial-item:nth-child(2) {
    margin-left: 120px;
  }
  
  .index-attendeeTestimonial-right .index-attendeeTestimonial-item:nth-child(3) {
    margin-left: 30px;
  }
  
  .index-attendeeTestimonial-right .index-attendeeTestimonial-item:nth-child(4) {
    margin-left: 100px;
  }
  .index-attendeeTestimonial-right .index-attendeeTestimonial-item:nth-child(5) {
    margin-left: 110px;
  }
  .index-attendeeTestimonial-right .index-attendeeTestimonial-item:nth-child(6) {
    margin-left: 80px;
  }
  .index-attendeeTestimonial-right .index-attendeeTestimonial-item:nth-child(7) {
    margin-left: 60px;
  }
  .index-snapshotGallery-container {
    padding-top: 80px;
  }
  
  .index-top-bg-img-btn-buy {
    letter-spacing: 0px;
  }
  
  .index-overview-parent-box {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 40px 0;
    justify-content: space-between;
  }
  .index-overview-tit1-right-en > div,
  .index-overview-tit1-right-en > a {
    width: 50%;
  }
  
  @media (max-width: 768px) {
    .index-overview-box,
    .index-review-tab,
    .index-review-swiper-box,
    .index-snapshotGallery-data-box,
    .index-highlights-tabs,
    .index-highlights-box,
    .index-attendeeTestimonial-title,
    .index-attendeeTestimonial-box {
      max-width: none;
    }
  
    .index-overview-box {
      flex-direction: column;
    }
  
    .index-overview-item:first-child {
      margin-left: auto;
      margin-right: auto;
      margin-top: auto;
      width: 100%;
      flex: none;
      background-image: url("../src/review_bg2.png");
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      height: auto;
    }
  
    .index-overview-item:nth-child(odd) {
      margin-left: 0px;
    }
  
    .index-overview-item:nth-child(even) {
      margin-right: 0px;
    }
  
    .index-overview-item {
      width: 100%;
      flex: none;
    }
  
    .index-overview-tit1-right {
      width: 100%;
      flex-flow: wrap;
      flex-direction: column;
      padding-left: 0px;
      border-left: none;
      height: auto;
      margin-left: 20px;
    }
  
    .index-overview-tit1-right > div,
    .index-overview-tit1-right > a {
      width: 100% !important;
      font-size: 16px;
      font-weight: 400;
      color: #ffffff;
      line-height: 24px;
      margin-top: 10px;
    }
  
    .index-overview-parent-box {
      display: block;
    }
  
    .index-review-swiper-box {
      padding-top: 0;
      height: auto;
      margin-top: 30px;
      margin-bottom: 0px;
    }
  
    .index-review-select {
      width: 100%;
      height: 40px;
      background: #ffffff;
      border-radius: 1px;
      font-size: 16px;
      font-weight: 400;
      color: #1d1e22;
      line-height: 24px;
      padding-left: 10px;
      margin-top: 30px;
      padding-right: 10px;
    }
  
    .index-highlights-item {
      width: 100%;
    }
  
    .index-attendeeTestimonial-box {
      width: 100%;
      flex-direction: column;
    }
  
    .index-attendeeTestimonial-title {
      width: 100%;
    }
  
    .index-main-container {
      min-width: auto;
    }
  
    .index-attendeeTestimonial-item {
      width: 100%;
    }
  
    .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(1) {
      margin-left: 0px;
      margin-top: 0px;
    }
  
    .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(2) {
      margin-left: 0px;
    }
  
    .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(3) {
      margin-left: 0px;
    }
  
    .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(4) {
      margin-left: 0px;
    }
    .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(5) {
      margin-left: 0px;
    }
    .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(6) {
      margin-left: 0px;
    }
    .index-attendeeTestimonial-left .index-attendeeTestimonial-item:nth-child(7) {
      margin-left: 0px;
    }
  
    .index-attendeeTestimonial-right
      .index-attendeeTestimonial-item:nth-child(1) {
      margin-left: 0px;
    }
  
    .index-attendeeTestimonial-right
      .index-attendeeTestimonial-item:nth-child(2) {
      margin-left: 0px;
    }
  
    .index-attendeeTestimonial-right
      .index-attendeeTestimonial-item:nth-child(3) {
      margin-left: 0px;
    }
  
    .index-attendeeTestimonial-right
      .index-attendeeTestimonial-item:nth-child(4) {
      margin-left: 0px;
    }
    .index-attendeeTestimonial-right
      .index-attendeeTestimonial-item:nth-child(5) {
      margin-left: 0px;
    }
    .index-attendeeTestimonial-right
      .index-attendeeTestimonial-item:nth-child(6) {
      margin-left: 0px;
    }
    .index-attendeeTestimonial-right
      .index-attendeeTestimonial-item:nth-child(7) {
      margin-left: 0px;
    }
  
    .index-overview-container {
      padding: 30px 10px;
      box-sizing: border-box;
    }
  
    .index-overview-box {
      margin-top: 20px;
    }
  
    .index-review-container {
      padding-right: 10px;
      padding-left: 10px;
      box-sizing: border-box;
    }
  
    .index-review-swiper .swiper-slide {
      width: 100%;
    }
  
    .index-review-swiper {
      width: 100%;
      margin-left: 0px;
    }
  
    .index-snapshotGallery-container {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 30px;
    }
  
    .index-highlights-container {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .index-highlights-item {
      margin-right: 0px;
    }
  
    .index-attendeeTestimonial-box {
      margin-top: 30px;
    }
  
    .index-attendeeTestimonial-container {
      padding-right: 10px;
      padding-left: 10px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .index-organizations-container {
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box;
    }
  
    .index-organizations-logos,
    .index-organizations-title {
      /*width: calc(100% - 40px);*/
    }
  
    .index-organizations-logo {
      width: 30%;
      height: auto;
    }
  
    .index-top-bg-img-btn-box {
      margin-top: 120px;
    }
  
    .index-review-tit-en {
      font-size: 1.8rem !important;
    }
  
    .index-overview-item {
      /* height: 620px; */
    }
  
    .chart-swiper {
      height: 400px;
    }
  
    .index-overview-tit-size1 {
      font-size: 36px;
    }
    .index-overview-item-char-box {
      display: block;
    }
    .index-agenda-theme {
      margin-bottom: 0 !important;
    }
    .index-agenda-item-box {
      padding-bottom: 0;
    }
  }
  