.index-overview-container {
    width: 100%;
    background: #01023D;
    /*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;
}

.index-overview-item:nth-child(odd) {
    margin-left: 10px;
}

.index-overview-item:nth-child(even) {
    margin-right: 10px;
}

.index-overview-item:first-child {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
    flex: none;
    height: 180px;
    background-image: url("../src/review_bg1.png");
    display: flex;
    align-items: center;
}

.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: .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, .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;
}

.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(90deg, #00D6C9 0%, #2464F5 30%);
    background: -webkit-linear-gradient(0deg, #00D6C9 0%, #2464F5 30%);
    -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-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;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    /*display: flex;*/
}

.index-review-tab {
    display: flex;
    margin-top: 30px;
}

.index-review-tab a {
    flex: none;
    margin-right: 30px;
    height: 64px;
    background: rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    width: calc(33.33% - 20px);
}

.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%);
}

.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 .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.index-review-next1,
.index-review-next2,
.index-review-next3,
.index-review-next11,
.index-review-next12,
.index-review-next13 {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 38%;
    background-image: url("../src/arrow-right.png");
    background-size: 32px 32px;
    z-index: 10;
}

.index-review-prev1,
.index-review-prev2,
.index-review-prev3,
.index-review-prev11,
.index-review-prev12,
.index-review-prev13 {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 38%;
    background-image: url("../src/arrow-left.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: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    flex-direction: column;
}

.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-image: linear-gradient(90deg, #1BF7E8 0%, #175EFF 100%);
    background-image: -webkit-linear-gradient(0deg, #1BF7E8 0%, #175EFF 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: auto;
    display: block;
}

.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: #80809E;
    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-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-snapshotGallery-container {
    padding-top: 80px;
}

.index-top-bg-img-btn-buy {
    letter-spacing: 0px;
}

@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%;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;
        margin-top: 10px;
    }

    .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-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-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;
    }

}
