@media screen and (max-width: 1023px) {
    .wrap .pc-one {
        display: none;
    }
    .wrap .mb-one {
        display: block;
    }
    .wrap .safeplace {
        width: 92vw;
    }
    .wrap .page-title {
        font-size: 6.4vw;
        color: #252B3A;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 7.73333vw;
    }
    .wrap .page-button {
        height: 7.73333vw;
        border-radius: 2px;
        font-size: 2.93333vw;
        padding: 0 6.93333vw;
        transition: background-color 0.4s, border 0.4s, color 0.4s;
    }
    .wrap .page-livebtn .btn {
        padding: 0 4.26667vw;
        font-size: 2.93333vw;
        height: 6.66667vw;
    }
    .wrap .page-livebtn .btn .i {
        width: 2.66667vw;
        height: 2.66667vw;
        margin-right: 0.66667vw;
    }
    .wrap .page-livebtn .tips {
        width: auto;
        min-width: 100%;
        box-shadow: 0 0.26667vw 1.33333vw 0 rgba(7, 20, 45, 0.1);
        left: 50%;
        bottom: -2vw;
    }
    .wrap .page-livebtn .tips::before {
        content: '';
        width: 2.66667vw;
        height: 2.66667vw;
        box-shadow: 0 0.26667vw 1.33333vw 0 rgba(7, 20, 45, 0.1);
    }
    .wrap .page-livebtn .tips .box {
        width: auto;
        font-size: 2.66667vw;
        padding: 1.33333vw 2vw;
        line-height: 1.4;
        white-space: normal;
    }
    .wrap .page-header {
        width: 100%;
        height: 11.33333vw;
        z-index: 99;
    }
    .wrap .page-header .header-mb {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 0 1.33333vw 0 rgba(0, 0, 0, 0.05);
    }
    .wrap .page-header .header-mb .logo {
        width: 36vw;
        height: 7.2vw;
        margin-left: 2.93333vw;
        image-rendering: -moz-crisp-edges;
        /* Firefox */
        image-rendering: -o-crisp-edges;
        /* Opera */
        image-rendering: -webkit-optimize-contrast;
        /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
        /* IE (non-standard property) */
    }
    .wrap .page-header .header-mb .logo img {
        width: 100%;
        height: 100%;
    }
    .wrap .page-header .header-mb .header-content {
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .wrap .page-header .header-mb .header-content .header-box {
        width: 18.66667vw;
        height: auto;
        position: relative;
    }
    .wrap .page-header .header-mb .header-content .header-box .header-city {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .wrap .page-header .header-mb .header-content .header-box .header-city p {
        margin-left: 4vw;
        font-size: 3.2vw;
        line-height: 3.2vw;
        font-weight: 400;
        color: #252B3A;
        text-shadow: 0vw 0vw 0vw rgba(0, 0, 0, 0.05);
    }
    .wrap .page-header .header-mb .header-content .header-box .header-city div {
        margin-left: 1.33333vw;
        border-color: transparent transparent #252B3A transparent;
        border-style: solid;
        border-width: 0vw 1.33333vw 1.33333vw 1.33333vw;
        width: 0;
        height: 0;
        transform: rotate(180deg);
        transition: all 0.4s;
    }
    .wrap .page-header .header-mb .header-content .header-box .header-hover {
        display: none;
        z-index: 12;
        position: absolute;
        left: 0;
        top: 230%;
        width: 18.66667vw;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0vw 0vw 1.33333vw 0vw rgba(0, 0, 0, 0.05);
    }
    .wrap .page-header .header-mb .header-content .header-box .header-hover .header-item {
        margin-top: 4vw;
        width: 100%;
        height: auto;
    }
    .wrap .page-header .header-mb .header-content .header-box .header-hover .header-item a {
        text-align: center;
        width: 100%;
        height: 100%;
        display: block;
        font-size: 2.66667vw;
        font-weight: 400;
        color: #252B3A;
    }
    .wrap .page-header .header-mb .header-content .header-box .header-hover .header-item:last-child {
        margin-bottom: 4vw;
    }
    .wrap .page-header .header-mb .header-content .header-box-active .header-city div {
        border-color: transparent transparent #c7000b transparent;
        transform: rotate(0deg);
    }
    .wrap .page-header .header-mb .header-content .header-box-active .header-hover {
        display: block;
    }
    .wrap .page-header .header-mb .header-content .header-menu {
        margin-left: 4.13333vw;
        margin-right: 2.93333vw;
    }
    .wrap .page-header .header-mb .header-content .header-menu img {
        width: 4.26667vw;
    }
    .wrap .page-header .header-mb .header-content .header-menu img:nth-of-type(1) {
        display: block;
    }
    .wrap .page-header .header-mb .header-content .header-menu img:nth-of-type(2) {
        display: none;
    }
    .wrap .header-active {
        top: -11.33333vw;
    }
    .wrap .menu-tab {
        z-index: 98;
        margin-top: 11.33333vw;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        flex-direction: row;
    }
    .wrap .menu-tab .menu-tab-left {
        width: 29.06667vw;
        height: 100%;
        background: #F6F6F6;
        padding-top: 3.2vw;
    }
    .wrap .menu-tab .menu-tab-left>div:nth-of-type(1) {
        padding-left: 4vw;
        width: 100%;
        height: 11.2vw;
    }
    .wrap .menu-tab .menu-tab-left>div:nth-of-type(1) a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 3.2vw;
        line-height: 11.2vw;
        font-weight: 400;
        color: #000000;
    }
    .wrap .menu-tab .menu-tab-left>div:nth-of-type(2) {
        padding-left: 4vw;
        width: 100%;
        height: 11.2vw;
        background: #FFFFFF;
        font-size: 3.2vw;
        font-weight: bold;
        color: #000000;
        line-height: 11.2vw;
        position: relative;
    }
    .wrap .menu-tab .menu-tab-left>div:nth-of-type(2)::before {
        content: "";
        width: 0.53333vw;
        height: 4vw;
        background: #C7000B;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .wrap .menu-tab .menu-tab-right {
        padding-top: 7.2vw;
        width: 70.93333vw;
        height: 100%;
        background: #ffffff;
    }
    .wrap .menu-tab .menu-tab-right>div {
        width: 100%;
        height: auto;
        padding-left: 4vw;
        margin-bottom: 7.73333vw;
    }
    .wrap .menu-tab .menu-tab-right>div a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 3.2vw;
        font-weight: 400;
        color: #000000;
    }
    .wrap .page-banner {
        position: relative;
        width: 100%;
        height: 153.33333vw;
        max-height: 100vh;
    }
    .wrap .page-banner .banner-pc {
        display: none;
    }
    .wrap .page-banner .banner-mb {
        width: 100%;
    }
    .wrap .page-banner .safeplace {
        height: auto;
        position: absolute;
        top: 5vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .wrap .page-banner .infow {
        display: inline-block;
        width: 100%;
        transform: translate(0);
    }
    .wrap .page-banner .infow .sub {
        font-size: 6.66667vw;
        color: #000;
        line-height: 1;
        margin-top: 6vw;
    }
    .wrap .page-banner .infow .title {
        margin-top: 0;
        font-size: 7.73333vw;
        font-weight: bold;
        color: #000;
        line-height: 1.5;
        text-align: center;
    }
    .wrap .page-banner .infow .title span {
        position: relative;
    }
    .wrap .page-banner .infow .title span::after {
        content: '';
        position: absolute;
        width: 3.6vw;
        height: 0.4vw;
        background-color: #C7000B;
        left: 21%;
        bottom: 0;
    }
    .wrap .page-banner .infow .add {
        font-size: 3.46667vw;
        color: #000;
        line-height: 1.4;
        margin-top: 3.86667vw;
        text-align: center;
    }
    .wrap .page-banner .infow .btn {
        margin-top: 6.4vw;
        text-align: center;
    }
    .wrap .page-banner .infow .btn .register-btn {
        min-width: 24vw;
        color: #FFFFFF;
        background-color: #C7000B;
    }
    /* 20220616 */
    .newbtn {
        margin-top: 5.7553vw;
    }
    .newbtn a {
        display: inline-block;
        min-width: 24vw;
        color: #FFFFFF;
        background-color: #C7000B;
        height: 7.73333vw;
        border-radius: 2px;
        font-size: 2.93333vw;
        padding: 0 6.93333vw;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.4s, border 0.4s, color 0.4s;
    }
    .wrap .page-banner .infow .btn .register-btn:hover {
        background-color: #C7000B;
    }
    .wrap .page-banner .infow .btn .learn-btn {
        margin-left: 2.66667vw;
        min-width: 24vw;
        border: 1px solid #252B3A;
        color: #252B3A;
    }
    .wrap .page-banner .infow .btn .learn-btn:hover {
        border: 1px solid #C7000B;
        color: #ffffff;
        background-color: #C7000B;
    }
    .wrap .page-banner .ornament {
        display: none;
    }
    .wrap .page-banner.living {
        display: none;
    }
    .wrap .page-live {
        width: 100%;
        margin-top: 11.33333vw;
    }
    .wrap .page-live .safeplace {
        width: 100%;
    }
    .wrap .page-live .livehead {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/live/mb-headtop.jpg);
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .wrap .page-live .livehead .livetitle {
        padding: 6.13333vw 4vw;
        flex: auto;
    }
    .wrap .page-live .livehead .livetitle .ticon {
        position: relative;
        width: 8.13333vw;
        height: 8.13333vw;
        margin-right: 2vw;
    }
    .wrap .page-live .livehead .livetitle .ticon img {
        position: absolute;
        width: 145.9%;
        left: 50%;
        top: -13%;
        transform: translateX(-50%);
    }
    .wrap .page-live .livehead .livetitle .ttext .stext {
        font-size: 2.66667vw;
        line-height: 1.5;
    }
    .wrap .page-live .livehead .livetitle .ttext .stext span {
        padding: 0 1.06667vw;
    }
    .wrap .page-live .livehead .livetitle .ttext .btext {
        font-size: 3.2vw;
        margin-top: 0.8vw;
    }
    .wrap .page-live .livehead .livedoc {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        height: 6.4vw;
        padding: 0 4.13333vw;
        border: 1px solid #C7000B;
        border-radius: 2px;
        background: transparent;
        box-shadow: none;
        transition: none;
    }
    .wrap .page-live .livehead .livedoc .i {
        width: 3.33333vw;
        height: 3.2vw;
        margin-right: 1.2vw;
    }
    .wrap .page-live .livehead .livedoc span {
        font-size: 3.2vw;
        font-weight: 400;
        color: #C7000B;
        transition: none;
    }
    .wrap .page-live .livehead .livedoc:hover {
        transform: none;
        box-shadow: none;
    }
    .wrap .page-live .livehead .livedoc:hover span {
        color: #C7000B;
    }
    .wrap .page-live .livehead .livedoc.pc-one {
        display: none;
    }
    .wrap .page-live .livehead .mblivetop {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 1.6vw 4vw;
        border: 2px solid #FFFFFF;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 -0.66667vw 2vw 0 rgba(31, 5, 5, 0.05);
        border-radius: 2px 2px 0 0;
    }
    .wrap .page-live .livehead .mblivetop .livetheme {
        flex: 1;
        font-size: 3.2vw;
        font-weight: bold;
        color: #252B3A;
        line-height: 1.5;
    }
    .wrap .page-live .livecont {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .wrap .page-live .livecont .livewin {
        width: 100%;
        height: 56.26667vw;
        background-color: #ccc;
    }
    .wrap .page-live .livecont .livenote {
        position: relative;
        width: 100%;
        height: auto;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/live/mb-headbtm.jpg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 -0.66667vw 2vw 0 rgba(31, 5, 5, 0.05);
        display: flex;
        flex-direction: column;
    }
    .wrap .page-live .livecont .livenote::before {
        display: none;
    }
    .wrap .page-live .livecont .livenote .keynote {
        display: none;
    }
    .wrap .page-live .livecont .livenote .agenda {
        display: none;
    }
    .wrap .page-live .livecont .livenote .webcast {
        cursor: pointer;
        width: 100%;
        padding: 0 4vw;
        height: 12vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0 0 2px 2px;
        transition: none;
    }
    .wrap .page-live .livecont .livenote .webcast .icon {
        width: 6.66667vw;
        height: 6.66667vw;
        border-radius: 50%;
        margin-right: 2vw;
    }
    .wrap .page-live .livecont .livenote .webcast .text .b {
        font-size: 3.2vw;
        font-weight: bold;
        transition: none;
    }
    .wrap .page-live .livecont .livenote .webcast .text .s {
        margin-top: 0.4vw;
        font-size: 2.66667vw;
    }
    .wrap .page-live .livecont .livenote .webcast:hover {
        box-shadow: none;
    }
    .wrap .page-live .livecont .livenote .webcast:hover .text .b {
        color: #252B3A;
    }
    .wrap .after-cutover {
        width: 100%;
    }
    .wrap .after-cutover .tab {
        display: flex;
        position: relative;
        margin-bottom: 4vw;
    }
    .wrap .after-cutover .tab::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, white 30%, white 70%, rgba(255, 255, 255, 0.4) 100%);
        left: 0;
        bottom: 0;
    }
    .wrap .after-cutover .tab .option {
        position: relative;
        flex: 1;
        font-size: 3.2vw;
        font-weight: bold;
        color: #252B3A;
        line-height: 1;
        text-align: center;
        padding-bottom: 3.33333vw;
    }
    .wrap .after-cutover .tab .option::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0.26667vw;
        background-color: #C7000B;
        left: 0;
        bottom: 0;
        box-shadow: 0 0.8vw 1.06667vw 0 rgba(196, 20, 27, 0.2);
        opacity: 0;
    }
    .wrap .after-cutover .tab .option::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 2.13333vw solid #C7000B;
        border-left: 1.33333vw solid transparent;
        border-right: 1.33333vw solid transparent;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        opacity: 0;
    }
    .wrap .after-cutover .tab .option.active {
        color: #C7000B;
    }
    .wrap .after-cutover .tab .option.active::before,
    .wrap .after-cutover .tab .option.active::after {
        opacity: 1;
    }
    .wrap .page-subforum {
        width: 100%;
        padding-bottom: 1px;
        padding-top: 7.86667vw;
        overflow: hidden;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/live/mb-session-bg.png);
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .wrap .page-subforum .safeplace .moduletitle {
        font-size: 3.73333vw;
        margin: 0 0 4vw;
    }
    .wrap .page-subforum .safeplace .subforum-swiper {
        width: 100%;
        overflow: visible;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .subforum-prev,
    .wrap .page-subforum .safeplace .subforum-swiper .subforum-next {
        display: none;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item {
        flex: none;
        width: 44.66667vw;
        height: 30.93333vw;
        display: inline-flex;
        flex-direction: column;
        position: relative;
        padding: 3.33333vw 4vw;
        box-shadow: 0 0.66667vw 4vw 0 rgba(31, 5, 5, 0.1);
        border: 2px solid #FFFFFF;
        border-radius: 2px;
        margin-right: 0;
        backdrop-filter: blur(0.53333vw);
        margin-bottom: 2.66667vw;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item::after {
        content: '';
        width: 3.2vw;
        height: 3.2vw;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .title {
        position: relative;
        font-size: 3.2vw;
        color: #252B3A;
        line-height: 1.3;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .datetime {
        position: relative;
        margin-top: 2vw;
        font-size: 2.66667vw;
        color: #8A8E99;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .datetime .i {
        width: 2.66667vw;
        height: 2.66667vw;
        margin-right: 0.66667vw;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask {
        width: auto;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: transparent;
        opacity: 1;
        pointer-events: all;
        z-index: 2;
        margin-top: 3.73333vw;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask::before {
        display: none;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button {
        position: relative;
        cursor: pointer;
        height: auto;
        background-color: transparent;
        padding: 0;
        align-items: flex-start;
        opacity: 1;
        transition: none;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button .i {
        display: none;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button span {
        position: relative;
        color: #C7000B;
        line-height: 1;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button span::after {
        content: '';
        position: absolute;
        width: 1.06667vw;
        height: 1.86667vw;
        top: 48%;
        right: -0.93333vw;
        transform: translate(100%, -50%);
        background-color: #C7000B;
        -webkit-mask-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/icon-arr.svg);
        mask-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/icon-arr.svg);
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item .mask .page-button:hover {
        background-color: transparent;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item:hover .mask {
        opacity: 1;
        pointer-events: all;
    }
    .wrap .page-subforum .safeplace .subforum-swiper .forum-item:hover .mask .page-button {
        opacity: 1;
    }
    .wrap .page-subforum .safeplace .mb-agenda .line {
        position: relative;
        width: 100%;
        padding-left: 4vw;
        padding-bottom: 2.66667vw;
    }
    .wrap .page-subforum .safeplace .mb-agenda .line .time {
        font-size: 3.2vw;
        color: #C7000B;
        line-height: 1;
        margin-bottom: 0.66667vw;
    }
    .wrap .page-subforum .safeplace .mb-agenda .line .issue {
        font-size: 2.66667vw;
        color: #252B3A;
        line-height: 1.5;
    }
    .wrap .page-subforum .safeplace .mb-agenda .line::before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0.4vw;
        left: 1.06667vw;
        background-color: #DFE4EC;
    }
    .wrap .page-subforum .safeplace .mb-agenda .line::after {
        content: '';
        width: 2.26667vw;
        height: 2.26667vw;
        border-radius: 50%;
        position: absolute;
        top: 0.4vw;
        left: 0;
        background-color: #fff;
        border: 1px solid #C7000B;
    }
    .wrap .page-subforum .safeplace .mb-agenda .line:last-child::before {
        display: none;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline {
        cursor: pointer;
        position: relative;
        width: 100%;
        display: flex;
        margin-bottom: 2.66667vw;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline .cover {
        position: relative;
        width: 31.73333vw;
        height: 18vw;
        background: #C2C2C2;
        border-radius: 2px;
        margin-right: 3.33333vw;
        overflow: hidden;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline .cover::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline .cover::after {
        content: '';
        width: 3.2vw;
        height: 3.2vw;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/live/icon-live.gif);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        opacity: 0;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline .cover .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline .cover .playicon {
        position: absolute;
        width: 4.8vw;
        height: 4.8vw;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        opacity: 0.8;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline .cover .playicon .i {
        width: 1.73333vw;
        transform: translateX(10%);
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline .cover .playicon .i path {
        fill: #252B3A !important;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline .title {
        flex: 1;
        font-size: 3.2vw;
        color: #252B3A;
        line-height: 1.5;
        transition: color .4s;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline.active .cover::before {
        opacity: 0;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline.active .cover .playicon {
        opacity: 0;
    }
    .wrap .page-subforum .safeplace .mb-agenda .videoline.active .cover::after {
        opacity: 1;
    }
    .wrap .page-subforum .safeplace .block:last-child {
        display: none;
    }
    .wrap .page-products {
        width: 100%;
        padding: 5.2vw 0 13.33333vw;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/products/mb-bg.png);
        background-size: 100% 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .wrap .page-products .safeplace {
        padding: 0;
    }
    .wrap .page-products .safeplace .bgmask {
        display: none;
    }
    .wrap .page-products .safeplace .hotproducts {
        position: relative;
        font-size: 3.73333vw;
        text-align: left;
        margin-bottom: 3.33333vw;
    }
    .wrap .page-products .safeplace .box {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .wrap .page-products .safeplace .box .product {
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 26.66667vw;
        display: flex;
        border: 2px solid #FFFFFF;
        background: linear-gradient(180deg, #FAF5F5 0%, #FFFFFF 100%);
        box-shadow: 0 0.66667vw 4vw 0 rgba(31, 5, 5, 0.1);
        border-radius: 2px;
        transition: none;
        margin-bottom: 2.66667vw;
    }
    .wrap .page-products .safeplace .box .product .linfo {
        flex: 1;
        padding: 4vw;
    }
    .wrap .page-products .safeplace .box .product .linfo .title {
        font-size: 3.2vw;
    }
    .wrap .page-products .safeplace .box .product .linfo .info {
        font-size: 2.66667vw;
        margin-top: 1.33333vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .wrap .page-products .safeplace .box .product .linfo .morebtn {
        font-size: 2.66667vw;
        color: #C7000B;
        margin-top: 2.66667vw;
    }
    .wrap .page-products .safeplace .box .product .linfo .morebtn .i {
        width: 0.93333vw;
        height: 1.6vw;
        vertical-align: bottom;
        margin-left: 1.06667vw;
        margin-top: 0.26667vw;
    }
    .wrap .page-products .safeplace .box .product .linfo .morebtn .i .cls-1 {
        stroke: #C7000B;
    }
    .wrap .page-products .safeplace .box .product .rpic {
        width: 26.66667vw;
    }
    .wrap .page-products .safeplace .box .product .label {
        min-width: 9.33333vw;
        height: 3.2vw;
        position: absolute;
        right: 1.33333vw;
        top: -0.93333vw;
        box-shadow: 0 0.66667vw 1.33333vw 0 rgba(235, 97, 105, 0.35);
        font-size: 2.4vw;
        z-index: 2;
    }
    .wrap .page-products .safeplace .box .product .label::before {
        content: '';
        width: 0.66667vw;
        height: 0.66667vw;
    }
    .wrap .page-products .safeplace .box .product:hover {
        transform: none;
        box-shadow: 0 0.66667vw 4vw 0 rgba(31, 5, 5, 0.1);
    }
    .wrap .page-products .safeplace .box .product:hover .linfo .title {
        color: #252B3A;
    }
    .wrap .page-products .safeplace .box .product:hover .linfo .morebtn .i {
        transform: none;
    }
    .wrap .page-menu {
        width: 100%;
        height: auto;
        position: sticky;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
        z-index: 10;
    }
    .wrap .page-menu .menu-mb {
        position: relative;
        height: 9.73333vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wrap .page-menu .menu-mb .menumb-text {
        font-size: 3.73333vw;
        color: #252B3A;
    }
    .wrap .page-menu .menu-mb svg {
        width: 2.13333vw;
        transform: rotate(90deg);
        transition: transform .4s;
    }
    .wrap .page-menu .menu-pc {
        width: 100%;
        height: 0;
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        border-top: 1px solid #f0f2f6;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
    }
    .wrap .page-menu .menu-pc ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 0 4vw;
    }
    .wrap .page-menu .menu-pc ul li {
        cursor: pointer;
        width: 100%;
        height: 9.73333vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
    }
    .wrap .page-menu .menu-pc ul li div {
        display: none;
    }
    .wrap .page-menu .menu-pc ul li p {
        font-size: 3.2vw;
        color: #575D6C;
        margin-left: 0;
        transition: none;
    }
    .wrap .page-menu .menu-pc ul li:hover div {
        background: none;
    }
    .wrap .page-menu .menu-pc ul li:hover p {
        color: #575D6C;
    }
    .wrap .page-menu .menu-pc ul .current-active div {
        background: none;
    }
    .wrap .page-menu .menu-pc ul .current-active p {
        color: #575D6C;
    }
    .wrap .page-menu.mbactive .menu-mb svg {
        transform: rotate(-90deg);
    }
    .wrap .page-menu.mbactive .menu-pc {
        height: auto;
    }
    .wrap .overall {
        width: 100%;
        padding-bottom: 13.33333vw;
        background-color: #ebf3ff;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/bg-orn-mb2.jpg);
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .wrap .overall.living {
        padding-bottom: 13.33333vw;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/bg-orn-mb2.jpg);
        background-size: 100% auto;
        background-position: top center;
    }
    .wrap .overall.living .page-agenda {
        padding: 13.33333vw 0 0;
    }
    .wrap .overall .ornament {
        display: none;
    }
    .wrap .insession {
        padding-bottom: 13.33333vw;
        width: 100%;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/bg-session-mb.jpg);
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .wrap .insession .ornament {
        display: none;
    }
    .wrap .page-document {
        width: 100%;
        padding: 13.33333vw 0 0;
    }
    .wrap .page-document .safeplace {
        transition: height .4s;
    }
    .wrap .page-document .safeplace .docitem {
        width: 100%;
        height: auto;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
        margin-right: 0;
        margin-bottom: 2.66667vw;
        transition: none;
    }
    .wrap .page-document .safeplace .docitem:last-child {
        margin-bottom: 0;
    }
    .wrap .page-document .safeplace .docitem:nth-child(n + 5) {
        pointer-events: none;
        opacity: 0;
        display: none;
    }
    .wrap .page-document .safeplace .docitem .con {
        padding: 3.2vw 4vw 3.6vw;
    }
    .wrap .page-document .safeplace .docitem .con .title {
        font-size: 3.2vw;
        margin-bottom: 1.33333vw;
        transition: none;
    }
    .wrap .page-document .safeplace .docitem .con .text {
        font-size: 2.66667vw;
    }
    .wrap .page-document .safeplace .docitem .btn {
        height: 6.66667vw;
        padding: 0 4vw;
    }
    .wrap .page-document .safeplace .docitem .btn span {
        font-size: 2.66667vw;
    }
    .wrap .page-document .safeplace .docitem .btn .i {
        width: 2.66667vw;
        margin-left: 0.93333vw;
    }
    .wrap .page-document .safeplace .docitem:hover {
        transform: none;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
    }
    .wrap .page-document .safeplace .docitem:hover .con .title {
        color: #252B3A;
    }
    .wrap .page-document .safeplace.active {
        height: auto;
    }
    .wrap .page-document .safeplace.active .docitem:nth-child(n + 5) {
        pointer-events: all;
        opacity: 1 !important;
        display: inline-flex !important;
    }
    .wrap .page-document .more-btn {
        width: 100%;
        text-align: center;
    }
    .wrap .page-document .more-btn .morebtn {
        cursor: pointer;
        position: relative;
        height: 7.73333vw;
        padding: 0 6vw;
        display: inline-flex;
        margin: 4vw auto 0;
        align-items: center;
        font-size: 2.93333vw;
        color: #252B3A;
        border: 1px solid #252B3A;
        border-radius: 2px;
    }
    .wrap .page-document .more-btn .morebtn .i {
        width: 3.46667vw;
        margin-right: 1.33333vw;
        transform-origin: center;
    }
    .wrap .page-document .more-btn .morebtn .i path {
        fill: #252B3A;
    }
    .wrap .page-document .more-btn .morebtn span {
        font-size: inherit;
        color: inherit;
    }
    .wrap .page-document .more-btn .morebtn.rotate .i {
        transform: rotate(45deg);
    }
    .wrap .page-highlights {
        width: 100%;
        padding-top: 13.33333vw;
        overflow: hidden;
    }
    .wrap .page-highlights .highlight-swiper {
        width: 100%;
        overflow: visible;
        padding-bottom: 6.66667vw;
    }
    .wrap .page-highlights .highlight-swiper .highlight-item {
        width: 55.2vw;
        height: 45.33333vw;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
        transition: none;
        margin-right: 2.66667vw;
    }
    .wrap .page-highlights .highlight-swiper .highlight-item:last-child {
        margin-right: 0;
    }
    .wrap .page-highlights .highlight-swiper .highlight-item .top {
        height: 18.66667vw;
    }
    .wrap .page-highlights .highlight-swiper .highlight-item .top .icon {
        width: 5.86667vw;
        height: 5.86667vw;
        left: 2.4vw;
        bottom: 2.66667vw;
    }
    .wrap .page-highlights .highlight-swiper .highlight-item .btm {
        width: 100%;
        padding: 3.2vw 3.73333vw;
        font-size: 2.66667vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        transition: none;
    }
    .wrap .page-highlights .highlight-swiper .highlight-item:hover {
        transform: none;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
    }
    .wrap .page-highlights .highlight-swiper .highlight-item:hover .btm {
        color: #252B3A;
    }
    .wrap .page-highlights .highlight-button {
        display: none;
    }
    .wrap .page-introduce {
        width: 100%;
        padding: 13.33333vw 0 6.66667vw;
    }
    .wrap .page-introduce .safeplace {
        padding-top: 0;
        min-height: auto;
    }
    .wrap .page-introduce .safeplace .left {
        position: relative;
        width: 100%;
        padding: 0;
        padding: 6vw 3.73333vw 29.33333vw 3.73333vw;
        border: 2px solid #FFFFFF;
        background-color: #fcfcfc;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
        z-index: 2;
    }
    .wrap .page-introduce .safeplace .left::after {
        display: none;
    }
    .wrap .page-introduce .safeplace .left .text {
        position: relative;
        width: 100%;
        height: auto;
        max-height: none;
        overflow-y: auto;
        font-size: 2.66667vw;
        line-height: 1.5;
    }
    .wrap .page-introduce .safeplace .right {
        position: relative;
        top: 0;
        left: 4vw;
        width: 84vw;
        margin-top: -24vw;
        height: 55.46667vw;
        z-index: 3;
        overflow: visible;
        border-radius: 2px;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
    }
    .wrap .page-introduce .safeplace .right .cover {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-user-drag: none;
        border-radius: 2px;
    }
    .wrap .page-introduce .safeplace .right .cont {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 6.66667vw;
        border-radius: 2px;
        overflow: hidden;
    }
    .wrap .page-introduce .safeplace .right .cont .top {
        font-size: 3.2vw;
        color: #575D6C;
        text-align: center;
        line-height: 1;
        margin-top: 0;
    }
    .wrap .page-introduce .safeplace .right .cont .top p {
        font-size: inherit;
        color: inherit;
    }
    .wrap .page-introduce .safeplace .right .cont .top .dtext {
        color: #252B3A;
        font-size: 3.73333vw;
        font-weight: 600;
        margin-top: 2.4vw;
        position: relative;
    }
    .wrap .page-introduce .safeplace .right .cont .top .dtext::after {
        content: '';
        position: absolute;
        width: 2vw;
        height: 0.26667vw;
        background-color: #C7000B;
        left: 30%;
        bottom: -0.4vw;
    }
    .wrap .page-introduce .safeplace .right .cont .middle {
        color: #252B3A;
        font-weight: 600;
        font-size: 3.2vw;
        margin: 5.6vw 0;
    }
    .wrap .page-introduce .safeplace .right .cont .middle span {
        font-size: inherit;
        color: inherit;
        line-height: 1;
    }
    .wrap .page-introduce .safeplace .right .cont .middle .number {
        font-size: 9.6vw;
        margin-right: 1.06667vw;
    }
    .wrap .page-introduce .safeplace .right .cont .btn {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        background-color: #C7000B;
        display: none;
    }
    .wrap .page-introduce .safeplace .right .cont .btn .i {
        width: 3.2vw;
        height: 3.2vw;
        margin-right: 0.66667vw;
    }
    .wrap .page-introduce .safeplace .right .cont .btn .i .icon_time_cls-2,
    .wrap .page-introduce .safeplace .right .cont .btn .i .icon_time_cls-3 {
        stroke: #fff;
    }
    .wrap .page-introduce .safeplace .right .cont .btn span {
        font-size: inherit;
        color: #fff;
        line-height: 3.2vw;
    }
    .wrap .page-introduce .safeplace .right .cont .btn:hover {
        background-color: #D64A52;
    }
    .wrap .page-introduce .safeplace .right .playbtn {
        cursor: pointer;
        position: absolute;
        width: 10.93333vw;
        height: 10.93333vw;
    }
    .wrap .page-introduce .safeplace .right .playbtn .icon {
        width: 100%;
        border-radius: 50%;
        transition: box-shadow .4s;
        box-shadow: 0 0 1.33333vw #fff;
    }
    .wrap .page-introduce .safeplace .right::after {
        content: '';
        position: absolute;
        width: 42.8vw;
        height: 39.33333vw;
        right: -4vw;
        bottom: -12.13333vw;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/introduce/ele-cartoon.png);
        background-size: 100% 100%;
    }
    .wrap .page-introduce.living {
        padding: 13.33333vw 0;
    }
    .wrap .page-speakers {
        width: 100%;
        padding: 13.33333vw 0 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .wrap .page-speakers .page-title {
        margin-bottom: 7.86667vw;
    }
    .wrap .page-speakers .safeplace .speakers-swiper {
        width: 100vw;
        padding: 0 4vw 6.66667vw;
        margin-left: -4vw;
        overflow: visible;
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide {
        width: 44.66667vw;
        height: 58.66667vw;
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item {
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #fff;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/speakers/speaker-item-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        box-shadow: 0 1.33333vw 4vw 0 rgba(36, 31, 31, 0.05);
        padding: 6vw 4vw;
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .name {
        font-size: 3.73333vw;
        margin-bottom: 1.33333vw;
        line-height: 1.2;
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .post {
        font-size: 3.2vw;
        line-height: 1.4;
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .icon {
        height: 13.8667vw;
        display: block;
        margin: 4vw auto 8vw;
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .avatar {
        image-rendering: -moz-crisp-edges;
        /* Firefox */
        image-rendering: -o-crisp-edges;
        /* Opera */
        image-rendering: -webkit-optimize-contrast;
        /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
        /* IE (non-standard property) */
        width: 100%;
        position: absolute;
        bottom: 0.4vw;
        right: 0;
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .morepost {
        top: -2vw;
        padding: 1.33333vw 2vw;
        font-size: 2.66667vw;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide .speaker-item .morepost::after {
        content: '';
        border-width: 0 1.06667vw 1.06667vw 1.06667vw;
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide:hover {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .wrap .page-speakers .safeplace .speakers-swiper .swiper-slide:hover .speaker-item .morepost {
        opacity: 1;
    }
    .wrap .page-speakers .safeplace .swiper-button-next,
    .wrap .page-speakers .safeplace .swiper-button-prev {
        display: none;
    }
    .wrap .page-agenda {
        width: 100%;
        padding: 13.33333vw 0 0;
    }
    .wrap .page-agenda .safeplace .tabbar {
        width: 100%;
        display: table;
        position: relative;
        margin: 0 auto;
        border: 0;
        border-bottom: 1px solid #DFE1E6;
        border-radius: 0;
        margin-bottom: 4vw;
        text-align: center;
    }
    .wrap .page-agenda .safeplace .tabbar .tab {
        cursor: pointer;
        width: auto;
        height: 8.8vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-right: 10.66667vw;
        border-bottom: 2px solid #C7000B;
        border-color: transparent;
        transition: border-color .4s;
    }
    .wrap .page-agenda .safeplace .tabbar .tab:last-child {
        margin-right: 0;
    }
    .wrap .page-agenda .safeplace .tabbar .tab span {
        position: relative;
        font-size: 3.73333vw;
        line-height: 1;
        color: #252B3A;
        transition: color .4s;
        z-index: 2;
    }
    .wrap .page-agenda .safeplace .tabbar .tab.active {
        pointer-events: none;
        border-color: #C7000B;
    }
    .wrap .page-agenda .safeplace .tabbar .tab.active span {
        color: #C7000B !important;
    }
    .wrap .page-agenda .safeplace .tabbar .tab:hover span {
        color: #252B3A;
    }
    .wrap .page-agenda .safeplace .tabbar .tab .movetem {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        border-radius: 0;
        transition: transform .4s;
        display: none;
    }
    .wrap .page-agenda .safeplace .cont {
        width: 100%;
    }
    .wrap .page-agenda .safeplace .cont .timezone {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3.2vw;
    }
    .wrap .page-agenda .safeplace .cont .timezone .i {
        width: 3.2vw;
        height: 3.2vw;
        margin-right: 1.06667vw;
    }
    .wrap .page-agenda .safeplace .cont .block {
        width: 100%;
    }
    .wrap .page-agenda .safeplace .cont .block .row {
        width: 100%;
        margin-top: 3.33333vw;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
    }
    .wrap .page-agenda .safeplace .cont .block .row .theme {
        width: 100%;
        padding: 3.33333vw 5.06667vw;
    }
    .wrap .page-agenda .safeplace .cont .block .row .theme .content .text {
        font-size: 3.73333vw;
        margin-bottom: 1.06667vw;
    }
    .wrap .page-agenda .safeplace .cont .block .row .theme .content .time {
        font-size: 2.93333vw;
        color: #8A8E99;
    }
    .wrap .page-agenda .safeplace .cont .block .row .theme .content .time .i {
        width: 2.93333vw;
        height: 2.93333vw;
        margin-right: 0.66667vw;
    }
    .wrap .page-agenda .safeplace .cont .block .row .theme .content .time .i path {
        stroke: #8A8E99;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line {
        flex-direction: column;
        padding: 5.06667vw;
        border-top: 1px solid #F1F3F7;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line::before {
        content: '';
        position: absolute;
        width: calc(100% + 10px);
        height: calc(100% + 2px);
        top: -1px;
        left: -5px;
        border: 2px solid #fff;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line:hover {
        z-index: 2;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line:hover::before {
        opacity: 0;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line:hover .left .topic {
        color: #252B3A;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line:hover .left .time {
        color: #8A8E99;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .left {
        position: relative;
        width: 100%;
        padding-right: 0;
        margin-bottom: 3.33333vw;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .left .topic {
        font-size: 3.46667vw;
        line-height: 1.3;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .left .time {
        font-size: 2.93333vw;
        margin-top: 0.66667vw;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .right {
        position: relative;
        width: 100%;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest {
        width: 100%;
        display: flex;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest .avatar {
        width: 8vw;
        height: 8vw;
        margin-right: 2vw;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest .infomation {
        flex: 1;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest .infomation .text {
        font-size: 3.2vw;
        margin: 0.66667vw 0;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest .infomation .subtext {
        font-size: 2.93333vw;
        color: #8A8E99;
        line-height: 1.38;
    }
    .wrap .page-agenda .safeplace .cont .block .row .infow .line .right .guest:nth-child(n+2) {
        margin-top: 2.66667vw;
    }
    .wrap .page-featured {
        width: 100%;
        padding: 13.33333vw 0 0;
    }
    .wrap .page-featured .page-title {
        margin-bottom: 4vw;
    }
    .wrap .page-featured .tabbar {
        width: 100%;
        display: table;
        position: relative;
        margin: 0 auto;
        border: 0;
        border-bottom: 1px solid #DFE1E6;
        border-radius: 0;
        margin-bottom: 4vw;
        text-align: center;
    }
    .wrap .page-featured .tabbar .tab {
        cursor: pointer;
        width: auto;
        height: 8.8vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-right: 10.66667vw;
        border-bottom: 2px solid #C7000B;
        border-color: transparent;
        transition: border-color .4s;
    }
    .wrap .page-featured .tabbar .tab:last-child {
        margin-right: 0;
    }
    .wrap .page-featured .tabbar .tab span {
        position: relative;
        font-size: 3.73333vw;
        line-height: 1;
        color: #252B3A;
        transition: color .4s;
        z-index: 2;
    }
    .wrap .page-featured .tabbar .tab.active {
        pointer-events: none;
        border-color: #C7000B;
    }
    .wrap .page-featured .tabbar .tab.active span {
        color: #C7000B !important;
    }
    .wrap .page-featured .tabbar .tab:hover span {
        color: #252B3A;
    }
    .wrap .page-featured .tabbar .tab .movetem {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        border-radius: 0;
        transition: transform .4s;
        display: none;
    }
    .wrap .page-featured .cont {
        width: 100%;
    }
    .wrap .page-featured .cont .timezone {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3.2vw;
    }
    .wrap .page-featured .cont .timezone .i {
        width: 3.2vw;
        height: 3.2vw;
        margin-right: 1.06667vw;
    }
    .wrap .page-featured .cont .block {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 3.33333vw;
        height: auto;
    }
    .wrap .page-featured .cont .block .left {
        display: none;
    }
    .wrap .page-featured .cont .block .right {
        position: relative;
        width: 100%;
        height: auto;
        background: transparent;
        border: 0;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0);
        border-radius: 2px;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .wrap .page-featured .cont .block .right .blockbox {
        position: relative;
        width: 100%;
        height: 16vw;
        display: block;
        margin-bottom: 4vw;
        overflow: hidden;
        transition: height .4s;
    }
    .wrap .page-featured .cont .block .right .blockbox:last-child {
        margin-bottom: 0;
    }
    .wrap .page-featured .cont .block .right .blockbox.active {
        height: auto;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
    }
    .wrap .page-featured .cont .block .right .blockbox.active .litem {
        height: 32vw;
    }
    .wrap .page-featured .cont .block .right .blockbox.active .litem .topic {
        color: #C7000B;
    }
    .wrap .page-featured .cont .block .right .blockbox.active .litem .hidele {
        height: auto;
        opacity: 1;
        overflow: visible;
    }
    .wrap .page-featured .cont .block .right .blockbox.active .litem::before {
        opacity: 1;
    }
    .wrap .page-featured .cont .block .right .blockbox.active .litem::after {
        transform: rotate(-90deg);
    }
    .wrap .page-featured .cont .block .right .litem {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5.33333vw;
        height: 16vw;
        transition: height .4s;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/agenda/mb-tabitem.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .wrap .page-featured .cont .block .right .litem .topic {
        cursor: default;
        position: relative;
        font-size: 3.2vw;
        font-weight: bold;
        color: #252B3A;
        line-height: 1.4;
        padding-right: 5.33333vw;
        transition: color .5s;
    }
    .wrap .page-featured .cont .block .right .litem .datetime {
        cursor: default;
        font-size: 2.66667vw;
        font-weight: bold;
        color: #575D6C;
        line-height: 1;
        margin: 1.6vw 0 3.33333vw;
    }
    .wrap .page-featured .cont .block .right .litem .hidele {
        position: relative;
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: height .4s, opacity .4s;
    }
    .wrap .page-featured .cont .block .right .litem::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/agenda/mb-tabitem-active.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        opacity: 0;
        transition: opacity .4s;
    }
    .wrap .page-featured .cont .block .right .litem::after {
        content: '';
        width: 3.2vw;
        height: 3.73333vw;
        position: absolute;
        opacity: 1;
        right: 5.33333vw;
        top: 50%;
        margin-top: -1.86667vw;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/agenda/icon-expand.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        transform-origin: center;
        transition: transform .4s;
    }
    .wrap .page-featured .cont .block .right .detailbox {
        width: 100%;
        background: #FCFCFC;
        border: 2px solid #FFFFFF;
    }
    .wrap .page-featured .cont .block .right .detailbox .tabbar {
        margin-top: 1.33333vw;
        margin-bottom: 1.33333vw;
    }
    .wrap .page-featured .cont .block .right .detailbox .sessioninfo {
        width: 100%;
        padding: 2.66667vw 4vw 5.33333vw;
    }
    .wrap .page-featured .cont .block .right .detailbox .sessioninfo .con .text {
        font-size: 2.66667vw;
        margin-bottom: 1.06667vw;
    }
    .wrap .page-featured .cont .block .right .detailbox .sessioninfo .con .time {
        font-size: 2.66667vw;
    }
    .wrap .page-featured .cont .block .right .ritem {
        width: 100%;
        position: relative;
        padding: 4.66667vw 5.33333vw;
    }
    .wrap .page-featured .cont .block .right .ritem::before {
        content: '';
        position: absolute;
        width: calc(100% + 10px);
        height: calc(100% + 2px);
        top: -1px;
        left: -5px;
        background-color: #fff;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/agenda/line-bg.png);
        background-size: auto 100%;
        background-position: top left;
        background-repeat: no-repeat;
        border: 2px solid #fff;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
        opacity: 0;
        transition: opacity .4s;
    }
    .wrap .page-featured .cont .block .right .ritem:hover {
        z-index: 2;
    }
    .wrap .page-featured .cont .block .right .ritem:hover::before {
        opacity: 0;
    }
    .wrap .page-featured .cont .block .right .ritem:hover::after {
        opacity: 1;
    }
    .wrap .page-featured .cont .block .right .ritem:hover .normaltitle .topic,
    .wrap .page-featured .cont .block .right .ritem:hover .bigtitle .topic {
        color: #252B3A;
    }
    .wrap .page-featured .cont .block .right .ritem::after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #F1F3F7;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity .3s;
    }
    .wrap .page-featured .cont .block .right .ritem:last-child::after {
        display: none;
    }
    .wrap .page-featured .cont .block .right .ritem .line {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .wrap .page-featured .cont .block .right .ritem .bigtitle {
        position: relative;
        width: 100%;
    }
    .wrap .page-featured .cont .block .right .ritem .bigtitle .topic {
        font-size: 3.06667vw;
        line-height: 1.4;
    }
    .wrap .page-featured .cont .block .right .ritem .bigtitle .time {
        font-size: 2.66667vw;
        margin-top: 1.33333vw;
        line-height: 1;
    }
    .wrap .page-featured .cont .block .right .ritem .normaltitle {
        position: relative;
        flex: 1;
        padding-right: 0;
    }
    .wrap .page-featured .cont .block .right .ritem .normaltitle .topic {
        font-size: 3.06667vw;
        font-weight: bold;
        line-height: 1.4;
    }
    .wrap .page-featured .cont .block .right .ritem .normaltitle .time {
        font-size: 2.66667vw;
        margin-top: 1.33333vw;
        line-height: 1;
        margin-bottom: 2vw;
    }
    .wrap .page-featured .cont .block .right .ritem .secendary {
        position: relative;
        width: 100%;
        padding: 0 2.66667vw;
        margin-top: 0.66667vw;
    }
    .wrap .page-featured .cont .block .right .ritem .secendary .line {
        padding-top: 2vw;
        align-items: flex-start;
    }
    .wrap .page-featured .cont .block .right .ritem .secendary .line::before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        left: 1.2vw;
        top: 0;
        background: #F1F3F7;
    }
    .wrap .page-featured .cont .block .right .ritem .secendary .line:first-child::before {
        top: 3.33333vw;
    }
    .wrap .page-featured .cont .block .right .ritem .secendary .line:last-child::before {
        height: 2.66667vw;
        top: 0;
    }
    .wrap .page-featured .cont .block .right .ritem .secendary .secondtitle {
        display: flex;
        position: relative;
        flex: 1;
        font-size: 2.93333vw;
        font-weight: 600;
        line-height: 1.4;
    }
    .wrap .page-featured .cont .block .right .ritem .secendary .secondtitle .i {
        width: 2.4vw;
        height: 2.4vw;
        background: #ADB0B8;
        border: 0.53333vw solid #E0E4EB;
        border-radius: 50%;
        margin-right: 0.66667vw;
        margin-top: 0.66667vw;
    }
    .wrap .page-featured .cont .block .right .ritem .secendary .secondtitle span {
        flex: 1;
    }
    .wrap .page-featured .cont .block .right .ritem .secendary .guest {
        width: 100%;
        padding-top: 1.33333vw;
        padding-left: 4vw;
    }
    .wrap .page-featured .cont .block .right .ritem .guest {
        width: 100%;
        padding-top: 2vw;
    }
    .wrap .page-featured .cont .block .right .ritem .guest .text {
        font-size: 2.66667vw;
        line-height: 1;
        margin: 0 0 0.66667vw;
    }
    .wrap .page-featured .cont .block .right .ritem .guest .text .i {
        width: 2vw;
        margin-right: 0.53333vw;
    }
    .wrap .page-featured .cont .block .right .ritem .guest .subtext {
        font-size: 2.66667vw;
        line-height: 1.38;
    }
    .wrap .page-stories {
        position: relative;
        width: 100%;
        height: 128vw;
    }
    .wrap .page-stories .bgbox {
        width: 100%;
        height: 100%;
    }
    .wrap .page-stories .bgbox .item {
        pointer-events: all;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
        transition: opacity .5s;
    }
    .wrap .page-stories .bgbox .item .pic {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-user-drag: none;
    }
    .wrap .page-stories .bgbox .item .infow {
        position: absolute;
        left: 50%;
        top: 13.33333vw;
        transform: translate(-50%, 0);
        padding-right: 0;
        text-align: center;
    }
    .wrap .page-stories .bgbox .item .infow .title {
        font-size: 4.8vw;
    }
    .wrap .page-stories .bgbox .item .infow .subtitle {
        font-size: 3.2vw;
        margin-top: 2.66667vw;
    }
    .wrap .page-stories .bgbox .item .infow .btn {
        cursor: pointer;
        padding: 0 6.93333vw;
        margin: 6vw 0 0;
    }
    .wrap .page-stories .bgbox .item .infow .btn:hover {
        background-color: #C7000B;
    }
    .wrap .page-stories .barbox {
        pointer-events: none;
        display: none;
    }
    .wrap .page-stories .stories-pagination {
        bottom: 8vw;
    }
    .wrap .page-stories .stories-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #C7000B;
    }
    .wrap .page-partner {
        width: 100%;
        padding: 13.33333vw 0;
        border-color: #FAFBFD;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/partner/bg-mb.png);
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .wrap .page-partner .safeplace {
        text-align: center;
    }
    .wrap .page-partner .safeplace .logos {
        width: 100%;
        height: 109.33333vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        transition: height .4s;
    }
    .wrap .page-partner .safeplace .logos .item {
        width: 44.66667vw;
        height: 16vw;
        background-color: #fff;
        box-shadow: 0 1.33333vw 4vw 0 rgba(36, 31, 31, 0.05);
        margin-right: 0;
        margin-bottom: 2.66667vw;
        position: relative;
        border-radius: 2px;
    }
    .wrap .page-partner .safeplace .logos .item img {
        max-width: 75%;
        max-height: 70%;
    }
    .wrap .page-partner .safeplace .logos .item:nth-child(2n + 0) {
        margin-right: 0;
    }
    .wrap .page-partner .safeplace .logos .item:hover {
        transform: translateY(-1.33333vw);
        -webkit-transform: translateY(-1.33333vw);
    }
    .wrap .page-partner .safeplace .logos .item:nth-child(n + 13) {
        pointer-events: none;
        opacity: 0;
    }
    .wrap .page-partner .safeplace .logos.active {
        height: auto;
    }
    .wrap .page-partner .safeplace .logos.active .item {
        transition: transform 0.4s, opacity .4s;
        pointer-events: all;
        opacity: 1 !important;
    }
    .wrap .page-partner .safeplace .morebtn {
        cursor: pointer;
        margin-top: 4vw;
        height: 7.73333vw;
        padding: 0 6vw;
        font-size: 2.93333vw;
    }
    .wrap .page-partner .safeplace .morebtn .i {
        width: 3.46667vw;
        margin-right: 1.33333vw;
    }
    .wrap .page-partner .safeplace .morebtn:hover {
        color: inherit;
        border: 1px solid #252B3A;
    }
    .wrap .page-partner .safeplace .morebtn:hover .i path {
        fill: #252B3A;
    }
    .wrap .page-partner.living {
        padding: 13.33333vw 0 0;
    }
    .wrap .page-topic {
        width: 100%;
        overflow: hidden;
        padding: 13.33333vw 0 0;
    }
    .wrap .page-topic .topic-swiper {
        display: flex;
        overflow: visible;
        padding-bottom: 5.86667vw;
    }
    .wrap .page-topic .topic-swiper .card {
        flex: none;
        width: 74.66667vw;
        height: 108.93333vw;
        background: #FCFCFC;
        border: 2px solid #FFFFFF;
        box-shadow: 0 0.66667vw 2vw 0 rgba(36, 31, 31, 0.05);
        transition: width .4s;
    }
    .wrap .page-topic .topic-swiper .card .pic {
        position: relative;
        width: 100%;
        height: 79.5%;
        overflow: hidden;
        background-color: #ccc;
        transition: width .4s;
    }
    .wrap .page-topic .topic-swiper .card .pic img {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .wrap .page-topic .topic-swiper .card .infom {
        cursor: pointer;
        width: 100%;
        padding: 2.66667vw 4vw;
        overflow: hidden;
        transition: width .4s;
    }
    .wrap .page-topic .topic-swiper .card .infom .atitle {
        font-size: 3.73333vw;
        line-height: 1.2;
        font-weight: bold;
        color: #252B3A;
        margin-bottom: 1.06667vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .wrap .page-topic .topic-swiper .card .infom .atitle span {
        font-size: inherit;
        color: inherit;
        line-height: inherit;
    }
    .wrap .page-topic .topic-swiper .card .infom .atitle .i {
        display: inline;
        width: 1.33333vw;
        margin-left: 0;
        margin-bottom: 0.53333vw;
        opacity: 1;
        transition: opacity .4s;
        vertical-align: middle;
    }
    .wrap .page-topic .topic-swiper .card .infom .atitle .i .cls-1 {
        stroke: #C7000B;
        stroke-width: 2px;
    }
    .wrap .page-topic .topic-swiper .card .infom .btext {
        font-size: 2.66667vw;
        color: #575D6C;
        line-height: 1.3;
        opacity: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    .wrap .page-topic .topic-swiper .card.active {
        flex: none;
        width: 74.66667vw;
    }
    .wrap .page-topic .topic-swiper .card.active .infom {
        padding: 2.66667vw 4vw;
    }
    .wrap .page-topic .topic-swiper .card.active .infom .atitle .i,
    .wrap .page-topic .topic-swiper .card.active .infom .btext {
        transition: opacity .1s .3s;
        opacity: 1;
    }
    .wrap .page-aboutus {
        width: 100%;
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/aboutus/bg-mb.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .wrap .page-aboutus .safeplace {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        height: 85.6vw;
    }
    .wrap .page-aboutus .safeplace .helper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wrap .page-aboutus .safeplace .helper .imgbox {
        width: 22.4vw;
        height: 22.4vw;
        margin-right: 0;
        box-shadow: 0 0.4vw 1.33333vw 0 rgba(7, 20, 45, 0.1);
        margin-bottom: 3.33333vw;
    }
    .wrap .page-aboutus .safeplace .helper .intr {
        font-size: 3.73333vw;
    }
    .wrap .page-aboutus .safeplace .pic {
        width: 62.93333vw;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-left: 0;
        margin-top: 7.33333vw;
    }
    .wrap .page-aboutus .safeplace .pic img {
        width: 100%;
        -webkit-user-drag: none;
    }
    .wrap .page-aboutus .safeplace .qrcode {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 5.33333vw;
    }
    .wrap .page-aboutus .safeplace .qrcode .item {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }
    .wrap .page-aboutus .safeplace .qrcode .item:last-child {
        margin-right: 0;
    }
    .wrap .page-aboutus .safeplace .qrcode .item .text {
        font-size: 2.66667vw;
        margin-bottom: 2vw;
    }
    .wrap .page-aboutus .safeplace .qrcode .item .img {
        width: 18.66667vw;
        height: 18.66667vw;
        box-shadow: 0 0.4vw 1.33333vw 0 rgba(7, 20, 45, 0.1);
    }
    .wrap .page-links {
        background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/intl/en-us/developer/HDC/Cloud2022/images/aboutus/bg-links-mb.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 6.66667vw 0;
    }
    .wrap .page-links .safeplace {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .wrap .page-links .safeplace .stitle {
        font-size: 3.73333vw;
        margin-right: 0;
        margin-bottom: 3.33333vw;
    }
    .wrap .page-links .safeplace .links {
        width: 100%;
    }
    .wrap .page-links .safeplace .links .a {
        cursor: pointer;
        display: inline-flex;
        flex-wrap: nowrap;
        align-items: center;
        font-size: 2.66667vw;
        margin-right: 13.33333vw;
        transition: color .4s;
        margin-top: 2vw;
    }
    .wrap .page-links .safeplace .links .a:nth-child(3) {
        margin-right: 0;
    }
    .wrap .page-links .safeplace .links .a span {
        font-size: inherit;
        color: inherit;
        white-space: nowrap;
    }
    .wrap .page-links .safeplace .links .a .i {
        width: 1.06667vw;
        height: 1.86667vw;
        margin-left: 0.8vw;
        transition: transform .4s;
    }
    .wrap .page-links .safeplace .links .a .i .cls-1 {
        transition: stroke .4s;
    }
    .wrap .page-links .safeplace .links .a:hover {
        color: #C7000B;
    }
    .wrap .page-links .safeplace .links .a:hover .i {
        transform: translateX(0);
    }
    .wrap .page-links .safeplace .links .a:hover .i .cls-1 {
        stroke: #C7000B;
    }
    .wrap .swiper-pagination {
        bottom: 0;
    }
    .wrap .swiper-pagination .swiper-pagination-bullet {
        width: 5.33333vw;
        height: 0.53333vw;
        margin: 0 0.66667vw;
    }
}

@media screen and (min-width: 751px) and (max-width: 1023px) {
    .wrap .page-banner {
        max-height: 90vh;
    }
    .wrap .page-banner .banner-pad {
        width: 100%;
        display: block;
    }
    .wrap .page-banner .banner-pc,
    .wrap .page-banner .banner-mb {
        display: none;
    }
    .wrap .page-banner .infow {
        top: 10%;
    }
    .wrap .page-stories {
        max-height: 90vh;
    }
    .wrap .page-topic .topic-swiper .card {
        height: 78vh;
    }
}

@media screen and (max-width:834px) {
    .wrap .page-banner .safeplace {
        top: 8vw;
    }
    .wrap .page-speakers .page-title {
        width: 90%;
        margin: 0 auto 4vw;
    }
    .wrap .page-speakers .page-title br {
        display: none;
    }
    .mobnewbtn {
        margin-top: 16vw;
    }
    .wrap .page-livebtn .btn a {
        display: flex;
    }
}

@media screen and (max-width:414px) {
    .mobnewbtn {
        margin-top: 16vw;
    }
}