@font-face {
    font-family: "huaweifont";
    src: url("/Assets/corp/2020/fonts/HuaweiSans-Regular.eot");
    src: url("/Assets/corp/2020/fonts/HuaweiSans-Regular.eot?t=1587362981594#iefix") format("embedded-opentype"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Regular.svg") format("svg"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Regular.ttf") format("truetype"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Regular.woff") format("woff"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "HuaweiSans-Bold";
    src: url("/Assets/corp/2020/fonts/HuaweiSans-Bold.eot");
    src: url("/Assets/corp/2020/fonts/HuaweiSans-Bold.eot?t=1587362981594#iefix") format("embedded-opentype"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Bold.svg") format("svg"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Bold.ttf") format("truetype"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Bold.woff") format("woff"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "HuaweiSans-Light";
    src: url("/Assets/corp/2020/fonts/HuaweiSans-Light.eot");
    src: url("/Assets/corp/2020/fonts/HuaweiSans-Light.eot?t=1587362981594#iefix") format("embedded-opentype"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Light.svg") format("svg"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Light.ttf") format("truetype"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Light.woff") format("woff"),
        url("/Assets/corp/2020/fonts/HuaweiSans-Light.woff2") format("woff2");
}

@font-face {
    font-family: "huawei-iconfont";
    src: url('/Assets/corp/2020/fonts/huawei-iconfont.eot?t=202307141519');
    src: url('/Assets/corp/2020/fonts/huawei-iconfont.eot?t=202307141519#iefix') format('embedded-opentype'), url('/Assets/corp/2020/fonts/huawei-iconfont.woff?t=202307141519') format('woff'), url('/Assets/corp/2020/fonts/huawei-iconfont.ttf?t=202307141519') format('truetype'), url('/Assets/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/CORPORATE/minisite/hc2024/v3/img/body-background.jpg');
    background-repeat: repeat-y;
    background-size: contain;
}

a:hover,
a:focus {
    /* color: ; */
    text-decoration: auto !important;
}

@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 14px;
    }
}

/* header {
    height: 100vh;
} */

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%;
    /* min-height: 100px; */
    /* padding-top: 5vh; */
}

@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: 90px;
        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;
}

#meetings .section-title {
    margin: 100px auto;
    font-size: 1.3em;
}

@media (max-width: 576px) {
    #meetings .section-title {
        margin: 40px auto;
        font-size: 1.3em;
    }
}

.textCenter {
    text-align: center;
}

@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* 首屏默认播放视频 */
#player-video-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    overflow: hidden;
}

.player-video {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
}

.player-video-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    scale: 1.2;
}

.tiaoguo {
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transform: translateX(-50%);
    opacity: 0.6;
}

/* 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/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/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/CORPORATE/minisite/hc2024/v4/img/banner-background-mb.png);
        background-repeat: repeat-y;
    }
}

#first-page .container {
    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: 50%;
    right: 5%;
    z-index: -1;
    mix-blend-mode: darken;
    transform: translateY(-50%);
}

.first-page-img img {
    display: none;
}

@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;
        transform: unset;
        max-width: 800px;
    }
}

@media (max-width:992px) {
    .first-page-img {
        max-width: 600px;
    }
}


@media (max-width:768px) {
    .first-page-img {
        max-width: 400px;
        bottom: 40px;
    }
}

@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;
}

@media (max-width: 1600px) {
    #first-page .slogan {
        max-width: 540px;
    }
}

@media (max-width: 1200px) {
    #first-page .slogan {
        max-width: 400px;
    }
}

#first-page .first-page-title {
    position: absolute;
    /* bottom: -20vh; */
    top: 100vh;
    margin-left: 15px;
    margin-top: 15px;
}

@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: 2em;
    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;
    }
}

#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: 20px;
    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{
        overflow: visible;
    } */
    .first-page-video video {
        width: calc(100% - 40px);
        height: auto;
        border-radius: 10px;
        margin: 20px;
    }

    #first-page .first-page-title {
        margin-top: -50px;
        margin-left: 60px;
    }

    #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 {
        margin-left: 60px;
        top: 50%;
        left: 50%;
        transform: translate(-75%, -60%) scale(1.2);
    }

    .player-video-title {
        width: 400px;
    }
}

@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; */
        width: calc(100% - 120px);
    }

}

@media (max-width: 576px) {
    .first-page-img {
        right: 0;
    }

    #first-page .first-page-title {
        margin-top: 0;
        margin-left: 0;
    }


    #first-page .slogan {
        margin-left: 0;
    }

    .section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 440px) {
    #first-page .slogan {
        width: 300px;
        transform: translate(-50%, -50%);
    }
}

/* video-card */
#video-card {
    display: none;
    width: 100%;
    height: 400px;
}

@media (max-width: 1200px) {
    #video-card {
        display: block;
    }
}

/* home */
#about {
    height: 100vh;
    position: relative;
}

@media (max-width: 1200px) {
    #about {
/*         margin-top: 300px; */
    }
}

#about .container {
    margin-top: 160px;
}

#about .home-content {
    font-size: 0;
    font-weight: 200;
    line-height: 40px;
    color: #8D7DB1;
}

#about .home-content span {
    font-size: 40px;
}

.bg-card {
    position: absolute;
    z-index: -1;
}

#about .bg-card.one {
    top: -50%;
    left: 100px;
}

#about .two {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0)
}

#about .three {
    position: absolute;
    z-index: -1;
    left: 15%;
    bottom: 0px;
}

#about .four {
    position: absolute;
    z-index: -1;
    right: 30%;
    bottom: 80px;
}

#about .bg-card.five {
    right: 150px;
    bottom: -200px;
}

#about .bg-card.six {
    top: 0;
    right: 40%;
}

#about .seven {
    position: absolute;
    z-index: -1;
    left: 70%;
    bottom: 30%;
    width: 50px;
}

#about .eight {
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 5%;
}

.header-menu-close {
    display: none;
    position: absolute;
    right: 30px;
    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;
    }

    #about .home-content span {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 576px) {
    #about {
        height: auto;
/*         margin-top: 160px; */
    }

    #about .container {
        margin-top: 60px;
    }

    #about .three,
    #about .two {
        display: none;
    }

    #about .bg-card.six {
        display: none;
    }

    #about .home-content span {
        font-size: 26px;
        line-height: 26px;
    }

    html:lang(en) #about .home-content span {
        font-size: 20px;
    }
}

/* home-comment */
#about-1 {
    height: 100vh;
    position: relative;
}

@media (max-width: 576px) {
    #about-1 {
        height: auto;
    }
}

.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;
}

#about-1 .bg-card.one {
    left: 10%;
    bottom: 20px;
}

#about-1 .bg-card.two {
    left: 50%;
    bottom: -100px;
}

#about-1 .bg-card.three {
    right: 15%;
    bottom: 100px;
}

/* 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-item img {
        /* margin: 0; */
        /* width: 100px; */
        /* position: absolute; */
        /* top: 15px; */
    }

    /* .why-attend-item:nth-child(odd) img {
        left: 15px;
    }

    .why-attend-item:nth-child(even) img {
        right: 15px;
    } */

    /* .why-attend-item:nth-child(odd) .why-attend-title {
        margin-left: 120px;
    }

    .why-attend-item:nth-child(odd) .why-attend-text {
        margin-left: 120px;
    } */

    #why-attend .four {
        display: none;
    }

    /* .why-attend-title {
        padding: 0;
        margin: 0;
        width: calc(100% - 100px);
        text-align: left;
        height: 30px;
    } */

    /* .why-attend-text {
        padding: 0;
        margin: 0;
        width: calc(100% - 100px);
        text-align: left;
    } */
}

/* speaker */
#speaker {
    position: relative;
}

.speaker-content {
    display: flex;
    flex-wrap: wrap;
}

.speaker-content-left {
    /* width: calc(50% - 15px); */
    width: 100%;
    /* margin-right: 15px; */
}

/* .speaker-content-left:last-child {
    margin-top: -20%;
} */
.speaker-content-right {
    /* width: calc(50% - 15px);
    margin-left: 1%;
    padding-top: 120px; */
    width: 100%;
    position: relative;
    left: 16.6%;
}
.speaker-content-right .speaker-content-card:nth-child(5n) {
    margin-right: 50px;
}
.speaker-content-item-title {
    font-size: 1.8em;
    color: #75C0FD;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}


.speaker-content-left .speaker-content-item-title {
    /* text-align: right; */
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(45deg, #B4A9FF 80%, #61b6ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    padding-left: 10px;
}

.speaker-content-right .speaker-content-item-title {
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(45deg, #B4A9FF 0, #61b6ff 20%);
    background-clip: text;
    -webkit-background-clip: text;
    padding-left: 10px;
}

.speaker-content-card-over {
    display: flex;
    /* justify-content: right; */
    flex-wrap: wrap;
}

.speaker-content-item {
    margin-bottom: 30px;
}

.speaker-content-left.threeDay .speaker-content-item {
    margin-bottom: 0;
}

.speaker-content-card {
    width: calc(16.6% - 10px);
    background-color: #fff;
    min-height: 120px;
    border-radius: 16px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 3px solid #fff;
}

.speaker-content-card-over .speaker-content-card:first-child {
    margin-left: 0;
}

.speaker-content-card-over .speaker-content-card:nth-child(6n) {
    margin-left: 0;
}

/* .speaker-content-left.threeDay .speaker-content-card {
    width: calc(16.6% - 10px);
} */

.speaker-content-left.threeDay .speaker-content-card-over .speaker-content-card:nth-child(6n) {
    margin-left: 10px;
}

.speaker-content-left.threeDay .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: 576px) {
    .speaker-content-line {
        top: 80px;
    }
}

.speaker-content-line img {
    position: absolute;
    bottom: -10px;
    left: -4px;
    width: 12px;
    height: 12px;
}

.speaker-content-card img {
    width: 100%;
}

.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: -120px;
    z-index: -1;
}

#speaker .three {
    bottom: 10%;
    right: 100px;
}

#speaker .four {
    bottom: -150px;
    left: 100px;
}

@media (max-width: 1200px) {

    .speaker-content-card,
    .speaker-content-left:last-child .speaker-content-card {
        width: calc(33.3% - 10px);
    }

    .speaker-content-right {
        margin-top: 0;
        left: 0;
    }

    .speaker-content-card-over .speaker-content-card:nth-child(6n) {
        margin-left: 10px;
    }

    .speaker-content-card-over .speaker-content-card:nth-child(4n) {
        margin-left: 0;
    }

    .speaker-content-left.threeDay .speaker-content-card-over .speaker-content-card:nth-child(4n) {
        margin-left: 0;
    }

    .speaker-content-left.threeDay .speaker-content-card-over .speaker-content-card:nth-child(7n) {
        margin-left: 10px;
    }

    .speaker-content-right .speaker-content-card:nth-child(5n) {
        margin-right: 30px;
    }

    .speaker-content-right .speaker-content-card-over .speaker-content-card:nth-child(4n) {
        margin-left: 10px;
    }

    .speaker-content-right .speaker-content-card:nth-child(4) {
        margin-left: 0 !important;
    }

    .speaker-content-right .speaker-content-card:nth-child(6) {
        margin-left: 0;
    }

    .speaker-content-right .speaker-content-card:nth-child(9) {
        margin-left: 0;
    }
}

@media (max-width: 576px) {

    .speaker-content-card,
    .speaker-content-left:last-child .speaker-content-card {
        width: calc(50% - 10px);
    }
    .speaker-content>.speaker-content-left .speaker-content-card:nth-child(2n+1){
        margin-left: 0;
    }
    .speaker-content-left.threeDay .speaker-content-card:nth-child(5) {
        margin-left: 0
    }
    .speaker-content-right .speaker-content-card:nth-child(5), .speaker-content-right .speaker-content-card-over .speaker-content-card:nth-child(8) {
        margin-right: 50px;
        margin-left: 0!important;
    }

    .speaker-content-card-over .speaker-content-card:nth-child(3n) {
        margin-left: 0;
    }

    .speaker-content-card-over .speaker-content-card:nth-child(4n) {
        margin-left: 10px !important;
    }

    .speaker-content {
        display: block;
    }

    .speaker-content-item-title {
        text-align: left !important;
    }

    .speaker-content-card-over {
        justify-content: left;
    }

    .speaker-content-left,
    .speaker-content-right {
        width: 100%;
        padding-top: 0;
    }

    .speaker-content-line {
        display: none;
        /* left: 14px; */
    }

    .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;
    }
}

/* developer */
#developer {
    /* overflow: hidden; */
    /* padding-bottom: 60px; */
    position: relative;
}

#developer>img {
    position: absolute;
    z-index: -1;
}

#developer>img.one {
    top: -50px;
    left: 30px;
}

#developer>img.two {
    right: 15%;
    top: 100px;
}

#developer>img.three {
    top: 50%;
    right: 10%;
}

#developer>img.four {
    left: 50%;
    bottom: 30%;
}

#developer>img.five {
    bottom: -50px;
    left: 30%;
}

.developer-content {
    margin-top: 30px;
    display: inline-block;
}

.developerVideo {
    width: 100%;
    text-align: center;
}

.developerVideo-btn {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    /* margin: 0 auto; */
    color: #333;
    transition: 300ms all;
}

.developerVideo-btn:hover {
    background:linear-gradient(to right, rgba(155, 133, 255,0.2), rgba(121, 74, 250,0.2));
    color: #333;
}

.developerVideo-btn img {
    display: inline-block;
    height: 30px;
    padding-right: 15px;
    padding-bottom: 2px;
}

.developer-item {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 30px;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    float: left;
    margin-right: 30px;
}

.developer-item h3 {
    line-height: 1.5em;
}

.developer-item.one {
    transform: translate(0px, 80px) rotate(-4deg);
}

.developer-item.two {
    transform: translate(80px, 120px) rotate(10deg);
}

.developer-item.three {
    transform: translateY(-120px) rotate(-6deg);
}

.developer-item.four {
    transform: translate(80px, 200px) rotate(4deg);
    margin-left: 80px;
    margin-top: 30px;
}

.developer-item-horizontals {
    width: 50%;
    padding-right: 20%;
}

/* .developer-item-horizontals h3 {
    font-size: 28px;
} */

.developer-item-verticals {
    width: 30%;
    padding-bottom: 300px;
}

.developer-item-horizontals-img {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 200px;
    animation: jump 3s infinite;
}

@media (max-width: 1200px) {
    .developerVideo{
        margin-top: 230px;
    }
    .developer-item-horizontals-img {
        width: 200px;
    }
}

.developer-item-verticals-img {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    height: 60%;
    width: auto;
    animation: jump 3s infinite;
}

.developer-item.two .developer-item-verticals-img {
    left: 10%;
    transform: translateX(0);
}

.developer-item.three .developer-item-verticals-img {
    left: 30%;
    transform: translateX(0);
}

.developer-item.four .developer-item-horizontals-img {
    bottom: auto;
    top: -20%;
    right: -85px;
}

.developer-item ul {
    margin-bottom: 30px;
    font-size: 16px;
    color: #4F4F4F;
}

.developer-item ul li {
    display: block;
    margin-bottom: 5px;
}

.developer-appoint {
    padding: 5px 30px;
    border-radius: 20px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #9B85FF, #794AFA);
}

@media (max-width: 1200px) {
    .developer-item-verticals {
        width: 42%;
        float: right;
    }

    .developer-item-horizontals {
        width: 60%;
    }

    .developer-item.one {
        transform: translate(0px, 80px) rotate(-8deg);
    }

    .developer-item.two {
        transform: translate(-9px, 58px) rotate(6deg);
    }

    .developer-item.two .developer-item-verticals-img {
        height: 48%;
    }

    .developer-item.three {
        transform: translate(-52px, 250px) rotate(-3deg);
    }

    .developer-item.four {
        float: right;
        transform: translate(-56px, 200px) rotate(-4deg)
    }

    /* .developer-item.three .developer-item-verticals-img{
        left: -13%;
    } */
}

@media (max-width: 576px) {
    .developerVideo {
        margin-top: 100px;
    }

    .developer-item-verticals {
        width: 90%;
    }

    .developer-item-horizontals {
        width: 90%;
        padding-bottom: 250px;
        padding-right: 30px;
    }

    .developer-item-verticals-img {
        right: -40px;
        bottom: 0;
        top: auto;
        height: 45%;
    }

    .developer-item-horizontals-img {
        right: -20px;
        bottom: -30px !important;
        top: auto !important;
        width: 200px;
    }

    .developer-item.one {
        transform: translate(0px, 80px) rotate(-2deg);
    }

    .developer-item.two {
        transform: translate(7px, 120px) rotate(4deg);
    }

    .developer-item.three {
        transform: translate(6px, 120px) rotate(-4deg);
    }

    .developer-item.four {
        transform: translate(0px, 90px) rotate(5deg);
    }

    .developer-item.four .developer-item-horizontals-img {
        right: 0;
        width: 60%;
    }

    #developer>img.five {
        display: none;
    }
}

/* 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: 100%;
}

#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(16.6666% - 15px);
    height: 120px;
}

@media (max-width: 1200px) {
    #partners .partners-item {
        width: calc(33.3333% - 15px);
        height: 130px;
    }
}

@media (max-width: 576px) {
    #partners .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%;
    }
}

#partners .diamonds .partners-item {
    height: 390px;
    width: calc(100% - 15px);
}

@media (max-width: 576px) {
    #partners .diamonds .partners-item {
        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%;
    }
}

@media (max-width: 576px) {
    #partners .gold {
        width: 100%;
    }
}

#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;
    }
}

.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: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: space-between;
    padding: 15px;
    backdrop-filter: blur(10px);
}

.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;
    }
}

/* 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>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: flex;
    }

    .location-content-item .item>div {
        width: calc(50% - 30px);
    }

    .location-content-item .item>div:first-of-type {
        width: 60px;
    }
}

@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;
    }
}

/* app */
.app-content {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    width: 100%;
    display: flex;
    position: relative;
    padding: 15px;
    padding-bottom: 0;
}

.app-item-left {
    color: #5E697F;
    margin-top: 30px;
}

.app-item-left p {
    font-size: 0.875em;
}

.app-item-left .qr-code {
    display: inline-block;
}

.app-item-left .qr-code p {
    text-align: center;
}

.app-item-left .qr-code img {
    width: 150px;
    margin-top: 30px;
}

.app-item-right {
    position: relative;
    height: auto;
}

.app-item-right .phone {
    width: 50%;
    /* float: right; */
    /* margin-top: -80px; */
    position: absolute;
    right: 0;
    bottom: 0;
}

.app-item-right .icon {
    position: absolute;
    animation: jump 3s infinite;
    opacity: 0.95;
}

.app-item-right .icon.time {
    top: -60px;
    left: 20%;
    width: 250px;
}

@media (max-width: 576px) {
    .app-item-right .icon.time {
        top: 50px;
        width: 50%;
    }
}

.app-item-right .icon.address {
    top: 70px;
    /* left: 45%; */
    left: 42%;
    width: 150px;
}

@media (max-width: 576px) {
    .app-item-right .icon.address {
        top: 90px;
    }
}

.app-item-right .icon.card {
    top: -40px;
    right: 20px;
    width: 200px;
}

.app-item-right .icon.lan {
    bottom: 40%;
    left: 15%;
    width: 350px;
}

.app-item-right .icon.collection {
    /* top: 50%;
    right: 60px; */
    width: 200px;
    top: 56%;
    right: -6px;
}

@media (max-width: 1200px) {
    .app-item-right .phone {
        width: 60%;
    }

    .app-item-right .icon.card {
        width: 100px;
    }

    .app-item-right .icon.lan {
        width: 160px;
    }

    .app-item-right .icon.collection {
        width: 120px;
    }
}

@media (max-width: 850px) {
    .app-item-right .icon.time {
        left: -10%;
    }

    .app-item-right .icon.collection {
        top: auto;
        bottom: 30%;
    }
}

@media (max-width: 576px) {
    .app-content {
        flex-wrap: wrap;
    }

    .app-item-left {
        width: 100%;
    }

    .app-item-right {
        width: 100%;
    }

    .app-item-right .phone {
        position: static;
        margin-top: 80px;
        width: 80%;
        float: right;
    }

    .app-item-right .time {
        width: 180px;
        left: auto !important;
        right: 0;
        top: -20px;
    }

    .app-item-right .icon.card {
        top: unset;
        bottom: 120px;
        right: 10px;
    }

    .app-item-right .icon.address {
        left: 4%;
        top: 100px;
    }

    .app-item-right .icon.lan {
        bottom: 100px;
        left: 30px;
    }

    .app-item-right .icon.collection {
        top: auto;
        bottom: 30px;
        right: 40px;
    }
}

/* 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;
}


@media (max-width: 576px) {
    .review-item {
        padding: 15px;
    }
}

/* about Huawei*/
.about-content {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-wrap: wrap;
}

.about-item {
    width: 50%;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .about-item {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .about-item {
        width: 100%;
    }
}

#about-1 .partners-item {
    display: inline-block;
    width: calc(25% - 15px);
    margin: 15px 7.5px 0;
}

.about-item-over {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    padding: 0 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 7.5px;
    border-radius: 10px;
}

.about-item-img {
    position: absolute;
    width: 100%;
    /* top: 0; */
    left: 0;
    z-index: -1;

}

.about-item-over h2 {
    color: #140B45;
    font-weight: normal;
    margin-top: 50px;
}

.about-item-over a {
    color: #5E697F;
}

.about-item-content {
    margin-top: 20px;
    font-size: 16px;
    color: #5E697F;
}

.about-item-over ul {
    /* position: absolute;
    left: 30px;
    bottom: 20px; */
    width: 70%;
    margin-bottom: 20px;
}

@media (max-width: 1500px) {
    .about-item-over ul {
        width: 100%;
    }
}

.about-item-over ul li {
    margin-right: 10px;
    margin-bottom: 15px;
}

.about-item-over ul li a {
    padding: 5px 20px;
    background: linear-gradient(45deg, rgba(244, 212, 209, 0.5), rgba(215, 224, 243, 0.5));
    color: #140B45;
    border-radius: 20px;
    font-size: 14px;
    transition: all 300ms;
}

.about-item-over ul li a:hover {
    background: linear-gradient(45deg, rgba(232, 216, 240, 0.9), rgba(243, 213, 232, 0.9));
}

@media (max-width: 576px) {
    .about-item-over ul li a{
        font-size: 12px;
    }
}


@media (max-width: 1200px) {
    .about-item-over h2 {
        font-size: 24px;
    }

    .about-item-content {
        font-size: 12px;
    }

    .about-item-over ul li {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .partners-item-over {
        flex-direction: row;
        height: auto;
        width: 100%;
    }

    .platinum .partners-item {
        width: calc(50% - 15px);
    }

    .partners-item {
        width: calc(33.3% - 15px);
        margin: 15px 7.5px 0;
    }

    .about-item-over h2 {
        margin-top: 30px;
        font-size: 20px;
    }

    .about-item-content {
        margin-bottom: 30px;
    }
    
    .about-item-over{
        padding: 0 15px;
    }
}

.right-item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .right-item {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .right-item {
        width: 100%;
    }
}

.right-item .partners-item {
    width: calc(50% - 15px);
    margin: 7.5px;
}

.about-right {
    /* width: 50%; */
    padding: 0;
}

.bottom-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bottom-item .partners-item {
    width: calc(25% - 15px);
    margin: 7.5px;
}

@media (max-width: 992px) {
    .bottom-item .partners-item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 576px) {

    .right-item:last-child {
        margin-bottom: 0;
    }

    #about-1 .partners-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .bottom-item .partners-item {
        width: calc(50% - 15px);
    }
}

@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 {
    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%;
}
