body {
    position: relative;
    z-index: 2998;
}

.page_container img {
    width: 100%;
}

.page_container .web_show {
    display: block;
}

.page_container .mob_show {
    display: none;
}

@media (max-width:992px) {
    .page_container .web_show {
        display: none;
    }

    .page_container .mob_show {
        display: block;
    }
}

.page_container .page_banner {
    position: relative;
}

.page_container .page_banner .content_box {
    position: absolute;
    top: 15.104167vw;
    left: 13.541667vw;
    width: 34.65625vw;
}

.page_container .page_banner .content_box h1 {
    font-size: 2.291667vw;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1.041667vw;
}

.page_container .page_banner .content_box .txt {
    font-size: 1.458333vw;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1.041667vw;
}

.page_container .page_banner .content_box .location,
.page_container .page_banner .content_box .time {
    position: relative;
    font-size: 1.041667vw;
    line-height: 1.197917vw;
    color: #666;
    padding-left: 1.666667vw;
    margin-bottom: 0.9375vw;
}

.page_container .page_banner .content_box .location::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.25vw;
    height: 1.25vw;
    background: url("../img/icon_02_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_banner .content_box .time::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.25vw;
    height: 1.25vw;
    background: url("../img/icon_03_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_banner .content_box .countdown {
    display: flex;
    margin-top: 2.083333vw;
    margin-bottom: 3.541667vw;
}

.page_container .page_banner .content_box .countdown li {
    font-size: 1.875vw;
    line-height: 2.239583vw;
    color: #000;
    text-align: center;
}

.page_container .page_banner .content_box .countdown li.seperator {
    padding: 0 0.520833vw;
}

.page_container .page_banner .content_box .countdown li .days {
    font-weight: bold;
    color: transparent;
    background-image: linear-gradient(90deg, #4967FF 0%, #0AD5FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page_container .page_banner .content_box .countdown li .hours {
    font-weight: bold;
    color: transparent;
    background-image: linear-gradient(90deg, #0AD5FE 0%, #7700FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page_container .page_banner .content_box .countdown li .minutes {
    font-weight: bold;
    color: transparent;
    background-image: linear-gradient(90deg, #7700FF 0%, #FFA032 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page_container .page_banner .content_box .countdown li .days_ref,
.page_container .page_banner .content_box .countdown li .hours_ref,
.page_container .page_banner .content_box .countdown li .minutes_ref {
    font-size: 0.729167vw;
    line-height: 0.885417vw;
    color: #333;
    margin-top: 0.364583vw;
}

.page_container .page_banner .content_box .link {
    font-size: 0.9375vw;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #333333;
    border-radius: 2.604167vw;
    padding: 0.677083vw 2.03125vw;
}

@media (max-width:992px) {
    .page_container .page_banner .content_box {
        top: 18.333333vw;
        left: 50%;
        transform: translateX(-50%);
        width: 89.333333vw;
    }

    .page_container .page_banner .content_box h1 {
        font-size: 7.466667vw;
        line-height: 10.5vw;
        margin-bottom: 2.2vw;
    }

    .page_container .page_banner .content_box .txt {
        font-size: 4.1vw;
        margin-bottom: 2.333333vw;
    }

    .page_container .page_banner .content_box .location,
    .page_container .page_banner .content_box .time {
        font-size: 4vw;
        line-height: 4.666667vw;
        padding-left: 5.733333vw;
        margin-bottom: 1.533333vw;
    }

    .page_container .page_banner .content_box .location::before {
        width: 4.266667vw;
        height: 4.266667vw;
    }

    .page_container .page_banner .content_box .time::before {
        width: 4.266667vw;
        height: 4.266667vw;
    }

    .page_container .page_banner .content_box .countdown {
        margin-top: 3.533333vw;
        margin-bottom: 4.4vw;
    }

    .page_container .page_banner .content_box .countdown li {
        font-size: 4.8vw;
        line-height: 5.733333vw;
    }

    .page_container .page_banner .content_box .countdown li.seperator {
        padding: 0 1.666667vw;
    }

    .page_container .page_banner .content_box .countdown li .days_ref,
    .page_container .page_banner .content_box .countdown li .hours_ref,
    .page_container .page_banner .content_box .countdown li .minutes_ref {
        font-size: 3.2vw;
        line-height: 3.866667vw;
        margin-top: 1.733333vw;
    }

    .page_container .page_banner .content_box .link {
        font-size: 3.2vw;
        line-height: 1.5;
        border-radius: 13.333333vw;
        padding: 1.866667vw 6.4vw;
    }
}

.page_container .page_content {
    background: url("../img/bg_02_web_0827.jpg") no-repeat, url("../img/bg_03_web_0827.jpg") no-repeat;
    background-size: 100% 100%, 100% 100%;
    background-position: top center, bottom center;
    /* padding-top: 40vw; */
    margin-top: -19.5vw;
}

.page_container .page_content .page_section .inner_box {
    width: 72.916667vw;
    padding-bottom: 5vw;
    margin: 0 auto;
}

.page_container .page_content .page_section .inner_box .section_tit_box {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 1vw;
    margin-bottom: 2.083333vw;
}

.page_container .page_content .page_section .inner_box .section_tit_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 51%;
    transform: translateX(-50%);
    width: 5vw;
    height: 3px;
    background: #C7000B;
}

.page_container .page_content .page_section .inner_box .section_tit_box h2 {
    position: relative;
    display: inline-flex;
    font-size: 2.083333vw;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    padding: 0.46875vw 1.614583vw 0 2.5vw;
}

.page_container .page_content .page_section .inner_box .section_tit_box h2::before {
    content: "";
    position: absolute;
    bottom: 0.3125vw;
    left: 0;
    width: 1.875vw;
    height: 2.083333vw;
    background: url("../img/icon_04_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .page_section .inner_box .section_tit_box h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.510417vw;
    height: 1.666667vw;
    background: url("../img/icon_05_0827.png") no-repeat;
    background-size: 100% 100%;
}

@media (max-width:992px) {
    .page_container .page_content {
        background: #E9F7FF;
        margin-top: -24.5vw;
    }

    .page_container .page_content .page_section .inner_box {
        width: 89.333333vw;
        padding-bottom: 13.333333vw;
        margin: 0 auto;
    }

    .page_container .page_content .page_section .inner_box .section_tit_box {
        padding-bottom: 2vw;
        margin-bottom: 4.266667vw;
    }

    .page_container .page_content .page_section .inner_box .section_tit_box::after {
        left: 50%;
        width: 12vw;
        height: 3px;
    }

    .page_container .page_content .page_section .inner_box .section_tit_box h2 {
        font-size: 5.333333vw;
        padding: 1.2vw 5.333333vw 0 6.4vw;
    }

    .page_container .page_content .page_section .inner_box .section_tit_box h2::before {
        bottom: 0.4vw;
        width: 4.8vw;
        height: 5.333333vw;
    }

    .page_container .page_content .page_section .inner_box .section_tit_box h2::after {
        width: 3.866667vw;
        height: 4.266667vw;
    }
}

.page_container .page_content .section_invitation .inner_box .content_box_01 {
    position: relative;
    background: url("../img/bg_04_web_0827.png") no-repeat;
    background-size: 100% 100%;
    padding: 4.166667vw 6.25vw;
    /* margin-top: -16.875vw; */
}

.page_container .page_content .section_invitation .inner_box .content_box_01 .txt {
    font-size: 1.041667vw;
    line-height: 1.5;
    margin-bottom: 1.041667vw;
}

.page_container .page_content .section_invitation .inner_box .content_box_01 .img_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 3.645833vw;
    margin-bottom: 0.364583vw;
}

.page_container .page_content .section_invitation .inner_box .content_box_01 .img_box .sig {
    width: 4.53125vw;
    margin-right: 0.989583vw;
}

.page_container .page_content .section_invitation .inner_box .content_box_01 .img_box .img {
    width: 5.208333vw;
}

.page_container .page_content .section_invitation .inner_box .content_box_01 .name {
    font-size: 1.041667vw;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    text-align: right;
    margin-bottom: 1.041667vw;
    margin-right: 1.5vw;
}

.page_container .page_content .section_invitation .inner_box .content_box_01 .name.name_en {
    margin-right: 0;
}

.page_container .page_content .section_invitation .inner_box .content_box_01 .tit {
    font-size: 1.041667vw;
    line-height: 1.5;
    text-align: right;
}

@media (max-width:992px) {
    .page_container .page_content .section_invitation .inner_box .content_box_01 {
        position: relative;
        background: url("../img/bg_04_mob_0827.png") no-repeat;
        background-size: 100% 100%;
        padding: 5.333333vw 1.6vw 8.666667vw 3.333333vw;
        /* margin-top: -16.875vw; */
    }

    /* .page_container .page_content .section_invitation .inner_box .content_box_01::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25%;
        background: url("../img/bg_10_web_0827.png") repeat-x bottom center;
        background-size: 100% 100%;
        z-index: 2801;
    } */

    .page_container .page_content .section_invitation .inner_box .content_box_01 .txt_box {
        position: relative;
        height: 105.733333vw;
        z-index: 2800;
    }

    .page_container .page_content .section_invitation .inner_box .content_box_01 .txt_box .txt_box_wrap {
        height: 100%;
        padding-right: 2.666667vw;
        overflow-y: scroll;
    }

    .page_container .page_content .section_invitation .inner_box .content_box_01 .txt_box .txt_box_wrap::-webkit-scrollbar {
        width: 1.066667vw;
        background-color: transparent;
    }

    .page_container .page_content .section_invitation .inner_box .content_box_01 .txt_box .txt_box_wrap::-webkit-scrollbar-thumb {
        background: #999999;
        ;
        border-radius: 1.333333vw;
    }

    .page_container .page_content .section_invitation .inner_box .content_box_01 .txt {
        font-size: 3.733333vw;
        margin-bottom: 2.666667vw;
    }

    .page_container .page_content .section_invitation .inner_box .content_box_01 .img_box {
        margin-top: 3.645833vw;
        margin-bottom: 0.364583vw;
    }

    .page_container .page_content .section_invitation .inner_box .content_box_01 .img_box .sig {
        width: 18.53125vw;
        margin-right: 2.989583vw;
    }

    .page_container .page_content .section_invitation .inner_box .content_box_01 .img_box .img {
        width: 21.208333vw;
    }

    .page_container .page_content .section_invitation .inner_box .content_box_01 .name {
        font-size: 3.733333vw;
        margin-right: 7vw;
        margin-bottom: 2.666667vw;
    }

    .page_container .page_content .section_invitation .inner_box .content_box_01 .name.name_en {
        margin-right: 0;
    }


    .page_container .page_content .section_invitation .inner_box .content_box_01 .tit {
        font-size: 3.733333vw;
    }
}

.page_container .page_content .section_speaker .inner_box {
    width: 82.083333vw;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap {
    position: relative;
    width: 72.916667vw;
    margin: 0 auto;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper {
    padding: 0.520833vw 2.916667vw 2.708333vw;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper .swiper-slide .name {
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #333;
    margin-top: 1.25vw;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper .swiper-slide .title {
    flex: 1 1 auto;
    font-size: 0.833333vw;
    line-height: 1.5;
    text-align: center;
    color: #666;
    margin-top: 0.833333vw;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper .speaker-pagination-swiper {
    bottom: 0;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper .speaker-pagination-swiper .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0.416667vw;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper .speaker-pagination-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #0388F2 0%, #92D9FD 100%);
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker-button-prev {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    left: -4.583333vw;
    background: url("../img/icon_06_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker-button-prev::after {
    content: none;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker-button-next {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    right: -4.583333vw;
    background: url("../img/icon_07_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker-button-next::after {
    content: none;
}

@media (max-width:992px) {
    .page_container .page_content .section_speaker .inner_box {
        width: 89.333333vw;
    }

    .page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap {
        width: 100%;
    }

    .page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper {
        padding: 0 0 8vw;
    }

    .page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper .swiper-slide .name {
        font-size: 3.733333vw;
        margin-top: 3.2vw;
    }

    .page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper .swiper-slide .title {
        font-size: 3.2vw;
        margin-top: 1.333333vw;
    }

    .page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker_swiper .speaker-pagination-swiper .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.066667vw;
    }

    .page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker-button-prev {
        display: none;
    }

    .page_container .page_content .section_speaker .inner_box .speaker_swiper_wrap .speaker-button-next {
        display: none;
    }
}

.page_container .page_content .section_topics .inner_box {
    width: 82.083333vw;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap {
    position: relative;
    width: 72.916667vw;
    margin: 0 auto;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper {
    padding-top: 0.520833vw;
    padding-bottom: 2.708333vw;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-image: url("../img/bg_05_web_0827.png");
    background-size: 100% 100%;
    border-radius: 0.833333vw;
    box-sizing: border-box;
    overflow: hidden;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .swiper-slide:hover {
    background-image: url("../img/bg_05_web_on_0827.png");
    border-radius: 0.833333vw;
    transform: translateY(-0.520833vw);
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .swiper-slide .img {
    width: 100%;

}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .swiper-slide .txt {
    flex: 1 1 auto;
    font-size: 1.041667vw;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    margin: 1.5625vw 1.25vw 1.979167vw;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .swiper-slide .link {
    display: inline-flex;
    font-size: 0.729167vw;
    line-height: 1.5;
    color: #fff;
    background: linear-gradient(270deg, #4967FF 0%, #0AD5FE 100%);
    border-radius: 0.208333vw;
    padding: 0.3125vw 1.041667vw;
    margin: 0 1.25vw 2.239583vw;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .topics-pagination-swiper {
    bottom: 0;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .topics-pagination-swiper .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0.416667vw;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .topics-pagination-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #0388F2 0%, #92D9FD 100%);
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics-button-prev {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    left: -4.583333vw;
    background: url("../img/icon_06_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics-button-prev::after {
    content: none;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics-button-next {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    right: -4.583333vw;
    background: url("../img/icon_07_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics-button-next::after {
    content: none;
}

@media (max-width:992px) {
    .page_container .page_content .section_topics .inner_box {
        width: 89.333333vw;
    }

    .page_container .page_content .section_topics .inner_box .topics_swiper_wrap {
        width: 100%;
    }

    .page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper {
        padding-top: 0;
        padding-bottom: 8vw;
    }

    .page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .swiper-slide {
        background-image: url("../img/bg_05_mob_0827.png");
        border-radius: 2.133333vw;
    }

    .page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .swiper-slide:hover {
        border-radius: 2.133333vw;
        background-image: url("../img/bg_05_mob_0827.png");
        transform: translateY(0);
    }

    .page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .swiper-slide .txt {
        font-size: 3.733333vw;
        margin: 5.333333vw 5.333333vw 4.8vw;
    }

    .page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .swiper-slide .link {
        font-size: 3.2vw;
        border-radius: 0.533333vw;
        padding: 0.8vw 2.666667vw;
        margin: 0 5.333333vw 6.933333vw;
    }

    .page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics_swiper .topics-pagination-swiper .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.066667vw;
    }

    .page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics-button-prev {
        display: none;
    }

    .page_container .page_content .section_topics .inner_box .topics_swiper_wrap .topics-button-next {
        display: none;
    }
}

.page_container .page_content .section_case .inner_box {
    width: 82.083333vw;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap {
    position: relative;
    width: 72.916667vw;
    margin: 0 auto;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper {
    padding-top: 0.520833vw;
    padding-bottom: 2.708333vw;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-image: url("../img/bg_06_web_0827.png");
    background-size: 100% 100%;
    border-radius: 0.833333vw;
    box-sizing: border-box;
    overflow: hidden;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .swiper-slide:hover {
    background-image: url("../img/bg_06_web_on_0827.png");
    border-radius: 0.833333vw;
    transform: translateY(-0.520833vw);
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .swiper-slide .img {
    width: 100%;

}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .swiper-slide .txt {
    flex: 1 1 auto;
    font-size: 1.041667vw;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    margin: 0.989583vw 2.5vw 1.579167vw;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .swiper-slide .link {
    display: inline-flex;
    font-size: 0.729167vw;
    line-height: 1.5;
    color: #fff;
    background: linear-gradient(270deg, #4967FF 0%, #0AD5FE 100%);
    border-radius: 0.208333vw;
    padding: 0.3125vw 1.041667vw;
    margin: 0 2.5vw 2.34375vw;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .case-pagination-swiper {
    bottom: 0;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .case-pagination-swiper .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0.416667vw;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .case-pagination-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #0388F2 0%, #92D9FD 100%);
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case-button-prev {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    left: -4.583333vw;
    background: url("../img/icon_06_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case-button-prev::after {
    content: none;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case-button-next {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    right: -4.583333vw;
    background: url("../img/icon_07_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_case .inner_box .case_swiper_wrap .case-button-next::after {
    content: none;
}

@media (max-width:992px) {
    .page_container .page_content .section_case .inner_box {
        width: 89.333333vw;
    }

    .page_container .page_content .section_case .inner_box .case_swiper_wrap {
        width: 100%;
    }

    .page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper {
        padding-top: 0;
        padding-bottom: 8vw;
    }

    .page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .swiper-slide {
        background-image: url("../img/bg_06_mob_0827.png");
        border-radius: 2.133333vw;
    }

    .page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .swiper-slide:hover {
        border: none;
        border-radius: 2.133333vw;
        background-clip: inherit;
        background-origin: inherit;
        background-image: url("../img/bg_06_mob_0827.png");
        transform: translateY(0);
    }

    .page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .swiper-slide .txt {
        font-size: 3.733333vw;
        margin: 5.333333vw 5.333333vw 4.8vw;
    }

    .page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .swiper-slide .link {
        font-size: 3.2vw;
        border-radius: 0.533333vw;
        padding: 0.8vw 2.666667vw;
        margin: 0 5.333333vw 6.933333vw;
    }

    .page_container .page_content .section_case .inner_box .case_swiper_wrap .case_swiper .case-pagination-swiper .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.066667vw;
    }

    .page_container .page_content .section_case .inner_box .case_swiper_wrap .case-button-prev {
        display: none;
    }

    .page_container .page_content .section_case .inner_box .case_swiper_wrap .case-button-next {
        display: none;
    }
}

.page_container .page_content .section_location .content_box_01 {
    display: flex;
    justify-content: space-between;
}

.page_container .page_content .section_location .content_box_01 .cards_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page_container .page_content .section_location .content_box_01 .cards_box .card_01 {
    display: flex;
    align-items: center;
    width: 33.385417vw;
    height: 10.858333vw;
    background: url("../img/bg_07_web_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_location .content_box_01 .cards_box .card_02 {
    display: flex;
    align-items: center;
    width: 33.385417vw;
    height: 10.858333vw;
    background: url("../img/bg_08_web_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_location .content_box_01 .cards_box .card .icon {
    flex: 0 0 auto;
    width: 4.479167vw;
    margin-left: 2.604167vw;
    margin-right: 1.5625vw;
}

.page_container .page_content .section_location .content_box_01 .cards_box .card .txt_box .tit {
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0.833333vw;
}

.page_container .page_content .section_location .content_box_01 .cards_box .card .txt_box .txt {
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #666;
}

.page_container .page_content .section_location .content_box_01 .img_box {
    width: 38.333333vw;
}

@media (max-width:992px) {
    .page_container .page_content .section_location .content_box_01 {
        flex-direction: column;
        justify-content: space-between;
    }

    .page_container .page_content .section_location .content_box_01 .cards_box {
        order: 2;
    }

    .page_container .page_content .section_location .content_box_01 .cards_box .card_01 {
        width: 100%;
        height: 27.733333vw;
        background: url("../img/bg_07_mob_0827.png") no-repeat;
        background-size: 100% 100%;
        margin-bottom: 2.666667vw;
    }

    .page_container .page_content .section_location .content_box_01 .cards_box .card_02 {
        width: 100%;
        height: 27.733333vw;
        background: url("../img/bg_08_mob_0827.png") no-repeat;
        background-size: 100% 100%;
    }

    .page_container .page_content .section_location .content_box_01 .cards_box .card .icon {
        width: 12.533333vw;
        margin-left: 6.666667vw;
        margin-right: 5.066667vw;
    }

    .page_container .page_content .section_location .content_box_01 .cards_box .card .txt_box .tit {
        font-size: 3.733333vw;
        margin-bottom: 0;
    }

    .page_container .page_content .section_location .content_box_01 .cards_box .card .txt_box .txt {
        font-size: 3.2vw;
    }

    .page_container .page_content .section_location .content_box_01 .img_box {
        order: 1;
        width: 100%;
        margin-bottom: 2.666667vw;
    }
}

.page_container .page_content .section_review .inner_box {
    width: 82.083333vw;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap {
    position: relative;
    width: 72.916667vw;
    margin: 0 auto;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper {
    padding-top: 0.520833vw;
    padding-bottom: 2.708333vw;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-image: url("../img/bg_09_web_0827.png");
    background-size: 100% 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 0.833333vw;
    box-sizing: border-box;
    overflow: hidden;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .swiper-slide:hover {
    background-image: url("../img/bg_09_web_on_0827.png");
    border-radius: 0.833333vw;
    transform: translateY(-0.520833vw);
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .swiper-slide .img {
    width: 100%;

}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .swiper-slide .txt {
    flex: 1 1 auto;
    font-size: 1.041667vw;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    margin: 1.5625vw 1.25vw 0.979167vw;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .swiper-slide .link {
    display: inline-flex;
    font-size: 0.729167vw;
    line-height: 1.5;
    color: #fff;
    background: linear-gradient(270deg, #4967FF 0%, #0AD5FE 100%);
    border-radius: 0.208333vw;
    padding: 0.3125vw 1.041667vw;
    margin: 0 1.25vw 2.083333vw;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .review-pagination-swiper {
    bottom: 0;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .review-pagination-swiper .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0.416667vw;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .review-pagination-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #0388F2 0%, #92D9FD 100%);
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review-button-prev {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    left: -4.583333vw;
    background: url("../img/icon_06_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review-button-prev::after {
    content: none;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review-button-next {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    right: -4.583333vw;
    background: url("../img/icon_07_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_review .inner_box .review_swiper_wrap .review-button-next::after {
    content: none;
}

@media (max-width:992px) {
    .page_container .page_content .section_review .inner_box {
        width: 89.333333vw;
    }

    .page_container .page_content .section_review .inner_box .review_swiper_wrap {
        width: 100%;
    }

    .page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper {
        padding-top: 0;
        padding-bottom: 8vw;
    }

    .page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .swiper-slide {
        background-image: url("../img/bg_09_mob_0827.png");
        background-size: 100% 100%;
        border-radius: 2.133333vw;
    }

    .page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .swiper-slide:hover {
        border: none;
        border-radius: 2.133333vw;
        background-clip: inherit;
        background-origin: inherit;
        background-image: url("../img/bg_09_mob_0827.png");
        background-size: 100% 100%;
        transform: translateY(0);
    }

    .page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .swiper-slide .txt {
        font-size: 3.733333vw;
        margin: 5.333333vw 5.333333vw 4.8vw;
    }

    .page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .swiper-slide .link {
        font-size: 3.2vw;
        border-radius: 0.533333vw;
        padding: 0.8vw 2.666667vw;
        margin: 0 5.333333vw 6.933333vw;
    }

    .page_container .page_content .section_review .inner_box .review_swiper_wrap .review_swiper .review-pagination-swiper .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.066667vw;
    }

    .page_container .page_content .section_review .inner_box .review_swiper_wrap .review-button-prev {
        display: none;
    }

    .page_container .page_content .section_review .inner_box .review_swiper_wrap .review-button-next {
        display: none;
    }
}

.page_container .page_content .section_video .inner_box {
    position: relative;
    padding-top: 8.020833vw;
}

.page_container .page_content .section_video .inner_box::before {
    content: "";
    position: absolute;
    top: 6.458333vw;
    left: 62.083333vw;
    width: 3.4375vw;
    height: 3.802083vw;
    background: url("../img/img_tb_0913_v1.png") no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.page_container .page_content .section_video .inner_box::after {
    content: "";
    position: absolute;
    top: 4.791667vw;
    left: 66.666667vw;
    width: 2.447917vw;
    height: 2.708333vw;
    background: url("../img/img_tb_0913_v2.png") no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap {
    position: relative;
    /* width: 54.6875vw; */
    height: 33.489583vw;
    padding: 0 9.114583vw 2.708333vw;
    z-index: 98;
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap .video_swiper {
    height: 100%;
    border: 2px solid #fff;
    border-radius: 0.833333vw;
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap .video-pagination-swiper {
    bottom: 0;
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap .video-pagination-swiper .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0.416667vw;
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap .video-pagination-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #0388F2 0%, #92D9FD 100%);
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap .video-button-prev {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    left: 2.65625vw;
    background: url("../img/icon_06_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap .video-button-prev::after {
    content: none;
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap .video-button-next {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    right: 2.65625vw;
    background: url("../img/icon_07_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_video .inner_box .video_swiper_wrap .video-button-next::after {
    content: none;
}

@media (max-width:992px) {
    .page_container .page_content .section_video .inner_box {
        padding-top: 7.066667vw;
    }

    .page_container .page_content .section_video .inner_box::before {
        top: 3.866667vw;
        left: 85.2vw;
        width: 5.733333vw;
        height: 6.4vw;
    }

    .page_container .page_content .section_video .inner_box::after {
        top: 0;
        left: 90.133333vw;
        width: 4.133333vw;
        height: 4.533333vw;
    }

    .page_container .page_content .section_video .inner_box .video_swiper_wrap {
        height: 57.2vw;
        padding: 0 0 6.933333vw;
    }

    .page_container .page_content .section_video .inner_box .video_swiper_wrap .video_swiper {
        border: 1px solid #fff;
        border-radius: 1.333333vw;
    }

    .page_container .page_content .section_video .inner_box .video_swiper_wrap .video-pagination-swiper .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.066667vw;
    }

    .page_container .page_content .section_video .inner_box .video_swiper_wrap .video-button-prev {
        display: none;
    }

    .page_container .page_content .section_video .inner_box .video_swiper_wrap .video-button-next {
        display: none;
    }
}

.page_container .page_content .section_agenda .inner_box .tab_controllers_box {
    display: flex;
    justify-content: space-between;
    padding: 0 18.75vw;
    margin-bottom: 1.666667vw;
}

.page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller {
    position: relative;
    display: flex;
    align-items: center;
    width: 17.1875vw;
    height: 6.25vw;
    background: url("../img/bg_11_web_1025.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 3.125vw;
    cursor: pointer;
}

.page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller.on {
    background: url("../img/bg_11_web_on_1025.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller .controller_txt {
    position: relative;
    font-size: 1.041667vw;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    padding-left: 1.875vw;
}

.page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller.on .controller_txt {
    color: #fff;
}

.page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller .controller_txt::before {
    content: "";
    position: absolute;
    top: 0.3vw;
    left: 0;
    width: 1.041667vw;
    height: 1.041667vw;
    background: url("../img/z_icon12.png") no-repeat;
    background-size: 100% 100%;
}

.page_container.page_container_en .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller .controller_txt::before {
    top: 0.5vw;
}

.page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller.on .controller_txt::before {
    background: url("../img/z_icon13.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_agenda .inner_box .content_box {
    display: none;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #fff;
    border-radius: 0.833333vw;
    padding: 1.666667vw;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box {
    margin-bottom: 1.666667vw;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box:last-of-type {
    margin-bottom: 0;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit {
    position: relative;
    display: flex;
    align-items: center;
    width: 69.583333vw;
    height: 5.3125vw;
    background: linear-gradient(270deg, rgba(120, 180, 241, 0.6) 0%, rgba(209, 232, 255, 0.53) 100%);
    border-radius: 0.833333vw;
    padding: 1.041667vw 2.083333vw;
    cursor: pointer;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit.active {
    background: url("../img/bg_12_web_on_1025.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 65.010417vw;
    transform: translateY(-50%);
    width: 1.145833vw;
    height: 0.625vw;
    background: url("../img/icon_15_1025.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit.active::after {
    background: url("../img/icon_15_on_1025.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit .time {
    width: 9.84375vw;
    font-size: 1.041667vw;
    font-weight: bold;
    line-height: 1.5;
    color: #191919;
    margin-right: 2.083333vw;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit.active .time {
    color: #fff;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit .topic {
    width: 28.385417vw;
    font-size: 1.041667vw;
    font-weight: bold;
    line-height: 1.5;
    color: #191919;
    margin-right: 1.354167vw;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit.active .topic {
    color: #fff;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit .address {
    width: 23.385417vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #191919;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .tit.active .address {
    color: #fff;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .list {
    display: none;
    padding: 0 2.03125vw;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    padding: 1.041667vw 0;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .time {
    width: 9.84375vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #191919;
    margin-right: 2.083333vw;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .topic {
    width: 28.385417vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #191919;
    margin-right: 1.354167vw;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .speaker {
    width: 23.697917vw;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .speaker .name {
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #191919;
    margin-top: 0.416667vw;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .speaker .name:first-of-type {
    margin-top: 0;
}

.page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .speaker .title {
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #595959;
}

@media (max-width:992px) {
    .page_container .page_content .section_agenda .inner_box .tab_controllers_box {
        padding: 0;
        margin-bottom: 4.266667vw;
    }

    .page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller {
        width: 42.666667vw;
        height: 16vw;
        background: url("../img/bg_11_mob_1028.png") no-repeat;
        background-size: 100% 100%;
        padding: 0 6vw;
    }

    .page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller.on {
        background: url("../img/bg_11_mob_on_1025.png") no-repeat;
        background-size: 100% 100%;
    }

    .page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller .controller_txt {
        font-size: 3.733333vw;
        padding-left: 4.266667vw;
    }

    .page_container .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller .controller_txt::before {
        top: 1.5vw;
        width: 2.666667vw;
        height: 2.666667vw;
    }

    .page_container.page_container_en .page_content .section_agenda .inner_box .tab_controllers_box .tab_controller .controller_txt::before {
        top: 1.8vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box {
        border-radius: 2.133333vw;
        padding: 2.666667vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box {
        margin-bottom: 3.2vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .tit {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 84vw;
        height: 26.8vw;
        border-radius: 2.133333vw;
        padding: 2.666667vw 4.266667vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .tit.active {
        background: url("../img/bg_12_mob_on_1025.png") no-repeat;
        background-size: 100% 100%;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .tit::after {
        top: 4.266667vw;
        left: 76.533333vw;
        transform: translateY(0);
        width: 2.933333vw;
        height: 1.6vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .tit .time {
        order: 1;
        width: 71.066667vw;
        font-size: 3.2vw;
        margin-right: 0;
        margin-bottom: 1.333333vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .tit .topic {
        order: 3;
        width: 71.066667vw;
        font-size: 3.2vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .tit .address {
        order: 2;
        width: 71.066667vw;
        font-size: 3.2vw;
        margin-bottom: 1.333333vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list {
        padding: 0 3.2vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item {
        flex-direction: column;
        padding: 3.2vw 0;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .time {
        position: relative;
        width: 100%;
        font-size: 3.2vw;
        padding-left: 5.333333vw;
        margin-right: 0;
        margin-bottom: 1.066667vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .time::before {
        content: "";
        position: absolute;
        top: 0.5vw;
        left: 0;
        width: 4.266667vw;
        height: 4.266667vw;
        background: url("../img/icon_16_1025.png") no-repeat;
        background-size: 100% 100%;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .topic {
        position: relative;
        width: 100%;
        font-size: 3.2vw;
        font-weight: bold;
        padding-left: 5.333333vw;
        margin-right: 0;
        margin-bottom: 1.066667vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .topic::before {
        content: "";
        position: absolute;
        top: 0.5vw;
        left: 0;
        width: 4.266667vw;
        height: 4.266667vw;
        background: url("../img/icon_17_1025.png") no-repeat;
        background-size: 100% 100%;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .speaker {
        width: 100%;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .speaker .name {
        position: relative;
        width: 100%;
        font-size: 3.2vw;
        font-weight: bold;
        padding-left: 5.333333vw;
        margin-right: 0;
        margin-top: 1.066667vw;
        margin-bottom: 1.066667vw;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .speaker .name::before {
        content: "";
        position: absolute;
        top: 0.5vw;
        left: 0;
        width: 4.266667vw;
        height: 4.266667vw;
        background: url("../img/icon_18_1025.png") no-repeat;
        background-size: 100% 100%;
    }

    .page_container .page_content .section_agenda .inner_box .content_box .item_box .list .list_item .speaker .title {
        font-size: 3.2vw;
        padding-left: 5.333333vw;
    }
}

.page_container .page_content .section_point .inner_box {
    width: 82.083333vw;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap {
    position: relative;
    width: 72.916667vw;
    padding: 0 4.0625vw;
    margin: 0 auto;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper {
    /* padding: 0 4.0625vw; */
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12.083333vw;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .img_box img {
    margin-bottom: 1.510417vw;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .img_box .txt .name {
    font-size: 0.833333vw;
    line-height: 0.989583vw;
    color: #000;
    text-align: center;
    margin-bottom: 0.729167vw;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .img_box .txt .title {
    font-size: 0.729167vw;
    line-height: 1.5;
    color: #666;
    text-align: center;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .txt_box {
    width: 50.416667vw;
    padding-left: 2.135417vw;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .txt_box .bg_box {
    position: relative;
    min-height: 15.625vw;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: #000;
    background: url("../img/bg_13_web_1030.png") no-repeat right bottom, linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.51) 100%);
    background-size: 73.12406%, 100%;
    border-radius: 0.729167vw;
    padding: 3.645833vw;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .txt_box .bg_box::before {
    content: "";
    position: absolute;
    top: 30%;
    left: -4.13333vw;
    width: 0;
    height: 0;
    border-top: 1.25vw solid transparent;
    border-right: 2.135417vw solid rgba(255, 255, 255, 0.7);
    border-left: 2.135417vw solid transparent;
    border-bottom: 1.25vw solid transparent;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .point-pagination-swiper {
    display: none;
    bottom: 0;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .point-pagination-swiper .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0.416667vw;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .point-pagination-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #0388F2 0%, #92D9FD 100%);
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point-button-prev {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    left: -4.583333vw;
    background: url("../img/icon_06_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point-button-prev::after {
    content: none;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point-button-next {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    right: -4.583333vw;
    background: url("../img/icon_07_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_point .inner_box .point_swiper_wrap .point-button-next::after {
    content: none;
}

@media (max-width:992px) {
    .page_container .page_content .section_point .inner_box {
        width: 89.333333vw;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap {
        width: 100%;
        padding: 0;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper {
        padding-bottom: 8vw;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box {
        flex-direction: column;
        background: url("../img/bg_13_mob_1030.png") no-repeat right bottom, linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.51) 100%);
        background-size: 55.07463%, 100%;
        border: 0.266667vw solid #fff;
        border-radius: 1.866667vw;
        padding: 5.333333vw;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .img_box {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 5.333333vw;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .img_box img {
        width: 21.066667vw;
        margin-bottom: 0;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .img_box .txt {
        width: 52.266667vw;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .img_box .txt .name {
        font-size: 3.733333vw;
        line-height: 1;
        text-align: left;
        margin-bottom: 1.866667vw;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .img_box .txt .title {
        font-size: 3.2vw;
        text-align: left;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .txt_box {
        width: 100%;
        padding-left: 0;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .txt_box .bg_box {
        min-height: auto;
        font-size: 3.2vw;
        background: none;
        border-radius: 0;
        padding: 0;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .swiper-slide .content_box .txt_box .bg_box::before {
        content: none;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .point-pagination-swiper {
        display: block;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point_swiper .point-pagination-swiper .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.066667vw;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point-button-prev {
        display: none;
    }

    .page_container .page_content .section_point .inner_box .point_swiper_wrap .point-button-next {
        display: none;
    }
}

.page_container .page_content .section_news .inner_box {
    width: 82.083333vw;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap {
    position: relative;
    width: 72.916667vw;
    margin: 0 auto;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper {
    padding-top: 0.520833vw;
    padding-bottom: 2.708333vw;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-image: url("../img/bg_05_web_0827.png");
    background-size: 100% 100%;
    border-radius: 0.833333vw;
    box-sizing: border-box;
    overflow: hidden;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .swiper-slide:hover {
    background-image: url("../img/bg_05_web_on_0827.png");
    border-radius: 0.833333vw;
    transform: translateY(-0.520833vw);
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .swiper-slide .img {
    width: 100%;

}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .swiper-slide .txt {
    flex: 1 1 auto;
    font-size: 1.041667vw;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
    margin: 1.5625vw 1.25vw 1.979167vw;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .swiper-slide .link {
    display: inline-flex;
    font-size: 0.729167vw;
    line-height: 1.5;
    color: #fff;
    background: linear-gradient(270deg, #4967FF 0%, #0AD5FE 100%);
    border-radius: 0.208333vw;
    padding: 0.3125vw 1.041667vw;
    margin: 0 1.25vw 2.239583vw;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .news-pagination-swiper {
    bottom: 0;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .news-pagination-swiper .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0.416667vw;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .news-pagination-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #0388F2 0%, #92D9FD 100%);
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news-button-prev {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    left: -4.583333vw;
    background: url("../img/icon_06_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news-button-prev::after {
    content: none;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news-button-next {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    right: -4.583333vw;
    background: url("../img/icon_07_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_news .inner_box .news_swiper_wrap .news-button-next::after {
    content: none;
}

@media (max-width:992px) {
    .page_container .page_content .section_news .inner_box {
        width: 89.333333vw;
    }

    .page_container .page_content .section_news .inner_box .news_swiper_wrap {
        width: 100%;
    }

    .page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper {
        padding-top: 0;
        padding-bottom: 8vw;
    }

    .page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .swiper-slide {
        background-image: url("../img/bg_05_mob_0827.png");
        border-radius: 2.133333vw;
    }

    .page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .swiper-slide:hover {
        border-radius: 2.133333vw;
        background-image: url("../img/bg_05_mob_0827.png");
        transform: translateY(0);
    }

    .page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .swiper-slide .txt {
        font-size: 3.733333vw;
        margin: 5.333333vw 5.333333vw 4.8vw;
    }

    .page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .swiper-slide .link {
        font-size: 3.2vw;
        border-radius: 0.533333vw;
        padding: 0.8vw 2.666667vw;
        margin: 0 5.333333vw 6.933333vw;
    }

    .page_container .page_content .section_news .inner_box .news_swiper_wrap .news_swiper .news-pagination-swiper .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.066667vw;
    }

    .page_container .page_content .section_news .inner_box .news_swiper_wrap .news-button-prev {
        display: none;
    }

    .page_container .page_content .section_news .inner_box .news_swiper_wrap .news-button-next {
        display: none;
    }
}

.page_container .page_content .section_pictures .inner_box {
    width: 82.083333vw;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap {
    position: relative;
    width: 72.916667vw;
    margin: 0 auto;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper {
    padding-top: 0.520833vw;
    padding-bottom: 2.708333vw;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.364583vw;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_01 .img_01 {
    display: flex;
    width: 20.989583vw;
    overflow: hidden;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_01 .img_02 {
    display: flex;
    width: 14.84375vw;
    overflow: hidden;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_02 {
    display: flex;
    justify-content: space-between;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_02 .img_01 {
    display: flex;
    width: 14.84375vw;
    overflow: hidden;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_02 .img_02 {
    display: flex;
    width: 20.989583vw;
    overflow: hidden;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 {
    display: flex;
    justify-content: space-between;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_01 {
    width: 18.072917vw;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_01 .img_01 {
    display: flex;
    margin-bottom: 0.364583vw;
    overflow: hidden;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_01 .img_02 {
    display: flex;
    overflow: hidden;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_02 {
    width: 17.916667vw;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_02 .img_01 {
    display: flex;
    margin-bottom: 0.364583vw;
    overflow: hidden;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_02 .img_02 {
    display: flex;
    overflow: hidden;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide img {
    transition: all 0.3s;
    margin-bottom: 1.145833vw;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide img:last-of-type {
    margin-bottom: 0;
}

/* .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide img:hover {
    transform: scale(1.05);
} */

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .pictures-pagination-swiper {
    bottom: 0;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .pictures-pagination-swiper .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 0.416667vw;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .pictures-pagination-swiper .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #0388F2 0%, #92D9FD 100%);
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures-button-prev {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    left: -4.583333vw;
    background: url("../img/icon_06_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures-button-prev::after {
    content: none;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures-button-next {
    width: 4.333333vw;
    height: 4.333333vw;
    top: 46%;
    right: -4.583333vw;
    background: url("../img/icon_07_0827.png") no-repeat;
    background-size: 100% 100%;
}

.page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures-button-next::after {
    content: none;
}

@media (max-width:992px) {
    .page_container .page_content .section_pictures .inner_box {
        width: 89.333333vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap {
        width: 100%;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper {
        padding-top: 0;
        padding-bottom: 8vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_01 {
        margin-bottom: 0.8vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_01 .img_01 {
        width: 51.866667vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_01 .img_02 {
        width: 36.666667vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_02 .img_01 {
        width: 36.533333vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_01 .inner_box_02 .img_02 {
        width: 52vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_01 {
        width: 44.410697vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_01 .img_01 {
        margin-bottom: 0.8vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_02 {
        width: 44.026743vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_02 .img_01 {
        margin-bottom: 0.8vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide.img_box_02 .inner_box_02 .img_02 {
        display: flex;
        overflow: hidden;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide img {
        margin-bottom: 0;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .swiper-slide img:hover {
        transform: scale(1);
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures_swiper .pictures-pagination-swiper .swiper-pagination-bullet {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 1.066667vw;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures-button-prev {
        display: none;
    }

    .page_container .page_content .section_pictures .inner_box .pictures_swiper_wrap .pictures-button-next {
        display: none;
    }
}

.choose_language {
    position: fixed;
    display: flex;
    top: 90%;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px 0px rgba(3, 136, 242, 0.08);
    border-radius: 2.604167vw 0px 0px 2.604167vw;
    padding: 0.78125vw 1.25vw 0.78125vw 2.708333vw;
    z-index: 3009;
}

.choose_language::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.25vw;
    transform: translateY(-50%);
    width: 1.041667vw;
    height: 1.041667vw;
    background: url("../img/icon_10_0827.png") no-repeat;
    background-size: 100% 100%;
}

.choose_language .item {
    display: flex;
    justify-content: center;
    font-size: 0.833333vw;
    line-height: 1;
    color: #333;
    border-right: 0.104167vw solid #333;
    padding: 0 0.416667vw;
}

.choose_language .item:last-of-type {
    border-right: none;
}

.choose_language .item.on {
    color: transparent;
    background-image: linear-gradient(180deg, #4967FF 0%, #0AD5FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose_language .item a {
    color: #333;
}

.back_to_top {
    display: none;
    position: fixed;
    bottom: 2.083333vw;
    right: 0.364583vw;
    width: 5.729167vw;
    height: 5.729167vw;
    cursor: pointer;
    z-index: 3000;
}

.back_to_top img {
    width: 100%;
}

@media (max-width: 992px) {
    .choose_language {
        display: none;
    }

    .back_to_top {
        bottom: 0;
        right: 0;
        width: 20.729167vw;
        height: 20.729167vw;
    }
}

.section.zp .global-events1 .global-events {
    width: 100%;
    display: flex;
}

.section.zp .global-events1 .global-events .li {
    margin-right: 1.042vw;
    width: calc(20.0% - 1.042vw);
    height: 29.167vw;
    position: relative;
    border-radius: 0.833vw;
    box-sizing: border-box;
    padding: 0 0.775vw;
    padding-top: 6.250vw;
    transition: all 0.3s ease-out 0s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
}

.section.zp .global-events1 .global-events .li .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0vw;
    top: 0vw;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-radius: 0.833vw;
}

.section.zp .global-events1 .global-events .li .bg.bg1 {
    opacity: 1;
    transition: all 0s ease-out 0s;
}

.section.zp .global-events1 .global-events .li .bg.bg2 {
    opacity: 0;
}

.section.zp .global-events1 .global-events .li .img {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 2.083vw;
}

.section.zp .global-events1 .global-events .li .img img {
    width: 3.333vw;
}

.section.zp .global-events1 .global-events .li .tit {
    position: relative;
    z-index: 2;
    margin-bottom: 2.083vw;
    text-align: center;
    font-size: 1.042vw;
    color: #333333;
    line-height: 1.563vw;
    font-weight: bold;
}

.section.zp .global-events1 .global-events .li .txt {
    position: relative;
    z-index: 2;
    margin-bottom: 2.083vw;
    text-align: center;
    font-size: 1.042vw;
    color: #666666;
    line-height: 1.563vw;
}

.section.zp .global-events1 .global-events .li .desc {
    position: relative;
    z-index: 2;
    opacity: 0;
    font-size: 0.833vw;
    color: #666666;
    line-height: 1.250vw;
}

.section.zp .global-events1 .global-events .li .desc p {
    margin-bottom: 1.042vw;
}

.section.zp .global-events1 .global-events .li .desc p:last-child {
    margin-bottom: 0;
}

.section.zp .global-events1 .global-events .li .desc strong {
    font-weight: bold;
    position: relative;
}

.section.zp .global-events1 .global-events .li .desc strong::before {
    content: "";
    position: absolute;
    width: 0.260vw;
    height: 0.260vw;
    border-radius: 50%;
    background: #0388F2;
    opacity: 0.87;
    left: -0.5vw;
    top: 50%;
    transform: translateY(-50%);
}

.section.zp .global-events1 .global-events .li.active {
    width: calc(41.6% - 1.042vw);
    padding: 0 1.800vw;
    padding-top: 3.438vw;
}

.section.zp .global-events1 .global-events .li.active .bg.bg1 {
    opacity: 0;
    transition: all 0s ease-out 0s;
}

.section.zp .global-events1 .global-events .li.active .bg.bg2 {
    opacity: 1;
}

.section.zp .global-events1 .global-events .li.active .img {
    text-align: left;
}

.section.zp .global-events1 .global-events .li.active .tit {
    text-align: left;
    margin-bottom: 1.042vw;
}

.section.zp .global-events1 .global-events .li.active .txt {
    text-align: left;
}

.section.zp .global-events1 .global-events .li.active .desc {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease-out 0.3s;
}

.section.zp .global-events1 .swiper-pagination {
    display: none;
}

@media (max-width: 600px),
(max-width: 1200px) and (max-aspect-ratio: 1 / 1) {

    .section.zp .global-events1 .global-events {
        flex-flow: wrap;
    }

    .section.zp .global-events1 .global-events .li {
        width: 100%;
        padding: 5.067vw 5.333vw;
        height: auto;
        background: url(../img/z_icon19.png) no-repeat;
        background-size: cover;
        border-radius: 1.067vw;
        margin-bottom: 2.133vw;
        position: relative;
        margin-right: 0;
        overflow: hidden;
    }

    .section.zp .global-events1 .global-events .li:last-child {
        margin-bottom: 0;
    }

    .section.zp .global-events1 .global-events .li .bg {
        display: none;
    }

    .section.zp .global-events1 .global-events .li .bg.bg2 {}

    .section.zp .global-events1 .global-events .li .img {
        text-align: left;
        position: absolute;
        left: 5.333vw;
        top: 5.067vw;
    }

    .section.zp .global-events1 .global-events .li.active .img {
        top: 7.067vw;
    }

    .section.zp .global-events1 .global-events .li .img img {
        width: 8.400vw;
    }

    .section.zp .global-events1 .global-events .li .tit {
        font-size: 3.533vw;
        line-height: 5.600vw;
        margin-bottom: 1.333vw;
        text-align: left;
        box-sizing: border-box;
        padding-left: calc(8.400vw + 4.267vw);
        z-index: 3;
        background: url(../img/z_icon15.png) no-repeat right;
        background-size: 5.333vw;
        padding-right: 5.333vw;
    }

    .section.zp .global-events1 .global-events .li.active .tit {
        background: url(../img/z_icon16.png) no-repeat right;
        background-size: 5.333vw;
    }

    .section.zp .global-events1 .global-events .li .txt {
        font-size: 3.200vw;
        line-height: 4.800vw;
        margin-bottom: 0;
        text-align: left;
        padding-left: calc(8.400vw + 4.267vw);
        box-sizing: border-box;
        z-index: 3;
    }

    .section.zp .global-events1 .global-events .li .desc {
        font-size: 3.200vw;
        line-height: 4.800vw;
        opacity: 1;
        display: none;
        margin-top: 5.333vw;
        box-sizing: border-box;
        padding-left: 1.767vw;
        z-index: 3;
    }

    .section.zp .global-events1 .global-events .li.active {
        width: 100%;
        background-size: 0;
        padding: 7.200vw 5.333vw 4.533vw;
        background: linear-gradient(352deg, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(3, 136, 242, 0.09) 100%);
    }

    .section.zp .global-events1 .global-events .li.active::before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../img/z_icon18.png) no-repeat right bottom;
        background-size: cover;
    }

    .section.zp .global-events1 .global-events .li.active::after {
        content: "";
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../img/z_icon17.png) no-repeat right top;
        background-size: 100%;
    }

    .section.zp .global-events1 .global-events .li.active .desc {
        opacity: 1;
        transform: translateY(0px);
        transition: initial;
    }

    .section.zp .global-events1 .global-events .li .desc p {
        margin-bottom: 2.667vw;
    }

    .section.zp .global-events1 .global-events .li .desc strong::before {
        width: 1.067vw;
        height: 1.067vw;
        left: -1.767vw;
    }

    .section.zp .global-events1 .swiper-pagination {
        display: none;
    }
}