@font-face {
    font-family: "huaweifont";
    src: url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-regular.eot");
    src: url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-regular.eot?t=1587362981594#iefix") format("embedded-opentype"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-regular.svg") format("svg"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-regular.ttf") format("truetype"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-regular.woff") format("woff"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-regular.woff2") format("woff2");
}

@font-face {
    font-family: "HuaweiSans-Bold";
    src: url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-bold.eot");
    src: url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-bold.eot?t=1587362981594#iefix") format("embedded-opentype"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-bold.svg") format("svg"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-bold.ttf") format("truetype"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-bold.woff") format("woff"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-bold.woff2") format("woff2");
}

@font-face {
    font-family: "HuaweiSans-Light";
    src: url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-light.eot");
    src: url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-light.eot?t=1587362981594#iefix") format("embedded-opentype"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-light.svg") format("svg"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-light.ttf") format("truetype"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-light.woff") format("woff"),
        url("/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huaweisans-light.woff2") format("woff2");
}

@font-face {
    font-family: "huawei-iconfont";
    src: url('/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huawei-iconfont.eot?t=202307141519');
    src: url('/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huawei-iconfont.eot?t=202307141519#iefix') format('embedded-opentype'), url('/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huawei-iconfont.woff?t=202307141519') format('woff'), url('/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huawei-iconfont.ttf?t=202307141519') format('truetype'), url('/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corp/2020/fonts/huawei-iconfont.svg?t=202307141519#huawei-iconfont') format('svg');
}

.huawei-iconfont {
    font-family: "huawei-iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconMore:before {
    content: "\e609";
}

html {
    overflow-x: hidden;
}

html,
body {
    /* position: relative; */
    /* overflow-x: hidden; */
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: "huaweifont", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    font-size: 18px;
    color: #333333;
    margin: 0;
    padding: 0;
    background-color: #f6f6fe;
    overflow: hidden;
    background-image: url('/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corporate/minisite/hc2024/v3/img/body-background.jpg');
    background-repeat: repeat-y;
    background-size: contain;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 14px;
    }
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
    display: inline-block;
}

.container {
    height: auto;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    width: 85%;
}

@media (max-width: 1400px) {
    .container{
        width: 95%;
    }
}

@media (max-width:1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width:768px) {
    .container {
        padding: 0 45px;
    }
}

.section {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    /* margin: 70px 0; */
    margin-bottom: 140px;
    padding-top: 140px;
}

@media (max-width: 576px) {
    .section {
        padding-top: 70px;
        margin-bottom: 70px;
    }
}

.section-title {
    width: fit-content;
    /*     height: 76px; */
    margin: 0 auto;
    margin-bottom: 80px;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.5em;
    background: linear-gradient(45deg, #383e8d 0%, #1a0b4b 100%);
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.textCenter {
    text-align: center;
}

@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}
/* home */
#invitation {
    min-height: 100vh;
    position: relative;
}

/* #invitation .container {
    margin-top: 160px;
} */

#invitation .home-content {
    font-size: 0;
    font-weight: 200;
    line-height: 40px;
    color: #8D7DB1;
}

#invitation .home-content span {
    font-size: 40px;
}

.bg-card {
    position: absolute;
    z-index: -1;
}

#invitation .bg-card.one {
    top: -50%;
    left: 100px;
}

#invitation .two {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0)
}

#invitation .three {
    position: absolute;
    z-index: -1;
    left: 15%;
    bottom: 0px;
}

#invitation .four {
    position: absolute;
    z-index: -1;
    right: 30%;
    bottom: 80px;
}

#invitation .bg-card.five {
    right: 150px;
    bottom: -200px;
}

#invitation .bg-card.six {
    top: 0;
    right: 40%;
}

#invitation .seven {
    position: absolute;
    z-index: -1;
    left: 70%;
    bottom: 30%;
    width: 50px;
}

#invitation .eight {
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 5%;
}
.header-menu-close {
    display: none;
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 1;
}

.menu-btn {
    display: none;
}

@media (max-width: 1200px) {
    .menu-item-list {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        padding: 30px;
        padding-top: 60px;
        transition: 2s all;
    }

    .menu-item-list li {
        width: 100%;
        font-size: 1.6em !important;
        padding: 15px 0;
    }

    .menu-btn {
        display: block;
    }

    #invitation .home-content span {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 576px) {
    #invitation {
        height: auto;
/*         margin-top: 160px; */
    }

    #invitation .container {
        margin-top: 60px;
    }

    #invitation .three,
    #invitation .two {
        display: none;
    }

    #invitation .bg-card.six {
        display: none;
    }

    #invitation .home-content span {
        font-size: 26px;
        line-height: 26px;
    }

    html:lang(en) #invitation .home-content span {
        font-size: 20px;
    }
}
/* first-video */
#first-page {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
    /* overflow: hidden; */
    background-color: #f6f6fe;
    background: url(/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corporate/minisite/hc2024/v4/img/banner-background-pc-1.png);
    background-repeat: repeat-y;
    background-size: auto 100%;
    background-position: center center;
  }
  
  @media (max-width: 1200px) {
    #first-page {
        background-size: contain;
        background: url(/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corporate/minisite/hc2024/v4/img/banner-background-pad.png);
        background-repeat: repeat-y;
        background-size: 100% auto;
    }
  }
  
  @media (max-width: 567px) {
    #player-video-content {
        display: none;
    }
  
    #first-page {
        padding: 0 20px;
        background: url(/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corporate/minisite/hc2024/v4/img/banner-background-mb.png);
        background-repeat: repeat-y;
    }
  }
  
  #first-page .container {
    min-height: 100vh;
    overflow: hidden;
  }
  
  @media (min-width: 2000px) {
    #first-page .container {
        height: 70vh;
    }
  }
  
  .first-page-video {
    width: 120px;
    height: 60px;
    position: absolute;
    z-index: 9;
    /* left: 35%; */
    top: 220px;
    margin: 0 auto;
    opacity: 0;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .first-page-video video {
    width: 100%;
    position: absolute;
    cursor: pointer;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
  }
  
  /* .first-page-video video#shortVideo {
    height: 100%; 
    width: auto;
  } */
  
  @media (max-width: 1200px) {
    .first-page-video video#shortVideo {
        height: auto;
        width: calc(100% - 40px);
    }
  }
  
  .first-page-video #shortVideo {
    z-index: 7;
  }
  
  .first-page-video #longVideo {
    z-index: 6;
  }
  
  .first-page-video .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
  }
  
  @media (max-width: 1200px) {
    .first-page-video .video-play-btn {
        top: 30%;
    }
  }
  
  .first-page-img {
    float: right;
    position: absolute;
    top: 42%;
    right: 5%;
    z-index: -1;
    mix-blend-mode: darken;
    transform: translateY(-50%);
    text-align: right;
  }
  .first-page-img video{
    width: 68%;
  }
  
  .first-page-img img {
    display: none;
  }
  @media (min-width: 2000px) {
    .first-page-img{
        right: 25%;
    }
  }
  
  @media (max-width: 1600px) {
    .first-page-img {
        max-width: 600px;
    }
  
    .first-page-img video {
        width: 100%;
    }
  }
  
  @media (max-width:1200px) {
    .first-page-img {
        /* bottom: 100px; */
        /* top: auto; */
        top: 200px;
        transform: unset;
        max-width: 500px;
    }
  }
  
  @media (max-width:992px) {
    .first-page-img {
        max-width: 400px;
    }
  }
  
  
  @media (max-width:768px) {
    .first-page-img {
        max-width: 300px;
        top: 80px;
    }
  }
  
  @media (max-width:576px) {
  
    .first-page-img img {
        display: block;
        width: 100%;
        max-width: 360px;
    }
  
    .first-page-img video {
        display: none;
    }
  }
  
  #first-page .slogan {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-60%, -60%) scale(1.2);
    opacity: 0.4;
    max-width: 659px;
    margin-left: 10px;
    width: 35%;
  }
  
  @media (max-width: 1600px) {
    #first-page .slogan {
        max-width: 540px;
    }
  }
  
  #first-page .first-page-title {
    position: absolute;
    /* bottom: -20vh; */
    top: 100vh;
    margin-left: 5px;
    margin-top: 15px;
    z-index: 9;
  }
  
  @media (max-width: 1600px) {
    /* #first-page .first-page-title {
        margin-top: -15px;
    } */
  }
  
  #first-page .first-page-title>img {
    max-width: 459px;
  }
  
  @media (max-width: 1600px) {
    #first-page .first-page-title>img {
        max-width: 370px;
    }
  }
  
  @media (max-width: 1200px) {
    #first-page .first-page-title>img {
        max-width: 280px;
    }
  }
  
  #first-page .first-page-title h1 {
    font-size: 1.5em;
    font-weight: 500;
    color: #333;
    margin-top: 40px;
  }
  
  @media (max-width: 1600px) {
    #first-page .first-page-title h1 {
        font-size: 1.6em;
        margin-top: 20px;
    }
  }
  
  @media (max-width: 576px) {
    html:lang(en) #first-page .first-page-title h1 {
        margin-top: 0;
        font-size: 1.2em;
    }
    #first-page .first-page-title h1 {
        font-size: 1.2em;
    }
  }
  
  #first-page .first-page-title .join-btn {
    display: inline-block;
    background: linear-gradient(270deg, rgba(255, 15, 42, 0.8) 0%, rgba(228, 74, 214, 0.8) 30%, rgba(111, 165, 238, 0.8) 100%);
    border-radius: 30px;
    text-align: center;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 40px;
  }
  
  @media (max-width: 1600px) {
    #first-page .first-page-title .join-btn {
        margin-top: 20px;
    }
  }
  
  @media (max-width: 576px) {
    #first-page .first-page-title .join-btn {
        font-size: 12px;
    }
  }
  
  #first-page .first-page-title .time-location {
    margin-top: 20px;
    color: #4F4F4F;
  }
  
  #first-page .first-page-title .time-location span:first-of-type {
    margin-right: 50px;
  }
  
  #first-page .first-page-title .time-location span img {
    margin-top: -5px;
  }
  
  @media (max-width: 1500px) {
    .first-page-video {
        margin-left: 50px;
    }
  }
  
  @media (max-width: 1200px) {
    .first-page-video video {
        width: calc(100% - 40px);
        height: auto;
        border-radius: 10px;
        margin: 20px;
    }
  
    #first-page .first-page-title {
        /* margin-top: -35px; */
        /* margin-left: 60px; */
       margin-top: -35px;
       margin-left: 10px;
    }
  
    #first-page .first-page-title .time-location span:first-of-type {
        margin-right: 30px;
    }
  
    #first-page .first-page-video {
        /*         margin-top: 34%;
        margin-left: 120px; */
        margin-top: 0;
        margin-left: 0;
        max-height: 600px;
    }
  
    #first-page .slogan {
        max-width: 360px;
        margin-left: 63px;
        top: 50%;
        left: 50%;
        transform: translate(-75%, -60%) scale(1.2);
        margin-left: 20px;
    }
  
    .player-video-title {
        width: 400px;
    }
    
    #first-page .first-page-title .join-btn {
        margin-top: 10px;
    }

    #first-page .first-page-title .time-location {
        margin-top: 10px;
    }

  }
/* @media (max-width: 992px) {
    #first-page .first-page-title{
    }
    #first-page .slogan {
    }
} */
  @media (max-width: 576px) {
    #first-page .first-page-video {
        max-height: 400px;
    }
  
    #first-page .first-page-title .time-location span:first-of-type {
        display: block;
        margin-bottom: 10px;
    }
  }
  
  @media (max-width: 420px) {
    .player-video-title {
        width: 250px;
        transform: translate(-42%, -42%);
    }
  }
  
  @media (max-width: 830px) {
    #first-page .first-page-video {
        margin-top: 0;
        margin-left: 0;
    }
  }
  
  @media (max-width: 767px) {
    #first-page .first-page-video {
        left: initial;
        top: 170px;
    }
  }
  
  @media (max-width: 767px) {
    #first-page .slogan {
        margin-left: 0;
        /* margin-left: 10px; */
        /* width: calc(100% - 120px); */
        margin-left: 15px;
        width: 40%;
    }
  
  }
  
  @media (max-width: 576px) {
    .first-page-img {
        right: 0;
    }
  
    #first-page .first-page-title {
        margin-top: 0;
        /* margin-left: 15px; */
    }
  
    .section-title {
        margin-bottom: 30px;
    }
    #first-page .slogan{
        margin-left: 0px;
    }
  }
  
  @media (max-width: 440px) {
    #first-page .slogan {
        width: 240px;
        transform: translate(-50%, -50%);
    }
  }
  

/* why-attend */
#why-attend {
    position: relative;
    text-align: center;
}

@media (max-width: 576px) {
    #why-attend {
        margin-bottom: 70px;
    }
}

#why-attend .container > div .section-title{
    margin-bottom: 30px;
}

#why-attend .container > div:first-of-type {
    margin-bottom: 80px;
} 

#why-attend .container > div:first-of-type p{
    color:#5e697f;
}

.why-attend-item {
    width: calc(50% - 8.5px);
    /* margin: 30px auto; */
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    /* height: 120px; */
    border: 1px solid #fff;
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
    color: #333;
    translate: all 2s;
    padding: 30px;
    position: relative;
    text-align: left;
}

@media (max-width: 1400px) {
    .why-attend-item{
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .why-attend-item{
        background-color: rgba(255, 255, 255, 0.95);
    }
}

.why-attend-video {
    width: calc(60% - 15px);
    margin-right: 15px;
}

/* .why-attend-video video {
    object-fit: contain;
} */

.why-attend-video .video-js {
    border-radius: 15px;
    overflow: hidden;
    background: transparent;
}

.why-attend-video .video-js .vjs-big-play-button {
    width: 50px;
    height: 48px;
    border-radius: 50%;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    border: none!important;
    outline: none;
}

.why-attend-video .vjs-control.vjs-button.vjs-download-control {
    display: none;
}

.why-attend-video .vjs-control.vjs-button {
    outline: none;
}

.why-attend-item-over {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}

html:lang(en) .why-attend-item-over{
    width: 100%;
}

.why-attend-item:nth-child(1) {
    margin-right: 8.5px;
    margin-bottom: 8.5px;
}

.why-attend-item:nth-child(2) {
    margin-left: 8.5px;
    margin-bottom: 8.5px;
}

.why-attend-item:nth-child(3) {
    margin-right: 8.5px;
    margin-top: 8.5px;
}

.why-attend-item:nth-child(4) {
    margin-left: 8.5px;
    margin-top: 8.5px;
}

.why-attend-item .why-attend-text{
    font-size: 0.875em;
    line-height: 1.3em;
    color: #5E697F;
}

.why-attend-item img {
    /* margin: 0 15px; */
    width: 60px;
    position: absolute;
    bottom: -10px;
    right: -20px;
    animation: jump 3s infinite;
}

.why-attend-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(45deg, rgb(121, 74, 250) 10%, #61b6ff 30%);
    background-clip: text;
    -webkit-background-clip: text;
    background-repeat: no-repeat;

}

.why-attend-over {
/*     padding-bottom: 60px; */
    display: flex;
}

.why-attend-content {
    /* font-size: 1.2em; */
    margin: 0 15px;
}

#why-attend>img {
    position: absolute;
    z-index: -1;
}

#why-attend .one {
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

#why-attend .two {
    top: 60%;
    left: 8%;
}

#why-attend .three {
    top: 120px;
    right: 15%;
}

#why-attend .four {
    bottom: -150px;
    right: 10%;
}

#why-attend .five {
    top: 20px;
    left: 5%;
}

@media (max-width: 1200px) {
    .why-attend-over {
        /* padding-bottom: 150px; */
        display: block;
    }

    .why-attend-video {
        width: 100%;
        margin-right: 0;
        /* height: 430px; */
    }

    .why-attend-item-over {
        width: 100%;
        margin-top: 30px;
    }

    .why-attend-item {
        /* width: 80%; */
        padding: 15px;
        padding-right: 75px;
    }
}

@media (max-width: 576px) {
    .why-attend-over {
        padding-bottom: 0px;
    }

    .home-comment-card {
        padding: 30px 15px;
    }

    .why-attend-content {
        padding: 0;
        margin: 0;
        position: relative;
    }

    html:lang(en) .why-attend-item {
        height: 160px;
    }

    .why-attend-item {
        width: 100%;
        /* padding: 15px; */
        margin-top: 15px;
    }

    .why-attend-item:nth-child(1) {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .why-attend-item:nth-child(2) {
        margin-left: 0;
        margin-bottom: 0;
    }

    .why-attend-item:nth-child(3) {
        margin-right: 0;
    }

    .why-attend-item:nth-child(4) {
        margin-left: 0;
    }

    #why-attend .four {
        display: none;
    }
}
/* location */
.location-content {
    /* width: 100%; */
    width: calc(100% - 200px);
    position: relative;
}

.location-content-img {
    width: 100%;
    border-radius: 20px;
}

.location-content-item {
    position: absolute;
    top: -90px;
    right: -200px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 400px;
    padding: 30px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

html:lang(cn) .location-content-item,
html:lang(zh) .location-content-item {
    width: 350px;
}

.location-content-item .item:first-child {
    border-bottom: 1px solid #4E86FF;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.location-content-item .item:last-child p img{
    margin-right: 10px;
}
.location-content-item .item>div img {
    max-height: 30px;
}

.location-content-item .item div h3 {
    color: #9761cd;
}


.location-content-item .item div:last-of-type h3 {
    color: #6181d5;
}

.location-content-item .item:nth-child(2)>div {
    margin-bottom: 25px;
}


@media (max-width: 1200px) {
    .location-content-item .item {
        display: block;
    }

    /* .location-content-item .item>div {
        width: calc(50% - 30px);
    } */

    .location-content-item .item>div:first-of-type {
        width: 60px;
    }
    
    .location-content-item .item:last-child p{
        width: 100%;
    }
    .location-content-item .item:last-child hr{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .location-content-item .item {
        flex-wrap: wrap;
    }

    .location-content-item .item>div {
        width: 100%;
    }

    .location-content-item .item>div:first-of-type {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .location-content-item {
        padding: 15px;
        width: 100%;
        top: unset;
        right: unset;
        left: 10%;
        bottom: 30px;
        position: relative;
    }

    html:lang(cn) .location-content-item,
    html:lang(zh) .location-content-item {
        width: 100%;
    }

    .location-content {
        width: calc(100% - 100px);
    }
}

@media (max-width: 576px) {
    .location-content {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    .location-content-img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .location-content-item {
        right: 0;
        left: 0;
        top: 0;
        border-radius: 0 0 10px 10px;
    }
}
/* review */
.review-content {
    width: 100%;
    position: relative;
}

.review-content video {
    border-radius: 10px;
    width: 100%;
}

.review-content img {
    width: 100%;
    border-radius: 10px;
}

.review-item {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 30px;
    align-items: center;
}

.review-item a {
    color: #FFFFFF;
}

.review-item-right .learnMore {
    padding: 8px 20px;
    border-radius: 20px;
    min-width: 140px;
    background-image: linear-gradient(to right, #9B85FF, #794AFA);
    transition: 300ms all;
}

.review-item-right a:hover .learnMore {
    background-image: linear-gradient(to right, #794AFA, #9B85FF);
    opacity: 0.8;
}

/* speaker */
#speaker {
    position: relative;
}

.speaker-content {
    /* display: flex;
    flex-wrap: wrap; */
    /* position: relative; */
}

.speaker-content-left {
    width: 100%;
}

.speaker-content-card-over {
    /* display: flex; */
    /* justify-content: right; */
    /* flex-wrap: wrap; */
    padding: 30px 15px 30px 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: left;
}

.speaker-content-card-over .swiper-container{
    width: 100%;
}
.speaker-content-item {
    margin-bottom: 30px;
    text-align: center;
}
.speaker-swiper .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
.speakerSwiper-item{
    width: calc(16.6% - 15px);;
    display: flex;
    margin-bottom: 15px;
    margin-right: 15px;
}

.speaker-content-card {
    width:100%;
    background-color: #fff;
    min-height: 120px;
    border-radius: 16px;
    margin-left: 15px;
    border: 3px solid #fff;
    height: 100%;
}

.speaker-content-card-over .speaker-content-card:first-child {
    margin-left: 0;
}
.speaker-content-card-over .speaker-content-card:nth-child(7n) {
    margin-left: 0;
}

.speaker-content-line {
    position: absolute;
    width: 3px;
    height: calc(100% - 170px);
    background-image: linear-gradient(to bottom, #71C5FF 0, #BEA5FF 30%, #71C5FF 60%, #BEA5FF 90%, #71C5FF 100%);
    top: 125px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

@media (max-width: 1200px) {
    .speakerSwiper-item{
        width: calc(33.3% - 15px);
    }
}
@media (max-width: 576px) {
    .speaker-content-line {
        top: 80px;
    }
    .speakerSwiper-item{
        width: calc(50% - 15px);;
    }
}

.speaker-content-line img {
    position: absolute;
    bottom: -10px;
    left: -4px;
    width: 12px;
    height: 12px;
}

.speaker-content-card img {
    width: 100%;
    border-radius: 0 0 15px 15px;
}

.speaker-content-card-item {
    display: flex;
    padding: 15px;
    position: relative;
    
}

@media (max-width: 1500px) {
    html:lang(en) .speaker-content-card-item {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

.speaker-content-card-day {
    white-space: nowrap;
    font-size: 0.768em;
    font-weight: bold;
}

@media (max-width: 1500px) {
    html:lang(en) .speaker-content-card-day {
        margin-bottom: 10px;
    }
}

.speaker-content-card-title {
    font-size: 0.768em;
    height: 4.2em;
    overflow: hidden;
}

#speaker .section-title {
    max-width: 1400px;
    margin-bottom: 30px;
    z-index: 8;
}

#speaker .mask {
    width: 100%;
    display: inline-block;
    z-index: 2;
}

#speaker>img {
    position: absolute;
    z-index: -1;
}

#speaker .one {
    left: 20px;
    top: 100px;
}

#speaker .two {
    right: 20%;
    top: 80px;
    z-index: -1;
}

#speaker .three {
    bottom: 10%;
    right: 100px;
}

#speaker .four {
    bottom: -150px;
    left: 100px;
}

@media (max-width: 1200px) {
    .speaker-content-card-over .speaker-content-card:nth-child(n+7) {
        margin-top: 0;
    }
    .speaker-content-card-over .speaker-content-card:nth-child(7n) {
        margin-left: 15px;
    }
    .speaker-content-card-over .speaker-content-card:nth-child(n+4) {
        margin-top: 15px;
    }
    .speaker-content-card-over .speaker-content-card:nth-child(4n) {
        margin-left: 0;
    }
}
@media (max-width: 576px) {
    .speaker-content-card-over .speaker-content-card:nth-child(n+7) {
        margin-top: 0;
    }
    .speaker-content-card-over .speaker-content-card:nth-child(7n) {
        margin-left: 15px;
    }
    .speaker-content-card-over .speaker-content-card:nth-child(n+4) {
        margin-top: 0;
    }
    .speaker-content-card-over .speaker-content-card:nth-child(4n) {
        margin-left: 15px;
    }
    .speaker-content-card-over .speaker-content-card:nth-child(n+3) {
        margin-top: 15px;
    }
    .speaker-content-card-over .speaker-content-card:nth-child(odd) {
        margin-left: 0;
    }
}

@media (max-width: 576px) {

    .speaker-content {
        display: block;
    }

    .speaker-content-item-title {
        text-align: left !important;
    }

    .speaker-content-card-over {
        padding: 15px 0 15px 15px;
    }

    .speaker-content-left{
        width: 100%;
        padding-top: 0;
    }

    .speaker-content-card-item {
        padding: 10px;
    }
}

/* agenda */
#agenda {
    position: relative;
}

#agenda>img {
    position: absolute;
    z-index: -1;
}

#agenda>img.one {
    left: 20%;
    top: 50px;
    transform: rotate(30deg);
}

#agenda>img.two {
    bottom: -300px;
    right: 15%;
    transform: rotate(10deg);
}

/* #agenda .section-title {
    margin-left: 30%;
} */

.agenda-item {
    display: inline-flex;
    /* justify-content: left; */
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    backdrop-filter: blur(5px);
}

.agenda-item-over:nth-child(2) {
    margin-top: -100px;
}

.agenda-item-over:nth-child(1) .agenda-item {
    display: inline-flex;
    float: right;
}

.agenda-item.one .agenda-nubmer {
    background-image: linear-gradient(to right, #9B85FF, #C27FFE);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 4.2em;
}

.agenda-item.two .agenda-nubmer {
    background-image: linear-gradient(to right, #628FFF, #C27FFE);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 3.5em;
}

.agenda-item.three .agenda-nubmer {
    background-image: linear-gradient(to right, #586EFB, #BC7FFE);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 4.2em;
}

.agenda-item.four .agenda-nubmer {
    background-image: linear-gradient(to right, #586EFB, #BC7FFE);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 3em;
}

.agenda-item p {
    color: #4F4F4F;
}

.agenda-item img {
    animation: jump 3s infinite;
}

.agenda-item.one {
    width: 80%;
}

.agenda-item.two {
    width: 60%;
}

.agenda-item.three {
    width: 70%;
}

.agenda-item.four {
    width: 50%;
}


.agenda-item img {
    width: 50% !important;
}

.agenda-item.one img {
    position: absolute;
    bottom: -60px;
    right: 0;
}

@media (max-width:576px) {
    .agenda-item.one img {
        bottom: -22px;
    }

    #agenda>img.two {
        display: none;
    }
    .agenda-content{
        text-align: center;
    }
    .agenda-content .agenda-item-btn{
        margin-top: 10px;
        margin-left: 0;
        display: inline-block;
    }
}

.agenda-item.two img {
    position: absolute;
    bottom: -60px;
    right: 15px;
    /* height: 200px; */
}

@media (max-width: 576px) {
    .agenda-item.two img {
        height: 160px;
        width: auto !important;
        bottom: -30px;
    }
}

.agenda-item.three img {
    position: absolute;
    bottom: -30px;
    right: -30px;
    /* width: 300px; */
}

@media (max-width: 576px) {
    .agenda-item.three img {
        right: -10px;
    }
}

.agenda-item.four img {
    position: absolute;
    bottom: 0;
    right: -60px;
}

@media (max-width: 576px) {
    .agenda-item.four img {
        bottom: -30px;
        right: -25px;
    }
}

.agenda-item.two p {
    margin-top: 15px;
}

.agenda-item.three p {
    margin-top: 60px;
}

.agenda-item-btn {
    margin-left: 15px;
    background-image: linear-gradient(to right, rgb(155, 133, 255), rgb(121, 74, 250));
    color: #fff;
    padding: 10px 24px;
    border-radius: 25px;
    transition: all 300ms;
}

a.agenda-item-btn:hover {
    color: #fff;
    background: linear-gradient(to right, rgba(155, 133, 255, 0.5), rgba(121, 74, 250, 0.5));
}


@media (max-width: 1200px) {
    /* #agenda .section-title {
        margin-left: 25%;
    } */

    .agenda-item.one {
        width: 100%;
    }

    .agenda-item.two {
        width: 70%;
    }

    .agenda-item.three {
        width: 100%;
    }

    .agenda-item.four {
        width: 60%;
    }
}

@media (max-width: 576px) {
    #agenda .section-title {
        margin-left: 0;
        width: 100%;
    }

    .agenda-item.two {
        width: 100%;
    }

    .agenda-item.three {
        width: calc(50% - 8.5px);
        margin-right: 8.5px;
        float: left;
    }

    .agenda-item.three .agenda-nubmer {
        font-size: 1.8em;
    }

    .agenda-item.four .agenda-nubmer {
        font-size: 1.8em;
    }

    .agenda-item.four {
        width: calc(50% - 8.5px);
        margin-left: 8.5px;
        float: left;
    }

    .agenda-item.three p {
        margin-top: 0;
    }

    .agenda-item-over:nth-child(2) {
        margin-top: 0;
    }
}

/* partners */
#partners {
    position: relative;
}

#partners>img {
    position: absolute;
    z-index: -1;
}

#partners>img.one {
    top: 80px;
    left: 50%;
}

#partners>img.two {
    left: 30px;
    top: -50px;
}

#partners>img.three {
    right: -10px;
    bottom: -100px;
}

#partners .section-title,
#location .section-title,
#app .section-title {
    margin-left: 0;
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.9em;
    }
}

.swiper-container {
    overflow: hidden;
}

.swiper-wrapper.init {
    display: block;
    overflow: hidden;
    height: 380px;
}

#partners .swiper-slide {
    display: flex;
}

@media (max-width: 1200px) {
    #partners .swiper-slide {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    #partners .swiper-slide {
        flex-wrap: wrap;
    }
}

.partners-over {
    display: inline-block;
    width: 35%;
}

#partners .partners-item {
    display: flex;
    margin: 7.5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    align-content: center;
    flex-wrap: wrap;
    width: calc(50% - 15px);
    height: 120px;
}

#partners .diamonds .partners-item {
    height: 390px;
    width: calc(100% - 15px);
}
@media (max-width: 1200px) {
    #partners .partners-item,#partners .diamonds .partners-item {
        width: calc(33.3333% - 15px);
        height: 170px;
    }
}

@media (max-width: 576px) {
    #partners .partners-item,#partners .diamonds .partners-item {
        width: calc(50% - 15px);
        height: 70px;
    }
}

#partners .diamonds {
    width: 30%;
}

@media (max-width: 1200px) {
    #partners .diamonds {
        width: 60%;
    }
}

@media (max-width:576px) {
    #partners .diamonds {
        width: 100%;
    }
}


/* @media (max-width: 576px) {
    #partners .diamonds .partners-item {
        width: 100%;
        height: 220px;
    }
} */

.diamonds .partners-item img {
    width: 100%;
}

#partners .platinum {
    width: 25%;
}

@media (max-width: 1200px) {
    #partners .platinum {
        width: 40%;
    }
}

@media (max-width: 576px) {
    #partners .platinum {
        width: 100%;
    }
}

#partners .platinum .partners-item {
    height: 390px;
    width: calc(100% - 15px);
}

@media (max-width: 576px) {
    #partners .platinum .partners-item {
        height: 150px;
    }
}

#partners .gold {
    width: 45%;
}

@media (max-width: 1200px) {
    #partners .gold {
        width: 100%;
    }
    #partners .partners-over{
        width: 100%;
    }
    #partners .partners-item-over{
        height: auto;
    }
}

@media (max-width: 576px) {
    #partners .gold {
        width: 100%;
    }
    #partners .partners-over{
        width: 100%;
    }
    #partners .partners-item-over{
        height: auto;
    }
}

#partners .gold .partners-item {
    width: calc(50% - 15px);

}

@media (max-width: 1200px) {
    #partners .gold .partners-item {
        width: calc(33.3333% - 15px);
        height: 170px;
    }
}

@media (max-width: 576px) {
    #partners .gold .partners-item {
        width: calc(50% - 15px);
        height: 70px;
    }
}

/* #partners .gold .partners-item img {
    max-width: 240px;
} */

.partners-item a {
    width: 100%;
    text-align: center;
}

.platinum .partners-item img {
    width: 100%;
}

.partners-item-over {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 430px;
    align-content: flex-start;
    width: 100%;
}

@media (max-width: 1200px) {
    .partners-item-over {
        flex-direction: row;
    }
}

@media (max-width: 576px) {
    .partners-item-over {
        /* flex-direction: column; */
        flex-direction: row;
        height: auto;
        width: 100%;
    }
}

.partners-item img {
    width: 100%;
    border-radius: 10px;
}
.partners-content{
    position: relative;
}
#partners .swiper-button-next,
#partners .swiper-button-prev {
    /* top: unset;
    bottom: -30px; */
    color: #140B45;
    background: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#partners .swiper-button-next:after,
#partners .swiper-button-prev:after {
    font-size: 16px;
}

#partners .swiper-pagination {
    text-align: left;
    padding-left: 20px;
    bottom: -10px;
}

#partners .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #ffffff;
}

#partners .swiper-button-prev {
    left: -60px;
    /* bottom: 75px; */
    top: calc(50% + 15px);
}
#partners .swiper-button-next{
    right: -60px;
    top: calc(50% + 15px);
    /* bottom: 75px; */
}
#partners h3 {
    margin-left: 7.5px;
}

@media (max-width: 1400px) {
    #partners .swiper-button-next, #partners .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    #partners .swiper-button-prev {
        left: -42px;
    }
    #partners .swiper-button-next{
        right: -42px;
    }
}
/* menu */
.menu {
    position: fixed;
    width: 100%;
    height: 80px;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 12;
}

@media (max-width: 1200px) {
    .menu {
        top: 0;
        padding: 0;
    }
}
@media (max-width: 1200px) {

    #partners .swiper-button-next,
    #partners .swiper-button-prev {
        top: auto;
        bottom: -60px;
    }
    #partners .swiper-button-next{
        right: 0;
    }
    #partners .swiper-button-prev {
        right: 65px;
        left: auto;
    }
}

.menu-content {
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: space-between;
    padding: 15px;
    backdrop-filter: blur(10px);
    margin: 15px;
    border-radius: 15px;
}

.menu-logo img {
    height: 100%;
}

.menu-item-over {
    display: flex;
    align-items: center;
}

.menu-item-over ul li a {
    color: #333333;
    font-size: 0.89em;
    margin: 0 15px;
    font-weight: 500;
    font-size: 0.875em;
}

.menu-item-over ul li a:hover {
    color: #333333;
}

.menu-item-over ul li a:focus {
    color: #333333;
}

.menu-item-over ul li.line {
    width: 1px;
    height: 30px;
    background-color: #333;
}

@media (max-width: 1200px) {
    .menu-item-over ul li {
        margin: 0 10px;
    }
}


@media (max-width: 992px) {
    .container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.first-video-login {
    display: inline;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
}

div.js-has-login {
    display: none;
    font-size: 0.89em;
    color: #333;
}

.js-logout-btn {
    font-size: 0.89em;
    color: #333;
}

.btn-over {
    display: none;
    float: right;
}

.btn-over a,.btn-next,.btn-prev {
    outline: none;
    /* text-decoration:none!important; */
}
a.btn-next:focus{
    outline: none;
}
a.btn-prev:focus{
    outline: none;
}
@media (max-width: 1200px) {
    .first-video-login {
        padding: 15px 25px;
        bottom: 60px;
        border-left: 0;
        border-top: 1px solid #e6e6e6;
        display: block;
    }
}

@media (max-width: 576px) {

    div.js-has-login {
        width: 100%;
    }

    .js-logout-btn {
        font-size: 1.6em;
        color: #333;
        vertical-align: middle;
    }

    .btn-over {
        display: block;
    }
}

.banner-bottom-logo {
    width: 90%;
    height: 80px;
    border-radius: 30px 30px 0 0;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .banner-bottom-logo {
        width: 100%;
        padding: 0 20px;
    }
}

.banner-bottom-logo>a {
    display: flex;
    align-items: center;
}

.banner-bottom-logo-img {
    height: 40px;
}

.banner-bottom-logo-title {
    text-align: right;
    font-size: 0.75em;
}

.banner-bottom-logo a {
    color: #140B45;
    text-decoration: none;
    cursor: pointer;
}

.banner-bottom-logo-img-right {
    line-height: 40px;
    margin-left: 10px;
}


.hidden-pc {
    display: none !important;
}

@media (max-width: 576px) {
    .hidden-pc {
        display: block !important;
    }
}


.hidden-mb {
    display: block !important;
}

@media (max-width: 576px) {
    .hidden-mb {
        display: none !important;
    }
}

.speaker-content-card-title.open {
    height: auto;
    overflow: hidden;
}

.speaker-content-card-item .down {
    width: 24px;
    /* margin-left: calc(50% + 12px); */
    cursor: pointer;
}

.speaker-content-card-item .down.open {
    transform: rotate(180deg);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content{
    left: 30px;
    
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content .vjs-menu-item{
    display: inline-block;
    width: 100%;
    outline: none;
}

.vjs-control.vjs-button.vjs-download-control {
    display: none !important;
}

.vjs-poster{
    background-color: #ffffff;
}
.icon-close, .close-video-popup::before{
    background-size: 70%;
}
.swiper-container {
    overflow: hidden;
    /* height: 400px; */
}

#conference-news .swiper-container {
    display: none;
}

#conference-news .swiper-slide>div {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#conference-news .swiper-slide>div>a{
    width: 100%;
    height: 100%;
    display: block;
}

#conference-news .conference-news-list {
    margin-top: 25px;
    position: absolute;
    top: 0;
    right: 20px;
}

#conference-news .section-title-over {
    padding-bottom: 80px;
}

@media (max-width: 576px) {
    #conference-news .section-title-over {
        padding-bottom: 30px;
    }
}

#conference-news .section-title {
    margin: 0;
}

.bigCard {
    width: 100%;
    height: 580px;
    float: left;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

@media (max-width: 1400px) {
    .bigCard{
        height: 480px;
    }
}
.smallCard {
    width: 100%;
    height: 281.5px;
    background-color: rgba(255, 255, 255, 0.6);
    float: left;
    margin-bottom: 15px;
    position: relative;
    padding: 20px;
    cursor: pointer;
}

@media (max-width: 1400px) {
    .smallCard{
        height: 232.5px;
    }
}

.swiper-slide .smallCard:last-child {
    margin-bottom: 0;
}

.news-items {
    display: none;
}

.tags-list {
    text-align: center;
    text-decoration: none!important;
}

.tags-list li a {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 8px 20px;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    text-decoration: none!important;
}

@media (max-width: 576px) {
    .tags-list li a {
        display: block;
        text-decoration: none!important;
    }
}

.tidbits-over-btn,
.Information-over-btn,
.golden-Sentences-over-btn {
    display: none;
}

.btn-over {
    margin-top: 15px;
    height: 45px;
    display: flex;
    justify-content: end;
}

.btn-over a {
    outline: none;
}

.btn-next {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-size: 100%;
    background-image: url(/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corporate/minisite/hc2024/v4/img/arrow-round.svg);
    background-repeat: no-repeat;
    /* rotate: 180deg; */
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.btn-prev {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-size: 100%;
    background-image: url(/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corporate/minisite/hc2024/v4/img/arrow-round.svg);
    background-repeat: no-repeat;
}

.tags-list li {
    margin-right: 15px;
    height: 40px;
    text-decoration: none!important;
}

@media (max-width: 576px) {
    .tags-list li {
        margin-right: 10px;
         margin-bottom: 10px;
         width: calc(50% - 10px);
    }
}

.tags-list li:last-child {
    margin-right: 0;
}

.tags-list li a.active {
    background-color: #fff;
    color: #5C4EFF;
    text-decoration: none!important;
}

.bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: 0;
    border-radius: 10px;
}

@media (max-width: 1400px) {
    .bg-img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 769px) {
    .bg-img{
        width: auto;
        height: 100%;
    }
}

.bg-player {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 20px;

}

.bottom-title {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.bottom-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
}

.bg-blur {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
    /* background-color: rgba(0, 0, 0, 0.3); */
}

.bottom-tag {
    margin-bottom: 5px;
    font-size: 0.875em;
}

html:lang(en) .bottom-tag{
    font-size: 0.7em;
}

.video-box.show {
    visibility: visible;
    opacity: 1;
    z-index: 1001;
    /* position: relative; */
}

.video-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
}

#conference-news .js_video_player,
#latest-eleases .js_video_player,
#studio-over .js_video_player {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.quotes-title {
    color: #8157FB;
    font-size: 0.875em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

html:lang(en) .quotes-title{
    font-size: 0.7em;
}

.quotes-title img {
    margin-right: 10px;
    vertical-align: baseline;
    width: 50px;
}

.title-content {
    font-size: 1.2em;
    margin-top: 5px;
    line-height: 1.4em;
    color: #333333;
}

.title-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.title-bottom > div{
    color: #333333;
}

.title-bottom .play-btn {
    width: 35px;
    height: 35px;
}

.nobg-video-type,
.nobg-article-type,
.nobg-article-type1 {
    border: 1px solid #fff;
}

.nobg-video-type .title-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.nobg-article-type .title-btn {
    width: 35px;
}

.nobg-article-type .quotes-title {
    margin-top: 15px;
    /* font-size: 0.875em; */
}

.title-btn {
    width: 48px;
}

.nobg-article-type1 .title-btn {
    margin-bottom: 15px;
}

.nobg-video-type1 .title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.nobg-popup-type .title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.bg-img-pc {
    display: block;
}

.bg-img-phone {
    display: none;
}

.conference-news-list-phone {
    display: none;
}

.conference-news-list {
    display: block;
}

.news-content-pc {
    display: block;
}

.news-content-phone {
    display: none;
}

@media (max-width: 576px) {
    .swiper-slide {
        width: 100%;
    }

    .section-title-over {
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    #conference-news .section-title-over {
        padding-bottom: 0;
    }
    #conference-news .conference-news-list-phone {
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

    .section-title {
        width: 100%;
        text-align: center;
    }

    .bg-img-pc {
        display: none;
    }

    .bg-img-phone {
        display: block;
        width: 100%;
        height: auto;
    }

    .bottom-title {
        padding: 15px;
    }

    .conference-news-list-phone {
         display: block; 
    }

    .conference-news-list {
        display: none;
    }

    .news-content-pc {
        display: none;
    }

    .news-content-phone {
        display: block;
    }

    .bigCard {
        height: 240px;
        margin-bottom: 15px;
    }

}

.popup-img-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.popup-img-over::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px);
}

.popup-img-over .popup-img-content {
    position: relative;
    width: 960px;
    height: 540px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

@media (max-width: 990px) {
    .popup-img-over .popup-img-content {
        width: 90%;
        height: auto;
    }

    .popup-img-over .popup-img-content img {
        position: static !important;
        transform: translate(0, 0) !important;
    }
}

.clone-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url(/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corporate/minisite/hc2023/v3/img/close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    z-index: 15;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .clone-btn{
        width: 45px;
        height: 45px;
    }
}

.popup-img-over .popup-img-content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 15px;
}

#studio .swiper-slide {
    width: 33.3%;
}

.aa {
    width: 100%;
    height: 250px;
    background-color: #b048ff;
    margin-top: 30px;
}

#studio .swiper-slide:nth-child(3n+1) .aa {
    transform-style: preserve-3d;
    transform: perspective(900px) rotateY(212deg);
}

#studio .swiper-slide:nth-child(3n - 1) .aa {
    transform-style: preserve-3d;
    transform: perspective(900px) translateZ(-115px);
}

#studio .swiper-slide:nth-child(3n) .aa {
    transform-style: preserve-3d;
    transform: perspective(900px) rotateY(-212deg);
}

#latest-eleases .swiper-slide {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 430px;
}

#latest-eleases .first-card {
    height: 415px;
    width: 100%;
}

#latest-eleases .card-item {
    width: calc(50% - 8.5px);
    height: 200px;
    float: left;
}

#latest-eleases .card-item:hover .latest-eleases-title{
    color: #140B45;
}

#latest-eleases .card-item:nth-child(odd) {
    margin-right: 15px;
}

#latest-eleases .card-item:nth-child(1) {
    margin-bottom: 15px;
}

#latest-eleases .card-item:nth-child(3) {
    margin-bottom: 15px;
}

@media (max-width:576px) {
    #latest-eleases .swiper-slide {
        display: block;
        height: auto;
    }
    #latest-eleases .first-card {
        height: auto;
    }

    #latest-eleases .card-item {
        width: 100%;
        height: auto;
    }

    #latest-eleases .card-item:nth-child(odd) {
        margin-right: 0;
    }

    #latest-eleases .card-item:nth-child(3) {
        margin-bottom: 0;
    }

    #latest-eleases .swiper-slide .latest-eleases-card {
        margin-bottom: 15px;
    }
}

/* .card-item .latest-eleases-title{
    font-size: 14px;
} */
.latest-eleases-content .first-card,
.latest-eleases-content .card-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

.latest-eleases-content .backgroundImage {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* transform: translateY(-50%) scale(1.1) */
}

.latest-eleases-content .latest-eleases-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
}

/* .latest-eleases-content .swiper-wrapper{
    display: none;
} */
.latest-eleases-tag {
    color: #8157FB;
    font-size: 0.875em;
    width: 100%;
}

html:lang(en) .latest-eleases-tag{
    font-size: 0.7em;
}

.latest-eleases-title {
    font-size: 1em;
    margin-top: 2px;
    color: #333333;
}

@media (max-width: 1400px) {
    html:lang(en) .latest-eleases-title{
        font-size: 0.9em;
    }
}

.latest-eleases-popup-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    overflow-y: auto;
}

.latest-eleases-popup-over::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgba(255,255,255, 0.8), rgba(255,255,255, 0));
    /* background: rgba(255, 255, 255, 0.9); */
    /* -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    filter: blur(5px); */
}



.latest-eleases-popup-item {
    height: 100%;
    width: 80%;
    text-align: center;
}

@media (max-width: 1200px) {
    .latest-eleases-popup-item{
        width: 100%;
    }
}

.latest-eleases-popup-item a{
    background: linear-gradient(45deg, rgba(155, 133, 255, 1), rgb(121, 74, 250, 1));
    min-width: 120px;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 0.875em;
    margin: 0 auto;
}

.latest-eleases-popup-item a:hover{
    background: linear-gradient(45deg, rgba(155, 133, 255, 0.5), rgb(121, 74, 250, 0.5));
}
.latest-eleases-popup-item h3, .latest-eleases-popup-item h5, .latest-eleases-popup-item .latest-eleases-popup-title p, .latest-eleases-popup-item .latest-eleases-popup-title ul li{
    text-align: left;
}
.latest-eleases-popup-content {
    width: 80%;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 15px;
    background-color: #fff;
    max-width: 1500px;
    display: none;
    padding: 50px;
    position: relative;
}

@media (max-width: 1200px) {
    .latest-eleases-popup-content{
        padding-top: 100px;
        top: 250px;
        width: 90%;
    }
}

.latest-eleases-popup-icon-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    justify-content: center;
}

.latest-eleases-popup-icon-items {
    text-align: center;
    width: calc(50% - 15px);
    margin: 0 7.5px 20px;
    padding: 20px;
    background: #F6F7F9;
    border-radius: 10px;
}
@media (max-width: 576px) {
    .latest-eleases-popup-icon-items{
        width: calc(100% - 15px);
    }
}
.latest-eleases-popup-icon-items>div {
    font-size: 0.875em;
}

.latest-eleases-popup-icon-items>img {
    width: 60px;
    height: 60px;
}

.latest-eleases-popup-content .img-card {
    position: absolute;
    right: -100px;
    top: 100px;
    border-radius: 10px;
    width: 300px;
}

@media (max-width: 1200px) {
    .latest-eleases-popup-content .img-card{
        left: 50px;
        top: -100px;
    }
}
.latest-eleases-popup-title {
    line-height: 1.5em;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 0.875em;
    color: #5e697f;
}

.latest-eleases-popup-title ul{
    padding-left: 20px;
    font-size: 0.875em;
}

.latest-eleases-popup-title ul li{
    list-style-type: disc;
    display: list-item;
}

.latest-eleases-popup-item h5{
    font-size: 1em;
    margin-bottom: 30px;
}

.latest-eleases-popup-icon-items p small{
    text-align: left;
}
.latest-eleases-pc {
    display: block;
}

.latest-eleases-phone {
    display: none;
}

/* @media (max-width:1300px) and (max-height:650px) {
    .latest-eleases-content .backgroundImage {
        height: 100%;
        width: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
} */
@media (max-width:1200px) {
    .latest-eleases-content .backgroundImage {
        height: auto;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 769px) {
    .latest-eleases-content .backgroundImage {
        width: auto;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
    }
}
@media (max-width:576px) {
    .latest-eleases-content .backgroundImage {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: none;
    }
    .latest-eleases-popup-over .latest-eleases-popup-content {
        width: calc(100% - 30px);
        padding: 30px;
        height: auto;
        padding-bottom: 100px;
    }

    .latest-eleases-popup-content .img-card {
        height: 120px;
        width: auto;
        left: 30px;
        right: unset;
        bottom: -50px;
    }

    .latest-eleases-pc {
        display: none;
    }

    .latest-eleases-phone {
        display: block;
    }
}

.studioSwiper .swiper-slide {
    width: 30%;
    margin: 0 25px;
}

.studioSwiper .btn-over {
    text-align: center;
    display: block;
    width: 100%;
}

@media (max-width: 576px) {
    .studioSwiper .swiper-slide {
        margin: 0;
        overflow: hidden;
    }

    .studioSwiper .swiper-slide .studioItem {
        margin-bottom: 15px;
    }

    .studioSwiper {
        padding-bottom: 30px;
    }
    
    .studioSwiper .btn-over{
        text-align: right;
    }
    .studioSwiper .btn-over a {
        width: 45px;
        height: 45px;
        margin-left: 10px;
    }
}

.studioItem {
    position: relative;
}

.studioItem .studio-card-bg {
    width: 100%;
}

.studio-content-title {
    font-size: 1.5em;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    /* transform: translateX(-50%); */
}

.studio-content-tag {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    color: #fff;
}

.studio-content-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    z-index: 0;
}

.filterCard {
    display: none;
}

#studio-over .section-title-over {
    justify-content: center;
}

.studio-tags-list-pc {
    display: block;
    margin: 30px 0;
    /* display: none; */
}

.studio-tags-list-phone {
    display: none;
}

.studio-container-pc {
    display: block;
}

.studio-container-phone {
    display: none;
}

.studio-tags-list-phone li {
    margin-bottom: 10px;
}

.studio-tags-list-pc li {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .studio-content-title{
        font-size: 1em;
    }
}
@media (max-width: 576px) {
    .studio-content-title{
        font-size: 1.5em;
    }
    .studio-tags-list-pc {
        display: none;
    }

    .studio-tags-list-phone {
        display: block;
/* display: none; */
        margin-bottom: 15px;
    }

    .studio-container-pc {
        display: none;
    }

    .studio-container-phone {
        display: block;
    }
}

.studioSwiper {
    display: none;
}

#studio-over .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}

.video-js .vjs-big-play-button {
    display: none !important;
    opacity: 0;
}

.vjs-has-started .vjs-big-play-button .vjs-icon-placeholder {
    display: none !important;
    opacity: 0;
}

.vjs-control.vjs-button.vjs-download-control {
    display: none !important;
}

.swiper-button-disabled {
    opacity: 0;
}


#conference-news{
    position: relative;
}
#conference-news>img{
    position: absolute;
    z-index: -1;
}
#conference-news .one {
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

#conference-news .two {
    /* top: 60%;
    left: 8%; */    
    top: 110px;
    left: 28%;
}

#conference-news .three {
    top: 55%;
    right: 24%;
}

#conference-news .four {
    bottom: -150px;
    right: 10%;
}

@media (max-width: 991px) {
    .video-box.show .content > div.video-js {
      padding-top: 56.25% !important;
    }
  }
.video-box .content .video-js{
    width: 100%;
    height: 100%;
}
.nobg-video-type {
    position: relative;
}
.nobg-video-type .title-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top:0;
    width: calc(100% - 20px);
    padding-right: 20px;
}
#conference-news .btn-over {
    width: 100%;
    position: relative;
}
#conference-news .btn-over .btn-next{
    position: absolute;
    left: -60px;
    top: -330px;
}
#conference-news .btn-over .btn-prev{
    position: absolute;
    right: -60px;
    top: -330px;
}
#speaker .btn-over {
    width: 100%;
    position: relative;
}
#speaker .btn-next{
    position: absolute;
    left: -60px;
    /* top: -330px; */
    top: 50%;
}
#speaker .btn-prev{
    position: absolute;
    right: -60px;
    /* top: -330px; */
    top: 50%;
}
#latest-eleases .btn-over{
    position: relative;
    width: 100%;
}
#latest-eleases .btn-over .btn-next{
    position: absolute;
    left: -60px;
    top: -260px;
}
#latest-eleases .btn-over .btn-prev{
    position: absolute;
    right: -60px;
    top: -260px;
}
@media (max-width: 1400px) {
    #conference-news .btn-over .btn-prev {
        right: -42px;
        top: -280px;
    }
    #conference-news .btn-over .btn-next {
        left: -52px;
        top: -280px;
    }
    #speaker .btn-next{
        left: -30px;
        top: 50%;
    }
    #speaker .btn-prev{
        right: -30px;
        top: 50%;
    }
    #latest-eleases .btn-over .btn-prev {
        right: -42px;
    }
    #latest-eleases .btn-over .btn-next {
        left: -52px;
    }
    html:lang(en) .nobg-video-type .title-content{
        font-size: 1.1em;
    }
}
@media (max-width: 1200px) {
    #conference-news .btn-over .btn-prev,#conference-news .btn-over .btn-next{
        position: static;
    }
    #speaker .btn-over .btn-prev,#speaker .btn-over .btn-next{
        position: static;
    }
    #latest-eleases .btn-over .btn-prev,#latest-eleases .btn-over .btn-next{
        position: static;
    }
    #speaker .btn-next,#speaker .btn-prev{
        position: static;
        margin-top: 15px;
    }
}
#live-broadcast{
    position: relative;
}
#live-broadcast>img{
    position: absolute;
}
#live-broadcast>img.one{
    left: 50px;
    top: 100px;
}
#live-broadcast>img.two{
    right: 150px;
    bottom: 180px;
}
#live-broadcast>img.three{
    left: 150px;
    bottom: 100px;
}
.live-broadcast-content{
    display: flex;
}
.live-broadcast-left{
    width: calc(65% - 30px);
    margin-right: 30px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 15px;
    background-image: url(https://www.huawei.com/-/media/bbc6fec8951c4ce8bb95cfdffa21c272.ashx);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 60px;
    border: 1px solid #fff;
}
.live-broadcast-left-content{
    width: 60%;
}
.live-broadcast-left-content .slogan-img{
    width: 90%;
    margin-bottom: 30px;
}
.live-broadcast-left-content .slogan-text{
    width: 76%;
}

.live-broadcast-left-content h1{
    font-size: 2em;
}
.live-broadcast-left-content .time-location{
    margin-top: 120px;
}
.live-broadcast-left-content .time-location span:first-child{
    margin-right: 10px;
}

.live-broadcast-box{
    width: 100%;
    display: flex;
    margin-top: 30em;
    padding-top: 5em;
    z-index: 1;
    text-decoration: none !important;
}
.live-broadcast-box-item{
    /* margin-top: 30px; */
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #fff;
    width: 100%;
    display: inline-block;
    color: #333;
    width: calc(33.3% - 20px);
    margin-right: 30px;
    text-decoration: none !important;
    position: relative;
}
.live-broadcast-box-item:last-child{
    margin-right: 0px;
}
.live-broadcast-box-item:hover{
    color: #333;
}
.live-broadcast-box-item:focus{
    color: #333;
}
.live-broadcast-box-item:first-child{
    margin-top: 0;
}
.live-broadcast-box-item-tag{
    color: rgb(170,119,253);
    font-size: 1em;
    margin-bottom: 10px;
}
.live-broadcast-box-item-tag img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.live-broadcast-box-item-content{
    font-size: 1em;
    margin-bottom: 15px;
}

.live-broadcast-bottom-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.7em;
}
.live-broadcast-bottom-time>img{
    width: 25px;
    height: 25px;
}
.live-broadcast-bottom-time span img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: -2px;
}
.live-broadcast-bottom-watch{
    font-size: 0.7em;
}
.video-btn{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
}
@media (max-width: 1200px) and (min-height: 1200px) {
    .live-broadcast-box{
        margin-top: 35em;
    }
}
@media (max-width: 1200px) {
    .live-broadcast-content{
        display: block;
    }
    .live-broadcast-left{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding-top: 500px;
        background-size:auto 100%;
    }
    
    .live-broadcast-left-content {
        width: 100%;
    }
    .live-broadcast-left-content .time-location{
        margin-top: 10px;
    }
    .live-broadcast-box-item{
        padding: 15px;
        width: calc(33.3% - 10px);
        margin-right: 15px;
    }
    .video-btn{
        bottom: 15px;
        right: 15px;
    }
}
@media (max-width: 992px) {
    .live-broadcast-box{
        flex-wrap: wrap;
        /* bottom: 50px; */
        /* padding-right: 15px; */
    }
    .live-broadcast-box-item{
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .live-broadcast-box-item:first-child{
        margin-top: 0;
    }
}
@media (max-width: 992px) and (min-height: 1023px) {
    .live-broadcast-box{
        margin-top: 25em;
    }
}
@media (max-width: 767px) {
    .live-broadcast-box{
        /* width: 100%; */
        position: static;
        padding-top: 100px;
        margin-top: 360px;
    }
    .live-broadcast-left{
        padding: 200px 30px 30px 30px;
        background-size: 100%;
    }
    .live-broadcast-box-item{
        margin-right: 0;
    }
}
@media (max-width: 576px) {
    #first-page{
        height: auto;
    }
    #first-page .container{
        height: auto;
        padding: 0;
    }
    .live-broadcast-box{
        padding-left: 0;
        padding-right: 0;
    }
}

  .agenda-box-content{
    display: flex;
  }
  .agenda-box-content-item{
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    border-radius: 15px;
    margin-left: 20px;
    padding: 15px;
    height: 500px;
    translate: all 2s;
    position: relative;
  }
  .agenda-box-content-time{
    position: absolute;
    left: 30px;
    top: -30px;
    height: 60px;
    width: auto;
    display: none;
  }
  .agenda-box-content-item.active .agenda-box-content-time{
    display: block;
  }
  .agenda-box-content-item.close{
    animation: hideCard 1s 1;
    opacity: 1;
  }
  
  @keyframes showCard {
    0% {
      width: 60px;
    }
  
    100% {
      width: 100%;
    }
  }
  @keyframes hideCard {
    0% {
      width: 100%;
    }
    30% {
      width: 100%;
    }
  
    100% {
      width: 60px;
    }
  }
  .agenda-box-content-item.active{
    width: 100%;
    animation: showCard 1.2s 1;
  }
  .agenda-box-content-item.active .agenda-box-content-item-left{
    display: none;
  }
  .agenda-box-content-item.active .agenda-time-add .agenda-show-more{
    display: none;
  }
  .agenda-box-content-item.active .agenda-time-add .agenda-show-less{
    display: block;
  }
  .agenda-box-content-item.active .agenda-box-content-item-right {
    display: block;
    animation: showCard1 1.2s 1;
  }
  .agenda-box-content-item.close .agenda-box-content-item-right {
    animation: hideCard1 1s 1;
  }
  
  @keyframes showCard1 {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes hideCard1 {
    0% {
      opacity: 1;
      display: block;
    }
    60% {
      display: block;
      opacity: 0.8;
    }
    90% {
      opacity: 0;
      display: none;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }
  .agenda-box-content-item:first-child{
    margin-left: 0px;
  }
  .agenda-box-content-card{
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
  }
  .agenda-box-content-card:last-child{
    margin-bottom: 0;
  }
  .agenda-box-content-card h3{
    margin-bottom: 15px;
    color: rgb(170, 119, 253);
  }
  .agenda-box-content-card h3 img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .agenda-box-content-card-item{
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    
  }
  .agenda-box-content-card-item-title{
    font-weight: 600;
    font-size: 18px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .agenda-box-content-card-item-btn{
    float: right;
  }
  .agenda-box-content-card-item-desc{
    float: left;
    margin-top: 10px;
    font-size: 15.75px;
  }
  /* .agenda-box-content-card-item-time{
    float: right;
    font-size: 0.8em;
  } */
  .agenda-box-content-card-item-top-time{
    color: rgb(170, 119, 253);
    font-size: 0.8em;
    /* margin-bottom: 15px; */
  }
  /* .agenda-box-content-card-item-content{
    margin-top: 30px;
  } */
  /* .agenda-box-content-card-item-avatar{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  } */
  /* .agenda-box-content-card-item-content .jobTitle{
    margin-left: 5px;
    font-size: 0.8em;
  } */
  .agenda-box-content-card-item:last-child{
    margin-bottom: 0;
  }
  .showMore{
    width: 25px;
    height: 25px;
    float: right;
    /* margin-left: 10px; */
    cursor: pointer;
  }
  .agenda-box-content-card-item-btn.shows .showMore{
    transform: rotate(180deg);
  }
  .showMore.show{
    transform: rotate(180deg);
  }
  .agenda-btn {
    padding: 1px 15px 0;
    color: #140B45;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s linear;
    font-size: 0.6em;
    font-weight: 500;
    margin-right: 15px;
    /* background: #ffffff; */
    background: linear-gradient(45deg, rgba(244, 212, 209, 1), rgba(215, 224, 243, 1));
    border: 1px solid #E6E9EE;
    display: inline-block;
    padding: 8px 20px;
    float: right;
  }
  .agenda-btn:hover {
    color: #140B45;
    background: linear-gradient(45deg, rgba(244, 212, 209, 0.5), rgba(215, 224, 243, 0.5));
}
  .showMore-content{
    display: none;
  }
  .showMore-content-item{
    margin-top: 15px;
    border-top: 1px solid #e2e2ec;
    display: inline-block;
    width: 100%;
    padding: 15px;
  }
  .showMore-content-item-time{
    font-size: 0.8em;
    color: #666;
  }
  .showMore-content-item-title{
    font-weight: 600;
  }
  .showMore-content.show{
    display: block;
  }
  .showMore-content-item-speaker-over{
    display: flex;
    /* flex-wrap: wrap; */
  }
  .showMore-content-item-speaker{
    /* width: 33.3%; */
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .showMore-content-item-speaker .avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
  }
  .showMore-content-item-speaker:has(.avatar) .showMore-content-item-speaker-item-over{
    width: calc(100% - 60px);
  }
  .showMore-content-item-speaker-item-over{
    float: left;
    font-size: 0.8em;
    width: 100%;
    padding-right: 10px;
  }
  .agenda-box-content-card-item ul {
    padding-left: 20px;
    margin: 10px 0;
  }
  .agenda-box-content-card-item ul li{
    font-size: 16px;
    color: #5E697F;
    margin-bottom: 5px;
    line-height: 1.95em;
  }
  .agenda-box-content-card-item ul li ul li{
    font-size: 0.875em;
    line-height: 1.5em;
    color:#999999;
  }
  .agenda-box-content-card-item ul li:last-child{
    margin-bottom: 0;
  }
  .agenda-box-content-card-item ul li::marker {
    background-color: #F4D4D1;
    color: #F4D4D1;
    line-height: 24px;
  }
  .agenda-box-content-item-left{
    width: 60px;
    position: relative;
    height: 100%;
    float: left;
    cursor: pointer;
  }
  .agenda-box-content-item-left img{
    /* width: 100%; */
    transform: rotate(90deg);
    height: 48px;
    margin-left: -100%;
    margin-top: 70px;
  }
  .agenda-time-add{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    cursor: pointer;
  }
  .agenda-box-content-item .agenda-time-add .agenda-show-less{
    display: none;
  }
  .agenda-time-title{
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    text-align: center;
    line-height: 26px;
    width: 80px;
    transform: rotate(90deg);
    position: absolute;
    bottom: 30px;
    left: calc(50% - 40px);
  }
  .agenda-box-content-item.close{
    font-weight: normal!important;
  }
  .agenda-box-content-item .agenda-box-content-item-right{
    width: calc(100% - 115px);
    height: calc(100% - 10px);
    /* background-color: #F6F7F9; */
    /* border: 1px solid #E6E9EE; */
    border-radius: 10px;
    margin-left: 10px;
    overflow-y: auto;
    display: none;
    padding: 20px 10px 0 10px;
    float: left;
  }
  .agenda-box-content-item.active  .agenda-box-content-item-right{
    width: calc(100% - 15px);
  }
  .agenda-box-content-item-right::-webkit-scrollbar {
    width: 5px;
    background-color: #E6E9EE;
  }
  
  .agenda-box-content-item-right::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #EFF4FB;
  }
  
  .agenda-box-content-item-right::-webkit-scrollbar-thumb {
    background-color:#CFD9DF;
    outline: none;
    border-radius: 3px !important;
  }
  
  #points {
    background-image: url(/-/media/hcomponent-hc-meeting-richtxt-pairs2024/component/corporate/minisite/hc2024/v1/image/pov-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    background-position: center;
  }
  @media (max-width: 1200px) {
    .showMore-content-item-speaker{
        width: 50%;
    }
  }
  @media (max-width: 767px) {
    #points{
      padding: 35px 0;
      background-position: left;
    }
    .agenda-box-content{
      flex-wrap: wrap;
    }
    .agenda-box-content-item.close{
      animation: hidexsCard 2s 1;
    }
    .agenda-box-content-item.active .agenda-box-content-item-right{
      display: block;
      width: 100%;
      height: 300px;
      margin-left: 0;
      margin-top: 15px;
    }
    .agenda-box-content-item{
      margin-left: 0;
      margin-bottom: 15px;
      height: auto;
    }
    .agenda-box-content-item:last-child{
      margin-bottom: 0;
    }
    .agenda-box-content-time,.agenda-box-content-item.active .agenda-box-content-time{
        display: none;
    }
    .agenda-box-content-item.active .agenda-box-content-item-left .agenda-time-logo{
        margin-top: 18px;
    }
    .agenda-box-content-item.active .agenda-box-content-item-left{
        display: block;
    }
    @keyframes showxsCard {
      0% {
        height: 60px;
      }
    
      100% {
        height: 100%;
      }
    }
    @keyframes showxsCard1 {
      0% {
        height: 0px;
      }
    
      100% {
        height: 300px;
      }
    }
    @keyframes hidexsCard1 {
      0% {
        height: 300px;
        width: 100%;
        display: block;
      }
      10% {
        width: 100%;
        display: block;
      }
      30% {
        width: 100%;
        display: block;
      }
      50% {
        width: 100%;
        width: 100%;
        display: block;
      }
      80% {
        width: 100%;
        display: block;
      }
      90% {
        width: 100%;
        height: 0px;
        display: none;
        margin: 0;
        padding: 0;
        opacity: 0;
      }
      100% {
        width: 100%;
        height: 0px;
        display: none;
        margin: 0;
        padding: 0;
        opacity: 0;
      }
    }
    @keyframes hidexsCard {
      0% {
        height: 100%;
      }
      30% {
        height: 100%;
      }
    
      100% {
        height: 60px;
      }
    }
    .agenda-box-content-item.active{
      width: 100%;
      height: 100%;
      /* background-color: #FBFCFF; */
      animation: showxsCard 2s 1;
    }
    .agenda-box-content-item{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }
    .agenda-box-content-item.active .agenda-box-content-item-right{
      animation: showxsCard1 1s 1;
    }
    .agenda-box-content-item.close .agenda-box-content-item-right{
      animation: hidexsCard1 1s 1;
    }
    .agenda-box-content-item .agenda-box-content-item-left{
      width: 100%;
      height: 60px;
      display: flex;
      /* padding: 15px; */
      align-items: center;
    }
    .agenda-box-content-item .agenda-box-content-item-right{
        width: 100%;
    }
    .agenda-box-content-item .agenda-box-content-item-left .agenda-time-logo{
      /* width: 100px;
      height: auto; */
      width: 85px;
      height: auto;
      transform: rotate(0deg);
      margin-left: 0;
      margin-top: 0;
    }
    .agenda-box-content-item .agenda-box-content-item-left .agenda-time-add{
      width: 40px;
      right: 0;
      left: auto;
      bottom: calc(50% - 25px);
    
    }
    .agenda-time-title{
      /* height: 26px;
      padding: 0 10px;
      border-radius: 20px;
      margin-left: 15px; */
      height: 26px;
      padding: 0;
      transform: rotate(0deg);
      width: auto;
      left: auto;
      right: 0;
      bottom: calc(50% - 13px);
    }
    .showMore-content-item-speaker{
        width: 100%;
    }
  }
  .review-item-left{
    width: calc(100% - 150px);
  }
  @media (max-width: 576px) {
      .review-item {
          padding: 15px;
          align-items: end;
      }
      .review-item-left{
          width: calc(100% - 130px);
      }
      .review-item-left p{
        margin-bottom: 0;
      }
      .review-item-right{
        padding-bottom: 10px;
      }
      .review-content{
        position: relative;
      }
      .review-content::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
      }
  }
  .home-comment-card {
    background-color: rgba(238, 241, 255, 0.8);
    width: 100%;
    border-radius: 10px;
    padding: 80px 50px;
    border: 1px solid #fff;
    text-align: left;
    color: #5e697f;
    line-height: 35px;
    /* max-width: 900px; */
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .agenda-box-content-item .agenda-box-content-card-item-title{
        font-size: 16px;
    }
    .agenda-box-content-card-item-desc{
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .home-comment-card {
        padding: 30px 15px;
    }
    .agenda-box-content-item .agenda-box-content-card-item-title{
        font-size: 14px;
    }
    .agenda-box-content-card-item-desc{
        font-size: 12.25px;
    }
    .review-item-left h3{
        font-size: 18px;
        line-height: 1.2em;
    }
}
.agenda-box-content-card-item-title-over{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.showMore-content-item-speaker-over:has(.showMore-content-item-speaker:nth-child(4)){
    flex-wrap: wrap;
}
.showMore-content-item-speaker-over:has(.showMore-content-item-speaker:nth-child(4)) .showMore-content-item-speaker{
    width: 33.3%;
}