body {
    overflow-y: auto;
}

/* .swiper-horizontal {
    padding-bottom: 0;
} */

.welcome {
    display: none;
}

/* @media (max-width: 1366px) {
    .swiper-horizontal {
        padding-bottom: 50px;
    }
} */

.pageOver {
    max-width: 1366px;
    margin: 0 auto;
    margin-bottom: 70px;
}

@media (max-width: 1550px) and (min-width: 992px) {
    .pageOver {
        width: 90%;
    }
}

@media (max-width: 992px) {
    .pageOver {
        width: 90%;
        padding: 0 20px;
        /* box-sizing: border-box; */
    }
}

.section-small-title {
    font-size: 24px;
    color: rgba(94, 84, 169);
    margin: 10px 0;
}

.page-tag-over {
    text-align: center;
    box-sizing: border-box;
    margin-top: 100px;
}

.page-tag-content {
    font-size: 14px;
    font-weight: bold;
    color: #363065;
    width: 800px;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .page-tag-content {
        width: 100%;
    }
}

.page-video-over {
    padding-top: 57%;
    position: relative;
}

.page-video-over iframe {
    border-radius: 0 0 10px 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-video-tag {
    margin-top: 30px;
    background: rgb(77, 77, 77);
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px 20px;
    line-height: 24px;
    font-size: 12px;
}

.page-video-tag span {
    background-color: #c7000b;
    padding: 3px 10px 3px 18px;
    /* display: inline-block; */
    position: relative;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 10px;
}

.page-video-tag span::before {
    position: absolute;
    left: 9px;
    top: 9px;
    content: " ";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.page-video-date-over {
    display: flex;
    margin-top: 20px;
    cursor: pointer;
}

.page-video-date-select-over {
    display: none;
}

.page-video-date-select {
    padding-left: 30px;
    box-sizing: border-box;
}

.page-video-date-select span {
    font-size: 18px;
    line-height: 55px;
    font-weight: 600;
    color: #363065;
}

.iconSelect {
    font-size: 70px;
    transform: rotate(90deg);
    color: #bb4dc6;
    position: absolute;
    right: 0px;
    top: -8px;
}

.page-video-date-select-option {
    display: none;
    position: absolute;
    top: 70px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    left: 0;
    padding: 20px 0;
    z-index: 5;
    box-sizing: border-box;
}

.page-video-date-select-option div {
    padding: 15px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.page-video-date-select-option .active {
    background-color: #edecf7;
    color: #3a3569;
    border-right: 2px solid #5f54b3;
    font-weight: 600;
}

.page-video-date-select-option:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 15px;
    top: -10px;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    border-bottom: solid 10px #fff;
}

@media (max-width: 767px) {
    .page-video-date-over {
        display: none;
    }

    .page-video-date-select-over {
        display: block;
        margin-top: 20px;
    }

    .page-video-date-select-over .show {
        display: block;
    }

    .page-video-date-select {
        position: relative;
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        height: 55px;
    }
}

.page-video-date-item {
    width: 33%;
    border-right: 1px solid gray;
    padding: 0 20px;
}

.page-video-date-item-title {
    font-size: 14px;
    font-weight: bold;
    color: #5E54A9;
}

.page-video-date-item:first-child {
    padding-left: 0;
}

.page-video-date-item:last-child {
    border-right: none;
}

.page-video-date-item-btn-over {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    text-align: center;
}

.page-video-date-item-btn-item {
    /* width: calc(50% - 5px); */
    padding: 10px 20px;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    color: #2d265e;
    font-weight: 600;
}

.page-video-date-item-btn-item span {
    font-weight: 500;
}

.page-video-date-item-btn-item img {
    vertical-align: bottom;
}

.page-video-date-item-btn-item.active {
    /* background-color: #5E54A9; */
    background: -webkit-linear-gradient(135deg, rgb(133, 102, 220), rgb(215, 45, 112));
    background: linear-gradient(135deg, rgb(133, 102, 220), rgb(215, 45, 112));
    color: #fff;
    position: relative;
}

.page-video-date-item-btn-item.active img {
    position: absolute;
    top: -5px;
    right: 0px;
}

.page-video-date-item-btn-item:nth-child(2n - 1) {
    margin-right: 10px;
}

.page-video-date-item-btn-item:nth-child(1) {
    margin-top: 0;
}

.page-video-date-item-btn-item:nth-child(2) {
    margin-top: 0;
}

@media (max-width: 1366px) {

    /* .page-video-date-item-btn-item{
        width: 100%;
    } */
    .page-video-date-item-btn-item:nth-child(2n - 1) {
        margin-right: 0px;
    }

    .page-video-date-item-btn-item:nth-child(2) {
        margin-top: 10px;
    }
}

/* talks */
.talksSwiper {
    width: calc(100% + 15px);
    margin-left: -7px;
}

@media (max-width: 767px) {
    .talksSwiper {
        margin-left: 0;
    }
}

.talksSwiperOver {
    position: relative;
}

.talks-over {
    /* display: flex;
    flex-wrap: wrap; */
}

.talks-item {
    width: calc(25% - 15px);
    margin-top: 20px;
    margin-left: 7px;
    margin-right: 7px;
    height: 100%;
    float: left;
}

.talks-item:nth-child(1) {
    margin-top: 0;
}

.talks-item:nth-child(2) {
    margin-top: 0;
}

.talks-item:nth-child(3) {
    margin-top: 0;
}

.talks-item:nth-child(4) {
    margin-top: 0;
}

.talks-item-player {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
}

@media (max-width: 767px) {
    .talks-item-player {
        width: 30px;
        height: 30px;
        bottom: 15px;
        right: 10px;
    }
}

.talks-item-img {
    position: relative;
    display: flex;
}

.swiper-pagination-view {
    display: none;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -70px) !important;
}

.swiper-button-next img {
    width: 40px;
    height: 40px;
}

.swiper-button-prev img {
    width: 40px;
    height: 40px;
}

@media (max-width: 1366px) {
    .talks-item {
        width: calc(33.3% - 15px);
    }

    .talks-item:nth-child(4) {
        margin-top: 20px;
    }

    .swiper-pagination-view {
        display: block;
        text-align: left;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }

    .swiper-button-next {
        right: 25px !important;
        bottom: -10px;
        left: auto;
        top: auto;
    }

    .swiper-button-prev {
        right: 80px;
        bottom: -10px;
        left: auto !important;
        top: auto;
    }
}

@media (max-width: 767px) {
    .talks-item {
        width: calc(50% - 15px);
        margin-top: 20px;
    }

    .talks-item:nth-child(3) {
        margin-top: 20px;
    }

    .talks-item:nth-child(4) {
        margin-top: 20px;
    }

    /* .swiper-button-next{
        bottom: 0px;
    }*/
    .swiper-button-prev {
        right: 65px;
    }

    .swiper-button-prev img {
        width: 30px;
        height: 30px;
    }

    .swiper-button-next img {
        width: 30px;
        height: 30px;
    }
}

.talks-item-bg {
    width: 100%;
    /* height: 150px; */
    object-fit: cover;
    border-radius: 10px;
}

.talks-item-title {
    font-size: 14px;
    font-weight: bold;
    color: #363065;
    margin-top: 10px;
}

/* bottom */
.footer {
    position: relative;
    height: 80px;
    display: flex;
    justify-content: center;
}

.live-bottom-logo {
    background: #fff;
    width: calc(100% - 150px);
}

@media (max-width: 1366px) {
    .live-bottom-logo {
        width: 100%;
    }
}

.banner-box-iframe {
    height: 600px;
    position: relative;
    z-index: 2;
    opacity: 1;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .banner-box-iframe {
        height: 880px;
    }
}

@media (max-width: 767px) {
    .banner-box-iframe {
        height: 100vh;
    }
}

.banner-video-bg {
    position: absolute;
    top: -18%;
    height: 100%;
    width: 100%;
    z-index: 2;
    right: -20%;
}

/* @media (max-width: 1600px) and (min-width: 992px) {
    .banner-video-bg {
      width: 70%;
      right: -20%;
      top: -25%;
      display: flex;
      align-items: center;
    }
  } */
.banner-video-over {
    /* min-height: 700px; */
    /* width: 100%; */
    /* position: absolute; */
    z-index: 999;
    left: 30%;
    opacity: 0;
}

@media (max-width: 1650px) {
    /* .banner-video-over{
      top: -2%;
      left: -8%;
    } */
    /*     .banner-video-bg{
        right: -12%;
    } */
}

@media (max-width: 1400px) {
    .banner-video-over {
        left: 30%;
        top: 0;
    }
}

@media (max-width: 1280px) {
    .banner-video-bg {
        right: -20%;
    }
}

@media (max-width: 1200px) {
    .banner-video-bg {
        top: 0;
        right: 0;
    }

    .banner-video-over {
        left: 45%;
        top: -100px
    }
}

@media (max-width: 992px) {
    .banner-video-over {
        left: -50px;
        flex-direction: row-reverse;
    }

    .banner-video-bg {
        top: 20%;
    }
}

@media (max-width: 767px) {
    .banner-video-bg {
        width: 100%;
        top: 0;
        left: 0;
        right: auto;
    }

    .banner-video-over {
        top: 90px;
        left: 0;
        flex-direction: unset;
    }
}

.banner-video-shading {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: red; */
    z-index: 3;
}

.homePage {
    display: flex;
    justify-content: space-between;
}

.banner-home-right-pad {
    width: 30%;
    margin-top: -120px;
    display: none;
}

.banner-home-right-pad img {
    height: 700px;
}

@media (max-width: 1200px) {
    .banner-home-right-pad img {
        height: 600px;
    }
}

.banner-home-left {
    padding-top: 30px;
}

.box-player-left {
    margin-top: 200px;
}

.body-player-left {
    margin-top: 84px;
}

@media (max-width: 1366px) {
    .homePage {
        justify-content: normal;
        padding-top: 0;
    }

    .banner-home-left {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-home-right-pad {
        display: block;
    }
}

@media (max-width: 1200px) {
    .box-player-left {
        max-width: 500px;
    }

    .body-player-left {
        max-width: 500px;
    }
}

@media (max-width: 992px) {
    .box-player-left {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .homePage {
        display: block;
    }

    .banner-home-left {
        width: 100%;
        display: block;
        padding-top: 70px;
    }

    .banner-home-right-pad {
        margin-left: 100px;
    }

    .banner-home-right-pad img {
        height: 250px;
    }

    .box-player-left {
        margin-top: 100px;
    }
}

.banner-dot1 {
    position: absolute;
    top: 0;
    z-index: -1;
}

.box-player-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body-player-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-left-text {
    position: static;
}

.banner-home-right-img {
    width: 500px;
    height: 250px;
    border-radius: 12px;
    border: 5px solid rgba(255, 255, 255, 0.6);
    margin-top: 150px;
    position: relative;
}

@media (max-width: 1366px) {
    .banner-home-right-img {
        display: none;
    }
}

.banner-home-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.banner-home-right-img-title {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 8px 20px;
    color: #5E54A9;
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px 0 8px 0;
}

.banner-home-right-bottom-title {
    text-align: right;
    color: #5E54A9;
    font-size: 12px;
    margin-top: 10px;
}

/* liveStreaming */
.liveStreaming {
    background-color: rgba(255, 255, 255, 0.4);
    /* height: 400px; */
    border-radius: 15px;
    margin-top: 50px;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

@media (max-width: 1366px) {
    .liveStreaming {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .liveStreaming {
        padding: 50px 0px 0px 0px;
        background-color: transparent;
    }
}

.liveStreaming-content {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    height: 100%;
    padding: 30px 20px 30px 40px;
    box-sizing: border-box;
    /* margin-top: 30px; */
    height: 490px;
}

@media (max-width: 1366px) {
    .liveStreaming-content {
        padding: 40px 20px 20px 30px;
    }
}

.liveStreaming-content-over {
    overflow-y: auto;
    height: calc(100% - 8px);
    display: none;
}

.liveStreaming-content-over.active {
    display: flex;
    flex-wrap: wrap;
}

.liveStreaming-content-over::-webkit-scrollbar {
    width: 6px;
    cursor: pointer;
}

.liveStreaming-content-over::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #EFF4FB;
}

.liveStreaming-content-over::-webkit-scrollbar-thumb {
    background-color: #B5C1E8;
    outline: 1px solid #B5C1E8;
    border-radius: 3px !important;
}

.liveStreaming-content-title {
    display: flex;
    justify-content: space-between;
    top: 15px;
    position: absolute;
    width: calc(100% - 100px);
    left: 60px;
}

@media (max-width: 1366px) {
    .liveStreaming-content-title {
        display: flex;
        justify-content: space-between;
        top: 0px;
        position: absolute;
        width: calc(100% - 60px);
        left: 30px;
    }
}

@media (max-width: 767px) {
    .liveStreaming-content-title {
        display: block;
        text-align: center;
        top: -30px;
        width: 100%;
        left: 0px;
    }
}

.liveStreaming-content-title-left {
    background-image: -webkit-linear-gradient(to right, rgb(93, 128, 233), rgb(181, 74, 223), rgb(229, 34, 77));
    background-image: linear-gradient(to right, rgb(93, 128, 233), rgb(181, 74, 223), rgb(229, 34, 77));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin-left: 20px;
}

.liveStreaming-content-title-left::before {
    display: block;
    content: " ";
    height: 12px;
    width: 100%;
    padding: 0 5px;
    border-radius: 8px;
    position: absolute;
    top: 30px;
    left: -4px;
    z-index: -1;
    background-image: -webkit-linear-gradient(to right, rgba(93, 128, 233, 0.8), rgba(181, 74, 223, 0.8), rgba(229, 34, 77, 0.8));
    background-image: linear-gradient(to right, rgba(93, 128, 233, 0.8), rgba(181, 74, 223, 0.8), rgba(229, 34, 77, 0.8));
}

.liveStreaming-content-title-date {
    padding-top: 8px;
}

@media (max-width: 767px) {
    .liveStreaming-content-title-left {
        width: 100%;
        text-align: center;
    }

    .liveStreaming-content-title-date {
        padding-top: 24px;
    }
}

.liveStreaming-content-title-date div {
    float: left;
    margin-left: 20px;
    padding: 8px 20px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #363065;
    cursor: pointer;
}

@media (max-width: 767px) {
    .liveStreaming-content-title-date div:first-child {
        margin-left: 25px;
    }
}

.liveStreaming-content-title-date div span:first-child {
    color: #c1cbeb;
}

.liveStreaming-content-title-date .active {
    color: #fff;
    background-color: #5E54A9;
}

.liveStreaming-content-title-date .active span {
    color: #fff !important;
}

.liveStreaming-content-item {
    width: calc(25% - 10px);
    margin-right: 10px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 20px;
}

/* .liveStreaming-content-item:nth-child(4n){
    margin-right: 0px;
} */
@media (max-width: 1200px) {
    .liveStreaming-content-item {
        width: calc(33% - 10px);
    }

    /* .liveStreaming-content-item:nth-child(3n){
        margin-right: 0px;
    }
    .liveStreaming-content-item:nth-child(4n){
        margin-right: 10px;
    } */
}

@media (max-width: 767px) {
    .liveStreaming-content-item {
        width: 100%;
    }

    /* .liveStreaming-content-item:nth-child(3n){
        margin-right: 0px;
    }
    .liveStreaming-content-item:nth-child(4n){
        margin-right: 0px;
    } */
}

.liveStreaming-content-item-title {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 900px) {
    .liveStreaming-content-item-title {
        display: block;

    }
}

.liveStreaming-content-item-date {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.liveStreaming-content-item-date span {
    margin-left: 5px;
    color: #3a3569;
    font-size: 14px;
}

.liveStreaming-content-item-tag {
    color: #bb4dc6;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 15px;
    border: 1px solid #bb4dc6;
}

.liveStreaming-content-item-content {
    font-weight: 600;
    color: #363065;
    margin-top: 10px;
    font-size: 16px;
}

.liveStreaming-content-item-video {
    float: right;
    width: 16px;
    height: 16px;
    background-color: #bb4dc6;
}

/* conferenceDynamics */
.conferenceDynamics-title {
    display: flex;
    justify-content: space-between;
}

.conferenceDynamics-title-tag span {
    font-weight: 600;
    color: #363065;
    padding: 7px 15px;
    border-radius: 15px;
    background-color: #fff;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}

.conferenceDynamicsSwiper {
    margin-top: 30px;
}

.js-conferenceDynamics-prev {
    display: inline-block;
    position: absolute;
    left: -70px;
    top: calc(50% - 20px);
    z-index: 999;
    cursor: pointer;
}

.js-conferenceDynamics-next {
    display: inline-block;
    position: absolute;
    right: -70px;
    top: calc(50% - 20px);
    z-index: 999;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .js-conferenceDynamics-prev img {
        width: 40px;
        height: 40px;
    }

    .js-conferenceDynamics-next img {
        width: 40px;
        height: 40px;
    }

    .js-conferenceDynamics-prev {
        display: inline-block;
        position: absolute;
        left: -60px;
        top: 50%
    }

    .js-conferenceDynamics-next {
        display: inline-block;
        position: absolute;
        right: -60px;
        top: 50%;
    }
}

@media (max-width: 1366px) {
    .js-conferenceDynamics-prev img {
        width: 30px;
        height: 30px;
    }

    .js-conferenceDynamics-next img {
        width: 30px;
        height: 30px;
    }

    .js-conferenceDynamics-prev {
        bottom: 5px;
        right: 40px;
        left: auto;
        top: auto;
    }

    .js-conferenceDynamics-next {
        bottom: 5px;
        right: 0px;
        top: auto;
    }
}

.conferenceDynamicsSwiper-content-over {
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    width: 100%;
}

.conferenceDynamicsSwiper-content-left {
    width: 33%;
    height: 100%;
    background-color: red;
    border-radius: 10px;
}

.conferenceDynamicsSwiper-content-right {
    width: calc(67% - 10px);
    height: 100%;
    margin-left: 10px;
    background-color: #c1cbeb;

}

.conferenceDynamicsSwiper-content-right-item {
    height: 100px;
    width: calc(50% - 5px);
    float: left;
    margin-top: 10px;
    border-radius: 10px;
}

.conferenceDynamicsSwiper-content-right-item:nth-child(1) {
    margin-top: 0px;
}

.conferenceDynamicsSwiper-content-right-item:nth-child(2) {
    margin-top: 0px;
}

.conferenceDynamicsSwiper-content-right-item :nth-child(2n) {
    margin-left: 10px;
}

/*section dynamic*/

.section-dynamic {
    position: relative;
    z-index: 5;
    min-height: 420px;
}

@media (max-width: 900px) {
    .section-dynamic .section-container {
        overflow: visible;
    }
}

.section-dynamic .section-title h2 {
    font-family: "huaweisans-bold", "Microsoft YaHei", Arial, sans-serif;
    font-weight: bold;
    line-height: 40px;
    font-size: 36px;
    padding: 0;
    margin: 0;
}

@media (max-width: 992px) {
    .section-dynamic .section-title h2 {
        font-size: 24px;
        line-height: 31px;
        text-align: center;
    }
}

.section-dynamic .dynamic-cont {
    margin-top: -70px;
}

@media (max-width: 992px) {
    .section-dynamic .dynamic-cont {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-tab-head {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.section-dynamic .dynamic-tab-head .dynamic-tab-filter {
    position: relative;
    z-index: 3;
    /*  display: none; */
}

.section-dynamic .dynamic-tab-head .dynamic-tab-filter.is-open .dynamic-tab-selected i {
    transform: rotate(180deg);
}

.section-dynamic .dynamic-tab-head .dynamic-tab-selected {
    display: none;
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-tab-head .dynamic-tab-selected {
        display: block;
        line-height: 42px;
        text-align: center;
        height: 44px;
        background: #F9FAFB;
        box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        font-size: 12px;
        color: #333;
        margin: 0 20px;
        border-radius: 10px;
    }

    .section-dynamic .dynamic-tab-head .dynamic-tab-selected i {
        transition: all 0.3s;
        margin-left: 12px;
        display: none;
    }
}

.section-dynamic .dynamic-tab-head ul {
    font-size: 0;
    padding: 0;
    text-align: right;
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-tab-head ul {
        position: absolute;
        top: 102%;
        width: calc(100% - 50px);
        left: 0;
        display: none;
        margin: 0 25px;
        padding: 0;
    }
}

.section-dynamic .dynamic-tab-head ul li {
    display: inline-block;
    vertical-align: top;
}

.section-dynamic .dynamic-tab-head ul li[data-tabid=highlights-gallery] {
    display: none;
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-tab-head ul li {
        display: block;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        width: 100%;
        line-height: 42px;
        text-align: center;
    }
}

.section-dynamic .dynamic-tab-head a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    color: #363065;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    position: relative;
    min-width: 130px;
}

@media (max-width: 1200px) {
    .section-dynamic .dynamic-tab-head a {
        min-width: 88px;
    }
}

.section-dynamic .dynamic-tab-head a.active {
    position: relative;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(to right, rgb(149, 127, 233), rgb(128, 138, 235));
    background-image: linear-gradient(to right, rgb(149, 127, 233), rgb(128, 138, 235));
}

.section-dynamic .dynamic-tab-head a::before {
    content: ' ';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 25px;
    height: 20px;
    background: url("/-/media/CORPORATE/minisite/hc2023/v3/img/hashtag.svg");
    background-size: cover;
}

.section-dynamic .dynamic-tab-head a.active::before {
    content: ' ';
    position: absolute;
    top: 3px;
    left: -5px;
    width: 50px;
    height: 35px;
    background: url("/-/media/CORPORATE/minisite/hc2023/v3/img/hashtagActive.svg");
    background-size: cover;
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-tab-head a {
        color: #999999;
        font-size: 12px;
        font-weight: 500;
        margin-right: 0px;
    }

    .section-dynamic .dynamic-tab-head a.active {
        background: #fff;
        color: #363065;
    }

    .section-dynamic .dynamic-tab-head a::before {
        display: none
    }

    .section-dynamic .dynamic-tab-head a.active::before {
        display: none
    }
}

/* .section-dynamic .dynamic-tab-head a.active::after {
    content: '×';
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #fff;
    right: -2px;
    top: -7px;
    border-radius: 50%;
    color: #363065;
    font-size: 18px;
    line-height: 17px;
    padding-left: 1px;
} */

/* @media (max-width: 768px) {
  .section-dynamic .dynamic-tab-head a.active {
    background-color: #fff;
    border-color: #eee;
    color: #7F92D6;
  }
}
@media (max-width: 768px) {
  .section-dynamic .dynamic-tab-head a {
    box-shadow: none;
    border: 0;
    line-height: 42px;
    background-color: transparent;
  }
} */
.section-dynamic .dynamic-tab-body {
    margin-top: 30px;
}

.section-dynamic .dynamic-display-pc {
    overflow: hidden;
}

@media (min-width: 768px) {
    .section-dynamic .dynamic-display-pc .swiper-wrapper {
        min-height: 340px;
    }
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-display-pc {
        display: none;
    }
}

.section-dynamic .dynamic-display-mobile {
    display: none;
    overflow: hidden;
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-display-mobile {
        display: block;
    }
}

.section-dynamic .dynamic-body-item {
    display: none;
    position: relative;
}

.section-dynamic .dynamic-body-item.active {
    display: block;
}

@media (max-width: 768px) {
    .section-dynamic .swiper-btns {
        text-align: right;
        margin-top: 20px;
    }

    .section-dynamic .swiper-btns a {
        width: 42px;
        height: 42px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .section-dynamic .swiper-btns a:nth-last-child(1) {
        margin-right: 0;
    }

    .section-dynamic .swiper-btns a.swiper-button-disabled {
        opacity: 0;
    }

    .section-dynamic .swiper-btns .dynamic-button-prev {
        background-image: url("../img/arrow-left.svg");
    }

    .section-dynamic .swiper-btns .dynamic-button-next {
        background-image: url("../img/arrow-right.svg");
    }
}

@media(min-width:769px) {
    .section-dynamic .swiper-btns a {
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-dynamic .swiper-btns a.swiper-button-disabled {
        display: none;
    }

    .section-dynamic .swiper-btns .dynamic-button-prev {
        left: -48px;
        color: transparent;
        height: 47px;
        width: 35px;
        margin-top: -23px;
        background-image: url("../img/arrow-left.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 20;
    }

    .section-dynamic .swiper-btns .dynamic-button-next {
        right: -48px;
        color: transparent;
        height: 47px;
        width: 35px;
        margin-top: -23px;
        background-image: url("../img/arrow-right.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 20;
    }

    .section-dynamic .swiper-slide {
        width: auto;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        border-radius: 10px;
        overflow: hidden;
    }
}

@media(min-width:769px) and (max-width: 1140px) {
    .section-dynamic .swiper-horizontal {
        padding-bottom: 60px;
    }

    .section-dynamic .swiper-btns .dynamic-button-next {
        right: 0px;
        bottom: -10px;
        top: auto;
    }

    .section-dynamic .swiper-btns .dynamic-button-prev {
        right: 40px;
        bottom: -10px;
        top: auto;
        left: auto;
    }
}

@media (max-width: 768px) {
    .section-dynamic .swiper-slide {
        width: 100%;
    }
}

.section-dynamic .swiper-slide:nth-last-child(1) {
    margin-right: 0 !important;
}

.section-dynamic .dynamic-blurbox {
    width: 100%;
    height: 339px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    cursor: pointer;
    border-radius: 11px;
}

.section-dynamic .dynamic-blurbox a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) and (min-width: 576px) {
    .section-dynamic .dynamic-blurbox {
        height: 430px;
    }
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-blurbox {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
        transform: rotate(0);
    }
}

.section-dynamic .dynamic-blurbox .dynamic-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center bottom;
    background-image: inherit;
    overflow: hidden;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-blurbox .dynamic-bg {
        border-radius: 0 0 10px 10px;
    }
}

.section-dynamic .dynamic-blurbox .dynamic-infobox {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-blurbox .dynamic-infobox {
        border-radius: 0 0 10px 10px;
    }
}

.section-dynamic .dynamic-blurbox .dynamic-infobox h2 {
    font-size: 18px;
    font-family: "huaweisans-bold", "Microsoft YaHei", Arial, sans-serif;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    z-index: 2;
    text-align: left;
    margin: 0;
}

.section-dynamic .dynamic-blurbox .dynamic-infobox p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    z-index: 2;
    text-align: left;
    display: none;
}

.section-dynamic .dynamic-blurbox .dynamic-btns {
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}

.section-dynamic .dynamic-blurbox .dynamic-btns a {
    font-size: 12px;
    color: #fff;
}

@media (min-width: 769px) {
    .section-dynamic .dynamic-blurbox .dynamic-btns a:hover {
        text-decoration: underline;
    }
}

.section-dynamic .dynamic-box {
    height: 160px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: #F9FAFB;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    color: #333;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transform: rotate(0);
}

@media (max-width: 768px) and (min-width: 576px) {
    .dynamic-display-mobile .swiper-wrapper>.swiper-slide {
        display: flex;
        flex-wrap: wrap;
    }

    .dynamic-display-mobile .swiper-wrapper>.swiper-slide>.dynamic-blurbox {
        margin-left: 5px;
        margin-right: 5px;
        flex: 1 1 100%;
    }

    /* .dynamic-display-mobile .swiper-wrapper>.swiper-slide>.dynamic-box {
        flex: 0 0 calc(50% - 10px);
        margin-right: 5px;
        margin-left: 5px;
        max-width: calc(50% - 10px);
        margin-bottom: 10px;
    } */

}

@media (max-width: 768px) {
    .section-dynamic .dynamic-box {
        width: 100%;
        margin-bottom: 10px;
    }
}

.section-dynamic .dynamic-box:nth-child(1) {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .section-dynamic .dynamic-box:nth-child(1) {
        margin-bottom: 10px;
    }
}

.section-dynamic .dynamic-box.dynamic-image-box {
    position: relative;
}

.section-dynamic .dynamic-box.dynamic-image-box img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* .section-dynamic .dynamic-box.dynamic-image-box.type-2 .dynamic-type {
    background: rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
} */

/* .section-dynamic .dynamic-box.dynamic-image-box .dynamic-imagebox-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background-size: 0 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
} */
/* .section-dynamic .dynamic-box.dynamic-image-box .dynamic-imagebox-cont:before {
  content: "";
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  filter: blur(20px);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
} */
.section-dynamic .dynamic-box.dynamic-image-box .dynamic-imagebox-cont h2 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    z-index: 2;
    font-family: "huaweisans-bold", "Microsoft YaHei", Arial, sans-serif;
    text-align: left;
    margin: 0;
    z-index: 3;
}

.section-dynamic .dynamic-box.dynamic-title-box {
    padding: 35px 20px 29px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-dynamic .dynamic-box.dynamic-title-box h2 {
    font-size: 14px;
    font-family: "huaweisans-bold", "Microsoft YaHei", Arial, sans-serif;
    font-weight: bold;
    color: #131313;
    line-height: 19px;
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: left;
}

.section-dynamic .dynamic-box.dynamic-column-box .dynamic-left {
    float: right;
    width: 102px;
    height: 100%;
    background-size: cover;
}

.section-dynamic .dynamic-box.dynamic-column-box .dynamic-right {
    /* margin-left: 102px; */
    padding: 30px 20px 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-dynamic .dynamic-box.dynamic-column-box .dynamic-right h2 {
    font-size: 14px;
    font-family: "huaweisans-bold", "Microsoft YaHei", Arial, sans-serif;
    font-weight: bold;
    color: #131313;
    line-height: 18px;
    max-height: 90px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: left;
}

.section-dynamic .dynamic-type {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 2px 15px;
    height: 25px;
    background: #ebeefa;
    border-radius: 20px;
    text-align: center;
    z-index: 10;
    font-size: 14px;
    line-height: 25px;
}

.section-dynamic .first-dynamic-type {
    background: rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.section-dynamic .first-dynamic-type span {
    color: #fff !important;
}

.section-dynamic .dynamic-type span {
    color: #495d9c;
}

.section-dynamic .dynamic-type.color-2 span {
    color: #AADBB6;
}

/* .section-dynamic .dynamic-type.color-3 span {
    color: #fff;
} */

.hc-icon-arrow.arrow-down {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    background-image: url(../images/home/icon-arrow-down-black.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -1px;
}

.dynamic-popup.hide-popup {
    display: none;
}

.dynamic-popup-swiper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.4);
}

.dynamic-popup-swiper .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50px;
    right: 50px;
    background-image: url("../images/common/close-white.png");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 120;
}

@media(min-width:1500px) {
    .dynamic-popup-swiper .close-popup {
        top: 60px;
        right: 18%;
    }
}

@media(min-width:1900px) {
    .dynamic-popup-swiper .close-popup {
        top: 100px;
        right: 25%;
    }
}

@media(min-width:2200px) {
    .dynamic-popup-swiper .close-popup {
        top: 120px;
        right: 28%;
    }
}

@media (max-width: 768px) {
    .dynamic-popup-swiper .close-popup {
        width: 20px;
        height: 20px;
        right: 20px;
    }
}

.dynamic-popup-swiper .swiper-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    /*padding-bottom: 50px;*/
}

@media (max-width: 768px) {
    .dynamic-popup-swiper .swiper-container {
        top: 0;
        transform: none;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .dynamic-popup-swiper .swiper-slide {
        height: 100vh !important;
    }
}

.dynamic-popup-swiper .swiper-btns {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .dynamic-popup-swiper .swiper-btns {
        text-align: center;
    }
}

.dynamic-popup-swiper .swiper-btns a {
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.8;
    display: none;
}

.dynamic-popup-swiper .swiper-btns a:nth-last-child(1) {
    margin-right: 0;
}

.dynamic-popup-swiper .swiper-btns a.swiper-button-disabled {
    opacity: 0.5;
}

.dynamic-popup-swiper .swiper-btns .dynamic-button-prev {
    background-image: url("../images/home/prev-btn-w.png");
}

.dynamic-popup-swiper .swiper-btns .dynamic-button-next {
    background-image: url("../images/home/next-btn-w.png");
}

.dynamic-popup-content {
    text-align: center;
}

@media (max-width: 768px) {
    .dynamic-popup-content {
        width: 100%;
        max-height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
}

.dynamic-popup-videobox {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 960px;
}

.dynamic-popup-videobox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .dynamic-popup-videobox {
        width: auto;
        max-width: 500px;
        position: static;
        left: 20px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.dynamic-popup-videobox img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
}

.dynamic-popup-videobox .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    background-image: url("../images/common/icon-play.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.dynamic-popup-imgtextbox {
    display: inline-block;
    vertical-align: top;
    background: #F9FAFB;
    box-shadow: 0px 2px 10px 0px rgba(187, 187, 187, 0.2);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 50px;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width: 768px) {
    .dynamic-popup-imgtextbox {
        padding: 20px;
        margin: 90px 20px;
    }
}

.dynamic-popup-imgtextbox .imgtextbox-left {
    float: left;
    width: 300px;
}

@media (max-width: 768px) {
    .dynamic-popup-imgtextbox .imgtextbox-left {
        float: none;
        width: 100%;
    }
}

.dynamic-popup-imgtextbox .imgtextbox-left img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.dynamic-popup-imgtextbox .imgtextbox-right {
    margin-left: 330px;
    width: 555px;
    text-align: left;
}

@media (max-width: 1050px) {
    .dynamic-popup-imgtextbox .imgtextbox-right {
        width: 400px;
    }
}

@media (max-width: 910px) {
    .dynamic-popup-imgtextbox .imgtextbox-right {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .dynamic-popup-imgtextbox .imgtextbox-right {
        margin-left: 0;
        width: 100%;
        margin-top: 19px;
    }
}

.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-title {
    font-size: 32px;
    font-family: "huaweisans-bold", "Microsoft YaHei", Arial, sans-serif;
    color: #2B2B2B;
    line-height: 26px;
}

@media (max-width: 768px) {
    .dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-title {
        font-size: 12px;
        line-height: 26px;
    }
}

.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text {
    padding-right: 35px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 26px;
}

@media (max-width: 768px) {
    .dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text {
        margin-top: 0;
        overflow: visible;
        max-height: none;
        padding-right: 0;
    }
}

.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text::-webkit-scrollbar {
    width: 5px;
}

.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: none;
    background-color: #EDEDED;
}

.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}

.dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text p {
    margin-bottom: 26px;
    font-size: 14px;
    color: #2B2B2B;
    line-height: 20px;
}

@media (max-width: 768px) {
    .dynamic-popup-imgtextbox .imgtextbox-right .imgtextbox-text p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
}

.dynamic-box h2+p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
    width: 100%;
    min-width: 100%;
    max-height: 36px;
    overflow: hidden;
    text-align: left;
}

.displayNone {
    display: none !important;
}

#player-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.player-video-left {
    position: absolute;
    top: 158px;
    width: 100%;
    max-width: 1200px;
    left: calc(50% - 5px);
    /* line-height: 100vh; */
    transform: translateX(-50%);
}

@media (max-width: 1550px) and (min-width: 992px) {
    .player-video-left {
        width: 90%;
    }
}

@media (max-width: 992px) {
    #player-video {
        display: none;
    }

    .player-video-left {
        display: none;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        top: 3px;
    }
}

.banner-left-bg {
    position: absolute;
    top: -20%;
    right: -53%;
    height: 100%;
    z-index: 2;
}

@media (max-width: 1200px) {
    .banner-left-bg {
        top: 400%;
    }
}

@media (max-width: 992px) {
    .banner-left-bg {
        margin-top: 200px;
    }
}

/* @media (max-width: 767px) {
    .banner-left-bg{
        display: none;
    }
} */
.banner-left-bg img {
    width: 70%;
}

.banner-right-iframe {
    position: absolute;
    top: 180px;
    right: -7%;
    z-index: 4;
}

.banner-iframe-player-over {
    top: 0;
    right: 0;
    z-index: 3;
    padding-top: 56.3%;
    position: relative;
    width: 600px;
}

@media (max-width: 1500px) {
    .banner-right-iframe {
        right: -5%;
    }
}

@media (max-width: 1400px) {
    .banner-right-iframe {
        right: 0;
    }
}

@media (max-width: 1200px) {
    .banner-right-iframe {
        top: 430px;
        right: -1%;
    }
}

@media (max-width: 992px) {
    .banner-iframe-player-over {
        width: 520px;
    }

    .banner-right-iframe {
        right: 5%;
    }
}

@media (max-width: 767px) {
    .banner-right-iframe {
        position: static;
    }

    .banner-iframe-player-over {
        width: 100%;
    }
}

.banner-iframe-over {
    border-radius: 25px;
    border: 10px solid rgba(255, 255, 255, 0.4);
}

.banner-iframe-player {
    width: 600px;
    height: 300px;
    border-radius: 15px 15px 0 0;
    -o-object-fit: fill;
    object-fit: fill;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/kenhu.png");
}

.banner-iframe-bottom {
    padding: 10px 20px;
    background-color: #fff;
    color: #363065;
    border-radius: 0 0 15px 15px;
    font-size: 14px;
    font-weight: 600;
    /* margin-top: -5px; */
}

.banner-iframe-bottom-title {
    position: relative;
    bottom: -10px;
    right: 0;
    font-size: 14px;
    text-align: right;
    color: #363065;
}

.banner-text-iframe {
    position: absolute;
    z-index: 3;
    top: 25%;
    left: 0%;
}

@media (max-width: 1400px) {
    .banner-text-iframe {
        left: 0%;
        top: 17%;
    }
}

@media (max-width: 1200px) {
    .banner-text-iframe {
        top: 15%;
        left: 0%;
    }
}

@media (max-width: 992px) {
    .banner-text-iframe {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .banner-text-iframe {
        position: static;
    }
}

.container {
    z-index: 6;
}

.noShowIframe {
    margin-top: -100vh;
    opacity: 0;
}

@media (max-width: 992px) {
    .noShowIframe {
        margin-top: 0px;
        opacity: 1;
    }
}

.dynamic-display-mobile .swiper-horizontal {
    padding: 0;
}

.section-dynamic .section-title {
    text-align: left;
}

@media (max-width: 992px) {
    .section-dynamic .section-title {
        margin-top: 60px;
    }
}

.section-title1 h2 {
    font-size: 36px;
    color: rgba(94, 84, 169);
    margin-bottom: 35px;
    text-align: left;
}

.speakerPerson h4 {
    text-align: center;
}

.speakerPerson p {
    text-align: center;
}

@media (max-width: 992px) {
    .bottom-banner {
        margin-bottom: 30px;
    }

    .section-title1 h2 {
        font-size: 24px;
    }
}

/* .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 50px;
    height: 50px;
    background-color: red;
} */
.swiper-pagination {
    bottom: -10px;
    display: inline-block;
    width: 100%;
}

/* .speakerBoxItem-second .swiper-pagination{
    bottom: -10px;
    display: inline-block;
    width: 90%;
} */
/* .speakerBoxItem-third .swiper-pagination{
    bottom: -10px;
    display: inline-block;
    width: 100%;
} */
.swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: linear-gradient(120deg, #5fc5cc, #735fd6);
    margin: 5px;
}

/* .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2;
} */
.bottom-swiper {
    position: relative;
}

.sponsor-swiper .swiper-wrapper {
    padding-bottom: 20px;
}

.bottom-swiper .swiper-wrapper {
    padding-bottom: 20px;
}

.speakerSwiper .swiper-wrapper .swiper-slide {
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    .speakerSwiper .swiper-wrapper .swiper-slide {
        padding-bottom: 20px;
    }
}

.dynamic-popup-swiper .swiper-container {
    top: 0;
    transform: none;
    height: 100%;
}

.dynamic-popup-swiper .swiper-container .swiper-wrapper {
    height: 100% !important;
}

.dynamic-popup-swiper .close-popup {
    right: 50px;
    top: 30px;
}

.dynamic-popup-swiper .dynamic-popup-videobox img {
    position: relative;
    width: auto;
    max-width: 992px;
    margin: 10px auto;
}

.dynamic-popup-swiper .dynamic-popup-videobox .text-box p img {
    width: 100%;
}

@media (max-width:1280px) {
    .dynamic-popup-swiper .dynamic-popup-videobox img {
        max-width: 768px;
        width: 100%;
    }
}

@media (max-width:991px) {
    .dynamic-popup-swiper .dynamic-popup-videobox img {
        margin: 30px auto 10px auto;
    }
}

.dynamic-popup-swiper .dynamic-popup-videobox {
    max-width: none;
}

.dynamic-popup-swiper .swiper-btns {
    display: none;
}

.dynamic-popup-swiper .dynamic-popup-videobox:before {
    display: none;
}

.dynamic-popup-swiper .swiper-slide {
    display: flex;
    height: 100%;
    overflow-y: auto;
}

.dynamic-popup-swiper {
    background-color: rgba(0, 0, 0, 0.5);
}

.dynamic-popup-swiper .dynamic-popup-content {
    margin: auto;
}

.dynamic-popup-swiper .dynamic-popup-videobox {
    top: 0;
    transform: none;
}

.dynamic-popup-swiper .dynamic-popup-videobox {
    top: 0;
    transform: none;
}

@media (max-width: 991px) {
    .dynamic-popup-swiper .close-popup {
        right: 20px;
        top: 3px;
    }
}

.dynamic-popup-swiper .close-popup {
    background: none;
}

.dynamic-popup-swiper .close-popup::before {
    content: " ";
    display: block;
    background-image: url('/-/media/CORPORATE/minisite/hc2023/v3/img/close-pop.svg');
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
}

.other-page #player-video {
    display: none;
}

@media (max-width: 1200px) and (min-height: 1200px) {
    .first-screen #player-video {
        display: none;
    }

    .show-pc {
        display: none;
    }

    .show-mb {
        display: block;
    }

    .banner-bg {
        top: auto;
        bottom: 20%;
        right: -200px;
        width: 80%;
    }
}

@media (max-width: 1200px) {
    #player-video {
        display: none;
    }
}

@media (max-width: 992px) {
    .first-screen #player-video {
        display: none;
    }
}

.section-dynamic .dynamic-box.dynamic-image-box .dynamic-imagebox-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-size: 0 0;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.section-dynamic .dynamic-box.dynamic-image-box .dynamic-imagebox-cont:before {
    content: "";
    /* background-image: inherit; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    filter: blur(20px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/*dynamic popup str*/
@media (max-width: 767px) {
    .dynamic-popup-swiper .dynamic-popup-content.dynamic-product {
        padding-bottom: 30px;
        height: 100vh;
    }
}

.dynamic-product .dynamic-popup-videobox {
    margin: 200px auto;
    background-color: #ffffff;
    max-width: 850px;
    border-radius: 20px;
    padding: 0 70px 70px;
    text-align: left;
}

.dynamic-product .dynamic-popup-videobox .e-btn-box {
    text-align: center;
    padding-top: 30px;
}

@media (max-width: 768px) {
    .dynamic-product .dynamic-popup-videobox .e-btn-box {
        padding-bottom: 40px;
    }
}

.dynamic-product .dynamic-popup-videobox .e-btn-box a {
    border: 1px solid #c7000b;
    padding: 8px 15px;
    border-radius: 50px;
    color: #c7000b;
    transition: 1s;
}

.dynamic-product .dynamic-popup-videobox .e-btn-box a:hover {
    background-color: #c7000b;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .dynamic-product .dynamic-popup-videobox {
        width: calc(90% - 100px);
        margin: 200px 5% 50px;
        max-width: unset;
        padding: 0 50px 50px;
    }
}

@media (max-width: 767px) {
    .dynamic-product .dynamic-popup-videobox {
        width: calc(100% - 70px);
        margin: 120px 0 30px;
        padding: 0 15px 15px;
    }
}

.dynamic-product .dynamic-popup-videobox .imgbox {
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .dynamic-product .dynamic-popup-videobox .imgbox {
        margin-bottom: 10%;
    }
}

.dynamic-product .dynamic-popup-videobox .imgbox img {
    margin-top: -150px;
    border-radius: 10px;
    width: 100%;
}

@media (max-width: 767px) {
    .dynamic-product .dynamic-popup-videobox .imgbox img {
        margin-top: -50%;
        transform: translateY(40%);
    }
}

.dynamic-product .dynamic-popup-videobox .text-box h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .dynamic-product .dynamic-popup-videobox .text-box h2 {
        font-size: 28px;
    }
}

.dynamic-product .dynamic-popup-videobox .text-box h2::before {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 35px;
    background-color: #c7000b;
    position: absolute;
    left: 0;
    top: 5px;
}

.dynamic-product .dynamic-popup-videobox .text-box p,
.dynamic-product .dynamic-popup-videobox .text-box ul li {
    color: #666666;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 30px;
}

.dynamic-product .dynamic-popup-videobox .text-box .icon-box p,
.dynamic-product .dynamic-popup-videobox .text-box .icon-box ul li {
    text-align: center;
}

.dynamic-product .dynamic-popup-videobox .text-box ul {
    padding-left: 0;
    list-style: none;
}

.dynamic-product .dynamic-popup-videobox .text-box ul li {
    margin-bottom: 5px;
}

.dynamic-product .dynamic-popup-videobox .text-box ul li::before {
    content: " • ";
    display: inline-block;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .dynamic-product .dynamic-popup-videobox .text-box p {
        font-size: 14px;
    }
}

.dynamic-product .dynamic-popup-videobox .text-box .icon-content-box {
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 50px 50px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

@media (max-width: 767px) {
    .dynamic-product .dynamic-popup-videobox .text-box .icon-content-box {
        display: block;
        column-gap: 0;
        padding: 30px;
    }
}

.dynamic-product .dynamic-popup-videobox .text-box .icon-content-box .icon-box {
    flex: 0 0 calc(50% - 25px);
    width: calc(50% - 25px);
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .dynamic-product .dynamic-popup-videobox .text-box .icon-content-box .icon-box {
        flex: unset;
        width: 100%;
        margin-bottom: 30px;
    }
}

.dynamic-product .dynamic-popup-videobox .text-box .icon-content-box .icon-box p {
    margin-bottom: 0;
}

.dynamic-product .dynamic-popup-videobox .text-box .icon-content-box .icon-box h3 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    font-weight: normal;
}

@media (max-width: 767px) {
    .dynamic-product .dynamic-popup-videobox .text-box .icon-content-box .icon-box h3 {
        font-size: 21px;
    }
}

.dynamic-popup-swiper .dynamic-product .dynamic-popup-videobox .text-box .icon-content-box .icon-box .icon-img {
    text-align: center;
    margin-bottom: 16px;
}

.dynamic-popup-swiper .dynamic-product .dynamic-popup-videobox .text-box .icon-content-box .icon-box .icon-img img {
    width: auto;
}

.dynamic-popup-swiper .dynamic-product .close-popup {
    right: -35px;
    top: 0;
}

@media (max-width: 767px) {
    .dynamic-popup-swiper .dynamic-product .close-popup {
        display: none;
    }
}

/*dynamic popup end*/

.play-box>div {
    background-color: #ffffff;
}


/* online */
.banner-online-content-over {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.banner-online-talks {
    z-index: 9;
}

.banner-online-shows {
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 1;
}

.banner-online-content-over {
    opacity: 0;
}

.banner-online-content-over.active {
    opacity: 1;
    z-index: 12;
}

.banner-online-content-over:nth-child(1) {
    background-color: #fff;
}

@media (min-width:768px) {
    .banner-online-content-mask {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
        z-index: 999;
        border-radius: 0 15px 15px 0;
    }
}

.banner-online-tag-over {
    display: flex;
    height: 39px;
}

.banner-online-tag-item {
    background-size: cover;
    font-size: 18px;
    cursor: pointer;
    width: 180px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 40px;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.banner-online-tag-item.active {
    width: 210px;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .banner-online-tag-item.active {
        width: 180px;
    }

    .banner-online-tag-item {
        width: 160px;
        font-size: 16px;
        font-weight: normal;
    }
}

.banner-online-tag-item img {
    display: none;
}

.tab-talks {
    z-index: 5;
    position: relative;
    color: #748dd6;
    background-image: url("/-/media/CORPORATE/minisite/hc2023/v3/img/tab-talks.svg");
    background-color: #ABBFF9;
    border-radius: 25px 74px 0 0;
}

.tab-shows {
    margin-left: -40px;
    z-index: 2;
    color: #6a98e9;
    background-image: url("/-/media/CORPORATE/minisite/hc2023/v3/img/tab-shows.svg");
}

.tab-talks::before {
    content: ' ';
    width: 50px;
    height: 16px;
    background-color: #abbff9;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.tab-talks.active::before {
    content: ' ';
    width: 50px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.tab-talks.active {
    background-image: url("/-/media/CORPORATE/minisite/hc2023/v3/img/tab-wht.svg");
    color: #5347AD;
    background-color: unset;
}

.tab-talks.active img {
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

.tab-shows.active {
    background-image: url("/-/media/CORPORATE/minisite/hc2023/v3/img/tab-wht.svg");
    z-index: 12;
    color: #2C7AC8;
}

.tab-shows.active img {
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

.banner-online-content {
    overflow-x: auto;
    cursor: pointer;
}

.banner-online-content a>div>img {
    transition: 1s;
}

.banner-online-content a:hover>div>img {
    box-shadow: 0 0 5px #2d265e;
    border-radius: 10px;
}

.banner-online-item-over {
    display: none;
    user-select: none;
}

.banner-online-item-over.active {
    display: inline-flex;
}

.banner-online-item {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    user-select: none;
}

.banner-online-item img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.banner-online-item-title {
    font-size: 14px;
    color: #363065;
    margin-top: 5px;
    text-align: left;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.noShow {
    display: none;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    background: rgba(61, 92, 194, 0.1);
    height: 7px;
}

.swiper-scrollbar-drag {
    background-image: -webkit-linear-gradient(to right, #7690DE, #B8CAFF);
    background-image: linear-gradient(to right, #7690DE, #B8CAFF);
    height: 7px;
}

.banner-online-content .swiper-horizontal {
    padding-bottom: 10px;
}

.onlineTalksSwiper-img {
    position: relative;
}

.onlineTalksSwiper-img-play {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url("/-/media/CORPORATE/minisite/hc2023/v3/img/Player.svg");
    background-size: cover;
    background-color: #fff;
}

.gallery-content-item {
    width: 100%;
}

.gallery-content-item img {
    width: calc(100% - 20px);
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 10px;
}

@media (max-width: 1366px) {
    .gallerySwiper .swiper-pagination {
        text-align: left;
    }
}

.js-gallerySwiper-next {
    z-index: 999;
    /* right: var(--swiper-navigation-sides-offset, -50px) !important; */
}

.js-gallerySwiper-prev {
    z-index: 999;
    /* left: var(--swiper-navigation-sides-offset, -50px) !important; */
}

.bottom-swiper-mobile {
    display: none;
}

@media (max-width: 767px) {
    .bottom-swiper-mobile {
        display: block;
    }

    .bottom-swiper-mobile .bannerBottom-centent {
        padding-left: 0;
    }

    .bottom-swiper-pc {
        display: none;
    }
}


.video-js.vjs-vjsdownload .vjs-button.vjs-vjsdownload {
    display: none;
}

@media (max-width: 1200px) {
    html:lang(en) .banner-online-item-title {
        -webkit-line-clamp: 5;
    }
}

@media (max-width: 1280px) and (min-width: 576px) {
    .section-dynamic .dynamic-box.dynamic-column-box .dynamic-right h2 {
        padding-top: 15px;
    }
}

/* @media (max-width: 400px) {
    .section-dynamic .dynamic-box.dynamic-column-box .dynamic-right h2{
        font-size: 14px;
    }
} */
@media (max-width: 767px) and (min-width: 576px) {
    .section-dynamic .dynamic-box.dynamic-column-box .dynamic-right {
        padding-right: 10px;
    }
}

@media (max-width: 400px) {
    .section-dynamic .dynamic-box.dynamic-column-box .dynamic-right h2 {
        padding-top: 15px;
    }

    .section-dynamic .dynamic-box.dynamic-column-box .dynamic-right {
        padding-right: 10px;
    }

    html:lang(en) .section-dynamic .dynamic-box.dynamic-column-box .dynamic-right h2 {
        letter-spacing: -0.3px;
    }
}
@media(min-width: 576px) and (max-width: 768px){

    .section-dynamic .dynamic-box{
        height:250px;
    }
    
    .section-dynamic .dynamic-box.dynamic-column-box .dynamic-left{
        width: 200px;
    }
}